@import url('https://fonts.googleapis.com/css?family=Nunito:400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap');
/*@import url('https://fonts.googleapis.com/css?family=Avenir');*/

/* latin-ext */
@font-face {
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 400;
  src: local('Avenir LT Pro 45 Book'), local('AvenirLTPro-Book'), url(https://fonts.gstatic.com/l/font?kit=ijwUs5PnXdA4ZZUA6Zd-&skey=8887f17a62203d44&v=v3) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 400;
  src: local('Avenir LT Pro 45 Book'), local('AvenirLTPro-Book'), url(https://fonts.gstatic.com/l/font?kit=ijwUs5PnXdA4ZZUA55d-&skey=8887f17a62203d44&v=v3) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


@font-face {
    font-family: 'Diavlo';
    src: url('../fonts/DiavloBlack-Regular.woff2') format('woff2'),
        url('../fonts/DiavloBlack-Regular.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

html,
body{
    margin: 0;
    padding: 0;
    font-family: 'Nunito', sans-serif;
    overflow-x: hidden;
}

nav{
  height: 100%;
  position: fixed;
  z-index: 999;
  left: 0;
  width: 15%;
}
nav .menu{
  writing-mode: tb-rl;
  transform: rotate(180deg);
}
nav .menu a{
  padding: 20px;
  text-decoration: none;
  color: #6f6f6f;
  font-family: Montserrat;
  font-size: 14px;
  transition: all ease .2s;
  white-space: nowrap;
}

nav .menu a.active{
  color: #0a8dc9;
  font-weight: bold;
}

header{
  width: 100%;
  position: fixed;
  top: 0;
  padding: 20px 5%;
  z-index: 9999;
  transform: translateY(-100%);
  transition: all ease .2s;
}
header.active{
  transform: translateY(0%);
}
header .hamburger{
  padding: 15px 15px 10px;
}
header .menu{
  background: #fff;
  border-radius: 20px 8px 20px 8px;
  box-shadow: #aaa 0px 0px 3px;
}
button:focus{
  outline: none;
}
header .hamburger-inner, 
header .hamburger-inner:after,
header .hamburger-inner:before,
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before{
  background: #0a8dc9;
}

.wrapper{
  transition: all ease .2s;
}
.wrapper.active{
  transform: translateX(-80%);
  box-shadow: #aaa 0px 0px 4px;
}

.menu-backbone{
  width: 80%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  transition: all ease .2s;
  transform: translateX(100%);
}
.menu-backbone.active{
  transform: translateX(0%);
}

.menu-backbone div a{
  padding: 20px;
  text-decoration: none;
  color: #6f6f6f;
  font-family: Montserrat;
  font-size: 16px;
  transition: all ease .2s;
  white-space: nowrap;
}
.menu-backbone div a.active{
  color: #0a8dc9;
  font-weight: bold;
}

.Rectangle {
    height: 900px;
    opacity: 0.81;
    border-radius: 60px 0px 0px 0px;
}

.title-banner {
    margin-top:100px;
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: bold;
    color: #ffffff;
}

.Come-True {
  font-family: 'Montserrat';
  font-size: 50px;
  font-weight: bold;
  color: #0a8dc9;
  background-color: #ffffff;
  border-radius: 30px 8px;
}

.About-dreamhouselab {
    font-family: Avenir;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.75;
    color: #ffffff;
  }

.Portfolios {
  font-family: Montserrat;
  font-size: 30px;
  letter-spacing: 2px;
  color: #0a8dc9;
  font-weight: 600;
}

.Serve {
    font-family: Avenir;
    font-weight: 500;
    letter-spacing: 3.5px;
    color: #0a8dc9;
}

.Portfolios-title {
  font-family: Montserrat;
  font-size: 24px;
  font-weight: bold;
  color: #0a8dc9;
  background-color: #ffffff;
  border-radius: 20px 7px;
  box-shadow: 0px 6px 10px rgba(0,0,0,0.1), 0 -1px 2px rgba(0,0,0,0.1);
}

.Portfolios-desc {
    font-family: Avenir;
    font-size: 16px;
    line-height: 1.75;
    color: #6f6f6f;
}

.card{
    border:none!important;
}

.Services-title {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: bold;
  color: #0a8dc9;
}

.Services-desc {
  font-family: Avenir;
  font-size: 16px;
  line-height: 1.75;
  color: #6f6f6f;
}

.clients-desc {
  font-family: Avenir;
  font-size: 16px;
  line-height: 1.75;
  color: #6f6f6f;
}

.testi {
  font-family: Avenir;
  font-size: 16px;
  line-height: 1.75;
  color: #282828;
}

.testi-name {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: bold;
  color: #0a8dc9;
}

.testi-name2 {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  color: #6f6f6f;
}

.footer-title {
  font-family: Montserrat;
  font-size: 40px;
  font-weight: bold;
  color: #0a8dc9;
}

.footer-symbol{
  font-family: Montserrat;
  font-size: 30px;
  color: #6f6f6f;
}

.footer-desc {
  font-family: Avenir;
  font-size: 16px;
  color: #6f6f6f;
}

.footer-bottom {
  font-family: Montserrat;
  font-size: 12px;
  text-align: right;
  color: #ffffff;
}

.icons-footer{
  padding:5px;
  border-radius:50%;
  font-size:30px;
  border:1px solid #0a8dc9;
  color:#0a8dc9; 
  font-weight: bold!important;
}

.side-icons {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: bold;
  color: #0a8dc9;
}

.icon-serve img{
  transition: all ease .2s;
}

.icon-serve img:hover{
  border-radius: 30px 8px;
  box-shadow: 0px 6px 11px rgba(0,0,0,0.1), 0 -1px 10px rgba(0,0,0,0.1);
  margin-bottom:10px;
}

.img-portfolios{
  height: 529px; 
  object-fit: contain;
}

.size-testi{
  width:78px;
  height:69px;
}

.img-clients{
  width: 130px;
  height: 130px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  overflow: hidden;
}

@media screen and (max-width: 3000px) {
  .Come-True {
    font-size: 50px;
  }

  .img-portfolios{
    height: 529px; 
  }

  .side-icons {
  font-size: 16px;
  }

  .icons-footer{
    padding:5px;
  }

  .footer-title {
    font-size: 40px;
  }
  
  .Portfolios-title {
    font-size: 20px;
  }

  .Portfolios-desc {
    font-size: 16px;
  }

  .size-testi{
    width:78px;
    height:69px;
  }
}

@media screen and (max-width: 1024px) {

}

@media screen and (max-width: 1300px) {

}

@media screen and (max-width: 1145px) {

}

@media screen and (max-width: 920px) {
  .Come-True {
    font-size: 45px;
  }
}

@media screen and (max-width: 849px) {
  .Come-True {
    font-size: 40px;
  }
}

@media screen and (max-width: 800px) {
  .Come-True {
    font-size: 40px;
  }
}

@media screen and (max-width: 779px) {
  .Rectangle{
    height: 700px;
  }
  .Come-True {
    font-size: 38px;
  }

  .img-portfolios{
    height: 439px; 
  }
}

@media screen and (max-width: 415px) {
  .title-banner {
    font-size: 40px!important;
  }

  .Come-True {
    font-size: 40px!important;
  }

  .img-portfolios{
    height: 229px; 
  }

  .side-icons {
    font-size: 14px;
  }

  .size-testi{
    width:68px;
    height:59px;
  }

}

@media screen and (max-width: 389px) {
.Come-True {
  font-size: 30px!important;
}
}

@media screen and (max-width: 320px) {
  .title-banner {
    font-size: 30px!important;
  }

  .Come-True {
    font-size: 30px!important;
  }

  .icons-footer{
    font-size:20px!important;
  }

  .side-icons {
    font-size: 11px;
  }

  .footer-title {
    font-size: 30px;
  }

  .Portfolios-desc {
    font-size: 15px;
  }

  .img-portfolios{
    height: 150px; 
  }
}

.testimony-swiper-container,
.portfolio-swiper-container{
  overflow-x: hidden;
  overflow-y: hidden;
}

.portofolio-swiper-button-prev,
.portofolio-swiper-button-next{
  cursor: pointer;
  color: #0a8dc9;
  background: #f2f7ff;
}
.testimony-swiper-button-prev,
.portofolio-swiper-button-prev{
  border-radius: 20px 6px 6px 6px;
}
.testimony-swiper-button-next,
.portofolio-swiper-button-next{
  border-radius: 6px 6px 20px 6px;
}

.testimony-nav{
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
}

.testimony-swiper-button-prev,
.testimony-swiper-button-next{
  cursor: pointer;
  color: #0a8dc9;
  background: #fff;
  box-shadow: #aaa 0px 4px 8px;
}

.portfolio-more > div{
  position: relative;
  overflow: hidden;
  height: 400px;
  width: 100%;
  border-radius: 10% 0% 2% 2%;
}
.portfolio-more .layer p{
  font-family: Montserrat;
  font-weight: bold;
  font-size: 22px;
  transition: all ease-in .2s;
  transform: translateY(-20px);
  transition-delay: 0s;
  opacity: 0;
}
.portfolio-more:hover .layer p{
  opacity: 1;
  transition-delay: .3s;
  transform: translateY(0px);
}
.portfolio-more .layer{
  position: absolute;
  background: rgba(10, 141, 201, .7);
  height: 10px;
  width: 10px;
  top: 0; 
  right: 0;
  border-radius: 50%;
  transition: all ease-in .2s;
  color: #fff;
}
.portfolio-more:hover .layer{
  width: 100%;
  height: 100%;
  border-radius: 10% 2% 2% 2%;
}

a.modal-trigger{
  background: none;
  outline: none;
  border: none;
  background: #fff;
  color: #0a8dc9;
  cursor: pointer;
  border-radius: 20px 6px;
  padding: 5px 10px;
  font-weight: bold;
  text-decoration: none;
  box-shadow: #aaa 0px 0px 6px;
}

.portfolio-more .image{
  height: 100%;
  width: 100%;
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
}

.portfolio-more .layer a{
  background: none;
  outline: none;
  border: none;
  background: #fff;
  color: #0a8dc9;
  cursor: pointer;
  border-radius: 20px 6px;
  padding: 5px 10px;
  transform: translateY(-20px);
  transition: all ease-in .2s;
  transition-delay: 0s;
  opacity: 0;
  display: block;
  font-weight: bold;
  text-decoration: none;
}
.portfolio-more:hover > div > div a{
  transition-delay: .2s;
  opacity: 1;
  transform: translateY(0px);
}

.modal-wrapper{
  color: #fff;
}

.modal-wrapper .close-btn{
  cursor: pointer;
}

.modal-wrapper .modal-content{
  padding: 20px;
  background: transparent;
  border: none;
}

.card-column{
  column-count: 3;
}

.wrap {
  text-align: center;
  margin: 20px 0;
  position: relative;
}
.links {
  padding: 0 10px;
  display: flex;
  justify-content: center;
  position: relative;
}
.wrap:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  border-top: 1px solid #ddd;
  width: 100%;
  transform: translateY(-50%);
}
.dot {
  background: #fff;
}