html{
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body{
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    margin: auto;
    padding: 0;
}

.waa{
    text-decoration: none;
}

header{
    width: 100%;
    height: 120px;
}

.header-shadow{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

header .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 15px;

}

.logo{
    width: 15%;
    margin-top: 5px;
    font-family: PlayfairDisplay-BoldItalic; 
    text-align: left;
    font-size: 24px;
    line-height: 28px;
    color: #6D5B65;
}

.logo span{
    color: #c19a6b;
    font-family: PlayfairDisplay-BoldItalic; 
}

.logo img{
    width: 90%;
}

.logo-text{
    width: 25%;
    padding-top: 15px;
    margin-top: 10px;
    font-family: GTEestiProDisplay-Light; 
    font-size: 13px;
    color: #6b6334;
}

.one{
    width: 20%;
    margin-top: 20px;
}

.one p{
    border-radius: 6px;
    padding: 10px 10px;
    font-family: GTEestiProDisplay-Medium; 
    font-size: 14px;
    color: #6b6334;
    background-image: url(img/whatsapp.png);
    background-position: left 0px top 14px;
    background-repeat: no-repeat;
    background-size: 20px;
    padding-left: 30px;
}

.one span{
    font-family: GTEestiProDisplay-Light;
    font-size: 12px;
}

.one2{
    width: 20%;
    margin-top: 20px;
}

.one2 p{
    border-radius: 6px;
    padding: 10px 10px;
    font-family: GTEestiProDisplay-Medium; 
    font-size: 14px;
    color: #6b6334;
    background-image: url(img/phone.png);
    background-position: left 0px top 14px;
    background-repeat: no-repeat;
    background-size: 20px;
    padding-left: 30px;
}

.one2 span{
    font-family: GTEestiProDisplay-Light;
    font-size: 12px;
}

.one3{
    width: 20%;
    margin-top: 20px;
}

.one3 p{
    background-color: #fff;
    border-radius: 6px;
    padding: 10px 10px;
    font-family: GTEestiProDisplay-Medium; 
    font-size: 14px;
    color: #000;
    background-image: url(img/email.png);
    background-position: left 0px top 22px;
    background-repeat: no-repeat;
    background-size: 20px;
    padding-left: 30px;
}

.one3 span{
    font-family: GTEestiProDisplay-Light;
    font-size: 12px;
}

.phone{
    font-family: GTEestiProDisplay-Medium; 
    font-size: 15px;
    color: #000;
    margin-top: 30px;
}

.phone span{
    font-family: GTEestiProDisplay-Light;
    font-size: 12px;
}

.header-button{
    background: #c19a6b;
    border-radius: 2px;
    padding: 10px 10px 10px 10px;
    color: #fff;
    width: 180px;
    height: 45px;
    font-family: GTEestiProDisplay-Light;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    margin-top: 25px;
}

.header-menu{
    width: 40%;
    color: #000;
    padding-top: 30px;
}

.header-menu a{
    text-decoration: none;
    color: #6b6334;
}

.header-menu a:hover{
    color: #6b6334;
}

.header-menu ul{
    padding-left: 0rem;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;  
    padding-top: 5px;  
}

.header-menu ul > li{
    width: auto;
    font-family: GTEestiProDisplay-UltraLight; 
    font-size: 12px;
    text-align: center;
    list-style: none;
    cursor: pointer;
    text-transform: uppercase;
    padding-left: 20px;
    font-weight: 700;
    color: #6b6334;
}

.banner{
    width: 100%;
    height: 850px;
    background-color: #f6ebf1;
}

.banner .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    z-index: 99;
}

.round{
    position: absolute;
    top: 30px;
    left: 450px;
    z-index: 999;
}

.round img{
    width: 100px;
}

.round-2{
    position: absolute;
    bottom: 50px;
    right: 450px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #dc35455c;
    z-index: 999;
}

.round-3{
    position: absolute;
    top: -70px;
    left: -30px;
    z-index: 999;
}

.round-3 img{
    width: 100px;
}

.banner .left{
    width: 50%;
}

.banner-title{
    font-size: 28px;
    font-family: GTEestiProDisplay-UltraLight; 
    text-align: left;
    padding-top: 100px;
    color: #565a5f;
}

.banner-title span{
    font-size: 44px;
    font-family: PlayfairDisplay-BoldItalic;
    position: relative;
    top: -20px;
    color: #a1743e;
    z-index: 9999;
}

.banner-text{
    font-size: 21px;
    font-family: GTEestiProDisplay-UltraLight; 
    text-align: left;
    color: #6D5B65;
    padding-top: 30px;
    font-weight: 400;
}

.banner .right{
    width: 50%;
}

.banner-img{
    width: 100%;
    margin: 60px 0 0 0px;
    text-align: right;
}

.banner-img img{
    width: 92%;
}

.banner-button{
    background: #c19a6b;
    padding: 8px 10px 10px 10px;
    color: #fff;
    width: 270px;
    height: 45px;
    font-family: GTEestiProDisplay-Light;
    text-align: center;
    cursor: pointer;
    font-size: 20px;
    margin-top: 20px;
}

