@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Playwrite+CU:wght@100..400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Michroma&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Edu+AU+VIC+WA+NT+Pre:wght@400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Edu+SA+Hand:wght@400..700&family=Michroma&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');



:root{
  --background-color: #1a111026;
}


*{
    box-sizing: border-box;
    margin: 0%;
    padding: 0%;
    transition: all 0.5s linear;
    color: #fff;
    text-transform: capitalize;
    font-family: "Montserrat", sans-serif;
  }
body{
    /* background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.3)), url(img/BACK\ G\ PIC.jpg); */
    background: rgba(255, 255, 255, 0.2); /* semi-transparent */
    backdrop-filter: blur(10px);  
    background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.3)), url(img/wel\ pg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    font-family: "Montserrat", 'sans-serif';
}

header{
    position: relative;
    padding: 2em 0;
    /* background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.3)), url(img/wel\ pg.jpeg); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 70vh;
}

.video-wrapper {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }
  
.background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
  }
.logo{
    font-size: 2em;
    font-weight: 600;
    flex: 1;
    color: #fff;
    display: flex;
    align-items: center;
}
.logo img{
    border-radius: 50%;
    width: 70px;
    height: 70px;
    margin-right: 1%;
}
.navbar{
    width: 100%;
    padding: 2rem 3rem;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 999;
    top: 0;
    position: fixed;
}
.navbar.scrolled{
    background-color: #000;
    box-shadow: rgba(0,0,0,0.35) 0 5px 15px;
    border-bottom: 2px solid #fff;
}
.nav_items{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1;
}
.item{
    display: flex;
    justify-content: center;
}
.nav_items li{
    list-style: none;
    padding: 1em;
}
.nav_items li a{
    text-decoration: none;
    transition: 0.3s;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
}

.logo, span{
  font-family: "Roboto", sans-serif;
}

.nav_items li::before{
    content: '';
    width: 0;
    height: 2px;
    background: orangered;
    display: block;
    margin: auto;
    transition: 0.5s;
}
.nav_items li:hover::before{
    width: 100%;
}

.navbar, span{
  text-transform: uppercase;
  font-weight: 900;
}
.btn{
    padding: 9px 15px;
    font-size: 18px;
    letter-spacing: 2px;
    cursor: pointer;
    background-color: orangered;
    border: 2px solid orangered;
    transition: all 0.5s ease-out;
}

.btn a{
    text-decoration: none;
    color: #fff;
}

.nav_menu{
    display: none;
}
.main{
    width: 80%;
    left: 50%;
    top: 55%;
    transform: translate(-50%,-50%);
    position: absolute;
    color: #fff;
    z-index: 1;
}
.heading_1{
    font-size: 2.3em;
}
.heading{
    font-size: 3.5em;
    padding: 1.5% 0;
    font-family: "Edu SA Hand", cursive;
}
.main_btn{
    display: flex;
}
.btn1:hover{
    background-color: transparent;
}
.btn2{
    background-color: transparent;
    margin-left: 1%;
    align-items: center;
    display: flex;
}
.btn2 i{
    font-size: 2em;
    margin-right: 6px;
    color: orangered;
}
.btn2:hover{
    background-color: orangered;
}
.btn2:hover i{
    color: #fff;
}


/* HEADER NAVBAR */
@media (max-width: 768px) {
    .heading_1 {
      font-family: "Edu AU VIC WA NT Pre", cursive;
      font-size: 1.2rem;
    }
  
    .main .heading {
      font-size: 1.5rem;
      margin: 30px 0;
    }
  
    .logo img {
      height: 50px;
      width: 50px;
      border-radius: 50%;
    }
  
    .nav_items {
      flex-direction: column;
    }
    .navbar span{
        display: block;
        font-size: 0.90rem;
    }

    @media (max-width: 640px) {
      .main .heading{
        font-family: "Edu SA Hand", cursive;
        font-size: 1rem;
      }
      .video-wrapper {
        height: 90vh;
      }
      .navbar{
        z-index: 2;
      }
      .main{
        z-index: 1;
      }
      body{
        /* background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.3)), url(img/BACK\ G\ PIC.jpg); */
        background: rgba(255, 255, 255, 0.091); /* semi-transparent */
        backdrop-filter: blur(7px);  
        background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.3)), url(img/wel\ pg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
        font-family: "Montserrat", 'sans-serif';
    }
     
    }
}
/* END  */


