@font-face {
  font-family: "cerapro-bold";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Cera-Pro/cerapro-bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Gilroy-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/gilroy/Gilroy-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/gilroy/Gilroy-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Gilroy-SemiBold";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/gilroy/Gilroy-SemiBold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Gilroy-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/gilroy/Gilroy-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Outfit-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Outfit/Outfit-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Outfit-Medium";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Outfit/Outfit-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Outfit-SemiBold";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Outfit/Outfit-SemiBold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Outfit-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Outfit/Outfit-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Outfit-ExtraBold";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/Outfit/Outfit-ExtraBold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Roundkey-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Roundkey-Font/Roundkey-Bold.woff2") format("woff2");
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

html {
  font-size: clamp(9px, 1.5vw, 10px);
}

.common::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000000;
}

body {
  background: #ffffff;
  font-family: "Outfit-Regular", sans-serif;
  font-weight: 400;
  overscroll-behavior: contain;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  margin-bottom: 1.5rem;
  line-height: 1.2;
  color: #000000;
  font-family: "Outfit-Bold", sans-serif;
  font-weight: 700;
}

h1 {
  font-size: 4rem;
}
h1:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  h1 {
    font-size: 5.2rem;
  }
}

h2 {
  font-size: 3.6rem;
}
h2:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  h2 {
    font-size: 4.4rem;
  }
}

h3 {
  font-size: 3.2rem;
}
h3:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  h3 {
    font-size: 3.6rem;
  }
}

h4 {
  font-size: 2.8rem;
}
h4:last-child {
  margin-bottom: 0;
}

h5 {
  font-size: 2.4rem;
}
h5:last-child {
  margin-bottom: 0;
}

h6 {
  font-size: 2rem;
}
h6:last-child {
  margin-bottom: 0;
}

p {
  margin: 0;
  padding: 0;
  font-size: 1.8rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  color: #000000;
}
p:last-child {
  margin-bottom: 0;
}

.small {
  font-size: 1.6rem;
}

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  text-transform: capitalize;
  display: inline-block;
  line-height: 1.2;
  color: inherit;
  font-family: inherit;
  font-size: 1.8rem;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: none;
  background: unset;
}

span {
  display: inline-block;
}

.container {
  max-width: 1500px;
  padding: 0 1.2rem;
  margin: 0 auto;
}

.section-heading {
  text-align: center;
  margin-bottom: 5rem;
}
.section-heading h2 {
  color: #2F2184;
  font-family: "Outfit-ExtraBold", sans-serif;
  font-weight: 900;
}
.section-heading h2 span {
  color: #000000;
}

.btn-default {
  position: relative;
  overflow: hidden;
  font-size: 1.8rem;
  padding: 1rem 3rem;
  background: #F4290D;
  background: linear-gradient(180deg, rgb(244, 41, 13) 0%, rgb(55, 33, 127) 100%);
  color: #ffffff;
  border-radius: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
@media screen and (min-width: 992px) {
  .btn-default {
    font-size: 2rem;
  }
}
.btn-default:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}
.btn-default span {
  position: relative;
  z-index: 1;
}
.btn-default img {
  max-width: 30px;
  margin-right: 1rem;
}
.btn-default.bg-white {
  background: #ffffff;
  color: #000000;
  font-family: "Outfit-Medium", sans-serif;
  font-weight: 500;
}

.btn-secondary {
  position: relative;
  overflow: hidden;
  font-size: 1.8rem;
  padding: 1rem 3rem;
  background: #273A97;
  background: linear-gradient(180deg, rgb(39, 58, 151) 0%, rgb(250, 96, 27) 100%);
  color: #ffffff;
  border-radius: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
@media screen and (min-width: 992px) {
  .btn-secondary {
    font-size: 2rem;
  }
}
.btn-secondary:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}
.btn-secondary span {
  position: relative;
  z-index: 1;
}

section {
  overflow: hidden;
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  section {
    padding: 60px 0;
  }
}
@media screen and (min-width: 1200px) {
  section {
    padding: 80px 0;
  }
}

.mobile {
  display: block;
}
@media screen and (min-width: 992px) {
  .mobile {
    display: none;
  }
}

.desktop {
  display: none;
}
@media screen and (min-width: 992px) {
  .desktop {
    display: block;
  }
}

img,
video {
  max-width: 100%;
}

.button-box {
  padding-top: 2rem;
}

.lowercase {
  text-transform: lowercase;
}

