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

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

.waa{
    text-decoration: none;
}

.waa2{
    text-decoration: none;
    color: #6b6334;
}

header{
    width: 100%;
    height: 160px;
    background: #d4aba73d;
}

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

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

}

.logo{
    width: 10%;
    margin-top: 15px;
    font-family: GTEestiProDisplay-Medium; 
    text-align: left;
    font-size: 28px;
    line-height: 32px;
    color: #565a5f;
}

.logo span{
    color: #9e5b44;
    font-family: GTEestiProDisplay-Light; 
}

.logo img{
    width: 100%;
}

.logo-text{
    width: 15%;
    padding-top: 10px;
    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: #9e5b44;
    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: 100%;
    color: #000;
    padding-top: 0px;
    border-bottom: solid 1px #b9b9b9;
}

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

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

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

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

.header-menu span{
    border-bottom: solid 1px #6b6334;
}

.banner{
    width: 100%;
    height: 600px;
    background-color: #d4aba73d;
}

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

.round{
    position: absolute;
    top: 50px;
    left: 250px;
    width: 100px;
    height: 100px;
    background-color: #ffc20c66;
    z-index: 999;
}

.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: -30px;
    left: -30px;
    width: 100px;
    height: 100px;
    background-color: #ffc20c66;
    z-index: 999;
}

.banner .left{
    width: 50%;
}

.banner-text{
    font-size: 24px;
    font-family: GTEestiProDisplay-Light; 
    text-align: left;
    padding-top: 20px;
    color: #6b6334;
}

.banner-title{
    font-size: 38px;
    line-height: 46px;
    font-family: GTEestiProDisplay-Medium; 
    text-align: left;
    padding-top: 100px;
    color: #565a5f;
}

.banner-title span{
    font-size: 74px;
    font-family: GTEestiProDisplay-UltraLight;
    position: relative;
    top: -20px;
    color: #9e5b44;
    z-index: 9999;
}

.banner .right{
    width: 50%;
}

.banner-img{
    width: 85%;
    margin: 40px 0 0 80px;
}

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

.banner-button{
    background: #9e5b44;
    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;
}

.about{
    padding: 40px 0 80px 0;
    background-color: #d4aba73d;
}

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

.about h1{
    font-family: courier;
    font-size: 54px !important;
    color: #565a5f;
    text-align: left;
    z-index: 99999;
}

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

.about-item{
    width: 24%;
    margin: 0 auto;
    font-family: GTEestiProDisplay-Regular;
    font-size: 22px;
    text-align: center;
    padding-top: 30px;
}

.about-item img{
    margin: 0 auto;
    text-align: center;
    width: 64px;
}

.about-item p{
    width: 100%;
    height: auto;    
}

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

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

.about-button{
    background: #9e5b44;
    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: GTEestiProDisplay-UltraLight; 
    font-size: 26px;
    width: 90%;
    text-align: center;
    margin: 0 auto;
}

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

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

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

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

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

.abt .right{
    width: 60%;
    font-family: GTEestiProDisplay-Light;
}

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

.abt-button{
    background: #9e5b44;
    padding: 8px 10px 10px 10px;
    color: #fff;
    width: 300px;
    height: 45px;
    font-family: GTEestiProDisplay-Light;
    text-align: center;
    cursor: pointer;
    font-size: 20px;
    margin: 0 auto;
    position: relative;
    top: 25px;
    border-radius: 4px;
}

.price{
    padding: 80px 0 120px 0;
}

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

.price h1{
    font-family: courier;
    font-size: 54px !important;
    color: #6b6334;
    text-align: left;
    z-index: 99999;
}

.price-item{
    width: 31%;
    height: auto;
    padding: 40px 20px 40px 20px;
    background: #c1afa336;
    box-shadow: 0px 5px 10px 2px rgb(34 60 80 / 6%);
    margin-top: 40px;
}

.price h6{
    font-family: GTEestiProDisplay-Medium;
    font-size: 21px;
    text-transform: uppercase;
    color: #6b6334;
}

.price h6 > span{
    color: #6b6334;
}

.price ul{
    padding-left: 0rem;
    padding-top: 20px;
}

.price li{
    background: url(img/check-box.png);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: left top 21px;
    padding-left: 25px;
    font-family: GTEestiProDisplay-Light;
    font-size: 18px;
    padding-top: 15px;
    list-style: none;
}

.time{
    font-family: GTEestiProDisplay-Light;
    font-size: 16px;
    padding-top: 15px;
    color: #212529;
}

.time2{
    font-family: GTEestiProDisplay-Medium;
    font-size: 28px;
    padding-top: 10px;
    color: #6b6334;
}

.cash{
    background: #9e5b44;
    padding: 10px 10px 10px 10px;
    color: #fff;
    width: 230px;
    height: 45px;
    font-family: GTEestiProDisplay-Light;
    text-align: center;
    cursor: pointer;
    font-size: 17px;
    margin-top: 40px;
}

.cash-2{
    background: #9e5b44;
    padding: 10px 10px 10px 10px;
    color: #fff;
    width: 230px;
    height: 45px;
    font-family: GTEestiProDisplay-Light;
    text-align: center;
    cursor: pointer;
    font-size: 17px;
    margin-top: 40px;
}

