@font-face {
    font-family: montserratfont;
    src: url('../fonts/montserrat.ttf');
}

@font-face {
    font-family: teko;
    src: url('../fonts/teko.ttf');
}
@font-face {
    font-family: abangfashion;
    src: url('../fonts/abangfashion.otf');
  }

:root {
    --primary-color: #F9B233;
    --text-color: #FFFFFF;
    --bg-color: rgba(0, 0, 0, 0.7);
    --font-title: 'abang';
    --font-body: 'montserratfont';
    --font-button: 'teko';
     --font-b: 'abangfashion';
}

 *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
 }

body, html {
   width: 100%;
    height: 100%;
    font-family: var(--font-body);
}

.navbar-hidden {
    transform: translateY(-100%);
    transition: transform 0.3s ease-in-out;
}





 /* navbar css start */
 .navbar {
  
    padding: 10px 20px; /* Adjust padding for better spacing */
}

.navbar .navbar-nav .nav-item .nav-link {
    color: #ffffff; /* Ensure the text color matches the screenshot */
    padding: 8px 15px; /* Adjust padding for better spacing */
    font-size: 16px; /* Adjust font size if needed */
}

/* .navbar .navbar-nav .nav-item .nav-link:hover {
    background-color: var(--primary-color); 
    color: #ffffff;
} */

 .navbar-brand img{
    width: 150px;
    height: 150px;
 }

.nav-book-now{
    padding: 5px 10px;
    background-color:  var(--primary-color);;
    border-radius: 25px;
  
}

.nav-book-now  a{
  
    color: black;
    font-weight: bold;
    text-decoration: none;
    font-size: 20px;
    font-family: var(--font-button);
}



 .carousel-item {
    position: relative;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Dark transparent overlay */
    z-index: 0; /* Ensures it stays between the image and the content */
}

.carousel-caption h1, 
.carousel-caption p 
 {
    color: white; /* Make sure text is white for visibility */
}

.carousel-item img {
    transform: scale(1.1);
    transition: transform 0.3s ease;
   
}

.carousel-caption{
    /* margin-bottom: -53px; */
      /* margin-bottom: -16px; */
      margin-bottom: 72px;
    
}



.search-bar {
    position: relative; /* Parent container ko relative position dena zaroori hai */
    width: 39%; /* Container ki width */
    margin: auto;
   
   
}

.search-bar input {
    width: 100%; /* Input ki width 100% */
    padding: 1.5rem 2.5rem 0.5rem 1rem; /* Right padding ko increase kiya jisse icon overlap na kare */
    border-radius: 50px;
    border: 2px solid white;
    background-color: rgb(138 134 134 / 70%);
    color: brown;
    margin: auto;
}

.search-btn {
    position: absolute;
    right: 20px; /* Button ko right corner par fix karna */
    top: 50%; /* Button ko vertically center align karna */
    transform: translateY(-50%);
    background: none;
    border: none;
    color: var(--text-color);
    padding: 0;
    margin: 0;
   
}

.search-btn i {
    font-size: 40px;
}
#desk-btn-now{
    position: relative;
    bottom: 48px;
    left: 39%;
}

.header-text {
    font-size: 4vw;
    font-weight: 700;
    /* border: 2px solid red; */
    width: 210px;
    margin: auto;
    padding-top: 1rem; /* Adjust gap above header text */
    line-height: 55px;
   
}

.sub-header-text {
    /* border: 2px solid red; */
    font-size: 3vw;
    width: 500px;
    margin: auto;
    line-height:45px;
    margin-top: 30px;
}

.book-now-btn {
    background-color: var(--primary-color);
    border: none;
    color: var(--bg-color);
   
    border-radius: 50px;
    font-weight: bold;
    font-size: 3vw;
    padding: 0vw 4vw;
    position: relative;
    font-family: var(--font-button);

}

#hide-carosal-on-desktop{
    display: none;
  }

