html,body{
  overflow-x:hidden;
}
    
#banner{
  /* background-image: url("../img/banner/hero.jpg"); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  /* padding-bottom: 100px; */
  height: 975px;
  position: relative;
}
#banner .title{
  font-family:'Milliard Medium';
  font-size: 45px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #8B5F56;
}
#banner .btn-cta{
  font-family:'Milliard Medium';
  letter-spacing: 1.5px;
  margin-top: 30px;
  background-color: #8B5F56;
  padding: 15px 35px;
  border-radius: 10px;
  color: #FFF;
  text-decoration: none;
  font-size: 17px;
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.1);
}
#banner .container-text{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

#customize{
  margin-top: 100px;
  padding-bottom: 150px;
}
#customize .card{
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.1);
  background-color: #8B5F56;
  padding: 50px 70px;
  border-radius: 20px;;
  color: #FFF;
}
#customize .title{
  font-family:'Milliard Light';
  font-weight: 300;
  font-size: 40px;
}
#customize .box-icon{
  font-family:'Milliard Light';
  text-align: center;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
}
#customize .box-icon img{
  max-width: 100px;
  margin-bottom: 10px;
}

#theme{
  padding-top: 70px;
  padding-bottom: 100px;
  position: relative;
  overflow-x: clip;
}
#theme .row{
  padding: 20px 0 20px 70px;
}
#theme .title{
  font-family:'Le Havre';
  letter-spacing: 2px;
  font-size: 80px;
  font-weight: 700;
  color: #8B5F56;
}
#theme .text{
  font-family:'Milliard Light';
  font-size: 30px;
  font-weight: 600;
  color: #AF877E;
}
#theme .more{
  color: #707070;
}
#theme .owl-item img{
  max-width: 400px;
}
#theme .owl-item.first img{
  transform: scale(1.2);
}
#theme .owl-item img,
#theme .owl-item.cloned img{
  transition: all ease-in-out 1s;
}
#theme .owl-stage-outer{
  padding: 70px 0;
}

#feature{
  padding-top: 70px;
  padding-bottom: 200px;
}
#feature .title div:first-child{
  font-family:'Le Havre';
  letter-spacing: 4px;
  line-height: 1;
  font-size: 70px;
  font-weight: 600;
  color: #8B5F56;
}
#feature .title div:last-child{
  font-size:25px;
  font-weight: 400;
  color: #AF877E;
  margin-bottom: 70px;
}
#feature .container-fluid{
  background-color: #AF877E;
}
#feature .container-basic{
  margin: -50px 0;
}
#feature .container-basic .card{
  font-family:'Milliard Light';
  background-color: #8B5F56;
  border: none;
  color: #FFF;
  padding: 70px 60px;
  border-radius: 25px;
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.1);
}
#feature .header-basic{
  font-size: 35px;
  font-weight: 700;
}
#feature .price-basic{
  font-size: 45px;
  font-weight: 700;
  color: #FFFB9B;
  margin-bottom: 20px;
}
#feature .desc-basic div{
  padding-bottom: 10px;
  margin-bottom:10px;
  border-bottom: 1px solid #EEE8DC;
  font-size: 18px;
}
#feature .container-premium{
  font-family:'Milliard Light';
  /* padding: 0 5vw 0 10.5vw; */
}
#feature .header-premium{
  font-size: 35px;
  margin-bottom: 20px;
}
#feature .header-premium span{
  font-weight: 700;
}
#feature .desc-premium{
  font-size: 18px;
}
#feature .desc-premium-child:first-child{
  padding-right: 5rem !important
}
#feature .desc-premium-child:last-child{
  padding-left: 5rem !important
}
#feature .btn-cta{
  font-family:'Milliard Medium';
  letter-spacing: 1.5px;
  background-color: #EEE8DC;
  padding: 15px 35px;
  border-radius: 10px;
  color: #8B5F56;
  text-decoration: none;
  font-size: 17px;
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.1);
}

