@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,600;0,700;1,800&family=Poppins:wght@400;500;600;700&display=swap');

:root{
--primary-color:#05bcf3;
--secondary-color:rgb(238, 157, 6);
--text-dark:#000000;
--text-light:#5f7285;
--extra-light:#ffffff; 
--white:#ffffff;
--max-width:auto;
--header-font:'Playfair Display', serif;

}

.body{
    width: 100%;
}
* {
    padding: 0;
margin: 0;
box-sizing: border-box;
}

.section__container{
    max-width: var(--max-width);
margin: auto;
padding: 5rem 1rem;
}

.section__subheader{
    margin-bottom: 5rem;
    font-size:1rem;
    font-weight: 500;
    color: var(--text-light);

}

.section__header{
    font-size: 3rem;
    font-weight: 800;
    text-align: center;
    font-family: var(--text-dark);
    color: var(--text-dark);
}
.section__header h2{
    text-align: center;
}

.section__description{
    margin-top: 1rem;
    color: var(--text-light);

}
.btn{
    padding: .75rem 2rem;
    font-size: 1rem;
    color:var(--white) ;
    background-color: var(--secondary-color);
    outline: none;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}


.section__nav{
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 1rem;
    /* width: fit-content; */
}

.section__nav span{
padding: 10px 15px;
font-size: 1.25rem;
border-radius: 2px;
cursor: pointer;
transition: 0.3s;
}


.section__nav span:hover{
    background-attachment: var(--secondary-color);
}

.logo {
    display: flex;
    align-items: center;
    font-weight: 100;
    gap: 10px;
    color: var(--text-light);
    letter-spacing: 2px;
     border-radius: 20px;
     height: 5px;
}

.logo div{
    padding-inline: 12px;
    font-size: 2rem;
}
img,
video{
    width:100%;
display: flex;

}
/* #header__title {
    background-image: url("a");
    background-size: cover;
    background-position: center;
    height: 10px;
     /* adjust the height to fit the image 
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #your_fallback_color;
  } */

a{
    text-decoration: none;
}

html,
body{
    scroll-behavior: smooth;
}
body{
font-family: 'Poppins', sans-serif;
}


nav{
    text-align: right;
    position: fixed;
    isolation: isolate;
    width: 99.999%;
    Z-index: 9;
    background-color: var(--white);
}
.nav__bar{
    position: relative;
    isolation: isolate;
    box-shadow: 0 2px 10px  rgba(0, 0, 0, .3);
}

.nav__header{
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--extra-light);
}


.nav__menu__btn{
    display: none;
    font-family: 1.5rem;
    color: var(--text-dark);
    cursor: help;
}


.nav__links{

    list-style: none;
    position: absolute;
    padding: 2rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    background-color: var(--white);
    transform: translateX(-100%);
    transition: 0.5s;
    z-index:  -1;

  
}


.nav__logo img{
    height: 50px;
    width: 120px;
}


.nav__links.open{
    transform: translateY(0);
}


.nav__links a {
    color: var(--text-light);
    transition: 0.3s;
}

.nav__links a:hover{
    color: var(--secondary-color);
}

 .header{
padding: 5rem;
background-image: url("assests/head.jpg");

  background-position: center;
    background-size:100% 70%;
    background-repeat: no-repeat;
 }


    .brightness {-webkit-filter: brightness(50%);filter: brightness(50%)};


 .header__container .section__subheader{
    color: var(--white);
 }

 .header__container h1{
    margin-bottom: 2rem;
    font-size: 6rem;
    font-weight: 800;
    text-align: center;
 line-height: 7rem;
 font-family: var(--header-font); 
  color: var(--white);
}

.booking{
    background-color: var(--primary-color); 
    font-style: var(--white);
}
.booking__container form{
    max-width: 350px;
    margin: auto;
    display: grid;
    gap: 2rem;
}

.input__group{
    display: grid;
    gap: 1rem;
}
.booking button{
    box-shadow: #000000;
    max-width: 350px;
    margin: auto;
    display: grid;
    gap: 2rem;    font-style: bold ;
}

.input__group label{
    font-weight: 600;
    color: var(--white);
}
.input__group input{
    width: 100%;
    font-size:1rem ;
    padding: 0.5rem;
    color: var(--white);
    background-color: transparent;
    outline: none;
    border: none;
    border-bottom:  1px solid var(--text-light);
    border-radius: 5px;
}