.price-offer{
    width: 65%;
    height: auto;
    padding: 40px 20px 40px 40px;
    background-color: #c1afa336;
    box-shadow: 0px 5px 10px 2px rgb(34 60 80 / 6%);
    margin-top: 40px;   
    position: relative;
    z-index: 9999;
}

.price-round{
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: -9;
}

.price-round img{
    width: 400px;
    z-index: 99;
}

.price-title{
    font-family: GTEestiProDisplay-Medium;
    font-size: 32px;
    line-height: 40px;
    padding-bottom: 25px;  
    color: #6b6334;
}

.price p{
    font-family: GTEestiProDisplay-Light; 
    font-size: 24px;     
}

.price b{
    font-family: courier;
    font-size: 18px;
}

.price p > span{
    font-family: GTEestiProDisplay-UltraLight; 
    font-size: 22px;
}

.work{
    padding: 180px 0 80px 0;
    background: url(img/golden-wheat-field.jpg) center/cover;
    width: 100%;
    height: 1200px;
    position: relative;
}

.work-shadow{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 100px;
    background: #f5ebea5e;
}

.work .container{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    position: relative;
}

.work h1{
    font-family: courier;
    font-size: 54px !important;
    color: #000;
    text-align: left;
    z-index: 99999;
}

.work-title{
    width: 100%;
    font-family: GTEestiProDisplay-Regular; 
    font-size: 32px;
    padding-bottom: 30px;
    color: #9e5b44;
}

.work-item{
    width: 24%;
    height: auto;
    padding: 20px 20px 10px 20px;
    background-color: #fff;
    position: relative; 
    box-shadow: 0px 5px 10px 2px rgb(34 60 80 / 6%);
}

.work-number{
    font-family: courier; 
    font-size: 48px;
    text-align: left;
    color: #d1d1d1;
}

.work-item p{
    font-family: GTEestiProDisplay-Medium; 
    font-size: 22px; 
    text-align: left;   
    color: #6b6334; 
}


.work-item-2{
    width: 100%;
    height: auto;
    padding: 20px 10px 30px 10px;
    background-color: #fff;
    position: relative; 
    margin-top: 40px;
    box-shadow: 0px 5px 10px 2px rgb(34 60 80 / 6%);
}

.work-item-2 p{
    font-family: GTEestiProDisplay-Light; 
    font-size: 20px; 
    text-align: left;   
    color: #6b6334; 
    width: 90%;
    margin: 0 auto;
    padding-top: 20px;
}

.offer{
    padding: 30px 0 70px 0;
    background-color: #d4aba73d;
    width: 100%;
    height: auto;
    background-image: url(img/OLBKWT0-removebg-preview.png);
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: right -100px bottom 40px;
}

.offer-shadow {
    width: 100%;
    height: 100%;
    background: #f0ece0d6;
    position: absolute;
    top: 0;
    left: 0;
}

.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: 90%;
}

.offer-title{
    font-family: GTEestiProDisplay-Medium; 
    font-size: 32px;
    padding-top: 80px;
    line-height: 37px;
    color: #000;
    text-transform: uppercase;
}

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

.offer ul{
    padding-left: 0rem;
    width: 100%;
    padding-top: 10px;
}

.offer li{
    font-size: 18px;
    font-family: courier; 
    text-align: left;
    padding-top: 10px;
    background: url(img/black-square.png);
    background-repeat: no-repeat;
    background-position: left top 15px;
    background-size: 16px;
    padding-left: 25px;
    list-style: none;
    color: #000;
}

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

.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: courier; 
}

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

.offer-button {
    width: 300px;
    height: 50px;
    color: #000;
    font-family: courier;
    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: 20px;
    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: #2125294f;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;        
}

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

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

.vidjet{
    position: fixed;
    right: 10px;
    bottom: 24%;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    vertical-align: top;
    background-image: url(img/whatsapp-22.png);
    background-repeat: no-repeat;
    background-position: center top 15px;
    background-size: 32px;
    z-index: 9999;
    cursor: pointer;
    box-shadow: 0 0 0 #4caf50;
    animation: pulse 2s infinite;
}

.vidjet_2{
    position: fixed;
    right: 10px;
    bottom: 7%;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    vertical-align: top;
    background-image: url(img/telephone-22.png);
    background-repeat: no-repeat;
    background-position: center top 15px;
    background-size: 32px;    
    z-index: 9999;
    cursor: pointer;
    animation: pulse 2s infinite;
}

.vidjet:hover {
  animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 40px rgba(204,169,44, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
    box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
      box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
      box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}

.vidjet__text{
    font-family: centurygothic; 
    font-size: 12px;
    position: relative;
    top: 32px;
}

.vidjet__text_2{
    font-family: centurygothic;  
    font-size: 12px;
    position: relative;
    top: 25px;
}

.modal-title{
    font-size: 18px !important;
}

.vidjet_2:hover {
  animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 40px rgba(204,169,44, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
    box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
      box-shadow: 0 0 0 10px #dee2e6;
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
      box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}

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;    
}