@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@font-face {
  font-family: "Gelion";
  src: url("../fonts/Gelion-Black.woff2") format("woff2"), url("../fonts/Gelion-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Gelion";
  src: url("../fonts/Gelion-Bold.woff2") format("woff2"), url("../fonts/Gelion-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Gelion";
  src: url("../fonts/Gelion-Light.woff2") format("woff2"), url("../fonts/Gelion-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Gelion Semi";
  src: url("../fonts/Gelion-SemiBold.woff2") format("woff2"), url("../fonts/Gelion-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Gelion";
  src: url("../fonts/Gelion-Regular.woff2") format("woff2"), url("../fonts/Gelion-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gelion";
  src: url("../fonts/Gelion-Medium.woff2") format("woff2"), url("../fonts/Gelion-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
header {
  font-family: "Gelion" !important;
}

footer {
  font-family: "Gelion" !important;
}

body {
  overflow-x: hidden !important;
}

.hvr-efx1.active {
  color: #FF1515 !important;
}

.block-header {
  width: 100%;
  height: auto;
  z-index: 999;
  padding: 45px 0;
}
@media (max-width: 991px) {
  .block-header {
    padding: 25px 0;
  }
}
.block-header .contact-id {
  text-align: right;
  padding-left: 150px;
}
.block-header .contact-id a {
  transition: 0.5s all;
  padding: 3px 6px !important;
}
.block-header .contact-id a:hover {
  color: #3170ff;
}
.block-header .contact-id a:hover::after {
  background-color: transparent;
  height: 0;
  opacity: 0;
}
.block-header .nav-block {
  margin: 16px 0 0;
  display: none;
  list-style: none;
  gap: 48px;
}
@media (max-width: 1500px) {
  .block-header .nav-block {
    gap: 29px;
  }
}
@media (max-width: 1200px) {
  .block-header .nav-block {
    gap: 23px;
  }
}
@media (max-width: 1128px) {
  .block-header .nav-block {
    gap: 15px;
    padding: 0;
  }
}
.block-header .nav-block li a {
  font-weight: 500;
  font-size: 0.9rem;
  position: relative;
  display: block;
}
.block-header .nav-block li a.active {
  font-weight: 700;
}
.block-header .nav-block li a.active::after {
  top: 36px;
  left: -17%;
  width: 132%;
  height: 3px;
  background: #FF1515;
  content: "";
  opacity: 1;
  border-radius: 100px;
}

.link-efx {
  position: relative;
}

.link-efx a::after {
  position: absolute;
  top: 100%;
  left: 10%;
  width: 80%;
  height: 2px;
  background: #FF1515;
  content: "";
  opacity: 0;
  transition: opacity 0.3s, transform 0.3s;
  transform: translateY(-8px);
}

.link-efx a:hover::after,
.link-efx a:focus::after {
  opacity: 1;
  transform: translateY(0px);
}

a:hover,
a:focus,
button:focus {
  text-decoration: none !important;
  /* outline: none; */
}

.link-efx a:focus::after {
  background: transparent !important;
  /* outline: none; */
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-menu {
  border: 0px;
}

.dropdown-item {
  font-size: 13px;
}

.sideMenu {
  background-color: #3170ff;
  height: 100%;
  position: fixed;
  right: -260px;
  top: 0;
  transition: right 0.4s ease-in-out;
  width: 260px;
  z-index: 9001;
}

.sideMenu ul li a {
  display: block;
  width: 100%;
  padding: 10px 15px;
}

.toggler-block {
  position: absolute;
  right: 10px;
  top: 20px;
  display: block;
}
.toggler-block button {
  background-color: transparent;
  border: 0;
}

.block-mobile-nav.active {
  right: 0;
}

.block-wrapper.active .block-ui {
  right: 260px;
}

.block-wrapper .block-ui {
  position: relative;
  right: 0;
  transition: 0.4s ease-in-out;
}

.block-wrapper {
  width: 100%;
  overflow: hidden;
}

.block-header .container {
  position: relative;
}

.js-menu.active span {
  background-color: #fff;
}
.js-menu.active span:nth-child(2) {
  opacity: 0;
}
.js-menu.active span:first-child {
  top: 0.438em;
  transform: rotate(45deg);
}
.js-menu.active span:last-child {
  top: -0.313em;
  transform: rotate(-45deg);
}
.js-menu span {
  position: relative;
  top: 0;
  display: block;
  width: 1.25em;
  height: 0.125em;
  margin-bottom: 0.25em;
  background-color: #fff;
  transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.js-menu span:last-child {
  margin-bottom: 0;
}

.top-section {
  background-size: cover;
  background-position: center;
  padding-top: 40px;
}
@media screen and (max-width: 992px) {
  .top-section {
    padding-top: 0px;
  }
}
.top-section li {
  list-style-type: none;
}
.top-section .container-fluid .top-nav-container.nav-main {
  margin-top: 0;
}
.top-section .container-fluid .top-nav-container ul {
  margin: 0 auto;
  padding: 0;
  width: fit-content;
}
.top-section .container-fluid .top-nav-container ul li:nth-child(6) {
  margin-left: 40px;
}
.top-section .container-fluid .top-nav-container .logo-block {
  font-size: 2.6rem;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 1400px) {
  .top-section .container-fluid .top-nav-container .logo-block {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
  }
}
@media (max-width: 991px) {
  .top-section .container-fluid .top-nav-container .logo-block {
    display: block;
  }
}
#menuOverlay {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.18);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99999999999 !important;
  display: none;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
}
@media screen and (max-width: 991px) {
  .top-section #mySidenav .closebtn {
    font-size: 36px;
    font-weight: 300;
  }
}
.profile-section .sidebar {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99999999999999 !important;
  top: 0;
  right: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 20px;
  box-shadow: 0px 3.67559px 142.429px rgba(0, 0, 0, 0.25);
}
.sidenav a {
  padding: 15px 30px;
  text-decoration: none;
  font-size: 17px;
  font-weight: 600;
  color: #000;
  display: block;
  transition: 0.5s ease-in;
  white-space: nowrap;
}
.sidenav li {
  list-style-type: none;
  text-align: center;
}
.sidenav a:hover {
  color: #FFF;
}
.sidenav .closebtn {
  font-size: 36px;
}
.sidenav .language-container {
  padding: 15px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sidenav .language-container .dropdown .bootstrap-select {
  background: no-repeat;
  border: none;
  color: #fff;
  letter-spacing: 0.72px;
}

.block-header .container-custom {
  position: relative;
}
.block-header .container-custom .lang-desktop {
  display: flex;
}
.block-header .container-custom .dropdown {
  margin-left: 5px;
}
.block-header .container-custom .dropdown .bootstrap-select {
  color: #bbd2cc;
  letter-spacing: 0.72px;
  padding: 0 16px 0px 6px;
  font-size: 1.2rem;
}
.block-header .container-custom .dropdown .bootstrap-select:hover {
  color: #fff;
}
.block-header .container-custom hr {
  position: relative;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85vw;
  background: rgba(255, 255, 255, 0.2392156863);
}
.block-header .container-custom .row label {
  margin: 0;
  color: #bbd2cc;
  font-size: 1.2rem;
}
.block-header .top-nav-container {
  margin: 0 3vw;
}
@media (max-width: 1650px) {
  .block-header .top-nav-container {
    margin: 0;
  }
}
.block-header .top-nav-container .nav-block {
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .block-header .top-nav-container .nav-block {
    display: none;
  }
}
.block-header .top-nav-container .nav-block li {
  cursor: pointer;
}
@media screen and (max-width: 1126px) {
  .block-header .top-nav-container .nav-block li {
    padding: 5px 3px;
  }
}
.block-header .top-nav-container .nav-block li a {
  color: #000;
  font-weight: 400;
  font-size: 17px;
  position: relative;
  -webkit-transition: 0.4s ease;
  transition: 0.1s ease-out;
  letter-spacing: 0.72px;
  text-decoration: none;
}
@media screen and (max-width: 1319px) {
  .block-header .top-nav-container .nav-block li a {
    font-size: 14px;
  }
}

.button_container {
  position: absolute;
  top: 20px;
  right: 20px;
  height: 27px;
  width: 36px;
  cursor: pointer;
  z-index: 100;
  transition: opacity 0.25s ease;
  display: none;
}
@media (max-width: 991px) {
  .button_container {
    display: block;
  }
}
.button_container span {
  background: #000;
  border: none;
  height: 4px;
  width: 100%;
  position: absolute;
  z-index: 9999999 !important;
  top: 0;
  left: 0;
  transition: all 0.35s ease;
  cursor: pointer;
  border-radius: 5px;
}
.button_container span:nth-of-type(3) {
  top: 22px;
}
.button_container span:nth-of-type(2) {
  top: 11px;
}

.btn-main.login-btn {
  background: #000000;
  border-radius: 24px;
  color: #fff;
  padding: 9px 44px;
  border-radius: 36px;
  transition: 0.2s ease-out;
  border: none;
}
@media screen and (max-width: 1319px) {
  .btn-main.login-btn {
    font-size: 14px;
  }
}

.navlinks-button {
  display: flex;
  justify-content: end;
  gap: 48px;
}
@media (max-width: 1500px) {
  .navlinks-button {
    gap: 29px;
  }
}
@media (max-width: 1200px) {
  .navlinks-button {
    gap: 23px;
  }
}
@media (max-width: 1128px) {
  .navlinks-button {
    gap: 15px;
  }
}

.btn-main.login-btn:hover {
  transform: scale(1.06);
}

.footer-block {
  position: relative;
  z-index: 99;
  background-color: #1c1c1c;
  box-shadow: 2px 8px 60px 12px rgba(0, 0, 0, 0.2);
}
.footer-block .copyrights {
  padding: 30px 0;
}
.footer-block .copyrights p {
  color: #fff;
  font-weight: 300;
  margin: 0;
  font-size: 18px;
}
.footer-block .nav-block {
  margin: 16px 0 0;
  display: none;
}
.footer-block .nav-block li a {
  color: #fff;
  padding: 5px 25px;
  font-weight: 300;
  font-size: 1.1rem;
  position: relative;
}
.footer-block .nav-block li a.active {
  font-weight: 300;
}

.footer-main {
  color: #fff;
  padding-top: 70px;
  padding-bottom: 15px;
  border-bottom: 1px solid #2c2c2c;
  margin-top: -1px;
}
.footer-main h4 {
  font-size: 23px;
}
.footer-main h4 a {
  font-size: 23px;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  line-height: 1.2;
}
.footer-main h4 a:hover {
  color: #6565ff;
  cursor: pointer;
  -webkit-transition: 0.6s all;
}
.footer-main p,
.footer-main a {
  font-weight: 300;
  font-size: 18px;
}
@media (max-width: 576px) {
  .footer-main h4,
  .footer-main p,
  .footer-main a {
    text-align: left !important;
  }
}
.footer-main ul {
  padding: 0;
}
.footer-main ul li {
  list-style-type: none;
  position: relative;
  padding: 0px;
  padding-bottom: 10px;
}
.footer-main ul li i {
  position: absolute;
  left: 0;
  font-size: 22px;
}
.footer-main a {
  color: #fff;
  display: block;
  margin: 12px 0;
  transition: 0.6s all;
}
.footer-main a:hover {
  color: #27d7b4;
}

.footer-logo {
  padding: 20px 0;
}

.footer-child {
  margin: 5% 0;
}
.footer-child h4:nth-last-child(1):hover,
.footer-child h4:nth-last-child(2):hover {
  color: #6565ff;
  cursor: pointer;
  -webkit-transition: 0.6s all;
}
@media (max-width: 767px) {
  .footer-child {
    margin: 0;
    text-align: left !important;
  }
}

.foottext {
  justify-content: space-between;
  cursor: pointer;
}

.foottext a {
  color: #fff;
  text-decoration: none;
}

.foottext a span {
  color: #e5fd6c;
}

.about-text {
  padding: 9% 0px;
}
@media (max-width: 991px) {
  .about-text {
    padding: 4% 0px;
  }
}
.about-text .call-us-btn {
  padding: 16px 65px;
  background: #D0D0D0;
  border-radius: 39px;
}
.about-text .call-us {
  text-decoration: none;
  color: #000;
}
.about-text .call-us:hover {
  text-decoration: none;
  color: #000;
}
.about-text .in-touch-btn {
  padding: 16px 65px;
  background: #000000;
  border-radius: 39px;
  color: #fff;
}
.about-text .in-touch {
  text-decoration: none;
  color: #fff !important;
}
.about-text h1 {
  font-family: "Gelion" !important;
  font-size: 40.12px;
  line-height: 47px;
  text-align: center;
  color: #000000;
  font-weight: 400;
}
@media (max-width: 800px) {
  .about-text h1 {
    font-size: 35.12px;
    line-height: 40px;
  }
}
@media (max-width: 600px) {
  .about-text h1 br {
    display: none;
  }
}
@media (max-width: 600px) {
  .about-text h1 {
    padding: 0 20px;
  }
}
.about-text .team {
  color: #FBB03B;
}
.about-text .supporting {
  color: #0000FF;
}
.about-text p {
  font-family: "Gelion" !important;
  font-weight: 400;
  font-size: 20.12px;
  line-height: 28px;
  text-align: center;
  color: #B1B1B1;
  margin: 12px 0 30px;
  display: inline-block;
}
@media (max-width: 800px) {
  .about-text p {
    font-size: 19.12px;
  }
}
@media (max-width: 600px) {
  .about-text p {
    padding: 0 20px;
  }
}
@media (max-width: 450px) {
  .about-text .button-section {
    flex-direction: column;
  }
}

.typed-cursor {
  opacity: 1;
  font-family: "Gelion" !important;
  font-weight: 400;
  font-size: 20.12px;
  line-height: 28px;
  text-align: center;
  color: #B1B1B1;
  margin: 12px 0 30px;
}
@media (max-width: 780px) {
  .typed-cursor {
    display: none;
  }
}

.customer-carousel {
  padding-top: 0;
  padding-bottom: 7%;
}
@media (max-width: 991px) {
  .customer-carousel {
    padding: 7% 0 0;
  }
}
.customer-carousel .item {
  text-align: center;
  padding: 15px;
  border-radius: 10px;
  position: relative;
}
.customer-carousel .item img {
  max-width: 100%;
  border-radius: 10px;
}
.customer-carousel .item .customer-details {
  position: absolute;
  bottom: -3%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: left;
  color: #fff;
  background: #fff;
  color: #000;
  width: 80%;
  padding: 20px;
  border-radius: 20px;
}
.customer-carousel .item .customer-details h3 {
  margin: 0;
  color: #000000;
  font-size: 19px;
}
.customer-carousel .item .customer-details p {
  margin: 0;
  font-size: 15px;
}

.contact-main-section {
  display: flex;
  align-items: center;
  padding: 0% 15% 10%;
  gap: 58px;
  justify-content: space-around;
}
@media (max-width: 1400px) {
  .contact-main-section {
    padding: 0% 8% 10%;
  }
}
@media (max-width: 991px) {
  .contact-main-section {
    flex-direction: column;
  }
}
@media (max-width: 600px) {
  .contact-main-section {
    gap: 0;
  }
}
@media (max-width: 560px) {
  .contact-main-section {
    margin-top: -15px;
  }
}
@media (max-width: 600px) {
  .contact-main-section .contact-form .d-flex {
    flex-direction: column;
    gap: 0 !important;
  }
}
@media (max-width: 600px) {
  .contact-main-section .contact-form .d-flex div {
    width: 100%;
  }
}
.contact-main-section .contact-form .form-group input,
.contact-main-section .contact-form .form-group textarea {
  border: 0.672704px solid #000000;
  border-radius: 32.2898px;
  padding: 16px 28px;
  margin-bottom: 11px;
  width: 100%;
}
.contact-main-section .contact-form .form-group input::placeholder,
.contact-main-section .contact-form .form-group textarea::placeholder {
  color: #B8B8B8 !important;
}
.contact-main-section .contact-form .form-group textarea {
  height: 150px;
}
.contact-main-section .contact-form .form-group label {
  padding: 12px 28px;
}
.contact-main-section .contact-form .form-group .invalid-feedback {
  padding: 0px 28px;
}
.contact-main-section .contact-form .btn-submit {
  background: #0000FF;
  border-radius: 32.2898px;
  padding: 16px 28px;
  width: 100%;
  border-radius: 32.2898px;
  border: none;
  color: #fff;
  margin-top: 28px;
}
.contact-main-section .contact-info .contact-item {
  border-bottom: 2px solid #ededed;
  padding: 40px 50px 27px;
}
.contact-main-section .contact-info .contact-item:last-child {
  border-bottom: none;
}
.contact-main-section .contact-info .contact-item h3 {
  font-family: "Gelion" !important;
  font-weight: 600;
  font-size: 19.972px;
  line-height: 25px;
  color: #000000;
  font-weight: 500;
  color: #000000;
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 9px;
}
@media (max-width: 450px) {
  .contact-main-section .contact-info .contact-item h3 {
    font-size: 18.972px;
    line-height: 24px;
  }
}
.contact-main-section .contact-info .contact-item h3 a {
  text-decoration: none;
  color: #000;
  line-height: 29px;
}
.contact-main-section .contact-info .contact-item p {
  font-family: "Gelion" !important;
  font-weight: 400;
  font-size: 20.972px;
  line-height: 28px;
  color: #9A9A9A;
  margin-bottom: 20px;
}
@media (max-width: 450px) {
  .contact-main-section .contact-info .contact-item p {
    font-size: 18.972px;
    line-height: 24px;
  }
}

.top-section-contact {
  background-image: url(../images/contact-bg1.png), url(../images/contact-bg2.png);
  background-repeat: no-repeat;
  animation: animatedParallax 5s ease-in-out infinite;
  background-size: 100%;
}
@media (max-width: 600px) {
  .top-section-contact {
    animation: none;
    background-size: 140%;
    background-position-x: -20px;
  }
}

@keyframes animatedParallax {
  0% {
    background-position: left -142px bottom 200px, left -167px bottom 250px;
    /* Initial positions */
  }
  50% {
    background-position: left -162px top -150px, left -187px top -100px;
    /* Move the first background up and second background down */
  }
  100% {
    background-position: left -142px bottom 200px, left -167px bottom 250px;
    /* Return to initial positions */
  }
}
.program-head {
  padding: 4% 6%;
  width: 100%;
}
@media (min-width: 1700px) {
  .program-head {
    padding: 4% 10%;
  }
}
@media (max-width: 600px) {
  .program-head {
    padding: 4% 6% 0;
  }
}
.program-head .people-images {
  margin-left: -34px;
}
.program-head h1 {
  font-family: "Poppins", sans-serif !important;
  font-weight: 400;
  font-size: 71.5148px;
  line-height: 89px;
  color: #2F2F2F;
}
@media (max-width: 1400px) {
  .program-head h1 {
    font-size: 65.5148px;
    line-height: 77px;
  }
}
@media (max-width: 1200px) {
  .program-head h1 {
    font-size: 55.5148px;
    line-height: 69px;
  }
}
@media (max-width: 991px) {
  .program-head h1 {
    font-size: 40.5148px;
    line-height: 52px;
  }
}
@media (max-width: 600px) {
  .program-head h1 {
    font-size: 34.5148px;
    line-height: 45px;
    margin-bottom: 11px;
  }
}
@media (max-width: 450px) {
  .program-head h1 {
    font-size: 28.5148px;
    line-height: 38px;
    margin-bottom: 13px;
  }
}
@media (max-width: 991px) {
  .program-head h1 br {
    display: none;
  }
}
.program-head p {
  font-family: "Poppins", sans-serif !important;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.02em;
  color: rgba(83, 80, 80, 0.7);
  margin-top: 20px;
}
@media (max-width: 991px) {
  .program-head p {
    font-size: 17px;
    line-height: 22px;
  }
}

.program-img-section {
  padding: 0.3% 6% 3%;
  gap: 20px;
  place-self: center;
}
@media (max-width: 767px) {
  .program-img-section {
    flex-direction: column;
    gap: 97px;
  }
}
@media (max-width: 600px) {
  .program-img-section {
    gap: 75px;
  }
}
@media (max-width: 450px) {
  .program-img-section {
    gap: 56px;
  }
}
.program-img-section .program1 {
  position: relative;
}
.program-img-section .program1 .join-btn {
  color: #fff;
  border: 1px solid #FFFFFF;
  border-radius: 37px;
  padding: 11px 26px;
  position: absolute;
  bottom: 6%;
  left: 10%;
  transform: translateX(-50%);
  font-family: "Poppins", sans-serif !important;
  font-size: 16px;
  font-weight: 300;
}
@media (max-width: 991px) {
  .program-img-section .program1 .join-btn {
    left: 18%;
  }
}
@media (max-width: 450px) {
  .program-img-section .program1 .join-btn {
    padding: 4px 26px;
  }
}
.program-img-section .program2 {
  position: relative;
}
.program-img-section .program2 .join-btn {
  color: #fff;
  border: 1px solid #FFFFFF;
  border-radius: 37px;
  padding: 11px 26px;
  position: absolute;
  bottom: 9%;
  right: 0%;
  transform: translateX(-50%);
  font-family: "Poppins", sans-serif !important;
  font-size: 16px;
  font-weight: 300;
}
@media (max-width: 450px) {
  .program-img-section .program2 .join-btn {
    padding: 4px 26px;
  }
}
.program-img-section .two-program-img {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.program-img-section .two-program-img .img-absolute2 {
  position: relative;
}
.program-img-section .two-program-img .img-absolute2 .program21 {
  position: absolute;
  top: -27%;
  left: 57%;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .program-img-section .two-program-img .img-absolute2 .program21 {
    width: 27%;
  }
}

@keyframes scaleBorder {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.social-innovation-txt-section {
  padding: 1% 13%;
}
@media (max-width: 600px) {
  .social-innovation-txt-section {
    padding: 1% 6%;
  }
}
.social-innovation-txt-section p {
  font-family: "Gelion";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 41px;
  color: #575757;
}
@media (max-width: 1200px) {
  .social-innovation-txt-section p {
    font-size: 22px;
    line-height: 40px;
  }
}
@media (max-width: 600px) {
  .social-innovation-txt-section p {
    font-size: 18px;
    line-height: 35px;
  }
}
@media (max-width: 450px) {
  .social-innovation-txt-section p {
    font-size: 16px;
    line-height: 30px;
  }
}

.prgrm-count-section {
  opacity: 1;
}
.prgrm-count-section h3 {
  font-family: "Poppins", sans-serif !important;
  font-style: normal;
  font-weight: 500;
  font-size: 73.0705px;
  display: flex;
  align-items: center;
  color: #FBB03B;
}
@media (max-width: 1200px) {
  .prgrm-count-section h3 {
    font-size: 70.0705px;
  }
}
@media (max-width: 767px) {
  .prgrm-count-section h3 {
    font-size: 57.0705px;
  }
}
@media (max-width: 600px) {
  .prgrm-count-section h3 {
    font-size: 44.0705px;
  }
}
@media (max-width: 450px) {
  .prgrm-count-section h3 {
    font-size: 36.0705px;
  }
}
.prgrm-count-section p {
  font-family: "Poppins", sans-serif !important;
  font-style: normal;
  font-weight: 400;
  font-size: 22.2871px;
  letter-spacing: 0.02em;
  color: #2C2C2C;
  margin-top: -10px;
}
@media (max-width: 1200px) {
  .prgrm-count-section p {
    font-size: 21.8871px;
  }
}
@media (max-width: 767px) {
  .prgrm-count-section p {
    font-size: 15.8871px;
    margin-top: -12px;
  }
}
@media (max-width: 600px) {
  .prgrm-count-section p {
    font-size: 13.8871px;
  }
}
@media (max-width: 450px) {
  .prgrm-count-section p {
    font-size: 12.8871px;
  }
}
.prgrm-count-section .d-flex {
  gap: 10%;
  margin: 0% 2% 4%;
}
@media (max-width: 767px) {
  .prgrm-count-section .d-flex {
    gap: 5%;
  }
}
.prgrm-count-section .d-flex div {
  opacity: 1;
}

.main-themes-section {
  background-image: url(../images/main-themes-section.webp);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  padding: 5% 6% 9%;
}
@media (max-width: 1200px) {
  .main-themes-section {
    padding: 5% 3% 6%;
  }
}
.main-themes-section h5 {
  font-family: "Gelion";
  font-style: normal;
  font-weight: 300;
  font-size: 48.48px;
  line-height: 59px;
  text-align: center;
  color: #FFFFFF;
}
@media (max-width: 1200px) {
  .main-themes-section h5 {
    font-size: 45.48px;
  }
}
@media (max-width: 767px) {
  .main-themes-section h5 {
    font-size: 35.48px;
  }
}
@media (max-width: 600px) {
  .main-themes-section h5 {
    font-size: 29.48px;
  }
}
@media (max-width: 450px) {
  .main-themes-section h5 {
    font-size: 25.48px;
  }
}
.main-themes-section ul {
  margin-top: 10%;
}
.main-themes-section ul li {
  font-family: "Gelion";
  font-style: normal;
  font-weight: 100;
  font-size: 23px;
  line-height: 32px;
  color: #bdb3b3;
  list-style: none;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .main-themes-section ul li {
    font-size: 20px;
    line-height: 29px;
  }
}
@media (max-width: 600px) {
  .main-themes-section ul li {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 450px) {
  .main-themes-section ul li {
    font-size: 17px;
  }
}
@media (max-width: 1200px) {
  .main-themes-section ul li br {
    display: none;
  }
}
.main-themes-section ul li span {
  font-weight: 400;
  color: #fff;
}
.main-themes-section .second-img-themes {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-22%, -35%);
  z-index: 10;
}
@media (max-width: 600px) {
  .main-themes-section .second-img-themes {
    transform: translate(-35%, -35%);
  }
}
.main-themes-section .image-points-section {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20%;
  margin-top: 3%;
}
@media (max-width: 1200px) {
  .main-themes-section .image-points-section {
    gap: 17%;
  }
}
@media (max-width: 991px) {
  .main-themes-section .image-points-section {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .main-themes-section .image-points-section .position-relative img {
    width: 75%;
  }
}
@media (max-width: 600px) {
  .main-themes-section .image-points-section .position-relative img {
    width: 56%;
  }
}

.day-tab-section {
  padding: 5% 5% 4%;
}
@media (max-width: 991px) {
  .day-tab-section {
    padding: 5% 0% 4%;
  }
}
.day-tab-section .day-tabs {
  display: flex;
  justify-content: center;
  background: #fff;
  border: 2px solid #f2eeee;
  border-radius: 45px;
  margin: 0 16%;
}
.day-tab-section .day-tabs .day-tab-button {
  flex: 1;
  padding: 15px;
  text-align: center;
  color: white;
  font-size: 16px;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
  font-weight: 500;
  font-size: 24px;
  color: #A4A4A4;
  border-radius: 66px;
  background: #fff;
}
.day-tab-section .day-tabs .day-tab-button.active {
  background: #FBB03B;
  margin: 5px;
  color: #000;
}
@media (max-width: 767px) {
  .day-tab-section .day-tabs .day-tab-button {
    font-size: 18px;
    padding: 8px;
  }
}
.day-tab-section .day-tabs .day-tab-content {
  padding: 20px;
  display: none;
}
.day-tab-section .day-tabs .day-tab-content.active {
  display: block;
}
.day-tab-section .hidden {
  display: none;
}
.day-tab-section .program-section {
  margin-top: 5%;
  position: relative;
  padding-bottom: 4% !important;
}
.day-tab-section .program-section h2 {
  font-family: "Poppins", sans-serif !important;
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  text-align: center;
  color: #000000;
}
@media (max-width: 600px) {
  .day-tab-section .program-section h2 {
    font-size: 20px;
  }
}
.day-tab-section .program-item {
  display: flex;
  justify-content: space-around;
  padding: 0px 20px;
  background-color: rgba(255, 255, 255, 0.031372549);
  border-radius: 15px;
  display: flex;
  justify-content: start;
  /* padding: 0px 20px; */
  background-color: rgba(255, 255, 255, 0.031372549);
  border-radius: 15px;
  gap: 42px;
}
@media (min-width: 767px) and (max-width: 1400px) {
  .day-tab-section .program-item {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .day-tab-section .program-item {
    flex-direction: column;
    text-align: center !important;
    gap: 10px;
  }
}
.day-tab-section .program-time {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  min-width: 150px;
  font-family: "Bebas Neue", sans-serif !important;
  font-style: normal;
  font-weight: 400;
  font-size: 27px;
  line-height: 30px;
  position: relative;
  color: #4D4D4D;
  white-space: nowrap;
}
@media (max-width: 600px) {
  .day-tab-section .program-time {
    font-size: 24px;
  }
}
.day-tab-section .program-info h3 {
  margin-bottom: 5px;
  font-family: "Poppins", sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  color: #000000;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .day-tab-section .program-info h3 {
    text-align: center;
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  .day-tab-section .program-info ul {
    text-align: start !important;
  }
}
.day-tab-section .program-info p {
  font-size: 14px;
  color: #555;
  max-width: 600px;
  font-family: "Poppins", sans-serif !important;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  color: #6B6A6A;
  line-height: 24px;
}
@media (max-width: 600px) {
  .day-tab-section .program-info p {
    font-size: 14px;
  }
}
.day-tab-section .program-info p span {
  font-family: "Poppins", sans-serif !important;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  color: #000000;
}
.day-tab-section .program-info .new-agenda-p {
  margin-bottom: 0px;
}
.day-tab-section .program-info .bold-new-agenda {
  font-weight: 700;
}

.prgrm-detail-main {
  margin: 0 3%;
}

.program-details {
  background-color: rgba(255, 255, 255, 0.96);
  border-radius: 100px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.24);
  padding: 71px 80px;
  max-width: 1100px;
  width: 100%;
  margin: 0% auto;
}
@media (max-width: 991px) {
  .program-details {
    padding: 71px 50px;
  }
}
@media (max-width: 450px) {
  .program-details {
    padding: 58px 17px;
  }
}
.program-details h2 {
  text-align: center;
  margin: -10px 0 45px;
  font-size: 24px;
}
@media (max-width: 600px) {
  .program-details h2 {
    font-size: 22px;
  }
}

.program-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.download-brochure-section {
  font-style: normal;
  font-weight: 500;
  font-size: 21.1276px;
  line-height: 23px;
  text-align: center;
  color: #000000;
  margin: 25px;
  cursor: pointer;
  animation: scaleBorder 2s infinite alternate;
}
@media (max-width: 991px) {
  .download-brochure-section {
    font-size: 19.1276px;
    line-height: 21px;
    margin: 19px;
  }
}
@media (max-width: 450px) {
  .download-brochure-section {
    font-size: 18.1276px;
    line-height: 21px;
    margin: 12px 0;
    gap: 4px !important;
  }
}
@media (max-width: 450px) {
  .download-brochure-section img {
    width: 3%;
  }
}

.program-gallery-main {
  margin-top: 5%;
}
@media (max-width: 500px) {
  .program-gallery-main {
    overflow-x: auto;
  }
  .program-gallery-main::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background: none;
    border-radius: 10px;
  }
  .program-gallery-main::-webkit-scrollbar {
    width: 5px;
    background-color: #1c1c1c;
    height: 6px;
  }
  .program-gallery-main::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, rgb(91, 4, 4)), color-stop(0.72, rgb(233, 86, 13)), color-stop(0.86, rgb(113, 0, 0)));
  }
}
.program-gallery-main .program-gallery-section {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 500px) {
  .program-gallery-main .program-gallery-section {
    display: flex;
    flex-wrap: nowrap;
  }
}
.program-gallery-main .program-gallery-section .img-div-5 {
  width: 100%;
  flex: 0 0 auto;
  cursor: pointer;
  margin-top: -2px;
}
.program-gallery-main h3 {
  font-family: "Gelion" !important;
  font-style: normal;
  font-weight: 500;
  font-size: 30.89px;
  line-height: 32px;
  text-align: center;
  color: #000000;
  margin: 50px;
}
@media (max-width: 991px) {
  .program-gallery-main h3 {
    font-size: 25.89px;
    line-height: 26px;
    margin: 36px;
  }
}
@media (max-width: 450px) {
  .program-gallery-main h3 {
    font-size: 23.89px;
    line-height: 25px;
    margin: 26px 0 17px;
  }
}

.program-sub-video-sec {
  object-fit: cover;
  height: 399px;
  border-radius: 68px;
}
@media (max-width: 500px) {
  .program-sub-video-sec {
    height: 300px;
  }
}

.prgrm-video-section {
  position: relative;
  justify-self: center;
  padding: 0 3%;
  width: 100%;
}
.prgrm-video-section .home-video-sec-pic {
  position: relative;
  z-index: 10;
  height: 517px;
  border-radius: 62px;
  object-fit: cover;
}
@media (max-width: 500px) {
  .prgrm-video-section .home-video-sec-pic {
    height: 450px;
  }
}
.prgrm-video-section .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
}
@media (max-width: 450px) {
  .prgrm-video-section .play-button {
    width: 9%;
  }
}

@keyframes zoomInBackgrounds {
  0% {
    background-size: 100%;
  }
  50% {
    background-size: 120%;
  }
  100% {
    background-size: 100%;
  }
}
.bg-home-yellow {
  position: relative;
}
.bg-home-yellow .yellow-line-bg1 {
  position: absolute;
  top: 399px;
  width: 100%;
  height: 140vh;
  background-image: url(../images/bg-home-yellow.webp);
  background-size: 100vw;
  background-position: right 0vw top 2vw;
  background-repeat: no-repeat;
  z-index: 1;
  animation: zoomInBackgrounds 10s ease-in-out infinite;
}
@media (max-width: 767px) {
  .bg-home-yellow .yellow-line-bg1 {
    top: 309px;
  }
}
@media (max-width: 600px) {
  .bg-home-yellow .yellow-line-bg1 {
    animation: none;
  }
}
@media (max-width: 533px) {
  .bg-home-yellow .yellow-line-bg1 {
    animation: none;
  }
}
@media (max-width: 410px) {
  .bg-home-yellow .yellow-line-bg1 {
    top: 472px;
  }
}

.sustainable-future-section {
  margin: 5% 3%;
}
@media (max-width: 991px) {
  .sustainable-future-section .d-flex {
    flex-direction: column;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .sustainable-future-section .d-flex:first-child, .sustainable-future-section .d-flex:last-child {
    flex-direction: column-reverse;
    text-align: center;
  }
}
@media (max-width: 450px) {
  .sustainable-future-section .d-flex {
    gap: 18px !important;
  }
}
@media (max-width: 767px) {
  .sustainable-future-section .d-flex .position-relative img:first-child {
    width: 100%;
  }
}
.sustainable-future-section h3 {
  font-family: "Poppins", sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  color: #181818;
  margin-bottom: 2px;
}
@media (max-width: 1200px) {
  .sustainable-future-section h3 {
    font-size: 25px;
  }
}
@media (max-width: 991px) {
  .sustainable-future-section h3 {
    text-align: center !important;
  }
}
@media (max-width: 450px) {
  .sustainable-future-section h3 {
    font-size: 22px;
    line-height: 28px;
  }
}
.sustainable-future-section .session-description {
  font-family: "Poppins", sans-serif !important;
  font-style: normal;
  font-size: 17px;
  line-height: 37px;
  color: #6B6A6A;
  margin: 0;
}
@media (max-width: 1200px) {
  .sustainable-future-section .session-description {
    font-size: 15px;
    line-height: 32px;
  }
}
@media (max-width: 991px) {
  .sustainable-future-section .session-description {
    text-align: center !important;
  }
}
@media (max-width: 1200px) {
  .sustainable-future-section .session-description br {
    display: none;
  }
}
.sustainable-future-section .session-description span {
  font-weight: 600;
  font-family: "Poppins", sans-serif !important;
  color: #000000;
}
.sustainable-future-section .downlod-resourses-section {
  font-family: "Poppins", sans-serif !important;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 33px;
  color: #0000FF;
  margin: 10px 0 15px;
}
@media (max-width: 1200px) {
  .sustainable-future-section .downlod-resourses-section {
    font-size: 15px;
    line-height: 25px;
    margin: 7px 0 15px;
    flex-direction: row !important;
    justify-content: center !important;
  }
}
.sustainable-future-section .innovating-sustainable {
  margin-top: 6%;
}
.sustainable-future-section .resource-img-sec {
  font-family: "Poppins", sans-serif !important;
  font-style: normal;
  font-size: 19.8757px;
  line-height: 25px;
  color: #181818;
  font-weight: 300;
  text-align: left;
}
.sustainable-future-section .resource-img-sec img {
  animation: scaleBorder 2s infinite alternate;
}
@media (max-width: 1200px) {
  .sustainable-future-section .resource-img-sec {
    gap: 12px !important;
    font-size: 17.8757px;
    line-height: 23px;
  }
}
@media (max-width: 991px) {
  .sustainable-future-section .resource-img-sec {
    flex-direction: row !important;
    justify-content: center !important;
  }
}
.sustainable-future-section .resource-img-sec p {
  margin: 0;
}
.sustainable-future-section .resource-img-sec span {
  font-weight: 600;
  font-family: "Poppins", sans-serif !important;
}
.sustainable-future-section .shaded-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 450px) {
  .sustainable-future-section .shaded-play-button {
    width: 9%;
  }
}
.sustainable-future-section .position-relative img {
  object-fit: cover;
  height: 399px;
  border-radius: 68px;
  width: 800px;
}

.prgrm-bg-1 {
  background-image: url(../images/prgrm-bg1.webp);
  background-size: cover;
  background-position: right 0px top 275px;
  background-repeat: no-repeat;
}

.tab-bg1 {
  background-image: url(../images/tab-bg1.webp);
  background-size: cover;
  background-position: left 0px top 195px;
  background-repeat: no-repeat;
  animation: zoomInBackgrounds 10s ease-in-out infinite;
}
@media (max-width: 600px) {
  .tab-bg1 {
    animation: none;
  }
}

.hr-section {
  margin: 0 9%;
  border: 1px solid #C1C1C1;
}
@media (max-width: 600px) {
  .hr-section {
    margin: 0 3%;
  }
}

.Brochure-section {
  filter: drop-shadow(0px 4px 114px rgba(0, 0, 0, 0.25));
  margin: 4% 3% 0;
}
@media (max-width: 991px) {
  .Brochure-section {
    flex-direction: column;
    gap: 33px;
  }
}
@media (max-width: 767px) {
  .Brochure-section img {
    width: 100%;
  }
}

body {
  position: relative;
}

.about-top-section .about-bg-1 {
  background-image: url(../images/about-bg-1.webp);
  background-size: cover;
  height: 120vh;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: -2;
  background-repeat: no-repeat;
}
.about-top-section .about-bg-2 {
  background-image: url(../images/about-bg-2.webp);
  height: 120vh;
  width: 100%;
  position: absolute;
  top: 0;
  background-repeat: no-repeat;
  background-position-x: right;
  z-index: -1;
  animation: zoomInBackgrounds 5s ease-in-out infinite;
}
@media (max-width: 600px) {
  .about-top-section .about-bg-2 {
    animation: none;
  }
}
.about-top-section .about-top-section-line-bg .about-top-1 {
  margin: 0% 14%;
}
.about-top-section .about-top-section-line-bg .about-top-1 .about-card-1 {
  margin-top: 5%;
}
.about-top-section .about-top-section-line-bg .about-top-1 .about-card-1 .text-1 h1 {
  font-family: "Poppins", sans-serif !important;
  font-style: normal;
  font-weight: 400;
  font-size: 4.1vw;
  line-height: 104%;
  text-transform: capitalize;
  color: #2F2F2F;
  margin-right: 23%;
  margin-bottom: 6%;
}
@media (max-width: 992px) {
  .about-top-section .about-top-section-line-bg .about-top-1 .about-card-1 .text-1 h1 {
    font-size: 6.1vw;
  }
}
@media (max-width: 426px) {
  .about-top-section .about-top-section-line-bg .about-top-1 .about-card-1 .text-1 h1 {
    font-size: 8.4vw;
  }
}
.about-top-section .about-top-section-line-bg .about-top-1 .about-card-1 .text-2 p {
  font-family: "Gelion" !important;
  font-style: normal;
  font-weight: 400;
  font-size: 1.3vw;
  line-height: 165%;
  color: #575757;
}
@media (max-width: 992px) {
  .about-top-section .about-top-section-line-bg .about-top-1 .about-card-1 .text-2 p {
    font-size: 2.3vw;
    line-height: 155%;
  }
}
@media (max-width: 992px) {
  .about-top-section .about-top-section-line-bg .about-top-1 .about-card-1 .text-2 p {
    font-size: 3.7vw;
    line-height: 139%;
  }
}
.about-top-section .about-top-section-line-bg .about-card-2 .card-1 {
  position: relative;
  width: 90%;
}
@media (max-width: 426px) {
  .about-top-section .about-top-section-line-bg .about-card-2 .card-1 {
    width: 100%;
  }
}
.about-top-section .about-top-section-line-bg .about-card-2 .card-1 img {
  border-radius: 82px;
}
@media (max-width: 992px) {
  .about-top-section .about-top-section-line-bg .about-card-2 .card-1 img {
    border-radius: 52px;
    width: 56%;
  }
}
@media (max-width: 426px) {
  .about-top-section .about-top-section-line-bg .about-card-2 .card-1 img {
    border-radius: 46px;
    width: 75%;
  }
}
.about-top-section .about-top-section-line-bg .about-card-2 .card-1 .element-logo {
  position: absolute;
  bottom: -26%;
  right: -28%;
  width: 75%;
}
@media (max-width: 992px) {
  .about-top-section .about-top-section-line-bg .about-card-2 .card-1 .element-logo {
    bottom: 0%;
    right: 12%;
    width: 46%;
  }
}
@media (max-width: 426px) {
  .about-top-section .about-top-section-line-bg .about-card-2 .card-1 .element-logo {
    bottom: 0%;
    right: 0%;
    width: 50%;
  }
}

@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
    /* Zoom in */
  }
  100% {
    transform: scale(1);
    /* Zoom out */
  }
}
.about-section-2 {
  margin-top: 4%;
}
.about-section-2 .about-card-3 {
  margin: 0 6%;
}
.about-section-2 .about-card-3 img {
  border-radius: 120px;
  width: 100%;
}
@media (max-width: 426px) {
  .about-section-2 .about-card-3 img {
    height: 10vh;
    object-fit: cover;
  }
}
.about-section-2 .about-card-4 {
  margin: 5% 13%;
}
.about-section-2 .about-card-4 .card-4-content {
  width: 90%;
}
.about-section-2 .about-card-4 .card-4-content h5 {
  font-family: "Gelion";
  font-style: normal;
  font-weight: 600;
  font-size: 1.6vw;
  line-height: 35px;
  text-align: left;
  color: #662D91;
}
@media (max-width: 992px) {
  .about-section-2 .about-card-4 .card-4-content h5 {
    font-size: 2.5vw;
  }
}
@media (max-width: 426px) {
  .about-section-2 .about-card-4 .card-4-content h5 {
    font-size: 4.5vw;
    line-height: unset;
  }
}
.about-section-2 .about-card-4 .card-4-content p {
  font-family: "Gelion";
  font-style: normal;
  font-weight: 300;
  font-size: 2.6vw;
  line-height: 140%;
  color: #575757;
}
@media (max-width: 992px) {
  .about-section-2 .about-card-4 .card-4-content p {
    font-size: 3.4vw;
  }
}
@media (max-width: 426px) {
  .about-section-2 .about-card-4 .card-4-content p {
    font-size: 5.6vw;
  }
}

.about-section-4 {
  background-image: url(../images/about-card-3.webp);
  padding: 6% 14vw;
}
.about-section-4 .h-text h3 {
  font-family: "Gelion";
  font-style: normal;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 59px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 2%;
}
@media (max-width: 992px) {
  .about-section-4 .h-text h3 {
    font-size: 4.6vw;
  }
}
@media (max-width: 426px) {
  .about-section-4 .h-text h3 {
    font-size: 6.6vw;
  }
}
.about-section-4 .logo-main {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .about-section-4 .logo-main {
    grid-template-columns: 40% 40%;
  }
}
@media (max-width: 450px) {
  .about-section-4 .logo-main {
    grid-template-columns: 50% 50%;
    gap: 20px;
  }
}
.about-section-4 .logo-main img {
  justify-self: center;
  max-width: 184px;
}
@media (max-width: 992px) {
  .about-section-4 .logo-main img {
    max-width: 140px;
  }
}
@media (max-width: 426px) {
  .about-section-4 .logo-main img {
    max-width: 100px;
  }
}

.about-section-3 .top-heading h3 {
  font-family: "Gelion";
  font-style: normal;
  font-weight: 500;
  font-size: 2.9vw;
  /* line-height: 59px; */
  text-align: center;
  color: #080808;
  margin: 0;
  animation: zoomInOut 5s linear infinite alternate;
}
@media (max-width: 992px) {
  .about-section-3 .top-heading h3 {
    font-size: 3.9vw;
  }
}
@media (max-width: 600px) {
  .about-section-3 .top-heading h3 {
    animation: none;
  }
}
@media (max-width: 426px) {
  .about-section-3 .top-heading h3 {
    font-size: 6.9vw;
  }
}
.about-section-3 .top-heading p {
  font-family: "Gelion";
  font-style: normal;
  font-weight: 400;
  font-size: 1.4vw;
  /* line-height: 42px; */
  text-align: center;
  color: #A2A2A2;
  margin: 0;
}
@media (max-width: 992px) {
  .about-section-3 .top-heading p {
    font-size: 2.4vw;
  }
}
@media (max-width: 426px) {
  .about-section-3 .top-heading p {
    font-size: 4.4vw;
  }
}
.about-section-3 .customer-carousel-p {
  padding: 3% 0;
}

/* Owl Carousel Default Styling */
.about-section-5 {
  position: relative;
  overflow: hidden;
}
.about-section-5 .about-element-1 .about-element-img-1 {
  z-index: -1;
  position: absolute;
  top: 40%;
  left: -50%;
  transform: translateY(-50%);
  width: 70%;
}
@media (max-width: 500px) {
  .about-section-5 .about-element-1 .about-element-img-1 {
    width: 100%;
    top: 25%;
    left: -50%;
  }
}
.about-section-5 .about-element-1 .about-element-img-2 {
  z-index: -1;
  position: absolute;
  top: 35%;
  right: -3%;
  transform: translateY(-50%);
  width: 69%;
}
@media (max-width: 500px) {
  .about-section-5 .about-element-1 .about-element-img-2 {
    width: 119%;
    top: 53%;
    right: -60%;
  }
}
.about-section-5 .section-5-bg {
  padding: 10% 0;
}
.about-section-5 .section-5-bg .carousel-div {
  margin-left: 10%;
}
@media (max-width: 426px) {
  .about-section-5 .section-5-bg .carousel-div {
    margin-left: 2%;
  }
}

#section-5-card .item {
  transform: scale(0.6);
  transition: 0.5s ease;
}
#section-5-card .item .img-div img {
  border-radius: 80px;
  box-shadow: 0px 99.7151px 212.16px rgba(21, 21, 21, 0.24);
}

#section-5-card {
  position: relative;
  padding-left: 15%;
}
#section-5-card .owl-stage-outer {
  overflow: visible !important;
}
#section-5-card .active-item {
  transform: scale(0.8);
}
#section-5-card .extra-item .extra-item-2 {
  position: absolute;
  top: 46%;
  left: -65%;
  transform: translateY(-25%);
  width: 124%;
}
@media (max-width: 1449px) and (min-width: 426px) {
  #section-5-card .extra-item .extra-item-2 {
    transform: translateY(-40%) !important;
  }
}
@media (max-width: 900px) {
  #section-5-card .extra-item .extra-item-2 {
    transform: translateY(-50%) !important;
  }
}
@media (max-width: 450px) and (min-width: 426px) {
  #section-5-card .extra-item .extra-item-2 {
    position: absolute;
    top: 46%;
    left: -75%;
    width: 106%;
    transform: translateY(-46%) !important;
  }
}
#section-5-card .extra-item .extra-item-2 .content {
  padding: 10% 10%;
  background-color: #fff;
  border-radius: 70px;
  position: relative;
}
@media (max-width: 1449px) and (min-width: 426px) {
  #section-5-card .extra-item .extra-item-2 .content {
    margin-left: 16%;
  }
}
@media (max-width: 1119px) and (min-width: 426px) {
  #section-5-card .extra-item .extra-item-2 .content {
    margin-left: 26%;
  }
}
@media (max-width: 850px) and (min-width: 426px) {
  #section-5-card .extra-item .extra-item-2 .content {
    width: 85%;
  }
}
@media (max-width: 549px) and (min-width: 426px) {
  #section-5-card .extra-item .extra-item-2 .content {
    margin-left: 40%;
    width: 60%;
    padding: 6% !important;
  }
}
#section-5-card .extra-item .extra-item-2 .content h3 {
  margin-left: 10px;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: "Gelion";
  font-style: normal;
  font-weight: 600;
  font-size: 1.9rem;
  line-height: 100%;
  color: #000000;
}
@media (max-width: 700px) {
  #section-5-card .extra-item .extra-item-2 .content h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 426px) {
  #section-5-card .extra-item .extra-item-2 .content h3 {
    font-size: 2.3rem;
  }
}
#section-5-card .extra-item .extra-item-2 .content .para-1 {
  margin-left: 10px;
  font-family: "Gelion";
  font-style: normal;
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 100%;
  color: #505050;
}
@media (max-width: 700px) {
  #section-5-card .extra-item .extra-item-2 .content .para-1 {
    font-size: 0.9rem;
  }
}
@media (max-width: 426px) {
  #section-5-card .extra-item .extra-item-2 .content .para-1 {
    font-size: 1.4rem;
  }
}
#section-5-card .extra-item .extra-item-2 .content .star-rating-home {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: -10%;
  left: 50%;
  transform: translateX(-50%);
  background: #FFFFFF;
  box-shadow: 0px 13.8px 20.47px rgba(21, 21, 21, 0.15);
  border-radius: 50px;
  padding: 18.3151px 24.0385px;
  gap: 5px;
}
@media (max-width: 1449px) {
  #section-5-card .extra-item .extra-item-2 .content .star-rating-home {
    bottom: -8%;
  }
}
@media (max-width: 700px) {
  #section-5-card .extra-item .extra-item-2 .content .star-rating-home {
    padding: 11.3151px 24.0385px;
    bottom: -6%;
  }
}
@media (max-width: 700px) {
  #section-5-card .extra-item .extra-item-2 .content .star-rating-home img {
    width: 15%;
  }
}
#section-5-card .extra-item .extra-item-2 .para-2 {
  font-family: "Gelion";
  font-style: normal;
  font-weight: 300;
  font-size: 1rem;
  line-height: 160%;
  color: #000000;
  margin-bottom: 10px;
}
@media (max-width: 700px) {
  #section-5-card .extra-item .extra-item-2 .para-2 {
    font-size: 0.8rem !important;
  }
}
@media (max-width: 426px) {
  #section-5-card .extra-item .extra-item-2 .para-2 {
    font-size: 1.2rem !important;
    line-height: 142%;
  }
}