.input__group input::placeholder{
    color: transparent;
}

.section__container .about__container{
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
}

.about {
    background-color: #f4f4f4;
    padding: 4rem 0;
}

.about__grid {
  /* grid-template-columns: repeat(2, 1fr); */
    display: grid;
    max-width: 1500px;
    margin-inline: 1rem;
    margin-top: .25rem;
    gap: 1rem;
}

.about__content {
    display: grid;
    flex-direction: column;
}
.about__content .section__subheader {
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 1rem;
}

.about__content .section__header {
    font-size: 3rem;
    color: #444;
    margin-bottom: 1.5rem;
}

.about__content .section__description {
    font-size: 1.2rem;
    color: #333;
    margin-bottom: 2rem;
}

.about__card {
  display: grid;
  width: 400px;
  margin-top: 0.5rem;
  margin-bottom: .5rem;
    background-color: #f9f9f9;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    padding: 1rem;
    text-align: center;
    align-items: center;
}

.about__card span {
    display: block;
    font-size: 4rem;
    color: #444;
    margin-bottom: 1rem;
}

.about__content h4 {
  text-align: center;
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 1rem;

}

.about__card p {
    font-size: 1.1rem;
    color:var(--text-light);
    margin-bottom: 2rem;
}

.about__image {
    align-items: center;
}

.about__image img {
    width: 340px;
    height: 350px;
    border-radius: 5px;
}

.room__container{
    padding-block: 5rem;
}

.room__container :is(.section__subheader , .section__header){
    padding-inline:  1rem;
   text-align: center;
}

.room__grid{
    max-width: 1500px;
    margin-inline: 2rem;
    margin-top: 4rem;
    display: grid;
    gap: 0 1rem;
}
.room__card{
   width: 335px;
}

.room__card img{
    box-shadow: 5px 5px 20px rgb(7, 7, 7);
    width: 350px;
    height: 350px;
align-items: center;
}

.room__card__details{
    margin-inline: 1rem;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transform: translateY(-50%);
    border-radius: 5px;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, .2);
}

.room__card__details h4{
    margin-bottom: 5rem;
    font-size: 1.2rem;
     font-weight: 800;
     font-family: var(--header-font);
     color: var(--white);
}

.room__card__details p{
    color: var(--text-light);
}

.room__card__details h3{
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--text-dark);
}

.room__card__details h3 span{
    font-size: 0.8rem;
    
}


 .intro{
    position: relative;
    isolation: isolate;
    background-color: var(--primary-color);
 }

 .intro::before{
    position: absolute;
    content: "";
    right: 0;
    height: 100%;
    width: calc(100vw/4);
    background-color: var(--secondary-color);
    z-index: -1;
 }
  .intro__container{
 display: grid;
 gap: 4rem 2rem;
  }

  .intro__container .section__container{
    color: var(--secondary-color);
  }

  .intro__container :is(.section__header, .section__description){
    margin-bottom: 1rem;
    color: var(--white);
  }
  .intro__video{
    max-width:450px;
    margin:auto;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, .2);
  }

  .features_containers :is(.section__subheader,  .section__header){
    text-align: center;
  }

  .feature__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 1rem;
  }
  
  .feature__card {
    padding: 2rem;
    background-color: #f2f2f2;
    text-align: center;
  }
  
  .feature__card span{
      display: inline-block;margin-bottom: .5rem;
      font-size: 2.5rem;
  color: var(--secondary-color); 
   }
  
  .feature__card h4 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    font-weight: 800;
      font-family: var(--header-font);
      counter-reset: var(--text-dark);
  }
  
  .feature__card p {
    font-size: 1rem;
    color: var(--text-light);
  }
  @media (max-width: 1024px) {
    .feature__grid {
      grid-template-columns: 1fr;
    }
  }

 .menu{
    background-color: var(--extra-light);
 }
 
  .menu__header{
    display: flex;
    flex-direction: column;
    gap: 2rem;
    text-align: center;
  }
  .menu__header h2{
    text-align: center;
  }

  .menu__items{
    list-style: none;
    margin-top: 20px;
    margin-block:1rem ;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem 4rem;
  }

  .menu__items li{
    display: flex;
    align-items: center;
    gap: 1rem ;
    cursor: pointer;
    transition: 0.3s;  
    width: 200px;
    height: 200px;
  }
  .menu__items  li.img{
    display: grid;
    width: 170px;
    height: 170px;
    border-radius: 20px;
  }

  .menu__items li:hover{
    background-color: var(--extra-light);
    max-width: 100px;
    border-radius:2px;
  }

  .menu__items h4{
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
    font-weight: 800;
    font-family: var(--header-font);
    color: var(--text-dark);
    transition: 0.3s;
  }