#client{
  padding-top: 70px;
  padding-bottom: 100px;
  position: relative;
}
#client .row{
  padding: 20px 70px;
}
#client .title div:first-child{
  font-family:'Le Havre';
  letter-spacing: 4px;
  line-height: 1;
  font-size: 70px;
  font-weight: 600;
  color: #8B5F56;
}
#client .title div:last-child{
  font-size:25px;
  font-weight: 400;
  color: #AF877E;
  margin-bottom: 30px;
}
#client .box-client{
  position: relative;
  padding: 0.75rem;
}
#client .box-client img{
  border-radius: 15px;
}
#client .box-client .comment{
  font-family:'Milliard Thin';
  font-size: 12px;
  color: #FFF;
  width: 90%;
  padding: 15px;
  border-radius: 15px;
  position: absolute;
  background: rgba(139, 95, 86, 0.8);
  bottom:30px;
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: 1.5px;
}
#client .box-client .comment div:first-child{
  font-weight: 300;
  letter-spacing: 1.2px;
  margin-bottom: 10px;
}
#client .box-client .comment div:last-child{
  font-weight: 600;
}
#client .container-client{
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
#client .client-carousel{
  display: none;
}
#client .client-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
#client .client-carousel .owl-nav button.owl-prev {
  left: 0;
}
#client .client-carousel .owl-nav button.owl-next {
  right: 0;
}

#client .client-carousel .owl-dots {
  text-align: center;
  padding-top: 15px;
}
#client .client-carousel .owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 8px;
}
#client .client-carousel .owl-dots button.owl-dot.active {
  background-color: #8B5F56;
}
#client .client-carousel .owl-dots button.owl-dot:focus {
  outline: none;
}
#client .client-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}
#client .client-carousel span {
    font-size: 70px;    
    position: relative;
    top: -5px;
}
#client .client-carousel .owl-nav button:focus {
    outline: none;
}

#waiting{
  padding-bottom: 100px;
  position: relative;
  overflow-x: clip;
}
#waiting .title div{
  font-family:'Le Havre';
  font-size: 60px;
  letter-spacing: 1.5px;
  /* line-height: 1.5; */
  color: #8B5F56;
}
#waiting .btn-cta{
  font-family:'Milliard Medium';
  letter-spacing: 1.5px;
  margin-top: 50px;
  background-color: #8B5F56;
  padding: 15px 35px;
  border-radius: 10px;
  color: #FFF;
  text-decoration: none;
  font-size: 17px;
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.1);
}

.circle-banner{
  width:700px;
  position: absolute;
  bottom: -50%;
  left: -25%;
}

.circle-theme{
  width:600px;
  position: absolute;
  bottom: 0%;
  right: -15%;
  z-index: -1;
}

.circle-client{
  width:600px;
  position: absolute;
  top: 0%;
  left: -15%;
  z-index: -1;
}

.circle-waiting{
  width:600px;
  position: absolute;
  top: 0%;
  right: -15%;
  z-index: 1;
}

.circle-footer{
  width:600px;
  position: absolute;
  bottom: -80%;
  left: -15%;
}

.overlay.open{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 10;
}

@media screen and (max-width:1366px)
{
  #banner .title{
    font-size: 35px;
  }

  #theme .title{
    font-size: 65px;
  }

  #feature .header-basic {
    font-size:32px;
  }
  #feature .price-basic{
    font-size:38px;
  }
  #feature .container-basic .card{
    padding: 70px 30px;
  }
  #feature .container-premium{
    /* padding: 0 0vw 0 5.5vw; */
  }

  #client .container-client{
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media screen and (max-width:1024px)
{
  .row{
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  #banner{
    height: 775px;
  }
  #banner .container-text{
    width: 100%;
    padding: 0 20px;
    transform: translate(-50%,-85%);
  }

  #customize{
    margin-top: 70px;
    padding-bottom: 70px;
  }
  #customize .card{
    padding: 30px 40px;
  }
  #customize .container-text,
  #customize .container-icon{
    flex: 0 0 100%;
    max-width: 100%;
  }
  #customize .title{
    font-size: 36px;
    margin-bottom: 35px;
    text-align: center;
  }

  #theme{
    padding-bottom: 70px;
  }
  #theme .row{
    padding: 30px 40px;
  }
  #theme .container-text,
  #theme .container-slide{
    flex: 0 0 100%;
    max-width: 100%;
  }
  #theme .container-text{
    margin-bottom: 30px;
    text-align: center;
  }
  #theme .owl-item.first img{
    transform: scale(1)
  }
  #theme .owl-item.second img{
    transform: scale(1.2)
  }

  #feature{
    padding-bottom: 70px;
  }
  #feature .container-basic,
  #feature .container-premium,
  #feature .container-btn{
    flex: 0 0 100%;
    max-width: 100%;
  }
  #feature .container-basic{
    margin: -50px 0 0 0;
  }
  #feature .container-basic .card{
    padding: 30px;
    margin-bottom: 30px;
  }
  #feature .container-premium{
    /* padding: 0 0vw 0 15.5vw; */
    margin-bottom: 30px;
  }
  #feature .container-btn{
    margin-bottom: 30px;
  }

  #client{
    padding-bottom: 70px;
  }
  #client{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #client .row{
    padding: 20px 0;
  }
  #client .title{
    padding: 0 30px;
  }
  #client .container-client{
    display: none;
  }
  #client .client-carousel{
    display: block;
  }

  
  .circle-banner {
    width: 500px;
    bottom: -40%;
    left: -40%;
  }
  .circle-theme {
    width: 400px;
    bottom: 0%;
    right: -25%;
  }
  .circle-client {
    width: 400px;
    left: -25%;
    bottom: 0;;
    top: 15%;
  }
  .circle-waiting {
    width: 400px;
    top: 60%;
    bottom: 0%;
    right: -25%;
  }
  .circle-footer{
    width: 400px;
    bottom: -40%;
    left: -25%;
  }

}

