
.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;
  padding: 20px;
  text-align: center;
}
.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;
    
}
/* @-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) ;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.para{
    color: white;
font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.good{
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
@media only screen and (max-width:768px){
   .para{
       font-size: 11px;
   }
}
.center{
  text-align: justify;
  text-justify: inter-word;
}
.service{
  background-color: rgb(51, 45, 45) !important;
  color: white !important;
}
.service a {
  color: white !important;
}
.imege{
 height: 30vh;
 text-align: center;
}
  /* text animation */
  .content {
    position: relative;
  }
  .content h2 {
    color: rgb(255, 255, 255);
    font-size: 4em !important;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 700px !important;
    top: 250px !important;
   
  }
   /* h2 media screen */
  @media only screen and (max-width:1189px){
    .content h2 {
      color: #fff;
      font-size: 2em;
      position: absolute;
      transform: translate(-50%, -50%);
      left: 650px !important;
      top: 250px !important;
    } 
  }
  @media only screen and (max-width:1172px){
    .content h2 {
      color: #fff;
      font-size: 2.8em;
      position: absolute;
      transform: translate(-50%, -50%);
      left: 580px !important;
      top: 250px !important;
    } 
  }
  @media only screen and (max-width:1106px){
    .content h2 {
      color: #fff;
      font-size: 2.6em;
      position: absolute;
      transform: translate(-50%, -50%);
      left: 510px !important;
      top: 250px !important;
    } 
  }
  @media only screen and (max-width:1034px){
    .content h2 {
      color: #fff;
      font-size: 2.4em;
      position: absolute;
      transform: translate(-50%, -50%);
      left: 460px !important;
      top: 250px !important;
    } 
  }
  @media only screen and (max-width:985px){
    .content h2 {
      color: #fff;
      font-size: 2.2em;
      position: absolute;
      transform: translate(-50%, -50%);
      left: 400px !important;
      top: 250px !important;
    } 
  }
  @media only screen and (max-width:927px){
    .content h2 {
      color: #fff;
      font-size: 2em;
      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: 2em;
      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: 2em !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%
      );
    }
  }
  /* h2 media screen ends */
   .change{
    display: none;
    color: orangered !important;
    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:320px){
  .logo{
    height: 100px;
    width: 150px;
  }
  /* .change{
    font-size: 2rem;
  } */
}  
.urban{
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: rgb(218, 181, 112);
  margin-top: 350px;
  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;
  }
}