.menu__items li:hover :is(h4, p){
    color: var(--text-dark);
}

.menu__images{
    width: 15%;
    height: 15%;
    margin-bottom: 4rem;
    display: grid;
    gap:2rem;
}

.menu__images img{
    border-radius: 10px; 
    width: 200px;
    height: 200px;
box-shadow: 5px 5px 20px rgba(0, 0, 0, .2);
}
 .menu__grid img{
  width: 250px;
  height: 250px;
 }
.menu__grid {
  display: grid;
  /* grid-template-columns: repeat(2, 1fr); */
  gap: 1rem;
}
.menu__banner{
    list-style: none;
    padding: 4rem 2rem;
    display: grid;
    gap: 10rem;
    grid-template-columns: repeat(2,1fr);
    width: fit-content;
    align-content: start;
    text-align: center;
    background-color: var(--primary-color);
    border-radius: 5px;
}

.menu__banner span{
    font-size: 3.5rem;
    color: var(--secondary-color);
}

.menu__banner h4{
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--white);
}

.menu__banner p{
    color: var(--text-light);
}

.news__header{
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.news__grid{
    margin-top: 4rem;
    display: grid;
gap: 2rem;
grid-template-columns: repeat(1fr);
}
.news__card{
    align-items: center;
}
.news__card img{
    width: 400px;
    height: 500px;
    margin-bottom: 2rem;
    border-radius: 5px;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, .2);
}

.news__card__title{
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news__card__title p{
    font-weight: 500;
    color: var(--text-light);
}

.news__card h4{
    margin-bottom: 1rem;
    font-size: 1.25rem;
    font-weight: 800;
    font-family:  var(--header-font);
    color: var(--text-dark);
}
.news__card p{
    color: var(--text-light);
}


.footer{
    background-color: var(--primary-color);
}
 .footer__container{
    display: grid;
    gap: 4rem 2rem;
 }


 body {
    font-family: Arial, sans-serif;
  }
  
  .login-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3); /* Shadow effect */
    display: none;
  }
  
  .login-container.active {
    display: block;
  }
  
  .login-container h2 {
    text-align: center;
  }
  
  .login-container input[type="text"],
  .login-container input[type="password"],
  .login-container input[type="submit"] {
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 5px;
  }
  
  .login-container input[type="submit"] {
    background-color: #007bff;
    color: #fff;
    cursor: pointer;
  }
  
  .login-container input[type="submit"]:hover {
    background-color: #0056b3;
  }
  
  .login-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
  }
  
  .login-overlay.active {
    display: block;
  }
  
  .close-button {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #0f0d0d; /* Close button color */
    cursor: pointer;
    font-size: 20px;
  }

 .footer__logo{
margin-bottom: 2rem;
color: var(--white);
 }

 .footer__logo img{
width: 80px;
border-radius: 3px;
height:80px;
 }

 .footer__socials{
    list-style: none;
    margin-top: 2rem;
    display: flex;
    align-items: center;
    gap: 1rem;
 }
 .footer__p{
color: var(--extra-light);
 }
 

 .footer__socials a{
    padding: 6px 10px;
    font-size: 1.25rem;
    color: var(--text-light);
    background-color: var(--white);
    border-radius: 100%;
    cursor: pointer;
    transition: 0.3s;
 }

.footer__socials a:hover{
    color:var(--white);
    background-color: var(--secondary-color);
}


.footer__col h4{
    margin-bottom: 2rem;
    font-size: 1.25rem;
    font-weight: 800;
    font-family: var(--header-font);
    color: var(--white);
}

.footer__links{
    list-style: none;
}


.footer__links li{
    margin-bottom: 1rem;
}

.footer__links a{
    color: var(--extra-light);
    transform: 0.3s;
}

.footer__linksa:hover{
    color:var(--secondary-color);
}

