:root {
    --text: hsl(273, 50%, 8%);
    --background: hsl(0, 0%, 98%);
    --primary: hsl(275, 48%, 54%);
    --secondary: hsl(58, 49%, 70%);
    --accent: hsl(103, 48%, 62%);
    
    --alternate: hsl(56, 51%, 72%);
    --optional: hsl(206, 85%, 74%);
       
}

/*========Utility Classes=========*/

body {
    font-weight: 300;
    line-height: 1.8rem;
}

h1 {
    font-size:  55px;
    font-weight: 700;
}

h2, h3, h4, h5, h6 {
    font-weight: 700;
}

.my-mt {
    margin-top: 100px;
}

.myf-w-lg {
    font-size: 40px;
    font-weight: 800;
    line-height: 2.9rem;
    font-family: 'Times New Roman', Times, serif;
}

.myd-color {
 color:rgb(231, 63, 7)
}

.myblue-color {
    color: rgb(18, 37, 114);
}

.myblue-bg {
    background-color: rgb(18, 37, 114);
}

.myhover-box {
    position: relative;
}

.box-box{
    z-index: 4;
}

.box-box:hover {
    background-color: rgb(88, 173, 252);
    color: #fff;
    transition: all .2s ease-in-out;
}

.box-box:hover h3 {
    color: #fff;
}





/*========End Utility Classes=========*/

/*========Slider=========*/

.slider-item {
    position: relative;
    height: 90dvh;
}


.slider-caption {
    max-width: 800px;
    height: auto;
    color: #fefcfc;
    margin-bottom: 100px;
    display: flex;
    flex-direction: column;
}

/*========End Slider=========*/

/*========Testimonials=========*/
.testimonial-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.inner-testiomonials {
    width: 100%;
    height: 400px;
}
/*========End Testimonials=========*/

/*========End Page Headers=========*/
.page-header {
    background: url('img/bg-home.png') no-repeat center center/cover;
    width: 100%;
    height: 300px;
    position: relative;

}


/*========End Page Headers=========*/

.col-image {
 position: relative;
 background: url('img/welcome.jpg') no-repeat center center/cover;
 height: 400px;
 filter: grayscale(20%);
}

.col-image::after {
    position: absolute;
    content: " ";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(15, 16, 15);
    opacity: .5;
}

.zed {
    position: absolute;
    z-index: 1;
    color: #fff;
}

.logo {
    width: 210px;
    transition: .2s ease-in-out;
}

.sponsor-box {
    display: flex;
    overflow: scroll;
    width: 90%;
    scroll-snap-type: x mandatory;
}

.sponsor-item {
    width: 200px;
    scroll-snap-align: start;
}



.card {
    transition: all 0.3s ease;
    border: none;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    height: 100%;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
    background-color: #f8f9fa;
}

.card-img-top {
    height: 200px;
    object-fit: cover;
}

.card-title {
    font-weight: 600;
    margin-bottom: 10px;
}

.card-text {
    color: #6c757d;
}

.card-body {
    padding: 1.5rem;
}

@media (max-width: 767.98px) {
    .card-column {
        margin-bottom: 20px;
    }
}




.hero-container{
    height:100vh;
    min-height:700px;
    position:relative;
    display:flex;
    align-items:center;
    color:#fff;
}

/* video */

.video-background{
    position:absolute;
    inset:0;
    z-index:-2;
}

.hero-video{
    width:100%;
    height:100%;
    object-fit:cover;
}

/* overlay */

.video-overlay{
    position:absolute;
    inset:0;
    z-index:-1;
    background:linear-gradient(
        rgba(0,0,0,0.65),
        rgba(0,0,0,0.55)
    );
}

/* content */

.hero-content{
    z-index:2;
}

/* scroll indicator */

.scroll-indicator{
    position:absolute;
    bottom:30px;
    left:50%;
    transform:translateX(-50%);
}

.scroll-indicator span{
    width:26px;
    height:40px;
    border:2px solid #fff;
    border-radius:20px;
    display:block;
    position:relative;
}

.scroll-indicator span::before{
    content:'';
    width:4px;
    height:8px;
    background:#fff;
    position:absolute;
    left:50%;
    top:8px;
    transform:translateX(-50%);
    border-radius:2px;
    animation:scroll 2s infinite;
}

@keyframes scroll{
    0%{opacity:0; transform:translate(-50%,0);}
    50%{opacity:1;}
    100%{opacity:0; transform:translate(-50%,12px);}
}





/* Navbar */
.custom-navbar{
    transition: all .35s ease;
    padding: 18px 0;
    z-index: 1000;
}

/* Glass effect after scroll */
.custom-navbar.scrolled{
    background: rgba(255,255,255,0.9);
    backdrop-filter: blur(10px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

/* Logo */
.logo{
    height:48px;
}

/* Nav links */
.nav-link{
    font-weight:500;
    color:#111 !important;
    margin:0 12px;
    position:relative;
    transition:.3s;
}

/* Hover underline animation */
.nav-link::after{
    content:"";
    position:absolute;
    bottom:-6px;
    left:0;
    width:0%;
    height:2px;
    background:#2e7d32;
    transition:.3s;
}

.nav-link:hover::after,
.nav-link.active::after{
    width:100%;
}

/* CTA Button */
.btn-cta{
    background:#2e7d32;
    color:#fff;
    padding:10px 20px;
    border-radius:50px;
    font-weight:600;
    transition:.3s;
}

.btn-cta:hover{
    background:#1b5e20;
    transform:translateY(-2px);
}

/* Search button */
.search-btn{
    background:none;
    border:none;
    cursor:pointer;
}

/* Mobile */
@media (max-width:991px){

.navbar-collapse{
    background:#fff;
    padding:20px;
    border-radius:10px;
    margin-top:10px;
}

.nav-link{
    margin:10px 0;
}

}