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

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  font-family: 'Montserrat', sans-serif;
  background-color: rgb(255, 255, 255);
}



h2 {
  text-transform: uppercase;
  text-align: center;
}

.blue-text {
  color: #0084ff;
}

.wrapper {
  max-width: 2560px;
  width: 80%;
  margin: 0 auto;
}

.underline {
  margin: 0 auto 40px;
  width: 60px;
  height: 4px;
  background-color: #0084ff;
}

.scroll-fix::before {
  display: block;
  margin-top: -66px;
  height: 66px;
  content: '';
}

.visibility {
  visibility: hidden;
}

.jumbotron {
  margin: 0;
}

nav {
  text-transform: uppercase;
  transition: background-color .6s;
}

nav img {
  padding: 0 10px 0 2px;
}

nav a, nav i {
  color: #fff;
  transition: color .3s;
}

nav a:hover {
  color: #0084ff;
}


nav i {
  padding: 10px;
}

nav .navbar-brand {
  font-weight: bold;
  font-size: 25px;
  letter-spacing: 3px;
}

nav .active {
  color: #0084ff;
}
/* 
#btn-gallery{

  margin-left:50px;
 
} */


.shadow-bg {
  background-color: rgba(0, 0, 0, 0.8);
}

header {
  color: #fff;
  overflow: hidden;
}

header h1 {
  padding: 10px;
  text-transform: uppercase;
  font-size: 30px;
}

header h1 span {
  color: #0084ff;
}

header .hero-img {
  position: relative;
  height: 100vh;
  background-image: url("../img/hero-img.jpg");
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  z-index: 0;
  transition: 0.6s;
}

header .hero-shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -10;
}

header .hero-text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  text-align: center;
}

header .hero-text p {
  padding: 10px;
  font-size: 14px;
}

header .btn-outline-light {
  text-transform: uppercase;
}

header .fa-chevron-down {
  display: none;
}
.hero-text #logotypheader {
  background-image: url("/img/logotypheader.png");
  background-repeat: no-repeat;
  margin-bottom:30px;
  width:799px;
  height: 329px;
  transition:0.3s;
  }

  .hero-text #logotypheader:hover{
    transform: translateY(-15px);
    background-image: url("/img/logotypheaderwhite.png");

  }


@media (max-width: 901px) {
    .hero-text #logotypheader {
      background-image: url("/img/logotypheader431x176.png");
      background-repeat: no-repeat;
      width: 431px;
      height: 176px;
      }

      .hero-text #logotypheader:hover{
        transform: translateY(-15px);
        background-image: url("/img/logotypheader431x176white.png");
    
      }
  }

  @media (max-width: 470px) {
    .hero-text #logotypheader {
      background-image: url("/img/logotypheader311x128.png");
      background-repeat: no-repeat;
      width: 311px;
      height: 128px;
      }
      .hero-text #logotypheader:hover{
        transform: translateY(-15px);
        background-image: url("/img/logotypheader311x128white.png");
    
      }
  }



#aboutus i {
  margin-top: 20px;
  font-size: 30px;
}

#aboutus h3 {
  font-size: 18px;
  text-transform: uppercase;
}

#aboutus p {
  font-size: 14px;
}

#aboutus .aboutus-hover {
  transition: color .3s;
}

#aboutus .aboutus-hover:hover {
  color: #0084ff;
}

#aboutus-hero {
  color: #ddd;
  overflow: hidden;
}

#aboutus-hero .jumbotron {
  position: relative;
  padding: 60px 0;
  background-image: url("/img/about-hero2.png");
  background-position: center;
  background-size: cover;
  z-index: 0;
}

#aboutus-hero .jumbotron h2 {
  font-size: 32px;
}

#aboutus-hero .jumbotron i {
  font-size: 35px;
}

#aboutus-hero .jumbotron p {
  font-size: 14px;
}

#aboutus-hero .jumbotron p:nth-child(2) {
  font-weight: 600;
}

#aboutus-hero .about-shadow {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: -10;
}

#aboutus-hero .about-hero-item {
  margin: 10px 0;
}


#portfolio .carousel-item {
  position: relative;
  height: 600px;
}

#portfolio .carousel-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#portfolio .carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  padding: 40px 0;
  /* background-color: rgba(136, 136, 136, 0.164); */
}