@media (max-width: 575.98px) {
    /* For small phones with width less than 576px */
    .carousel-item img {
        height: 70vh;
        object-fit: cover;
        margin-left: 10px;
      }
      .carousel-caption {
        margin-bottom: -10px;
      }
    .search-bar {
        position: relative; /* Parent container ko relative position dena zaroori hai */
        width: 55%; /* Container ki width */
        margin: auto;
       
       
    }
    
    .search-bar input {
        width: 100%; /* Input ki width 100% */
        padding: 5px 10px;
        border-radius: 50px;
        border: 2px solid white;
        background-color: rgb(138 134 134 / 70%);
        color: brown;
        margin: auto;
    }
    
    .search-btn {
        position: absolute;
        right: 10px; /* Button ko right corner par fix karna */
        top: 50%; /* Button ko vertically center align karna */
        transform: translateY(-50%);
        background: none;
        border: none;
        color: var(--text-color);
        padding: 0;
        margin: 0;
    }
    
    .search-btn i {
        font-size: 20px;
    }

    /* carosal img css  */
   

     

      .header-text {
        font-size: 40px;
        font-weight: 700;
        /* border: 2px solid red; */
    
        margin: auto;
          margin-top: auto;
        padding-top: 1rem;
      }

      .sub-header-text {
       
        font-size: 30px;
        width: 230px;
        margin: auto;
      }

      .book-now-btn {
        background-color: var(--primary-color);
        border: none;
        color: var(--bg-color);
        border-radius: 50px;
        font-weight: bold;
       
        font-size: 20px;
        padding: 5px 50px;
       
      }
    
}

@media (min-width: 576px) and (max-width: 767.98px) {
    /* For phones with width between 576px and 767.98px */
  
    

    .navbar {
        padding: 5px 10px;
        position:relative;
    }

    .navbar .navbar-nav .nav-item .nav-link {
        font-size: 14px; /* Adjust font size for smaller screens */
    }
}



@media (min-width: 768px) and (max-width: 991px) {
   

    .navbar {
        padding: 8px 15px;
    }

    .navbar .navbar-nav .nav-item .nav-link {
        font-size: 15px;
    }
}

/* hero css  */
.heading-para{
    text-align: center;
   margin-top: 100px;
   margin-bottom: 50px;
}
.heading-para h1{
    font-size: 32px;
    font-family: var(--font-b);
    font-weight: bold;
    color: #454343;
}

.heading-para p {
    font-size: 22px;
    color: gray;
    padding: 0px 65px;
    line-height: 30px;
    margin-top: 20px;
}

.features-icon img {
    max-width: 100%;
    height: auto;
}
.features-icon {
    /* text-align: center; */
     /* border: 2px solid red; */
}
.features-icon p {
    margin: 0;
    font-size: 14px;
}
.icon-1{
    width: 135px;
}
.icon-2{
    width: 150px;
}

.icon-3{
    width: 190px;
}

.icon-4{
    width: 80px;
}

.icon-5{
    width: 160px;
    margin-top: 50px;
    /* border: 2px solid red; */
}

.icon-6{
    width: 150px;
    margin-top: 50px;
    /* border: 2px solid red; */
}

.icon-7{
    margin-top: 50px;
    /* border: 2px solid red; */
}


@media (max-width: 767px) {
     .navbar {
  
    padding: 0px 0px; /* Adjust padding for better spacing */
}
     #desk-btn-now{
        position: relative;
    bottom: 48px;
    left: 39%;
       display: none;
    }
    
    /*.bg-image{*/
    /*    height:100vh;*/
    /*     width:100vw*/
    /*}*/
    
/*    .navbar-brand img {*/
/*  width: 130px;*/
/*  height: 130px;*/
/*  margin-right: 2px;*/
/*}*/

  .navbar-brand img {
    width: 70px;
    height: 70px;
    /*margin-right: 2px;*/
  }

  #navbarNav{
  /*margin-top: -10%;*/
}

.navbar-nav{
    background-color: black;
  width: 70%;
  padding: 13px;
  margin-bottom: -55px;
}

.nav-book-now {
  padding: 5px 10px;
  background-color: var(--primary-color);
  border-radius: 25px;
  width: 70%;
  text-align: center;
}

    
    .header-text {
        font-size: 24px;
    }
    .subheader-text {
        font-size: 14px;
    }
    
    .heading-para {
  text-align: center;
  margin-top: 60px;

}

.heading-para p {
  font-size: 13px;
  color: gray;
  padding: 0px;
  line-height: 30px;
  margin-top: 12px;
}



  .icon-1 {
  width: 70px;
}

  .icon-2 {
  width: 80px;
}

.icon-3 {
  width: 110px;
  margin-top: 10px;
}

.icon-4 {
  width: 50px;
  margin-top: 10px;
}

.icon-5 {
  width: 105px;
  margin-top: 21px;
 
}

