@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;
}
body {
  overflow: hidden;
}

.has-scroll-smooth [data-scroll-container] {
  position: relative;
  z-index: 10000000;
}

.block-header {
  width: 100%;
  height: auto;
  z-index: 999;
  padding: 15px 0;
  position: relative;
}
@media (max-width: 991px) {
  .block-header {
    padding: 25px 0;
    background-color: #fff;
  }
}
.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: 21px;
}
@media (max-width: 1128px) {
  .block-header .nav-block {
    gap: 0px;
    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: 600 !important;
  border-bottom: 3px solid #7B2CFF;
}

.link-efx {
  position: relative;
}

.link-efx a::after {
  position: absolute;
  top: 100%;
  left: 10%;
  width: 80%;
  height: 2px;
  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 #page-menu {
  padding: 0;
}
.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 .donate-btn-sidebar {
  background: #5B2AD6;
  border-radius: 45.3312px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 1.1rem;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #FFFFFF;
  border: none;
  padding: 3%;
  margin: 15px 30px;
}
.sidenav li {
  list-style-type: none;
  text-align: center;
}
.sidenav a:hover {
  color: #7b32ff;
}
.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 {
  position: relative;
  -webkit-transition: 0.4s ease;
  transition: 0.1s ease-out;
  letter-spacing: 0.72px;
  text-decoration: none;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 15.6791px;
  color: #000000;
  padding: 10px 20px;
}
@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: 30px;
  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-logo {
  margin: 0 0 15px;
}

.footer-block {
  background-color: #000;
  color: #fff;
  padding: 3% 6% 0%;
}
@media (max-width: 500px) {
  .footer-block {
    padding: 3% 4% 0%;
  }
}
@media (max-width: 600px) {
  .footer-block .footer-main {
    padding: 0px;
  }
}
@media (max-width: 500px) {
  .footer-block .footer-main .container-fluid {
    padding: 0;
  }
}
.footer-block .footer-main .footer-section {
  display: grid;
  grid-template-columns: 54% 14% 16% 16%;
  padding: 50px 15px;
}
@media (max-width: 1400px) {
  .footer-block .footer-main .footer-section {
    grid-template-columns: 46% 16% 21% 17%;
  }
}
@media (max-width: 1200px) {
  .footer-block .footer-main .footer-section {
    grid-template-columns: 40% 17% 26% 17%;
  }
}
@media (max-width: 991px) {
  .footer-block .footer-main .footer-section {
    grid-template-columns: 50% 50%;
    text-align: -webkit-center;
  }
}
@media (max-width: 600px) {
  .footer-block .footer-main .footer-section {
    grid-template-columns: 100%;
    text-align: start;
    padding: 20px 15px 15px;
  }
}
@media (max-width: 500px) {
  .footer-block .footer-main .footer-section {
    padding: 20px 0px 15px;
  }
}
.footer-block .footer-main .footer-head-section {
  padding: 15px 15px 50px;
  border-bottom: 1px solid #404040;
}
@media (max-width: 767px) {
  .footer-block .footer-main .footer-head-section {
    flex-direction: column;
  }
}
@media (max-width: 500px) {
  .footer-block .footer-main .footer-head-section {
    padding: 15px 0px 24px;
  }
}
.footer-block .footer-main .input-button-footer {
  display: flex;
  align-items: baseline;
  justify-content: end;
  gap: 10px;
  position: relative;
}
@media (max-width: 767px) {
  .footer-block .footer-main .input-button-footer {
    justify-content: flex-start;
  }
}
@media (max-width: 370px) {
  .footer-block .footer-main .input-button-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer-block .footer-main .input-button-footer button {
  background: #7B2CFF;
  border-radius: 35.1234px;
  padding: 16px 30px;
  color: #fff;
}
@media (max-width: 450px) {
  .footer-block .footer-main .input-button-footer button {
    padding: 8px 26px;
    font-size: 14.1334px;
  }
}
.footer-block .footer-main .input-button-footer input {
  box-sizing: border-box;
  border: 0.856669px solid rgba(255, 255, 255, 0.5);
  border-radius: 35.1234px;
  padding: 16px 23px;
  background-color: #000;
  width: 60%;
  color: #fff;
}
@media (max-width: 450px) {
  .footer-block .footer-main .input-button-footer input {
    padding: 8px 23px;
  }
}
.footer-block .footer-main .input-button-footer input::placeholder {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 15.1334px;
  line-height: 26px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 450px) {
  .footer-block .footer-main .input-button-footer input::placeholder {
    font-size: 12.1334px;
  }
}
.footer-block .footer-main h4 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 23.7063px;
  text-transform: capitalize;
  color: #FFFFFF;
}
.footer-block .footer-main a {
  display: block;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 15.1334px;
  line-height: 26px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #FFFFFF;
  text-decoration: none;
  margin-bottom: 20px;
}
.footer-block .footer-main p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 15.1334px;
  line-height: 26px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 1200px) {
  .footer-block .footer-main p br {
    display: none;
  }
}
@media (max-width: 991px) {
  .footer-block .footer-main .logo-footer,
  .footer-block .footer-main .about-rays-footer {
    margin-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .footer-block .footer-main .logo-footer,
  .footer-block .footer-main .about-rays-footer {
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .footer-block .copyrights_div {
    flex-direction: column;
    gap: 10px;
  }
}

.copyrights {
  background-color: #000;
  padding: 40px 0px;
  border-top: 1px solid #404040;
}
.copyrights .saihasoft-link {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 14.1334px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #FFFFFF;
  text-decoration: none;
  margin-bottom: 0;
}

.Blog-carousel {
  display: grid;
  grid-template-columns: 30% 70%;
  padding: 7% 10% 0;
}
@media (max-width: 1200px) {
  .Blog-carousel {
    grid-template-columns: 38% 62%;
    padding: 7% 4% 0;
  }
}
@media (max-width: 600px) {
  .Blog-carousel {
    grid-template-columns: 100%;
    gap: 46px;
  }
}
.Blog-carousel .carousel-first-section {
  position: relative;
  z-index: 100;
}
.Blog-carousel .carousel-first-section .arrows {
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
  z-index: 10;
}
.Blog-carousel .carousel-first-section .arrows .arrow {
  background-color: #fff;
  border: 1px solid #AA77FF;
  border-radius: 50%;
  width: 65px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 1.2rem;
  transition: background-color 0.3s ease;
  margin-top: 5%;
}
.Blog-carousel .carousel-first-section h1 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 51.85px;
  line-height: 57px;
  text-transform: capitalize;
  color: #000000;
}
@media (max-width: 1200px) {
  .Blog-carousel .carousel-first-section h1 {
    font-size: 44.85px;
    line-height: 52px;
  }
}
@media (max-width: 767px) {
  .Blog-carousel .carousel-first-section h1 {
    font-size: 35.85px;
    line-height: 43px;
  }
}
@media (max-width: 600px) {
  .Blog-carousel .carousel-first-section h1 br {
    display: none;
  }
}
.Blog-carousel .carousel-first-section p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 18.95px;
  line-height: 35px;
  color: #5D5D5D;
}
@media (max-width: 767px) {
  .Blog-carousel .carousel-first-section p br {
    display: none;
  }
}
@media (max-width: 1200px) {
  .Blog-carousel .carousel-first-section p {
    font-size: 16.95px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .Blog-carousel .carousel-first-section p {
    font-size: 15.95px;
    line-height: 29px;
  }
}
.Blog-carousel .owl-carousel .item {
  padding: 0 3%;
}
.Blog-carousel .owl-carousel .item .blog-details {
  padding: 4%;
}
@media (max-width: 450px) {
  .Blog-carousel .owl-carousel .item .blog-details {
    margin-top: 10px;
  }
}
.Blog-carousel .owl-carousel .item .blog-details h3 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 23.85px;
  line-height: 34px;
  text-transform: capitalize;
  color: #000000;
}
@media (max-width: 1200px) {
  .Blog-carousel .owl-carousel .item .blog-details h3 {
    font-size: 19.85px;
    line-height: 31px;
  }
}
.Blog-carousel .owl-carousel .item .blog-details p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16.85px;
  line-height: 31px;
  text-transform: capitalize;
  color: #797979;
  margin-bottom: 0px;
}
@media (max-width: 1200px) {
  .Blog-carousel .owl-carousel .item .blog-details p {
    font-size: 14.85px;
    line-height: 28px;
  }
}
.Blog-carousel .owl-carousel .item .blog-details h5 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 17.85px;
  line-height: 34px;
  text-transform: capitalize;
  color: #7B2CFF;
}
@media (max-width: 1200px) {
  .Blog-carousel .owl-carousel .item .blog-details h5 {
    font-size: 15.85px;
    line-height: 47px;
  }
}
.Blog-carousel .owl-carousel .item .bolg-img:hover {
  filter: grayscale(1);
}

