*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:root {
    --primary-color: #e91e26;
    --light-color: #f4f4f6;
    --dark-color: #111;
}

body{
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    background: #fff;
}

a {
    text-decoration: none;
    color: #333;
}

ul {
    list-style: none;
}

ol {
    list-style: decimal;
}

img {
    max-width: 100%;
}

.body .accomodation {
        background-image: url('images/crown.gif');
}


/* Navbar */

html {
    overflow-y: scroll;
  }

.logo img {
    max-width: 150px;
    width: 100%;
    height: auto;
}


.navbar {
background: #fff;
padding: 20px;
}

.navbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar .main-menu ul {
    display: flex;
}

.navbar ul li a {
    padding: 10px 20px;
    display: block;
    font-weight: 600;
    transition: 0.5s;
}

.navbar ul li a:hover {
    color: var(--primary-color);
}

.navbar ul li a i {
    margin-right: 10px;
}

.navbar ul li:last-child a {
    margin-left: 10px;
}




/* Hero */
.hero-content {
    width: 70%;
}


/* Fees */

.fees-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 20px;
}



/* Testimonials */
.testimonials {
    padding: 40px;
}

.testimonials .testimonials-heading {
    width: 700px;
    margin-bottom: 40px; 
}

.testimonials .testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px
}

.testimonials .card p:nth-child(2) {
    margin-top: 30px;
    font-weight: bold;
}



/* Utility Classes */
.container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 15px;
}

.container-sm {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 15px;
}

.container-xs {
    max-width: 400px;
    margin: 0 auto;
    padding: 0 15px;
}




/* Buttons */
.btn {
    display: inline-block;
    padding: 13px 20px;
    background: var(--light-color);
    color: #333;
    font-weight: 600;
    text-decoration: none;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    text-align: center
    ;
transition: 0.5s;
}

.btn:hover {
    opacity: 0.8;
}

.btn-primary {
    background: var(--primary-color);
    color: #fff;
}

.btn-dark {
    background: var(--dark-color);
    color: #fff;
}

.btn-block {
    display: block;
    width: 100%;
}




/* Text Classes */
.text-xxl {
    font-size: 3rem;
    line-height: 1.2;
    font-weight: 600;
    margin: 40px 0 20px;
}

.text-xl {
    font-size: 2.2rem;
    line-height: 1.4;
    font-weight: normal;
    margin: 40px 0 20px;
}

.text-lg {
    font-size: 1.8rem;
    line-height: 1.4;
    font-weight: normal;
    margin: 30px 0 20px;
}

.text-md {
    font-size: 1.2rem;
    line-height: 1.4;
    font-weight: normal;
    margin: 20px 0 10px;
}

.text-sm {
    font-size: 0.9rem;
    line-height: 1.4;
    font-weight: normal;
    margin: 10px 0 5px;
}

.text-xs {
    font-size: 0.7rem;
    line-height: 1.4;
    font-weight: normal;
    margin: 10px 0 5px;
}

.text-centre{
    text-align: center;
}

.text-left{
    text-align: left;
}

.text-right{
    text-align: right;
}

.text-padding-left {
    margin-left: 15px;
}

.text-white {
    color: #fff;
}




/* Image */
.img-centre {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}



/* Card */
.card {
    background: #fff;
    color: #000;
    border-radius: 10px;
    padding: 25px;
}



/* Carousel */

.carousel-body {
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
    background: rgb(58, 182, 93);
  }
  .carousel-center {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .carousel-slider {
    width: 100%;
    height: fit-content;
    padding: 70px 0;
    overflow: auto;
  }
  .slider::-webkit-scrollbar {
    width: 80px;
    height: 5px;
  }
  .slider::-webkit-scrollbar-thumb {
    background: rgb(255, 255, 255);
    border-radius: 10px;
  }
  .slider::-webkit-scrollbar-track {
    background: rgba(224, 224, 224, 0.2);
  }
  .carousel-card {
    width: 300px;
    height: 300px;
    background: white;
    box-shadow: 0 30px 30px rgba(0, 0, 0, 0.14);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-family: poppins;
    position: relative;
    margin: 0 20px;
    border-radius: 10px;
  }
  .carousel-title {
    font-size: 40px;
    font-weight: 600;
    
  }
  .carousel-subtitle {
    font-size: 14px;
  }
  .carousel-card-span {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 30px;
  }
  .carousel-cards {
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
  }




/* Register page */



     .login-img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
     }
     

 
/* Background*/

.video-bg {
    position: relative;
    overflow: hidden;
    height: 100vh;
    width: 100%;
  }
  
  .bg-video {
    position: absolute;
    top: 45%;
    left: 50%;
    max-width: 37%;
    max-height: 37%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    z-index: -1;
    object-fit: cover;
    opacity: 0.1; 
  }



.bg-primary {
background: var(--primary-color);
color: #fff;
}

.bg-light {
    background: var(--light-color);
    color: #333;
}

.bg-dark {
    background: var(--dark-color);
    color: #fff;
}

.bg-black {
    background: #000;
    color: #fff;
}

.bg-red {
    background: var(--primary-color);
    color: #e91e26;

}




/* form */

.register-form {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.9);
    padding: 40px;
    border-radius: 10px;
    max-width: 400px;
    width: 90%;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.register-form h2 {
    margin-bottom: 20px;
}

.register-form form {
    display: flex;
    flex-direction: column;
}
.register-form label {
    margin-bottom: 5px;
    font-weight: 600;
}

.register-form input {
    margin-bottom: 20px;
    padding: 10px;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 10px;
}
