@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@400;700;900&family=Source+Sans+Pro:wght@400;600&display=swap');

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body{
  font-family: 'Montserrat', sans-serif;
}

header{
  background-color: rgba(255,255,255, 0.6);
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

header a{
  text-decoration: none;
  color: #fff;
}

header a:hover{
  text-decoration: underline;
  color: #fff;
}

header img{
  width: 50px;
}

header.active{
  background-color: rgba(0,0,0,0.9);
  padding: 1rem 3rem !important;
  z-index: 10000;
}

.slick-next{
  right: 25px;
}

.slick-prev{
  left: 5px;
}

header button.learn-more{
  font-size: 12px;
  white-space: nowrap;
}

.my-container.active{
  align-items: center;
}

h3{
  font-size: 18px;
}

h1{
  font-size: 48px;
}

.gallery img{
  width: 100%;
  height: auto;
  padding: 15px;
}

#swipebox-overlay{
  background-color: transparent;
}


.image-block img{
  max-width: 250px;
  height: auto;
  margin-right: 20px;
}

.modal #swipebox-slider .slide:before{
  display: none;
}

.small-images img{
  max-width: 80px;
  height: auto;
}

#swipebox-overlay:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../img/bg-gallery.png") no-repeat center top;
  background-size: cover;
  overflow:hidden;
  -webkit-filter: blur(15px);
  -moz-filter: blur(15px);
  -o-filter: blur(15px);
  -ms-filter: blur(15px);
  filter: blur(15px);
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

a.learn-more, button.learn-more, .btn-check:focus+.btn-primary, .btn-primary:focus{
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  border: 2px solid #ffb256;
  background-color: transparent;
  color: #ffb256;
  font-family: "Montserrat";
  text-transform: uppercase;
  font-weight: bolder;
  outline: none !important;
  box-shadow: 0 !important;
  border-radius: 3px;
}

.main-info{
  max-width: 960px;
  margin: 0 auto;
}

a.learn-more:hover, button.learn-more:hover{
  cursor: pointer;
  background-color: #ffb256;
  color: #000;
  border-color: #ffb256;
}

.section-main{
  position: relative;
  height: 100vh;
}

.section-main h1, .section-main h3{
  text-align: left;
}

.my-container{
  max-width: 1200px;
  margin: 0 auto;
}


#myVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}


.content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
}

.dillers{
  background-image: url('../img/dillers-bg.png');
  color: #fff;
  padding: 50px 0 50px 0;
}

.dillers h1{
  font-family: 'Merriweather', serif;
}

.dillers-container{
  max-width: 600px;
  margin: 0 auto;
}

.our-team h2, .our-team h3{
  text-align: center;
  margin-top: 30px;
}


.card-div{
  position: relative;
  border: 1px solid #ddd;
  border-radius: 3px;
  min-height: 432px;
}

.card-div:hover .background-top-block{
  background-color: #222633;
}

.card-div:hover img{
  width: 50%;
}

.card-div img{
  width: 40%;
  height: auto;
  z-index: 100;
  transform: translate(30px, 30px);
  transition: 0.8s;
}

.card-div h2{
  margin-top: 15px;
}

.background-top-block{
  position: absolute;
  width: 96%;
  height: 130px;
  top: 2%;
  left: 2%;
  background-color: #d5d6dd;
  z-index: -1;  
}

.desc{
  padding: 15px;
}

.desc h2{
  font-size: 1.5rem;
}

.desc_desc{
  min-height: 200px;
}

.section-third{
  background-color: #eee;
}

.section-third h2{
  text-align: center;
}

.section-third img{
  max-width: 100px;
  max-height: 80px;
  margin-bottom: 30px;
}

.section-third p{
  text-align: center;
}

.section-third a{
  color: #000;
  text-decoration: none;
  text-align: center;
}

.gallery .col-lg-3{
  padding: 0 !important;
}

.card-review{
  border: 1px solid #ddd;
}

.review-review img.man{
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-right: 20px;
}

.review-review img.stars{
  width: 100px;
  height: auto;
  margin-left: 20px;
}

.slick-prev:before, .slick-next:before{
  color: #ffb256;
  font-size: 40px;
}

.review-review img{
  display: inline-block;
}

footer{
    background-image: url("../img/footer-bg.jpeg");
    color: #fff;
}

footer a{
  color: #fff;
  margin-right: 10px;
}

footer a:hover{
  color: #fff;
  text-decoration: none;
}

.my-footer-container{
   max-width: 900px;
   margin: 0 auto;
}

footer .contacts img{
  max-width: 35px;
  max-height: 30px;
}

/* #exampleModal2, #exampleModal{
  margin-top: 10%;
} */

#exampleModal2{
  z-index: 10000001;
}

#exampleModal3, #exampleModal4, #exampleModal5{
  z-index: 10000;
}


/*    form style    */

.contact-section{
  position: relative;
}

.contact-section h3{
  text-align: center;
}

.contact-section p{
  text-align: center;
  max-width: 50%;
  margin: 0 auto;
  color: #fff;
}


 .contact-form{
  max-width: 600px;
  margin: auto;
  padding: 0 10px 10px 10px;
  overflow: hidden;
}


#price{
  font-size: 30px;
  font-weight: bold;
}

