* {
  margin: 0%;
  padding: 0%;
  scroll-behavior: smooth;
  font-family: "Manrope", sans-serif;
}

body {
  margin: 0%;
  overflow-x: hidden;
}

@media (min-width: 1200px) {
  body .container {
    max-width: 1440px;
    padding: 0px 40px;
  }
}

body.loading {
  overflow: hidden;
}

header {
  width: 100%;
  background: url(./images/subpage-banner.svg) no-repeat center/cover;
}

h1,
h2,
h4,
h3,
h5 {
  font-family: "Montserrat", sans-serif;
}

p {
  font-family: "Manrope", sans-serif;
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* flex-wrap: wrap; */
  width: 100%;
  margin: auto;
  flex-wrap: wrap;
}

.navbar-brand img {
  width: 100%;
  max-width: 250px;
}

.nav-font-size {
  font-size: 13px;
  line-height: 30px;
  font-weight: 500;
}

.navbar-nav li a {
  color: white;
}

.navbar-nav li a:hover {
  border-bottom: 2px solid #fea81e;
}

.nav-active {
  background-color: #000000;
  color: white !important;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  right: 0;
  left: auto;
}

.dropdown-item {
  color: black !important;
  font-size: 12px;
}

.dropdown-item:active {
  background-color: #fea81e !important;
}

/* landing page */

.landing-page {
  width: 100%;
  height: 100vh;
  position: relative;
}

.landing-page .theme {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: self-start;
  height: 100vh;
  color: white;
  width: 100%;
  max-width: 100%;
  min-width: 260px;
  margin: auto;
  padding-top: 30px;
  z-index: 3;
}

.landing-page .theme .logo {
  /* width: 100%; */
  max-width: 25vw;
  padding: 15px 0px;
  margin-top: 30px;
}

.landing-page .theme .theme-container h2 {
  font-size: 28px;
  max-width: 60%;
  font-weight: 800;
  line-height: normal;
  color: #feb94c;
}

.landing-page .theme .theme-container p {
  opacity: 0.8;
  max-width: 100%;
}

.landing-page .banner-img img {
  width: 100%;
}

.register-btn {
  width: 100%;
  padding: 10px 30px;
  border: 1px solid #ffffff;
  color: white;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.5s;
}

.register-btn:hover {
  text-decoration: none;
  color: #000000;
  background-color: #00f8a2;
}

/* landing page ends */

/* Headings */

.heading {
  line-height: 25px;
  font-family: "Montserrat", sans-serif;
}

.heading span {
  font-size: 32px;
  font-weight: 400;
  color: #fea81e;
}

.heading h1 {
  font-size: 32px;
  font-weight: 700;
}

/* why sponsor starts */

.why-sponsor-section {
  padding: 60px 0px;
}

.why-sponsor-section .container .row {
  row-gap: 30px;
}

