: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=========*/
.hero-container{
    position:relative;
    min-height:100vh;
    display:flex;
    align-items:center;
    overflow:hidden;
    color:#fff;
}

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

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

.video-overlay{
    position:absolute;
    inset:0;
    background:
        linear-gradient(
            90deg,
            rgba(8,16,26,.88) 0%,
            rgba(8,16,26,.70) 45%,
            rgba(8,16,26,.55) 100%);
    z-index:-1;
}

.hero-content{
    max-width:700px;
    padding-top:100px;
    animation:fadeUp .8s ease;
    margin: auto;
}

.hero-tag{
    display:inline-block;
    background:rgba(255,255,255,.12);
    border:1px solid rgba(255,255,255,.2);
    padding:10px 18px;
    border-radius:50px;
    margin-bottom:25px;
    backdrop-filter:blur(8px);
    font-size:.9rem;
    letter-spacing:.08em;
    text-transform:uppercase;
}

.hero-content h1{
    font-size:clamp(3rem,7vw,5.5rem);
    font-weight:800;
    line-height:1.05;
    margin-bottom:25px;
}

.hero-content p{
    font-size:1.15rem;
    line-height:1.9;
    opacity:.92;
    margin-bottom:35px;
}

.hero-buttons{
    display:flex;
    gap:15px;
    flex-wrap:wrap;
}

.hero-buttons .btn{
    padding:14px 34px;
    font-weight:600;
}

.hero-stats{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    background:rgba(0,0,0,.45);
    backdrop-filter:blur(10px);
}

.hero-stats div{
    padding:30px;
    text-align:center;
}

.hero-stats h3{
    color:#ffc107;
    font-size:2rem;
    margin-bottom:5px;
}

.hero-stats span{
    color:#ddd;
}

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

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

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

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

@keyframes fadeUp{
    from{
        opacity:0;
        transform:translateY(50px);
    }
    to{
        opacity:1;
        transform:none;
    }
}

@media(max-width:991px){

.hero-content{
    text-align:center;
    margin:auto;
}

.hero-buttons{
    justify-content:center;
}

.hero-stats{
    grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:576px){

.hero-stats{
    grid-template-columns:1fr;
}

.hero-content h1{
    font-size:2.7rem;
}

}

/*========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;
    }
}



/* ===========================
   Navbar
=========================== */

.navbar{
    transition:.35s ease;
    z-index:1050;
}

.navbar-brand img{
    transition:.3s;
}

.navbar-brand:hover img{
    transform:scale(1.03);
}

.nav-link{
    font-weight:600;
    color:#2d2d2d !important;
    padding:.85rem 1rem !important;
    position:relative;
    transition:.3s;
}

.nav-link:hover{
    color:#d4af37 !important;
}

.nav-link::after{
    content:"";
    position:absolute;
    left:15px;
    bottom:8px;
    width:0;
    height:2px;
    background:#d4af37;
    transition:.3s;
}

.nav-link:hover::after,
.nav-link.active::after{
    width:calc(100% - 30px);
}

.nav-link.active{
    color:#d4af37 !important;
}

.nav-search{
    width:42px;
    height:42px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:#f5f5f5;
    color:#222;
    transition:.3s;
    text-decoration:none;
}

.nav-search:hover{
    background:#d4af37;
    color:#fff;
}

.btn-warning{
    border-radius:50px;
    font-weight:600;
    transition:.3s;
}

.btn-warning:hover{
    transform:translateY(-2px);
    box-shadow:0 12px 30px rgba(0,0,0,.15);
}

@media (max-width:991px){

    .navbar-nav{
        text-align:center;
        margin-top:20px;
    }

    .navbar-nav .nav-link{
        padding:12px !important;
    }

    .navbar-collapse{
        padding:20px 0;
    }

}



section{
    padding:90px 0;
}

.feature-box{
    background:#fff;
    padding:30px;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.35s;
    height:100%;
}

.feature-box:hover{
    transform:translateY(-8px);
}

.icon-box{
    width:70px;
    height:70px;
    border-radius:18px;
    background:#fff8e6;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:20px;
}

.icon-box img{
    width:38px;
}

.icon-box i{
    font-size:32px;
    color:#f5a000;
}

.service-card{
    background:#fff;
    border-radius:22px;
    overflow:hidden;
    box-shadow:0 12px 35px rgba(0,0,0,.08);
    transition:.4s;
}

.service-card:hover{
    transform:translateY(-10px);
}

.service-img{
    transition:.6s;
}

.service-card:hover .service-img{
    transform:scale(1.08);
}

.banner-image{
    height:550px;
    object-fit:cover;
}

.about-image img{
    border-radius:24px;
}

.btn-warning{
    border-radius:50px;
    padding:14px 34px;
    font-weight:600;
}

.display-5{
    line-height:1.2;
}

.text-muted{
    line-height:1.9;
}

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



/* Banner */

.banner-image{
    height:650px;
    overflow:hidden;
    position:relative;
}

.banner-image img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.banner-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(to right,
    rgba(0,0,0,.75),
    rgba(0,0,0,.35));
}

/* Feature Cards */

.mini-card{
    background:#fff;
    border-radius:20px;
    padding:25px;
    text-align:center;
    box-shadow:0 12px 30px rgba(0,0,0,.08);
    transition:.35s;
}

.mini-card:hover{
    transform:translateY(-8px);
}

.mini-card i{
    font-size:35px;
    color:#ffc107;
    margin-bottom:15px;
}

/* Floating Experience */

.experience-box{
    position:absolute;
    right:-20px;
    bottom:30px;
    width:170px;
    background:#ffc107;
    color:#222;
    text-align:center;
    padding:25px;
    border-radius:20px;
    box-shadow:0 15px 40px rgba(0,0,0,.2);
}

.experience-box h2{
    font-size:50px;
    font-weight:800;
    margin:0;
}

.experience-box p{
    margin:0;
    font-weight:600;
}

/* CTA */

.cta-section{
    background:linear-gradient(135deg,#111,#242424);
}

.cta-section .btn{
    border-radius:50px;
    padding:15px 40px;
}

.cta-section h2{
    line-height:1.2;
}

@media(max-width:991px){

.banner-image{
    height:500px;
}

.experience-box{
    right:20px;
    bottom:20px;
}

}