
@font-face {
    font-family: 'La Paloma';
    src: url('../fonts/LaPaloma.woff2') format('woff2'),
    url('../fonts/LaPaloma.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body{
    font-family: "Open Sans", Sans-Serif;
    font-size: 16px;
    line-height: 26px;
}


a{
    color: #000;
}
body{
    background: #F0EAE8;
    min-height: 100vh;
}


.r-side{
    padding-top: 21vh;
}
.header{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9;
}
.logo{
    padding-top: 0px;
    padding-left: 0px;
}

.row{
    margin-left: 0;
    margin-right: 0;
}

.nop{
    padding: 0;
}



.slider-1-area{
    padding-top: 38vh;
}

.text-1{
  position: absolute;
  left: 19vw;
    top: 45vh;
    z-index: 2;
}
.text-1-1{

  font-weight: 300;
  font-size: 34px;
  line-height: 38px;
  max-width: 356px;
  padding-bottom: 50px;
    color: #b08b7f;
}


.text-1-2{
    padding-left: 30px;

    font-family: 'La Paloma';
    font-size: 44px;
    line-height: 72px;
    color: #b08b7f;

}




.text-2{
    padding-top: 70px;
    padding-bottom: 50px;
    font-size: 16px;
    line-height: 26px;
}


.text-3{
padding: 40px 100px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;

}
.text-3 ul{
    padding-left: 0;
    padding-top: 25px;
    list-style: none;
}
.text-3 ul li{
   padding: 5px 0;
}

.icon{
    height: 20px;
    width: 20px;
    background-position: 0% 50%;
    background-repeat: no-repeat;
    padding-left: 30px;
    color: #000;

}


.text-contact{
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
    padding-top: 82px;
    padding-left: 45px;
    padding-right: 45px;
    padding-bottom: 140px;
    font-weight: 500;

}


.icon-location{
    background-image: url(/icon/map_pin.svg);
}
.icon-phone{
    background-image: url(/icon/phone_.svg);
}
.icon-mail{
    background-image: url(/icon/email.svg);
}


.social{
    padding-top: 25px;
    padding-bottom: 25px;

}
.social a{
 display: inline-block;
 padding: 5px;
}


.footer{
    padding-top: 215px;
    padding-left: 45px;
    padding-right: 45px;
    padding-bottom: 40px;
    font-size: 11px;
    line-height: 16px;
    font-weight: 400;
    text-align: right;
}


@media only screen and (max-device-width: 1366px) {



}

@media only screen and (max-device-width: 1100px) {
    .text-1 {
        position: absolute;
        left: 19vw;
        top: 150px;
        z-index: 2;
    }
    .text-3 {
        padding: 40px 50px;
        font-size: 16px;
        line-height: 26px;
        font-weight: 500;
    }

    .footer {
        padding-top: 220px;
        padding-left: 45px;
        padding-right: 45px;
        padding-bottom: 40px;
        font-size: 11px;
        line-height: 16px;
        font-weight: 400;
        text-align: right;
    }

}


@media only screen and (max-device-width: 991px) {
    .text-1{
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        padding-top: 300px;
        padding-left: 20px;

        text-align: left;
    }
    .slider-1-area {
        padding-top: 280px;
    }
    .r-side {
        padding-top: 30px;
    }
    .text-2{
        padding: 70px 20px;
    }
    .social{
        display: flex;
        justify-content: center;
    }

    .footer{
        padding: 50px 20px;
        text-align: center;
    }
}




@media only screen and (max-device-width: 768px) {

    .text-1-1{
     font-size: 35px;
    }
    .text-1-2{
        font-size: 26px;
        padding-left:10px;
    }
}


@media only screen and (max-device-width: 340px) {

    .logo {
        padding-top: 49px;
        padding-left: 20px;

    }
    .text-contact{
     padding-right: 20px;
    }
}
