@media (max-width: 800px) {
  /* general styling starts */
  /* * {
  background: #000 !important;
  color: #0f0 !important;
  outline: solid #f00 1px !important;
  } */

  *{
    margin: 0;
    box-sizing: border-box;
  }

  :root{
    --mc: #FABC0C;
    --sc: #ff1493;
    --bc: #171717;
  }

  body{
    font-family: "Nunito Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    padding-top: 70px;
    margin: 0;
  }

  input[type=submit]{
    cursor: pointer;
  }

  .main_col{
    color: #144685 !important;
  }

  button{
    cursor: pointer;
  }

  .imgp{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .fd{
    display: flex;
    flex-direction: column;
  }

  button{
    border: none;
  }

  .al{
    align-items: center;
    justify-content: center;
  }

  /* cta styling starts */

  .cta{
    padding: 10px;
    /* border-radius: 10px; */
    /* border: 2px solid var(--mc); */
    background: var(--mc);
    color: #FFF;
    transition: 0.5s;
    width: max-content;
    position: relative;
  }

  .cta::before,
  .cta::after {
    width: 10%; height: 25%;
    transition: 0.35s;
    outline: 0!important;
    outline-offset: 0;
    position: absolute;
    content: "";
    margin: 0px;
  }
  .cta::before {
    bottom: -5px; left: -5px;
    border-left: 2px solid var(--mc);
    border-bottom: 2px solid var(--mc);
  }
  .cta::after {
    top: -5px; right: -5px;
    border-right: 2px solid var(--mc);
    border-top: 2px solid var(--mc);
  }
  .cta:hover::before,
  .cta:hover::after {
    width: calc(99% + 10.5px);
    height: calc(99% + 10.5px);
  }

  .ctas{
    padding: 10px;
    /* border-radius: 10px; */
    /* border: 2px solid var(--mc); */
    background: var(--sc);
    color: #FFF;
    transition: 0.5s;
    width: max-content;
    position: relative;
  }

  .ctas::before,
  .ctas::after {
    width: 10%; height: 25%;
    transition: 0.35s;
    outline: 0!important;
    outline-offset: 0;
    position: absolute;
    content: "";
    margin: 0px;
  }
  .ctas::before {
    bottom: -5px; left: -5px;
    border-left: 2px solid var(--sc);
    border-bottom: 2px solid var(--sc);
  }
  .ctas::after {
    top: -5px; right: -5px;
    border-right: 2px solid var(--sc);
    border-top: 2px solid var(--sc);
  }
  .ctas:hover::before,
  .ctas:hover::after {
    width: calc(99% + 10.5px);
    height: calc(99% + 10.5px);
  }


  /* cta styling ends */

  /* signup page starts */

  .sign_container{
    padding: 15px;
    /* height: 100vh */
  }

  .sign_container .form{
    border-radius: 0;
    background: #FFF;
    padding: 13px;
    box-shadow: none;
    width: 100vw;
    height: 100vh;
    transform: none;
    left: 0;
  }

  .sign_container .form .form_header{
    padding: 13px;
    border-bottom: 1px solid #D9D9D9F0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .sign_container .form .form_header h3{
    color: #292D32;
    font-family: DM Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.4px;
  }

  .sign_container .form .form_header img{
    position: absolute;
    right: 5px;
  }

  .sign_container .form .form_body{
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 15px;
    border-bottom: 1px solid #D9D9D9;
    position: relative;
  }

  .sign_container .form .form_body .input_cont{
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
  }

  .sign_container .form .form_body .input_cont p{
    color: #000;
    font-family: DM Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.28px;
  }

  .sign_container .form .form_body .input_cont input{
    width: calc(100%);
    padding: 20px;
    /* height: 51px; */
    border-radius: 8px;
    border: 0.8px solid #D9D9D9;
  }

  .sign_container .form .form_body .input_cont img{
    position: absolute;
    bottom: 17px;
    right: 18px;
  }

  .sign_container .form .form_body .submit{
    display: flex;
    width: 100%;
    height: 51px;
    padding: 15px 135px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: var(--mc);
    border: none;
    color: #FFF;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.32px;
    margin: 10px 0;
  }

  .sign_container .form .form_body .or{
    color: #292D32;
    font-family: DM Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.28px;
    position: absolute;
    bottom: -12px;
    left: 43%;
    padding: 5px 24px;
    background: #fff;
  }

  .form_footer{
    padding: 15px 0;
  }

  .google_sign{
    padding: 15px;
    gap: 10px;
    border-radius: 8px;
    border: 0.8px solid #D9D9D9;
    background: #FFF;
  }

  .google_sign h3{
    color: #222;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.32px;
  }

  .form_footer .text{
    display: flex;
    gap: 10px;
    justify-content: center;
    padding-top: 15px;
  }

  .form_footer .text h2{
    color: #5E5E5E;
    font-family: DM Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.3px;
  }

  .form_footer .text a{
    color: var(--mc);
    font-family: DM Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.3px;
  }

  .signin{
    display: flex;
    justify-content: space-between;
    padding: 21px 0;
  }

  .signin .check{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
  }

  .signin .check input{
   accent-color: var(--mc);
   width: 21px;
   height: 21px;
  }

  .signin .check label{
    color: #5E5E5E;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.24px;
  }

  .signin a{
    color: var(--mc);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.24px;
  }

  /* signup page ends */

  /* general styling ends */

  *{
    box-sizing: border-box;
  }

  a{
    text-decoration: none;
  }

  header{
    position: fixed;
    height: 70px;
    width: 100%;
    backdrop-filter: blur(20px);
    top: 0;
    left: 0;
    padding: 10px 25px;
    display: flex;
    justify-content: space-between;
    z-index: 9999;
    background: #fff;
  }

  header .logo{
    height: 55px;
    width: auto;
  }

  header .links{
    display: flex;
    gap: 40px;
    align-items: center;
    display: none;
  }

  header .links .link{
    color: var(--bc);
  }

  header .links .link a{
    color: var(--bc);
  }

  header .links .link a:hover{
    color: #6610f2;
  }

  header .links .link.active a{
    color: #6610f2;

  }

  header .links .link.active a:before{
    content: "";

  }

  header .btns{
    display: flex;
    gap: 20px;
    align-items: center;
    color: #fff;
    display: none;
  }

  .links_box .btns{
    display: flex;
    gap: 20px;
    align-items: center;
    color: #fff;
  }

  header .btns .signup{
    padding: 6px 20px;
    border-radius: 20px;
    height: max-content;
    cursor: pointer;
    border: 1px solid #fff;
    transition: 0.7s;
    background: transparent;
    border: 1px solid var(--bc);
    color: var(--bc);
    font-size: 16px;
    font-weight: 600;
    line-height: 21.82px;
    text-align: left;
  }

  header .btns .login{
    cursor: pointer;
    background: var(--mc);
    color: var(--bc);
    border: 1px solid var(--mc);
    font-size: 16px;
    font-weight: 600;
    line-height: 21.82px;
    text-align: left;
  }

  header .btns .signup:hover{
    box-shadow: inset 200px 0 0 0 var(--mc);
    color: #fff;
    border: 1px solid var(--mc);
  }

  header .btns .login:hover{
    box-shadow: inset 200px 0 0 0 #000;
    color: #fff;
  }

  .contain{
    display: flex;
    flex-direction: column;
  }

  /* banner starts */

  .banner{
    /* padding: 30px; */
    padding-bottom: 40px;
    position: relative;
  }

  .banner-inner{
    width: 100%;
    min-height: 500px;
    border-radius: 30px;
    padding: 20px;
  }

  .banner .texts{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .banner .texts h1{
    color: #FAFAFA;
    font-family: "Nunito Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .banner .texts p{
    color: #FAFAFA;
    font-family: "Nunito Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    width: auto;
  }

  .banner .texts .info{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%
  }

  .banner .texts .info span{
    display: flex;
    padding: 3px 9px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 30px;
    border: 1px solid #FAFAFA;
    background: rgba(255, 255, 255, 0.10);
    color: #FAFAFA;
    font-family: "Nunito Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .register{
    display: flex;
    padding: 12px 26px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 30px;
    background: #FABC0C;
    width: max-content;
    height: max-content;
    transition: 0.2s;
  }

  .register:hover{
    padding-left: 40px;
  }

  .nav{
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 30px;
    align-items: center;
    width: 82%;
    left: 9%;
    padding: 20px;
  }

  .nav .btns{
    display: flex;
    gap: 60px;
  }

  .nav .btns button:nth-child(1){
    border-radius: 50%;
    height: 30px;
    width: 30px;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
  }

  .nav .btns button{
    border-radius: 50%;
    height: 30px;
    width: 30px;
  }

  .other-banner .banner-inner{
    z-index: 3;
    position: relative;
  }

  .other-banner .texts{
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 40px;
    z-index: 3;
    position: relative;
  }

  .other-banner .texts h1{
    color: #171717 !important;
  }

  .other-banner .texts p{
    color: #171717 !important;
  }

  .other-banner .texts span{
    color: #171717 !important;
  }

  .other-banner .texts p{
    font-size: 16px;
  }

  .other-banner .texts .left{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .other-banner .texts .right{
    width: 100%;
    gap: 40px;
    align-items: center;
    justify-content: center;
  }

  .other-banner .texts .right .info{
    gap: 10px;
  }

  .other-banner .texts .right .info span{
    border: 1px solid var(--bc);
  }

  .other-banner .register{
    width: 100%;
  }

  /* slider starts */

  .mck_slider{
    /* display: none; */
  }

  .dot{
    height: 10px;
    width: 10px;
    background-color: #fff;
    display: inline-block;
    border-radius: 10px;
    margin: 0 2px;
    transition: background-color 0.6s ease;
  }

  .dots .active{
    width: 40px;
  }

  /* slider ends */

  /* banner ends */

  /* about-us starts */

  .about-us{
    display: flex;
    flex-direction: column;
    position: relative;
  }

  .white-overlay{
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    top: 0;
    left: 0;
  }

  .overlay{
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
  }

  .about-us .text{
    display: flex;
    gap: 20px;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px 20px;
    z-index: 3;
    align-items: center;
  }

  .about-us .text h2{
    min-width: 100%;
    margin-bottom: 0;
  }

  .sec-text{
    position: relative;
    margin: 20px 0;
    color: #1B1B1B;
    font-family: "Nunito Sans";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .sec-text::before{
    content: '';
    display: flex;
    width: 200px;
    height: 6px;
    background: var(--bc);
  }

  .about-us .text p{
    width: 100%;
    color: #1B1B1B;
    font-family: "Nunito Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .about-us .text a{
    min-width: 10%;
    display: flex;
    justify-content: flex-end;
  }

  .about-us .images{
    display: flex;
    gap: 2vw;
    width: 100%;
    z-index: 3;
    overflow: hidden;
  }

  .about-us .images img{
    width: 32vw;
    height: auto;
  }

  /* about-us ends */

  /* partners starts */

  .partners{
    background: #FFF5D8;
    display: flex;
    padding: 51px 20px;
    justify-content: center;
    align-items: center;
  }

  .partners .text{
    gap: 20px;
    width: 100%;
  }

  .partners .text h2{
    color: #1B1B1B;
    font-family: "Nunito Sans";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .partners .text p{
    color: #1B1B1B;
    font-family: "Nunito Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .partners .sponsors{
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    gap: 13vw;
    row-gap: 10vw;
  }

  .partners .sponsors img{
    height: 30px;
    width: auto;
  }

  /* partners ends */

  /* events starts */

  .home-event{
    position: relative;
  }

  .home-event .white-overlay{
    padding: 40px;
    z-index: 2;
  }

  .home-event .text{
    gap: px;
    position: relative;
    z-index: 3;
    padding: 20px;
    padding-bottom: 5px;
  }

  .home-event .text p{
    color: #000;
    font-family: "Nunito Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .home-event .event-box{
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
    z-index: 3;
    padding: 20px;
    padding-top: 0;
  }

  .home-event .event-box .big-event{
    width: 100%;
  }

  .home-event .event-box .big-event .texts{
    width: 100%;
    bottom: 10px;
    left: 10px;
    gap: 10px;
    display: flex;
    flex-direction: column;
  }

  .home-event .event-box .big-event{
    width: 100%;
  }

  .events{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .event{
    width: 80vw;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
  }

  .event img{
    width: 100%;
    height: auto;
  }

  .event .texts{
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    gap: 10px;
    display: flex;
    flex-direction: column;
  }

  .event .texts h3{
    color: #FAFAFA;
    font-family: "Nunito Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .event .texts p{
    display: flex;
    gap: 20px;
    color: #FAFAFA !important;
    font-family: "Nunito Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .view-more{
    border-radius: 30px;
    border: 1px solid #D9D9D9;
    background: #FAFAFA;
    display: flex;
    width: calc(100% - 40px);
    height: 60px;
    padding: 8px 0px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    z-index: 3;
    position: relative;
    color: #171717;
    font-family: Nunito sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0 auto;
    margin-top: 30px;
  }

  .home-event .view-more{
    margin: 30px 20px;
  }

  .home-event{
    padding-bottom: 2px;
  }

  /* events ends */

  /* newsletter starts */

  .newsletter{
    padding: 65px 40px;
    background: var(--bc);
  }

  .newsletter .box{
    position: relative;
    border: 1px solid #FAFAFA;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 20px;
    border: 1px solid #FAFAFA;
    padding: 70px 20px;
    overflow: hidden;
  }

  .newsletter .left{
    gap: 15px;
    width: 100%;
    position: relative;
    z-index: 3;
  }

  .newsletter .left h1{
    color: #FAFAFA;
    font-family: "Nunito Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .newsletter .left p{
    color: #FAFAFA;
    font-family: "Nunito Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .newsletter .right{
    gap: 10px;
    min-width: 100%;
    position: relative;
    z-index: 3;
  }

  .newsletter .right p{
    color: #FAFAFA;
    font-family: "Nunito Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .newsletter .right input{
    display: flex;
    width: 100%;
    height: 40px;
    padding: 0px 15px;
    align-items: center;
    gap: 10px;
    border-radius: 15px;
    border: 1px solid #000;
    background: #FAFAFA;
    color: rgba(23, 23, 23, 0.60);
    font-family: "Nunito Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .newsletter .right .btn{
    margin-top: 10px;
    color: #171717;
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    width: 100%;
    height: 60px;
    padding: 12px 26px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 30px;
    background: #FABC0C;
    border: none;
  }
  /*
  .newsletter .right .btn:hover i{
  margin-left: 20px;
  transition: 0.5s;
  } */


  /* newsletter ends */

  /* blog starts */

  .home-blog{
    display: flex;
    flex-direction: column;
    padding: 58px 40px 57px 40px;
    justify-content: center;
    align-items: center;
    background: #FAFAFA;
  }

  .home-blog .text{
    gap: 20px;
    width: 100%;
  }

  .home-blog .blog-box{
    display: flex;
    align-items: flex-start;
    gap: 40px;
  }

  .home-blog .blog-box .left-blog{
    position: relative;
    width: 100%;
    height: 57.3vw;
    margin-bottom: 200px;
    display: none
  }

  .home-blog .blog-box .left-blog img{
    height: auto;
  }

  .home-blog .blog-box .left-blog .texts{
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: -195px;
    left: 0px;
    gap: 20px;
    color: #000;
  }

  .home-blog .blog-box{
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .blogs{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }

  .home-blog .blogs{
    width: 100%;
  }

  .blogs .blog{
    width: 100%;
    height: auto;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .blogs .blog .img{
    width: 100%;
    height: 57vw;
  }

  .blogs .blog .texts{
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .home-blog{

  }

  /* blog ends */

  /* faq starts */

  .faq{
    display: flex;
    flex-direction: column;
    padding: 20px;
    gap: 60px;
  }

  .faq .text{

  }

  .faq .text .sec-text{
    margin-bottom: 0;
  }

  .faq .questions{
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .faq .questions .question{
    display: flex;
    width: 100%;
    padding: 10px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    background: #FFF;
  }

  .faq .questions .question .top{
    display: flex;
    align-items: center;
    gap: 20px;
    color: #171717;
    font-family: "Nunito Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .faq .questions .question h3{
    font-size: 18px;
  }

  .faq .questions .question p{
    color: #171717;
    font-family: "Nunito Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  /* faq ends */


  /* footer starts */

  footer{
    display: flex;
    width: 100%;
    height: auto;
    padding: 20px;
    justify-content: center;
    align-items: center;
  }

  footer .box{
    width: 100%;
    height: auto;
    flex-shrink: 0;
    border-radius: 20px;
    border: 1px solid #FAFAFA;
    background: linear-gradient(0deg, #171717 0%, #171717 100%);
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding: 30px;
  }

  footer .box p{
    color: #FAFAFA;
    font-family: "Nunito Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 100;
    line-height: normal;
  }

  footer .box .top{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  footer .box .top .left{
    width: auto;
  }

  footer .box .top .left h1{
    color: #FAFAFA;
    font-family: "Nunito Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  footer .box .top .right{
    display: flex;
    gap: 25px;
    flex-direction: column;
    font-size: 24px;
  }

  .foot-links{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .foot-links a{
    color: #FAFAFA;
    font-family: "Nunito Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    cursor: pointer;
  }

  .foot-links a:hover{
    color: var(--mc)
  }

  footer .box .bottom{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 20px;
    border-top: 1px solid #fff;
    align-items: baseline;
  }

  footer .box .bottom .left{
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  footer .box .socials{
    display: flex;
    gap: 40px;
    color: #fff;
    justify-content: flex-start;
  }

  /* footer ends */

  /* explore starts */

  .other.main .sec-text{
    color: #171717;
    font-family: "Nunito Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
  }

  .explore{
    display: flex;
    gap: 20px;
    padding: 57px 20px;
    justify-content: space-between;
    flex-direction: column;
  }

  .explore .text{
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 93vw;
  }

  .explore .text .sec-text{
    width: 50%;
  }

  .explore .images{
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
  }
  .explore .images img{
    width: 90%;
  }

  /* explore ends */

  /* timer starts */

  .timer-container{
    position: relative;
    padding: 80px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .timer-container .text{
    z-index: 3;
  }

  .timer-container .text h3{
    color: #FAFAFA;
    text-align: center;
    font-family: "Nunito Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .timer-container .text p{
    color: #FAFAFA;
    text-align: center;
    font-family: "Nunito Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .timer-box{
    z-index: 3;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  .timer-box .timer{
    padding: 40px;
    position: relative;
    gap: 0px;
  }

  .timer-box .timer::before{
    content: '';
    width: 1px;
    height: 82px;
    position: absolute;
    right: 0;
    top: 35%;
    background: #fff;
  }

  .timer-box .timer:nth-child(2)::before{
    display: none;
  }

  .timer-box .timer:nth-child(4)::before{
    width: 200%;
    height: 1px;
    top: 10%;
  }

  .timer-box .timer h3{
    color: #FAFAFA;
    text-align: center;
    font-family: "Nunito Sans";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .timer-box .timer p{
    color: #FAFAFA !important;
    text-align: center;
    font-family: "Nunito Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .timer-container .btns{
    display: flex;
    flex-direction: column;
    gap: 30px;
    z-index: 3;
    margin-top: 30px;
  }

  .timer-container .btns a{
    color: #FAFAFA;
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    width: 80vw;
    height: 60px;
    padding: 10px 26px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 30px;
    border: 1px solid #FAFAFA;
    background: transparent;
  }

  /* timer ends */

  /* speakers starts */

  .speakers-container{
    gap: 40px;
    position: relative;
    padding: 30px 0;
  }

  .speakers-container .texts{
    z-index: 3;
    padding-left: 3%;
    gap: 20px;
  }

  .speakers-container .texts p{
    display: flex;
    color: #171717;
    font-family: "Nunito Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }


  .speakers{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    z-index: 3;
    align-items: center;
    justify-content: center;
  }

  .speakers .speaker{
    display: flex;
    width: 45vw !important;
    height: 78vw;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    background-position: top;
    position: relative;
    cursor: pointer;
  }

  .speakers .speaker.active{
    width: 47vw;
    flex-shrink: 0;
  }

  .speakers .speaker .text{
    border-bottom: 4px solid #FABC0C;
    position: absolute;
    bottom: 15px;
    left: 17px;
    display: flex;
    flex-direction: column;
    width: 80%;
  }

  .speakers .speaker.active .text{
    display: flex;
  }

  .speakers .speaker .text h3{
    color: #FFF;
    font-family: "Nunito Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .speakers .speaker .text p{
    color: #FFF !important;
    font-family: "Nunito Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  /* speakers ends */


  /* schedules starts */

  .schedules{
    padding: 51px 20px;
    gap: 40px;
  }

  .schedules .text{
    width: 50vw;
  }

  .schedules .text p{
    color: #171717;
    font-family: "Nunito Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .schedules .tab{
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .schedules .tab .header{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    justify-content: center;
  }

  .schedules .tab .header span{
    display: flex;
    width: 24.3vw;
    height: 50px;
    padding: 8px 26px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    background: #FAFAFA;
    color: #171717;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    cursor: pointer;
  }

  .schedules .tab .header span.active{
    background: #171717;
    color: #FAFAFA !important;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .schedules .tab .tab-content{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 20px;
    gap: 20px;
    flex-wrap: wrap;
  }

  .schedules .tab .active{
    display: flex !important;
  }

  .schedules .tab .tab-content .column{
    display: flex;
    /* flex-direction: column; */
    gap: 20px;
  }

  .schedules .tab .tab-content .column .box{
    display: flex;
    gap: 40px;
  }

  .schedules .tab .tab-content .column .box .time{
    width: 90px;
  }

  .schedules .tab .tab-content .column .box .right{
    display: flex;
    flex-direction: column;
    gap: 3px;
  }

  .schedules .tab .tab-content .column .box .right h4{
    color: #171717;
    font-family: "Nunito Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .schedules .tab .tab-content .column .box .right p{
    color: #777 !important;
    font-family: "Nunito Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  /* schedules ends */

  /* evt-gallery starts */

  .evt-gallery{
    padding: 78px 2.3vw;
    background: #FAFAFA;
  }

  .evt-gallery .texts{
    width: 100%;
  }

  .gall{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 60px;
    align-items: center;
    justify-content: center;
  }

  .gall .img{
    border-radius: 10px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 40.83vw;
  }

  .gall .img:nth-child(1){
    width: 100%;
  }

  .gall .img:nth-child(2){
    width: 35%;
  }

  .gall .img:nth-child(3){
    width: 60%;
  }

  .gall .img:nth-child(4){
    width: 60%;
  }

  .gall .img:nth-child(5){
    width: 35%;
  }

  .gall .img:nth-child(6){
    width: 100%;
  }

  /* evt-gallery ends */

  /* testimonials starts */

  .testimonials-cont{
    gap: 80px;
    align-items: center;
    padding: 72px 40px;
  }

  .testimonials-cont .texts{
    width: 90vw;
    gap: 15px;
  }

  .mobile_scroll{
    width: 100%;
    overflow: auto;
  }

  .testimonials-cont .texts h2{
    color: #171717;
    font-family: "Nunito Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .testimonials-cont .texts p{
    color: #171717;
    text-align: center;
    font-family: "Nunito Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .testimonials{
    display: flex;
    gap: 10px;
    width: 300vw;
  }

  .testimonials .box{
    display: flex;
    width: 76vw;
    /* height: 28.9vw; */
    padding: 2vw 4vw;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
    gap: 40px;
    border-radius: 10px;
    border: 1px solid #171717;
    background: #FAFAFA;
  }

  .testimonials .box i{
    font-size: 40px;
  }

  .testimonials .box p{
    color: #171717;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .testimonials .box .profile{
    display: flex;
    padding: 10px 0;
    border-top: 1px solid #171717;
    gap: 20px;
    width: 100%;
    align-items: center;
  }

  .testimonials .box .profile img{
    height: 60px;
    width: 60px;
    border-radius: 50%;
  }

  .testimonials .box .profile h3{
    color: #171717;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  /* testimonials ends */

  /* mobile_links starts */

  .menu{
    display: flex;
  }

  .mobile_links{
    width: 100%;
    height: 100vh;
    background: #fff;
    position: fixed;
    left: -100vw;
    top: 0;
    display: flex;
    flex-direction: column;
    z-index: 99;
    transition: 0.5s;
  }

  .mobile_links .header{
    display: flex;
    justify-content: space-between;
    padding: 15px;
    font-size: 30px;
  }

  .mobile_links .links_box{
    display: flex;
    flex-direction: column;
    gap: 20px;
    color: #000;
    align-items: normal;
    padding: 20px;
  }

  /* mobile_links ends */

  .blog_banner{
    height: auto;
  }

  .blog_banner h1{
    font-size: 24px;
  }

  .banner-image{
    border-radius: 10px;
    margin-top: 20px;
  }

  .main_text_starts p {
    color: #171717;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-align: justify;
    line-height: 2;
  }

  .explore .images .img {
    width: 50vw;
    height: 35vw;
  }

  .resource{
    column-count: 1;
  }

  .resource-gallery{
    column-count: 3;
  }

  .resource-gallery .img{
    border-radius: 10px;
    height: 35vw;
  }


  .resource .item .text .period h4{
    color: #171717;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    text-align: justify;
    line-height: 2;
  }

  .resource .item .text h3{
    color: #171717;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    text-align: justify;
    line-height: 2;
    text-transform: uppercase;
  }

  .resource .item .text p{
    color: #171717;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    text-align: justify;
    line-height: 2;
  }

  #gallery-image-popup{
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    z-index: 99999999999999999;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
  }

  #gallery-image-popup .controls{
    display: flex;
    width: 100%;
    padding: 6px;
    top: 49%;
    justify-content: space-between;
    font-size: 20px;
    color: #fff;
    position: absolute;
  }

  #gallery-image-popup .fa-x{
    position: absolute;
    top: 15px;
    right: 15px;
    color: red;
    cursor: pointer;
    font-size: 25px;
  }

  .resource .item .img {
    border-radius: 20px;
    height: 55vw;
    width: 100%;
  }


  .explore .images .img img{
    width: 100%;
    /* height: 22vw; */
  }

}