#portfolio .carousel-indicators {
  padding-bottom: 20px;
}

#prices .jumbotron {
  background-color: #f9f9f9;
}

#prices .price-wrap {
  max-width: 2560px;
  width: 95%;
  margin: 0 auto;
}

#prices .price-box {
  margin: 20px 10px;
  padding: 30px;
  background-color: #fff;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.6);
  transition: transform .3s;
}

#prices .price-box h3 {
  color: #f2ca53;
  text-transform: uppercase;
}

#prices .price-box span {
  font-weight: bold;
}

#prices .price-box i {
  padding: 0 5px;
  font-size: 23px;
}

#prices .price-box button {
  padding: 10px 20px;
  text-transform: uppercase;
}

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

#prices .price-box:hover {
  transform: scale(1.05);
}

#prices .price-text {
  margin-top: 30px;
}

#team .jumbotron {
  position: relative;
  /* background-image: url("../img/room-hero.jpg"); */
  background-attachment: fixed;
  background-size: cover;
  z-index: 0;
}

#team .jumbotron h2 {
  color: #ddd;
}

#team .team-shadow {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

#team .card {
  transition: transform .3s;
}

#team .card img {
  height: 300px;
  object-fit: cover;
}

#team .card i {
  padding: 10px 20px;
}

#team .card .row {
  margin-left: 0;
  margin-right: 0;
}

#team .card:hover {
  transform: scale(0.96);
}

#team .card-body {
  height: 180px;
}

#team .card-title {
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}

#team .card-text {
  font-size: 14px;
  text-align: center;
}

#achievements .achievement-list {
  padding: 20px 0;
}

#achievements .achievement {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

#achievements img {
  width: 150px;
  text-shadow: 0 0 5px black;
  transition: transform .3s;
}

#achievements img:hover {
  transform: scale(1.6);
}

#achievements .achievement-number {
  font-size: 22px;
}

#achievements .achievement-text {
  font-size: 13px;
  text-transform: uppercase;
}

.container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 50vh;
  background-image: url("../img/contact-hero.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  min-width: 100%;
}

.container .wrapper {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 40px 0;
}

.container .wrapper .box {
  position: relative;
  width: 300px;
  height: 300px;
  margin: 30px;
  background: #ffffff;
  box-shadow: 0px 30px 50px rgba(0, 0, 0, 0.05);
}

.container .wrapper .box .imgBx {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .5s;
  transition-delay: 0.5s;
}

.container .wrapper .box .imgBx img {
  max-width: 100px;
}

.container .wrapper .box .content {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  transition: 0.5s;
  background: #ff3579;
  transform: scale(0);
  transition-delay: 0s;
}

.container .wrapper .box .content .icon img {
  max-width: 80px;
}

.container .wrapper .box .content h3 {
  color: black;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-top: 20px;
}

.container .wrapper .box .content h4 {
  color: black;
  font-size: 16px;
  font-weight: 500;
}

.container .wrapper .box .content {
  background: #fff;
}

.container .wrapper .box:nth-child(2) .content {
  background: #fff;
}

.container .wrapper .box:nth-child(3) .content {
  background: #fff;
}

.container .wrapper .box:hover .imgBx {
  transform: scale(0);
  transition-delay: 0s;
}

.container .wrapper .box:hover .content {
  transform: scale(1);
  transition-delay: 0.5s;
}

/* .map-wrapper{


  
} */
.googlemap{
  width:100%;
  
}








.gallery-wrapper{
 
  margin:100px auto;
  max-width:90%;
}

.gallery-wrapper .gallery-nav{
  display:flex;
  justify-content: center;
}

.gallery-nav .gallery-items{
  display:flex;
  max-width:720px;
  width:100%;
  justify-content: space-between;
  
}

.gallery-nav .gallery-items .gallery-item{
  padding:7px 25px;
  font-size:18px;
  font-weight:bold;
  color:#007bff;
  border: 2px solid #007bff;
  border-radius:50px;
  cursor:pointer;
  transition: all 0.3s ease;
}


.gallery-nav .gallery-items .active, .gallery-nav .gallery-items .gallery-item:hover{
  color:#fff;
  background:#007bff;
}