.head, .about_heading{
  margin-top: -100px;
  /* border: 4px solid #fff; */
}


/* __________services */
.sec{
    padding: 8% 0 3% 0;
    width: 87%;
    margin: auto;
    /* box-shadow: rgba(120,0,0,1.100) 0 5px 15px; */
    /* margin-top: 250px; */
}
#about{
  margin-top: -90px;
}

.head{
    text-align: center;
}
.heading span{
    color: orangered;
}
.head .heading{
    font-family: 'lato', sans-serif;
}
.head .heading_1{
    font-family: 'playwrite CU', cursive;
    color: aliceblue;
    font-size: 1.4em;
}
.boxes{
    margin-top: 4rem;
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(3, 1fr);
}
.box{
    text-align: center;
    padding: 5% 0;
    box-shadow: rgba(60,0,0,1.35) 0 5px 15px;
    /* box-shadow: rgba(0,0,0,1.35) 0 5px 15px; */
    border: 2px solid transparent;
    background: rgba(255, 255, 255, 0.2); /* semi-transparent */
    backdrop-filter: blur(10px);
    /* background-color: #1a111026; */
}
.box img{
    width: 150px;
}
.box p{
    max-width: 275px;
    margin-inline: auto;
    text-align: center;
    line-height: 1.75rem;
    color: #ffffff;
}
.box h4{
    margin: 1rem;
    font-size: 1.7rem;
    font-weight: 700;
}

.box h4 a{
  text-decoration: none;
}


.box:hover{
    border: 3px solid #c10000;
    cursor: pointer;
    border-radius: 10px;
    box-shadow: rgba(120,0,0,1.100) 0 5px 15px;
}

@media (max-width: 640px) {
  #services {
    margin-top: 100px;
  }
  
}


/* __________NEW ABOUT */ 

