
@media (min-width: 1200px) {
  .dropdown-item.p-0 {
    padding: 10px 0 10px 20px !important;
}
.dropend .dropdown-toggle {
  padding-left: 0 !important;
  margin-left: 0;
}
}
@media screen and (max-width: 1440px) {
  .team-div {
    max-width: 100%;
  }

  .team-div {
    max-width: 100%;
    padding-top: 0;
  }

  .team-div-img div {
    font-size: 20px;
  }

  .sponsor-section {
    width: 100%;
    padding: 60px 60px;
  }
  
    
}

@media screen and (max-width: 1600px) and (min-width: 1400px) {
 

  .sliding-text {
    padding-left: 95px !important;
  }
  
.sliding-text-heading {
  font-family: "Times New Roman";
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.sliding-text-heading2 {
  width: 100%;
  border-radius: 4px;
  border-left: 4px solid var(--Primary-1, #0d529f);
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.8) 0%,
    rgba(255, 255, 255, 0) 98.18%
  );
  display: flex;
  padding: 10px 16px;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  margin-top: 20px;
}
.sliding-text-heading2 p {
  color: var(--1-a-1817, #1a1817);
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 400;
  line-height: 150%; /* 52.5px */
  letter-spacing: 0.7px;
}
.section-text-heading3 {
  display: flex;
  width: 100%;
  align-items: left;
  gap: 2.083vw;
  margin-top: 20px;
}
.section-text-heading3-div
{
  /* width: auto; */
}
.section-text-heading3-div1
{
  /* width: 100%; */
}
  .about-section-div1 {
    width: 60%;
    height: 250px;
    margin-top: 100px;
  }
  .about-section-div2 img {
    width: 540px;
    height: 470px;
  }
  .footer-section-div {
    /* width: auto; */
  }
  .section-last {
    width: auto;
  }
  
  .sponsor-section {
    width: 100%;
    padding: 80px 113px;
  }
  .sponsor-section-div {
    width: 90%;
    margin: auto;
  }
  .sponsor-section-div1 {
    border: 1px solid rgb(190, 190, 190);
    padding: 1.563vw;
    border-radius: 20px;
    margin-right: 20px;
    background-color: #fff;
  }
  .sponsor-section-div2 {
    border: 1px solid rgb(190, 190, 190);
    padding: 1.563vw;
    border-radius: 20px;
    background-color: #fff;
  }
 
  .logo {
    width: 150px;
    height: 80px;
  }
  .nav-div1 {
    width: 70%;
  }
  .navbar-nav {
    width: 100%;
    margin-left: 10px;
  }
  .nav-item {
    text-align: left;
  }

 
  .footer-section-div1 {
    /* width: 70%; */
    margin: auto;
  }

}

@media screen and (max-width: 1400px) and (min-width: 1200px) {
  .container {
    max-width: 1250px;
  }
  .logo {
    width: 110px;
  }
  .nav-div1 {
    width: 75%;
  }
  .navbar-nav {
    width: 100%;
  }
  .navbar-nav .nav-link {
    font-size: 16px;
  }
  .nav-div2 button {

    border-radius: 90px;
    background: linear-gradient(133deg, #0d529f 0.61%, #3fa9df 100%);
    color: #fff;
    border: 0px;
    padding: 12px 30px;
    justify-content: center;
    align-items: center;

    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .mobile_menu {
    position: absolute;
    right: 0;
    top: 3px;
}
.mobile_menu svg
{
  width: 20px;
  height: 20px;
}
  .about-section {
    padding: 80px 80px;
  }
  .about-section-div1 {
    margin-top: 0px;
  }

  .footer-section-div {
    width: auto;
  }
  .section-last {
    width: auto;
  }

  .sponsor-section-div {
    width: 100%;
    text-align: center;
    justify-content: center;
    display: flex;
  }
  .sponsor-section-div1 {
    margin-bottom: 10px;
    padding: 40px;
  }
  .sponsor-section-div1-div {
    align-items: center;
    gap: 20px;
    text-align: center;
  }
  .sponsor-section-div1-div h1 {
    font-size: 22px;

    width: 350px;
    text-align: center;
    padding-left: 15px;
  }
  .sponsor-section-div1-div p {
    color: var(--1-a-1817, #1a1817);
    /* text-align: left; */
    width: auto;
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30px */
    letter-spacing: 0.4px;
    margin-top: 50px;
  }
  .sponsor-section-div2 {
    width: 50%;
  }
  .sponsor-section-div2-div h1 {
    font-size: 22px;
    width: 100%;
    text-align: center;
    padding-left: 15px;
  }
  .sponsor-section-div2-div p {
    color: var(--1-a-1817, #1a1817);
    /* text-align: left; */
    width: auto;
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30px */
    letter-spacing: 0.4px;
    margin-top: 50px;
  }

  .footer-section-div1 {
    /* width: 70%; */
    margin: auto;
  }
  .sliding-text {
    padding-left: 100px;
    top: 5%;
   
  }
  .sliding-image1 {
    width: 100%;
  }
  .sliding-text-heading {
    font-family: "Times New Roman";
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 20px;
  }
  .sliding-text-heading1,
  sup {
    background: var(
      --Primary-1,
      linear-gradient(133deg, #0d529f 0.61%, #3fa9df 100%)
    );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .sliding-text-heading2 {
    width: 100%;
    border-radius: 4px;
    border-left: 4px solid var(--Primary-1, #0d529f);
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.8) 0%,
      rgba(255, 255, 255, 0) 98.18%
    );
    display: flex;
    padding: 10px 16px;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    margin-top: 35px;
  }
  .sliding-text-heading2 p {
    color: var(--1-a-1817, #1a1817);
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
    line-height: 130%; /* 52.5px */
    letter-spacing:
  }
  .section-text-heading3 {
    display: flex;
    width: 100%;
    align-items: left;
    gap: 40px;
    margin-top: 25px;
  }
  .section-text-heading3-div {
    width: 40%;
    display: flex;
    border-right: 2px solid #1a1817;
    gap: 15px;
  }
  .section-text-heading3-div1 {
    width: 60%;
    display: flex;
    gap: 15px;
  }
  .section-text-heading3-date {
    width: 40px;
    height: 40px;
  }
  .slider-date {
    color: var(--1-a-1817, #1a1817);
    text-align: left;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
  
    width: 200px;
    height: 40px;
  }
  .section-text-heading3-location {
    width: 40px;
    height: 40px;
    margin-left: 0px;
  }
  
  .slider-location {
    color: var(--1-a-1817, #1a1817);
    text-align: left;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    /* width: 900px;
    height: 40px; */
  }
  .slider-button {
    display: flex;
    padding: 16px 25px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-top: 2.604vw;
    border-radius: 44px;
    border: 0px;
    background: var(
      --Primary-1,
      linear-gradient(133deg, #0d529f 0.61%, #3fa9df 100%)
    );
    box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.15);
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  /* end sliding section css  */
}



@media screen and (max-width: 996px) and (min-width: 768px) {
 
 
  .footer-section-div {
    width: auto;
  }
  .section-last {
    width: auto;
  }

  .footer-section-div1 {
    width: 70%;
    margin: auto;
  }
  .footer-section-last a {
    padding: 0 18px 0 18px;
    border-right: 1px solid #1a1817;
    color: var(--1-a-1817, #1a1817);
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */
    letter-spacing: 0.36px;
    text-align: center;
  }
}

@media screen and (max-width: 768px) and (min-width: 320px) {
  .section-div {
    width: 100%;
    padding: 12px 0 15px 0;
    background-position: top;
    background-repeat: no-repeat;
    background-position: right;
    background-image: none;
    background-size: 40% 100%;
  }
  .main-div {
    width: 90%;
    display: flex;
  }
  .nav-div {
    width: 60%;
    text-align: left;
  }
  .logo {
    width: 140px;
    height: 70px;
    margin-left: 0px;
  }
  .nav-div1 {
    width: 20%;
    margin-top: 10px;
    padding-left: 60px;
  }
  .navbar-nav {
    width: 100%;
  }

  .nav-div1 ul li a {
    font-size: 14px;
  }

  .nav-div2 button {
   
    border-radius: 90px;
    background: linear-gradient(133deg, #0d529f 0.61%, #3fa9df 100%);
    color: #fff;
    border: 0px;
    padding: 15px 30px !important;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .sliding-image1 {
    width: 100%;
    height: 350px;
  }
 
  .sliding-text-heading {
    /* font-size: 28px !important;
    font-weight: 600; */
  }
  .sliding-text-heading2 {
    padding: 5px;
    margin-top: 10px !important;
    /* width: 500px; */
    gap: 0px;
  }
  .sliding-text-heading2 p {
    font-size: 16px !important;
  }
  .slider-date {
    font-size: 16px;
  }

  .slider-location {
    font-size: 16px;
    width: 250px;
    height: 40px;
  }
  .slider-button {
    margin-top: 25px !important;
    padding: 14px 18px !important;
    font-size: 16px;
  }
  .section-text-heading3 {
    gap: 10px;
    margin-top: 0px;
    width: 100%;
  }
  .section-text-heading3-date {
    width: 30px;
    height: 30px;
  }
  .section-text-heading3-location {
    width: 30px;
    height: 30px;
  }
  .about-section {
    padding: 10px 10px 50px 10px;
  }
  .team-main-section {
    width: 100%;

    position: relative;
    /* z-index: 9; */
    overflow: hidden;
  }
  .about-section-div {
    width: 95%;
    margin: auto;
    display: block;
  }
  .about-section-div1 {
    margin-top: 20px;
    width: 100%;
  }
  .about-section-div1 h2 {
    font-size: 27px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-left: 4px solid #0d529f;
    padding-left: 14px;
  }
  .about-section-div1 p {
    /* font-size: 15px; */
    margin-top: 40px;
    width: 90%;
  }
  .about-section-div1 button {
    height: 49.714px;
    padding: 12px 25px 12px 25px;
    margin-top: 25px;
    font-size: 15px;
  }
  .photo-text {
    width: auto;
    margin: auto;
    color: var(--1-a-1817, #1a1817);
    text-align: center;
    margin-top: 30px;
    font-family: "Roboto", sans-serif;
    /* font-size: 15px; */
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 30px */
    letter-spacing: 0.4px;
  }
  .about-section-div2 img {
    width: 350px;

    margin-top: 80px;
  }
  .footer-section-div {
    width: auto;
  }
  .section-last {
    width: auto;
  }

  .sponsor-section {
    width: 100%;
    padding: 20px 20px 20px 20px;
  }
  .sponsor-section-div {
    width: 98%;
    text-align: center;
    justify-content: center;
    display: block;
  }
  .sponsor-section-div1 {
    width: 100%;
    margin-bottom: 10px;
    padding: 40px;
  }
  .sponsor-section-div1-div {
    align-items: center;
    gap: 10px;
    text-align: center;
  }
  .sponsor-section-div1-div h1 {
    font-size: 25px;

    width: 320px;
    text-align: left;
    padding-left: 10px;
  }
  .sponsor-section-div1-div svg {
    display: none;
  }
  .sponsor-section-div1-div p {
    text-align: left;
    width: 100%;

    font-size: 17px;

    margin-top: 30px;
  }
  .sponsor-section-div2 {
    width: 100%;
    padding: 40px;
  }
  .sponsor-section-div2-div h1 {
    font-size: 25px;
    width: 350px;
    text-align: left;
    padding-left: 10px;
  }
  .sponsor-section-div2-div svg {
    display: none;
  }
  .sponsor-section-div2-div p {
    text-align: left;
    width: 100%;

    font-size: 17px;
    margin-top: 30px;
  }

  .sponsor-svg svg {
    width: 40px;
    height: 40px;
    margin-top: 20px;
  }
  .footer-section {
    width: 100%;
    height: 270px;
  }
  .footer-section-div {
    width: 90%;
    margin: auto;
    display: block;
    /* height: 120px; */
  }
  .footer-section-div1 {
    width: 100%;
    margin: auto;
  }
  .footer-section-last {
    /* width: 95%; */
    margin: auto;
    /* height: 150px; */
    /* margin-top: -10px; */
    text-align: center;
  }
  .footer-section-last a {
    padding: 0 18px 0 18px;
    border-right: 1px solid #1a1817;
    color: var(--1-a-1817, #1a1817);
    font-family: "Roboto", sans-serif;
    /* font-size: 15px; */
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */
    letter-spacing: 0.36px;
    text-align: center;
    border: none;
    margin: 10px 0;
  }
  .team-main-section {
    width: 100%;
    position: relative;
    /* z-index: 9; */
    overflow: hidden;
  }
  .team-text {
    margin: auto;
    color: var(--1-a-1817, #1a1817);
    text-align: center;
    margin-top: 30px;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 30px */
    letter-spacing: 0.4px;
  }
  .team-div {
    max-width: 80%;
    margin: auto;

    margin-top: 0px;
    padding: 0px;
  }
}




@media screen and (max-width: 480px) {
  .section-div {
    width: 100%;
    padding: 12px 0 15px 0;
    background-position: top;
    background-repeat: no-repeat;
    background-position: right;
    background-image: url(images/Bg/Top.webp), url(images/Bg/Bottom.webp);
    background-size: 50% 100%;
  }
  .main-div {
    width: 100%;
    display: flex;
  }
  .nav-div {
    width: 45%;
    text-align: left;
    padding-left: 20px;
  }

  .nav-div1 {
    width: 25%;
    margin-top: 12px;
  }
  .navbar-nav {
    width: 100%;
  }

  .nav-div1 ul li a {
    font-size: 14px;
  }
  .nav-div2 {
    width: 30%;
  }
  .nav-div2 button {
    width: 120px;
    height: 45px;
    border-radius: 90px;
    background: linear-gradient(133deg, #0d529f 0.61%, #3fa9df 100%);
    color: #fff;
    border: 0px;
    padding: 12px 30px;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
}


@media screen and (max-width: 414px) {
  .section-div {
    width: 100%;
    padding: 12px 0 15px 0;
    background-position: top;
    background-repeat: no-repeat;
    background-position: right;
    background-image: url(images/Bg/Top.webp), url(images/Bg/Bottom.webp);
    background-size: 55% 100%;
  }
  .main-div {
    width: 100%;
    display: flex;
  }
  .nav-div {
    width: 38%;
    text-align: left;
    padding-left: 20px;
  }

  .nav-div1 {
    width: 27%;
    margin-top: 12px;
  }
  .navbar-nav {
    width: 100%;
  }

  .nav-div1 ul li a {
    font-size: 14px;
  }
  .nav-div2 {
    width: 35%;
  }
  .nav-div2 button {
    width: 100px;
    height: 45px;
    border-radius: 90px;
    background: linear-gradient(133deg, #0d529f 0.61%, #3fa9df 100%);
    color: #fff;
    border: 0px;
    padding: 12px 30px;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .sliding-text {
    /* padding-left: 10px; */
    /* height: 530px; */
    margin: auto;
  }
  .sliding-image1 {
    width: 100%;
  }
  .sliding-text-heading {
    font-family: "Times New Roman";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .sliding-text-heading1,
  sup {
    background: var(
      --Primary-1,
      linear-gradient(133deg, #0d529f 0.61%, #3fa9df 100%)
    );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .sliding-text-heading2 {
    /* width: 900px; */
    border-radius: 4px;
    border-left: 4px solid var(--Primary-1, #0d529f);
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.8) 0%,
      rgba(255, 255, 255, 0) 98.18%
    );
    display: flex;
    padding: 10px 16px;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    margin-top: 20px;
  }
  .sliding-text-heading2 p {
    color: var(--1-a-1817, #1a1817);
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    width: 350px;
    font-style: italic;
    font-weight: 400;
    line-height: 150%; /* 52.5px */
    letter-spacing: 0.7px;
  }

  .section-text-heading3-date {
    width: 30px;
    height: 30px;
  }
  .slider-date {
    color: var(--1-a-1817, #1a1817);
    text-align: left;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    border-right: 2px solid #1a1817;
    width: 120px;
    height: 25px;
  }
  .section-text-heading3-location {
    width: 30px;
    height: 30px;
    margin-left: 0px;
  }

  .slider-location {
    color: var(--1-a-1817, #1a1817);
    text-align: left;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    width: 150px;
    height: 40px;
  }
  .slider-button {
    display: flex;
    padding: 16px 20px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-top: 10px;
    border-radius: 44px;
    border: 0px;
    background: var(
      --Primary-1,
      linear-gradient(133deg, #0d529f 0.61%, #3fa9df 100%)
    );
    box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.15);
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1px;
  }
}





@media screen and (max-width: 1024px) {
  html
  {
   overflow-x: hidden;
  }
  .logo {
     width: 90px;
   }
   .nav-div1 {
     width: 75%;
   }
   .navbar-nav {
     width: 100%;
   }
   .navbar-nav .nav-link {
     font-size: 11px;
   }
   .nav-item
   {
     padding: 0 12px;
   }
   .nav-div2 button {
    
     border-radius: 90px;
     background: linear-gradient(133deg, #0d529f 0.61%, #3fa9df 100%);
     color: #fff;
     border: 0px;
     padding: 10px 20px;
     justify-content: center;
     align-items: center;
     font-family: "Roboto", sans-serif;
     font-size: 16px;
     font-style: normal;
     font-weight: 600;
     line-height: normal;
   }
   .mobile_menu {
     position: absolute;
     right: 0;
     top: 3px;
 }
 .mobile_menu svg
 {
   width: 16px;
   height: 16px;
 }
   .sliding-text {
     /* padding-left: 50px; */
   }
   .sliding-text-heading {
     font-size: 35px;
     font-weight: 600;
   }
   .sliding-text-heading2 {
     /* padding: 5px; */
     margin-top: 15px;
   }
   .sliding-text-heading2 {
    width: auto;
    margin-top: 20px;
   }
   .sliding-text-heading2 p {
     font-size: 18px;
      /* 52.5px */
   }
   .slider-date {
     font-size: 17px;
     width: 600px;
   }
   .menu_bar_main .navbar-collapse.show {
    display: block;
}
   .section-text-heading3 {
    display: flex;
    width: 100%;
    align-items: left;
    gap: 40px;
    margin-top: 50px;
  }
  .section-text-heading3-div {
    width: 45%;
    display: flex;
    border-right: 2px solid #1a1817;
    gap: 15px;
    margin-top: 15px;
  }
  .section-text-heading3-div1 {
    width: 55%;
    display: flex;
    gap: 15px;
  }
   .section-text-heading3-location {
  
   }
   .slider-location {
     font-size: 17px;
     height: 40px;
   }
   .slider-button {
     margin-top: 20px;
     padding: 14px 30px;
     font-size: 16px;
   }
   .section-text-heading3 {
     gap: 10px;
     margin-top: 10px;
     width: 100%;
   
   }
   .sponsor-section-div1-div h1
   {
    font-size: 24px;
   }
   .sponsor-section-div2-div h1
   {
    width: auto !important;
    font-size: 24px;
   }
   .about-section {
     /* padding: 50px 50px; */
   }
   .about-section-div1 {
     margin-top: 20px;
     width: 100%;
   }
   .about-section-div1 h2 {
     font-size: 30px;
     font-style: normal;
     font-weight: 600;
     line-height: normal;
     border-left: 4px solid #0d529f;
     padding-left: 14px;
   }
   .about-section-div1 p {
     /* font-size: 17px; */
     margin-top: 40px;
     width: 100%;
   }
   .about-section-div2 img {
     width: 410px;
     height: 350px;
   }
   .footer-section-div {
     width: auto;
   }
   .section-last {
     width: auto;
   }
 
   
   .footer-section-div1 {
     width: 70%;
     margin: auto;
   }

 }


@media screen and (max-width: 992px) {
  .sponsor-section-div1-div h1 {
    color: var(--1-a-1817, #1a1817);
    font-family: "Roboto", sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-left: 4px solid #3fa9df;
    /* width: 437px; */
    margin: auto;
    text-align: left;
    padding-left: 15px;
}
.sponsor-section-div2-div h1 {
  color: var(--1-a-1817, #1a1817);
  font-family: "Roboto", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-left: 4px solid #3fa9df;
  /* width: 437px; */
  margin: auto;
  text-align: left;
  padding-left: 15px;
}
.sponsor-section-div1-div p
{
  /* font-size: 16px; */
  margin-top: 40px;
}
.sponsor-section-div2-div p
{
  /* font-size: 16px; */
  margin-top: 40px;
}
body
{
  overflow-x: hidden;
}
}


@media screen and (max-width: 991px) {
  html
  {
    overflow-x: hidden;
  }
  .team-div {
    max-width: 95%;
  }
.logo-slider-img
{
  display: none;
  
}
.team-div-width
{
  /* width: 95%; */
}
  .about-section-div2 {
    width: 100%;
    text-align: center;
  }

  .about-section-div2 img {
    width: 70%;
    margin-top: 0;
    height: 100%;
  }

  .about-section-div {
    width: 95%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
  }

  .main-div {
    width: 90%;
    display: flex;
    flex-wrap: nowrap;
  }

  .menu_bar_main {
    flex-direction: row-reverse;
    
  }
  .nav-div2 {
    width: 100%;
  }

  .main-div {
    width: 100%;
  }

  .logo_div {
    margin: 10px 0;
    width: 150px;
  }

  .logo {
    width: 100%;
    height: inherit;
  }

  .nav-div2 button {
    margin: 0;
  }

  .menu_bar_main .navbar {
    width: 56px;
    position: inherit;
  }
  .menu_bar_main .navbar .container-fluid {
    padding: 0;
  }

  .menu_bar_main {
    width: 30%;
  }
  .section-div {
    width: 100%;
    padding: 0;
  }

  .menu_bar_main .navbar-collapse {
    position: absolute;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 99;
    top: 94px;
  }

  .menu_bar_main .nav-item {
    padding: 0px;
    text-align: left;
    margin-top: 0;
    width: 100%;
  }

  .navbar-nav .dropdown-menu {
    position: static;
    padding: 0;
    border: none;
  }

  .menu_bar_main .navbar-nav .nav-link {
    font-size: 18px;
    padding: 15px 30px;
    color: #000;
  }

  .dropdown-item {
    padding: 15px 30px;
  }

  .dropdown-item {
    color: #000;
  }

  .dropdown-item:hover {
    background: none;
    color: #000;
  }

  .menu_bar_main .navbar-nav .dropdown-menu li a {
  }
  .menu_bar_main .navbar-nav .dropdown-item a {
  }
  .sliding-text-heading2 {
    width: 100%;
  }
  .section-text-heading3 {
    display: block;
    width: 100%;
    align-items: left;
    gap: 10px;
    margin-top: 50px;
  }
  .section-text-heading3-div {
    width: 100%;
    border: none;
  }
  .section-text-heading3-div1 {
    width: 100%;
  }

  .dropdown:hover > .dropdown-menu,
  .dropend:hover > .dropdown-menu {
    display: none;
  }

  .dropdown {
    position: relative;
  }

  .mobile_menu {
    position: absolute;
    right: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    z-index: 9;
  }

  .menu_bar_main .navbar-nav .nav-link {
    border-bottom: 1px solid #c3c3c3;
  }

  .menu_bar_main .navbar-nav .dropdown-menu li a {
    border-bottom: 1px solid #c3c3c3;
  }

  .dropend .dropdown-toggle::after {
    display: none;
  }

  .dropdown:hover > .dropdown-menu.firstblock {
    display: block;
  }

  .dropdown-menu.firstblock {
    display: block !important;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    width: 100%;
  }

  .dropdown-item .mobile_menu {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  
  .sliding-text {
    /* padding-left: 40px; */
    margin-top: 0px;
  }
  
  .sliding-text-heading {
    font-size: 35px;
    font-weight: 600;
  }
  .sliding-text-heading2 {
    /* padding: 5px; */
    margin-top: 15px;
  }
  .sliding-text-heading2 {
   width: auto;
   margin-top: 20px;
  }
  .sliding-text-heading2 p {
    font-size: 18px;
     /* 52.5px */
  }
  .slider-date {
    font-size: 17px;
    width: 600px;
  }
  .section-text-heading3 {
   display: flex;
   width: 100%;
   align-items: left;
   gap: 40px;
   margin-top: 50px;
 }
 .section-text-heading3-div {
   width: 45%;
   display: flex;
   border-right: 2px solid #1a1817;
   gap: 15px;
   margin-top: 15px;
 }
 .section-text-heading3-div1 {
   width: 55%;
   display: flex;
   gap: 15px;
 }
  .section-text-heading3-location {
 
  }
  .slider-location {
    font-size: 17px;
    height: 40px;
  }
  .slider-button {
    margin-top: 20px;
    padding: 14px 30px;
    font-size: 16px;
  }
  .section-text-heading3 {
    gap: 10px;
    margin-top: 10px;
    width: 100%;
  
}
.customer-logos .slick-next {
  /* right: 40px; */
  top: 95%;
  right: 10px;

}
.customer-logos-div .slick-prev {
  /* left: 10px; */
  top: 95%;
  left: 75%;
  
}
.customer-logos-div .slick-next {
  /* right: 40px; */
  top: 95%;
  right: 10px;

}
.customer-logos .slick-prev {
  /* left: 10px; */
  top: 95%;
  left: 75%;
  
}

.footer-section-div2 {
  width: 100%;
  text-align: left; padding-left: 10px;
}
.footer-section-div1 {
  width: 100%;
  margin: auto;
}
}

@media (max-width: 767px) {
  .sponsor-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section-text-heading3-div::after {
    display: none;
  }
  .team-text {
    font-size: 18px;
  }
  .about-section-div1 p {
    font-size: 18px;
  }
  .photo-text {
    font-size: 18px;
  }
  .photo-gallery-section .wrapper {
    padding: 0px 20px 70px;
  }
  .photo-gallery-section .buttons {
    margin-top: 16.604vw;
}
  .center-slider .slick-prev,.center-slider .slick-next {
    top: auto;
    bottom: -80px;
    width: 10.865vw;
    height: 10.865vw;
  }
  .center-slider .slick-prev {
    left: 35%;
    /* transform: translateX(-35%); */
  }
  .center-slider .slick-next {
    right: 35%;
    /* transform: translateX(-35%); */
  }
  .about-section {
    padding: 40px 0;
  }
  .team-main-section::before {
    top: 13%;
    right: -6%;
  }
  .sponsor-section-div1-div p {
    text-align: center;
  }
  .sponsor-section-div2-div p {
    text-align: center;
  }
  .video-section img {
    height: 100vw;
  }
  .video-section h1 {
    font-size: 35px;
    padding: 0 20px;
  }
  .footer-section-div2 ul {
    justify-content: flex-start;
    margin-top: 30px;
  }
  .map-section iframe {
    height: 100vw;
  }
  .footer-section-div1 p:first-child {
    margin-bottom: 15px;
  }
  .sponsor-section-div1 {
    padding: 30px 20px;
    margin-bottom: 30px;
  }
  .sponsor-svg .arrow-icon {
    width: 10.865vw;
    height: 10.865vw;
  }
  .sponsor-svg {
    justify-content: center;
    text-align: center;
  }
  .sponsor-section-div1-div .spon-header img {
    width: 16.385vw;
    display: block;
    margin: auto;
  }
  .sponsor-section-div2-div .spon-header img {
    width: 16.385vw;
    display: block;
    margin: auto;
  }
  .sponsor-section-div1-div h1 {
    font-size: 35px;
  }
  .sponsor-section-div2-div h1 {
    font-size: 35px;
  }
}

@media screen and (max-width: 480px) {
  .logo_div {
    margin: 10px 0;
    width: 110px;
  }

  .slider-button {
    margin-top: 25px;
  }

  .photo-section {
    font-size: 30px;
    margin-top: 50px !important;
    width: max-content;
  }

  .photo-text {
    padding: 0 20px;
  }

  .photo-gallery-section .mx-auto {
    width: 90% !important;
  }

  .about-section-div2 img {
    width: 95%;
  }

  .team-section {
    font-size: 30px;
    margin-top: 50px !important;
    width: fit-content;
  }

  .footer-section .hrdiv {
    margin-top: 62px;
  }

  .footer-section {
    height: inherit;
  }

  .air.air3 {
    height: 105px;
  }

  .air.air4 {
    height: 105px;
  }

  .footer-section-last {
    margin-top: 26px;
    /* height: auto; */
  }

  .footer-section .hrdiv {
    margin-top: 50px;
  }
  .team-text {
    padding: 0 20px;
  }

  .sponsor-section .slick-slide img {
    width: 100%;
  }

  .logo {
    width: 100%;
    height: inherit;
    margin: 0;
    padding: 0;
  }

  .team-div-img {
    margin: auto;
    height: auto;
  }

  .team-main-section {
    padding-bottom: 50px;
  }

  .menu_bar_main .navbar-collapse {
    top: 75px;
  }

  body {
    overflow-x: hidden;
  }
  html {
    overflow-x: hidden;
  }

  .sponsor-section {
    width: 100%;
    /* padding: 20px 20px 20px 20px; */
  }

  .sponsor-section-div {
    width: 100%;
  }

  .sliding-image1 {
    width: 100%;
    height: 440px;
    object-fit: cover;
  }

  .sliding-text-heading2 p {
    width: 100%;
  }

  .sponsor-section-div2 {
    width: 100%;
    padding: 40px 20px;
  }

  .section-text-heading3 {
    width: 100%;
    align-items: left;
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .section-text-heading3-div {
    width: 100%;
  }
  .section-text-heading3-div1 {
    width: 100%;
  }

  .section-text-heading3-div {
    border: none;
  }

  .slider-date {
    border: none;
  }

  .section-text-heading3 {
    height: auto;
  }

  .slider-location {
    width: 80%;
  }

  .sliding-text-heading2 p {
    margin: 0;
    font-weight: 700;
  }
  .customer-logos .slick-next {
    /* right: 40px; */
    top: 95%;
    right: -5px;
  
  }
  .customer-logos .slick-prev {
    /* left: 10px; */
    top: 95%;
    left: 65%;
    
  }
  .customer-logos-div .slick-prev {
    /* left: 10px; */
    top: 95%;
    left: 62%;
    
  }
  .customer-logos-div .slick-next {
    /* right: 40px; */
    top: 95%;
    right: 15px;
  
  }
  .sponsor-section-div1-div h1 {
    color: var(--1-a-1817, #1a1817);
    font-family: "Roboto", sans-serif;
    /* font-size: 20px; */
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-left: 4px solid #3fa9df;
    /* width: 437px; */
    margin: auto;
    text-align: left;
    padding-left: 15px;
}
.sponsor-section-div1-div1 h1 {
  color: var(--1-a-1817, #1a1817);
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-left: 4px solid #3fa9df;
  /* width: 437px; */
  margin: auto;
  text-align: left;
  padding-left: 15px;
}
}