.banner-priem{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 40px;
}

.bn-pr{
    width: 48%;
}

.bn-pr img{
    width: 56px;
}

.bn-pr p{
    padding-top: 10px;
    text-align: left;
    font-size: 18px;
    font-family: GTEestiProDisplay-Light; 
}

.abt{
    padding: 80px 0 80px 0;
    background: url(img/4557532_93700.jpg);
    background-position: right top;
    background-size: 30%;
    background-repeat: no-repeat;
}

.abt .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}

.abt h1{
    font-family: PlayfairDisplay-BoldItalic;
    font-size: 54px !important;
    color: #6D5B65;
    text-align: left;
    z-index: 999999;
}

.abt .left{
    width: 40%;
    text-align: left;
}

.abt .left img{
    width: 90%;
    border-radius: 4px;
}

.abt .right{
    width: 60%;
    font-family: GTEestiProDisplay-Light;
    font-size: 19px;
    padding-top: 5px;
}

.abt-bottom{
    padding-top: 40px;
    font-family: GTEestiProDisplay-UltraLight; 
    
    width: 90%;
    text-align: left;
}

.abt-button{
    background: #c19a6b;
    padding: 8px 10px 10px 10px;
    color: #fff;
    width: 300px;
    height: 45px;
    font-family: GTEestiProDisplay-Light;
    text-align: center;
    cursor: pointer;
    font-size: 20px;
    position: relative;
    top: 25px;
}

.abtt{
    padding: 80px 0 80px 0;
}

.abtt .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}

.abtt h1{
    font-family: PlayfairDisplay-BoldItalic;
    font-size: 54px !important;
    color: #6D5B65;
    text-align: left;
    z-index: 999999;
}

.abtt-img{
    width: 48%;
    height: 400px;
    border-radius: 16px;
}

.abt-item-wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.abt-item{
    width: 32%;
    box-shadow: 0px 5px 10px 2px rgb(34 60 80 / 6%);
    background: #f6ebf1;
    padding-top: 10px;
    padding-bottom: 20px;
}

.abt-item-title{
    font-size: 20px;
    font-family: GTEestiProDisplay-Regular;
    padding-top: 10px;
    width: 90%;
    margin: 0 auto;
}

.time{
    font-family: PlayfairDisplay-BoldItalic;
    font-size: 17px;
    padding-top: 10px;
    width: 90%;
    margin: 0 auto;
}

.abt-item-text{
    padding-top: 10px;
    font-size: 15px;
    font-family: GTEestiProDisplay-Light; 
    width: 90%;
    margin: 0 auto;
}

.about{
    padding: 100px 0 80px 0;
    background-color: #f6ebf1;
}

.about .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}

.about h1{
    font-family: PlayfairDisplay-BoldItalic;
    font-size: 54px !important;
    color: #6D5B65;
    text-align: left;
    z-index: 999999;
}

.about .left{
    width: 50%;
    background-color: #d4aba73d;
    border-radius: 4px;
    padding-bottom: 50px;
}

.about-item{
    width: 30%;
    font-size: 20px;
    text-align: left;
    padding-top: 30px;
}

.about-item img{
    width: 60px;
}

.about-item p{
    padding-top: 15px;
    width: 100%;
    height: auto; 
    font-family: PlayfairDisplay-BoldItalic;   
}

.about-item p > span{
    font-family: GTEestiProDisplay-Light; 
    font-size: 16px;
}

.about .right{
    width: 50%;
    text-align: right;
}

.about .right img{
    width: 90%;
    border-radius: 4px;
}

.about-button{
    background: #c19a6b;
    padding: 8px 10px 10px 10px;
    color: #fff;
    width: 270px;
    height: 45px;
    font-family: GTEestiProDisplay-Light;
    text-align: center;
    cursor: pointer;
    font-size: 20px;
    margin: 0 auto;
    position: relative;
    top: 30px;
}

.about-bottom{
    padding-top: 60px;
    font-family: PlayfairDisplay-BoldItalic; 
    font-size: 26px;
    width: 90%;
    text-align: center;
    margin: 0 auto;
}

.block1{
    padding: 80px 0 80px 0;
    background: url(img/4557532_93700.jpg);
    background-position: right top;
    background-size: 30%;
    background-repeat: no-repeat;    
}

.block1 .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}

.block1 h1{
    font-family: PlayfairDisplay-BoldItalic;
    font-size: 38px !important;
    color: #6D5B65;
    text-align: left;
    z-index: 999999;
    padding-bottom: 20px !important;
}

.block1-item{
    width: 30%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; 
    margin-top: 60px;   
}

.block1-item .left{
    width: 100%;
    height: 300px;
    position: relative; 
    border-radius: 6px;   
}

.number{
    position: absolute;
    top: 20px;
    left: -5px;
    font-family: PlayfairDisplay-BoldItalic;
    font-size: 90px;
    line-height: 0px;   
    color: #ffd5ec; 
}