.section-5-card-home .extra-item .extra-item-2 {
  transform: translateY(-15%) !important;
}
@media (max-width: 1449px) and (min-width: 426px) {
  .section-5-card-home .extra-item .extra-item-2 {
    transform: translateY(-40%) !important;
  }
}
@media (max-width: 900px) {
  .section-5-card-home .extra-item .extra-item-2 {
    transform: translateY(-50%) !important;
  }
}
@media (max-width: 1449px) and (min-width: 426px) {
  .section-5-card-home .extra-item .extra-item-2 .content {
    margin-left: 16%;
  }
}
@media (max-width: 1119px) and (min-width: 426px) {
  .section-5-card-home .extra-item .extra-item-2 .content {
    margin-left: 26%;
  }
}
@media (max-width: 850px) and (min-width: 426px) {
  .section-5-card-home .extra-item .extra-item-2 .content {
    width: 85%;
  }
}
@media (max-width: 549px) and (min-width: 426px) {
  .section-5-card-home .extra-item .extra-item-2 .content {
    margin-left: 40%;
    width: 60%;
    padding: 6% !important;
  }
}
@media (max-width: 700px) {
  .section-5-card-home .extra-item .extra-item-2 .para-2 {
    font-size: 0.8rem !important;
  }
}
@media (max-width: 549px) and (min-width: 426px) {
  .section-5-card-home .c-swiper__image-container img {
    width: 78% !important;
  }
}