.icon-6 {
  width: 92px;
  margin-top: 25px;
  
}

.icon-7 {
  margin-top: 30px;
 
  margin-left: 60px;
}





  .hero-section h1 {
    font-size: 28px;
    margin-top: 45px;
  }

}

/* hero css */


.building img{
    width: 100%;
}

.crop-img{
    height: 200px;
    width: 100%;
    object-fit: cover;
}

.hero-section {
   
    padding: 100px 20px;
    position: relative;
}
.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8); /* White overlay with 80% opacity */
}
.hero-section h1 {
  
    font-size: 45px;
    font-weight: bold;
    z-index: 1;
    position: relative;
    font-family: var(--font-b);
}
.hero-section p {
    font-size: 25px;
    z-index: 1;
    position: relative;
    margin-bottom: 30px;
   
    width: 100%;
    padding: 0px 180px;
    text-align: center;
    line-height: 30px;
}
.hero-section .btn-warning {
    font-weight: bold;
    font-size: 25px;
    z-index: 1;
    position: relative;
    padding: 10px 20px;
   
    width: 23%;
    border-radius: 50px;
    font-family: var(--font-button);
}

/* footer css start */
.footer-section {
    background-color: #333;
    color: #fff;
    padding: 40px 20px;
    text-align: center;
}
.footer-section img {
    max-width: 60%;
}
.navfooter {
  
    background-color: gray;
    width: 70%;
    margin: auto;
    border-radius: 25px;
}
.footer-section .nav-link {
    color: #fff;
    font-size: 16px;
    padding: 20px 0;
}
.footer-section .address,
.footer-section .contact-number {
    font-size: 1.5rem;
   
    margin-top: 10px;
}

.footer-section .contact-number .fas fa-phone {
    transform: rotate(35deg);
    margin-bottom: 5px;
}

.footer-section .btn-warning {
    background-color: #f0ad4e;
    color: #333;
    font-weight: bold;
    border: none;
    font-size: 25px;
    padding: 10px 20px;
    border-radius: 25px;
    font-family: var(--font-button);
}
.footer-section .btn-warning:hover {
    background-color: #ec971f;
    color: #fff;
}
@media (max-width: 768px) {
    .hero-section {
   
    padding: 0px 0px;
   
}
    .hero-section .btn-warning {
  font-weight: bold;
  font-size: 20px;
  z-index: 1;
  position: relative;
  padding: 10px 20px;
 width: 100%;
  border-radius: 50px;
  font-family: var(--font-button);
}

.hero-section p {
  font-size: 15px;
  z-index: 1;
  position: relative;
  margin-bottom: 30px;
  width: 100%;
  padding: 0px 0px;
  text-align: center;
  line-height: 30px;
}

    .hero-section h1 {
        font-size: 28px;
    }
   
    .footer-section img {
       max-width: 150px;
    margin-top: 15px;
    }
    .footer-section .btn-warning {
        padding: 8px 15px;
        font-size: 14px;
    }
    
    .navfooter {
  background-color: gray;
  width: 100%;
  margin: auto;
  border-radius: 25px;
}

.footer-section .contact-number .fas fa-phone {
    transform: rotate(35deg);
    margin-bottom: 5px;
}

}

.footer-section .address p {
    text-align: justify;
 
    font-size: 0.8rem;
    margin-top: 15px;
    margin-left: 5px;
}

/*motion and animation*/
/* Smooth fade-in animation for heading and paragraph */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.main-heading {
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
    opacity: 0;
    animation: fadeInUp 1s ease-out forwards;
}

.main-subheading {
    font-size: 1.2rem;
    text-align: center;
    opacity: 0;
    animation: fadeInUp 1.2s ease-out forwards;
}

/* Image fade-in animation with staggered effect */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* Staggered effect for images */
.row .col-lg-4:nth-child(1) img {
    animation: fadeIn 1s ease-out forwards;
}

.row .col-lg-4:nth-child(2) img {
    animation: fadeIn 1.2s ease-out forwards;
}

.row .col-lg-4:nth-child(3) img {
    animation: fadeIn 1.4s ease-out forwards;
}

.row .col-lg-5:nth-child(4) img {
    animation: fadeIn 1.6s ease-out forwards;
}

.row .col-lg-7:nth-child(5) img {
    animation: fadeIn 1.8s ease-out forwards;
}

/* Hover effect for images */
img {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

img:hover {
    transform: scale(1.05);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}


