
.logo{
    height: 160px;
    width: 250px;
  }
  .navbar {
    background-color: rgb(199, 197, 197);
   
    
  }
  
  .nav-link{
    color: white;
    font-weight: bold;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1.3rem;
  }
  
   
  .link{
    color: black !important;
  }
  .link:hover{
     border-bottom: 2px solid rgb(218, 181, 112) !important;
    transition: 0.5s !important;
  }
  .dropdown:hover>.dropdown-menu {
    display: block;
  }
  
  .dropdown>.dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
      pointer-events: none;
  }
 /* navbar */

#navbar{
  z-index: 100;
  text-align: center;
  padding: 20px;
}

.service a:hover{
    background-color: rgb(218, 181, 112) ;
    color: white;
    transition: 0.5s;
  }

/*----------------------------- for header---------------------------- */
#div-one{
    height: 100vh;
    overflow: hidden;
}


.headertwobg{
    position: absolute;
    top: 0;
    height: 100vh;
    z-index: -99;
    padding: 0px;
    overflow: hidden;
    width: 100%;
}
.headertwobg img{
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.center{
  text-align: justify;
  text-justify: inter-word;
}

 


  /* @-webkit-keyframes zoom {
    0%,100% {
      -webkit-transform: scale(1.3, 1.3);
    }
    50% {
      -webkit-transform: scale(1.4, 1.4);
    }
  }
  
  @keyframes zoom {
    0%,100% {
      transform: scale(1.3, 1.3);
    }
    50% {
      transform: scale(1.4, 1.4);
    }
  }  */
  
  .headertwobg > img {
    -webkit-animation: zoom 6s linear infinite;
    animation: zoom 6s linear infinite;  
  } 
.text{
    color: rgb(218, 181, 112) ;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif ;
    margin-top: 170px;
    font-size: 2rem;
    font-weight: bold;
}
@media only screen and (max-width:768px){
    .text{
        margin-top: 160px;
    }
}
.text-one{
    color: rgb(39, 39, 39);
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif ;
    font-size: 4em;
    font-weight: bold;
}

/* new section */

#bg-color{
    background-color: rgb(51, 45, 45);
    padding-top: 100px;
}
.figure{
    overflow: hidden;
}
.image{
    transition: 0.6s ease-in-out;
}
.image:hover{
    transform: scale(1.1);
}
.heading{
    color: rgb(218, 181, 112) ;
}
.para{
    color: white;
}
@media only screen and (max-width:768px){
   .para{
       font-size: 11px;
   }
}

.service{
  background-color: rgb(51, 45, 45) !important;
  color: white !important;
}
.service a {
  color: white !important;
}


/* text animation */
.content {
  position: relative;
}

.content h2 {
  color: rgb(255, 255, 255);
  font-size: 4.5em !important;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 700px !important;
  top: 250px !important;
 
}

 
@media only screen and (max-width:1165px){
  .content h2 {
    color: #fff;
    font-size: 6em;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 650px !important;
    top: 250px !important;
  } 
}
@media only screen and (max-width:1084px){
  .content h2 {
    color: #fff;
    font-size: 6em;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 580px !important;
    top: 250px !important;
  } 
}
@media only screen and (max-width:980px){
  .content h2 {
    color: #fff;
    font-size: 6em;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 510px !important;
    top: 250px !important;
  } 
}
@media only screen and (max-width:915px){
  .content h2 {
    color: #fff;
    font-size: 6em;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 460px !important;
    top: 250px !important;
  } 
}
@media only screen and (max-width:799px){
  .content h2 {
    color: #fff;
    font-size: 6em;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 400px !important;
    top: 250px !important;
  } 
}
@media only screen and (max-width:755px){
  .content h2 {
    color: #fff;
    font-size: 6em;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 400px !important;
    top: 250px !important;
  } 
}
@media only screen and (max-width:687px){
  .content h2 {
    color: #fff;
    font-size: 6em;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 320px !important;
    top: 250px !important;
  } 
}
@media only screen and (max-width:600px){
  .content h2 {
    color: #fff;
    font-size: 1.3em !important;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 250px !important;
    top: 250px !important;
  } 
}
.content h2:nth-child(1) {
  color: transparent;
  -webkit-text-stroke: 2px white;
  font-weight: bold;
}

.content h2:nth-child(2) {
  color: orangered;
  animation: animate 4s ease-in-out infinite;
  font-weight: bold;
}

@keyframes animate {
  0%,
  100% {
    clip-path: polygon(
      0% 45%,
      16% 44%,
      33% 50%,
      54% 60%,
      70% 61%,
      84% 59%,
      100% 52%,
      100% 100%,
      0% 100%
    );
  }

  50% {
    clip-path: polygon(
      0% 60%,
      15% 65%,
      34% 66%,
      51% 62%,
      67% 50%,
      84% 45%,
      100% 46%,
      100% 100%,
      0% 100%
    );
  }
}

/* font family */
.good{
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

/* .change{
  display: none;
  color: orangered;
  margin-top: 200px;
  font-size: 2.6rem;
  font-weight: bold;
} */
/* @media only screen and (max-width:1430px){
  .change{
    display: block;
  }
  .small{
    display: none;
  }
}
*/
@media only screen and (max-width:344px){
  .logo{
    height: 100px;
    width: 150px;
  }

} 


.urban{
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: rgb(218, 181, 112);
  margin-top: 300px;
  font-weight: 900;
  font-size: 70px;
}

@media only screen and (max-width:531px){
  .urban{
    font-size: 50px;
  }
}
@media only screen and (max-width:396px){
  .urban{
    font-size: 30px;
  }
}