.block1-item .right{
    width: 100%;
    font-family: GTEestiProDisplay-Light;
    font-size: 16px;
    padding-top: 20px;
}

.block1-item .right span{
    font-family: PlayfairDisplay-BoldItalic;
    font-size: 18px;
}

.blo-button{
    background: #c19a6b;
    padding: 8px 10px 10px 10px;
    color: #fff;
    width: 200px;
    height: 40px;
    font-family: GTEestiProDisplay-Light;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    position: relative;
    top: 10px;    
}

.abttt{
    padding: 80px 0 80px 0;
}

.abttt .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}

.abttt h1{
    font-family: PlayfairDisplay-BoldItalic;
    font-size: 54px !important;
    color: #6D5B65;
    text-align: left;
    z-index: 999999;
}

.abttt .left{
    width: 40%;
    text-align: left;
}

.abttt .left img{
    width: 85%;
    border-radius: 4px;
}

.abttt .right{
    width: 60%;
    font-family: PlayfairDisplay-BoldItalic;
    font-size: 22px;
    padding-top: 5px;
    color: #41464b;
    padding-top: 15px;
}

.abttt-bottom{
    padding-top: 40px;
    font-family: GTEestiProDisplay-UltraLight; 
    width: 90%;
    text-align: left;
}

.abttt-button{
    background: #c19a6b;
    padding: 8px 10px 10px 10px;
    color: #fff;
    width: 300px;
    height: 45px;
    font-family: GTEestiProDisplay-Light;
    text-align: center;
    cursor: pointer;
    font-size: 20px;
    position: relative;
    top: 25px;
}

.mob-menu{
    display: none;
}

.offer{
    padding: 70px 0 70px 0;
    background: url(img/4557532_93700.jpg);
    background-position: right top;
    background-size: 30%;
    background-repeat: no-repeat;  
}

.offer .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;  
    position: relative;
}

.offer-abs-image{
    position: absolute;
    top: 100px;
    right: 0px;
}

.offer .left{
    width: 40%;
    height: 480px;
}

.offer .right{
    width: 70%;
}

.offer-title{
    font-family: PlayfairDisplay-BoldItalic; 
    font-size: 42px;
    padding-top: 80px;
    line-height: 50px;
    color: #000;
    text-transform: uppercase;
}

.offer-sm-title{
    font-family: GTEestiProDisplay-Light;  
    font-size: 18px; 
    padding-top: 30px;  
    color: #000;
}

.offer form{
    width: 80%;
    font-family: GTEestiProDisplay-Light; 
}

.offer form > label{
    width: 100%;
    margin-top: 20px;
    color: #000;
    font-size: 15px;
}

.offer form > label > input{
    width: 300px;
    height: 40px;
    outline: none;
    border: none;
    border: solid 1px #000;
    padding-left: 20px;
    font-family: GTEestiProDisplay-Light; 
    border-radius: 12px;
}

.offer p{
    font-family: GTEestiProDisplay-Light; 
    font-size: 12px;     
}

.offer-button {
    border-radius: 12px;
    width: 300px;
    height: 50px;
    color: #000;
    font-family: GTEestiProDisplay-Light;
    border: solid 1px solid #000;
    font-size: 15px;
    text-align: center;
    padding: 14px 10px;
    margin-top: 30px;
    cursor: pointer;
    border: none;
}

.calc{
    width: 80%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.calc form{
    width: 100%;
    padding-top: 10px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
    text-align: center;
    background: #8420298f;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;        
}

.calc form > input{
    width: 48%;
    border-radius: 8px;
    outline: none;
    border: none;
    padding: 20px 20px;
    margin-top: 20px;
    font-family: GTEestiProDisplay-Light;
}

.calc-button{
    background-color: #ffc235;
    border-radius: 8px;
    padding: 10px 10px;
    color: #000;
    width: 48%;
    height: 65px;
    font-family: GTEestiProDisplay-Light;
    text-align: center;
    margin-top: 20px;
    cursor: pointer;   
    border: none; 
}

footer{
    padding: 80px 0 80px 0;
    background-color: #d4aba73d;
    color: #6b6334;
}

footer .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

footer .container a{
    text-decoration: none;
    color: #6b6334;
}

.footer-item{
    width: 19%;
}

.footer-item p{
    font-family: GTEestiProDisplay-Medium; 
    font-size: 18px;
}

.footer-item ul{
    padding-left: 0rem;
}

.footer-item li{
    list-style: none;
    font-family: GTEestiProDisplay-Medium; 
    font-size: 14px; 
    padding-top: 15px;   
}

.podval{
    width: 100%;
    margin-top: 40px;
    padding: 40px 0 30px 0;
    border-top: solid 1px grey;
    border-bottom: solid 1px grey;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;       
}

.podval-item{
    width: 32%;
    font-family: GTEestiProDisplay-Medium; 
    font-size: 14px; 
    color: #000;    
}