.about-section-5-home .section-5-bg {
  padding: 12% 0;
}

.display-none {
  display: none;
}

.item {
  position: relative;
}

/* Active Item Styling */
/* Extra div styling for active item */
.about-bg-3 {
  background-image: url(../images/about-bg-3.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top 6vw left 0;
  animation: zoomInBackgrounds 4s ease-in-out infinite;
}
@media (max-width: 600px) {
  .about-bg-3 {
    animation: none;
  }
}
@media (max-width: 426px) {
  .about-bg-3 {
    background-size: 258vw;
    background-position: center;
  }
}

.speaker-section-1 {
  padding: 6% 0;
}
.speaker-section-1 .section-1-content .para-1 {
  font-family: "Gelion";
  font-style: normal;
  font-weight: 300;
  font-size: 29.48px;
  line-height: 35px;
  text-align: center;
  color: #8A8A8A;
}
@media (max-width: 992px) {
  .speaker-section-1 .section-1-content .para-1 {
    font-size: 2.5vw;
    line-height: 109%;
  }
}
@media (max-width: 500px) {
  .speaker-section-1 .section-1-content .para-1 {
    font-size: 5.5vw;
    line-height: 88%;
    margin-bottom: 5px;
  }
}
.speaker-section-1 .section-1-content .para-2 {
  font-family: "Gelion";
  font-style: normal;
  font-weight: 500;
  font-size: 49.48px;
  line-height: 58px;
  text-align: center;
  color: #000000;
}
.speaker-section-1 .section-1-content .para-2 .span-1 {
  color: #662D91;
}
.speaker-section-1 .section-1-content .para-2 .span-2 {
  color: #FBB03B;
}
.speaker-section-1 .section-1-content .para-2 .span-3 {
  color: #FF1515;
}
@media (max-width: 992px) {
  .speaker-section-1 .section-1-content .para-2 {
    font-size: 4.6vw;
    line-height: 109%;
  }
}
@media (max-width: 426px) {
  .speaker-section-1 .section-1-content .para-2 {
    font-size: 5.1vw;
    line-height: 109%;
    margin-bottom: 5px;
  }
}
.speaker-section-1 .section-1-content .para-3 {
  font-family: "Gelion";
  font-style: normal;
  font-weight: 300;
  font-size: 21.0719px;
  line-height: 30px;
  text-align: center;
  color: #B2B2B2;
}
@media (max-width: 992px) {
  .speaker-section-1 .section-1-content .para-3 {
    font-size: 2.1vw;
    line-height: 114%;
  }
}
@media (max-width: 500px) {
  .speaker-section-1 .section-1-content .para-3 {
    font-size: 3.3vw;
    line-height: 111%;
    margin-bottom: 10px;
  }
}

.speaker-section-2 .section-2-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: center;
  justify-items: center;
  padding: 0 6%;
}
@media (max-width: 992px) {
  .speaker-section-2 .section-2-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 500px) {
  .speaker-section-2 .section-2-content {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: thin;
    justify-content: start;
  }
}
.speaker-section-2 .section-2-content .speaker-dp {
  justify-items: center;
  position: relative;
}
@media (max-width: 500px) {
  .speaker-section-2 .section-2-content .speaker-dp {
    flex: 0 0 auto;
    scroll-snap-align: start;
    width: 100%;
  }
}
.speaker-section-2 .section-2-content .speaker-dp .img-div {
  max-width: 80%;
}
@media (max-width: 500px) {
  .speaker-section-2 .section-2-content .speaker-dp .img-div {
    max-width: 60%;
    visibility: visible !important;
    margin: 0 auto;
  }
}
.speaker-section-2 .section-2-content .speaker-dp .img-div img {
  border-radius: 50%;
  transition: 0.3s ease;
}
.speaker-section-2 .section-2-content .speaker-dp .img-div img.speaker-hide-1-no {
  display: block;
  transition: 0.3s ease;
}
.speaker-section-2 .section-2-content .speaker-dp .img-div .arrow-btn {
  position: absolute;
  bottom: 28%;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
  transition: 0.3s ease;
}
.speaker-section-2 .section-2-content .speaker-dp .img-div .arrow-btn img {
  transition: 0.3s ease;
}
.speaker-section-2 .section-2-content .speaker-dp .img-div .arrow-btn:hover {
  background-color: #FBB03B;
}
.speaker-section-2 .section-2-content .speaker-dp .img-div .arrow-btn:hover img {
  transform: rotate(180deg);
  filter: invert(1);
}
@media (max-width: 426px) {
  .speaker-section-2 .section-2-content .speaker-dp .img-div .arrow-btn {
    padding: 16px;
    width: 50px;
    height: 50px;
  }
}
.speaker-section-2 .section-2-content .speaker-dp .para-1 {
  font-family: "Gelion";
  font-style: normal;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 35px;
  text-align: center;
  color: #141414;
  margin-bottom: 0px;
  margin-top: 30px;
}
@media (max-width: 426px) {
  .speaker-section-2 .section-2-content .speaker-dp .para-1 {
    font-size: 1.3rem;
    margin-top: 20px;
  }
}
.speaker-section-2 .section-2-content .speaker-dp .para-2 {
  font-family: "Gelion";
  font-style: normal;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 24px;
  text-align: center;
  color: #A4A4A4;
}
@media (max-width: 426px) {
  .speaker-section-2 .section-2-content .speaker-dp .para-2 {
    font-size: 1.1rem;
    line-height: 20px;
  }
}