.about-section1{
    margin: 30px auto;
    width: 100%;
    margin-bottom: 70px;
    border-bottom: 3px solid rgba(255, 0, 0, 0.467);
  }
  .about-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2rem;
    width: 100%;
    margin: 0 auto;
    height: 800px;
    padding: 0 20px;
  }
  
  .about-image img {
    width: 100%;
    max-width: 550px;
    border-radius: 12px;
  }
  
  .about-content {
    flex: 1;
    min-width: 300px;
    margin-left: 80px;
  }
  
  .about-content h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #ffffff;
  }
  
  .about-content p {
    font-size: 1.1rem;
    color: #e8e8e8;
    line-height: 1.7;
    margin-bottom: 1rem;
  }
  
  .about-btn1 {
    display: inline-block;
    margin-top: 1rem;
    padding: 0.8rem 1.5rem;
    background-color: #cc0000;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    transition: background 0.3s ease;
  }
  
  .about-btn:hover {
    background-color: #a80000;
  }
  
  /* Animation */
  @keyframes fadeInUp {
    0% {
      opacity: 0;
      transform: translateY(40px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  /* Responsive */
  @media (max-width: 768px) {
    .about-section{
      margin: -60px auto;

    }
    .about-container {
      height: auto;
    }
  
    .about-image {
      width: 100%;
      max-width: 100%;
      padding: 10px 10px;
    }
  
    .about-image img {
      width: 100%;
      height: auto;
      border-radius: 10px;
    }
  
    .about-content {
      width: 100%;
      padding: 1rem;
      margin: auto;
    }
  
    .about-content h2 {
      font-size: 1.6rem;
    }
  
    .about-content p {
      font-size: 0.95rem;
      line-height: 1.6;
      padding: 5px;
    }
  
    .about-btn1 {
      padding: 0.7rem 1.2rem;
      font-size: 0.95rem;
    }
  }
  


/* card animate */


.testimonial-container {
    width: 100%;
    height: 400px;
    margin: auto;
    overflow: hidden;
    position: relative;
    padding: 10px 20px;
    box-shadow: rgba(120,0,0,1.100) 0 5px 15px;
    border-bottom: 3px solid rgba(255, 0, 0, 0.644);
    background: rgba(255, 255, 255, 0.2); /* semi-transparent */
    backdrop-filter: blur(10px);
  }

  .testimonial-track {
    display: flex;
    transition: transform 1s ease-in-out;
  }

  .testimonial-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.1);
    padding: 20px;
    margin: 10px;
    flex: 0 0 calc(100% / 3 - 20px);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: transform 0.3s;
    border: 2px solid #ff0000;
    height: 350px;
    background-color: var(--background-color);

  }

  .testimonial-card:hover {
    transform: scale(1.05);
    background: rgb(0, 0, 0);
    color: #000;
  }

  .testimonial-card img {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.1);
    padding: 20px;
    margin: 10px;
    flex: 0 0 calc(100% / 3 - 20px);
    display: flex;
    flex-direction: column;
    text-align: center;
    transition: transform 0.3s;
    border: 2px solid #ff0000;
    height: 300px;
    background-color: var(--background-color);

  }

  .testimonial-card img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 15px;
  }

  .testimonial-card h3 {
    font-size: 1.8rem;
    color: #fff;
    /* color: #424242; */
    margin-bottom: 5px;
  }

  .testimonial-card span {
    color: #ff0000;
    font-size: 1.1rem;
    margin-bottom: 15px;
  }

  .testimonial-card p {
    font-size: 0.95rem;
    color: #fff;
    border-top: 1px solid #ccc;
    margin-top: 5px;
    padding-top: 10px;
  }

  @media (max-width: 1024px) {
    #about{
      margin-top: 160px;
    }
    .testimonial-card {
      flex: 0 0 calc(100% / 2 - 20px);
    }
  }

  @media (max-width: 640px) {
    .testimonial-card {
      flex: 0 0 100%;
      margin: 20px 10px;
    }
  }


  .container-booknow{
    display: flex;
    flex-wrap: wrap;  
    width: 100%;
    height: 500px;
    box-shadow: rgba(60,0,0,1.35) 0 5px 15px;
    /* background-color: #c10000; */
    margin-top: 50px;
    text-align: center;
    background: linear-gradient(to bottom, rgba(255, 0, 0, 0.229), rgba(0, 0, 0, 0.122));
  }
  .small-cont{
    margin: auto;
    padding: 10px 0;
    padding: 10px;
    align-items: center;
  }

  .book_title{
    font-size: 2rem;
    font-weight: lighter;
  }

  .booking_header{
    font-size: 4rem;
    text-align: center;
  }
  .booking-btn{
    display: inline-block;
    margin-top: 1rem;
    padding: 0.8rem 1.5rem;
    font-size: 1.5rem;
    border: 2px solid #fff;
    background: none;
    color: #fff;
    cursor: pointer
  }
  .booking-btn a{
    text-decoration: none;;
  }

  .booking-btn:hover{
    transform: scale(1.05);
    background-color: rgb(255, 0, 0);
    color: #000;
  }

  @media (max-width: 768px) {
    .container-booknow{
      display: flex;
      flex-wrap: wrap;  
      width: 100%;
      height: 300px;
      box-shadow: rgba(60,0,0,1.35) 0 5px 15px;
      margin-top: 50px;
      text-align: center;
      border-bottom: 2px solid red;
    }

    .small-cont{
      margin: auto;
      width: 90%;
      padding: 10px 0;
      padding: 10px;
      align-items: center;
    }

    .booking_header{
      font-weight: 800;
      font-size: 1.7rem;
      text-transform: uppercase;
    }
    .book_title{
      font-size: 1.5rem;
    }
    .booking-btn{
      font-size: 1.2rem;
      padding: 3px 10px;
      text-decoration: none;
    }
  };
    
  



