@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

* {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}

a {
    text-decoration: none;
}

figure {
    margin: 0;
}

.theme-color {
    color: #AC6EFA;
}

.justify {
    text-align: justify;
}

.heading{
    position: relative;
    font-size: 25px;
    font-weight: bold;
    color: #43484d;
    z-index: 999;
}

.heading span{
    position: absolute;
    left: -20px;
    bottom: 0;
    font-size: 60px;
    color: #e5e5e5;
    z-index: -1;
}

/* Button */
.mega-btn {
    background-color: #AC6EFA;
    padding: 10px 60px;
    text-decoration: none;
    color: white;
}

.file-btn {
    background-color: #AC6EFA;
    padding: 5px 30px;
    text-decoration: none;
    color: white;
    border: none;
}

.section {
    padding: 100px 0 !important;
}

.text h4 {
    font-weight: bold;
    margin-bottom: 40px;
}

.text .small-heading {
    margin-bottom: 1px;
    font-size: small;
    font-weight: bold;
}

.overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

/* Navigation Bar */
.navbar {
    padding: 25px;
}

.navbar-brand {
    color: #01294D;
}

.navbar .nav-link {
    margin: 0 30px 0 0;
    color: black;
    padding: 0;
}

.button {
    background-color: #ac6efa;
    padding: 10px;
    color: white;
}

/* Login Navbar */
.navbar.login-nav{
    position: absolute !important;
    width: 100%;
}

#toggle {
  width: 40px;
  height: 30px;
  margin: 10px auto;
  margin-right: -100px;
}

#toggle div {
  width: 100%;
  height: 2px;
  background: white;
  margin: 3px 0;
  transition: all 0.3s;
  backface-visibility: hidden;
  float: right;
}

#toggle .one{
    width: 60%;
}

#toggle .two{
    width: 80%;
}

.backdrop-container{
    display: none;
    position: fixed;
    z-index: 2; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4);  
    -webkit-animation: fadeIn 1.2s ease-in-out;
    animation: fadeIn 1.2s ease-in-out;
}

.mobile-nav-open-icon{
    font-size: 2rem;
    cursor: pointer;
    margin-right: 2rem;
    color: black;
    margin-left:3rem;
}

.sidenav-container {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 3;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sidenav-container a {
    text-decoration: none;
    font-size: 1rem;
    color: #818181;
    display: block;
    transition: 0.3s;
    margin: 10px 0;
}

.sidenav-container a:hover {
    color: #f1f1f1;
}

.sidenav-container .closebtn {
    font-size: 3rem;
    font-weight: 700;
    color:#C9002B ;
    padding-right: 1rem;
} 

.sidenav-container .drawer-close-button{
    height: 3rem;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 3rem;
}
.subtext{
    font-size: 50px !important;
}

/* Banner */
.banner .banner-text {
    position: absolute;
    top: 40%;
    transform: translate(0, -50%);
    width: 87%;
    text-align: center;
}
.bold-600{
    font-weight: 600 !important;
}

.banner .banner-text h1 {
    color: #FFF;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
}

.banner .banner-text p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.banner .banner-text h4 {
    color: #FAE36E;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

/* Contest */
.contest {
    background-image: url(../images/sect-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    padding: 100px 0;
}

.contest hr.border-light {
    max-width: 300px;
    opacity: 0.9;
}

.contest .carousel-item {
    transition: transform 1s ease-in-out;
}

.contest .carousel-caption {
    bottom: 0;
    left: 0;
    right: 0;
    width: 0;
    opacity: 0;
    overflow: hidden;
    text-align: left;
}

.contest .carousel-item.active .carousel-caption {
    animation: widthSlide 3.5s 1;
    opacity: 1;
    z-index: 999;
    width: 100%;
}

@keyframes widthSlide {
    0% {
        width: 0%;
        opacity: 0;
    }

    50% {
        width: 100%;
        opacity: 1;
    }

    100% {
        width: 100%;
        opacity: 1;
    }
}

.contest .carousel-caption h5 {
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 900;
    color: #ffffff;
    position: relative;
    width: fit-content;
    padding-right: 10px;
}

.contest .carousel-item>img {
    object-fit: cover;
    transform: scale(1);
}

.contest .carousel-item.active>img {
    transform: scale(4);
    animation: bgScale 200s 1;
}

@keyframes bgScale {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(4);
    }
}

.contest .carousel-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 40%);
    z-index: 99;
}

