header{
    background: #F6EDE8;
}
article{
    min-height: 100vh;
    background-image: url('/static/theme/img/bkg2.svg');
    background-position: top center;
    background-repeat: no-repeat;
    -moz-background-size: cover;
      -o-background-size: cover;
         background-size: cover;
}
section{
    padding:4rem 4rem 1rem;
}
.col1{
    width: 35%;
    position: relative;
}
.col2 {
    width: 65%;
    padding-left: 5%;
}
.text{
    position: relative;
    padding: 2rem 2rem 0rem;
}
.text::before{
    content:'';
    position:absolute;
    background:rgba(246,237,232,.9);
    -webkit-border-radius:.571rem;
    -moz-border-radius:.571rem;
    border-radius:.571rem;
    top:0;
    left:0;
    right:0;
    height:60%;
    z-index:-1;
}
.back{
    position: absolute;
    right:-1rem;
    top:-1rem;
}
.back svg{
    width: 3rem;
    height: 3rem;
}
.back svg .circle{
    fill: #2d160e;
}
.back:hover svg .circle{
    fill: #c49c7e;
}
.swiper.slider{
    padding-bottom: 5rem;
}
.slider .swiper-button-prev, .slider .swiper-button-next{
    top:auto;
    bottom: 0;
    color: #2d160e;
}
.slider .swiper-button-prev{
    left: 0;
}
.slider .swiper-button-next{
    right: auto;
    left: 4rem;
}
.slider .swiper-button-next:after, .slider .swiper-button-prev:after{
    font-size: 2rem;
}
.image{
    aspect-ratio: 16/11;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center;
    -webkit-border-radius:.571rem;
    -moz-border-radius:.571rem;
    border-radius:.571rem;
    overflow:hidden;
    position: relative;
}
.image:before{
    content:'';
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    width:100%;
    height:100%;
    z-index:1;
    background:-webkit-gradient(linear,left top,left bottom,from(rgba(196,156,126,.6)),to(rgba(255,255,255,0)));
    background:-webkit-linear-gradient(top,rgba(196,156,126,.6) 0,rgba(255,255,255,0) 100%);
    background:-moz-linear-gradient(top,rgba(196,156,126,.6) 0,rgba(255,255,255,0) 100%);
    background:-o-linear-gradient(top,rgba(196,156,126,.6) 0,rgba(255,255,255,0) 100%);
    background:linear-gradient(180deg,rgba(196,156,126,.6) 0,rgba(255,255,255,0) 100%)
}
.border{
    border:1px solid #c49c7e;
    -webkit-border-radius:.571rem;
    -moz-border-radius:.571rem;
    border-radius:.571rem;
    position:absolute;
    aspect-ratio:16/11;
    width:100%;
    height:auto;
    z-index:2;
    top:1rem;
    right:1rem
}
.connect, .adresstime {
    justify-content: space-between;
    align-items: center;
    margin: 2rem 0;
}
.studiophone, .connect{
    margin-bottom: 0;
}
.studiophone svg {
    width: 2rem;
    vertical-align: middle;
    margin-right: .5rem;
}
.studiophone:hover svg .circle{
    fill: #c49c7e!important;
}
.studiophone:hover svg .alo{
    fill: #F9F6F7!important;
}
.connect .btn {
    width: 100%;
    display: inline-block;
    max-width: 14rem;
}
@media screen and (max-width: 1000px){
    .col1 {
        width: 100%;
        position: relative;
    }
    .col2 {
        width: 100%;
        padding-left: 0;
        padding-top: 2rem;
    }
}
@media screen and (max-width: 700px){
section {
    padding: 1rem;
  }
  .studiophone{
    margin-bottom: 2rem;
  }
  .border {
    z-index: 0;
    right: .5rem;
    }
    .back {
        right: -.5rem;
        }
}