.speaker-section-3 {
  padding: 0 9%;
  margin-top: 6%;
}
.speaker-section-3 .section-3-content {
  margin-bottom: 3%;
}
@media (max-width: 992px) {
  .speaker-section-3 .section-3-content .img-div {
    margin-bottom: 15px;
  }
}
.speaker-section-3 .section-3-content .img-div img {
  border-radius: 67px;
  width: 100%;
}
.speaker-section-3 .section-3-content .content {
  align-self: center;
  padding-left: 2%;
}
.speaker-section-3 .section-3-content .content h3 {
  font-family: "Gelion";
  font-style: normal;
  font-weight: 600;
  font-size: 2.4rem;
  color: #141414;
}
@media (max-width: 992px) {
  .speaker-section-3 .section-3-content .content h3 {
    font-size: 2rem;
  }
}
.speaker-section-3 .section-3-content .content h4 {
  font-family: "Gelion";
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  color: #7F7B7B;
  margin-bottom: 18px;
}
@media (max-width: 992px) {
  .speaker-section-3 .section-3-content .content h4 {
    font-size: 1.2rem;
  }
}
.speaker-section-3 .section-3-content .content .para-1 {
  font-family: "Gelion";
  font-style: normal;
  font-weight: 600;
  font-size: 1.4rem;
  color: #000000;
  margin: 0;
}
@media (max-width: 992px) {
  .speaker-section-3 .section-3-content .content .para-1 {
    font-size: 1.2rem;
  }
}
.speaker-section-3 .section-3-content .content .para-2 {
  font-family: "Gelion";
  font-style: normal;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 39px;
  color: #989898;
  margin: 0;
}
@media (max-width: 992px) {
  .speaker-section-3 .section-3-content .content .para-2 {
    font-size: 1.1rem;
    line-height: 27px;
  }
}

.speaker-section-4 {
  margin: 0 6%;
}
.speaker-section-4 .section-4-content .title {
  display: flex;
  justify-content: space-between;
  padding: 1% 6.5%;
}
.speaker-section-4 .section-4-content .title h3 {
  font-family: "Gelion";
  font-style: normal;
  font-weight: 600;
  font-size: 1.4rem;
  color: #000000;
  margin: 0;
}
.speaker-section-4 .section-4-content .title .content-2 .img-div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.speaker-section-4 .drop-down-section hr {
  margin: 1.8rem 0;
}
.speaker-section-4 .drop-down-section .content {
  padding: 2% 6.5%;
}
.speaker-section-4 .drop-down-section .content p {
  font-family: "Gelion";
  font-style: normal;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 162%;
  color: #000000;
  margin-bottom: 12px;
}
.speaker-section-4 .drop-down-section .content p span {
  font-weight: 300;
}
@media (max-width: 992px) {
  .speaker-section-4 .drop-down-section .content p {
    font-size: 1.2rem;
    line-height: 30px;
  }
}
.speaker-section-4 .drop-down-section .video-section {
  width: 100%;
  position: relative;
}
.speaker-section-4 .drop-down-section .video-section video {
  border-radius: 69px;
  width: 100%;
  height: 50vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .speaker-section-4 .drop-down-section .video-section video {
    border-radius: 46px;
  }
}
@media (max-width: 426px) {
  .speaker-section-4 .drop-down-section .video-section video {
    border-radius: 30px;
    height: 20vh;
    object-fit: cover;
  }
}
.speaker-section-4 .drop-down-section .video-section .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 992px) {
  .speaker-section-4 .drop-down-section .video-section .play-btn {
    gap: 8px;
  }
}
.speaker-section-4 .drop-down-section .video-section .play-btn p {
  font-family: "Gelion";
  font-style: normal;
  font-weight: 600;
  font-size: 29px;
  color: #FFFFFF;
  margin: 0;
}
@media (max-width: 992px) {
  .speaker-section-4 .drop-down-section .video-section .play-btn p {
    font-size: 17px;
  }
}
@media (max-width: 992px) {
  .speaker-section-4 .drop-down-section .video-section .play-btn img {
    width: 21%;
  }
}
.speaker-section-4 .drop-down-section .video-section button {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(-50%, -50%);
  background-color: #fff;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  padding: 29px;
  border: none;
}
@media (max-width: 992px) {
  .speaker-section-4 .drop-down-section .video-section button {
    bottom: 7%;
    right: 2%;
    transform: unset;
    width: 65px;
    height: 65px;
    padding: 20px;
  }
}
@media (max-width: 426px) {
  .speaker-section-4 .drop-down-section .video-section button {
    width: 40px;
    height: 40px;
    padding: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.speaker-section-5 {
  padding: 6% 0;
  justify-items: center;
  text-align: center;
}
@media (max-width: 426px) {
  .speaker-section-5 {
    padding: 7% 0;
  }
}
.speaker-section-5 .speaker-h2 {
  font-family: "Gelion";
  font-style: normal;
  font-weight: 500;
  font-size: 35.6861px;
  line-height: 49px;
  text-align: center;
  color: #000000;
}
.speaker-section-5 .speaker-p {
  font-style: normal;
  font-weight: 300;
  font-size: 25.69px;
  line-height: 37px;
  text-align: center;
  color: #A9A9A9;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .speaker-section-5 .speaker-p {
    font-size: 22.69px;
    line-height: 28px;
    padding: 0 3%;
  }
}
.speaker-section-5 .section-5-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: center;
  justify-items: center;
  padding: 0 6%;
}
@media (max-width: 992px) {
  .speaker-section-5 .section-5-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 500px) {
  .speaker-section-5 .section-5-content {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: thin;
    justify-content: start;
  }
}
.speaker-section-5 .section-5-content .speaker-dp {
  justify-items: center;
  position: relative;
}
@media (max-width: 500px) {
  .speaker-section-5 .section-5-content .speaker-dp {
    flex: 0 0 auto;
    scroll-snap-align: start;
    width: 100%;
  }
}
.speaker-section-5 .section-5-content .speaker-dp .img-div {
  max-width: 80%;
}
@media (max-width: 500px) {
  .speaker-section-5 .section-5-content .speaker-dp .img-div {
    max-width: 55%;
    margin: 0 auto;
  }
}
.speaker-section-5 .section-5-content .speaker-dp .img-div img {
  border-radius: 50%;
}
.speaker-section-5 .section-5-content .speaker-dp .img-div .arrow-btn {
  position: absolute;
  bottom: 30%;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
}
.speaker-section-5 .section-5-content .speaker-dp .img-div .arrow-btn img {
  transition: 0.3s ease;
}
@keyframes bounce {
  70% {
    transform: translateY(0%);
  }
  80% {
    transform: translateY(-30%);
  }
  90% {
    transform: translateY(0%);
  }
  95% {
    transform: translateY(-10%);
  }
  97% {
    transform: translateY(0%);
  }
  99% {
    transform: translateY(-5%);
  }
  100% {
    transform: translateY(0);
  }
}
.speaker-section-5 .section-5-content .speaker-dp .img-div .arrow-btn:hover {
  background-color: #FBB03B;
  cursor: pointer;
}
.speaker-section-5 .section-5-content .speaker-dp .img-div .arrow-btn:hover img {
  transform: rotate(180deg);
  filter: invert(1);
}
@media (max-width: 426px) {
  .speaker-section-5 .section-5-content .speaker-dp .img-div .arrow-btn {
    padding: 16px;
    width: 50px;
    height: 50px;
  }
}
.speaker-section-5 .section-5-content .speaker-dp .para-1 {
  font-family: "Gelion";
  font-style: normal;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 35px;
  text-align: center;
  color: #141414;
  margin-bottom: 0px;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .speaker-section-5 .section-5-content .speaker-dp .para-1 {
    font-size: 1.3rem;
    margin-top: 20px;
  }
}
@media (max-width: 426px) {
  .speaker-section-5 .section-5-content .speaker-dp .para-1 {
    font-size: 1.3rem;
    margin-top: 20px;
  }
}
.speaker-section-5 .section-5-content .speaker-dp .para-2 {
  font-family: "Gelion";
  font-style: normal;
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 24px;
  text-align: center;
  color: #A4A4A4;
}
@media (max-width: 992px) {
  .speaker-section-5 .section-5-content .speaker-dp .para-2 {
    font-size: 1.1rem;
    line-height: 20px;
  }
}
@media (max-width: 426px) {
  .speaker-section-5 .section-5-content .speaker-dp .para-2 {
    font-size: 1.1rem;
    line-height: 20px;
  }
}
.speaker-section-5 button {
  width: 248px;
  background: transparent;
  font-family: "Gelion";
  font-style: normal;
  font-weight: 500;
  text-align: center;
  color: #000000;
  padding: 17px 0;
  border-radius: 43px;
  margin-top: 15%;
  font-size: 1.25rem;
  border: 1px solid #000000;
  transition: all 0.3s ease;
}
@media (max-width: 426px) {
  .speaker-section-5 button {
    width: 206px;
    font-size: 16px;
    padding: 12px 0;
    border-radius: 43px;
    margin-top: 5%;
  }
}
.speaker-section-5 button:hover {
  background-color: #FBB03B;
  transform: scale(1.03);
}

