@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    scroll-behavior: smooth;
    height: 100%;
    width: 100%;
    font-family: "Plus Jakarta Sans", sans-serif;
    /* background-color: #fff7ed; */
}


.hidden {
    display: none;
}

@keyframes animateTop {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-100%);
    }
}

/* Laptop Navbar View */

.navbar {
    display: flex;
    background-color: transparent;
    justify-content: space-between;
    align-items: center;
    /* position: absolute; */
    z-index: 2;
    width: 100%;
}

.nav-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.nav-left h1 a {
    /* color: white; */
    color: black;
    text-decoration: none;
    font-weight: 500;
}

.nav-right {
    display: flex;
    justify-content: space-between;
    width: 60%;
}

.nav-tags ul {
    padding-top: 4px;
    display: flex;
    gap: 35px;
    list-style: none;
    font-size: 15px;
}

.nav-tags ul li a {
    text-decoration: none;
    /* color: white; */
    color: black;
}

.sub-button a {
    text-decoration: none;
    font-size: 15px;
    color: whitesmoke;
    background-color: black;
    padding: 10px 16px;
    border-radius: 10px;
}

/* Mobile Navbar  */

.mobile-menu {
    font-size: 27px;
    height: 100vh;
    width: 100%;
    position: absolute;
    top: 0;
    background-color: black;
    z-index: 9;
    padding-top: 50px;
    transform: translateY(-110%);
    transition: 0.5s ease;
}

.change {
    transform: translateY(0%);
}

.mobile-menu-wrapper .mobile-menu li a {
    padding: 10px 50px;
    display: block;
    width: max-content;
    text-decoration: none;
    color: white;
    font-weight: 600;
}

.hamburger-menu {
    z-index: 10;
    position: absolute;
    top: 37px;
    right: 24px;
    cursor: pointer;
    display: none;
}

.bar {
    width: 25px;
    height: 2px;
    background-color: black;
    /* background-color: black; */
    transition: 0.5s ease;
}

.hamburger-menu.icon .bar {
    background-color: white;
}

#bar1 {
    transform: translateY(4px);
}

#bar2 {
    transform: translateY(-4px);
}

.icon #bar1 {
    transform: translateY(1px) rotate(45deg);
}

.icon #bar2 {
    transform: translateY(-1px) rotate(-45deg);
}

/* .hamburger-menu.icon {
    background-color: white;
} */

div h4 {
    font-size: 21px;
    font-weight: 600;
}

img {
    object-fit: contain;
}

.other-sponsors h4 {
    font-size: 19px;
    font-weight: 600;
}

.other-sponsors div {
    gap: 8px;
    width: 250px;
}

.other-sponsors div img {
    
    width: 150px;
}


.images{
    /* height: 20px;*/
    width: 100%;
    
    /* display: block;  */
    max-width: 3000px;
    margin: 0px auto;

}
.sponsors{
    
    width: 90%;
    margin: auto;
    line-height: 80px;
}
.sty img{
    width: 120px;
    height: 120px;
    /* border: 1px solid black; */
    display: block;
    display: inline-block;
    object-fit: contain;
    transform: scale(1.2);
    /* margin-right: 10px; */
}
h1{/*ya block level madhe margin kaam ka nahi keli*/
   text-align: center;
   font-size: 30px;
   /* text-decoration: underline solid 3px black; */
}

img {
    vertical-align: baseline !important;
}

.sty{
   width: 75%;
   display: flex;
   margin: 0 auto;
   flex-wrap: wrap;
   justify-content: center;
   gap: 68px;
   margin-bottom: 20px;

}
.card p{
    /* margin: 0 0; */
    margin: 0px auto;
    text-align: center;
    font-weight: 500;
    line-height: 10px;
    font-size: 15px;
}
.line{
    width: 90%;
    height: 1px;
    background-color: rgb(133, 127, 127);
    margin: 0px auto;
    margin-top: 55px;


}
.line1{
    background-color: rgb(133, 127, 127);
    width: 90%;
    height: 1px;
    margin: 55px auto;
    margin-bottom: 40px;

}
#tt{
    line-height: 80px;
}
.sty1{
    width: 75%;
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: center;
    gap: 68px;
    margin-bottom: 20px;
} 
#nat{
    width: 150px;
    height: 120px;
}
#rizz{
    width: 220px;
    height: 120px;
}
#ps{
    margin-bottom: 40px;
}

/* Footer  */

#footer {
    /* background-color: #161617; */
    /* background-color: #fff7ed; */
    display: flex;
    flex-direction: column;
    align-items: center;
    /* height: 140px; */
}

.content {
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.social-nav ul {
    display: flex;
    list-style: none;
    gap: 30px;
}

.social-nav ul img {
    height: 24px;
    /* filter: invert(100%) sepia(0%) saturate(6198%) hue-rotate(206deg) brightness(103%) contrast(113%); */
}

.footer-nav ul {
    margin-top: 15px;
    display: flex;
    list-style: none;
    gap: 30px;
}

.footer-nav ul a {
    text-decoration: none;
    /* color: #fff; */
    color: black;
    font-size: 13px;
}

.rights {
    font-size: 13px;
    width: 100%;
    margin: 30px 0px 30px 0px;
    display: flex;
    /* color: #fff; */
    color: black;
    justify-content: space-between;
}


@media screen and (max-width: 768px) {
    .nav-right {
        display: none;
    }

    .hamburger-menu {
        display: block;
    }

    .nav-left h1 {
        font-size: 23px;
    }

    .bar1,
    .bar2 {
        width: 22px;
    }

    .content {
        gap: 10px;
        flex-wrap: nowrap;
        flex-direction: column;
    }

    .footer-nav ul {
        margin-top: 5px;
    }

    .video-container {
        padding: 30px 30px 0px 30px;
    }

    .video {
        border-radius: 2em;
    }

    .txt1,
    .txt2,
    .txt3 {
        padding: 25px;
        font-size: 3em;
    }
}

@media screen and (max-width: 480px) {
    .footer-nav ul {
        /* flex-wrap: wrap; */
        gap: 30px;
    }

    .social-nav ul {
        gap: 30px;
    }

    .video-container {
        padding: 15px 15px 0px 15px;
    }

    .txt1,
    .txt2,
    .txt3 {
        padding: 20px;
        font-size: 1.7em;
    }

    .gallery {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .box {
        width: 360px;
        height: 310px;
    }
}