.contact-main-section {
  padding: 4.8% 10%;
  position: relative;
}
.contact-main-section .contact-line-bg {
  position: absolute;
  top: 10%;
  left: 0;
  width: 100%;
}
@media (max-width: 500px) {
  .contact-main-section .contact-line-bg {
    overflow: hidden;
  }
}
@media (max-width: 1200px) {
  .contact-main-section {
    padding: 6%;
  }
}
.contact-main-section .contact-section {
  background: #7B2CFF;
  border-radius: 60.3429px;
  padding: 15px;
  background-image: url(../images/contact-form-bg.png);
  background-size: auto;
  background-position: 25% 70%;
  background-repeat: no-repeat;
}
.contact-main-section .contact-section .contact-info {
  padding: 8%;
}
@media (max-width: 500px) {
  .contact-main-section .contact-section .contact-info {
    padding: 0%;
  }
}
.contact-main-section .contact-section .contact-info .contact-item {
  border-bottom: 1px solid #DDDDDD;
  padding: 40px 50px 27px;
  position: relative;
  z-index: 10;
}
.contact-main-section .contact-section .contact-info .contact-item:last-child {
  border-bottom: none;
}
.contact-main-section .contact-section .contact-info .contact-item a {
  text-decoration: none;
  color: #fff;
}
.contact-main-section .contact-section .contact-info .contact-item h3 {
  font-family: "Gelion";
  font-style: normal;
  font-weight: 400;
  font-size: 18.5695px;
  line-height: 22px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 9px;
}
.contact-main-section .contact-section .contact-info .contact-item h3 a {
  text-decoration: none;
  color: #fff;
}
@media (max-width: 991px) {
  .contact-main-section .contact-section .contact-info .contact-item h3 {
    font-size: 17px;
  }
}
@media (max-width: 450px) {
  .contact-main-section .contact-section .contact-info .contact-item h3 {
    font-size: 18.972px;
    line-height: 24px;
  }
}
.contact-main-section .contact-section .contact-info .contact-item h3 img a {
  text-decoration: none;
  color: #fff;
}
.contact-main-section .contact-section .contact-info .contact-item p {
  font-family: "Gelion";
  font-style: normal;
  font-weight: 300;
  font-size: 18.5695px;
  line-height: 22px;
  color: #FFFFFF;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .contact-main-section .contact-section .contact-info .contact-item p {
    font-size: 16px;
  }
}
@media (max-width: 450px) {
  .contact-main-section .contact-section .contact-info .contact-item p {
    font-size: 18.972px;
    line-height: 24px;
  }
}
.contact-main-section .right-col-contact {
  padding: 0;
}
.contact-main-section .right-col-contact .form-section {
  background: #FFFFFF;
  border-radius: 49.3714px;
  width: 100%;
  padding: 60px;
  position: relative;
  z-index: 10;
}
@media (max-width: 991px) {
  .contact-main-section .right-col-contact .form-section {
    padding: 35px 25px;
  }
}
.contact-main-section .right-col-contact .form-section .button-sec {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 13px;
}
@media (min-width: 767px) and (max-width: 991px) {
  .contact-main-section .right-col-contact .form-section .button-sec {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 500px) {
  .contact-main-section .right-col-contact .form-section .button-sec {
    grid-template-columns: repeat(2, 1fr);
  }
}
.contact-main-section .right-col-contact .form-section .button-sec button {
  background: #D9D9D9;
  border-radius: 22.8371px;
  border: none;
  padding: 10px 24px;
  color: #000;
  font-size: 14px;
}
.contact-main-section .right-col-contact .form-section .button-sec .btn-selected {
  background: #7b2cff;
  color: white;
}
.contact-main-section .right-col-contact .form-section h3 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 50.87px;
  line-height: 55px;
  letter-spacing: 0.02em;
  color: #1C1C1C;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .contact-main-section .right-col-contact .form-section h3 {
    font-size: 42.87px;
  }
}
@media (max-width: 991px) {
  .contact-main-section .right-col-contact .form-section h3 {
    font-size: 39.87px;
    line-height: 48px;
  }
}
@media (max-width: 767px) {
  .contact-main-section .right-col-contact .form-section h3 {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .contact-main-section .right-col-contact .form-section h3 {
    font-size: 33.87px;
    line-height: 40px;
  }
}
@media (max-width: 1200px) {
  .contact-main-section .right-col-contact .form-section h3 br {
    display: none;
  }
}
.contact-main-section .right-col-contact .form-section h3 span {
  color: #585858;
}
.contact-main-section .right-col-contact .form-section .btn-group button {
  margin-bottom: 10px;
}
.contact-main-section .right-col-contact .form-section .form-control {
  border: none;
  border-bottom: 1px solid #DBDBDB;
  border-radius: unset;
  padding: 0.375rem 1.45rem;
  color: #000 !important;
}
.contact-main-section .right-col-contact .form-section .form-control:focus {
  box-shadow: none;
}
.contact-main-section .right-col-contact .form-section form .form-inputs {
  margin-top: 7%;
}
.contact-main-section .right-col-contact .form-section form input {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 14.6084px;
  line-height: 59px;
  color: #9F9F9F !important;
}
.contact-main-section .right-col-contact .form-section form textarea {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 14.6084px;
  color: #9F9F9F !important;
  padding: 1.575rem 1.45rem !important;
}
.contact-main-section .right-col-contact .form-section form .form-new-submit {
  text-align-last: center;
}
.contact-main-section .right-col-contact .form-section form .form-new-submit .btn-submit {
  background: #5B2AD6;
  border-radius: 45.3312px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 0.9rem;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #FFFFFF;
  border: none;
  padding: 13px 56px;
  font-size: 15.1334px;
  margin-top: 60px;
}
@media (max-width: 991px) {
  .contact-main-section .right-col-contact .form-section form .form-new-submit .btn-submit {
    margin-top: 35px;
  }
}

.event-section {
  background-image: url(../images/event-bg.png);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  padding: 5%;
  position: relative;
  margin-top: 3%;
}
.event-section .event-absolute-img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
@media (max-width: 500px) {
  .event-section .event-absolute-img {
    overflow: hidden;
  }
}
.event-section .event-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2%;
}
@media (max-width: 650px) {
  .event-section .event-head {
    flex-direction: column;
    align-items: start;
  }
}
.event-section .event-head p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 17.5387px;
  line-height: 26px;
  text-transform: capitalize;
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 991px) {
  .event-section .event-head p {
    font-size: 15.5387px;
    line-height: 24px;
  }
}
@media (max-width: 850px) {
  .event-section .event-head p {
    font-size: 13.3387px;
    line-height: 22px;
  }
}
.event-section .event-head h1 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 44.0568px;
  line-height: 47px;
  text-transform: capitalize;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .event-section .event-head h1 {
    font-size: 35.0568px;
    line-height: 38px;
  }
}
@media (max-width: 850px) {
  .event-section .event-head h1 {
    font-size: 32.0568px;
    line-height: 35px;
  }
}
.event-section .event-details {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  margin-top: 3%;
}
@media (max-width: 991px) {
  .event-section .event-details {
    gap: 25px;
  }
}
@media (max-width: 850px) {
  .event-section .event-details {
    grid-template-columns: repeat(1, 1fr);
  }
}
.event-section .event-details .event-sec1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  align-items: end;
  position: relative;
  z-index: 10;
}
@media (max-width: 991px) {
  .event-section .event-details .event-sec1 {
    gap: 15px;
  }
}
.event-section .event-details .event-sec2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  align-items: end;
  position: relative;
  z-index: 10;
}
@media (max-width: 991px) {
  .event-section .event-details .event-sec2 {
    gap: 15px;
  }
}
.event-section .event-details .event-img-details h1 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 21.7746px;
  line-height: 27px;
  text-transform: capitalize;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .event-section .event-details .event-img-details h1 {
    font-size: 17.7746px;
    line-height: 23px;
  }
}
.event-section .event-details .event-img-details .relative-img {
  position: relative;
  display: block;
  width: 100%;
}
.event-section .event-details .event-img-details .relative-img img {
  display: block;
  width: 100%;
  height: auto;
}
.event-section .event-details .event-img-details .arrow-event {
  position: absolute;
  top: 9%;
  right: 0%;
  transform: translate(0, -50%);
}
@media (max-width: 1400px) {
  .event-section .event-details .event-img-details .arrow-event {
    transform: translate(24%, -58%);
  }
}
@media (max-width: 1200px) {
  .event-section .event-details .event-img-details .arrow-event {
    transform: translate(36%, -65%);
  }
}
@media (max-width: 850px) {
  .event-section .event-details .event-img-details .arrow-event {
    transform: translate(6%, -49%);
  }
}
@media (max-width: 750px) {
  .event-section .event-details .event-img-details .arrow-event {
    transform: translate(13%, -58%);
  }
}
@media (max-width: 550px) {
  .event-section .event-details .event-img-details .arrow-event {
    transform: translate(22%, -61%);
  }
}
@media (max-width: 500px) {
  .event-section .event-details .event-img-details .arrow-event {
    transform: translate(32%, -68%);
  }
}
@media (max-width: 450px) {
  .event-section .event-details .event-img-details .arrow-event {
    width: 21%;
  }
}
.event-section .event-details .event-img-details .arrow-event img {
  border: 1px solid #D9D9D9;
  border-radius: 50%;
  padding: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 1.2rem;
  transition: background-color 0.3s ease;
}
@media (min-width: 851px) and (max-width: 991px) {
  .event-section .event-details .event-img-details .arrow-event img {
    padding: 0px;
  }
}
@media (max-width: 650px) {
  .event-section .event-details .event-img-details .arrow-event img {
    padding: 0px;
  }
}
.event-section .event-details .event-img-details p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 10.77px;
  line-height: 19px;
  text-transform: capitalize;
  color: rgba(255, 255, 255, 0.5);
}
.event-section .ring-img-section {
  position: absolute;
  top: 0%;
  left: 18%;
  transform: translate(50%, -36%);
}
@media (max-width: 991px) {
  .event-section .ring-img-section {
    left: 12%;
  }
}
@media (max-width: 850px) {
  .event-section .ring-img-section {
    transform: translate(28%, -39%);
  }
}
@media (max-width: 650px) {
  .event-section .ring-img-section {
    width: 34%;
    transform: translate(100%, -39%);
    left: 23%;
  }
}
.event-section .ring-img-section img {
  width: 100%;
}
@media (max-width: 1200px) {
  .event-section .ring-img-section img {
    width: 85%;
  }
}
@media (max-width: 991px) {
  .event-section .ring-img-section img {
    width: 68%;
  }
}
@media (max-width: 850px) {
  .event-section .ring-img-section img {
    width: 56%;
  }
}
@media (max-width: 650px) {
  .event-section .ring-img-section img {
    width: 100%;
  }
}