/* __________FOOTER */

.site-footer{
    width: 100%;
    background-color: #000;
    margin-top: 50px;
  }
  
  .footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1500px;
    margin: 0 auto;
    width: 100%;
    padding: 20px;
  }
  
  .footer-column {
    flex: 1 1 270px;
    margin: 20px;
  }
  
  .footer-column h2, .footer-column h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #fff;
    font-weight: bold;
    font-family: "Michroma", "sans-serif";
  }
  
  .footer-column p {
    margin: 5px 0;
    font-size: 14px;
    line-height: 1.5;
    padding: 5px 0px;
  }
  
  .social-icons{
    background-color: #ff0000;
    margin-top: 20px;
    padding: 5px 8px;
  }
  
  .social-icons a {
    margin-right: 10px;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    cursor: pointer;
  }
  
  .newsletter-form {
    display: flex;
    flex-direction: column;
  }
  
  .newsletter-form input[type="email"] {
    padding: 10px;
    border: none;
    border-bottom: 1px solid #fff;
    background: transparent;
    color: white;
    margin-bottom: 10px;
    text-decoration: none;
    text-transform: lowercase;
  }
  
  .newsletter-form .arrow-btn {
    background: none;
    border: none;
    color: rgb(246, 0, 0);
    font-size: 18px;
    cursor: pointer;
    align-self: flex-end;
    margin-top: -40px;
  }
  
  .newsletter-form .policy {
    display: flex;
    align-items: center;
    margin-top: 20px;
  }
  
  .newsletter-form .policy label {
    margin-left: 5px;
    font-size: 13px;
  }
  
  .footer-bottom {
    text-align: center;
    margin-top: 40px;
    border-top: 1px solid #333;
    padding-top: 20px;
    font-size: 13px;
    margin-bottom: 20px;
  }
  
  .footer-column, .fas {
    margin-right: 8px;
  }
  
  @media (max-width: 768px) {
    .footer-container {
      flex-direction: column;
      gap: -10rem;
    }
  
    .footer-column{
      flex-direction: column;
      border-bottom: 1px solid #ff0000;
    }
  
    .footer-column {
      margin: 20px 0;
    }
    .social-icons{
      background-color: #ff000064;
    }
    .footer-column, .fas {
      margin-right: 8px;
    }
  
    .footer-bottom{
      padding: 20px 0;
    }
    
  }
    
  /* __________Scroll-up */
.top{
    background-color: orangered;
    font-size: 40px;
    padding: 0.5rem;
    position: fixed;
    border-radius: 10%;
    right: 5%;
    cursor: pointer;
    bottom: -50%;
}
.top:hover{
    transform: translateY(-.6rem);
}
.top.show{
    bottom: 8%;
}

@media only screen and (max-width:1050px){
    .about_heading{
        gap: 0 2em;
    }
    .about_box,.boxes{
        gap: 1em;
    }
    .box1_text .btn{
        padding: 9px;
        font-size: 15px;
    }
    .left_box .heading{
        font-size: 2.5em;
    }
}

