@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Outfit:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none !important;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    scroll-behavior: smooth;
}


:root {
    --blackcolor: rgba(0, 0, 0, 0.5);
    --background: #051A16;
    --navbarcolor: rgba(0, 0, 0, 0.40);
    --white: #FAFAFA;
    --green: #02C685;
}



.heading{
    color: var(--green);
    text-align: center;
    padding: 40px 0;
    font-weight: 600;
    font-size: 40px;
}

a{
    color: var(--green);
    transition: 1s;
}

a:hover{
    color: #051A16;

}

.video-btn{
    width: 40px;
}


/* Swiper Slider */

.swiper-section {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    overflow: visible;
    padding: 40px 0;
    background-color: #f5f6f6;

}

.swiper-container {

    align-items: center;
    justify-content: center;
    width: 100.75em;
    padding: 50px;
    overflow: visible;

}

.swiper-wrapper {
    padding-bottom: 2.5rem;
    overflow: visible;


}

.swiper-slide {

    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3.0rem;

}

.swiper-slide img {
    display: block;
    height: 100%;
    object-fit: cover;

}

.swiper-slide.s-img {
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    width: 470px;
    transition: all 200ms ease-in-out;
    transform: scale(0.8);

}

/* .swiper-slide.swiper-slide-active {
    transform: scale(1);
    max-height: 34.375em !important;
} */
.swiper-slide.swiper-slide-active + .swiper-slide {
    transform: scale(1);
    max-height: 34.375em !important;
}


.swiper-button-prev {
    left: 55px;

}

.swiper-button-next {
    right: 55px;
}

.swiper-button-next:after {
    content: 'none';

}

.swiper-button-prev:after {
    content: 'none';
}

.swiper-btn.swiper-button-next {

    background: rgba(5, 26, 22, 0.7);
    height: 40px;
    width: 40px;
    border-radius: 40px;

}


.swiper-btn.swiper-button-prev {
    background: rgba(5, 26, 22, 0.7);
    height: 40px;
    width: 40px;
    border-radius: 40px;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -3px;
    left: 5px;



}

.swiper-pagination-bullet {
    height: 20px;
    width: 20px;
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #051A16);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, );
}



.swiper-pagination-bullet-active {
    height: 20px;
    width: 50px;
    border-radius: 60px;
    background: var(--swiper-pagination-bullet-inactive-color, #0EB71B);
}

.swiper-btn img {
    height: 10px;
    width: 10px;
}


.slide-text a {
    display: flex;
    flex-direction: column;
    justify-content: start;
    color: var(--white);
    /* height: 64px; */
    max-width: 450px;
    font-size: 1.5rem;
    margin-left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/* img-album */


.img-album{
    padding: 30px 0 50px 0;
    
}

/* Winner List */


.winner-sec{
    background-color: #f5f6f6;
}

.ms-partners-section {
    height: 100%;
    width: 100%;
    
}

.ms-partners-item {
    margin: 0 auto;
}

.ms-partners-logos {
    display: grid;
    gap: 0.875rem;
    grid-template-columns: repeat(auto-fit, minmax(6.25rem, 16.5rem));
    place-items: center;
    justify-content: center;
}

.logoimg {
    width: 11rem;
    height: auto;
    object-fit: cover;
    transition: all 0.1s linear;
}

.logoimg:hover {
    filter: grayscale(1);
    
}

.pLogo {
    padding: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}

.pLogo .img-align-content {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
}

.plogo13 {
    width: 7.5rem;
}


/* Video Section */
.video-sec {
    padding: 40px 0;
}
.modal-dialog {
    max-width: 800px;
    margin: 30px auto;
}

.modal-body {
    position: relative;
    padding: 0px;
}

.btn-close {
    position: absolute;
    right: -30px;
    top: 0;
}

.vs-title{
    margin-top: 115px;
    color: #FAFAFA;
    width: 100%;
    font-size: 18px;
}





@media (max-width: 765px) {


    .swiper-slide img {
        display: block;
        /* height: 100%; */
        object-fit: cover;

    }

		.swiper-button-prev {
			top: 220px;
			left: 5px;

		}

		.swiper-button-next {
			top: 220px;
			right: 5px;
		}

}
section.register__button--section {
    padding: 80px 0;
    background-color: #fafafa;
}
section.register__button--section {
    padding: 80px 0;
    background-color: #f5f6f6;
}

.register__button--section a {
    padding: 15px 40px;
    background-color: #0275d8;
    border-radius: 10px;
    color: #ffffff;
    font-size: 20px;
    display: block;
    width: fit-content;
    margin: auto;
}

.register__button--section .register__button {
    text-align: center;
}
.register__button--section p {
    font-size: 20px;
    font-weight: 600;
    width: 100%;
    max-width: 600px;
    margin-inline: auto;
}
.card {
    position: relative;
}

.card button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
}
@media(max-width: 991px){
    .swiper-slide.swiper-slide-active,
    .swiper-slide {
        height: 1000px !important;
        max-height: 100% !important;
    }
}
/* added by kausar on 03-05-2024 start */
.most_amb ul{
    margin-bottom: 0;
    padding-left: 0;
}


.most_amb a b,
.most_amb a{
    font-family: Rubik, sans-serif !important;
}

.most_amb .search-icon a {
    font-size: 24px;
    color: #555555;
}

.most_amb {
    max-width: 1137px;
}

/* added by kausar on 03-05-2024 end */