.section-space-bottom {
  padding-bottom: 169px;
}
@media (max-width: 1000px) {
  .section-space-bottom {
    padding-bottom: 127px;
  }
}

.section-space-top {
  padding-top: 169px;
}
@media (max-width: 1000px) {
  .section-space-top {
    padding-top: 127px;
  }
}

h2 {
  margin-bottom: 26px;
}
@media (max-width: 1000px) {
  h2 {
    margin-bottom: 36px;
  }
}

p {
  margin-bottom: 33px;
}
@media (max-width: 1000px) {
  p {
    margin-bottom: 28px;
  }
}

a {
  transition: all 0.3s ease 0s;
}

body {
  position: relative;
}

.home-header {
  position: absolute;
  left: 0px;
  top: 10px;
  width: 100%;
  padding: 25px 0px 0px;
  z-index: 9;
}

.main-nav li a {
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  font-weight: 600;
}
.main-nav li a:hover {
  color: #0020F6;
}

.home-banner {
  position: relative;
  overflow: hidden;
}
.home-banner:after {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  content: "";
  background: transparent linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8784313725) 62%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
  height: 200px;
}
@media (max-width: 767px) {
  .home-banner:after {
    height: 411px;
  }
}

.banner-img-wrapper {
  overflow: hidden;
  background: transparent linear-gradient(180deg, #F2EBE1 0%, rgba(255, 255, 255, 0) 50%) 0% 0% no-repeat padding-box;
}
.banner-img-wrapper .cloud {
  position: absolute;
  z-index: 1;
}
.banner-img-wrapper .cloud-top {
  top: -246px;
  left: -25px;
}
@media (max-width: 767px) {
  .banner-img-wrapper .cloud-top {
    left: -330px;
    top: -124px;
  }
}
.banner-img-wrapper .cloud-top-top {
  right: 0px;
  top: -200px;
  opacity: 1;
}
@media (max-width: 1000px) {
  .banner-img-wrapper .cloud-top-top {
    display: none;
  }
}
.banner-img-wrapper .cloud-bottom-left {
  bottom: 0px;
  left: -670px;
}
@media (max-width: 1000px) {
  .banner-img-wrapper .cloud-bottom-left {
    left: -450px;
  }
}
.banner-img-wrapper .cloud-bottom-right {
  bottom: 0px;
  right: -450px;
}
@media (max-width: 1000px) {
  .banner-img-wrapper .cloud-bottom-right {
    right: -387px;
  }
}
.banner-img-wrapper .cloud-bottom-center {
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}
.banner-img-wrapper .cloud-bottom-center img {
  transform: rotate(180deg);
}
@media (max-width: 1000px) {
  .banner-img-wrapper .cloud-bottom-center {
    right: -387px;
  }
}

.banner-img-wrapper img {
  width: 100%;
}

.banner-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  padding-top: 180px;
  z-index: 1;
}
@media (max-width: 1000px) {
  .banner-overlay {
    padding-top: 142px;
  }
}

.banner-overlay h1 {
  color: #0020F6;
  font-weight: bold;
}
@media (min-width: 1000px) {
  .banner-overlay h1 {
    margin: 0px;
    padding: 0px;
  }
}

.banner-overlay h2 {
  display: block;
  font-size: 41px;
  line-height: 46px;
  color: #00041D;
  font-weight: bold;
  margin-bottom: 2px;
}
@media (max-width: 1200px) {
  .banner-overlay h2 {
    font-size: 22px;
    line-height: 24px;
    text-align: left;
    margin-bottom: 8px;
  }
}