.swiper {
  width: 100%;
  height: 100%;
}
.swiper .swiper-wrapper {
  align-items: stretch;
}
.swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.swiper .swiper-button {
  background-color: #000000;
  border-radius: 5rem;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper .swiper-button::after {
  display: none;
}
.swiper .swiper-button i {
  font-size: 3rem;
  color: #FE2907;
}
.swiper .swiper-pagination-bullet-active {
  background-color: #FE2907;
}

.hamburger {
  cursor: pointer;
}
.hamburger .line {
  width: 3.5rem;
  height: 3px;
  border-radius: 7px;
  background-color: #FE2907;
  display: block;
  margin: 6px auto;
  transition: all 0.3s ease-in-out;
}
.hamburger.is-active {
  transition: all 0.3s ease-in-out;
  transition-delay: 0.6s;
  transform: rotate(45deg);
  z-index: 9999;
}
.hamburger.is-active .line:nth-child(2) {
  width: 0;
}
.hamburger.is-active .line:nth-child(1), .hamburger.is-active .line:nth-child(3) {
  transition-delay: 0.3s;
}
.hamburger.is-active .line:nth-child(1) {
  transform: translateY(9px);
}
.hamburger.is-active .line:nth-child(3) {
  transform: translateY(-9px) rotate(90deg);
}
@media screen and (min-width: 992px) {
  .hamburger {
    display: none;
  }
}

.popup-modal {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999999;
  background-color: rgba(0, 0, 0, 0.5019607843);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.popup-modal .popup-box {
  position: relative;
  background-color: #ffffff;
  padding: 40px 20px;
  border-radius: 20px;
  max-width: 95%;
  margin: 0 2rem;
}
@media screen and (min-width: 992px) {
  .popup-modal .popup-box {
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px;
  }
}
@media screen and (min-width: 1081px) {
  .popup-modal .popup-box {
    width: 1000px;
  }
}
.popup-modal .popup-box .popup-close button {
  position: absolute;
  right: 10px;
  top: 10px;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.popup-modal .popup-box .popup-close button:hover {
  transform: scale(0.8);
}
.popup-modal .popup-box .popup-close button img {
  max-width: 35px;
  width: 25px;
  cursor: pointer;
}
.popup-modal .popup-box h4 {
  text-align: center;
  font-family: "Outfit-Medium", sans-serif;
  font-weight: 500;
}
.popup-modal .popup-box form input {
  width: 100%;
  padding: 1.2rem 1.5rem;
  border: 2px solid #CBCBCB;
  border-radius: 8px;
  margin-top: 1.5rem;
  font-size: 1.8rem;
  outline: none;
  transition: 0.2s;
}
.popup-modal .popup-box form ::-moz-placeholder {
  color: #CBCBCB;
}
.popup-modal .popup-box form ::placeholder {
  color: #CBCBCB;
}
.popup-modal .popup-box form .btn-default {
  margin: 3rem auto 0;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  text-transform: uppercase;
  border: none;
}

.nav-tabs {
  width: 100%;
  max-width: 700px;
  margin: auto;
}
.nav-tabs .tab-buttons {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 2px solid #ddd;
}
.nav-tabs .tab-buttons button {
  flex: 1;
  padding: 12px 0;
  border: none;
  background: #eaeaea;
  cursor: pointer;
  font-size: 16px;
  transition: 0.3s;
}
.nav-tabs .tab-buttons button.active {
  background-color: #FE2907;
  color: #fff;
}
.nav-tabs .tab-panel {
  display: none;
  padding: 25px;
  background: #fff;
  border-radius: 0 0 8px 8px;
  border: 1px solid #ddd;
  border-top: 0;
}
.nav-tabs .tab-panel.active {
  display: block;
}

.accordion {
  width: 100%;
}

.accordion-item {
  border-bottom: 1px solid #ddd;
}

.accordion-header {
  background: #f4f4f4;
  padding: 1.6rem;
  cursor: pointer;
  position: relative;
  font-size: 1.8rem;
}

/* Arrow Background */
.accordion-header::after {
  content: "&#xEA4E";
  background-image: url("https://cdn-icons-png.flaticon.com/512/130/130906.png");
  background-size: 18px;
  background-position: center;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.3s ease;
}

/* Rotate on active */
.accordion-item.active .accordion-header::after {
  transform: translateY(-50%) rotate(180deg);
}

.accordion-body {
  display: none;
  background: #fff;
  padding: 1.4rem;
  line-height: 1.5;
  font-size: 1.6rem;
}

.link-box {
  background-color: #ffffff;
  position: fixed;
  z-index: 99;
  right: 0;
  top: 40%;
  border-radius: 3rem 0 0 3rem;
  padding: 1.8rem 0.5rem 1.5rem 1rem;
}
.link-box ul {
  gap: 2.4rem;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}
.link-box ul img {
  max-width: 35px;
  margin: auto;
  display: flex;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.link-box ul img:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  transform: scale(0.9);
}

.wpcf7-form-control-wrap {
  width: 100%;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7 form .wpcf7-response-output {
  font-size: 1.4rem;
}

.header {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  padding: 1.5rem 0;
  position: relative;
  z-index: 999;
}
.header .header-box {
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  display: flex;
}
.header .header-box .logo-box a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .header-box .logo-box a img {
  max-width: 20rem;
}
.header .header-box .main-nav {
  display: none;
  position: relative;
}
@media screen and (min-width: 992px) {
  .header .header-box .main-nav {
    display: block;
  }
}
.header .header-box .main-nav.show {
  display: block;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 999;
  left: 0;
  top: 0;
  overflow: hidden;
}
.header .header-box .main-nav .animated-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 300vw;
  height: 200vh;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  background: transparent;
}
.header .header-box .main-nav .animated-box .box {
  width: 33.33%;
  height: 100%;
  opacity: 0;
  background-color: #ffffff;
}
.header .header-box .main-nav .animated-box .first-box {
  transform: translateX(-100%);
}
.header .header-box .main-nav .animated-box .second-box {
  transform-origin: center;
  transform: scaleX(0);
}
.header .header-box .main-nav .animated-box .third-box {
  transform: translateX(100%);
}
.header .header-box .main-nav .animated-box.open .first-box {
  animation: slideLeft 0.8s ease forwards;
}
.header .header-box .main-nav .animated-box.open .second-box {
  animation: slideMid 0.8s ease forwards;
}
.header .header-box .main-nav .animated-box.open .third-box {
  animation: slideRight 0.8s ease forwards;
}
.header .header-box .main-nav .animated-box.close .first-box {
  animation: slideLeftReverse 0.6s ease forwards;
}
.header .header-box .main-nav .animated-box.close .second-box {
  animation: slideMidReverse 0.6s ease forwards;
}
.header .header-box .main-nav .animated-box.close .third-box {
  animation: slideRightReverse 0.6s ease forwards;
}
@media screen and (min-width: 992px) {
  .header .header-box .main-nav .animated-box {
    display: none;
  }
}
.header .header-box .main-nav .nav-wrap {
  position: relative;
  top: 50%;
  z-index: 999;
  transform: translate(0px, -50%);
  padding-left: 7rem;
}
@media screen and (min-width: 992px) {
  .header .header-box .main-nav .nav-wrap {
    position: static;
    transform: none;
    padding-left: 0;
    gap: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.header .header-box .main-nav .nav-wrap.show-items li {
  opacity: 1;
  transform: translateX(0);
}
.header .header-box .main-nav .nav-wrap.show-items .button-box .btn-default,
.header .header-box .main-nav .nav-wrap.show-items .button-box .btn-secondary {
  opacity: 1;
  transform: translateX(0);
}
.header .header-box .main-nav .nav-wrap.show-items .organitation-logo {
  opacity: 1;
  transform: translateX(0);
}
.header .header-box .main-nav .nav-wrap .button-box {
  align-items: start;
  justify-content: center;
  gap: 2.5rem;
  padding: 0;
  flex-direction: column;
  display: flex;
}
@media screen and (min-width: 992px) {
  .header .header-box .main-nav .nav-wrap .button-box {
    flex-direction: row;
    align-items: center;
  }
}
.header .header-box .main-nav .nav-wrap .button-box .btn-default,
.header .header-box .main-nav .nav-wrap .button-box .btn-secondary {
  opacity: 0;
  transform: translateX(20px);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-delay: 0.2s;
}
@media screen and (min-width: 992px) {
  .header .header-box .main-nav .nav-wrap .button-box .btn-default,
  .header .header-box .main-nav .nav-wrap .button-box .btn-secondary {
    opacity: 1;
    transform: none;
  }
}
.header .header-box .main-nav .nav-wrap .button-box .btn-secondary {
  transition-delay: 0.5s;
}
@media screen and (min-width: 992px) {
  .header .header-box .main-nav .nav-wrap .line {
    height: 95px;
    width: 2px;
    background-color: #d6cfcf;
  }
}
.header .header-box .main-nav .nav-wrap .organitation-logo {
  opacity: 0;
  transform: translateX(20px);
  padding-top: 3rem;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-delay: 0.7s;
}
@media screen and (min-width: 992px) {
  .header .header-box .main-nav .nav-wrap .organitation-logo {
    opacity: 1;
    padding-top: 0rem;
    transform: none;
  }
}
.header .header-box .main-nav .nav-wrap .organitation-logo img {
  max-width: 9rem;
}

@keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideMid {
  0% {
    opacity: 0;
    transform: scaleX(0);
  }
  100% {
    opacity: 1;
    transform: scaleX(1);
  }
}
@keyframes slideRight {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideLeftReverse {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-100%);
  }
}
@keyframes slideMidReverse {
  0% {
    opacity: 1;
    transform: scaleX(1);
  }
  100% {
    opacity: 0;
    transform: scaleX(0);
  }
}
@keyframes slideRightReverse {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}
.footer {
  background-color: #ffffff;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  padding-bottom: 0 !important;
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 60px 0;
  }
}
@media screen and (min-width: 1200px) {
  .footer {
    padding: 80px 0;
  }
}
.footer p,
.footer a {
  font-size: 1.6rem;
}
.footer .footer-top {
  gap: 2rem;
  margin-bottom: 40px;
  flex-wrap: wrap;
  display: flex;
}
@media screen and (min-width: 1081px) {
  .footer .footer-top {
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 1200px) {
  .footer .footer-top {
    gap: 4rem;
  }
}
@media screen and (min-width: 1081px) {
  .footer .footer-top .line {
    height: 200px;
    width: 3px;
    background: linear-gradient(0deg, #FF6118, #20399B);
  }
}
.footer .footer-top .box {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .footer .footer-top .box {
    width: 45%;
  }
}
@media screen and (min-width: 992px) {
  .footer .footer-top .box {
    width: 33%;
  }
}
.footer .footer-top .box .logo-box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.footer .footer-top .box .logo-box img {
  max-width: 33rem;
  width: 22rem;
  margin: 0 auto;
  display: flex;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .footer .footer-top .box .logo-box img {
    width: 33rem;
    height: 200px;
  }
}
.footer .footer-top .box .text {
  gap: 2rem;
  display: flex;
}
.footer .footer-top .box .text img {
  max-width: 2.5rem;
}
.footer .footer-top .box .text p,
.footer .footer-top .box .text a {
  font-size: 2.2rem;
  line-height: 1.3;
  color: #1D1F20;
  font-family: "Outfit-Medium", sans-serif;
  font-weight: 500;
}
.footer .footer-top .box.box-3 {
  flex-direction: column;
  justify-content: space-around;
  gap: 1rem;
  display: flex;
}
.footer .footer-bottom {
  padding: 1.5rem 0;
  text-align: center;
  background-color: #1D1F20;
}
.footer .footer-bottom p {
  color: #ffffff;
  font-size: 1.8rem;
  font-family: "Gilroy-Regular", sans-serif;
  font-weight: 400;
}

.home-banner {
  padding: 0;
  height: calc(100vh - 10rem);
  position: relative;
  overflow: hidden;
  /* Play Button */
}
.home-banner .home-banner-box {
  height: 100%;
  width: 100%;
  position: relative;
}
.home-banner .video-box {
  height: 100%;
  width: 100%;
}
.home-banner .video-box video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-banner .img-box {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: opacity 0.6s ease;
  background: url("../images/banner-bg.png") no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  /* fade effect */
}
.home-banner .img-box img {
  max-width: 80%;
  margin: 0 auto;
  display: flex;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 992px) {
  .home-banner .img-box img {
    max-width: 600px;
  }
}
.home-banner .img-box.hide-img {
  opacity: 0;
}
.home-banner .play-btn {
  position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.home-banner .play-btn img {
  width: 50px;
}
.home-banner .play-btn .pause-icon {
  display: none;
}
.home-banner .play-btn.playing .play-icon {
  display: none;
}
.home-banner .play-btn.playing .pause-icon {
  display: block;
}
.home-banner .play-btn:hover {
  animation: rubberFast 1.2s ease-out forwards;
}

/* Keyframes for scale animation */
@keyframes rubberFast {
  0% {
    transform: translateX(-50%) scale(1);
  }
  10% {
    transform: translateX(-50%) scale(0.85);
  }
  30% {
    transform: translateX(-50%) scale(1.25);
  }
  45% {
    transform: translateX(-50%) scale(1);
  }
  60% {
    transform: translateX(-50%) scale(1.15);
  }
  72% {
    transform: translateX(-50%) scale(1);
  }
  85% {
    transform: translateX(-50%) scale(1.05);
  }
  100% {
    transform: translateX(-50%) scale(1);
  }
}
.counter {
  padding: 2rem 0;
  background: linear-gradient(90deg, #233b9c, #ef5b2e);
}
.counter .counter-box {
  width: 100%;
}
.counter .countdown-wrapper {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  color: #fff;
  gap: 0.3rem;
}
@media screen and (min-width: 480px) {
  .counter .countdown-wrapper {
    justify-content: center;
    gap: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .counter .countdown-wrapper {
    gap: 3rem;
  }
}
.counter .time-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #FFFCF4;
}
.counter .time-box .num {
  font-size: 2rem;
  line-height: 1;
  font-family: "Gilroy-Bold", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 480px) {
  .counter .time-box .num {
    font-size: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .counter .time-box .num {
    font-size: 4rem;
  }
}
@media screen and (min-width: 992px) {
  .counter .time-box .num {
    font-size: 6rem;
  }
}
.counter .time-box .label {
  font-size: 1.4rem;
  margin-top: 5px;
  text-transform: uppercase;
  font-family: "cerapro-bold", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 480px) {
  .counter .time-box .label {
    font-size: 1.6rem;
  }
}
.counter .divider {
  width: 2px;
  height: 40px;
  background: #FFFCF4;
}
@media screen and (min-width: 992px) {
  .counter .divider {
    height: 85px;
  }
}

.expect {
  background-color: #ffffff;
}
.expect .section-heading h2 span img {
  max-width: 6rem;
  vertical-align: bottom;
}
.expect .expect-cards {
  margin-top: 50px;
  display: grid;
  gap: 35px;
  justify-items: center;
  text-align: center;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(2, 1fr);
}
@media screen and (min-width: 576px) {
  .expect .expect-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .expect .expect-cards {
    grid-template-columns: repeat(6, 1fr);
  }
}
.expect .expect-cards .card {
  width: 100%;
  border-radius: 2rem;
  padding: 2.5rem 1.5rem;
  background: #fff;
  transition: 0.3s ease;
  flex-direction: column;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.expect .expect-cards .card::before {
  inset: 0;
  padding: 2px;
  border-radius: inherit;
  background: linear-gradient(180deg, #2F2184, #FE2907, rgba(47, 33, 132, 0));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 9;
  border-bottom: 0;
  content: "";
  position: absolute;
}
.expect .expect-cards .card.card-1 p {
  font-family: "Outfit-SemiBold", sans-serif;
  font-weight: 600;
}
.expect .expect-cards .card.card-2 p {
  font-family: "Outfit-SemiBold", sans-serif;
  font-weight: 600;
}
.expect .expect-cards .card.card-3 p span {
  font-family: "Outfit-Bold", sans-serif;
  font-weight: 700;
}
.expect .expect-cards .card.card-4 p span {
  font-family: "Outfit-Bold", sans-serif;
  font-weight: 700;
}
.expect .expect-cards .card.card-5 p span {
  font-family: "Outfit-Bold", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 576px) {
  .expect .expect-cards .card {
    padding: 1.5rem 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .expect .expect-cards .card.card-1 {
    grid-column: span 3/span 3;
    max-width: 470px;
    place-self: end;
  }
  .expect .expect-cards .card.card-2 {
    grid-column: span 3/span 3;
    grid-column-start: 4;
    max-width: 470px;
    place-self: start;
  }
  .expect .expect-cards .card.card-3 {
    grid-column: span 2/span 2;
    grid-row-start: 2;
  }
  .expect .expect-cards .card.card-4 {
    grid-column: span 2/span 2;
    grid-column-start: 3;
    grid-row-start: 2;
  }
  .expect .expect-cards .card.card-5 {
    grid-column: span 2/span 2;
    grid-column-start: 5;
    grid-row-start: 2;
  }
}
.expect .expect-cards .card .num {
  font-size: 6rem;
  color: #2F2184;
  font-family: "Roundkey-Bold", sans-serif;
  font-weight: 700;
}
.expect .expect-cards .card .num span {
  font-family: "Roundkey-Bold", sans-serif;
  font-weight: 700;
}
.expect .expect-cards .card p {
  color: #707070;
  font-size: 2.3rem;
  line-height: 1.3;
  font-family: "Outfit-Medium", sans-serif;
  font-weight: 500;
}

@keyframes rubberFast1 {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(0.85);
  }
  30% {
    transform: scale(1.25);
  }
  45% {
    transform: scale(1);
  }
  60% {
    transform: scale(1.15);
  }
  72% {
    transform: scale(1);
  }
  85% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.investment {
  position: relative;
  padding-top: 0;
}
@media screen and (min-width: 1600px) {
  .investment {
    padding-bottom: 18rem;
  }
}
.investment .section-heading {
  color: #FADFAF;
  background: linear-gradient(90deg, #FF6118, #20399B), url("../images/transperent-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 2rem 0 3rem;
}
.investment .section-heading h2 {
  line-height: 0.8;
  font-size: clamp(5rem, 7vw, 13rem);
}
@media screen and (min-width: 992px) {
  .investment .section-heading h2 {
    text-align: left;
  }
}
.investment .section-heading h2 span {
  color: #FADFAF;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-family: "Roundkey-Bold", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .investment .text-box {
    max-width: 600px;
  }
}
@media screen and (min-width: 1200px) {
  .investment .text-box {
    max-width: 750px;
  }
}
@media screen and (min-width: 1400px) {
  .investment .text-box {
    max-width: 900px;
  }
}
.investment .text-box p {
  color: #1D1F20;
  font-size: 1.6rem;
  font-family: "Outfit-Medium", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .investment .text-box p {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1200px) {
  .investment .text-box p {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1400px) {
  .investment .text-box p {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1500px) {
  .investment .text-box p {
    font-size: 2.5rem;
  }
}
.investment .text-box p strong {
  font-family: "Outfit-Bold", sans-serif;
  font-weight: 700;
}
.investment .text-box .line {
  width: 100%;
  height: 2px;
  background: linear-gradient(270deg, #FF6118, #20399B);
  margin: 3rem 0;
}
@media screen and (min-width: 992px) {
  .investment .text-box .line {
    width: 1300px;
  }
}
@media screen and (min-width: 992px) {
  .investment .img-box {
    position: absolute;
    right: -4%;
    top: 0%;
    width: 40%;
  }
}
.investment .img-box img {
  max-width: 60%;
  margin: 27px auto 0;
  display: flex;
}
@media screen and (min-width: 992px) {
  .investment .img-box img {
    max-width: 100%;
    margin: 0 auto;
  }
}

.partners-section .logo-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}
.partners-section .logo-container .row {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  width: 100%;
}
.partners-section .logo-container .row.mobile {
  display: block;
}
@media screen and (min-width: 992px) {
  .partners-section .logo-container .row.mobile {
    display: none;
  }
}
.partners-section .logo-container .row.desktop {
  display: none;
}
@media screen and (min-width: 992px) {
  .partners-section .logo-container .row.desktop {
    display: flex;
  }
}
.partners-section .logo-container .card {
  border-radius: 20px;
  padding: 20px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.3s ease;
  position: relative;
  min-width: 280px;
  width: 100%;
}
@media screen and (min-width: 480px) {
  .partners-section .logo-container .card {
    min-width: 220px;
  }
}
@media screen and (min-width: 576px) {
  .partners-section .logo-container .card {
    width: auto;
  }
}
.partners-section .logo-container .card::before {
  inset: 0;
  padding: 2px;
  border-radius: inherit;
  background: linear-gradient(0deg, #2F2184, #FE2907, rgba(47, 33, 132, 0));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 9;
  border-bottom: 0;
  content: "";
  position: absolute;
}
.partners-section .logo-container .card:hover .logo {
  transform: scale(1.1);
}
@media screen and (min-width: 480px) {
  .partners-section .logo-container .card.wide {
    padding: 20px 60px;
    min-width: 450px;
  }
}
.partners-section .logo-container .card.wide .logos-wrapper {
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 480px) {
  .partners-section .logo-container .card.wide .logos-wrapper {
    gap: 5rem;
    flex-direction: row;
  }
  .partners-section .logo-container .card.wide .logos-wrapper .line {
    height: 100px;
    width: 1px;
    background-color: #707070;
  }
}
.partners-section .logo-container .card .card-label {
  font-size: 2rem;
  color: #1D1F20;
  margin-bottom: 15px;
  white-space: nowrap;
  font-family: "Outfit-Bold", sans-serif;
  font-weight: 700;
}
.partners-section .logo-container .card .logo {
  max-height: 22rem;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.glimpse {
  padding: 0;
}
.glimpse .image-container {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: repeat(7, 1fr);
  gap: 2px;
}
.glimpse .image-container .box:hover img {
  filter: grayscale(0);
}
.glimpse .image-container .box.box-1 {
  grid-column: span 2/span 2;
}
.glimpse .image-container .box.box-2 {
  grid-column-start: 3;
}
.glimpse .image-container .box.box-3 {
  grid-column-start: 4;
}
.glimpse .image-container .box.box-4 {
  grid-column: span 3/span 3;
  grid-row: span 2/span 2;
  grid-column-start: 5;
}
.glimpse .image-container .box.box-5 {
  grid-column: span 2/span 2;
  grid-row-start: 2;
  overflow: hidden;
}
.glimpse .image-container .box.box-5 img {
  filter: grayscale(0);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.glimpse .image-container .box.box-5 img:hover {
  transform: scale(1.1);
}
.glimpse .image-container .box.box-6 {
  grid-column: span 2/span 2;
  grid-column-start: 3;
  grid-row-start: 2;
}
.glimpse .image-container .box.box-7 {
  grid-row: span 4/span 4;
  grid-row-start: 3;
}
.glimpse .image-container .box.box-8 {
  grid-column: span 2/span 2;
  grid-row: span 3/span 3;
  grid-row-start: 3;
}
.glimpse .image-container .box.box-9 {
  grid-column: span 2/span 2;
  grid-column-start: 2;
  grid-row-start: 6;
  overflow: hidden;
}
.glimpse .image-container .box.box-9 img {
  filter: grayscale(0);
}
.glimpse .image-container .box.box-9 img:hover {
  transform: scale(1.1);
}
.glimpse .image-container .box.box-10 {
  grid-column: span 2/span 2;
  grid-column-start: 4;
  grid-row-start: 3;
}
.glimpse .image-container .box.box-11 {
  grid-column: span 2/span 2;
  grid-column-start: 6;
  grid-row-start: 3;
  overflow: hidden;
}
.glimpse .image-container .box.box-11 img {
  filter: grayscale(0);
}
.glimpse .image-container .box.box-11 img:hover {
  transform: scale(1.1);
}
.glimpse .image-container .box.box-12 {
  grid-column: span 4/span 4;
  grid-row: span 3/span 3;
  grid-column-start: 4;
  grid-row-start: 4;
}
.glimpse .image-container .box.box-13 {
  grid-column: span 3/span 3;
  grid-row-start: 7;
}
.glimpse .image-container .box.box-14 {
  grid-column: span 2/span 2;
  grid-column-start: 4;
  grid-row-start: 7;
}
.glimpse .image-container .box.box-15 {
  grid-column: span 2/span 2;
  grid-column-start: 6;
  grid-row-start: 7;
}
.glimpse .image-container .box img {
  width: 100%;
  height: 100%;
  filter: grayscale(1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.glimpse .showcase {
  position: relative;
  overflow: hidden;
  margin-top: 2px;
}
@media screen and (min-width: 992px) {
  .glimpse .showcase {
    background: #F4290D;
    background: linear-gradient(221deg, rgb(244, 41, 13) 46%, rgb(55, 33, 127) 100%);
  }
}
.glimpse .showcase .showcase-box {
  flex-direction: column;
  display: flex;
}
@media screen and (min-width: 992px) {
  .glimpse .showcase .showcase-box {
    flex-direction: row;
  }
}
.glimpse .showcase .showcase-box .box {
  height: 100%;
}
@media screen and (min-width: 992px) {
  .glimpse .showcase .showcase-box .box {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .glimpse .showcase .showcase-box .box.img-box {
    position: absolute;
    right: 0;
    top: 0;
  }
}
.glimpse .showcase .showcase-box .box.img-box img {
  width: 100%;
  height: 100%;
}
.glimpse .showcase .showcase-box .box.text-box {
  padding: 3rem 1.5rem;
  background: #F4290D;
  background: linear-gradient(221deg, rgb(244, 41, 13) 20%, rgb(55, 33, 127) 100%);
}
@media screen and (min-width: 992px) {
  .glimpse .showcase .showcase-box .box.text-box {
    background: transparent;
    padding: 5rem 7rem 5rem 0;
  }
}
.glimpse .showcase .showcase-box .box.text-box h3 {
  text-transform: uppercase;
  color: #ffffff;
}
.glimpse .showcase .showcase-box .box.text-box P {
  color: #ffffff;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .glimpse .showcase .showcase-box .box.text-box P {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .glimpse .showcase .showcase-box .box.text-box P {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1500px) {
  .glimpse .showcase .showcase-box .box.text-box P {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 991px) {
  .glimpse .showcase .container {
    max-width: 100%;
    padding: 0;
  }
}
.leadership.active .box .img-box {
  width: 100% !important;
}
.leadership.active .box .img-box img {
  transform: scale(1) !important;
}
.leadership .container {
  max-width: 1920px;
  padding: 0;
}
.leadership .container .card-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.leadership .container .card-box .box {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 576px) {
  .leadership .container .card-box .box {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .leadership .container .card-box .box {
    width: 33%;
  }
}
@media screen and (min-width: 1200px) {
  .leadership .container .card-box .box {
    width: 25%;
  }
}
@media screen and (min-width: 1500px) {
  .leadership .container .card-box .box {
    width: 20%;
  }
}
.leadership .container .card-box .box:hover .text-box {
  opacity: 1;
  transform: translateY(0);
}
.leadership .container .card-box .box .img-box {
  max-height: 460px;
  height: 100%;
  min-height: 460px;
  overflow: hidden;
  width: 0;
  transition: 2s all ease-in-out;
}
.leadership .container .card-box .box .img-box img {
  width: 100%;
  height: 100%;
  transform: scale(1.3);
  transition: 1s all ease-in-out;
}
.leadership .container .card-box .box .text-box {
  position: absolute;
  transform: translateY(100%);
  bottom: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  padding: 3rem 3rem;
  background: #F4290D;
  background: #F4290D;
  background: linear-gradient(221deg, rgba(244, 40, 13, 0.7) 16%, rgba(55, 33, 127, 0.7) 100%);
  display: flex;
  justify-content: center;
  flex-direction: column;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.leadership .container .card-box .box .text-box p {
  color: #ffffff;
}
.leadership .container .card-box .box .text-box .bottom-part {
  padding-top: 3rem;
}
@media screen and (min-width: 1500px) {
  .leadership .container .card-box .box .text-box .bottom-part {
    padding-top: 5rem;
  }
}
.leadership .container .card-box .box .text-box .bottom-part h6 {
  font-size: 2.2rem;
  margin-bottom: 0.5rem;
  color: #ffffff;
  text-transform: capitalize;
  font-family: "Outfit-SemiBold", sans-serif;
  font-weight: 600;
}

.cmn-boxes.member, .cmn-boxes.speakers {
  padding-top: 0;
}
.cmn-boxes .card-box {
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  display: flex;
}
@media screen and (min-width: 576px) {
  .cmn-boxes .card-box {
    gap: 40px;
  }
}
.cmn-boxes .card-box .box {
  width: 100%;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  border-radius: 2rem;
}
@media screen and (min-width: 576px) {
  .cmn-boxes .card-box .box {
    width: calc(50% - 20px);
  }
}
@media screen and (min-width: 768px) {
  .cmn-boxes .card-box .box {
    width: calc(33.33% - 26.66px);
  }
  .cmn-boxes .card-box .box:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (min-width: 992px) {
  .cmn-boxes .card-box .box {
    width: calc(25% - 32px);
  }
}
@media screen and (min-width: 1200px) {
  .cmn-boxes .card-box .box {
    width: calc(20% - 32px);
  }
}
.cmn-boxes .card-box .box .img-box {
  max-height: 300px;
  overflow: hidden;
  border-radius: 2rem;
  margin-bottom: 2rem;
}
.cmn-boxes .card-box .box .img-box img {
  width: 100%;
  width: 100%;
}
.cmn-boxes .card-box .box .text-box {
  padding: 0 1rem 1rem 1rem;
}
.cmn-boxes .card-box .box .text-box h5 {
  color: #2F2184;
  text-transform: capitalize;
  margin-bottom: 0.4rem;
}
.cmn-boxes .card-box .box .text-box p {
  color: #707070;
  font-size: 2rem;
  font-family: "Outfit-Medium", sans-serif;
  font-weight: 500;
}

.event {
  background-image: url("../images/event-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  height: 40rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .event {
    height: 60rem;
  }
}
.event h3 {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-family: "Outfit-Regular", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .event h3 {
    margin-bottom: 3rem;
  }
}
.event h2 {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 3rem;
}
@media screen and (min-width: 992px) {
  .event h2 {
    font-size: 4rem;
  }
}
.event .button-box {
  padding-top: 5rem;
}/*# sourceMappingURL=style.css.map */