.speaker-bg-1 {
  background-image: url(../images/speaker-bg-1.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: left 0%;
  height: 97vh;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}
@media (max-width: 426px) {
  .speaker-bg-1 {
    background-size: 140%;
  }
}

.speaker-bg-3 {
  background-image: url(../images/speaker-bg-2.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: left 0%;
  height: 97vh;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}
@media (max-width: 426px) {
  .speaker-bg-3 {
    background-size: 140%;
  }
}

.speaker-bg-2 {
  position: absolute;
  top: 6%;
  right: -16%;
  z-index: -1;
}
@media (max-width: 500px) {
  .speaker-bg-2 {
    display: none;
  }
}
@media (max-width: 426px) {
  .speaker-bg-2 {
    right: -16%;
    display: none;
  }
}
.speaker-bg-2 img {
  width: 80%;
}
@media (max-width: 426px) {
  .speaker-bg-2 img {
    width: 40%;
  }
}

.speaker-bg-3-section {
  position: relative;
}
.speaker-bg-3-section .speaker-bg-4 {
  background-image: url(../images/speaker-bg-4.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left 0vw bottom -33vw;
  height: 110vh;
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: -1;
}

.home-first-section {
  position: relative;
}
.home-first-section .main-img-section-home {
  background-image: url(../images/home-first-img.webp);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  margin: 0 3% 3%;
  border-radius: 70px;
  display: flex;
  justify-content: space-around;
  gap: 31%;
  height: 75vh;
  padding: 0 8%;
}
@media (max-width: 1400px) {
  .home-first-section .main-img-section-home {
    gap: 7%;
    height: 680px;
  }
}
@media (max-width: 1200px) {
  .home-first-section .main-img-section-home {
    gap: 0%;
  }
}
@media (max-width: 991px) {
  .home-first-section .main-img-section-home {
    justify-content: center;
    padding: 0 8%;
    height: 600px;
  }
}
@media (max-width: 767px) {
  .home-first-section .main-img-section-home {
    padding: 0 6%;
    height: 500px;
  }
}
@media (max-width: 450px) {
  .home-first-section .main-img-section-home {
    height: 430px;
  }
}
.home-first-section .main-img-section-home .slider-info {
  align-self: self-end;
  margin-bottom: 9%;
}
@media (max-width: 600px) {
  .home-first-section .main-img-section-home .slider-info {
    width: 100%;
  }
}
.home-first-section .main-img-section-home .slider-info #addToCalendar {
  margin: 25px 0 5px;
}
@media (max-width: 767px) {
  .home-first-section .main-img-section-home .slider-info #addToCalendar {
    margin: 12px 0 5px;
  }
}
@media (max-width: 500px) {
  .home-first-section .main-img-section-home .slider-info #addToCalendar {
    margin: 5px 0;
  }
}
.home-first-section .main-img-section-home .slider-info .dateTime .text-white {
  font-style: normal;
  font-weight: 400;
  font-size: 20.5262px;
  line-height: 46px;
  letter-spacing: 0.01em;
}
@media (max-width: 767px) {
  .home-first-section .main-img-section-home .slider-info .dateTime .text-white {
    font-size: 18.5262px;
    line-height: 38px;
  }
}
@media (max-width: 500px) {
  .home-first-section .main-img-section-home .slider-info .dateTime .text-white {
    line-height: 24px;
    font-size: 16.5262px;
  }
}
@media (max-width: 450px) {
  .home-first-section .main-img-section-home .slider-info .dateTime .text-white {
    line-height: 20px;
    font-size: 14.1262px;
  }
}
@media (max-width: 500px) {
  .home-first-section .main-img-section-home .slider-info .dateTime .maps-and-flags-home {
    width: 7%;
  }
}
@media (max-width: 500px) {
  .home-first-section .main-img-section-home .slider-info .dateTime .calendar-home {
    width: 6%;
  }
}
.home-first-section .main-img-section-home .slider-info .logo_new {
  margin-right: 10px;
}
.home-first-section .main-img-section-home .slider-info h1 {
  color: #fff;
  font-size: 3.3rem;
  font-weight: 300;
  line-height: 48px;
  margin-bottom: 0PX;
  font-family: "Gelion";
}
@media (max-width: 991px) {
  .home-first-section .main-img-section-home .slider-info h1 {
    font-size: 2.7rem;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .home-first-section .main-img-section-home .slider-info h1 {
    font-size: 2rem;
    line-height: 27.3px;
  }
}
@media (max-width: 500px) {
  .home-first-section .main-img-section-home .slider-info h1 {
    font-size: 1.5rem;
    line-height: 24.1px;
  }
}
@media (max-width: 450px) {
  .home-first-section .main-img-section-home .slider-info h1 {
    font-size: 1.3rem;
    line-height: 21px;
  }
}
.home-first-section .main-img-section-home .slider-info h4 {
  color: #fff;
  font-weight: 100;
  font-size: 1.1rem;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .home-first-section .main-img-section-home .slider-info h4 {
    font-size: 1rem;
  }
}
@media (max-width: 500px) {
  .home-first-section .main-img-section-home .slider-info h4 {
    font-size: 0.8rem;
  }
}
.home-first-section .main-img-section-home .slider-info .organized {
  margin: 12px 0px !important;
  font-size: 1rem;
}
@media (max-width: 500px) {
  .home-first-section .main-img-section-home .slider-info .organized {
    margin: 7px 0px !important;
    font-size: 0.8rem;
  }
}
.home-first-section .main-img-section-home .slider-info .national_ngo {
  font-size: 2rem !important;
  line-height: 29px !important;
  border-left: 1px solid !important;
  padding: 0px 0px 0px 21px !important;
  font-weight: 400;
}
@media (max-width: 991px) {
  .home-first-section .main-img-section-home .slider-info .national_ngo {
    font-size: 1.7rem !important;
    line-height: 24px !important;
  }
}
@media (max-width: 767px) {
  .home-first-section .main-img-section-home .slider-info .national_ngo {
    font-size: 1.4rem !important;
  }
}
@media (max-width: 575px) {
  .home-first-section .main-img-section-home .slider-info .national_ngo {
    padding: 0px 0px 0px 12px !important;
  }
}
@media (max-width: 500px) {
  .home-first-section .main-img-section-home .slider-info .national_ngo {
    font-size: 1.3rem !important;
    margin-bottom: 8px;
    border-left: none !important;
  }
}
@media (max-width: 450px) {
  .home-first-section .main-img-section-home .slider-info .national_ngo {
    font-size: 1rem !important;
    line-height: 16px !important;
  }
}
@media (max-width: 575px) {
  .home-first-section .main-img-section-home .slider-info .national_ngo1 {
    border-left: none !important;
  }
}
.home-first-section .main-img-section-home .slider-info .national {
  margin-left: -14px;
}
.home-first-section .main-img-section-home .slider-info .slider-info h1 {
  color: #fff;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 60px;
  margin-bottom: 0PX;
}
.home-first-section .main-img-section-home .slider-info .hific_section {
  margin-left: 3px;
}
@media (max-width: 450px) {
  .home-first-section .main-img-section-home .slider-info .hific_section {
    flex-direction: column;
    gap: 10px;
  }
}
.home-first-section .main-img-section-home .side_icon {
  text-align: end;
  margin-top: 6%;
}
@media (max-width: 767px) {
  .home-first-section .main-img-section-home .side_icon {
    margin-top: 11%;
  }
}
.home-first-section .main-img-section-home .side_icon h3 {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .home-first-section .main-img-section-home .side_icon h3 {
    font-size: 13px;
  }
}
.home-first-section .main-img-section-home .side_icon .img_div_side_icon {
  display: flex;
  justify-content: end;
}
@media (max-width: 767px) {
  .home-first-section .main-img-section-home .side_icon .img_div_side_icon .first_img {
    width: 55%;
  }
}
@media (max-width: 767px) {
  .home-first-section .main-img-section-home .side_icon .img_div_side_icon .second_img {
    width: 32%;
  }
}
.home-first-section .main-img-section-home .side_icon h3 {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: 0px;
}
@media (max-width: 500px) {
  .home-first-section .main-img-section-home .side_icon h3 {
    font-size: 12px;
  }
}
.home-first-section .main-img-section-home .side_icon .second_img {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .home-first-section .main-img-section-home .side_icon .second_img {
    width: 32%;
  }
}
.home-first-section .main-img-section-home .home-line-img1 {
  position: absolute;
  bottom: -1%;
  transform: translate(0%, 43%);
  background-image: url(../images/social-text-img-2.webp);
  background-color: #0000FF;
  background-repeat: repeat-x;
  background-position: 0% 0%;
  background-size: 85%;
  height: 100px;
  width: 115% !important;
  background-position: center;
  transform: rotate(-16deg);
}
@media (max-width: 1200px) {
  .home-first-section .main-img-section-home .home-line-img1 {
    height: 50px;
    width: 115% !important;
    background-size: 165%;
  }
}
@media (max-width: 600px) {
  .home-first-section .main-img-section-home .home-line-img1 {
    bottom: -4%;
    height: 40px;
  }
}
@media (max-width: 500px) {
  .home-first-section .main-img-section-home .home-line-img1 {
    width: 100% !important;
  }
}
.home-first-section .main-img-section-home .home-line-img2 {
  position: absolute;
  bottom: 1%;
  transform: translate(0%, 41%);
  background-image: url(../images/social-text-img-2.webp);
  background-color: #662D91;
  background-repeat: repeat-x;
  background-position: 0% 0%;
  background-size: 85%;
  height: 100px;
  width: 115% !important;
  background-position: center;
  transform: rotate(-8deg);
}
@media (max-width: 1200px) {
  .home-first-section .main-img-section-home .home-line-img2 {
    height: 50px;
    width: 115% !important;
    background-size: 165%;
  }
}
@media (max-width: 600px) {
  .home-first-section .main-img-section-home .home-line-img2 {
    bottom: -4%;
    height: 40px;
    overflow-x: hidden;
  }
}
@media (max-width: 500px) {
  .home-first-section .main-img-section-home .home-line-img2 {
    width: 100% !important;
  }
}

.prgrm-count-home h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 49.4166px;
  line-height: 105.6%;
  text-align: center;
  color: #383838;
  margin: 6% 3% -1%;
}
@media (max-width: 1200px) {
  .prgrm-count-home h2 {
    margin: 9% 3% -1%;
  }
}
@media (max-width: 991px) {
  .prgrm-count-home h2 {
    font-size: 40.4166px;
    margin: 10% 3% -1%;
  }
}
@media (max-width: 767px) {
  .prgrm-count-home h2 {
    font-size: 35.4166px;
    margin: 10% 5% -1%;
  }
}
@media (max-width: 550px) {
  .prgrm-count-home h2 {
    margin: 20% 5% -1%;
  }
}
@media (max-width: 450px) {
  .prgrm-count-home h2 {
    font-size: 31.4166px;
  }
}
.prgrm-count-home h2 span {
  font-size: 38.4166px;
}
@media (max-width: 991px) {
  .prgrm-count-home h2 span {
    font-size: 32.4166px;
  }
}
@media (max-width: 767px) {
  .prgrm-count-home h2 span {
    font-size: 29.4166px;
  }
}
@media (max-width: 450px) {
  .prgrm-count-home h2 span {
    font-size: 25.4166px;
  }
}
@media (max-width: 767px) {
  .prgrm-count-home h2 br {
    display: none;
  }
}
.prgrm-count-home h3 {
  justify-content: center;
}
@media (max-width: 1400px) {
  .prgrm-count-home h3 {
    font-size: 63.0705px;
  }
}
@media (max-width: 991px) {
  .prgrm-count-home h3 {
    font-size: 54.0705px;
  }
}
.prgrm-count-home p {
  font-size: 15.8871px;
}
@media (max-width: 1400px) {
  .prgrm-count-home p {
    font-size: 14.8871px;
  }
}
.prgrm-count-home p span {
  font-size: 15.8871px;
  font-family: "Poppins", sans-serif !important;
  font-weight: 600;
  letter-spacing: 0.02em;
}
@media (max-width: 1400px) {
  .prgrm-count-home p span {
    font-size: 14.8871px;
  }
}
.prgrm-count-home .d-flex {
  gap: 5%;
  margin: 4% 3%;
  position: relative;
  z-index: 10;
}
@media (max-width: 1400px) {
  .prgrm-count-home .d-flex {
    gap: 3%;
  }
}
@media (max-width: 991px) {
  .prgrm-count-home .d-flex {
    gap: 2%;
  }
}
@media (max-width: 767px) {
  .prgrm-count-home .d-flex {
    gap: 0%;
    display: grid !important;
    grid-template-columns: repeat(2, 2fr);
  }
}
@media (max-width: 400px) {
  .prgrm-count-home .d-flex {
    gap: 0%;
    display: grid !important;
    grid-template-columns: repeat(1, 1fr);
  }
}