.contest .carousel-caption p {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.contest .carousel-caption * {
    white-space: nowrap;
}

.contest .carousel-indicators {
    left: -50px;
    margin: 0;
    width: 25px;
    flex-wrap: wrap;
    bottom: auto;
    top: 45%;
    transform: translate(0, -50%);
    gap: 10px;
    z-index: 9999;
}

.contest .carousel-indicators [data-bs-target] {
    width: 8px;
    height: 8px;
    border-radius: 100px;
    border: none;
    background-color: #AC6EFA;
}

.contest .carousel-indicators .active{
    width: 12px;
    height: 12px;
}

.contest li.nav-item>a:after {
    content: '';
    position: absolute;
    height: 3px;
    background: white;
    left: 0;
    bottom: -10px;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    width: 85%;
    transition: 0.3s all ease-in-out;
}

.contest li.nav-item>a.active:after,
.contest li.nav-item>a:hover:after {
    bottom: 0;
    opacity: 0.8;
}

.contest li.nav-item>a {
    position: relative;
}


@media screen and (max-width: 991px) {
    .contest .carousel-caption h5 {
        font-size: 3.5em;
    }

    .contest .carousel-caption p {
        font-size: 1em;
        font-weight: 900;
        text-transform: uppercase;
    }
}

@media screen and (max-width: 768px) {
    .contest .carousel-caption h5 {
        font-size: 3.5em;
    }

    .contest .carousel-caption p {
        font-size: 1em;
        font-weight: 600;
    }

    .contest .carousel-item img {
        height: 80vh;
    }

    .contest .carousel-indicators {
        right: 0;
        bottom: 0;
        left: 0;
        padding: 0;
        margin-right: 15%;
        margin-bottom: 1rem;
        margin-left: 15%;
        flex-wrap: nowrap;
        top: auto;
        transform: unset;
        width: auto;
        gap: 5px;
    }

    .contest .carousel-indicators [data-bs-target] {
        width: 12px;
        height: 12px;
    }
}

@media screen and (max-width: 575px) {
    .contest .carousel-caption h5 {
        font-size: 2em;
    }

    .contest .carousel-item img {
        height: 60vh;
    }

    .contest .carousel-caption p {
        font-size: 0.75em;
    }

    .contest .carousel-caption {
        width: 100%;
        opacity: 0;
    }

    .contest .carousel-item.active .carousel-caption {
        animation: sample 2.5s 1;
        opacity: 1;
    }

    .contest .carousel-caption * {
        white-space: unset;
    }

    @keyframes sample {
        0% {
            opacity: 0;
        }

        50% {
            opacity: 1;
        }

        100% {
            opacity: 1;
        }
    }

    .contest .carousel-caption h5 {
        -webkit-text-stroke: 1px #E2FADB;
    }

    .contest hr.border-light {
        max-width: 200px;
    }
}

@media screen and (max-width: 480px) {
    .contest .carousel-caption h5 {
        font-size: 2.45em;
    }

    .contest .carousel-caption p {
        font-size: 1.2em;
    }

    .contest .carousel-item img {
        height: 50vh;
    }
}

/* Webinar */
.webinar .item {
    height: 100vh;
    position: relative;
}

.webinar .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.webinar .item .cover {
    padding: 75px 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
}

.webinar .item .cover .header-content {
    position: relative;
    padding: 56px;
    overflow: hidden;
}

.webinar .item .cover .header-content h2 {
    font-size: 35px;
    font-weight: 600;
    margin: 5px 0 20px;
    word-spacing: 3px;
    color: #fff;
}

.webinar .owl-item.active h2 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}

.webinar .owl-item.active .small-heading {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}

.webinar .owl-item.active .para {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}

.webinar .owl-item.active p {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}

.webinar .owl-nav .owl-prev {
    position: absolute;
    left: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
}

.webinar .owl-nav .owl-prev span {
    font-size: 1.6875rem;
    color: #fff;
}

.webinar .owl-nav .owl-prev:focus {
    outline: 0;
}

.webinar .owl-nav .owl-prev:hover {
    background: #000 !important;
}

.webinar .owl-nav .owl-next {
    position: absolute;
    right: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
}

.webinar .owl-nav .owl-next span {
    font-size: 1.6875rem;
    color: #fff;
}

.webinar .owl-nav .owl-next:focus {
    outline: 0;
}

.webinar .owl-nav .owl-next:hover {
    background: #000 !important;
}

.webinar:hover .owl-prev {
    left: 0px;
    opacity: 1;
}

.webinar:hover .owl-next {
    right: 0px;
    opacity: 1;
}