.why-sponsor-section .container .card {
  color: rgba(255, 255, 255, 0.846);
  height: 100%;
  border: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.why-sponsor-section .container .card .content {
  background-color: #000000;
  padding: 20px;
  height: 100%;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

/* why sponsor ends */

/* section1 starts */

.section1 {
  padding: 70px 0px;
}

.section1 .container .expander-div .row {
  display: flex;
  width: 100%;
  margin: auto;
}

.section1 .container .expander-div .box .div {
  padding: 23px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  border: 1px solid #ffffff80;
}

/* box one */

.section1 .container .expander-div .one {
  background: url(./images/INSIGHT-ADVANTAGE.webp) no-repeat center/cover;
}

.section1 .container .expander-div .one .div {
  background-color: #0000009c;
}

/* box two */

.section1 .container .expander-div .two {
  background: url(./images/STRATEGIC-CONNECTIONS.webp) no-repeat center/cover;
}

.section1 .container .expander-div .two .div {
  /* border-radius: 16px; */
  background-color: #0000009c;
}

/* box three */

.section1 .container .expander-div .three {
  background: url(./images/SOLUTION-DISCOVERY.webp) no-repeat center/cover;
}

.section1 .container .expander-div .three .div {
  background-color: #0000009c;
}

/* box four */

.section1 .container .expander-div .four {
  background: url(./images/EXCELLENCE-AWARDS.webp) no-repeat center/cover;
}

.section1 .container .expander-div .four .div {
  background-color: #0000009c;
}

/* Default style for all boxes */
.section1 .container .expander-div {
  max-width: 100%;
}

.section1 .container .expander-div .box {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 70vh;
  cursor: pointer;
  flex: 0.8; /* Keeps inactive boxes small */
  margin: 0px;
  position: relative;
  transition: flex 0.5s ease-out;
  color: white;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: 0px;
}

.section1 .container .expander-div .box .heading {
  font-size: 20px;
  margin-bottom: 20px;
  z-index: 2;
  font-weight: 700;
  color: white;
  transform: rotate(-90deg);
  white-space: nowrap;
  text-orientation: mixed;
  padding: 0px 10px;
  text-align: start;
  padding: 0px 0px 60px 40px;
}

.section1 .container .expander-div .box .long {
  padding: 0px 0px 60px 70px;
}

.section1 .container .expander-div .box .expand-icon {
  position: absolute;
  bottom: 20px;
  right: 20px;
  top: 20px;
  font-size: 24px;
  color: white;
  z-index: 2;
}

.section1 .container .expander-div .box p {
  font-size: 14px;
  /* font-weight: lighter; */
}

/* Hide h5 and p by default */
.section1 .container .expander-div .box p {
  display: none;
}

/* Active box expands */
.section1 .container .expander-div .box.active {
  flex: 3;
}

/* Active box expands */
.section1 .container .expander-div .box.active {
  flex: 2;
}

/* section1 ends */

/* section2 starts */
.section2 {
  padding: 70px 0px;
  background: url(./images/Topics-bg.webp) no-repeat center/cover;
}

.section2 .container .topics {
  row-gap: 30px;
  margin: auto;
}

.section2 .container .topic {
  background-color: #002a32af;
  width: 100%;
  margin: auto;
  color: white;
  font-weight: normal;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  border-radius: 5px;
  border: 1px solid #00f8a182;
  padding: 10px;
  height: 100%;
}

.section2 .container .topics .number {
  width: 100%;
  max-width: 60px;
}

.section2 .container .topics p {
  margin-bottom: 0px;
  font-size: 16px;
  position: relative;
  padding-top: 10px;
}

.section2 .container .topics p::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  border-top: 1px solid #fea81e;
  width: 50px;
  margin-bottom: 10px;
}

/* section2 ends */

/* register */
.form-section {
  padding: 60px 0px;
}

.register {
  padding: 20px 0px !important;
}

.register h1 {
  font-size: 40px;
  font-weight: 900;
  text-align: center;
}

.register .seets span {
  font-size: 30px;
  font-weight: 900;
  color: #fea81e;
  background-color: #eaeaea;
  padding: 10px;
  margin: 5px;
  border-radius: 10px;
}

/* section1 */

.form-section h5 {
  font-size: 30px;
  font-weight: 800;
  color: #000000;
}

.form-section .div1 p {
  color: #000000;
  font-size: 16px;
}

.form-section .div1 ul {
  color: #000000;
  font-size: 16px;
  padding-left: 15px;
}

.form-section .div1 .add-calendar-btn {
  display: inline-block;
  padding: 12px 22px;
  background-color: #ffffff;
  border: 1px solid #000000;
  color: #000000;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.form-section .div1 .add-calendar-btn:hover {
  background-color: #00f8a2;
  transform: translateY(-1px);
}

/* contact section starts */

/* div2 */

.form-section form {
  background-color: #041021;
  margin-bottom: 30px;
  padding: 15px;
  padding-top: 10px;
  width: 100%;
  /* max-width: 900px; */
  margin: auto;
}

.form-section .form-row {
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.form-section form label {
  color: rgb(255, 255, 255);
  margin-bottom: 5px !important;
}

.form-section form select {
  width: 100%;
  border-radius: 0.25rem;
  color: #848484;
  font-size: 14px;
  padding: 8px 3px;
}

.form-section form select option {
  padding: 16px 3px;
}

.form-section .form-control {
  border: 1px solid #efefef;
  margin: auto;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #dfdfdf !important;
  background-clip: padding-box;
  border: 1px solid #efefef;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-section .submit-btn {
  outline: 1px solid #00f8a2;
  background-color: #00f8a2;
  width: 100%;
  color: rgb(0, 0, 0);
  padding: 10px 30px 10px 30px;
  border: none;
  margin-top: 10px;
  border-radius: 5px;
  transition: 0.8s all;
}

.form-section a {
  text-decoration: none;
}

.form-section #agree {
  font-size: 12px;
  color: white;
}

/* footer */
.footer-section {
  padding: 50px 0px 30px;
  position: relative;
  background: url(./images/x_footer.svg) no-repeat left;
  background-color: #0c0c0c;
  background-blend-mode: soft-light;
  color: white;
}

.footer-section .footer-logo {
  width: 100%;
  max-width: 270px;
}

.footer-section .social-media i {
  color: white;
}

.footer-section .privacy-policy a {
  text-decoration: none;
  color: white;
  line-height: 22px;
}

@media (min-width: 320px) and (max-width: 700px) {
  section {
    overflow-x: hidden;
  }

  .navigation {
    background-color: #000000;
  }

  .nav-container {
    margin-left: 0px !important;
  }

  .nav-font-size {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
  }

  .navbar-toggler {
    font-size: small;
  }

  header {
    width: 100%;
  }

  .navbar-brand img {
    width: 100%;
    max-width: 170px;
  }

  .nav-font-size {
    font-size: 12px;
    line-height: 30px;
    font-weight: 400;
  }

  .heading h1 {
    font-size: 28px;
    font-weight: 800;
  }

  .small-heading h3 {
    font-size: 20px;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    right: auto;
    left: 0;
  }

  .landing-page {
    height: 100%;
  }

  .landing-page .theme {
    height: 100%;
    padding-top: 80px;
  }

  .landing-page .theme .logo {
    width: 100%;
    max-width: 250px;
    padding: 10px 0px;
  }

  .landing-page .theme .theme-container h2 {
    font-size: 22px;
    max-width: 100%;
    font-weight: 600;
  }

  .landing-page .theme .theme-container p {
    font-size: 14px;
  }

  /* Stack boxes vertically */
  .section1 .container .expander-div .row {
    flex-direction: column;
    width: 100%;
  }

  /* Make all boxes take full width */
  .section1 .container .expander-div .box {
    width: 100%;
    height: 20vh; /* Smaller height initially */
    flex: none;
    transition: height 0.7s ease-out;
  }

  /* Expand the active box to show content */
  .section1 .container .expander-div .box.active {
    height: 80vh; /* Expand in vertical direction */
  }

  .section1 .container .expander-div .box .heading {
    transform: none !important;
    margin-bottom: 5px !important;
    padding: 0px !important;
  }

  .section1 .container .expander-div .box .heading h1,
  span {
    font-size: 20px !important;
  }

  .section1 .container .expander-div .box p {
    font-size: 13px;
  }

  .section1 .container .expander-div .box .expand-icon {
    width: 45px !important;
  }

  /* section 1 */
  .register h1 {
    font-size: 26px;
    font-weight: 900;
    text-align: center;
  }

  .register .seets span {
    font-size: 25px;
  }

  .form-section h5 {
    font-size: 25px;
  }

  /* form */

  .form-row > .col,
  .form-row > [class*="col-"] {
    padding: 0px;
  }

  .form-row > .col,
  .form-row .flex-column {
    padding-left: 0px !important;
  }

  /* footer section */
  .footer-section {
    position: relative;
    background: url(./images/x_footer.svg) no-repeat right;
    background-color: #0c0c0c;
    background-blend-mode: soft-light;
    color: white;
  }

  .footer-section .container {
    padding: 50px 0px 30px;
  }

  .footer-section .container .row {
    margin: auto !important;
  }

  .footer-section .footer-logo {
    margin-bottom: 2rem !important;
  }

  .footer-section .container p {
    margin-bottom: 1rem !important;
  }

  .footer-section .container .div3 p {
    margin-bottom: 1rem !important;
  }

  .footer-section .container .div3 {
    display: flex;
    justify-content: flex-start !important;
  }
}

@media (min-width: 700px) and (max-width: 1025px) {
  .navigation {
    background-color: #000e26;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    right: auto;
    left: 0;
  }

  /* section1 */

  /* Stack boxes vertically */
  .section1 .container .expander-div .row {
    flex-direction: column;
    width: 100%;
  }

  /* Make all boxes take full width */
  .section1 .container .expander-div .box {
    width: 100%;
    height: 20vh; /* Smaller height initially */
    flex: none;
    transition: height 0.7s ease-out;
  }

  /* Expand the active box to show content */
  .section1 .container .expander-div .box.active {
    height: 80vh; /* Expand in vertical direction */
  }

  .section1 .container .expander-div .box .heading {
    transform: none !important;
    margin-bottom: 5px !important;
    padding: 0px !important;
    font-size: 20px;
  }

  .section1 .container .expander-div .box .heading {
    font-size: 20px;
  }

  /* form */
  .form-section form label {
    font-size: 12px;
  }

  .form-section form label span {
    font-size: 10px !important;
  }

  /* footer section */
  .footer-section .container {
    padding: 50px 0px 30px;
  }

  .footer-section .container .row {
    margin: auto !important;
  }

  .footer-section .footer-logo {
    margin-bottom: 2rem !important;
  }

  .footer-section .container p {
    margin-bottom: 1rem !important;
  }

  .footer-section .container .div3 p {
    margin-bottom: 1rem !important;
  }

  .footer-section .container .div3 {
    display: flex;
    justify-content: flex-start !important;
  }
}