.about-sec-home {
  background-color: #000;
  padding: 5% 12%;
}
.about-sec-home .blue-violet-img {
  position: absolute;
  display: grid;
  gap: 25px;
  top: -5%;
  left: -15%;
  transform: translate(10%, -50%);
}
@media (max-width: 600px) {
  .about-sec-home .blue-violet-img {
    gap: 18px;
    display: none;
  }
}
@media (max-width: 450px) {
  .about-sec-home .blue-violet-img {
    gap: 10px;
    transform: translate(5%, -50%);
  }
}
@media (max-width: 1200px) {
  .about-sec-home .blue-violet-img img {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .about-sec-home .blue-violet-img img {
    width: 60%;
  }
}
@media (max-width: 600px) {
  .about-sec-home .blue-violet-img img {
    width: 43%;
    display: none;
  }
}
@media (max-width: 450px) {
  .about-sec-home .blue-violet-img img {
    width: 30%;
  }
}
.about-sec-home .red-yellow-img {
  position: absolute;
  display: grid;
  gap: 25px;
  bottom: 0%;
  right: -15%;
  justify-items: flex-end;
  transform: translate(-10%, 50%);
}
@media (max-width: 600px) {
  .about-sec-home .red-yellow-img {
    gap: 18px;
    display: none;
  }
}
@media (max-width: 450px) {
  .about-sec-home .red-yellow-img {
    gap: 10px;
    transform: translate(-5%, 50%);
  }
}
@media (max-width: 1200px) {
  .about-sec-home .red-yellow-img img {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .about-sec-home .red-yellow-img img {
    width: 60%;
  }
}
@media (max-width: 600px) {
  .about-sec-home .red-yellow-img img {
    width: 43%;
    display: none;
  }
}
@media (max-width: 450px) {
  .about-sec-home .red-yellow-img img {
    width: 30%;
  }
}
.about-sec-home p {
  font-style: normal;
  font-weight: 300;
  font-size: 23.7676px;
  line-height: 48px;
  text-align: center;
  color: #c8c7c7;
  position: relative;
  z-index: 10;
  animation: zoomInOut 5s linear infinite alternate;
}
@media (max-width: 991px) {
  .about-sec-home p {
    font-size: 18.7676px;
    line-height: 40px;
  }
}
@media (max-width: 600px) {
  .about-sec-home p {
    animation: none;
  }
}
@media (max-width: 767px) {
  .about-sec-home p {
    font-size: 14.6px;
    line-height: 31px;
    animation: none;
  }
}
.about-sec-home h3 {
  font-family: "Gelion";
  font-style: normal;
  font-weight: 300;
  font-size: 47.4166px;
  line-height: 105.6%;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 26px;
  position: relative;
  z-index: 10;
}
@media (max-width: 991px) {
  .about-sec-home h3 {
    font-size: 41.4166px;
    line-height: 95.6%;
  }
}
@media (max-width: 767px) {
  .about-sec-home h3 {
    font-size: 35.4166px;
    line-height: 84.6%;
  }
}
.about-sec-home .div-1 {
  font-style: normal;
  font-weight: 300;
  font-size: 24.3px;
  line-height: 49px;
  text-align: center;
  color: #FBB03B;
  margin-top: 25px;
}
@media (max-width: 991px) {
  .about-sec-home .div-1 {
    font-size: 20.77px;
    line-height: 48px;
  }
}
.about-sec-home .div-1 a {
  text-decoration: none;
  color: #FBB03B;
}

.program-highlights-home {
  padding: 5% 3%;
  position: relative;
  z-index: 100;
}
.program-highlights-home h2 {
  font-family: "Gelion" !important;
  font-style: normal;
  font-weight: 400;
  font-size: 47.9166px;
  line-height: 105.6%;
  text-align: center;
  color: #191919;
  margin-bottom: 45px;
}
@media (max-width: 991px) {
  .program-highlights-home h2 {
    font-size: 39.4166px;
  }
}
@media (max-width: 600px) {
  .program-highlights-home h2 {
    font-size: 35.4166px;
    margin-bottom: 29px;
  }
}
@media (max-width: 450px) {
  .program-highlights-home h2 {
    font-size: 28.4166px;
    margin-bottom: 21px;
  }
}

.day-tab-section .home-program-details {
  box-shadow: none;
}

.home-carousel {
  background-image: url(../images/carousel-home-bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
.home-carousel .second-bg-home-carousel {
  background-image: url(../images/carousel-bg-line1.webp), url(../images/carousel-bg-line2.webp);
  background-repeat: no-repeat, no-repeat;
  background-position: right 9% bottom 15px, right 100% bottom -132px;
  animation: zoomInBackgrounds 10s ease-in-out infinite;
}
@media (max-width: 600px) {
  .home-carousel .second-bg-home-carousel {
    animation: none;
  }
}
.home-carousel .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  position: absolute;
  bottom: 2%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home-carousel .owl-dot {
  width: 8px;
  height: 8px;
  margin: 0 5px;
  background-color: #D9D9D9 !important;
  border-radius: 50%;
  opacity: 0.5;
  transition: background-color 0.3s ease, opacity 0.3s ease;
  border: 1px solid #D9D9D9;
}
.home-carousel .owl-dot.active {
  background-color: #FF1515 !important;
  opacity: 1;
}
.home-carousel .day-tab-section .program-details {
  box-shadow: none;
  background: none;
}
.home-carousel .day-tab-section .program-item {
  background: none;
  justify-content: flex-start;
  padding: 0;
  gap: 60px;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .home-carousel .day-tab-section .program-item {
    flex-direction: column;
    text-align: center !important;
    justify-content: center !important;
    gap: 10px;
  }
}
@media (max-width: 991px) {
  .home-carousel .day-tab-section .program-item h3 {
    text-align: center !important;
    justify-content: center !important;
  }
}
@media (max-width: 991px) {
  .home-carousel .day-tab-section .program-item ul {
    text-align: start !important;
  }
}
.home-carousel .day-tab-section .program-details h3,
.home-carousel .day-tab-section .program-details p,
.home-carousel .day-tab-section .program-details span,
.home-carousel .day-tab-section .program-details .program-time,
.home-carousel .day-tab-section .program-details h2 {
  color: #fff;
}
.home-carousel .day-tab-section .program-details h2 {
  text-align: left !important;
  font-weight: 400;
  margin-bottom: 6%;
  font-size: 25px;
}
@media (max-width: 991px) {
  .home-carousel .day-tab-section .program-details h2 {
    text-align: center !important;
  }
}
.home-carousel .day-tab-section .program-details p {
  line-height: 28px;
  color: #e8e8e8;
}

@media (max-width: 991px) {
  .key-speaker-section .offset-lg-1 {
    text-align-last: center;
  }
}
@media (max-width: 991px) {
  .key-speaker-section .nikhil-pant-sec {
    flex-direction: column-reverse !important;
  }
}
@media (max-width: 991px) {
  .key-speaker-section .sectionInfoBlocks {
    text-align: center;
    margin-top: 25px;
    padding: 0 3%;
  }
}
.key-speaker-section h1 {
  font-family: "Gelion";
  font-style: normal;
  font-weight: 500;
  font-size: 36.6861px;
  line-height: 49px;
  text-align: center;
  color: #000000;
  margin: 8% 0 4%;
  animation: zoomInOut 5s linear infinite alternate;
}
@media (max-width: 600px) {
  .key-speaker-section h1 {
    animation: none;
  }
}
.key-speaker-section h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 40.48px;
  line-height: 48px;
  color: #141414;
  margin: 2px 0;
}
@media (max-width: 991px) {
  .key-speaker-section h3 {
    font-size: 30.48px;
  }
}
.key-speaker-section p {
  font-family: "Gelion";
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 39px;
  color: #000000;
}
@media (max-width: 991px) {
  .key-speaker-section p {
    font-size: 19px;
    line-height: 35px;
  }
}
@media (max-width: 450px) {
  .key-speaker-section p {
    font-size: 17px;
    line-height: 30px;
  }
}
.key-speaker-section .small-txt {
  font-style: normal;
  font-weight: 400;
  font-size: 25.48px;
  line-height: 30px;
  color: #7F7B7B;
  margin: 4px 0 17px;
}
@media (max-width: 991px) {
  .key-speaker-section .small-txt {
    font-size: 22.48px;
    line-height: 24px;
  }
}

.home-logo-section {
  background-image: url(../images/logo-section-bg.webp);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  padding: 4% 0 6%;
}
.home-logo-section h3 {
  font-style: normal;
  font-weight: 300;
  font-size: 36.48px;
  line-height: 47px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 4%;
}
@media (max-width: 991px) {
  .home-logo-section h3 {
    font-size: 27.48px;
    line-height: 40px;
  }
}
@media (max-width: 450px) {
  .home-logo-section h3 {
    font-size: 25.48px;
  }
}
.home-logo-section .d-flex {
  gap: 5%;
}
@media (max-width: 991px) {
  .home-logo-section .d-flex {
    gap: 3%;
  }
}
@media (max-width: 500px) {
  .home-logo-section .d-flex {
    gap: 12px;
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    justify-items: center;
    padding: 0 17%;
  }
}
@media (max-width: 767px) {
  .home-logo-section .d-flex .logos {
    width: 15%;
  }
}
@media (max-width: 500px) {
  .home-logo-section .d-flex .logos {
    width: 95%;
  }
}
@media (max-width: 767px) {
  .home-logo-section .d-flex .hp-logo {
    width: 7%;
  }
}
@media (max-width: 450px) {
  .home-logo-section .d-flex .hp-logo {
    width: auto;
  }
}

.speakers-bg1 {
  background-image: url(../images/speakers-bg1.webp);
  background-size: cover;
  background-position: right -218px top -187px;
  background-repeat: no-repeat;
  animation: zoomInBackgrounds 10s ease-in-out infinite;
}
@media (max-width: 600px) {
  .speakers-bg1 {
    animation: none;
  }
}
@media (max-width: 500px) {
  .speakers-bg1 {
    animation: none;
  }
}

.home-prgrm-gallery-main {
  margin: 0;
}

.profile-carousel-home {
  position: relative;
  z-index: 2;
}
.profile-carousel-home .dots-container {
  display: grid;
  gap: 20px;
}
.profile-carousel-home .dot {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background-color: #D9D9D9;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s;
}
.profile-carousel-home .dot.active {
  background-color: #FF7439;
}
.profile-carousel-home .home-carousel-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 13%;
}
@media (max-width: 991px) {
  .profile-carousel-home .home-carousel-wrapper {
    padding: 0 5%;
  }
}
@media (max-width: 500px) {
  .profile-carousel-home .home-carousel-wrapper {
    padding: 0 5%;
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
}
.profile-carousel-home .home-carousel-wrapper .heading {
  font-weight: 400;
  font-size: 52.6353px;
  line-height: 61px;
  color: #000000;
  font-family: "Poppins", sans-serif !important;
  margin-bottom: 10px;
}
@media (max-width: 1400px) {
  .profile-carousel-home .home-carousel-wrapper .heading {
    font-size: 39.6353px;
  }
}
@media (max-width: 991px) {
  .profile-carousel-home .home-carousel-wrapper .heading {
    line-height: 40px;
    font-size: 33.6353px;
  }
}
@media (max-width: 767px) {
  .profile-carousel-home .home-carousel-wrapper .heading {
    line-height: 33px;
    font-size: 30.6353px;
  }
}
@media (max-width: 500px) {
  .profile-carousel-home .home-carousel-wrapper .heading {
    line-height: 30px;
    font-size: 23.6353px;
  }
}
@media (max-width: 767px) {
  .profile-carousel-home .home-carousel-wrapper .heading br {
    display: none;
  }
}
.profile-carousel-home .home-carousel-wrapper .arrows {
  display: flex;
  gap: 20px;
}
.profile-carousel-home .home-carousel-wrapper .arrows .arrow {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 1.2rem;
  transition: background-color 0.3s ease;
}
.profile-carousel-home .home-carousel-wrapper .arrows .arrow:hover {
  background-color: #fbb03b;
  transform: scale(1.1);
  transition: transform 0.3s ease, background-color 0.3s ease;
}
@media (max-width: 500px) {
  .profile-carousel-home .home-carousel-wrapper .arrows .arrow {
    width: 45px;
    height: 45px;
    padding: 7 .profile-carousel-home .home-carousel-wrapper .arrows .arrow;
  }
}
.profile-carousel-home .home-carousel-wrapper .arrows .arrow img {
  width: 66%;
}
@media (max-width: 500px) {
  .profile-carousel-home .home-carousel-wrapper .arrows .arrow img {
    width: 4vw;
  }
}
.profile-carousel-home .dot-carousel-section {
  display: flex;
  align-items: center;
  gap: 40px;
}
.profile-carousel-home .carousel-content-wrapper {
  display: flex;
  gap: 50px;
  align-items: center;
  margin-top: 25px;
  padding: 0px 0 6% 13vw;
}
@media (max-width: 991px) {
  .profile-carousel-home .carousel-content-wrapper {
    align-items: flex-start;
    flex-direction: column;
    padding: 0 5% 5%;
  }
}
.profile-carousel-home .carousel-content-wrapper .profile-wrapper {
  flex: 1;
  max-width: 450px;
}
.profile-carousel-home .carousel-content-wrapper .profile-wrapper .profile {
  display: none;
}
.profile-carousel-home .carousel-content-wrapper .profile-wrapper .profile.active {
  display: block;
}
.profile-carousel-home .carousel-content-wrapper .profile-wrapper .profile .profile-img img {
  border-radius: 50%;
  width: 80px;
  height: 80px;
}
.profile-carousel-home .carousel-content-wrapper .profile-wrapper .profile .profile-name-home {
  font-style: normal;
  font-weight: 400;
  font-size: 2.296vw;
  line-height: 57px;
  color: #000000;
  font-family: "Poppins", sans-serif !important;
  margin-top: 13px;
  display: block;
  margin-bottom: 23px;
}
@media (max-width: 991px) {
  .profile-carousel-home .carousel-content-wrapper .profile-wrapper .profile .profile-name-home {
    font-size: 25px;
  }
}
.profile-carousel-home .carousel-content-wrapper .profile-wrapper .profile .profile-role-home {
  font-style: normal;
  font-weight: 400;
  font-size: 0.988vw;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #000000;
  font-family: "Poppins", sans-serif !important;
  margin-bottom: 10px;
  margin-top: -23px;
}
@media (max-width: 1400px) {
  .profile-carousel-home .carousel-content-wrapper .profile-wrapper .profile .profile-role-home {
    margin-bottom: 0px;
  }
}
@media (max-width: 991px) {
  .profile-carousel-home .carousel-content-wrapper .profile-wrapper .profile .profile-role-home {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .profile-carousel-home .carousel-content-wrapper .profile-wrapper .profile .profile-role-home {
    margin-top: -35px;
  }
}
.profile-carousel-home .carousel-content-wrapper .profile-wrapper .profile .profile-details-home {
  font-style: normal;
  font-weight: 400;
  font-size: 0.884vw;
  line-height: 29px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #ADADAD;
  font-family: "Poppins", sans-serif !important;
}
@media (max-width: 1200px) {
  .profile-carousel-home .carousel-content-wrapper .profile-wrapper .profile .profile-details-home {
    font-size: 1.084vw;
    line-height: 25px;
  }
}
@media (max-width: 991px) {
  .profile-carousel-home .carousel-content-wrapper .profile-wrapper .profile .profile-details-home {
    font-size: 15px;
  }
}
.profile-carousel-home .carousel-content-wrapper .activity-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}
@media (max-width: 600px) {
  .profile-carousel-home .carousel-content-wrapper .activity-cards {
    display: flex;
    flex-direction: column;
    align-self: center;
  }
}
.profile-carousel-home .carousel-content-wrapper .activity-cards .card {
  border: none;
  border-radius: 67px;
  overflow: hidden;
  background: #F5F8FA;
}
.profile-carousel-home .carousel-content-wrapper .activity-cards .card .content {
  padding: 4% 4% 1%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.profile-carousel-home .carousel-content-wrapper .activity-cards .card .content h4 {
  font-style: normal;
  font-weight: 400;
  font-size: 1.044vw;
  line-height: 58px;
  text-transform: capitalize;
  color: #000000;
  font-family: "Poppins", sans-serif !important;
  margin: 0;
}
@media (max-width: 991px) {
  .profile-carousel-home .carousel-content-wrapper .activity-cards .card .content h4 {
    font-size: 1.644vw;
  }
}
@media (max-width: 600px) {
  .profile-carousel-home .carousel-content-wrapper .activity-cards .card .content h4 {
    font-size: 3.444vw;
  }
}
.profile-carousel-home .carousel-content-wrapper .activity-cards .card .content p {
  margin: 0;
  font-size: 0.9rem;
  color: #555;
}
.profile-carousel-home .carousel-content-wrapper .activity-cards .card .content img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-left: -23px;
}
.profile-carousel-home .carousel-content-wrapper .activity-cards .card .activity-img-txt-section {
  position: relative;
  width: 100%;
}
.profile-carousel-home .carousel-content-wrapper .activity-cards .card .activity-img-txt-section p {
  position: absolute;
  top: 76%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Poppins", sans-serif !important;
  font-weight: 300;
  font-size: 1.201vw;
  text-transform: capitalize;
  color: #FFFFFF;
  width: 80%;
  line-height: 40px;
}
@media (max-width: 1550px) {
  .profile-carousel-home .carousel-content-wrapper .activity-cards .card .activity-img-txt-section p {
    font-size: 1.401vw;
    line-height: 37px;
  }
}
@media (max-width: 991px) {
  .profile-carousel-home .carousel-content-wrapper .activity-cards .card .activity-img-txt-section p {
    font-size: 2.001vw;
  }
}
@media (max-width: 600px) {
  .profile-carousel-home .carousel-content-wrapper .activity-cards .card .activity-img-txt-section p {
    font-size: 4.501vw;
  }
}
.profile-carousel-home .carousel-content-wrapper .activity-cards .card .activity-img-txt-section button {
  position: absolute;
  top: 9%;
  right: -9%;
  transform: translate(-50%, -50%);
  background: #F1F1F1;
  border-radius: 39.3841px;
  padding: 10px 41px;
  border: none;
}

.home-tab-section {
  padding: 0;
}

.slide-in {
  transform: translateX(-100%);
  opacity: 0;
  animation: slideInEffect 0.5s forwards;
}
@media (max-width: 600px) {
  .slide-in {
    animation: none;
    transform: unset;
    opacity: unset;
  }
}

@keyframes slideInEffect {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.slide-up {
  transform: translateX(100%);
  opacity: 0;
  animation: slideUpEffect 0.5s forwards;
}
@media (max-width: 600px) {
  .slide-up {
    animation: none;
    transform: unset;
    opacity: unset;
  }
}

@keyframes slideUpEffect {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
#future-carousel .item {
  border-radius: 62px;
}
#future-carousel .owl-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 4%;
}

.owl-theme .owl-dots .owl-dot span {
  width: 8px !important;
  height: 8px !important;
  margin: 5px 3px !important;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
@media (max-width: 426px) {
  .owl-theme .owl-dots .owl-dot span {
    width: 5px !important;
    height: 5px !important;
    margin: 4px 3px 0 0 !important;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 0.2s ease;
    border-radius: 30px;
  }
}

.future-section-1 {
  margin: 0 1.5%;
}
.future-section-1 .future-slider .card-1 {
  background-image: url(../images/future-card-1.webp);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1% 9vw;
  background-repeat: no-repeat;
  border-radius: 62px;
  height: 66vh;
  background-position: center;
  background-size: cover;
}
@media (max-width: 806px) {
  .future-section-1 .future-slider .card-1 {
    border-radius: 42px;
    height: 50vh;
  }
}
@media (max-width: 609px) {
  .future-section-1 .future-slider .card-1 {
    border-radius: 34px;
    height: 37vh;
  }
}
@media (max-width: 426px) {
  .future-section-1 .future-slider .card-1 {
    border-radius: 29px;
    height: 28vh;
  }
}
.future-section-1 .future-slider .card-1 .content-1 {
  width: 50%;
}
@media (max-width: 426px) {
  .future-section-1 .future-slider .card-1 .content-1 {
    width: 100%;
  }
}
.future-section-1 .future-slider .card-1 .content-1 h2 {
  font-family: "Bebas Neue", sans-serif !important;
  font-style: normal;
  font-weight: 400;
  font-size: 6.1vw;
  line-height: 88%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.97);
}
@media (max-width: 426px) {
  .future-section-1 .future-slider .card-1 .content-1 h2 {
    font-size: 7.6vw;
  }
}
.future-section-1 .future-slider .card-1 .content-1 p {
  font-family: "Gelion";
  font-style: normal;
  font-weight: 100;
  font-size: 1.4vw;
  line-height: 129%;
  letter-spacing: 0.01em;
  color: rgba(242, 242, 242, 0.9803921569);
  margin: 0;
}
@media (max-width: 500px) {
  .future-section-1 .future-slider .card-1 .content-1 p {
    font-size: 3.1vw;
    line-height: 96%;
  }
}
.future-section-1 .future-slider .card-1 .content-2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: end;
  gap: 11.4vw;
}
@media (max-width: 426px) {
  .future-section-1 .future-slider .card-1 .content-2 {
    width: 65%;
  }
}
.future-section-1 .future-slider .card-1 .content-2 .img-div {
  width: 75%;
}
@media (max-width: 609px) {
  .future-section-1 .future-slider .card-1 .content-2 .img-div {
    width: 50%;
  }
}
@media (max-width: 426px) {
  .future-section-1 .future-slider .card-1 .content-2 .img-div {
    width: 75%;
  }
}
.future-section-1 .future-slider .card-1 .content-2 .content-2-1 .para-1 {
  font-family: "Gelion";
  font-style: normal;
  font-weight: 100;
  font-size: 2vw;
  /* line-height: 181%; */
  text-align: right;
  color: #FFFFFF;
  margin: 0;
}
@media (max-width: 426px) {
  .future-section-1 .future-slider .card-1 .content-2 .content-2-1 .para-1 {
    font-size: 3.3vw;
  }
}
.future-section-1 .future-slider .card-1 .content-2 .content-2-1 .para-2 {
  font-family: "Bebas Neue", sans-serif !important;
  font-style: normal;
  font-weight: 400;
  font-size: 4.3vw;
  line-height: 103%;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0;
}
@media (max-width: 426px) {
  .future-section-1 .future-slider .card-1 .content-2 .content-2-1 .para-2 {
    font-size: 6.2vw;
  }
}

.future-section-2 {
  margin: 0 4%;
}
.future-section-2 hr {
  margin: 0rem 0;
}
.future-section-2 .section-2-top {
  display: flex;
  align-items: center;
  gap: 40vw;
  margin: 2% 0;
  padding: 0 3%;
}
@media (max-width: 609px) {
  .future-section-2 .section-2-top {
    gap: 0vw;
  }
}
.future-section-2 .section-2-top h2 {
  font-family: "Gelion";
  font-style: normal;
  font-weight: 500;
  font-size: 23.8817px;
  text-align: left;
  color: #000000;
  margin: 0;
  width: 100%;
}
@media (max-width: 609px) {
  .future-section-2 .section-2-top h2 {
    font-size: 17.8817px;
  }
}
@media (max-width: 426px) {
  .future-section-2 .section-2-top h2 {
    font-size: 13.8817px;
  }
}
.future-section-2 .section-2-top .search-div {
  position: relative;
  width: 100%;
}
.future-section-2 .section-2-top .search-div input {
  width: 100%;
  border-radius: 40px;
  padding: 12px 25px;
  border: 1px solid #cbcbcb;
  outline: none;
}
@media (max-width: 426px) {
  .future-section-2 .section-2-top .search-div input {
    font-size: 10.8817px;
    padding: 5px 20px;
  }
}
.future-section-2 .section-2-top .search-div img {
  position: absolute;
  top: 50%;
  right: 7%;
  transform: translateY(-50%);
}
@media (max-width: 426px) {
  .future-section-2 .section-2-top .search-div img {
    right: 8%;
    width: 7%;
  }
}

.future-section-2 .section-2-cards .card-1 {
  padding: 4% 4vw;
}
@media (max-width: 426px) {
  .future-section-2 .section-2-cards .card-1 {
    padding: 4% 2vw;
  }
}
.future-section-2 .section-2-cards .card-1 .card-align {
  align-items: center;
}
.future-section-2 .section-2-cards .card-1 .card-align .card-1-content-1 {
  display: flex;
  align-items: center;
}
.future-section-2 .section-2-cards .card-1 .card-align .card-1-content-1 .date-div {
  border-right: 1px solid rgba(119, 119, 119, 0.4666666667);
  padding-right: 6%;
  margin-right: 6%;
}
.future-section-2 .section-2-cards .card-1 .card-align .card-1-content-1 .date-div p {
  font-family: "Bebas Neue", sans-serif !important;
  font-style: normal;
  font-weight: 400;
  font-size: 4vw;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  margin: 0;
}
@media (max-width: 992px) {
  .future-section-2 .section-2-cards .card-1 .card-align .card-1-content-1 .date-div p {
    font-size: 6vw;
  }
}
@media (max-width: 426px) {
  .future-section-2 .section-2-cards .card-1 .card-align .card-1-content-1 .date-div p {
    font-size: 6.8vw;
  }
}
.future-section-2 .section-2-cards .card-1 .card-align .card-1-content-1 .date-div p span {
  font-size: 7.4vw;
  font-family: "Bebas Neue", sans-serif !important;
}
@media (max-width: 992px) {
  .future-section-2 .section-2-cards .card-1 .card-align .card-1-content-1 .date-div p span {
    font-size: 9.4vw;
  }
}
@media (max-width: 426px) {
  .future-section-2 .section-2-cards .card-1 .card-align .card-1-content-1 .date-div p span {
    font-size: 12.6vw;
  }
}
.future-section-2 .section-2-cards .card-1 .card-align .card-1-content-1 .text-1 h3 {
  font-family: "Gelion";
  font-style: normal;
  font-weight: 500;
  font-size: 2.6vw;
  line-height: 96%;
  color: #000000;
}
@media (max-width: 992px) {
  .future-section-2 .section-2-cards .card-1 .card-align .card-1-content-1 .text-1 h3 {
    font-size: 5.2vw;
  }
}
@media (max-width: 426px) {
  .future-section-2 .section-2-cards .card-1 .card-align .card-1-content-1 .text-1 h3 {
    font-size: 5.7vw;
    margin-bottom: 3px;
  }
}
.future-section-2 .section-2-cards .card-1 .card-align .card-1-content-1 .text-1 .para-1 {
  font-family: "Gelion";
  font-style: normal;
  font-weight: 600;
  font-size: 1.5vw;
  line-height: 106%;
  color: #FF0000;
}
@media (max-width: 992px) {
  .future-section-2 .section-2-cards .card-1 .card-align .card-1-content-1 .text-1 .para-1 {
    font-size: 2.6vw;
  }
}
@media (max-width: 426px) {
  .future-section-2 .section-2-cards .card-1 .card-align .card-1-content-1 .text-1 .para-1 {
    font-size: 3.4vw;
    margin-bottom: 1px;
  }
}
.future-section-2 .section-2-cards .card-1 .card-align .card-1-content-1 .text-1 .para-2-div {
  display: flex;
  align-items: baseline;
}
.future-section-2 .section-2-cards .card-1 .card-align .card-1-content-1 .text-1 .para-2-div .para-2 {
  font-family: "Gelion";
  font-style: normal;
  font-weight: 400;
  font-size: 1.1vw;
  /* line-height: 141%; */
  color: #101010;
  margin: 0;
}
@media (max-width: 992px) {
  .future-section-2 .section-2-cards .card-1 .card-align .card-1-content-1 .text-1 .para-2-div .para-2 {
    font-size: 1.9vw;
  }
}
@media (max-width: 426px) {
  .future-section-2 .section-2-cards .card-1 .card-align .card-1-content-1 .text-1 .para-2-div .para-2 {
    font-size: 3.2vw;
  }
}
.future-section-2 .section-2-cards .card-1 .card-align .card-1-content-1 .text-1 .para-2-div span {
  color: #777777;
  font-size: 1.1vw;
}
@media (max-width: 992px) {
  .future-section-2 .section-2-cards .card-1 .card-align .card-1-content-1 .text-1 .para-2-div span {
    font-size: 1.9vw;
  }
}
@media (max-width: 426px) {
  .future-section-2 .section-2-cards .card-1 .card-align .card-1-content-1 .text-1 .para-2-div span {
    font-size: 3.2vw;
    line-height: 122%;
  }
}
.future-section-2 .section-2-cards .card-1 .card-align .card-1-content-2 {
  display: flex;
  align-items: center;
  gap: 3vw;
}
@media (max-width: 992px) {
  .future-section-2 .section-2-cards .card-1 .card-align .card-1-content-2 {
    margin-top: 15px;
  }
}
@media (max-width: 426px) {
  .future-section-2 .section-2-cards .card-1 .card-align .card-1-content-2 {
    margin-top: 5px;
  }
}
.future-section-2 .section-2-cards .card-1 .card-align .card-1-content-2 .img-div {
  width: 100%;
}
@media (max-width: 426px) {
  .future-section-2 .section-2-cards .card-1 .card-align .card-1-content-2 .img-div {
    width: 65%;
  }
}
.future-section-2 .section-2-cards .card-1 .card-align .card-1-content-2 .img-div img {
  border-radius: 71px;
  filter: drop-shadow(0px 4px 64px rgba(0, 0, 0, 0.25));
  height: 24vw;
}
@media (max-width: 992px) {
  .future-section-2 .section-2-cards .card-1 .card-align .card-1-content-2 .img-div img {
    height: auto;
    width: 100%;
    border-radius: 31px;
  }
}
@media (max-width: 426px) {
  .future-section-2 .section-2-cards .card-1 .card-align .card-1-content-2 .img-div img {
    border-radius: 19px;
  }
}
@media (max-width: 426px) {
  .future-section-2 .section-2-cards .card-1 .card-align .card-1-content-2 .text-2 {
    width: 100%;
  }
}
.future-section-2 .section-2-cards .card-1 .card-align .card-1-content-2 .text-2 .para-3 {
  font-family: "Gelion";
  font-style: normal;
  font-weight: 400;
  font-size: 1.1vw;
  line-height: 155%;
  color: #777777;
}
@media (max-width: 992px) {
  .future-section-2 .section-2-cards .card-1 .card-align .card-1-content-2 .text-2 .para-3 {
    font-size: 1.9vw;
  }
}
@media (max-width: 426px) {
  .future-section-2 .section-2-cards .card-1 .card-align .card-1-content-2 .text-2 .para-3 {
    font-size: 3.2vw;
    margin-bottom: 10px;
    line-height: 119%;
  }
}
.future-section-2 .section-2-cards .card-1 .card-align .card-1-content-2 .text-2 .para-3 span {
  color: #000;
  font-size: 1.1vw;
}
@media (max-width: 992px) {
  .future-section-2 .section-2-cards .card-1 .card-align .card-1-content-2 .text-2 .para-3 span {
    font-size: 1.9vw;
  }
}
@media (max-width: 426px) {
  .future-section-2 .section-2-cards .card-1 .card-align .card-1-content-2 .text-2 .para-3 span {
    font-size: 3.2vw;
  }
}
.future-section-2 .section-2-cards .card-1 .card-align .card-1-content-2 .text-2 button {
  background-color: #FF0000;
  color: #fff;
  border-radius: 34px;
  border: none;
  padding: 5% 19%;
  font-size: 16px;
}
@media (max-width: 992px) {
  .future-section-2 .section-2-cards .card-1 .card-align .card-1-content-2 .text-2 button {
    border-radius: 44px;
    padding: 4% 12%;
  }
}
@media (max-width: 426px) {
  .future-section-2 .section-2-cards .card-1 .card-align .card-1-content-2 .text-2 button {
    padding: 3% 9%;
    font-size: 10px;
  }
}

.future-bg-1 {
  position: relative;
}
.future-bg-1 .flower-obj-1 {
  position: absolute;
  bottom: -10%;
  left: -10%;
}
@media (max-width: 500px) {
  .future-bg-1 .flower-obj-1 {
    display: none;
  }
}
.future-bg-1 .future-bg-2 {
  background-image: url(../images/future-bg-2.webp);
  background-repeat: no-repeat;
  background-position: right 0vw top -21vw;
  background-size: 59%;
}
@media (max-width: 426px) {
  .future-bg-1 .future-bg-2 {
    background-size: 110%;
  }
}
.future-bg-1 .future-bg-2 .future-bg-3 {
  background-image: url(../images/future-bg-3.webp);
  background-repeat: no-repeat;
  background-position: left 0vw bottom -11vw;
  background-size: 59%;
}
@media (max-width: 426px) {
  .future-bg-1 .future-bg-2 .future-bg-3 {
    background-size: 110%;
  }
}

.swiper {
  width: 100%;
  margin-right: 0;
  align-items: center;
}

.swiper-wrapper {
  display: flex;
  align-items: center;
  counter-reset: list-slider;
}

.swiper-slide {
  position: relative;
  height: 90%;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end;
  counter-increment: list-slider;
  font-size: 18px;
  opacity: 1;
  transition: opacity 600ms ease;
}
.swiper-slide::before {
  content: "0" counter(list-slider);
  background-image: url(../images/quotes.webp);
  background-repeat: no-repeat;
  height: 15vh;
  display: block;
  position: absolute;
  width: 100%;
  left: -32%;
  top: 16%;
  font-size: 0px;
  font-weight: 600;
  line-height: 0.8;
  font-family: var(--font-principal);
  color: var(--color-primary);
  transform: scale(0.5);
  opacity: 0;
  z-index: -1;
  pointer-events: none;
  transition: all 350ms ease;
}
.swiper-slide-active::before {
  opacity: 1;
  transform: scale(1);
}
.swiper-slide-active .c-swiper__text {
  opacity: 1;
}
.swiper-slide-active .c-swiper__text .c-swiper__title,
.swiper-slide-active .c-swiper__text .c-swiper__link {
  transform: translateY(0);
}
.swiper-slide-prev {
  opacity: 0;
}
.swiper-slide-next {
  opacity: 1;
}

.c-swiper__text {
  z-index: 1000000000000000000000000;
  opacity: 0;
  width: 88%;
  height: 45%;
  position: absolute;
  top: 25%;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  transform: scale(0.7);
  transition: transform 0.3s ease;
}
.c-swiper__text .c-swiper__title {
  max-height: 100%;
  font-size: 64px;
  font-weight: 600;
  text-shadow: 1px 1px 2px var(--color-dark);
  text-align: left;
  pointer-events: none;
  transition: transform 500ms ease;
  transition-delay: 100ms;
  transform: translateY(-25%);
  z-index: 1;
}
.c-swiper__text .c-swiper__link {
  position: relative;
  max-width: 100px;
  margin-left: 24px;
  color: var(--color-light);
  text-decoration: none;
  transform: translateY(25%);
  transition: transform 500ms ease;
  transition-delay: 200ms;
}
.c-swiper__text .c-swiper__link::after {
  content: "";
  height: 2px;
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  background-color: var(--color-light);
}

.swiper-slide-active .c-swiper__text {
  transform: scale(1);
  opacity: 1;
  z-index: 1;
}
@media (max-width: 450px) {
  .swiper-slide-active .c-swiper__text {
    width: 88%;
    height: 53%;
    transform: scale(0.6);
    top: 38%;
  }
}
@media (max-width: 450px) and (min-width: 426px) {
  .swiper-slide-active .c-swiper__text {
    width: 131%;
  }
}
.swiper-slide-active .c-swiper__image-container {
  width: 90%;
  height: 80%;
  overflow: hidden;
}
.swiper-slide-active .c-swiper__image-container img {
  transform: scale(1);
}
@media (max-width: 549px) and (min-width: 426px) {
  .swiper-slide-active .c-swiper__image-container img {
    width: 78% !important;
  }
}

.c-swiper__image-container {
  width: 90%;
  height: 80%;
  overflow: hidden;
}
.c-swiper__image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 80px;
  transform: scale(0.7);
  transition: transform 0.3s ease;
}
@media (max-width: 426px) {
  .c-swiper__image-container img {
    width: 80%;
  }
}

.swiper-pagination-bullet {
  width: 36px;
  height: 3px;
  background-color: var(--color-primary);
  border-radius: 0;
}

.media-section-1 .section-1-content {
  text-align: center;
  padding: 0 23vw;
}
@media (max-width: 500px) {
  .media-section-1 .section-1-content {
    padding: 0 4vw;
  }
}
.media-section-1 .section-1-content h3 {
  font-family: "Gelion";
  font-style: normal;
  font-weight: 300;
  font-size: 3.4rem;
  color: #080808;
}
@media (max-width: 742px) {
  .media-section-1 .section-1-content h3 {
    font-size: 3rem;
  }
}
.media-section-1 .section-1-content p {
  font-family: "Gelion";
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 134%;
  text-align: center;
  color: #7F7F7F;
}
@media (max-width: 742px) {
  .media-section-1 .section-1-content p {
    font-size: 1rem;
  }
}

.media-section-2 .section-2-content .media-tab-section {
  position: relative;
}
.media-section-2 .section-2-content .media-tab-section .media-tabs {
  display: flex;
  justify-content: center;
}
.media-section-2 .section-2-content .media-tab-section .media-tabs .media-tab-button {
  font-family: "Gelion";
  font-style: normal;
  font-weight: 400;
  font-size: 1.3rem;
  text-align: center;
  color: #000;
  background: transparent;
  border: none;
  padding: 0.3% 2%;
}
@media (max-width: 742px) {
  .media-section-2 .section-2-content .media-tab-section .media-tabs .media-tab-button {
    font-size: 1.1rem;
  }
}
.media-section-2 .section-2-content .media-tab-section .media-tabs .media-tab-button:last-child {
  border-left: 1px solid #D2D2D2;
}
.media-section-2 .section-2-content .media-tab-section .media-tabs .media-tab-button.active {
  color: #0000FF;
}
.media-section-2 .section-2-content .media-tab-section .hidden {
  display: none;
}
.media-section-2 .section-2-content .media-tab-section .media-tab-content .media-button-section {
  background-image: url(../images/media-bg-2.webp);
  background-repeat: no-repeat;
  background-position: left 0vw bottom 1vw;
  background-size: 100%;
}
.media-section-2 .section-2-content .media-tab-section .media-tab-content .media-button-section .media-inner-tab {
  text-align: center;
}
.media-section-2 .section-2-content .media-tab-section .media-tab-content .media-button-section .media-inner-tab h3 {
  font-family: "Gelion";
  font-style: normal;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 193%;
  color: #000000;
  margin: 1% 0;
}
@media (max-width: 742px) {
  .media-section-2 .section-2-content .media-tab-section .media-tab-content .media-button-section .media-inner-tab h3 {
    font-size: 2rem;
  }
}
@media (max-width: 500px) {
  .media-section-2 .section-2-content .media-tab-section .media-tab-content .media-button-section .media-inner-tab h3 {
    font-size: 1.7rem;
    padding: 0 18px;
    line-height: 32px;
  }
}
.media-section-2 .section-2-content .media-tab-section .media-tab-content .media-button-section .media-inner-tab .btn-div {
  display: flex;
  justify-content: center;
  gap: 4.9vw;
}
@media (max-width: 742px) {
  .media-section-2 .section-2-content .media-tab-section .media-tab-content .media-button-section .media-inner-tab .btn-div {
    gap: 2.7vw;
  }
}
.media-section-2 .section-2-content .media-tab-section .media-tab-content .media-button-section .media-inner-tab .btn-div .media-inner-btn {
  border: none;
  color: #777777;
  padding: 0.8% 2%;
  font-size: 1rem;
  background: transparent;
}
.media-section-2 .section-2-content .media-tab-section .media-tab-content .media-button-section .media-inner-tab .btn-div .media-inner-btn.active {
  color: #000000;
  border-bottom: 2px solid #FBB03B;
  font-weight: 500;
}
.media-section-2 .section-2-content .media-tab-section .media-tab-content .media-button-section .media-inner-tab .hr-div {
  padding: 0 17vw;
}
@media (max-width: 992px) {
  .media-section-2 .section-2-content .media-tab-section .media-tab-content .media-button-section .media-inner-tab .hr-div {
    padding: 0 5vw;
  }
}
.media-section-2 .section-2-content .media-tab-section .media-tab-content .media-button-section .media-inner-tab .hr-div hr {
  margin-top: 0;
}

.main-event-section {
  padding: 4% 7%;
}
@media (max-width: 742px) {
  .main-event-section {
    padding: 4% 3%;
  }
}
.main-event-section .main-event-content-1 {
  text-align: center;
}
.main-event-section .main-event-content-1 .main-media-1 {
  display: flex;
  gap: 25px;
  width: 100%;
  height: 100%;
}
@media (max-width: 992px) {
  .main-event-section .main-event-content-1 .main-media-1 {
    flex-direction: column;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .main-event-section .main-event-content-1 .main-media-1 {
    gap: 15px;
  }
}
.main-event-section .main-event-content-1 .main-media-1 .img-div-1 {
  overflow: hidden;
  width: 100%;
}
.main-event-section .main-event-content-1 .main-media-1 .img-div-1 img {
  border-radius: 50px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 426px) {
  .main-event-section .main-event-content-1 .main-media-1 .img-div-1 img {
    border-radius: 36px;
  }
}
.main-event-section .main-event-content-1 .main-media-1 .img-div-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 426px) {
  .main-event-section .main-event-content-1 .main-media-1 .img-div-2 {
    gap: 15px;
  }
}
.main-event-section .main-event-content-1 .main-media-1 .img-div-2 img {
  border-radius: 50px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 426px) {
  .main-event-section .main-event-content-1 .main-media-1 .img-div-2 img {
    border-radius: 27px;
  }
}
.main-event-section .main-event-content-1 .main-media-2 {
  margin-top: 3%;
}
.main-event-section .main-event-content-1 .main-media-2 .img-div-3 {
  overflow: hidden;
}
.main-event-section .main-event-content-1 .main-media-2 .img-div-3 img {
  border-radius: 50px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 426px) {
  .main-event-section .main-event-content-1 .main-media-2 .img-div-3 img {
    border-radius: 27px;
  }
}
.main-event-section .main-event-content-1 .load-more-btn {
  text-align: center;
  color: #000000;
  padding: 1.4% 6%;
  font-weight: 500;
  font-size: 15px;
  background: transparent;
  border-radius: 43px;
  margin-top: 4%;
  border: 1px solid #000;
  transition: all 0.3s ease;
}
@media (max-width: 426px) {
  .main-event-section .main-event-content-1 .load-more-btn {
    padding: 2.4% 10.3%;
    font-size: 15px;
  }
}
.main-event-section .main-event-content-1 .load-more-btn:hover {
  background-color: #FBB03B;
  transform: scale(1.03);
}

.media-bg-1 {
  background-image: url(../images/media-bg-1.webp);
  height: 64vh;
  position: absolute;
  top: 0;
  width: 100%;
  background-position: left -1vw top 0vw;
  background-repeat: no-repeat;
  background-size: 63%;
  z-index: -1;
}
@media (max-width: 426px) {
  .media-bg-1 {
    background-size: 145%;
  }
}

.media-bg-2 {
  position: absolute;
  top: 7%;
  right: -16%;
}
@media (max-width: 500px) {
  .media-bg-2 {
    display: none;
  }
}
.media-bg-2 img {
  width: 80%;
}

#latest .latest-section {
  margin: 4% 5%;
}
@media (max-width: 1400px) {
  #latest .latest-section {
    margin: 4% 3%;
  }
}
@media (max-width: 999px) {
  #latest .latest-section {
    margin: 4% 0%;
  }
}
#latest .latest-section .latest-content {
  display: flex;
}
#latest .latest-section .latest-content .side-content {
  width: 62rem;
  border-right: 1px solid #c1c1c1;
  padding-right: 1%;
  position: sticky;
  left: 0;
  top: 0;
}
@media (max-width: 999px) {
  #latest .latest-section .latest-content .side-content {
    display: none;
  }
}
#latest .latest-section .latest-content .side-content .search-div {
  position: relative;
  width: 85%;
}
#latest .latest-section .latest-content .side-content .search-div input {
  border-radius: 33px;
  border-radius: 33px;
  width: 100%;
  padding: 13px 24px;
  font-size: 13px;
  color: #777777;
  border: 1px solid #c8c8c8;
  outline: none;
}
#latest .latest-section .latest-content .side-content .search-div img {
  position: absolute;
  top: 50%;
  right: 8%;
  transform: translateY(-50%);
  width: 16px;
}
#latest .latest-section .latest-content .side-content h5 {
  font-family: "Gelion";
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  color: #0000FF;
  margin-left: 7%;
  margin-bottom: 7%;
  margin-top: 7%;
}
#latest .latest-section .latest-content .side-content .side-menus {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
#latest .latest-section .latest-content .side-content .side-menus .latest-side-btn {
  font-family: "Gelion";
  font-style: normal;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 23px;
  color: #AFAFAF;
  background: transparent;
  border: none;
  padding: 10px 0 10px 15px;
  border-left: 1px solid #AFAFAF;
  text-align: left;
}
#latest .latest-section .latest-content .side-content .side-menus .latest-side-btn.active {
  color: #000000;
  font-weight: 500;
  border-left: 2px solid #0000FF;
}
#latest .latest-section .latest-content .hidden {
  display: none;
}
#latest .latest-section .latest-content .right-content {
  margin: 0 3%;
}
#latest .latest-section .latest-content .right-content hr {
  margin: 2rem 0;
}
#latest .latest-section .latest-content .right-content .content-1 {
  padding-right: 1%;
}
#latest .latest-section .latest-content .right-content .content-1 .img-div-1 img {
  box-shadow: 0px 4px 54px rgba(0, 0, 0, 0.25);
  border-radius: 64px;
  width: 100%;
}
#latest .latest-section .latest-content .right-content .content-1 .content-1-1 {
  padding-left: 10px;
}
#latest .latest-section .latest-content .right-content .content-1 .content-1-1 h2 {
  font-family: "Gelion";
  font-style: normal;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 101%;
  color: #000000;
  margin-bottom: 10px;
}
@media (max-width: 426px) {
  #latest .latest-section .latest-content .right-content .content-1 .content-1-1 h2 {
    font-size: 1.5rem;
  }
}
#latest .latest-section .latest-content .right-content .content-1 .content-1-1 .para-1 {
  font-family: "Gelion";
  font-style: normal;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 155%;
  color: #b0b0b0;
  margin: 0;
  margin-bottom: 7px;
}
@media (max-width: 426px) {
  #latest .latest-section .latest-content .right-content .content-1 .content-1-1 .para-1 {
    margin-top: 11px;
    font-size: 1rem;
    line-height: 132%;
  }
}
#latest .latest-section .latest-content .right-content .content-1 .content-1-1 .para-2 {
  font-family: "Gelion";
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  color: #0000FF;
  text-align: right;
}
#latest .latest-section .latest-content .right-content .content-1 .content-1-1 .dp-div {
  display: flex;
  align-items: center;
  gap: 20px;
}
#latest .latest-section .latest-content .right-content .content-1 .content-1-1 .dp-div .img-div-2 img {
  border-radius: 50%;
}
#latest .latest-section .latest-content .right-content .content-1 .content-1-1 .dp-div h3 {
  font-family: "Gelion";
  font-style: normal;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 96%;
  color: #000000;
  margin: 0;
}
#latest .latest-section .latest-content .right-content .content-1 .content-1-1 .dp-div h3 span {
  font-family: "Gelion";
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  /* line-height: 10%; */
  color: #000000;
}
#latest .latest-section .latest-content .right-content .content-2 .img-div-3 {
  margin-bottom: 1.5rem;
}
#latest .latest-section .latest-content .right-content .content-2 .img-div-3 img {
  border-radius: 64px;
  width: 100%;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
}
#latest .latest-section .latest-content .right-content .content-2 .content-1-1 {
  padding-left: 10px;
}
#latest .latest-section .latest-content .right-content .content-2 .content-1-1 h2 {
  font-family: "Gelion";
  font-style: normal;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 101%;
  color: #000000;
  margin-bottom: 10px;
}
@media (max-width: 426px) {
  #latest .latest-section .latest-content .right-content .content-2 .content-1-1 h2 {
    font-size: 1.5rem;
  }
}
#latest .latest-section .latest-content .right-content .content-2 .content-1-1 .para-1 {
  font-family: "Gelion";
  font-style: normal;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 155%;
  color: #b0b0b0;
  margin: 0;
  margin-bottom: 7px;
}
@media (max-width: 426px) {
  #latest .latest-section .latest-content .right-content .content-2 .content-1-1 .para-1 {
    margin-top: 11px;
    font-size: 1rem;
    line-height: 132%;
  }
}
#latest .latest-section .latest-content .right-content .content-2 .content-1-1 .para-2 {
  font-family: "Gelion";
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  color: #0000FF;
  text-align: left;
}
#latest .latest-section .latest-content .right-content .content-2 .content-1-1 .dp-div {
  display: flex;
  align-items: center;
  gap: 20px;
}
#latest .latest-section .latest-content .right-content .content-2 .content-1-1 .dp-div .img-div-2 img {
  border-radius: 50%;
}
#latest .latest-section .latest-content .right-content .content-2 .content-1-1 .dp-div h3 {
  font-family: "Gelion";
  font-style: normal;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 96%;
  color: #000000;
  margin: 0;
}
#latest .latest-section .latest-content .right-content .content-2 .content-1-1 .dp-div h3 span {
  font-family: "Gelion";
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  /* line-height: 10%; */
  color: #000000;
}

