
.slider-img {
    margin-top:-200px;
}
.sponsor_img{
    /*width: 60%;*/
}

.image-content img {
    transition: transform 0.5s ease;
    transform: scale(1); /* default size */
}

.image-content:hover img {
    transform: scale(1.1); /* zoom in on hover */
}

.sponsor-section{
    padding-top:50px;
    background-color: #f1dfca;
    padding-bottom:10px;
}

@media only screen and (max-width: 768px) {
    .sponsor-section {
        padding-top:25px;
        padding-bottom: 20px;
    }
    .slider-img {
        margin-top:-40px;
    }
    .section-one-ul{
        text-align: left;
    }
}


.carousel-dot {
    background-color: #ccc;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 5px;
    border: none;
    cursor: pointer;
    display: inline-block;
}

.active-dot {
    background-color: #ff4500 !important;
}


.hero-buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.hero-buttons a {
    padding: 12px 24px;
    color: white;
    text-decoration: none;
    /*border-radius: 6px;*/
    text-align: center;
    min-width: 200px;
}

.gear-up-section{
    font-size: 20px;
    width: 100%;
    overflow: hidden;
    line-height:30px;
}

@media (max-width: 768px) {
    .gear-up-section{
        width: 100%;
        text-align: left;
        font-size: 18px;
    }
    .hero-buttons {
        flex-direction: column;
        align-items: center;
        margin-top: 0px;
        gap: 5px;
    }

    .hero-buttons a {
        width: 80%;
    }
}

/*start section one css*/
.section-container {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 90px;
}

.responsive-section {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}

.text-content {
    flex: 1;
    min-width: 300px;
}

.text-content h1 {
    margin-bottom: 10px;
}

.text-content h2 {
    margin-bottom: 15px;
}

.text-content p {
    line-height: 1.6;
    margin-bottom: 10px;
}

.image-content {
    flex: 1;
    text-align: center;
    min-width: 300px;
}

.image-content img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    .image-content {
        display: none;
    }
    .responsive-section {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }
    .section-container {
        padding-bottom: 25px;
    }

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

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

    .text-content p {
        text-align: left;
    }
    .text-content h4{
        text-align: left;
        font-size: 2.1rem;
    }
}
/*end section one css*/