@media only screen and (max-width:850px){
.nav_items{
    position: absolute;
    top: -1%;
    left: 0;
    width: 100%;
    padding: 5em 0em 2em 0;
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column;
    gap: 0.9rem;
    background-color: #000;
    transition: 0.5s;
    z-index: -1;
    transform: translateY(-100%);
}
.nav_items.open{
    transform: translateY(0);
}
.item{
    flex-direction: column;
}
.nav_menu{
    display: block;
    font-size: 2em;
}
.boxes,.about_box{
    grid-template-columns: repeat(2,1fr);
}
.contact_box{
    grid-template-columns: 1fr;
}
.footer_container{
    grid-template-columns: repeat(3,1fr);
}
}
@media only screen and (max-width:660px){
.about_heading{
    grid-template-columns: 1fr;
}

.boxes,.about_box{
    grid-template-columns: repeat(1,1fr);
}
.footer_container{
    grid-template-columns: repeat(2,1fr);
}
.navbar {
    padding: 2rem 2rem;
}
.heading {
    font-size: 3em;
}
.heading_1 {
    font-size: 2em;
}
}
@media only screen and (max-width:480px){
    .footer_container{
        grid-template-columns: repeat(1,1fr);
    }
    .btn {
        padding: 9px;
        font-size: 15px;
    }
    .main {
        width: 90%;
    }
}


/* CONTACT US */

.contact-container {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  padding: 40px;
  background-color: #f8f8f8;
  justify-content: center;
  background: rgba(255, 255, 255, 0.2); /* semi-transparent */
  backdrop-filter: blur(10px);
}

.contact-form {
  flex: 1 1 350px;
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  background: rgba(255, 255, 255, 0.2); /* semi-transparent */
  backdrop-filter: blur(10px);
}

.contact-form h2 {
  margin-bottom: 20px;
  color: #333;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
  color: #333;
  text-transform: lowercase;
}

.contact-form button {
  padding: 12px 25px;
  background-color: #007BFF;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
}

.contact-form button:hover {
  background-color: #0056b3;
}

.success-message {
  display: none;
  margin-top: 15px;
  padding: 12px;
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
  color: #155724;
  border-radius: 6px;
  font-size: 15px;
}

.map {
  flex: 1 1 350px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.map iframe {
  width: 100%;
  height: 100%;
  min-height: 400px;
  border: 0;
}

@media (max-width: 768px) {
  .contact-container {
    padding: 20px;
  }

  .map iframe {
    min-height: 300px;
  }
}
  .footer {
    background-color: var(--bg-dark);
    color: var(--text-light);
    padding: 3rem 1.5rem 2rem;
  }
  
  .footer-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: var(--max-width);
    margin: 0 auto;
    gap: 2rem;
  }
  
  .footer-col {
    flex: 1 1 220px;
    min-width: 200px;
  }
  
  .footer-col h3 {
    font-size: 1.1rem;
    margin-bottom: 1rem;
    font-weight: 600;
  }
  
  .footer-col ul {
    list-style: none;
    padding: 0;
  }
  
  .footer-col ul li {
    margin-bottom: 0.75rem;
    font-size: 0.95rem;
    color: var(--text-muted);
    transition: color 0.3s ease;
  }
  
  .footer-col ul li a:hover {
    color: var(--accent);
  }
  
  .brand .logo {
    width: 60px;
    margin-bottom: 1rem;
  }
  
  .brand-title {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 0.8rem;
    line-height: 1.4;
  }
  
  .tagline {
    font-size: 0.95rem;
    color: var(--text-muted);
    margin-bottom: 1rem;
    max-width: 280px;
  }
  
  .social-links {
    display: flex;
    gap: 1rem;
  }
  
  .social-links a {
    color: var(--text-light);
    font-size: 1.2rem;
    transition: color 0.3s ease;
  }
  
  .social-links a:hover {
    color: var(--accent);
  }
  
  .footer-bottom {
    text-align: center;
    margin-top: 2rem;
    font-size: 0.85rem;
    color: var(--text-muted);
    border-top: 1px solid #2d2d2d;
    padding-top: 1rem;
  }
  
  /* Responsive */
  @media (max-width: 768px) {
    .footer-inner {
      flex-direction: column;
      align-items: center;
      text-align: center;
    }
  
    .footer-col {
      margin-bottom: 2rem;
    }
  
    .brand .tagline {
      margin-left: auto;
      margin-right: auto;
    }
  }
    