.align-self-center {
  align-self: center;
}

.hidden-side-bar {
  margin-right: 10px;
}
.hidden-side-bar #toggleButton {
  display: none;
  background: linear-gradient(149.69deg, #FF4848 12.71%, #0000FF 131.67%);
  background-blend-mode: color, normal;
  box-shadow: 0px 4px 54px rgba(0, 0, 0, 0.25);
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 0px 30px 30px 0;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 426px) {
  .hidden-side-bar #toggleButton {
    top: -2.5%;
  }
}
.hidden-side-bar #toggleButton img {
  filter: invert(1);
  width: 17px;
}
@media (max-width: 999px) {
  .hidden-side-bar #toggleButton {
    display: block;
  }
}

.side-content-container.open {
  width: 300px;
}
@media (max-width: 607px) {
  .side-content-container.open {
    width: 200px;
  }
}

.side-content-container {
  overflow: hidden;
  width: 0;
  transition: width 0.5s ease;
}
.side-content-container .side-content2 {
  width: 300px;
  margin-right: 3%;
  padding-right: 1%;
}
@media (max-width: 607px) {
  .side-content-container .side-content2 {
    width: 200px;
  }
}
.side-content-container .side-content2 .search-div {
  position: relative;
  width: 85%;
}
.side-content-container .side-content2 .search-div input {
  border-radius: 33px;
  border-radius: 33px;
  width: 100%;
  padding: 16px 24px;
  font-size: 14px;
  color: #777777;
  border: 1px solid #989898;
  outline: none;
}
@media (max-width: 607px) {
  .side-content-container .side-content2 .search-div input {
    padding: 9px 20px;
  }
}
.side-content-container .side-content2 .search-div img {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}
.side-content-container .side-content2 h5 {
  font-family: "Gelion";
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  color: #0000FF;
  margin-left: 7%;
  margin-bottom: 7%;
  margin-top: 7%;
}
@media (max-width: 607px) {
  .side-content-container .side-content2 h5 {
    font-size: 0.9rem;
  }
}
.side-content-container .side-content2 .side-menus {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
.side-content-container .side-content2 .side-menus .latest-side-btn {
  font-family: "Gelion";
  font-style: normal;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 23px;
  color: #AFAFAF;
  background: transparent;
  border: none;
  padding: 10px 0 10px 15px;
  border-left: 1px solid #AFAFAF;
  text-align: left;
}
@media (max-width: 607px) {
  .side-content-container .side-content2 .side-menus .latest-side-btn {
    padding: 6px 0 6px 15px;
    font-size: 0.9rem;
    line-height: 16px;
  }
}
.side-content-container .side-content2 .side-menus .latest-side-btn.active {
  color: #000000;
  font-weight: 500;
  border-left: 2px solid #0000FF;
  text-align: left;
}

/* WhatsApp and Call Buttons */
.tel,
.float {
  position: fixed;
  width: 45px;
  height: 45px;
  right: 20px;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 23px;
  z-index: 999999;
  transition: all 0.3s;
  text-decoration: none !important;
}

.tel:hover,
.float:hover {
  opacity: 0.9;
  transform: scale(1.05);
  text-decoration: none;
  color: #fff;
}

.tel {
  bottom: 70px;
  background-color: #FF0030;
}

.float {
  bottom: 10px;
  background-color: #25D366;
}

.my-float {
  width: 100%;
  height: 100%;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.fa,
.far,
.fas {
  font-family: "Font Awesome 5 Free" !important;
}

.fab {
  font-family: "Font Awesome 5 Brands" !important;
}

/* WhatsApp and Call Buttons Ends */
.section-1-content .para-1 span {
  display: inline-block;
  overflow: hidden;
  animation: 0.3s swift-up ease-in-out forwards;
}
.section-1-content .para-1 i {
  font-style: normal;
  position: relative;
  top: 55px;
  animation: 0.5s swift-up ease-in-out forwards;
}
@keyframes swift-up {
  to {
    top: 0;
  }
}

.btn-shake {
  animation: jiggle 2s ease-out infinite;
}

@keyframes jiggle {
  48%, 62% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 0.9);
  }
  56% {
    transform: scale(0.9, 1.1) translate(0, -5px);
  }
  59% {
    transform: scale(1, 1) translate(0, -3px);
  }
}
.heading-animation1 {
  animation: livelyBounce 2s ease-out infinite;
  /* Apply the animation */
}

