*{
   margin: 0;
  padding: 0;
  box-sizing: border-box;
}
 
body {
   font-family: Arial, sans-serif;
   background-color: var(--primary-color);
}
:root {
  --primary-color: #000000;
  --secondary-color: #ffffff;
  --tertiary-color: #FEB408;
}


body,
html {
 
  overflow-x: hidden;
}

/* common class */

a {
  display: inline-block;
  text-decoration: none;
}
ul {
  list-style-type: none;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.col-50 {
  width: 50%;
  padding: 0 15px;
}

/* header section */

.container {
  max-width: 1850px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
.container2{
   max-width: 1350px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
.container3{
   max-width: 1920px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}


/* topbar */
 .top-bar {
  background-color: var(--primary-color);
  font-size: 14px;
}
.top-left,
.top-left2{
    color: #cccccc;
}
.top-center,
.ms-3
{
    color: var(--secondary-color);
}
.ms-3:hover{
  color: var(--tertiary-color);
  cursor: pointer;
  
}
 .top-left i {
  color: var(--tertiary-color);
  margin-right: 5px;
} 
/* navbar   */
/* .main-navbar {
  background-image: linear-gradient(to right, #2b2b2b, #4b4b4b);
  padding: 15px 0;
} */
.main-navbar {
   background: rgba(245, 239, 239, 0.15);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 15px 50px;
  border-top: 1px solid #746d6d;
  border-bottom: 1px solid #746d6d;
  padding: 15px 0;
}
.nav-logo {
  color: var(--secondary-color);
  font-weight: 700;
  font-size: 24px;
}

.nav-logo span {
  color: var(--tertiary-color)
}

.navbar-nav .nav-link {
  color: var(--secondary-color);
  font-size: 14px;
  font-weight: 500;
}
.nav-link{
    position: relative;
}
.nav-link::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background:var(--tertiary-color);
    transition: 0.5s linear;
    transform: translateY(2px);
}
.nav-link:hover::after{
    width: 100%;
}
.nav-link:hover{
    transition: 0.5s linear;
    transform: translateY(2px);
    
}
.navbar-nav .nav-link.active {
  color: var(--tertiary-color);
}

.navbar-nav .nav-link:hover {
  color:var(--tertiary-color);
  transition: 0.5s linear;
  transform: translateY(2px);
}

.nav-icons i {
  color: var(--secondary-color);
  font-size: 18px;
  cursor: pointer;
  margin-right: 10px;
}

.nav-icons i:hover {
  color: var(--tertiary-color);
   transition: 0.5s linear;
  transform: translateY(2px);
}
 
 
.dropdown {
  position: relative;
}

.dropdown-content {
  position: absolute;
  top: 100%;
  /* left: 40px; */
  max-width: 200px;
  width: 100%;
  padding: 10px 0;
  display: none;

}

 /* .dropdown-content li a {
  font-size: 18px;
  /* color: var(--primary-color); */
  /* font-family: "Inter", sans-serif;
  padding: 6px 0px;
  max-width: 55px;
  color: var(--tertiary-color);
}  */
  .nav-links{
    color: var(--tertiary-color);
    font-size: 18px;
    font-weight: 500;
    padding: 6px 0px;
  }


.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown:hover i {
  transform: rotate(180deg);
  transition: 0.5s;
}
.navbar-toggler{
  display: none;
}


/* banner section  */
.banner-sec{
  background:  linear-gradient(
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ), url('../assets/bannerimg2.jpeg')  no-repeat center/cover;

  min-height: 60vh;
   filter:brightness(1);
   display: flex;
    justify-content: center;
    align-items: center; 
}

.banner-sec h1{
 font-size: 80px;
 font-weight: 400;
 color:var(--secondary-color);
  text-align: center;
 margin: 0 auto;  
   
}

.text-wrap {
 display: inline-flex;
  align-items: center; 
   gap: 12px; 
  font-size: 18px;
}


.text-link {
  color: var(--secondary-color);
  cursor: pointer;
}

.text-link:hover {
  color: #f5c542;
transition: 0.5s linear;
transform: translateY(2px);
}

.text-box {
  width: 10px;
  height: 10px;
  background-color: #f5c542;
  display: inline-block;
}
.text-current {
  color: #f5c542;
  cursor: pointer;
}
.text-current:hover{
  transition: 0.5s linear;
transform: translateY(2px);
}
/* contact section  */
.contact-sec{
     background: radial-gradient(circle at center, #1a160e, #0d0c09);
 padding: 60px 0px;
}
.contact-sec h2{
      font-size: 30px;
 font-weight: 500;
 color: var(--secondary-color); 
 text-align: center;
}
.contact-sec p{
       font-size: 15px;
 font-weight: 400;
 color: #b9b9b9; 
 text-align: center;
 margin: 0 auto;
 max-width: 700px;
}
/* facilities section  */
.facilities-sec{
    background: radial-gradient(circle at center, #1a160e, #0d0c09);
 /* padding: 60px 0px;   */
}
.facility-img{
    max-width: 80px;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
     
}
 .facility-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    
   
} 


.facility-img2{
    max-width: 80px;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
}
.facility-img2 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
   
} 

.facility-part h3{
    font-size: 22px;
 font-weight: 400;
 color:var(--tertiary-color);
 text-align: center;
 margin: 25px 0px;
    cursor: pointer;
}
.facility-part h3:hover{
transition: 0.5s linear;
transform: translateY(2px);
text-decoration:underline ;
}
.link-text{
     font-size: 12px;
 font-weight: 300;
  text-align: center;
 padding: 10px 0px;
 color: var(--secondary-color);
}
.address{
    font-size: 16px;
 font-weight: 400;
 color:var(--secondary-color);
 text-align: center;
 margin: 0 auto;
max-width: 250px;
}
.contact-part{
     font-size: 16px;
 font-weight: 400;
 color:var(--secondary-color);
 text-align: center;
 margin: 0 auto;
max-width: 180px;
}
.timing{
     font-size: 16px;
 font-weight: 400;
 color:var(--secondary-color);
 text-align: center;
 margin: 0 auto;
max-width: 210px;
}
/* map section  */
.map-sec{
     background: radial-gradient(circle at center, #1a160e, #0d0c09);
 padding: 60px 0px;   
}
 .map-wrapper{
    max-width:1320px ;
}
.map-wrapper img{
     width: 100%;
    height: 100%;
    object-fit: cover;
} 
.map-link{
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

/* form section  */
.info-sec {
  /* padding: 60px 0; */
    background: radial-gradient(circle at center, #1a160e, #0d0c09);
    
}

.info-sec h6{
    font-size: 18px;
 font-weight: 500;
 color: var(--tertiary-color); 
 text-align: center;
}
.info-sec h2{
    font-size: 30px;
 font-weight: 500;
 color: var(--secondary-color); 
 text-align: center;
}
  .form-sec {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  margin-top: 30px;
  padding: 20px 20px;
  
} 

.form-input {
  padding: 13px 12px;
  margin-bottom: 30px;
  width: 100%;
  border: 1px solid var(--secondary-color);
  background-color: transparent;
  color: var(--secondary-color);
}
.form-input2{
  max-width: 720px; 
   margin-bottom: 30px;
  width: 100%;
  border: 1px solid var(--secondary-color);
  background-color: transparent;
  color: var(--secondary-color);
  padding: 15px 0px 100px 20px;
} 


 .submit-btn{
 padding: 20px 0px;
 font-size: 20px;
 font-weight: 400;
 margin-bottom: 70px;
 
} 
 .btn-1{
border: 1px solid #cccccc;
background-color: transparent;
color: var(--secondary-color);
text-transform: capitalize;
padding: 12px 10px 12px 20px;
cursor: pointer;

}
.btn-1:hover{
  border: 1px solid var(--tertiary-color);
transition: 0.5s linear;
transform: translateY(2px);
} 
.arrow-box{
  background-color: var(--tertiary-color);
  padding: 15px 15px;
} 






 /* footer section   */
.footer-sec {
  background: radial-gradient(circle at center, #1a160e, #0d0c09);
 padding: 60px 0px;
  
}
.newsletter-tag {
color: #f4c56d;
  font-size: 16px;
  font-weight: 600;
}

.newsletter-title {
   font-size: 35px;
  font-weight: 400;
  line-height: 1.3;
  max-width: 341px;
 color: var(--secondary-color);
 text-align: center;
 margin: 0 auto;

}

.newsletter-form {
  max-width: 653px;
  display: flex;
 border-bottom: 1px solid rgba(255,255,255,0.3);
 text-align: center;
margin: 0 auto;
margin-top: 90px;
 margin-bottom: 90px;
}

.newsletter-form input {
  flex: 1;
  background: transparent;
  border: none;
  color: var(--secondary-color);
  padding: 10px 0;
  outline: none;
 
}

.newsletter-form button {
  background: none;
  border: none;
  color: var(--secondary-color);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}
.newsletter-form button:hover{
  transition: 0.5s linear;
  transform: translateY(2px);
  color: var(--tertiary-color);
}
.footer-logo {
  font-size: 28px;
  font-weight: 700;
  max-width: 109px;
  color: var(--secondary-color);
   margin: 50px 0px 0px 0px;
}
.footer-logo span {
  color: #f6c85f;
}

.footer-text {
  font-size: 14px;
  color: #bcbcbc;
  margin: 50px 0;
  max-width: 400px;
}
.footer-phone{
   color: #f6c85f;
    font-weight: 400;
}
.footer-number {
  color: var(--secondary-color);
  font-weight: 500;
  font-size: 15px;
}

.footer-title {
  font-size: 20px;
  font-weight: 600;
  color: var(--secondary-color);
  
   margin: 50px 0px;
}
/* .footer-title:hover{
   transition: 0.5s linear;
  transform: translateY(2px);
  color: var(--tertiary-color);
  cursor: pointer;
} */
.footer-list{
  padding: 0;
}
.footer-links {
  font-size: 19px;
  font-weight: 400;
   color: var(--secondary-color);
   margin-bottom: 25px;
   border-bottom: 2px solid #939292;
   cursor: pointer;
   
}
.footer-links:hover{
  transition: 0.5s linear;
  transform: translateY(2px);
   color: var(--tertiary-color);
  cursor: pointer;
}
.footer-address {
  font-size: 18px;
  font-weight: 500;
  color: var(--secondary-color);
  max-width: 250px;
}
.footer-email{
  font-size: 18px;
  font-weight: 500;
  color: var(--secondary-color);
}

.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 20px 20px;
  border: 2px solid rgba(255,255,255,0.2);
  color: var(--secondary-color);
  margin-right: 8px;
   margin-top: 20px;
}

.social-icons a:hover {
  background: #f6c85f;
  color: var(--primary-color);
    transition: 0.5s linear;
  transform: translateY(2px);
}

.footer-line {
  border: 1px solid #939292;
}

.copyright {
  font-size: 16px;
  font-weight: 400;
  color: #bcbcbc;
cursor: pointer;
margin: 30px 0px;
}
.copyright:hover{
   color: var(--tertiary-color);
    transition: 0.5s linear;
  transform: translateY(2px);

}
/* topbar media section  */
@media screen and  (max-width: 993px) {
 .top-bar .container {
    flex-direction: column;
  gap: 8px;
    text-align: center;
  }
  .top-left{
    font-size: 14px;
    margin-top: 10px;
  }
  
.top-center {
    font-size: 14px;
  }
  .top-right {
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
    margin-top: 6px;
  }
 .top-right .ms-3 {
    margin-left: 0;
  }
}
/* navbar media section  */
 @media screen and (max-width: 993px) {
   .navbar-toggler {
     display: block;
    
  } 

   .navbar-toggler-icon {
    filter: invert(1);
    
  } 
  .navbar-collapse {
    background-color: var(--primary-color);
    backdrop-filter: blur(20px);
    padding: 20px 0;
    margin-top: 15px;
  }

  .navbar-nav {
    flex-direction: column;
    align-items: center;
  }

  .dropdown-content {
    position: static;
    display: none;
    text-align: center;
  }

  .dropdown.show .dropdown-content {
    display: block;
  }
 .dropdown-content ul {
  padding: 0;
  margin: 0; 
  display: flex;
  flex-direction: column;
  align-items: center;
}
.nav-links{
  font-size: 16px;
}
  .nav-icon {
     /* justify-content: center;
    margin-top: 15px;  */
    display: none;
  }
}
/* banner media section  */
@media screen and  (max-width: 1200px){
  .banner-sec h1{
    font-size: 60px;
  }
  
}
@media screen and  (max-width: 576px){
  .banner-sec h1{
    font-size: 40px;
  }
 
}
/* contact media section  */
@media screen and  (max-width: 576px){
.contact-sec h2{
    font-size: 25px;
}
.contact-sec p{
    font-size: 14px;
}

}
/* facilities media section  */
@media screen and  (max-width: 576px){
  .facility-img{
    max-width: 55px;
    text-align: center;
    margin: 0 auto;
  }
   .facility-img2{
    max-width: 55px;
    text-align: center;
    margin: 0 auto;
    margin-top: 15px;
  }
}
/* footer media section  */
 @media screen and (max-width:993px){
  .newsletter-title{
    font-size: 28px;
    margin-top: 10px;
  }
 hr{
  display: none;
 }
 .footer-logo{
  text-align: center;
  margin: 0 auto;
 }
 .footer-text{
  text-align: center;
  margin: 0 auto;
  margin-top: 15px;
 }
 .footer-number{
   text-align: center;
  margin: 0 auto;
  margin-top: 15px;
 }
 .footer-title{
  text-align: center;
  margin: 0 auto;
  margin-top: 10px;
 }
 .footer-list{
  text-align: center;
  margin: 0 auto;
   margin-top: 12px;
 }
 .footer-address{
  text-align: center;
  margin: 0 auto;
  margin-top: 10px;
 }
 .footer-email{
  text-align: center;
  margin: 0 auto;
  margin-top: 10px;
 }
 .social-icons {
  display: flex;
  justify-content: center;
  
 }
 .social-icons a{
  padding: 10px 10px;
margin-top: 10px;
 }
 .footer-bottom{
  margin-top: 20px;
 }
}
@media screen and (max-width:576px){
  .newsletter-form button{
    font-size: 12px;
  }
  .footer-title{
    font-size: 18px;
  }
  .footer-links{
     font-size: 16px;
  }
  .footer-address{
     font-size: 16px;
     margin-top: 10px;
  }
  .footer-email{
     font-size: 16px;
  }
  
}