@media (min-width: 1000px) {
  .banner-overlay-right-ctn {
    max-width: 341px;
    margin-left: auto;
    margin-top: -61px;
    position: relative;
    left: -46px;
  }
}
@media (max-width: 767px) {
  .banner-overlay-right-ctn {
    padding-right: 7px;
  }
}
@media (min-width: 1000px) {
  .banner-overlay-right-ctn .common-btn {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.banner-overlay-right-ctn p {
  color: #00041D;
  margin-bottom: 25px;
  font-weight: 300;
}

.common-btn {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #FFFFFF;
  padding: 13px 28px 12px;
  background: #3AC4BC;
  border-radius: 30px;
  transition: 0.5s ease;
  cursor: pointer;
}
.common-btn:hover {
  background: #000;
}

.banner-overlay-left-ctn {
  max-width: 713px;
  position: relative;
}
@media (min-width: 1000px) and (max-width: 1200px) {
  .banner-overlay-left-ctn {
    max-width: 50%;
  }
}

.scroll-dwn-btn {
  position: absolute;
  left: 88px;
  bottom: -114px;
  right: 0px;
  margin: auto;
  width: 91px;
}
@media (max-width: 1000px) {
  .scroll-dwn-btn {
    position: absolute;
    left: 173px;
    bottom: 32vh;
    right: 0px;
    display: block !important;
  }
}
@media (min-width: 767px) and (max-width: 1000px) {
  .scroll-dwn-btn {
    bottom: auto;
    left: auto;
    right: 0;
    top: 22vh;
  }
}

.banner-for-mobile {
  display: none;
}

.create-impact-section-inner {
  position: relative;
  padding-top: 0px;
}

.create-impact-section .container {
  position: relative;
}

.create-impact-section {
  background: transparent linear-gradient(180deg, rgba(253, 245, 236, 0) 0%, #FDF5EC 100%) 0% 0% no-repeat padding-box;
  padding-top: 40px;
  margin-top: -40px;
}
@media (min-width: 1000px) {
  .create-impact-section {
    padding-top: 20px;
    padding-bottom: 123px;
  }
}
@media (max-width: 767px) {
  .create-impact-section {
    margin-top: -100px;
  }
}

@media (min-width: 1000px) {
  .create-impact-btm-sec {
    margin-top: -23px;
  }
}
@media (max-width: 1000px) {
  .create-impact-btm-sec {
    margin-top: 86px;
  }
}

.create-impact-winner-box {
  border-radius: 20px;
  background: #00041D;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 65px 40px 42px;
  transition: all 0.3s ease 0s;
  overflow: hidden;
}

.create-impact-winner-box-inner {
  position: relative;
}

.create-impact-winner-box:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 0px;
  background: #0020F6;
  transition: all 0.3s ease 0s;
}

.create-impact-winner-box:hover:before {
  height: 100%;
}

.create-impact-winner-icon {
  margin-bottom: 41px;
}

.create-impact-winner-box label {
  display: block;
  font-size: 22px;
  line-height: normal;
  color: #FFFFFF;
  font-weight: 300;
  padding: 0px;
  margin-bottom: 5px;
}
@media (max-width: 1000px) {
  .create-impact-winner-box label {
    font-size: 19px;
  }
}

.create-impact-winner-box span {
  display: block;
  font-size: 46px;
  line-height: 48px;
  color: #F69C63;
  font-weight: bold;
  padding: 0px;
  margin-bottom: 0px;
  font-family: "Mackay";
}
@media (max-width: 1000px) {
  .create-impact-winner-box span {
    font-size: 40px;
    line-height: 42px;
  }
}

.win-pattern {
  position: absolute;
}

.win-1-pattern {
  left: 0px;
  top: 0px;
}

.win-2-pattern {
  right: 0px;
  bottom: 0px;
}

.win-3-pattern {
  right: 0px;
  top: 0px;
}

@media (max-width: 1000px) {
  .create-impact-winner-box-main {
    margin-bottom: 33px;
  }
}
@media (max-width: 1000px) {
  .create-impact-winner-box-main:last-child {
    margin-bottom: 0px;
  }
}

@media (min-width: 1000px) {
  .create-impact-btm-sec [class*=col-]:nth-child(even) {
    margin-top: 140px;
  }
}

@media (min-width: 1000px) {
  .create-impact-btm-sec [class*=col-]:last-child {
    margin-top: 73px;
  }
}

@media (max-width: 1000px) {
  .create-impact-top-sec {
    text-align: center;
  }
}

.create-impact-top-sec h2 {
  color: #0020F6;
}
@media (min-width: 1000px) {
  .create-impact-top-sec h2 {
    max-width: 263px;
    margin: 0px;
    padding: 0px;
  }
}

h2.sub-title {
  font-size: 37px;
  line-height: 42px;
  color: #00041D;
  padding: 0px;
  margin: 0px;
}
@media (max-width: 1000px) {
  h2.sub-title {
    font-size: 22px;
    line-height: 32px;
  }
}

.create-impact-top-sec p {
  color: #00041D;
  font-weight: 300;
}
@media (min-width: 1000px) {
  .create-impact-top-sec p {
    max-width: 486px;
    margin-bottom: 30px;
  }
}

.create-impact-top-sec p:first-child {
  font-size: 19px;
  line-height: 25px;
}

/*...media-strats-here...*/
@media (min-width: 1025px) {
  .main-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .main-nav li {
    padding: 0px 17px;
  }
  .main-nav li:last-child {
    padding-right: 0px;
  }
}
.eligibile-section {
  background: #FDF6ED 0% 0% no-repeat padding-box;
  padding-top: 40px;
}

.eligibile-top-ctn-sec {
  max-width: 600px;
  margin: 0px auto;
  text-align: center;
}
@media (max-width: 767px) {
  .eligibile-top-ctn-sec {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media (min-width: 1000px) {
  .tab-slider-sec {
    padding-top: 18px;
  }
}
@media (max-width: 767px) {
  .tab-slider-sec {
    margin-right: -25px;
  }
}
.tab-slider-sec .nav-tabs .nav-item.show .nav-link,
.tab-slider-sec .nav-tabs .nav-link.active {
  background: none;
  border: none;
  outline: none;
  box-shadow: none;
  color: #00041D;
}
.tab-slider-sec .nav-tabs .nav-link {
  font-size: 34px;
  font-family: "Mackay";
  outline: none;
  box-shadow: none;
  border: none;
  cursor: pointer;
  color: rgba(0, 4, 29, 0.1843137255);
}
@media (min-width: 767px) and (max-width: 1024px) {
  .tab-slider-sec .nav-tabs .nav-link {
    font-size: 18px;
    line-height: 25px;
  }
}
@media (max-width: 767px) {
  .tab-slider-sec .nav-tabs .nav-link {
    font-size: 22px;
    line-height: 25px;
    padding-top: 28px;
    padding-left: 22px;
    padding-right: 22px;
  }
}
.tab-slider-sec .nav-tabs {
  border: none;
  display: flex;
}
@media (min-width: 767px) {
  .tab-slider-sec .nav-tabs {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .tab-slider-sec .nav-tabs {
    display: flex;
    flex-wrap: initial;
    overflow: auto;
  }
}

.tab-content {
  padding-top: 47px;
}
.tab-content .swiper-pagination {
  position: relative;
  margin-top: 40px;
}
.tab-content .swiper-pagination-bullet {
  background: none;
  border: 1px solid #F69C63;
  opacity: 1;
}
.tab-content .swiper-pagination-bullet-active {
  background: #F69C63;
}

.eligibile-box {
  min-height: 255px;
  width: 100%;
  border-radius: 20px;
  background-color: #F8E5CF;
  padding: 43px;
  background-image: url(../images/bg-pattern.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
}
@media (min-width: 767px) and (max-width: 1024px) {
  .eligibile-box {
    background-position: center center;
  }
}
@media (max-width: 767px) {
  .eligibile-box {
    padding: 25px;
  }
}
.eligibile-box:hover .counter-number {
  transform: scale(1.2);
}
.eligibile-box p {
  margin-bottom: 0;
}
.eligibile-box.green {
  background-color: #3BC5BC;
}
.eligibile-box.orange {
  background-color: #FC9B64;
}
.eligibile-box.purple {
  background-color: #EFE7E7;
}
.eligibile-box .disc {
  max-width: 214px;
}
.eligibile-box .counter-number {
  background: #FFF;
  width: 47px;
  height: 47px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  font-family: "Graphik Arabic";
  font-weight: 600;
  margin-bottom: 22px;
  font-size: 14px;
  transition: 0.5s ease;
}
.eligibile-box p span {
  font-weight: 600;
}

.initiative-work-sec {
  position: relative;
  background: #FFF;
}
@media (min-width: 767px) {
  .initiative-work-sec {
    padding-bottom: 20px;
  }
}

.card-wrapper {
  height: 100vh;
}
@media (max-width: 1000px) {
  .card-wrapper {
    height: 600px;
  }
}
.card-wrapper .card-box {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.1607843137);
  border: 1px solid #C7C7C7;
  border-radius: 20px;
  opacity: 1;
  padding: 58px 40px;
}
.card-wrapper .card-box.last-card {
  min-height: 364px;
}
@media (max-width: 767px) {
  .card-wrapper .card-box.last-card {
    min-height: 455px;
  }
}
.card-wrapper .card-box h3 {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 25px;
}
@media (min-width: 1000px) {
  .card-wrapper .card-box p {
    padding-right: 85px;
  }
}
.card-wrapper .card-count {
  display: flex;
  justify-content: flex-end;
}
.card-wrapper .card-count span {
  color: #F69C63;
  font-size: 60px;
  line-height: 60px;
  font-family: "Graphik Arabic";
  font-weight: 600;
}

@media (max-width: 1000px) {
  .sticky-content,
  .card-main-left {
    width: 100%;
  }
}

@media (max-width: 1000px) {
  .sticky-content {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (min-width: 1000px) {
  .sticky-div {
    position: sticky;
    top: 50px;
    z-index: 100;
    height: 100vh;
  }
}
@media (max-width: 1000px) {
  .sticky-div {
    text-align: center;
  }
}
@media (min-width: 1000px) {
  .sticky-div .col-sm-5 {
    padding-right: 68px;
  }
}

.awards-main-sec {
  position: relative;
}
.awards-main-sec .overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.awards-main-sec .award-box {
  border-radius: 20px;
  padding: 40px 27px;
  width: 248px;
  background: rgba(255, 255, 255, 0.15);
  /* 0% opacity */
  backdrop-filter: blur(5px) brightness(1.15);
  /* Apply blur and increase brightness by 15% */
  -webkit-backdrop-filter: blur(5px) brightness(1.15);
  /* For Safari compatibility */
}
@media (min-width: 1000px) {
  .awards-main-sec .award-box {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 47%;
    transform: translateX(-50%) translateY(-50%);
  }
}
.awards-main-sec .award-box p {
  color: #FFF;
  margin-bottom: 0;
}
.awards-main-sec .award-box p span {
  font-weight: 600;
}

.awards-overlay {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1000px) {
  .awards-overlay {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    padding-top: 81px;
    padding-left: 22px;
    padding-right: 22px;
  }
}
.awards-overlay h4 {
  color: #FFF;
}
.awards-overlay h2 {
  color: #F69C63;
}
.awards-overlay h2.sub-title {
  color: #FFF;
}
.awards-overlay p {
  color: #FFF;
}
@media (max-width: 1000px) {
  .awards-overlay .award-box-1,
  .awards-overlay .award-box-3 {
    align-self: flex-start;
    margin-bottom: 38px;
  }
}
@media (max-width: 1000px) {
  .awards-overlay .award-box-2,
  .awards-overlay .award-box-4 {
    align-self: flex-end;
    margin-bottom: 38px;
  }
}

.award-center-content {
  margin: 0px auto;
  max-width: 420px;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .award-center-content {
    max-width: 270px;
  }
}
@media (min-width: 1000px) {
  .award-center-content p {
    padding: 0 20px;
  }
}
@media (min-width: 1000px) {
  .award-center-content {
    top: -100px;
  }
}

@media (min-width: 1000px) {
  .award-bottom-content {
    width: 80%;
    position: absolute;
    bottom: 131px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 -46px;
    max-width: 1200px;
  }
}
@media (max-width: 1000px) {
  .award-bottom-content {
    position: absolute;
    width: 100%;
    bottom: 184px;
  }
}

.award-bottom-content > [class*=col] {
  padding: 0 46px;
}
@media (max-width: 1000px) {
  .award-bottom-content > [class*=col] {
    text-align: center;
    margin-bottom: 35px;
  }
}
.award-bottom-content > [class*=col] p {
  margin-bottom: 0;
}

@media (min-width: 767px) {
  .awards-main-img {
    height: 1135px;
  }
}
@media (min-width: 767px) and (max-width: 1000px) {
  .awards-main-img {
    height: 1600px;
  }
}
@media (max-width: 767px) {
  .awards-main-img {
    height: 1725px;
  }
}
@media (max-width: 400px) {
  .awards-main-img {
    height: 1792px;
  }
}
@media (max-width: 360px) {
  .awards-main-img {
    height: 1807px;
  }
}
.awards-main-img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.submission-box {
  background: #0020F6 url(../images/submission-bg.png) center center;
  max-width: 760px;
  margin: -83px auto 0px auto;
  position: relative;
  z-index: 1;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .submission-box {
    background: #0020F6 url(../images/submission-bg-mob.png) center center;
    background-size: cover;
    height: 340px;
    display: flex;
    align-items: center;
    margin: -173px auto 0px auto;
  }
}
.submission-box h5 {
  color: #FFF;
  margin: 0;
}

.submission-box-row {
  min-height: 164px;
  align-items: center;
}
@media (min-width: 767px) {
  .submission-box-row {
    margin: 0 -54px;
  }
}

.submission-box-row > [class*=col] {
  padding: 0 54px;
}
@media (max-width: 767px) {
  .submission-box-row > [class*=col] {
    text-align: center;
    width: 100%;
  }
}
.submission-box-row > [class*=col] p {
  margin-bottom: 0;
}

.submission-box-col-left {
  position: relative;
}
@media (min-width: 767px) {
  .submission-box-col-left {
    text-align: right;
    justify-content: flex-end;
  }
  .submission-box-col-left:after {
    content: "";
    width: 2px;
    height: 50px;
    background: rgba(255, 255, 255, 0.5);
    display: inline-block;
    position: absolute;
    top: 8px;
    right: 0;
  }
}
@media (max-width: 767px) {
  .submission-box-col-left:after {
    content: "";
    width: 164px;
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
    display: inline-block;
    margin-top: 26px;
    margin-bottom: 21px;
  }
}

@media (min-width: 767px) {
  .submission-box-col-right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.submission-box-col-right h5 {
  margin-bottom: 0px;
}
.submission-box-col-right p {
  font-size: 12px;
  color: #FFF;
  margin: 0;
}

.ready-to-make-sec {
  background: url(../images/ready-to-makesec-bg.png) no-repeat center bottom;
  background-size: cover;
  position: relative;
  padding-bottom: 263px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .ready-to-make-sec .sub-disc {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .ready-to-make-sec {
    background: url(../images/ready-to-makesec-bg-mob-1.png) no-repeat center bottom;
    padding-top: 100px;
    background-size: cover;
  }
}
.ready-to-make-sec:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  height: 200px;
  content: "";
}
.ready-to-make-sec .disc {
  max-width: 460px;
  position: relative;
  z-index: 12;
}
@media (max-width: 1000px) {
  .ready-to-make-sec .disc {
    text-align: center;
    margin: 0px auto;
  }
}

.ready-to-thumb-sec {
  margin-top: -400px;
}

.faq-section {
  padding-top: 184px;
  background-size: 100%;
  position: relative;
}
.faq-section .main-faq-title {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .faq-section {
    overflow: hidden;
  }
}
.faq-section .swiper-wrapper {
  border-radius: 0;
}
.faq-section h2.accordion-header {
  font-size: 26px;
  line-height: 32px;
  padding: 0px 0;
}
@media (max-width: 1000px) {
  .faq-section h2.accordion-header {
    font-size: 22px;
    line-height: 32px;
  }
}
@media (max-width: 1000px) {
  .faq-section {
    padding-top: 156px;
  }
}
.faq-section:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 550px;
  background: url(../images/faq-bg.svg) repeat-x;
  content: "";
  display: block;
}
@media (max-width: 767px) {
  .faq-section:after {
    height: 298px;
    top: -124px;
  }
}
.faq-section .container {
  max-width: 920px;
  position: relative;
  z-index: 1;
}
.faq-section h2 {
  color: #00041D;
}
.faq-section .accordion-item {
  border: none;
  background: none;
}
.faq-section .accordion-button {
  background: none;
  padding: 0;
  font-size: 26px;
  color: #00041D;
  padding: 24px 0;
  align-items: flex-start;
}
@media (max-width: 1000px) {
  .faq-section .accordion-button {
    font-size: 22px;
    line-height: 32px;
  }
}
.faq-section .accordion-button.collapsed {
  border-bottom: 1px solid #DFDFDF;
}
.faq-section .accordion-body {
  padding: 4px 0px 0 0;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 1000px) {
  .faq-section .accordion-body {
    padding: 4px 180px 0 0;
  }
}
.faq-section .accordion-body p,
.faq-section .accordion-body li {
  font-size: 16px;
  line-height: 24px;
}
.faq-section .accordion-body p {
  margin-bottom: 26px;
}
.faq-section .accordion-body h4 {
  font-size: 18px;
}
.faq-section .accordion-body ul {
  margin-bottom: 20px;
  list-style: disc;
  padding-left: 20px;
}
.faq-section .accordion-body ul li {
  padding: 8px 0;
}

.accordion-collapse.collapse.show {
  border-bottom: 1px solid #DFDFDF;
}

.button-with-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
.button-with-icon .common-btn {
  display: flex;
  align-items: center;
}
.button-with-icon .common-btn svg {
  margin-left: 6px;
  width: 8px;
}

.bottom-image-sec {
  position: relative;
  top: -153px;
  z-index: -1;
}
@media (min-width: 767px) and (max-width: 1000px) {
  .bottom-image-sec {
    height: 500px;
  }
}
.bottom-image-sec img {
  width: 100%;
}
@media (min-width: 767px) and (max-width: 1000px) {
  .bottom-image-sec img {
    height: 100%;
  }
}
.bottom-image-sec:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 309px;
  background: transparent linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
}
@media (max-width: 767px) {
  .bottom-image-sec:before {
    top: 53px;
  }
}
.bottom-image-sec:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 100%;
  height: 267px;
  background: transparent linear-gradient(180deg, rgba(3, 30, 4, 0) 0%, rgba(2, 31, 7, 0.6784313725) 51%, #011F09 100%) 0% 0% no-repeat padding-box;
}

footer {
  background: #011F09;
  margin-top: -153px;
  padding: 20px 0;
}
@media (max-width: 1000px) {
  footer {
    padding-left: 14px;
    padding-right: 14px;
    padding-bottom: 30px;
  }
}
@media (min-width: 1000px) and (max-width: 1200px) {
  footer {
    padding-left: 60px;
    padding-right: 60px;
  }
}
footer h4 {
  color: #FFF;
}
@media (min-width: 1000px) {
  footer h4 {
    font-size: 31px;
  }
}
@media (max-width: 1000px) {
  footer h4 {
    font-size: 31px;
    line-height: 36px;
    text-align: center;
    margin-bottom: 35px;
  }
}
footer .f-top-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (min-width: 1000px) {
  footer .f-top-right {
    padding-right: 0;
  }
}
@media (max-width: 1000px) {
  footer .f-top-right {
    flex-direction: column;
  }
}
footer .or-devider {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 1px solid rgba(246, 156, 99, 0.25);
  margin: 0 25px;
  color: #F69C63;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 300;
}
@media (max-width: 1000px) {
  footer .or-devider {
    margin: 15px 30px 10px;
  }
}
footer .mail-links {
  font-size: 20px;
}
footer .mail-links a {
  color: #FFF;
  font-weight: 600;
  position: relative;
  display: inline-block;
}
footer .mail-links a:hover:after {
  display: none;
}
footer .mail-links a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: #F69C63;
}
footer .mail-links span {
  font-weight: 300;
  color: #FFF;
}

.f-top-row {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 30px;
  margin-bottom: 30px;
  align-items: center;
}
@media (min-width: 1000px) {
  .f-top-row {
    margin-bottom: 13px;
  }
}
@media (max-width: 1000px) {
  .f-top-row {
    margin-top: -310px;
    padding-bottom: 50px;
  }
}

.f-bottom-row {
  padding-top: 5px;
  align-items: center;
}
@media (max-width: 1000px) {
  .f-bottom-row {
    flex-direction: column;
  }
}

.f-bottom-col-left {
  display: flex;
  align-items: flex-end;
}
.f-bottom-col-left .logo {
  max-width: 330px;
}
@media (max-width: 1000px) {
  .f-bottom-col-left {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.copy-right {
  font-size: 12px;
  line-height: 12px;
  font-weight: 300;
  color: #FFF;
}
@media (min-width: 1000px) {
  .copy-right {
    margin-left: 15px;
  }
}

@media (max-width: 1000px) {
  .copyright-main {
    padding: 30px 0;
    width: 100%;
  }
}

@media (min-width: 1000px) {
  .f-top-left,
  .f-bottom-col-left {
    padding-left: 0;
  }
}

.f-bottom-col-right {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 1000px) {
  .f-bottom-col-right {
    padding-right: 0;
  }
}
@media (max-width: 1000px) {
  .f-bottom-col-right {
    justify-content: center;
    width: 100%;
  }
}

.f-social-icon {
  display: flex;
  align-items: center;
}
.f-social-icon a {
  margin-left: 10px;
  display: inline-block;
}
.f-social-icon a:hover {
  transform: scale(1.1);
}
.f-social-icon span {
  color: #F69C63;
  font-size: 12px;
  font-weight: 300;
}

.ready-to-make-thumb {
  position: absolute;
  bottom: -265px;
  left: -70px;
}
@media (min-width: 1400px) {
  .ready-to-make-thumb img {
    max-width: 1440px;
  }
}
@media (min-width: 1400px) {
  .ready-to-make-thumb {
    left: -3vw;
  }
}
@media (min-width: 1600px) {
  .ready-to-make-thumb {
    bottom: -280px;
    left: 11vw;
  }
}
@media (min-width: 767px) and (max-width: 1000px) {
  .ready-to-make-thumb {
    bottom: -200px;
  }
}
@media (max-width: 767px) {
  .ready-to-make-thumb {
    bottom: -131px;
  }
}
@media (max-width: 400px) {
  .ready-to-make-thumb {
    left: 0;
  }
}
@media (min-width: 400px) and (max-width: 767px) {
  .ready-to-make-thumb {
    width: 390px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.ready-to-make-thumb .dont-miss-logo {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
@media (min-width: 1000px) {
  .ready-to-make-thumb .dont-miss-logo {
    right: 274px;
    top: 39px;
  }
}
@media (max-width: 767px) {
  .ready-to-make-thumb .dont-miss-logo {
    width: 273px;
    right: 0px;
    top: -40px;
  }
}

@media (min-width: 767px) {
  .only-mobile {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .only-desktop {
    display: none !important;
  }
}

@media (max-width: 1000px) {
  .banner-anim-img {
    height: 700px;
  }
  .banner-anim-img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (max-width: 1000px) {
  .cloud img {
    width: 560px;
  }
}

.text-change-wrapper {
  z-index: 1;
  height: 130px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1000px) {
  .text-change-wrapper {
    height: 132px;
  }
}
.text-change-wrapper h3 {
  padding: 10px 0;
}
@media (max-width: 1000px) {
  .text-change-wrapper h3 {
    font-size: 31px;
    line-height: 37px;
  }
}
@media (max-width: 360px) {
  .text-change-wrapper h3 {
    font-size: 26px;
    line-height: 38px;
  }
}

.text-container {
  text-align: center;
}

.text-reveal-anim-sec {
  padding: 147px 0;
  display: flex;
  justify-content: center;
  background: transparent linear-gradient(0deg, rgba(253, 245, 236, 0) 0%, rgba(253, 245, 236, 0.7019607843) 42%, #FDF5EC 100%) 0% 0% no-repeat padding-box;
}
@media (max-width: 1024px) {
  .text-reveal-anim-sec {
    padding: 128px 0;
  }
}

.text-reveal-box {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.mob-space {
  display: block;
  width: 100%;
}
@media (min-width: 767px) {
  .mob-space {
    display: none;
  }
}

.accordion-button::after {
  background: url(../images/plus-icon.svg) no-repeat center right;
  margin-top: 3px;
  width: 18px;
  height: 18px;
}

.accordion-button:not(.collapsed)::after {
  background: url(../images/minus.svg) no-repeat center right;
}

.for-overflow-hidden {
  overflow: hidden;
}

.close-menu {
  width: 22px;
  height: 22px;
  position: absolute;
  right: 21px;
}

.close-menu:before,
.close-menu:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 22px;
  width: 2px;
  background-color: #72707A;
}

.close-menu:before {
  transform: rotate(45deg);
}

.close-menu:after {
  transform: rotate(-45deg);
}

menu-sec.show {
  background: #F3EDE4;
  padding: 40px;
}

.main-nav li {
  margin: 20px 0;
}
@media (max-width: 1024px) {
  .main-nav li a {
    font-size: 20px;
    padding: 10px 0;
  }
}

.award-bttm-right p:last-child {
  font-size: 10px;
  color: #FFFFFF;
  margin-top: 20px;
}

.create-impact-top-sec {
  position: relative;
  z-index: 1;
}

@media (min-width: 1000px) {
  .stacking-card-main {
    margin-top: -100vh;
  }
}

@media (max-width: 1024px) {
  .header-row {
    transform: none !important;
  }
}

@media (max-width: 1000px) {
  .container,
  .container-md,
  .container-sm {
    max-width: initial;
  }
}

@media (max-width: 767px) {
  .create-impact-top-sec-right {
    padding-left: 19px;
    padding-right: 19px;
  }
}
@media (max-width: 767px) {
  .create-impact-top-sec-right .second-disc {
    padding-left: 29px;
    padding-right: 29px;
  }
}
.create-impact-top-sec-right .second-disc p {
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .create-impact-top-sec-right .second-disc p {
    font-size: 16px;
    line-height: 24px;
  }
}

.tab-slider-sec .nav-tabs::-webkit-scrollbar {
  display: none;
}

@media (min-width: 1000px) {
  .card-main-left {
    width: 45%;
  }
}

@media (min-width: 1000px) {
  .card-main-right {
    width: 55%;
  }
}
@media (min-width: 500px) and (max-width: 1000px) {
  .card-main-right {
    max-width: 627px;
    margin: 0px auto;
  }
}

.faq-section .accordion-button.collapsing {
  border: none;
}

.accordion-collapse {
  transition: height 0.3s ease-in-out;
}

@media (min-width: 1000px) {
  article.for-overflow-hidden {
    margin-top: -50px;
  }
}

#scrollToTopBtn {
  position: fixed;
  bottom: 20px;
  right: 10px;
  width: 50px;
  height: 50px;
  background: #3AC4BC;
  color: white;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  font-size: 24px;
  display: none;
  /* Initially hidden */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: opacity 0.3s, transform 0.3s;
  z-index: 10000;
  text-align: center;
}

#scrollToTopBtn:hover {
  background-color: #000;
}

#scrollToTopBtn.show {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transform: translateY(0);
}
#scrollToTopBtn.show svg {
  flex: 0 0 25px;
}

@media (max-width: 1000px) {
  a.logo {
    max-width: 166px;
    display: inline-block;
  }
}

body .accordion-item:last-of-type,
body .accordion-collapse.collapse.show,
body .accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 0;
}

.header-inner-div {
  position: relative;
  padding-right: 65px;
}
@media (max-width: 1024px) {
  .header-inner-div {
    padding-right: 0px;
  }
}
.header-inner-div .lang-switch {
  position: absolute;
  right: -52px;
  top: 27px;
  width: 40px;
  font-size: 14px;
  height: 24px;
  border: 1px solid #000;
  color: #000;
  text-align: center;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease;
}
.header-inner-div .lang-switch span {
  position: relative;
  top: -4px;
}
@media (max-width: 1024px) {
  .header-inner-div .lang-switch {
    right: 20px;
  }
}
.header-inner-div .lang-switch:hover {
  border: 1px solid #0021F6;
  background: #0021F6;
  color: #FFF;
}
@media (max-width: 1024px) {
  .header-inner-div .lang-switch {
    top: 18px;
  }
}

.header-strip {
  width: 100%;
  background-color: #0020F6;
  padding: 10px;
  text-align: center;
}
.header-strip p {
  margin: 0;
  text-align: center;
  width: 100%;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}

.hideButtonpls {
  display: none !important;
}

.winner-list-row {
  padding-bottom: 140px;
}
@media (max-width: 1000px) {
  .winner-list-row {
    padding-bottom: 50px;
  }
}
.winner-list-row:last-child {
  padding-bottom: 0px;
}
@media (min-width: 1000px) {
  .winner-list-row {
    margin: 0 -43px;
  }
}
@media (min-width: 1000px) {
  .winner-list-row [class*=col] {
    padding: 0 43px;
  }
}

@media (min-width: 1000px) {
  .winnner-border {
    position: relative;
    padding-right: 43px;
  }
  .winnner-border:after {
    position: absolute;
    right: 0;
    height: 100%;
    width: 1px;
    background: #EDE9E5;
    content: "";
    top: 0;
  }
}

.winner-lists {
  padding-top: 30px;
}

@media (min-width: 1000px) {
  .winner-list-row .winner-col-left {
    padding-right: 0;
    padding-top: 17px;
  }
}
@media (max-width: 575px) {
  .winner-list-row .winner-col-left {
    text-align: center;
    padding-bottom: 30px;
  }
}
.winner-list-row .winner-col-left h2 {
  color: #00041D;
  margin-bottom: 6px;
}
@media (min-width: 767px) {
  .winner-list-row .winner-col-left h2 {
    text-align: left;
  }
}
.winner-list-row .winner-col-left h3 {
  color: #0020F6;
  font-size: 35px;
  margin-bottom: 15px;
}
@media (min-width: 767px) {
  .winner-list-row .winner-col-left h3 {
    text-align: left;
  }
}
@media (max-width: 1000px) {
  .winner-list-row .winner-col-left h3 {
    font-size: 22px;
  }
}
.winner-list-row .winner-col-left .winner-discription {
  font-weight: 600;
  color: #3AC4BC;
  display: block;
}
@media (min-width: 1000px) {
  .winner-list-row .winner-col-left .winner-discription {
    min-height: 161px;
  }
}

@media (max-width: 767px) {
  .winner-discription {
    padding-bottom: 20px;
    display: block;
  }
}

.winner-logo {
  padding-bottom: 15px;
}

.winn-areas {
  padding-bottom: 5px;
  display: inline-block;
}

.main-tags {
  display: flex;
  padding-bottom: 24px;
  gap: 10px;
  flex-wrap: wrap;
}

.tags {
  background: #E3FCFF;
  border-radius: 5px;
  color: #00041D;
  height: 36px;
  padding: 8px 14px 4px 14px;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
}

.winner-slider {
  max-width: 341px;
}
@media (max-width: 767px) {
  .winner-slider {
    max-width: 341px;
    margin: 0px auto;
  }
}
.winner-slider .winn-slide-box img {
  width: 100%;
  border-radius: 14px;
}

.comm-arrows {
  position: relative;
  display: flex;
  gap: 11px;
  justify-content: center;
}
.comm-arrows .swiper-button-next:after, .comm-arrows .swiper-button-prev:after {
  display: none;
}
.comm-arrows .swiper-button-prev svg {
  transform: rotate(180deg);
}
.comm-arrows .swiper-button-next.swiper-button-disabled, .comm-arrows .swiper-button-prev.swiper-button-disabled {
  background: none;
  opacity: 1;
}
.comm-arrows .swiper-button-next.swiper-button-disabled svg path, .comm-arrows .swiper-button-prev.swiper-button-disabled svg path {
  fill: #C9CBCC;
}

.comm-arrows > div {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  width: 32px;
  height: 28px;
  margin: 12px 0 0 0;
  background: #E5E9FF;
  border-radius: 8px;
  display: flex;
  align-items: center;
  transition: 0.5s ease;
}
.comm-arrows > div:hover {
  transform: scale(1.1);
}
.comm-arrows > div svg {
  width: auto;
  height: auto;
}

@media (max-width: 1200px) {
  .winner-banner-row {
    text-align: center;
  }
}

.winner-title-sec {
  position: relative;
  padding-left: 50px;
  padding-right: 50px;
  text-align: center;
  max-width: 620px;
  padding-top: 25px;
}
@media (max-width: 1200px) {
  .winner-title-sec {
    margin: 0px auto;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.winner-title-sec .winn-leaf {
  position: absolute;
  top: 0;
}
.winner-title-sec .winn-leaf img {
  width: 48px;
}
@media (max-width: 1000px) {
  .winner-title-sec .winn-leaf img {
    width: 30px;
  }
}
.winner-title-sec .winn-leaf-left {
  left: 0;
}
.winner-title-sec .winn-leaf-right {
  right: 0;
}

.winner-banner-main .banner-overlay {
  padding-top: 180px;
}
@media (max-width: 1200px) {
  .winner-banner-main .banner-overlay {
    padding-top: 140px;
  }
}
.winner-banner-main .banner-overlay h1 {
  font-size: 60px;
  line-height: 73px;
  margin-bottom: 6px;
}
@media (max-width: 1000px) {
  .winner-banner-main .banner-overlay h1 {
    font-size: 30px;
    line-height: 42px;
  }
}
@media (max-width: 360px) {
  .winner-banner-main .banner-overlay h1 {
    font-size: 22px;
    line-height: 35px;
  }
}
.winner-banner-main .banner-overlay h4 {
  font-size: 30px;
  line-height: 36px;
}
@media (max-width: 1000px) {
  .winner-banner-main .banner-overlay h4 {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 360px) {
  .winner-banner-main .banner-overlay h4 {
    font-size: 18px;
    line-height: 26px;
  }
}

.video-poster {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.video-poster:hover:after {
  transform: scale(1.2);
}
.video-poster img {
  width: 100%;
  border-radius: 16px;
}
.video-poster:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/play-icon.svg) no-repeat center center;
  content: "";
  transition: 0.5s ease;
}

@media (min-width: 1000px) {
  .winner-col-right .disc {
    min-height: 183px;
  }
}

.winner-lists {
  background: transparent linear-gradient(180deg, rgba(253, 245, 236, 0) 0%, #FDF5EC 25%, rgba(253, 245, 236, 0) 38%) 0% 0% no-repeat padding-box;
  padding-bottom: 124px;
}

.btn-close {
  z-index: 100;
  top: -50px !important;
  right: -18px !important;
  filter: invert(1);
}

@media (min-width: 1000px) {
  .spec-reco-row {
    margin: 0 -30px;
  }
}
@media (min-width: 1000px) {
  .spec-reco-row [class*=col] {
    padding: 0 15px;
  }
}

.special-reco-sec {
  padding-bottom: 100px;
}
.special-reco-sec .container {
  max-width: 1000px;
}
.special-reco-sec .main-disc {
  max-width: 690px;
  margin: 0px auto;
  text-align: center;
}
.special-reco-sec .spc-reco-logo {
  margin-bottom: 30px;
}
.special-reco-sec .spc-reco-title {
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 9px;
}
.special-reco-sec .spec-reco-box {
  margin: 42px 0;
}
@media (max-width: 1000px) {
  .special-reco-sec .spec-reco-box {
    margin: 22px 0;
  }
}
.special-reco-sec .spec-reco-box .eligibile-box {
  min-height: 420px;
  height: 100%;
}
.special-reco-sec .spec-reco-box .eligibile-box .disc {
  max-width: 100%;
}
.special-reco-sec .areas {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 11px;
}
.special-reco-sec .sub-disc {
  min-height: 133px;
}
.special-reco-sec .tags {
  background: #FFFFFF;
}

@media (max-width: 767px) {
  .winner-banner-left {
    padding-bottom: 160px;
  }
}

@media (min-width: 1000px) {
  .winner-list-row:nth-child(3) .winner-col-right .disc {
    min-height: 206px;
  }
}

@media (max-width: 1000px) {
  body .glightbox-clean .gprev, body .glightbox-clean .gnext {
    top: 45%;
  }
}
body .glightbox-mobile .goverlay {
  background: rgba(0, 0, 0, 0.7);
  height: 100vh;
  top: 0;
}

header .logo {
  width: 347px;
  display: block;
}

.banner-play-icon {
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -40%);
  z-index: 100;
  height: 104px;
  width: 104px;
  overflow: initial;
}
@media (min-width: 767px) and (max-width: 1300px) {
  .banner-play-icon {
    top: auto;
    bottom: 15%;
  }
}
@media (max-width: 767px) {
  .banner-play-icon {
    height: 80px;
    width: 80px;
    top: 42%;
  }
}

@media (max-width: 767px) {
  .winner-banner-main .video-poster:after {
    background-size: 80px;
  }
}

@media (max-width: 1024px) {
  body .winner-banner-main .banner-overlay {
    padding-top: 94px;
  }
}

@media (max-width: 767px) {
  .winner-banner-left {
    padding-bottom: 200px;
  }
}

body .winner-banner-main .banner-overlay h1 {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 6px;
}
@media (min-width: 1000px) {
  body .winner-banner-main .banner-overlay h1 {
    text-align: left;
  }
}
@media (max-width: 1000px) {
  body .winner-banner-main .banner-overlay h1 {
    font-size: 19px;
    line-height: 25px;
  }
}

body .winner-banner-main .banner-overlay h4 {
  font-size: 22px;
  line-height: 32px;
}
@media (min-width: 1000px) {
  body .winner-banner-main .banner-overlay h4 {
    text-align: left;
  }
}
@media (max-width: 1000px) {
  body .winner-banner-main .banner-overlay h4 {
    font-size: 14px;
    line-height: 23px;
  }
}

@media (min-width: 1000px) {
  .winner-banner-row {
    align-items: center;
  }
}

@media (min-width: 1000px) {
  body .winner-banner-main .banner-overlay {
    padding-top: 165px;
  }
}

@media (min-width: 1000px) {
  body header .logo {
    width: 300px;
  }
}

@media (min-width: 1000px) {
  body .winner-title-sec {
    padding: 0;
    margin: 0;
  }
}

@media (min-width: 1000px) {
  body .winner-banner-row {
    text-align: left;
  }
}/*# sourceMappingURL=style-n.css.map */