.footer__col:last-child .footer__links li{
    margin-bottom: 2rem;
}

.footer__links span{
    font-size: 2rem;
    color: var(--secondary-color);
}

.footer__links h5{
    margin-bottom: .5rem;
    font-size: 1rem;
    font-weight: 800;
    font-family: var(--header-font);
    color: var(--white);
}

.footer__links p{
    color: var(--extra-light);
}

.footer__bar{
    padding: 1rem;
    font-size: .8rems;
  color:var(--extra-light);
  text-align:center;

}


/* @media(max-width:480px){
    body{
        font-size: 14px;
    }

} */

/* 
@media(width:1024px){
    body{
        font-size: 18px
    }
} */

    


      /* General styles for all viewport sizes */
* {
    box-sizing: border-box;
  }
  
  body {
    font-family: 'Poppins', sans-serif;
    scroll-behavior: smooth;
  }
  
  a {
    text-decoration: none;
  }
  
  /* Styles for viewports wider than 768px */
  @media (min-width: 768px) {
    .section__container {
      max-width: 960px;
      margin: 0 auto;
      padding: 5rem 1rem;
    }
  
    .section__header {
      font-size: 3rem;
    }
  
    .section__description {
      font-size: 1.25rem;
    }
  
    .btn {
      padding: 0.75rem 2rem;
      font-size: 1rem;
      cursor: pointer;
    }
  
    .section__nav {
      margin-left: auto;
      display: flex;
      align-items: center;
    }
  
    .section__nav span {
      padding: 10px 15px;
      font-size: 1.25rem;
      border-radius: 2px;
      cursor: pointer;
      transition: 0.3s;
    }
  
    .section__nav span:hover {
      background-color: var(--secondary-color);
    }
  
    .logo {
      display: flex;
      align-items: center;
      font-weight: 100;
      gap: 10px;
      color: var(--text-light);
      letter-spacing: 2px;
      border-radius: 20px;
      height: 5px;
    }
  
    .logo div {
      padding-inline: 12px;
      font-size: 2rem;
    }
  
    img,
    video {
      width: 100%;
      display: block;
    }
  
    nav {
      position: sticky;
      top: 0;
      width: 100%;
      isolation: isolate;
      z-index: 9;
    }
  
    .nav__bar {
        position: relative;
        isolation: isolate;
      box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
    }
  
    .nav__header {
      padding: 1rem;
      display: flex;
      align-items: center;
      justify-content: space-between;
      background-color: var(--extra-light);
    }
  
    .nav__logo img {
      height: 50px;
      width: 120px;
    }
  
    .nav__menu__btn {
      font-size: 1.5rem;
      color: var(--white);
      cursor: pointer;
    }
  
    .nav__links {
        width: fit-content;
        padding: 0;
        position: static;
        flex-direction: row;
        transform: none;
        background-color: transparent;
    }
  
    .nav__links.open {
      transform: translateY(0);
    }
  
    .nav__links a {
      color: var(--text-dark);
      transition: 0.3s;
    }
  
    .nav__links a:hover {
      color: var(--secondary-color);
    }
    .about__grid{
      grid-template-columns: repeat(2,1fr);
    }
    
    .about__card{
        gap: 2rem;
    }
    
     /* .about__image:nth-child(1){
        grid-area: 1/2/2/3;
    }
    .about__image:nth-child(1),
    .about__card::nth-child(4){
        transform: translateY(2rem);
    } */
    .menu__images{
        grid-template-columns: repeat(3,1fr);
        }
        .menu__banner{
        grid-template-columns: repeat(4, 1fr);
        }
        
        .menu__grid{
        grid-template-columns: repeat(3,1fr);
        gap: 2rem;

        }
        .news__grid{
        grid-template-columns: repeat(3,1fr);
        }
        .footer__container{
        grid-template-columns: repeat(2,1fr);
        }
        
        .footer__col:first-child{
        grid-column: 1/3;
        }
        
        .room__grid{
            grid-template-columns: repeat(3,1fr);
            gap: 2rem;
        
        }
     
  }

  
  
  /* Styles for viewports wider than 1024px */ 
  @media (min-width: 1024px) {
    .section__container {
      max-width: 1200px;
    }
  
    .section__header {
      font-size: 4rem;
    }

    
/* 
  .section__description {
 } */
  }