@media screen and (max-width:500px)
{
  .container-fluid{
    padding: 0px !important;
  }
  
  #banner{
    height: 475px;
  }
  #banner .container-text{
    transform: translate(-50%,-80%);
  }
  #banner .container-text .title{
    font-size: 20px;
  }
  #banner .btn-cta{
    font-size: 11px;
  }

  #customize{
    padding-bottom: 30px !important;
  }
  #customize .title{
    font-size: 18px;
  }
  #customize .card {
    padding: 40px 30px;
    border-radius: 0;
  }
  #customize .box-icon img {
    width: 32px;
  }
  #customize .box-icon div {
    font-size: 10px;
  }

  #theme{
    padding-top: 70px !important;
  }
  #theme .row{
    padding: 0;
  }
  #theme .title{
    font-size: 35px;
  }
  #theme .container-text{
    padding: 0 30px;
  }
  #theme .text{
    font-size: 20px;
  }
  #theme .container-slide{
    padding-left: 0;
    padding-right: 0;
  }
  #theme .owl-item.second img{
    transform: scale(1);
  }
  #theme .owl-item.first img{
    transform: scale(1.2);
  }

  #feature{
    padding-bottom:30px !important;
  }
  #feature .title div:first-child{
    font-size: 35px;
  }
  #feature .title div:last-child{
    font-size: 20px;
  }
  #feature .header-basic{
    font-size: 25px;
  }
  #feature .price-basic{
    font-size: 30px;
  }
  #feature .desc-basic div{
    font-size: 15px;
  }
  #feature .container-basic{
    padding: 0 50px;
  }
  #feature .container-premium{
    padding: 0 30px;
  }
  #feature .header-premium{
    font-size: 25px;
  }
  #feature .price-premium{
    font-size: 30px;
  }
  #feature .desc-premium{
    font-size: 15px;
    justify-content:space-evenly !important;
  }
  #feature .desc-premium-child:first-child{
    padding-right: 0 !important
  }
  #feature .desc-premium-child:last-child{
    padding-left: 0 !important
  }
  #feature .btn-cta{
    font-size:14px;
  }

  #client{
    padding-top: 70px !important;
    padding-bottom:30px !important;
  }
  #client .title div:first-child{
    font-size: 35px;
  }
  #client .title div:last-child{
    font-size: 20px;
  }
  #client .box-client{
    padding: 0px;
  }
  #client .box-client .comment {
    width:95%;
    bottom: 10px;
  }

  #waiting{
    padding-bottom: 50px !important;
  }
  #waiting .title div
  {
    font-size: 30px;
    padding: 0 30px;
  }
  #waiting .btn-cta{
    font-size:14px;
  }

  .circle-banner {
    width: 300px;
  }
  .circle-theme {
    width: 250px;
    bottom: -5%;
  }
  .circle-client {
    width: 250px;
    top: 25%;
  }
  .circle-waiting {
    width: 250px;
    top: 80%;
  }
  .circle-footer {
    width: 250px;
    bottom: -22%;
  }
}