.webinar .owl-theme .owl-dots{
    position: absolute !important;
    bottom: 20px !important;
    right: 25px;
}

.webinar .owl-theme .owl-dots span{
    border-radius: 0 !important;
    height: 15px !important;
    width: 15px !important;
}

.webinar .owl-theme .owl-dots .owl-dot.active span,
.webinar .owl-theme .owl-dots .owl-dot:hover span{
    background-color: #AC6EFA !important;
}

/* Services */
.services {
    position: relative;
    background-image: url(../images/services.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 1000px;
}

.services .carousel {
    position: absolute;
    top: 50%;
    right: 100px;
    transform: translate(0, -50%);
    width: 35% !important;
}

.services .carousel-indicators {
    position: absolute;
    right: unset !important;
    bottom: -30px;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: unset !important;
    margin-bottom: unset !important;
    margin-left: unset !important;
}

.services .carousel-indicators [data-bs-target] {
    height: 8px;
    width: 8px;
    border-radius: 8px;
    border-top: unset !important;
    border-bottom: unset !important;
    opacity: unset;
    background-color: #AC6EFA;
}

.services .carousel-indicators .active {
    width: 15px;
    height: 15px;
    margin-top: -4px !important;
}

.services .carousel-control-prev-icon,
.services .carousel-control-next-icon {
    display: none !important;
}

.services .float-img img{
    position: absolute;
    width: 300px;
    top: 35%;
    right: 100px;
    opacity: 0.1;
}

.service-box{
    position: relative;
    padding: 30px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.service-box h3{
    font-weight: bold;
}

.service-box .overlay-icon{
    position: absolute;
    right: 0;
    bottom: 0;
}

.service-box .overlay-icon img{
    float: right;
}

.service-box.dark{
    background-color: #01294D;
    color: white;
}

/* Subscribe */
.subscribe .content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}

.subscribe .overlay .subscribe-inp{
    border-radius: 0;
}

.subscribe .overlay .subscribe-btn{
    background-color: #AC6EFA;
    width: 100%;
    padding: 7px;
    border: none;
    color: white;
}

/* Footer */
.footer{
    background-color: #01294D;
}

.footer h4 {
    position: relative;
    color: #FFF;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    padding: 10px 0;
}

.footer h4:before{
    position: absolute;
    content: "";
    background-color: #AC6EFA;
    height: 3px;
    width: 100px;
    bottom: 0;
}

.footer ul li{
    list-style-type: none;
    margin: 10px 0;
}

.footer ul li a{
    color: white;
}

.footer p,
.footer a{
    color: white;
    margin-bottom: 0;
}

.footer h3{
    color: #FFF;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    padding: 10px 0;
}

.footer .social-icons li{
    display: inline-block;
    margin: 5px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    padding-top: 9px;
}

.footer .social-icons li i{
    color: #01294D;
}

.footer .social-icons li.facebook{
    background-color: #4167b1;
}

.footer .social-icons li.instagram{
    background-color: #d81f77;
}

.footer .social-icons li.twitter{
    background-color: #1ca1f1;
}

.footer .social-icons li.youtube{
    background-color: #ff0100;
}

.footer .social-icons li.linkedin{
    background-color: #0074b3;
}

.copyright{
    background-color: #AC6EFA;
    padding: 10px 0;
}

.copyright p{
    color: white;
    margin-bottom: 0;
}

/* Breadcrumb */
.breadcrumb-area .breadcrumb-text {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 55%;
}

.breadcrumb-area .breadcrumb-text h1 {
    color: #FFF;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
}

.breadcrumb-area .breadcrumb-item a{
    color: #FAE36E;
}
.breadcrumb-area .breadcrumb-item.active{
    color: white;
}

.breadcrumb-item+.breadcrumb-item::before{
    content: var(--bs-breadcrumb-divider, ">") !important;
    color: white;
    padding-top: 1px;
}

.participation-breadcrumb .overlay{
    padding-top: 90px;
}

.participation-breadcrumb .overlay h1{
    font-weight: bold;
}

.participation-breadcrumb .overlay h3{
    color: #FAE36E;
    font-weight: bold;
}

/* Sponsor */
.sponsor .sponsor-text {
    margin-top: 50px;
    width: 80%;
    float: right;
}

.sponsor .sponsor-text h3 {
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
}

/* Participatiob Form */
.participation-form input[type=text],
.participation-form textarea {
    padding: 10px 20px;
}

.participation-form input,
.participation-form textarea{
    border-color: #AC6EFA;
}

.participation-form ::placeholder{
    color: black;
    font-weight: bold;
}

.participation-form .file-container {
    border: 1px solid #AC6EFA;
    border-radius: 10px;
    padding: 50px 20px;
    text-align: center;
}

/* Gallery */
.gallery {
    height: auto;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  
  .gallery-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
    grid-auto-flow: dense;
  }
  /* .gallery-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
    grid-auto-flow: dense;
  } */
  
  @media only screen and (max-width: 1100px) {
    .gallery-wrapper {
      grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
      grid-auto-rows: 200px;
    }
  }
  
  @media only screen and (max-width: 900px) {
    .gallery-wrapper {
      grid-template-columns: repeat(auto-fit, minmax(33.33%, 1fr));
      grid-auto-rows: 175;
    }
  }
  
  @media only screen and (max-width: 700px) {
    .gallery-wrapper {
      grid-template-columns: repeat(auto-fit, minmax(33.33%, 1fr));
      grid-auto-rows: 150px;
    }
  }
  
  @media only screen and (max-width: 550px) {
    .gallery-wrapper {
      grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
      grid-auto-rows: 150px;
    }
  
    .gallery-wrapper .wide {
      grid-column: span 2 !important;
    }
    .gallery-wrapper .xl-wide {
      grid-column: span 2 !important;
    }
    .gallery-wrapper .tall {
      grid-row: span 2 !important;
    }
    .gallery-wrapper .big {
      grid-column: span 2 !important;
      grid-row: span 2 !important;
    }
  
    .gallery-wrapper .xl-big {
      grid-column: span 2 !important;
      grid-row: span 2 !important;
    }
  }
  
  @media only screen and (max-width: 400px) {
    .gallery-wrapper {
      grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
      grid-auto-rows: 100px;
    }
  }
  
  .gallery-wrapper > div {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
    transition: 0.25s all;
  }
  
  .gallery-wrapper > div:hover {
    /* padding: 4px; */
    transition: 0.25s all;
    filter: brightness(1.1);
    cursor: pointer;
  }
  
  .gallery-wrapper > div > img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    border-radius: 8px;
    box-sizing: border-box;
  }
  
  .gallery-wrapper .wide {
    grid-column: span 2;
  }
  .gallery-wrapper .xl-wide {
    grid-column: span 3;
  }
  .gallery-wrapper .tall {
    grid-row: span 2;
  }
  .gallery-wrapper .big {
    grid-column: span 2;
    grid-row: span 2;
  }
  
  .gallery-wrapper .xl-big {
    grid-column: span 3;
    grid-row: span 2;
  }
  
  .image-modal {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
  }
  
  .modal-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  
  .modal-content {
    max-width: 90%;
    max-height: 90vh;
    border-radius: 16px;
    object-fit: contain;
  }
  
  .close {
    position: absolute;
    top: 20px;
    right: 30px;
    color: white;
    font-size: 40px;
    cursor: pointer;
  }