.donate-main-section {
  background-image: url(../images/donate-bg.png);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  padding: 1%;
  margin: 6% 4% 3%;
  border-radius: 80px;
  border: 1px solid #000;
}
@media (max-width: 767px) {
  .donate-main-section {
    border-radius: 60px;
  }
}
@media (max-width: 500px) {
  .donate-main-section {
    padding: 5%;
  }
}
.donate-main-section .donate-details {
  gap: 20px;
}
@media (max-width: 500px) {
  .donate-main-section .donate-details {
    gap: 0;
    flex-direction: column;
  }
}
.donate-main-section .donate-first-sec {
  padding-left: 4%;
}
@media (max-width: 991px) {
  .donate-main-section .donate-first-sec {
    padding: 5% 0 5% 5%;
  }
}
@media (max-width: 500px) {
  .donate-main-section .donate-first-sec {
    padding: 0;
  }
}
.donate-main-section .donate-first-sec h1 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 64.874px;
  line-height: 76px;
  color: #FFFFFF;
}
@media (max-width: 1400px) {
  .donate-main-section .donate-first-sec h1 {
    font-size: 59.874px;
    line-height: 69px;
  }
}
@media (max-width: 1200px) {
  .donate-main-section .donate-first-sec h1 {
    font-size: 53.874px;
    line-height: 58px;
  }
}
@media (max-width: 991px) {
  .donate-main-section .donate-first-sec h1 {
    font-size: 44.874px;
    line-height: 49px;
  }
}
@media (max-width: 767px) {
  .donate-main-section .donate-first-sec h1 {
    font-size: 36.874px;
    line-height: 42px;
  }
}
@media (max-width: 500px) {
  .donate-main-section .donate-first-sec h1 {
    text-align: center;
  }
}
.donate-main-section .donate-first-sec p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 36px;
  color: #FFFFFF;
}
@media (max-width: 1200px) {
  .donate-main-section .donate-first-sec p {
    font-size: 20px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .donate-main-section .donate-first-sec p br {
    display: none;
  }
}
@media (max-width: 991px) {
  .donate-main-section .donate-first-sec p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .donate-main-section .donate-first-sec p {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 500px) {
  .donate-main-section .donate-first-sec p {
    text-align: center;
  }
}
.donate-main-section .donate-second-sec {
  justify-items: center;
  background: #FFFFFF;
  border-radius: 71px;
  padding: 6%;
  text-align: -webkit-center;
}
@media (max-width: 767px) {
  .donate-main-section .donate-second-sec {
    margin: 9px;
    border-radius: 48px;
  }
}
@media (max-width: 500px) {
  .donate-main-section .donate-second-sec {
    border-radius: 20px;
    text-align-last: center;
  }
}
.donate-main-section .donate-second-sec a {
  text-decoration: none;
  color: #7B2CFF;
}
@media (max-width: 500px) {
  .donate-main-section .donate-second-sec img {
    padding-top: 9px;
    width: 50%;
  }
}
.donate-main-section .donate-second-sec p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 38px;
  color: #7B2CFF;
  margin: 10px 10px 0;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .donate-main-section .donate-second-sec p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .donate-main-section .donate-second-sec p {
    padding: 0;
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .donate-main-section .donate-second-sec p {
    font-size: 18px;
    margin-top: 5px;
  }
}

.blog-contact-bg {
  background-image: url(../images/blog-contact-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.program-donate-bg {
  background-image: url(../images/program-donate-bg.png);
  background-size: contain;
  background-position: center 47%;
  background-repeat: no-repeat;
  animation: zoomInBackgrounds 4s ease-in-out infinite;
}

.tel,
.float {
  position: fixed;
  width: 45px;
  height: 45px;
  right: 20px;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 23px;
  z-index: 99999999;
  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;
}

.hero .logo {
  display: inline-block;
}
@media (max-width: 767px) {
  .hero .logo {
    display: none;
  }
}

.hero .logo svg {
  visibility: hidden;
  opacity: 0;
}

.preloader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgb(72, 61, 139);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 100000000;
}

.progress-container {
  width: 300px;
  height: 2px;
  background: rgba(255, 255, 255, 0.1);
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}

.progress-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background: var(--color-foreground);
}

.percentage {
  position: absolute;
  bottom: 2rem;
  right: 5rem;
  font-weight: 700;
  font-size: 40vw;
  line-height: 0.8;
  color: var(--color-foreground);
  opacity: 0.1;
}
@media (max-width: 500px) {
  .percentage {
    position: absolute;
    top: -12rem;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 1000;
  }
}

.text-container {
  height: 3em;
  position: relative;
  overflow: hidden;
  margin: 20px 0;
  width: 200px;
}

.loading-text {
  font-weight: 300;
  font-family: "Gelion";
  color: var(--color-foreground);
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  position: absolute;
  width: 100%;
  text-align: center;
}

.loading-text.initial {
  transform: translateY(0);
}

.loading-text.complete {
  transform: translateY(100%);
  opacity: 0;
}

.loading-text .char {
  display: inline-block;
}

.preloader-item {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 767px) {
  #headerLogo {
    width: 60%;
  }
}
@keyframes zoomInBackgrounds {
  0% {
    background-size: 100%;
  }
  50% {
    background-size: 120%;
  }
  100% {
    background-size: 100%;
  }
}
@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
    /* Zoom in */
  }
  100% {
    transform: scale(1);
    /* Zoom out */
  }
}
.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);
  }
}
.height-to-footer {
  min-height: 130px;
}
@media (max-width: 1400px) {
  .height-to-footer {
    min-height: 100px;
  }
}
@media (max-width: 1200px) {
  .height-to-footer {
    min-height: 90px;
  }
}
@media (max-width: 991px) {
  .height-to-footer {
    display: none;
  }
}

#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;
}

#loading2 .load {
  width: 7rem;
  height: 7rem;
  border: 5px solid #9d62ff;
  border-top: 6px solid #9d62ff;
  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);
  }
}
.c-scrollbar_thumb {
  cursor: pointer !important;
}

.sweet-alert {
  z-index: 10000000000000000 !important;
}

.sweet-alert .sa-icon.sa-success .sa-placeholder {
  border: 4px solid rgb(91, 42, 214) !important;
}

.sweet-alert .sa-icon.sa-success .sa-line {
  background-color: #5b2ad6 !important;
}

.sweet-alert h2,
.sweet-alert p,
.sweet-alert button {
  font-family: "Gelion" !important;
}

.sweet-alert button {
  background: #5b2ad6 !important;
  border-radius: 35.1234px !important;
  padding: 6px 34px !important;
  color: #fff !important;
}

#email-error {
  padding: 16px 23px;
}

.showSweetAlert[data-animation=pop] {
  border: 2px solid #5b2ad6;
  border-radius: 40px;
}

/*# sourceMappingURL=style.css.map */