.contact-form-text{
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 16px 0;
  border: 1px solid gray;
  background: #fff;
  padding: 20px 40px;
  outline: none;
  color: #514e4e;
  transition: 0.5s;
}

.contact-section h5{
  display: none;
}

.form-section .contact-form-text:focus{
  box-shadow: 0 0 10px 4px #34495e;
}

textarea.contact-form-text{
  resize: none;
  height: 120px;

}

.middle_send .cta-button{
  padding: 10px 35px;
}

.contact-form p{
  display: none;
  color: #000;
}

/* .modal{
  margin-top: 10%;
} */

#exampleModal5, #exampleModal6, #exampleModal4{
  width: 100%;
  height: 100%;
}

#exampleModal5 .modal-dialog, #exampleModal4 .modal-dialog, #exampleModal3 .modal-dialog{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
}

.modal-content{
  height: auto;
}

/** Custom Select **/
.custom-select-wrapper {
  position: relative;
  display: inline-block;
  user-select: none;
}
  .custom-select-wrapper select {
    display: none;
  }
  .custom-select {
    position: relative;
    display: inline-block;
  }
    .custom-select-trigger {
      position: relative;
      display: block;
      padding: 0 84px 0 22px;
      font-size: 16px;
      font-weight: 300;
      color: #000;
      line-height: 60px;
      background: #e0e0e0;
      border-radius: 4px;
      cursor: pointer;
      min-width: 300px;
    }
      .custom-select-trigger:after {
        position: absolute;
        display: block;
        content: '';
        width: 10px; height: 10px;
        top: 50%; right: 25px;
        margin-top: -3px;
        border-bottom: 1px solid #000;
        border-right: 1px solid #000;
        transform: rotate(45deg) translateY(-50%);
        transition: all .4s ease-in-out;
        transform-origin: 50% 0;
      }
      .custom-select.opened .custom-select-trigger:after {
        margin-top: 3px;
        transform: rotate(-135deg) translateY(-50%);
      }
  .custom-options {
    position: absolute;
    display: block;
    top: 100%; left: 0; right: 0;
    min-width: 100%;
    margin: 15px 0;
    border: 1px solid #b5b5b5;
    border-radius: 4px;
    box-sizing: border-box;
    box-shadow: 0 2px 1px rgba(0,0,0,.07);
    background: #fff;
    transition: all .4s ease-in-out;
    
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-15px);
  }
  .custom-select.opened .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0);
  }
    .custom-options:before {
      position: absolute;
      display: block;
      content: '';
      bottom: 100%; right: 25px;
      width: 7px; height: 7px;
      margin-bottom: -4px;
      border-top: 1px solid #b5b5b5;
      border-left: 1px solid #b5b5b5;
      background: #fff;
      transform: rotate(45deg);
      transition: all .4s ease-in-out;
    }
    .option-hover:before {
      background: #f9f9f9;
    }
    .custom-option {
      position: relative;
      display: block;
      padding: 0 22px;
      border-bottom: 1px solid #b5b5b5;
      font-size: 18px;
      font-weight: 600;
      color: #000;
      line-height: 47px;
      cursor: pointer;
      transition: all .4s ease-in-out;
    }
    .custom-option:first-of-type {
      border-radius: 4px 4px 0 0;
    }
    .custom-option:last-of-type {
      border-bottom: 0;
      border-radius: 0 0 4px 4px;
    }
    .custom-option:hover,
    .custom-option.selection {
      background: #f9f9f9;
    }

    .custom-select.opened .custom-options{
      z-index: 1000;
    }


  @media(max-width: 768px){
    header{
      width: 100%;
    }

    .modal-body .d-flex.justify-content-between{
       flex-direction: column;
    }

    .image-block{
      display: block !important;
    }

    .small-images{
      flex-direction: row !important;
      margin-top: 20px;
      margin-bottom: 20px;
    }

    #exampleModal5 .modal-dialog, #exampleModal4 .modal-dialog, #exampleModal3 .modal-dialog{
      max-width: min-content;
      margin-top: 40px;
    }

    .modal-body .center{
      margin-top: 20px;
    }

    /* #exampleModal5, #exampleModal6, #exampleModal4{
      width: auto;
    } */

    footer .contacts{
      margin-bottom: 20px;
    }

    .card-review{
      margin-bottom: 20px;
    }

    .slick-next{
      right: 20px;
    }

    .slick-prev{
      left: 10px;
    }

    .modal-body{
      padding-bottom: 80px;
    }

    .modal-dialog{
      margin-top: 30px;
    }
  }    

@media(max-width: 576px){
  header.header{
    padding: 1rem 0 !important;
    max-width: 100%;
  }

  .right-col{
    display: none !important;
  }

  .content h1{
    font-size: 32px;
  } 

  header img{
    display: none;
  }

  .modal-dialog{
    max-width: 400px;
    margin-top: 20%;
  }

  .section-second{
    padding: 20px !important;
  }
}

@media(max-height:576px){
  .section-main{
    height: 200vh;
  }

  .modal-dialog{
    margin-top: 40px;
  }

  #exampleModal5 .modal-dialog, #exampleModal4 .modal-dialog, #exampleModal3 .modal-dialog{
    margin-top: 40px auto !important;
  }

  .modal-body{
    padding-bottom: 80px;
  }
}


