.gallery{
  display:flex;
  flex-wrap:wrap;
  margin-top:30px;
}
.gallery .gallery-image{
  padding:7px;
  width:calc(100% / 4);
}
.gallery .gallery-image.hide{
display:none;
}
.gallery .gallery-image.show{
animation:animate 0.4s ease;
}
@keyframes animate{
  0%{
    transform:scale(0.5);

  }
  100%{
    transform:scale(1);
  }
}

.gallery .gallery-image span{
  display:flex;
  width:100%;
  overflow:hidden;
}
.gallery .gallery-image img{
  width:100%;
  vertical-align:middle;
  transition:all 0.3s ease;
  max-height:80%;
}

.gallery .gallery-image:hover img{
  transform:scale(1.1);
}


.preview-box{
  position:fixed;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%) scale(0.9);
  background:white;
  max-width:1000px;
  max-height:100%;
  width:100%;
  border-radius:3px;
  padding:0 5px 5px 5px;
  box-shadow: 0px 0px 15px 5px;
  z-index:5;
  opacity: 0;
  pointer-events:none;

}

.preview-box.show{
  opacity:1;
  pointer-events:auto;
  transform:translate(-50%, -50%) scale(1);
  transition:all 0.3s ease;
}



.preview-box .details{
  display:flex;
  /* align-items:center; */
  justify-content: space-between;
  padding: 13px 15px 0 10px;

}

.preview-box .details .title{
  display:flex;
  font-weight:normal;
}
.details .title p{
  margin-left:5px;
  font-weight:bold;
}

.details .icon{
  color:#007bff;
  font-size:20px;
  cursor:pointer;
}
.preview-box .image-box{
  display:flex;
  width:100%;
  justify-content: center;
  



}
 .image-box img{
   width:100%;
  max-width:50%;
  border-radius: 0 0 3px 3px;
 }


.shadow{
  position:fixed;
  top:0;
  left:0;
  height:100%;
  width:100%;
  z-index:2;
  background:rgba(0, 0, 0, 0.5);
  display:none;

}

.shadow.show{
  display: block;
}




@media(max-width:1000px){
  .gallery .gallery-image{
    
    width:calc(100% / 3);
  }
}

@media(max-width:800px){
  .gallery .gallery-image{
    
    width:calc(100% / 2);
  }
}
@media(max-width:700px){
  .gallery-nav .gallery-items{
    max-width:600px;
  }
  .gallery-nav .gallery-items .gallery-item{
    padding:7px 15px;
  }
}

@media(max-width:600px){
  .gallery-nav .gallery-items{
    flex-wrap:wrap;
    justify-content: center;
  }
  .gallery-nav .gallery-items .gallery-item{
    margin:5px;
  }
  .gallery .gallery-image{
    
    width:100%;
  }
}


















footer {
  color: #ffffff;
  background-color: rgb(24, 24, 24);
}

footer p {
  padding: 20px;
  margin-bottom: 0;
  text-align: center;
}

@media (min-width: 375px) {
  header h1 {
    font-size: 36px;
  }
  header .hero-text p {
    font-size: 16px;
  }
  #aboutus-hero .jumbotron h2 {
    font-size: 36px;
  }
  #aboutus-hero .jumbotron h3 {
    font-size: 32px;
  }
  #aboutus-hero .jumbotron p {
    font-size: 18px;
  }
  #aboutus-hero-two .jumbotron h2 {
    font-size: 36px;
  }
  #aboutus-hero-two .jumbotron h3 {
    font-size: 32px;
  }
  #aboutus-hero-two .jumbotron p {
    font-size: 18px;
  }
  #team .card-text {
    font-size: 15px;
  }
}

@media (min-width: 411px) {
  #aboutus-hero .jumbotron {
    padding: 80px 0;
  }
  .achievement-list {
    margin-bottom: 50px;
  }
  .achievement {
    margin-bottom: 50px;
  }
  .achievement img {
    padding: 10px;
  }
}

@media (min-width: 500px) {
  #team .card-body {
    height: 120px;
  }
}
/*# sourceMappingURL=main.css.map */

/* 
@media (max-width:600px){
  .preview-box{
    display:none;
  
  }

  .shadow{
    display:none;
  }
} */


#bodygallery{
  background: url(/img/1.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
 
}