@keyframes livelyBounce {
  0% {
    transform: translateY(0) scale(1);
    /* Initial state */
  }
  20% {
    transform: translateY(-5px) scale(1.1);
    /* Slight bounce up */
  }
  40% {
    transform: translateY(5px) scale(0.95);
    /* Small dip down */
  }
  60% {
    transform: translateY(-3px) scale(1.05);
    /* Gentle bounce up */
  }
  80% {
    transform: translateY(2px) scale(0.98);
    /* Final minor adjustment */
  }
  100% {
    transform: translateY(0) scale(1);
    /* Back to original position */
  }
}
.heading-animation2 {
  animation: bounceInAndReset 1.5s ease-out forwards;
  /* Use forwards to retain final state */
}

@keyframes bounceInAndReset {
  0% {
    transform: scale(0.3) translateY(-200px);
    opacity: 0;
  }
  50% {
    transform: scale(1.05) translateY(20px);
    opacity: 1;
  }
  70% {
    transform: scale(0.95) translateY(-10px);
  }
  100% {
    transform: scale(1) translateY(0);
    /* Ensure final state is the normal state */
    opacity: 1;
  }
}
.media-section-1 .section-1-content .para-1 span {
  display: inline-block;
  overflow: hidden;
  animation: 0.3s swift-up ease-in-out forwards;
}
.media-section-1 .section-1-content .para-1 i {
  font-style: normal;
  position: relative;
  top: 55px;
  animation: 0.5s swift-up ease-in-out forwards;
}
@keyframes swift-up {
  to {
    top: 0;
  }
}

#overlay {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #A7FF00;
  -webkit-transition: 1s 0.4s;
  transition: 1s 0.4s;
  height: 100vh;
}

#progress {
  height: 1px;
  background: #000000;
  margin-top: 2%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#progstat {
  font-size: 0.7em;
  letter-spacing: 3px;
  position: absolute;
  top: 49%;
  width: 100%;
  text-align: center;
  color: #000000;
}
@media screen and (max-width: 550px) {
  #progstat {
    top: 47.5%;
  }
}

/* Rotating Image */
#loading-image {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 37%;
  right: 48%;
  transform: translate(50%, -50%);
  animation: rotate 1.5s linear infinite;
}
@media screen and (max-width: 500px) {
  #loading-image {
    right: 40%;
    top: 36%;
  }
}

/* Keyframes for rotation */
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.main-abot-home {
  position: relative;
  z-index: 100000000;
}
.main-abot-home div img {
  transition: 0.3s ease;
  animation: bounce 2s ease infinite;
}
@keyframes bounce {
  70% {
    transform: translateY(0%);
  }
  80% {
    transform: translateY(-50%);
  }
  90% {
    transform: translateY(0%);
  }
  95% {
    transform: translateY(-40%);
  }
  97% {
    transform: translateY(0%);
  }
  99% {
    transform: translateY(-35%);
  }
  100% {
    transform: translateY(0);
  }
}

.hover-logo {
  transition: 0.3s ease;
}

.hific-home-logo {
  width: 144px;
}

.hover-logo:hover {
  transform: scale(1.1) !important;
}

.img-div-5 {
  overflow: hidden !important;
}
.img-div-5 img {
  width: 100%;
  /* Ensures the image covers the div's width */
  height: 100%;
  /* Ensures the image covers the div's height */
  object-fit: cover;
  /* Makes sure the image covers the div, cropping where necessary */
  object-position: center;
}

.bgback {
  background-image: url(../images/tab-bg1.webp);
  background-size: cover;
  background-repeat: no-repeat;
  animation: zoomInBackgrounds 10s ease-in-out infinite;
  padding-bottom: 5rem;
}
@media (max-width: 600px) {
  .bgback {
    animation: none;
  }
}

.privacy {
  box-shadow: 0px 3px 32px 0px rgba(0, 0, 0, 0.2);
  padding: 3rem;
  border-radius: 37px;
  background-color: #fff;
}
@media (max-width: 450px) {
  .privacy {
    padding: 2rem;
  }
}
.privacy h3 {
  font-size: 2rem;
  color: #1638e9;
  font-weight: 500;
  letter-spacing: 0.5px;
  font-family: "Gelion" !important;
}
.privacy p {
  margin-bottom: 25px;
  font-weight: 300;
  font-size: 15px;
  color: #7c7c7c;
  letter-spacing: 0.5px;
  font-family: "Gelion" !important;
}
.privacy p span {
  font-weight: 500;
}
.privacy h6 {
  font-size: 1.2rem;
  font-weight: 500;
  color: #636363;
  letter-spacing: 0.6px;
  font-family: "Gelion" !important;
}
.privacy ul {
  padding-left: 22px;
}
.privacy li {
  padding-bottom: 7px;
  margin-bottom: 25px;
  font-weight: 300;
  font-size: 15px;
  color: #7c7c7c;
  letter-spacing: 0.5px;
  list-style-type: disc;
  font-family: "Gelion" !important;
}
@media (max-width: 450px) {
  .privacy li {
    margin-bottom: 10px;
  }
}
.privacy li span {
  font-weight: 500;
}

.see-more-contents {
  font-size: 18px;
  text-decoration: underline;
  margin-bottom: 25px;
  cursor: pointer;
}
@media (max-width: 450px) {
  .see-more-contents {
    font-size: 15px;
    text-align: center;
  }
}

#loading2 {
  position: fixed;
  z-index: 10000000000000000000000;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-transition: 1s 0.4s;
  transition: 1s 0.4s;
  font-size: 0px !important;
  visibility: hidden;
  background: rgba(216, 138, 71, 0.7490196078);
}

#loading2 .load {
  width: 7rem;
  height: 7rem;
  border: 5px solid #ff5f00;
  border-top: 6px solid #ff872b;
  border-radius: 100%;
  margin: auto;
  -webkit-animation: spin 1s infinite;
  animation: spin 1s infinite;
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  z-index: 10000000000000000;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=style.css.map */