/* About Owner */
.owner{
    background-image: url(../images/sect-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}

.owner img{
    position: absolute;
    bottom: 0;
}

.subscribe-2 input{
    padding: 7px;
    width: 60%;
}

.subscribe-2 .subscribe-form{
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.subscribe-2 img{
    transform: scaleX(-1)
}

/* Contact */
.contact-box{
    width: 70%;
    float: right;
    margin-top: -200px;
}

.contact-box .contact-details{
    background-color: #01294D;
    color: white;
    padding: 40px;
}

.breadcrumb-area{
    z-index: -1;
}

.contact-details .social-icons li{
    display: inline-block;
}

.contact-details .social-icons li a i{
    color: white;
    font-size: 30px;
    padding: 0 10px;
}

/* Login Form */
.form-area{
    position: relative;
    height: 100%;
}

.signup-form,
.login-form {
    position: absolute;
    top: 50%;
    padding: 100px;
    width: 100%;
    margin: auto;
    transform: translate(0, -50%);
    text-align: center;
}

.signup-form .heading span{
    left: 30%;
    transform: translate(-20%);
}

.login-form .heading span{
    left: 50%;
    transform: translate(-50%);
}


#snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #01294D;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
    font-size: 17px;
  }
  
  #snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
  }
  
  @-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;} 
    to {bottom: 30px; opacity: 1;}
  }
  
  @keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
  }
  
  @-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;} 
    to {bottom: 0; opacity: 0;}
  }
  
  @keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
  }
/* addditional Css aahe as lihi aani khali css kar mhanje maka kalel ani mi ikde import karen  */


