@import url("https://fonts.googleapis.com/css2?family=Alexandria:wght@100..900&display=swap");
* {
  box-sizing: border-box;
  text-decoration: none;
  margin: 0 0 0 0;
  padding: 0;
  list-style: none;
  font-family: "Alexandria";
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #000;
}

body {
  width: 100%;
  float: left;
  background-color: #1b1b1b;
  margin: 0;
  padding: 0;
  min-height: 100vh;
  overflow-x: hidden;
  box-sizing: border-box;
}

header {
  width: 100%;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 89.23%, #000 150.5%);
  padding: 30px 15px;
  display: flex;
  justify-content: center;
}
header .headerContainer {
  width: 100%;
  float: left;
  max-width: 1360px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .headerContainer .headerLogo {
  float: left;
}
header .headerContainer .headerLogo img {
  max-width: 100%;
}
header .headerContainer nav {
  float: left;
  display: flex;
  align-items: center;
  gap: 30px;
}
header .headerContainer nav ul {
  float: left;
  display: flex;
  list-style: none;
  gap: 30px;
}
header .headerContainer nav ul li {
  float: left;
  position: relative;
}
header .headerContainer nav ul li a {
  float: left;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.16px;
  text-transform: capitalize;
  transition: 0.3s ease-in-out;
}
header .headerContainer nav ul li a:hover {
  color: #ed2c42;
}
header .headerContainer nav .signinBttn {
  float: left;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 3px;
  background: #ed2c42;
  padding: 12px 16px 12px 12px;
  pointer-events: auto;
  z-index: 9;
}
header .headerContainer nav .navBttn {
  display: none;
}
header .headerContainer nav .closeNav {
  display: none;
}
header .headerLandingPage {
  justify-content: center;
}

.headerLanding {
  background-color: #1b1b1b !important;
  padding: 15px !important;
}

.videoOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  z-index: 999;
  display: none;
}
.videoOverlay .videoOverlay.active {
  display: block !important;
}
.videoOverlay .videoOverlayContent {
  position: absolute;
  width: 70%;
  height: unset;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.videoOverlay .videoOverlayContent video,
.videoOverlay .videoOverlayContent iframe {
  width: 100%;
  height: auto;
  border-radius: 14px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 6px solid #f00;
  border-left: none;
  border-top: none;
  display: block;
}
.videoOverlay .videoOverlayContent .closeOverlay {
  position: absolute;
  top: 8px;
  right: 15px;
  background-color: unset;
  color: #fff;
  font-size: 65px;
  border: none;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  cursor: pointer;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}

.topSectionWrapper {
  width: 100%;
  float: left;
  min-height: 735px;
  background-color: #1b1b1b;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url(../images/lightRed.png);
  background-repeat: no-repeat;
  background-position: center left;
  padding: 0 0 60px 0;
}
.topSectionWrapper .slideSctionWrap {
  width: 100%;
  float: left;
  max-width: 1360px;
  margin: 80px 0 0 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.topSectionWrapper .slideSctionWrap .mainWrap {
  float: right;
  height: 498px;
  width: 821px;
  direction: ltr;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.topSectionWrapper .slideSctionWrap .mainWrap .slideBox {
  height: 100%;
  width: 100%;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
}
.topSectionWrapper .slideSctionWrap .mainWrap.landingmainWrap .slideBox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 42%;
  height: 100%;
  background: linear-gradient(to right, #1b1b1b 0%, rgba(27, 27, 27, 0.8) 50%, transparent 100%);
  pointer-events: none;
  z-index: 10;
  border-radius: 14px 0 0 14px;
}
.topSectionWrapper .slideSctionWrap .mainWrap.landingmainWrap .slideBox::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
  height: 100%;
  background: linear-gradient(to left, rgba(27, 27, 27, 0.9) 0%, rgba(27, 27, 27, 0.4) 50%, transparent 100%);
  pointer-events: none;
  z-index: 10;
  border-radius: 0 14px 14px 0;
}
.topSectionWrapper .slideSctionWrap .mainWrap .slideBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.topSectionWrapper .slideSctionWrap .mainWrap .slideBox .playBttn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  cursor: pointer;
  background-color: transparent;
  border: 5px solid #fff;
  z-index: 20;
}
.topSectionWrapper .slideSctionWrap .mainWrap .slideBox .playBttn::before {
  content: "";
  position: absolute;
  left: 23px;
  top: 20px;
  width: 0;
  height: 0;
  border-left: 22px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.topSectionWrapper .slideSctionWrap .mainWrap .slideBox video,
.topSectionWrapper .slideSctionWrap .mainWrap .slideBox iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 0;
  display: block;
}
.topSectionWrapper .slideSctionWrap .mainSlideWrap {
  float: right;
  height: 498px;
  width: 821px;
  direction: ltr;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(-90deg, #000 58%, transparent);
          mask-image: linear-gradient(-90deg, #000 58%, transparent);
  position: relative;
  z-index: 10;
}
.topSectionWrapper .slideSctionWrap .mainSlideWrap .owl-item {
  float: left;
  height: 498px;
  transition: all 0.7s ease-in-out;
  width: 255px !important;
}
.topSectionWrapper .slideSctionWrap .mainSlideWrap .owl-item .heroSlideBox {
  height: 498px;
  background-color: #323232;
  float: left;
  width: 100%;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  border: 1px solid #1b1b1b;
  transition: 0.3s ease-in-out;
}
.topSectionWrapper .slideSctionWrap .mainSlideWrap .owl-item .heroSlideBox::after {
  content: "";
  width: 100%;
  height: 60%;
  position: absolute;
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  bottom: 0;
  left: 0;
  z-index: 1;
}
.topSectionWrapper .slideSctionWrap .mainSlideWrap .owl-item .heroSlideBox video {
  width: 100%;
  height: 101%;
  -o-object-fit: cover;
     object-fit: cover;
}
.topSectionWrapper .slideSctionWrap .mainSlideWrap .owl-item .heroSlideBox .heroSlideText {
  width: 100%;
  min-width: 371px;
  bottom: 0;
  left: 0;
  padding: 28px;
  position: absolute;
  z-index: 9;
  opacity: 0;
  transition-delay: 0.8s;
  transition: 0.4s ease-in-out;
}
.topSectionWrapper .slideSctionWrap .mainSlideWrap .owl-item .heroSlideBox .heroSlideText h4 {
  width: 100%;
  float: left;
  color: #fff;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 128.571%;
  letter-spacing: -0.522px;
  text-transform: uppercase;
  padding-bottom: 7px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.topSectionWrapper .slideSctionWrap .mainSlideWrap .owl-item .heroSlideBox .heroSlideText p {
  width: 100%;
  float: left;
  color: #c5c5c5;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  text-transform: capitalize;
  margin: 7px 0 0 0;
}
.topSectionWrapper .slideSctionWrap .mainSlideWrap .owl-item .heroSlideBox .soundBttn {
  position: absolute;
  right: -45px;
  background: transparent;
  border: 0;
  outline: none;
  top: 19px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  z-index: 999;
  width: 32px;
  height: 32px;
  background-image: url(../images/mutebttn.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.topSectionWrapper .slideSctionWrap .mainSlideWrap .owl-item .heroSlideBox .soundBttn.unmute {
  background-image: url(../images/unmuteBttn.svg);
}
.topSectionWrapper .slideSctionWrap .mainSlideWrap .owl-item.center {
  width: 371px !important;
  height: 498px;
}
.topSectionWrapper .slideSctionWrap .mainSlideWrap .owl-item.center .heroSlideText {
  opacity: 1;
}
.topSectionWrapper .slideSctionWrap .mainSlideWrap .owl-item.center .heroSlideBox:hover {
  border-color: #fff;
}
.topSectionWrapper .slideSctionWrap .mainSlideWrap .owl-item.center .heroSlideBox:hover .soundBttn {
  right: 19px;
}
.topSectionWrapper .slideSctionWrap article {
  width: 860px;
  float: left;
  display: flex;
  flex-flow: column;
  gap: 20px;
}
.topSectionWrapper .slideSctionWrap article .highlitedText {
  float: left;
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 300%;
  letter-spacing: -0.48px;
  text-transform: uppercase;
  background-image: url(../images/uniqueHighlight.png);
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  padding: 0 17px;
}
.topSectionWrapper .slideSctionWrap article .highlightLandingText {
  float: left;
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 300%;
  letter-spacing: -0.48px;
  text-transform: uppercase;
  background-image: url(../images/highlite.svgfill.png);
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  padding: 0 17px;
}
.topSectionWrapper .slideSctionWrap article h1 {
  width: 100%;
  float: left;
  color: #fff;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -3.2px;
  margin: 5px 0 0 0;
}
.topSectionWrapper .slideSctionWrap article p {
  width: 100%;
  float: left;
  font-family: "Alexandria";
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 31.92px;
  letter-spacing: -0.96px;
  vertical-align: middle;
  color: #cfcfcf;
}
.topSectionWrapper .slideSctionWrap article p {
  font-family: "Alexandria";
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 32px;
  letter-spacing: 0%;
  vertical-align: middle;
}
.topSectionWrapper .slideSctionWrap .heroSecondaryText {
  width: 100%;
  float: left;
  font-family: "Alexandria";
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 32px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #cfcfcf;
}
.mobileOnly {
  display: none;
}
.topSectionWrapper .slideSctionWrap article .heroHeaderDetails {
  width: 100%;
  float: left;
  color: rgba(207, 207, 207, 0.5);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin: 4px 0 30px 0;
}
.topSectionWrapper .slideSctionWrap article .letter {
  color: rgba(207, 207, 207, 0.5);
}
.topSectionWrapper .slideSctionWrap article .letter.revealed {
  color: #fff;
}
.topSectionWrapper .slideSctionWrap article .highlightSectionBttns {
  width: 100%;
  float: left;
  margin: 60px 0 0 0;
  display: flex;
  align-items: center;
  gap: 27px;
}
.topSectionWrapper .slideSctionWrap article .highlightSectionBttns .unlockBttn {
  float: left;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 8px;
  display: flex;
  height: 56px;
  padding: 15px 24px 15px 16px;
  border-radius: 4px;
  background: #ed2c42;
  transition: 0.2s ease-in-out;
  white-space: nowrap;
}
.topSectionWrapper .slideSctionWrap article .highlightSectionBttns .unlockBttn img {
  transition: 0.3s ease-in-out;
}
.topSectionWrapper .slideSctionWrap article .highlightSectionBttns .unlockBttn img.arrowIcon {
  margin: 0 0 0 -23px;
  opacity: 0;
}
.topSectionWrapper .slideSctionWrap article .highlightSectionBttns .unlockBttn:hover {
  background: #fff;
  color: #000;
}
.topSectionWrapper .slideSctionWrap article .highlightSectionBttns .unlockBttn:hover img {
  filter: brightness(0);
}
.topSectionWrapper .slideSctionWrap article .highlightSectionBttns .unlockBttn:hover img.arrowIcon {
  margin: 0 0 0 0px;
  opacity: 1;
}
.topSectionWrapper .slideSctionWrap article .highlightSectionBttns .successjurney {
  width: 198px;
  float: left;
  color: #c5c5c5;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.topSectionWrapper .btnTextWrap {
  width: 100%;
  float: left;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.topSectionWrapper .btnTextWrap span {
  font-family: "Alexandria";
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #c5c5c5;
}
.topSectionWrapper .btnTextWrap .accessBttn {
  width: -moz-fit-content;
  width: fit-content;
  float: left;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 8px;
  display: flex;
  height: 56px;
  padding: 15px 24px 15px 16px;
  border-radius: 4px;
  background: #ed2c42;
  transition: 0.2s ease-in-out;
  white-space: nowrap;
  margin: 60px 0 0 0;
  position: relative;
  z-index: 1;
  transition: transform 0.3s ease-in-out;
  animation: heartbeatGlow 1.5s infinite;
  animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
}
.topSectionWrapper .btnTextWrap .accessBttn img {
  transition: 0.3s ease-in-out;
}
.topSectionWrapper .btnTextWrap .accessBttn img.arrowIcon {
  margin: 0 0 0 -23px;
  opacity: 0;
}
.topSectionWrapper .btnTextWrap .accessBttn:hover {
  background: #fff;
  color: #000;
  transform: scale(1.05);
}
.topSectionWrapper .btnTextWrap .accessBttn:hover img {
  filter: brightness(0);
}
.topSectionWrapper .btnTextWrap .accessBttn:hover img.arrowIcon {
  margin: 0 0 0 0px;
  opacity: 1;
}
@keyframes heartbeatGlow {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 rgba(237, 44, 66, 0);
  }
  14% {
    transform: scale(1.05);
    box-shadow: 0 0 20px rgba(237, 44, 66, 0.7);
  }
  28% {
    transform: scale(1);
    box-shadow: 0 0 0 rgba(237, 44, 66, 0);
  }
  42% {
    transform: scale(1.1);
    box-shadow: 0 0 20px rgba(237, 44, 66, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 rgba(237, 44, 66, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 rgba(237, 44, 66, 0);
  }
}
.topSectionWrapper .winnraboutSection {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  margin: 75px 0;
  background: unset;
}
.topSectionWrapper .winnraboutSection .winneraboutContainer {
  width: 100%;
  float: left;
  max-width: 1340px;
}
.topSectionWrapper .winnraboutSection .winneraboutContainer .winnerBlockWrap {
  width: 100%;
  float: left;
  display: flex;
  gap: 20px;
}
.topSectionWrapper .winnraboutSection .winneraboutContainer .winnerBlockWrap .winnerBlock {
  width: 100%;
  float: left;
  max-width: 282px;
  float: left;
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 20px;
  border-radius: 8px;
  gap: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 100%);
}
.topSectionWrapper .winnraboutSection .winneraboutContainer .winnerBlockWrap .winnerBlock h4 {
  font-family: "Alexandria";
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 31.92px;
  letter-spacing: -0.96px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
}
.topSectionWrapper .winnraboutSection .winneraboutContainer .winnerBlockWrap .winnerBlock span {
  font-family: "Alexandria";
  font-weight: 400;
  font-style: Regular;
  font-size: 19px;
  leading-trim: NONE;
  line-height: 21px;
  letter-spacing: -0.96px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
}
.topSectionWrapper .winnerpeopleaboutSection {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  margin: 75px 0 0 0;
  background-image: url(../images/road.png);
  background-repeat: no-repeat;
  background-position: 800px, 50%;
}
.topSectionWrapper .winnerpeopleaboutSection .waboutContainer {
  width: 100%;
  float: left;
  max-width: 1340px;
  min-height: 500px;
}
.topSectionWrapper .winnerpeopleaboutSection .waboutContainer .aboutArticle {
  width: 100%;
  float: left;
  max-width: 539px;
  float: left;
  margin: 55px 0 0px 0;
}
.topSectionWrapper .winnerpeopleaboutSection .waboutContainer .aboutArticle h4 {
  width: 100%;
  float: left;
  color: #ed2c42;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 133.333%;
  letter-spacing: -0.96px;
  text-transform: uppercase;
  margin: 0;
}
.topSectionWrapper .winnerpeopleaboutSection .waboutContainer .aboutArticle p {
  width: 100%;
  float: left;
  color: rgba(207, 207, 207, 0.5);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin: 4px 0 30px 0;
}
.topSectionWrapper .winnerpeopleaboutSection .waboutContainer .aboutArticle p span.revealed {
  color: #cfcfcf;
}

.ourTeamWrap {
  width: 100%;
  float: left;
  margin: -50px 0 40px 0;
  z-index: 1;
  position: relative;
  overflow: hidden;
}
.ourTeamWrap .landingTeamHeader {
  gap: 20px;
  border-bottom: 0px !important;
}
.ourTeamWrap .ourTeamHeader {
  width: 100%;
  float: left;
  padding: 0 0 32px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.ourTeamWrap .ourTeamHeader .landingTeamHeading {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 24px;
  background-image: url(../images/highlite.svg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 10px 25px;
  text-transform: uppercase;
}
.ourTeamWrap .ourTeamHeader h3 {
  width: 100%;
  float: left;
  font-family: "Alexandria";
  font-weight: 700;
  font-style: Bold;
  font-size: 36px;
  leading-trim: NONE;
  line-height: 64px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #fff;
}
.ourTeamWrap .ourTeamHeader h2 {
  width: 100%;
  float: left;
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.8px;
  text-transform: capitalize;
  background-image: url(../images/highlite.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.ourTeamWrap .ourTeamHeader p {
  width: 100%;
  float: left;
  max-width: 369px;
  color: #bbb;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 133.333%;
  margin: 12px 0 0 0;
}
.ourTeamWrap .ourTeamHeader span {
  font-family: "Alexandria";
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 23.94px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #fff;
}
.ourTeamWrap .ourTeamHeader .landingPara {
  max-width: 865px;
  margin: 0;
}
.ourTeamWrap .ourTeamSlideWrap {
  width: 100%;
  float: left;
  padding: 50px 0;
  display: flex;
  justify-content: center;
}
.ourTeamWrap .ourTeamSlideWrap .ourTeamSlideMain {
  width: 100%;
  float: left;
  max-width: 1340px;
}
.ourTeamWrap .ourTeamSlideWrap .ourTeamSlideMain .owl-item {
  float: left;
  height: 466px;
  transition: 0.3s ease-in-out;
}
.ourTeamWrap .ourTeamSlideWrap .ourTeamSlideMain .owl-item:hover {
  transform: scale(1.05);
}
.ourTeamWrap .ourTeamSlideWrap .ourTeamSlideMain .teamSlideBox {
  width: 100%;
  float: left;
  height: 466px;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  border: 2px solid rgba(255, 255, 255, 0);
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.ourTeamWrap .ourTeamSlideWrap .ourTeamSlideMain .teamSlideBox .kSlideMianWrap {
  width: 100%;
  float: left;
  height: 466px;
  position: relative;
}
.ourTeamWrap .ourTeamSlideWrap .ourTeamSlideMain .teamSlideBox .kSlideMianWrap::after {
  content: "";
  width: 100%;
  height: 45px;
  top: 0;
  left: 0;
  z-index: 9;
  position: absolute;
}
.ourTeamWrap .ourTeamSlideWrap .ourTeamSlideMain .teamSlideBox .kSlideMianWrap .kslide-navbar {
  top: 9px !important;
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 0 12px 0 12px;
  height: 15px;
}
.ourTeamWrap .ourTeamSlideWrap .ourTeamSlideMain .teamSlideBox .kSlideMianWrap .kslide-navbar a.control-item {
  width: 100% !important;
  margin: 0 !important;
  padding: 0;
  height: 15px;
}
.ourTeamWrap .ourTeamSlideWrap .ourTeamSlideMain .teamSlideBox .kSlideMianWrap .kslide-navbar a.control-item span.bg {
  height: 6px !important;
  border-radius: 5px !important;
  background-color: rgba(255, 255, 255, 0.5) !important;
}
.ourTeamWrap .ourTeamSlideWrap .ourTeamSlideMain .teamSlideBox .kSlideMianWrap .kslide-navbar a.control-item span.process {
  background-color: #fff !important;
  height: 6px !important;
  border-radius: 5px !important;
}
.ourTeamWrap .ourTeamSlideWrap .ourTeamSlideMain .teamSlideBox .kSlideMianWrap .kslide-wrap {
  width: 100%;
  float: left;
  height: 466px;
  overflow: hidden;
}
.ourTeamWrap .ourTeamSlideWrap .ourTeamSlideMain .teamSlideBox .kSlideMianWrap .kslide-wrap .kslide-item {
  width: 100%;
  float: left;
  height: 466px;
}
.ourTeamWrap .ourTeamSlideWrap .ourTeamSlideMain .teamSlideBox .kSlideMianWrap .kslide-wrap .kslide-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ourTeamWrap .ourTeamSlideWrap .ourTeamSlideMain .teamSlideBox .mainTeamImage {
  width: 100.5%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  z-index: 99;
}
.ourTeamWrap .ourTeamSlideWrap .ourTeamSlideMain .teamSlideBox:hover {
  border: 2px solid rgba(255, 255, 255, 0.9);
}
.ourTeamWrap .ourTeamSlideWrap .ourTeamSlideMain .teamSlideBox:hover .mainTeamImage {
  display: none;
}
.ourTeamWrap .ourTeamSlideWrap .ourTeamSlideMain .teamSlideBox .sliderArticle {
  width: 100%;
  position: absolute;
  z-index: 100;
  bottom: 0;
  left: 0;
  padding: 22px;
}
.ourTeamWrap .ourTeamSlideWrap .ourTeamSlideMain .teamSlideBox .sliderArticle h4 {
  width: 100%;
  float: left;
  color: #fff;
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: 116.667%;
  letter-spacing: -0.48px;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0 0 6px 0;
}
.ourTeamWrap .ourTeamSlideWrap .ourTeamSlideMain .teamSlideBox .sliderArticle p {
  width: 100%;
  float: left;
  margin: 6px 0 0 0;
  color: #c5c5c5;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 137.5%;
  text-transform: capitalize;
}
.ourTeamWrap .ourTeamSlideWrap .ourTeamSlideMain .teamSlideBox .sliderArticle .locationText {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 171.429%;
  text-transform: uppercase;
  margin: 8px 0 0 0;
}
.ourTeamWrap .ourTeamSlideWrap .ourTeamSlideMain .teamSlideBox::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 70%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.708), rgba(0, 0, 0, 0));
  bottom: 0;
  left: 0;
  z-index: 99;
}
.ourTeamWrap .ourTeamSlideWrap .ourTeamSlideMain .owl-dots {
  display: none;
}
.ourTeamWrap .ourTeamSlideWrap .ourTeamSlideMain .owl-nav {
  position: relative;
}
.ourTeamWrap .ourTeamSlideWrap .ourTeamSlideMain .owl-nav .owl-next {
  width: 80px;
  height: 80px;
  position: absolute;
  background-color: #ed2c42;
  border-radius: 100%;
  z-index: 9999;
  right: 0;
  border: 0;
  font-size: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 167px;
  cursor: pointer;
}
.ourTeamWrap .ourTeamSlideWrap .ourTeamSlideMain .owl-nav .owl-next i {
  font-size: 34px;
  color: #fff;
  -webkit-text-stroke: 2px #ed2c42;
}
.ourTeamWrap .ourTeamSlideWrap .ourTeamSlideMain .owl-nav .owl-next.disabled {
  display: none;
}
.ourTeamWrap .ourTeamSlideWrap .ourTeamSlideMain .owl-nav .owl-prev {
  width: 80px;
  height: 80px;
  position: absolute;
  background-color: #ed2c42;
  border-radius: 100%;
  z-index: 9999;
  left: 0;
  border: 0;
  font-size: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 167px;
  cursor: pointer;
}
.ourTeamWrap .ourTeamSlideWrap .ourTeamSlideMain .owl-nav .owl-prev i {
  font-size: 34px;
  color: #fff;
  -webkit-text-stroke: 2px #ed2c42;
}
.ourTeamWrap .ourTeamSlideWrap .ourTeamSlideMain .owl-nav .owl-prev.disabled {
  display: none;
}

.featuresSectionWrap {
  width: 100%;
  float: left;
  background: radial-gradient(114.76% 141.42% at 100% 0%, #fff 0%, #f3f3f3 100%);
  padding: 80px 15px;
  display: flex;
  justify-content: center;
}
.featuresSectionWrap .featuresBoxContainer {
  width: 100%;
  float: left;
  max-width: 710px;
}
.featuresSectionWrap .featuresBoxContainer .fBoxHeader {
  width: 100%;
  float: left;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.featuresSectionWrap .featuresBoxContainer .fBoxHeader h2 {
  width: 100%;
  float: left;
  color: #000;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 124%;
  letter-spacing: -0.8px;
  text-transform: capitalize;
}
.featuresSectionWrap .featuresBoxContainer .fBoxHeader h2 span.highlightText {
  background-image: url(../images/uniqueHighlight.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
  padding: 3px 12px;
}
.featuresSectionWrap .featuresBoxContainer .fBoxHeader p {
  width: 100%;
  float: left;
  margin: 17px 0 0 0;
  color: #757575;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 133.333%;
}
.featuresSectionWrap .featuresBoxContainer .fBoxHeader .landingfBoxheader {
  font-family: "Alexandria";
  font-weight: 700;
  font-style: Bold;
  font-size: 35px;
  leading-trim: NONE;
  line-height: 49.6px;
  letter-spacing: -0.8px;
  text-align: center;
  vertical-align: middle;
  text-transform: capitalize;
  color: #fff;
  background-image: url(../images/highlite.svg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.featuresSectionWrap .featuresBoxContainer .fBoxesWrapper {
  width: 100%;
  float: left;
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: 20px 0 0 0;
}
.featuresSectionWrap .featuresBoxContainer .fBoxesWrapper .fBoxMain {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.featuresSectionWrap .featuresBoxContainer .fBoxesWrapper .fBoxMain article {
  width: 270px;
  float: left;
  margin: 0 0 0 32px;
}
.featuresSectionWrap .featuresBoxContainer .fBoxesWrapper .fBoxMain article h4 {
  width: 100%;
  float: left;
  color: #1b1b1b;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 88.889%;
  text-transform: capitalize;
}
.featuresSectionWrap .featuresBoxContainer .fBoxesWrapper .fBoxMain article p {
  width: 100%;
  float: left;
  margin: 11px 0 0 0;
  color: #757575;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.featuresSectionWrap .featuresBoxContainer .fBoxesWrapper .fBoxMain picture {
  width: 380px;
  float: left;
  text-align: right;
}
.featuresSectionWrap .featuresBoxContainer .fBoxesWrapper .fBoxMain picture img {
  max-width: 100%;
}
.featuresSectionWrap .featuresBoxContainer .fBoxesWrapper .fBoxMain:nth-child(even) {
  flex-direction: row-reverse;
}
.featuresSectionWrap .featuresBoxContainer .fBoxesWrapper .fBoxMain:nth-child(even) picture {
  text-align: left;
}
.featuresSectionWrap .featuresBoxContainer .faqBoxWrap .faqBox {
  min-width: 826px;
}
.featuresSectionWrap .featuresBoxContainer .faqBoxWrap .faqBox article {
  width: 480px;
  display: flex;
  flex-flow: column;
  gap: 11px;
}
.featuresSectionWrap .featuresBoxContainer .faqBoxWrap .faqBox article h4 {
  font-family: "Alexandria";
  font-weight: 700;
  font-style: Bold;
  font-size: 28px;
  leading-trim: NONE;
  line-height: 31.68px;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: capitalize;
}
.featuresSectionWrap .featuresBoxContainer .faqBoxWrap .faqBox article p {
  font-family: "Alexandria";
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
  vertical-align: middle;
}

.completeLearningexperianceWrap {
  width: 100%;
  float: left;
  padding: 80px 15px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
.completeLearningexperianceWrap .expHeading {
  width: 100%;
  float: left;
  max-width: 735px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.completeLearningexperianceWrap .expHeading h2 {
  width: 100%;
  float: left;
  color: #000;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.8px;
  text-transform: capitalize;
}
.completeLearningexperianceWrap .expHeading h2 .highlightText {
  background-image: url(../images/uniqueHighlight.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
  padding: 3px 12px;
}
.completeLearningexperianceWrap .expHeading p {
  width: 100%;
  float: left;
  max-width: 650px;
  color: #757575;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 133.333%;
  margin: 12px 0 0 0;
}
.completeLearningexperianceWrap .expSlideContainer {
  width: 100%;
  float: left;
  max-width: 1280px;
  margin: 40px 0 0 0;
}
.completeLearningexperianceWrap .expSlideContainer .expSlideMain {
  width: 100%;
  float: left;
}
.completeLearningexperianceWrap .expSlideContainer .expSlideMain .owl-item {
  float: left;
}
.completeLearningexperianceWrap .expSlideContainer .expSlideMain .owl-item .expSlideBox {
  width: 100%;
  float: left;
  height: 466px;
  background-color: #f7f7f7;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.completeLearningexperianceWrap .expSlideContainer .expSlideMain .owl-item .expSlideBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.completeLearningexperianceWrap .expSlideContainer .expSlideMain .owl-item .expSlideBox .expText {
  width: 100%;
  height: 160px;
  padding: 0 30px 20px;
  position: absolute;
  z-index: 9;
  bottom: 0;
  left: 0;
  background-color: #ed2c42;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.completeLearningexperianceWrap .expSlideContainer .expSlideMain .owl-item .expSlideBox .expText::after {
  content: "";
  width: 100%;
  height: 38px;
  position: absolute;
  background-image: url(../images/topStyle.svg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
  top: -30px;
  left: 0;
}
.completeLearningexperianceWrap .expSlideContainer .expSlideMain .owl-item .expSlideBox .expText h4 {
  width: 100%;
  float: left;
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 139.414%;
  letter-spacing: -0.48px;
  text-transform: uppercase;
}
.completeLearningexperianceWrap .expSlideContainer .expSlideMain .owl-item .expSlideBox .expText p {
  width: 100%;
  float: left;
  color: #f9f9f9;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin: 4px 0 0 0;
}
.completeLearningexperianceWrap .expSlideContainer .expSlideMain .owl-item .expSlideBox .expText .readMore {
  position: absolute;
  bottom: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
}
.completeLearningexperianceWrap .expSlideContainer .expSlideMain .owl-dots {
  display: none;
}
.completeLearningexperianceWrap .expSlideContainer .expSlideMain .owl-nav {
  position: relative;
}
.completeLearningexperianceWrap .expSlideContainer .expSlideMain .owl-nav .owl-next {
  width: 80px;
  height: 80px;
  position: absolute;
  background-color: #ed2c42;
  border-radius: 100%;
  z-index: 9999;
  right: 0;
  border: 0;
  font-size: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 167px;
  cursor: pointer;
}
.completeLearningexperianceWrap .expSlideContainer .expSlideMain .owl-nav .owl-next i {
  font-size: 34px;
  color: #fff;
  -webkit-text-stroke: 2px #ed2c42;
}
.completeLearningexperianceWrap .expSlideContainer .expSlideMain .owl-nav .owl-next.disabled {
  display: none;
}
.completeLearningexperianceWrap .expSlideContainer .expSlideMain .owl-nav .owl-prev {
  width: 80px;
  height: 80px;
  position: absolute;
  background-color: #ed2c42;
  border-radius: 100%;
  z-index: 9999;
  left: 0;
  border: 0;
  font-size: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 167px;
  cursor: pointer;
}
.completeLearningexperianceWrap .expSlideContainer .expSlideMain .owl-nav .owl-prev i {
  font-size: 34px;
  color: #fff;
  -webkit-text-stroke: 2px #ed2c42;
}
.completeLearningexperianceWrap .expSlideContainer .expSlideMain .owl-nav .owl-prev.disabled {
  display: none;
}

.completeLandingWrap {
  background: radial-gradient(141.42% 114.76% at 100% 0%, #fff 0%, #f3f3f3 100%);
}
.completeLandingWrap .expLandingContainer {
  width: 100%;
  float: left;
  max-width: 1280px;
  margin: 40px 0 0 0;
}
.completeLandingWrap .expLandingContainer .expLandingMain {
  width: 100%;
  float: left;
  position: relative;
}
.completeLandingWrap .expLandingContainer .expLandingMain .owl-item {
  float: left;
}
.completeLandingWrap .expLandingContainer .expLandingMain .owl-item .expLandingBox {
  width: 100%;
  float: left;
  height: 350px !important;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 12px;
  padding: 20px;
  gap: 15px;
}
.completeLandingWrap .expLandingContainer .expLandingMain .owl-item .expLandingBox picture {
  width: 64px;
  height: 64px;
  float: left;
}
.completeLandingWrap .expLandingContainer .expLandingMain .owl-item .expLandingBox picture img {
  width: 100%;
  height: 100%;
  float: left;
  border-radius: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}
.completeLandingWrap .expLandingContainer .expLandingMain .owl-item .expLandingBox .expLandingText {
  background-color: unset !important;
  height: unset !important;
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 15px;
}
.completeLandingWrap .expLandingContainer .expLandingMain .owl-item .expLandingBox .expLandingText::after {
  background-image: unset !important;
}
.completeLandingWrap .expLandingContainer .expLandingMain .owl-item .expLandingBox .expLandingText h4 {
  color: #1b1b1b;
  font-family: "Alexandria";
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 31.68px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  text-transform: capitalize;
}
.completeLandingWrap .expLandingContainer .expLandingMain .owl-item .expLandingBox .expLandingText p {
  color: #757575;
  text-align: center;
  font-family: "Alexandria";
  font-weight: 400;
  font-style: "Regular";
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
  vertical-align: middle;
}
.completeLandingWrap .expLandingContainer .expLandingMain .owl-item .expLandingBox .expLandingText span {
  float: left;
}
.completeLandingWrap .expLandingContainer .expLandingMain .owl-item .expLandingBox .expLandingText span i {
  color: #ed2c42;
}
.completeLandingWrap .expLandingContainer .expLandingMain .owl-dots {
  width: 100%;
  display: flex;
  gap: 10px;
  position: absolute;
  bottom: -40px;
  justify-content: center;
}
.completeLandingWrap .expLandingContainer .expLandingMain .owl-dots .owl-dot {
  width: 16px;
  height: 8px;
  outline: none;
  border-radius: 4px;
  background: #d9d9d9;
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
  transition: all 0.3s ease;
}
.completeLandingWrap .expLandingContainer .expLandingMain .owl-dots .owl-dot:focus {
  outline: none !important;
  box-shadow: none !important;
}
.completeLandingWrap .expLandingContainer .expLandingMain .owl-dots .owl-dot.active {
  background-color: #ed2c42;
  width: 40px;
  height: 8px;
  outline: none;
  border-radius: 4px;
}
.completeLandingWrap .expLandingContainer .expLandingMain .owl-nav {
  position: relative;
}
.completeLandingWrap .expLandingContainer .expLandingMain .owl-nav .owl-next {
  width: 80px;
  height: 80px;
  position: absolute;
  background-color: #ed2c42;
  border-radius: 100%;
  z-index: 9999;
  right: 0;
  border: 0;
  font-size: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 167px;
  cursor: pointer;
}
.completeLandingWrap .expLandingContainer .expLandingMain .owl-nav .owl-next i {
  font-size: 34px;
  color: #fff;
  -webkit-text-stroke: 2px #ed2c42;
}
.completeLandingWrap .expLandingContainer .expLandingMain .owl-nav .owl-next.disabled {
  display: none;
}
.completeLandingWrap .expLandingContainer .expLandingMain .owl-nav .owl-prev {
  width: 80px;
  height: 80px;
  position: absolute;
  background-color: #ed2c42;
  border-radius: 100%;
  z-index: 9999;
  left: 0;
  border: 0;
  font-size: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 167px;
  cursor: pointer;
}
.completeLandingWrap .expLandingContainer .expLandingMain .owl-nav .owl-prev i {
  font-size: 34px;
  color: #fff;
  -webkit-text-stroke: 2px #ed2c42;
}
.completeLandingWrap .expLandingContainer .expLandingMain .owl-nav .owl-prev.disabled {
  display: none;
}

.accessPlan {
  width: 100%;
  float: left;
  padding: 40px 15px 80px 15px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.accessPlan .expHeading {
  width: 100%;
  float: left;
  max-width: 735px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.accessPlan .expHeading h2 {
  width: 100%;
  float: left;
  color: #000;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.8px;
  text-transform: capitalize;
}
.accessPlan .expHeading p {
  width: 100%;
  float: left;
  max-width: 650px;
  color: #757575;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 133.333%;
  margin: 12px 0 0 0;
}
.accessPlan .accessBlocksWrap {
  width: 100%;
  float: left;
  max-width: 1038px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-flow: row wrap;
}
.accessPlan .accessBlocksWrap .accessBox {
  width: 509px;
  float: left;
  border-radius: 15px;
  background-color: #f9f9f9;
  display: flex;
  align-items: stretch;
}
.accessPlan .accessBlocksWrap .accessBox .pricingBox {
  width: 183px;
  min-width: 183px;
  float: left;
  padding: 16px;
  border-right: 1px solid #e6e6e6;
}
.accessPlan .accessBlocksWrap .accessBox .pricingBox .priceWithoutDis {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.accessPlan .accessBlocksWrap .accessBox .pricingBox .priceWithoutDis .mrpPrice {
  float: left;
  position: relative;
  color: #757575;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  text-decoration-line: line-through;
  text-transform: capitalize;
}
.accessPlan .accessBlocksWrap .accessBox .pricingBox h3.mainPrice {
  width: 100%;
  float: left;
  color: #1b1b1b;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 75%;
  text-transform: capitalize;
  margin: 7px 0 0 0;
}
.accessPlan .accessBlocksWrap .accessBox .pricingBox picture {
  width: 100%;
  float: left;
  text-align: center;
  margin: 10px 0;
}
.accessPlan .accessBlocksWrap .accessBox .pricingBox picture img {
  max-width: 100%;
}
.accessPlan .accessBlocksWrap .accessBox .pricingBox .accessDays {
  width: 100%;
  float: left;
  color: #757575;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  text-transform: capitalize;
  text-align: center;
}
.accessPlan .accessBlocksWrap .accessBox .pricingPlanDetailsListWrap {
  width: 100%;
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.accessPlan .accessBlocksWrap .accessBox .pricingPlanDetailsListWrap h4 {
  width: 100%;
  float: left;
  padding: 16px 16px 0 16px;
  color: #1b1b1b;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-transform: capitalize;
}
.accessPlan .accessBlocksWrap .accessBox .pricingPlanDetailsListWrap ul {
  width: 100%;
  float: left;
  list-style: none;
}
.accessPlan .accessBlocksWrap .accessBox .pricingPlanDetailsListWrap ul li {
  width: 100%;
  float: left;
  border-bottom: 1px solid #e6e6e6;
  padding: 16px 16px;
  display: flex;
  align-items: center;
  gap: 16px;
  color: #757575;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}
.accessPlan .accessBlocksWrap .accessBox .pricingPlanDetailsListWrap ul li:last-child {
  border: 0;
}
.accessPlan .accessBlocksWrap .bookSectionWrap {
  width: 509px;
  float: left;
  border-radius: 15px;
  border: 1px solid #e6e6e6;
  padding: 30px 30px;
}
.accessPlan .accessBlocksWrap .bookSectionWrap h3 {
  width: 100%;
  float: left;
  color: #1b1b1b;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 111.111%;
  letter-spacing: -0.36px;
  text-transform: capitalize;
}
.accessPlan .accessBlocksWrap .bookSectionWrap h3 small {
  width: 100%;
  float: left;
  color: #757575;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin: 20px 0 0 0;
}
.accessPlan .accessBlocksWrap .bookSectionWrap .unlockBttn {
  float: left;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 8px;
  height: 56px;
  padding: 15px 24px 15px 16px;
  border-radius: 4px;
  background: #ed2c42;
  transition: 0.2s ease-in-out;
  white-space: nowrap;
  margin: 32px 0 0 0;
}
.accessPlan .accessBlocksWrap .bookSectionWrap .unlockBttn:hover {
  background: #a11526;
}

.contsctSectionWrap {
  width: 100%;
  float: left;
  padding: 144px 15px 60px 15px;
  display: flex;
  justify-content: center;
  background-image: url(../images/angleGred.png);
  background-repeat: no-repeat;
  background-position: left bottom;
}
.contsctSectionWrap .contactContainer {
  width: 100%;
  float: left;
  max-width: 1280px;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  gap: 20px;
}
.contsctSectionWrap .contactContainer article {
  width: 321px;
  float: left;
}
.contsctSectionWrap .contactContainer article h2 {
  width: 100%;
  float: left;
  color: #fff;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 71.429%;
  text-transform: capitalize;
}
.contsctSectionWrap .contactContainer article p {
  width: 100%;
  float: left;
  margin: 24px 0 0 0;
  color: #bbb;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 133.333%;
}
.contsctSectionWrap .contactContainer article a {
  width: 100%;
  float: left;
  margin: 24px 0 0 0;
  color: #bbb;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 133.333%;
}
.contsctSectionWrap .contactContainer article a.support {
  width: auto;
  font-weight: 500;
  text-decoration-line: underline;
  color: #fff;
  text-transform: capitalize;
  letter-spacing: -0.36px;
}
.contsctSectionWrap .contactContainer .mainForm {
  width: 546px;
  min-height: 580px;
  float: left;
  padding: 30px 30px;
  border-radius: 15px;
  background: linear-gradient(180deg, #282828 0%, #1b1b1b 100%);
}
.contsctSectionWrap .contactContainer .mainForm h3 {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 111.111%;
  letter-spacing: -0.36px;
  text-transform: capitalize;
}
.contsctSectionWrap .contactContainer .mainForm .mainInptsWrap {
  width: 100%;
  float: left;
  display: flex;
  gap: 20px;
}
.contsctSectionWrap .contactContainer .mainForm .inptWrap {
  width: 100%;
  float: left;
  position: relative;
  margin: 20px 0 0 0;
}
.contsctSectionWrap .contactContainer .mainForm .inptWrap p {
  width: 100%;
  float: left;
  color: #bbb;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.16px;
  text-transform: capitalize;
}
.contsctSectionWrap .contactContainer .mainForm .inptWrap .inpUsr {
  width: 100%;
  float: left;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #323232;
  padding: 10px 12px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.16px;
  height: 44px;
  margin: 7px 0 0 0;
}
.contsctSectionWrap .contactContainer .mainForm .inptWrap .inpUsr::-moz-placeholder {
  color: #757575;
}
.contsctSectionWrap .contactContainer .mainForm .inptWrap .inpUsr::placeholder {
  color: #757575;
}
.contsctSectionWrap .contactContainer .mainForm .inptWrap .splitInput {
  width: 100%;
  float: left;
  display: flex;
  gap: 7px;
}
.contsctSectionWrap .contactContainer .mainForm .inptWrap .splitInput .countryCode {
  width: 150px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(../images/downChevron.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) 50%;
}
.contsctSectionWrap .contactContainer .mainForm .privacySection {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  flex-flow: row wrap;
  margin: 80px 0 0 0;
}
.contsctSectionWrap .contactContainer .mainForm .privacySection .privacy {
  width: 100%;
  float: left;
  max-width: 260px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.contsctSectionWrap .contactContainer .mainForm .privacySection .privacy input[type=checkbox] {
  min-width: 19px;
  height: 19px;
  float: left;
  margin: 4px 0 0 0;
  opacity: 0.3;
  cursor: pointer;
}
.contsctSectionWrap .contactContainer .mainForm .privacySection .privacy input[type=checkbox]:checked {
  opacity: 1;
}
.contsctSectionWrap .contactContainer .mainForm .privacySection .privacy p {
  width: 100%;
  float: left;
  color: #bbb;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px; /* 120% */
  text-transform: capitalize;
}
.contsctSectionWrap .contactContainer .mainForm .privacySection .subBttn {
  float: left;
  background-color: #ed2c42;
  border: 0;
  outline: none;
  padding: 12px 43px 12px 12px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 3px;
  background-image: url(../images/paperPlan.svg);
  background-repeat: no-repeat;
  background-position: 86px, 50%;
  cursor: pointer;
}
.contsctSectionWrap .contactContainer .landingForm {
  width: 760px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contsctSectionWrap .contactContainer .landingForm h3 {
  font-size: 32px;
  margin: 2px 0;
}
.contsctSectionWrap .contactContainer .landingForm span {
  font-family: "Alexandria";
  font-weight: 300;
  font-style: Light;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 39.96px;
  letter-spacing: -0.36px;
  vertical-align: middle;
  text-transform: capitalize;
  color: #fff;
  margin: 2px 0;
}
.contsctSectionWrap .contactContainer .landingForm .landingInpts {
  margin: 20px 0 0 0;
}
.contsctSectionWrap .contactContainer .landingForm .landingInpts .landingInptsWrap {
  width: 100%;
  float: left;
}
.contsctSectionWrap .contactContainer .landingForm .privacyLandingSection {
  flex-flow: column;
  align-items: flex-start;
  margin: 30px 0 0 0 !important;
  gap: 30px !important;
}
.contsctSectionWrap .contactContainer .landingForm .privacyLandingSection .privacyLanding {
  max-width: unset;
}
.contsctSectionWrap .contactContainer .landingForm .privacyLandingSection .privacyLanding input[type=checkbox] {
  margin: 0;
}
.contsctSectionWrap .contactContainer .landingForm .privacyLandingSection .subLandingBtn {
  width: 100%;
  background-image: url(../images/paperPlan.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  text-align: left;
  color: #cfcfcf;
  font-family: "Alexandria";
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 32px;
  letter-spacing: 0%;
  vertical-align: middle;
  transition: all 0.3s ease;
}
.contsctSectionWrap .contactContainer .landingForm .privacyLandingSection .subLandingBtn:hover {
  color: #fff;
  background-color: #a81b2b; /* darker red */
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  background-position: right 6px center; /* icon moves slightly */
}
.contsctSectionWrap .contactContainer .landingForm .privacyLandingSection .subLandingBtn:active {
  transform: translateY(0);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.contsctSectionWrap .contactContainer .followBlock {
  width: 312px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 10px;
  background: #282828;
  padding: 18px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 14px;
  align-items: center;
}
.contsctSectionWrap .contactContainer .followBlock p {
  width: 100%;
  float: left;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 133.333% */
  text-transform: capitalize;
  text-align: center;
}
.contsctSectionWrap .contactContainer .followBlock a.followIcon {
  float: left;
}
.contsctSectionWrap .contactContainer .followBlock a.followIcon img.phoneIcon {
  width: 27px;
}
.contsctSectionWrap .accessContainer {
  justify-content: center;
}

footer {
  width: 100%;
  float: left;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: #1b1b1b;
  padding: 24px 0 53px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .footerContainer {
  width: 100%;
  float: left;
  max-width: 1280px;
}
footer .footerContainer .footerNav {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: space-between;
}
footer .footerContainer .footerNav .footerLogo {
  float: left;
}
footer .footerContainer .footerNav .footerLogo img {
  max-width: 100%;
}
footer .footerContainer .footerNav ul {
  gap: 31px;
  float: left;
  display: flex;
  list-style: none;
  flex-flow: row wrap;
  justify-content: center;
}
footer .footerContainer .footerNav ul li {
  float: left;
  position: relative;
}
footer .footerContainer .footerNav ul li a {
  float: left;
  color: #e2e2e2;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.16px;
  text-transform: capitalize;
  transition: 0.3s ease-in-out;
}
footer .footerContainer .footerNav ul li a:hover {
  color: #ed2c42;
}
footer .footerContainer .footerNav .signinBttn {
  float: left;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 3px;
  background: #ed2c42;
  padding: 12px 16px 12px 12px;
  transition: background-color 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease;
}
footer .footerContainer .footerNav .signinBttn:hover {
  background: #c82134;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}
footer .footerContainer .footerNav .signinBttn:hover img {
  transform: translateX(-1px);
  transition: transform 0.25s ease;
}
footer .footerContainer .footerNav .signinBttn:active {
  transform: translateY(0);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}
footer .footerContainer .footerFollow {
  width: 100%;
  float: left;
  border-radius: 10px;
  background: #282828;
  display: flex;
  padding: 18px 12px;
  justify-content: center;
  align-items: center;
  margin: 24px 0 0 0;
  gap: 16px;
}
footer .footerContainer .footerFollow a.followIcon {
  float: left;
  padding: 2px;
  border-radius: 5px;
}
footer .footerContainer .footerFollow a.followIcon img.phoneIcon {
  width: 27px;
}
footer .footerContainer .footerFollow a.followIcon:hover {
  background-color: #494949;
}
footer .footerContainer p {
  width: 100%;
  float: left;
  color: #bbb;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.12px;
  text-transform: uppercase;
  margin: 24px 0 0 0;
}

/*************************************************  team membar details  *******************************************/
.mdTopSliderWrap {
  width: 100%;
  float: left;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mdTopSliderWrap .mdTopSlider {
  width: 100%;
  float: left;
  position: relative;
}
.mdTopSliderWrap .mdTopSlider .owl-item {
  float: left;
}
.mdTopSliderWrap .mdTopSlider .owl-item .slideBox {
  width: 100%;
  float: left;
  position: relative;
  height: 681px;
}
.mdTopSliderWrap .mdTopSlider .owl-item .slideBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mdTopSliderWrap .mdTopSlider .owl-nav {
  display: none !important;
}
.mdTopSliderWrap .mdTopSlider .owl-dots {
  width: 100%;
  max-width: 1090px;
  position: absolute;
  z-index: 999;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 57px;
  gap: 6px;
}
.mdTopSliderWrap .mdTopSlider .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.2);
  border: 0;
  outline: none;
  cursor: pointer;
  transition: 0.4s ease-in-out;
}
.mdTopSliderWrap .mdTopSlider .owl-dots .owl-dot.active {
  background-color: #ed2c42;
  width: 32px;
}
.mdTopSliderWrap::after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(262deg, rgba(27, 27, 27, 0) 15.13%, #1b1b1b 74.64%), linear-gradient(180deg, rgba(27, 27, 27, 0) 0%, #1b1b1b 100%);
}
.mdTopSliderWrap .memberDetailsContainer {
  width: 100%;
  max-width: 1090px;
  position: absolute;
  z-index: 99;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 57px;
}
.mdTopSliderWrap .memberDetailsContainer article {
  width: 331px;
  float: left;
}
.mdTopSliderWrap .memberDetailsContainer article h2 {
  width: 100%;
  float: left;
}
.mdTopSliderWrap .memberDetailsContainer article h2 strong {
  width: 100%;
  float: left;
  color: #fff;
  font-size: 93px;
  font-style: normal;
  font-weight: 700;
  line-height: 52.615%;
  letter-spacing: -3.718px;
  text-transform: uppercase;
}
.mdTopSliderWrap .memberDetailsContainer article h2 small {
  width: 100%;
  float: left;
  color: #fff;
  font-size: 51px;
  font-style: normal;
  font-weight: 700;
  line-height: 48.9px;
  letter-spacing: -2.052px;
  margin: 14px 0 0 0;
}
.mdTopSliderWrap .memberDetailsContainer article p {
  width: 100%;
  float: left;
  margin: 30px 0 0 0;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-transform: capitalize;
  color: #bbb;
}
.mdTopSliderWrap .memberDetailsContainer article a {
  float: left;
  margin: 30px 0 0 0;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.48px;
  text-transform: uppercase;
}
.mdTopSliderWrap::before {
  content: "";
  width: 580px;
  height: 580px;
  position: absolute;
  border-radius: 584px;
  background: rgba(237, 44, 66, 0.4);
  filter: blur(200px);
  bottom: -201px;
  left: -89px;
  z-index: 9;
}

.mdMidBlocks {
  width: 100%;
  float: left;
  margin: 62px 0 65px 0;
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 35px;
}
.mdMidBlocks .videoWrap {
  width: 100%;
  float: left;
  max-width: 1280px;
  overflow: hidden;
  border-radius: 23px;
  position: relative;
  z-index: 12;
}
.mdMidBlocks .videoWrap video {
  width: 100%;
}
.mdMidBlocks .aboutMemberTotalWrap {
  width: 100%;
  float: left;
  max-width: 1280px;
  overflow: hidden;
  border-radius: 20px;
  background: linear-gradient(180deg, #282828 0%, rgba(27, 27, 27, 0) 100%);
  position: relative;
  padding: 50px;
  display: flex;
  flex-direction: column;
  gap: 60px;
  min-height: 816px;
}
.mdMidBlocks .aboutMemberTotalWrap .amtBlock {
  width: 100%;
  float: left;
}
.mdMidBlocks .aboutMemberTotalWrap .amtBlock .amtHead {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
}
.mdMidBlocks .aboutMemberTotalWrap .amtBlock .amtHead h2 {
  float: left;
  color: #fff;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 77.778%;
  letter-spacing: -0.72px;
  text-transform: capitalize;
  position: relative;
  padding: 0 46px 0 0;
  background-color: #282828;
  position: relative;
  z-index: 1;
}
.mdMidBlocks .aboutMemberTotalWrap .amtBlock .amtHead h2.darkBac {
  background-color: #212121;
}
.mdMidBlocks .aboutMemberTotalWrap .amtBlock .amtHead::after {
  content: "";
  width: 1200px;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  right: 0;
  top: 15px;
  position: absolute;
}
.mdMidBlocks .aboutMemberTotalWrap .amtBlock .amtBody {
  width: 100%;
  float: left;
  display: flex;
  margin: 30px 0 0 0;
  align-items: flex-start;
  justify-content: space-between;
}
.mdMidBlocks .aboutMemberTotalWrap .amtBlock .amtBody article {
  width: 100%;
  float: left;
  max-width: 757px;
  display: flex;
  flex-flow: column;
  gap: 35px;
}
.mdMidBlocks .aboutMemberTotalWrap .amtBlock .amtBody article p {
  width: 100%;
  float: left;
  color: #bbb;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-transform: capitalize;
}
.mdMidBlocks .aboutMemberTotalWrap .amtBlock .amtBody .coute {
  width: 420px;
  float: left;
  position: relative;
  padding: 0 30px;
}
.mdMidBlocks .aboutMemberTotalWrap .amtBlock .amtBody .coute span {
  width: 100%;
  float: left;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: capitalize;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.2) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.mdMidBlocks .aboutMemberTotalWrap .amtBlock .amtBody .coute b.coteStart {
  position: absolute;
  top: 0;
  left: 0;
  color: #ed2c42;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  text-transform: capitalize;
}
.mdMidBlocks .aboutMemberTotalWrap .amtBlock .amtBody .coute b.coteEnd {
  position: absolute;
  bottom: 0;
  right: 46px;
  color: #ed2c42;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  text-transform: capitalize;
}
.mdMidBlocks .aboutMemberTotalWrap .amtBlock .amtBody picture {
  width: 420px;
  float: left;
}
.mdMidBlocks .aboutMemberTotalWrap .amtBlock .amtBody picture img {
  max-width: 100%;
}

.discoderMoreWrap {
  margin: 65px 0 0 0;
}
.discoderMoreWrap .ourTeamSlideWrap {
  flex-direction: column;
  align-items: center;
}
.discoderMoreWrap .amtHead {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  max-width: 1340px;
  margin: 0 0 40px 0;
}
.discoderMoreWrap .amtHead h2 {
  float: left;
  color: #fff;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.72px;
  text-transform: capitalize;
  position: relative;
  padding: 0 46px 0 0;
  background-color: #1b1b1b;
  position: relative;
  z-index: 1;
}
.discoderMoreWrap .amtHead::after {
  content: "";
  width: 1200px;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  right: 0;
  top: 15px;
  position: absolute;
}

.mailInvitationWrap {
  width: 100%;
  float: left;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background: #282828;
  background-image: url(../images/mailBackground.png);
  background-repeat: no-repeat !important;
  background-size: 694px;
  background-position: bottom;
}
.mailInvitationWrap .anothermailInvitationContainer {
  float: left;
  gap: 0 !important;
}
.mailInvitationWrap .mailInvitationContainer {
  width: 100%;
  float: left;
  max-width: 1100px;
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 30px;
}
.mailInvitationWrap .mailInvitationContainer .anotherheaderImgWrap {
  gap: 0;
}
.mailInvitationWrap .mailInvitationContainer .headerImgWrap {
  display: flex;
  flex-flow: column;
  align-items: center;
  padding-top: 50px;
}
.mailInvitationWrap .mailInvitationContainer .headerImgWrap .logo {
  width: 65px;
  float: left;
  height: 75px;
}
.mailInvitationWrap .mailInvitationContainer .headerImgWrap .logo img {
  width: 100%;
  float: left;
  height: 100%;
}
.mailInvitationWrap .mailInvitationContainer .headerImgWrap .heroImg {
  width: 600px;
  float: left;
  height: 235px;
}
.mailInvitationWrap .mailInvitationContainer .headerImgWrap .heroImg img {
  width: 100%;
  float: left;
  height: 100%;
}
.mailInvitationWrap .mailInvitationContainer .headerImgWrap .heroImganother {
  margin-top: 30px;
}
.mailInvitationWrap .mailInvitationContainer .anothermailInvitationContent {
  padding: 30px 0 0 0;
}
.mailInvitationWrap .mailInvitationContainer .mailInvitationContent {
  color: #fff;
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 30px;
}
.mailInvitationWrap .mailInvitationContainer .mailInvitationContent .mailHeading {
  width: 100%;
  float: left;
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 5px;
}
.mailInvitationWrap .mailInvitationContainer .mailInvitationContent .mailHeading h1 {
  color: #fff;
  text-align: center;
  font-family: "Alexandria";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 83.333% */
}
.mailInvitationWrap .mailInvitationContainer .mailInvitationContent .mailHeading h2 {
  color: #fff;
  font-family: "Alexandria";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
.mailInvitationWrap .mailInvitationContainer .mailInvitationContent .para {
  position: relative;
  padding: 0 20px;
}
.mailInvitationWrap .mailInvitationContainer .mailInvitationContent .para p {
  max-width: 302px;
  color: var(--Text_DM, #bbb);
  font-family: "Alexandria";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.15px;
}
.mailInvitationWrap .mailInvitationContainer .mailInvitationContent .para .anotherpara {
  max-width: 320px;
  color: var(--text, #a7a7a7);
  font-family: "Clash Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.16px;
}
.mailInvitationWrap .mailInvitationContainer .mailInvitationContent .para picture {
  position: absolute;
  top: -10px;
  right: -55px;
}
.mailInvitationWrap .mailInvitationContainer .mailInvitationContent .para .anotherarrow {
  position: absolute;
}
.mailInvitationWrap .mailInvitationContainer .mailInvitationContent .beginBtn {
  color: #fff;
  border-radius: 4px;
  padding: 12px 20px;
  background: var(--WP_Red, #ed2c42);
  box-shadow: 0 0 55px -10px rgba(237, 44, 66, 0.6);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 30px 0 0 0;
}
.mailInvitationWrap .mailInvitationContainer .mailInvitationContent .beginBtnanother {
  text-transform: capitalize;
  color: var(--white, #fff);
  text-align: center;
  font-family: "Clash Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: inline-flex;
  padding: 12px 20px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  text-transform: capitalize;
  margin-top: 15px;
}
.mailInvitationWrap .mailInvitationContainer .mailInvitationContent .beginBtnanother .anotherarrow {
  float: left;
}

/* ========== FORM POPUP ========== */
.formPopupOverlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.formPopupOverlay.active {
  display: flex;
}

.formPopupContent {
  width: 95%;
  max-width: 1100px;
  max-height: 90vh;
  background: #1B1B1B;
  border-radius: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
  /* Red layer behind - offset right and down */
  border: none;
  box-shadow: 10px 10px 0 0 #ED2C42;
}

.formPopupClose {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 32px;
  color: #fff;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10;
  transition: color 0.3s ease;
}

.formPopupClose:hover {
  color: #ED2C42;
}

.formPopupLeft {
  width: 50%;
  padding: 50px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.formPopupRight {
  width: 50%;
  position: relative;
  overflow: hidden;
}

.formPopupRight img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.formPopupGradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, #1B1B1B 0%, rgba(27, 27, 27, 0.8) 50%, rgba(27, 27, 27, 0) 100%);
  z-index: 2;
}

/* Popup Form Styles */
.popupForm h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 10px 0;
  font-family: 'Clash Display', sans-serif;
}

.popupForm > span {
  color: #999;
  font-size: 16px;
  display: block;
  margin-bottom: 30px;
  font-family: 'Alexandria', sans-serif;
}

.popupInptWrap {
  margin-bottom: 20px;
}

.popupInptWrap label {
  display: block;
  color: #bbb;
  font-size: 14px;
  margin-bottom: 8px;
  text-transform: capitalize;
}

.popupInptWrap input,
.popupInptWrap select {
  width: 100%;
  padding: 14px 16px;
  background: #2a2a2a;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  color: #fff;
  font-size: 16px;
  outline: none;
  transition: border-color 0.3s ease;
}

.popupInptWrap input:focus,
.popupInptWrap select:focus {
  border-color: #ED2C42;
}

.popupInptWrap input.valid {
  border-color: #4CAF50 !important;
}

.popupInptWrap input.invalid {
  border-color: #ED2C42 !important;
}

.popupInptWrap #popup-phone-error {
  display: block;
  font-size: 13px;
  color: #ED2C42;
  margin-top: 5px;
}

.popupSplitInput {
  display: flex;
  gap: 10px;
}

.popupSplitInput select {
  width: 150px;
  flex-shrink: 0;
}

.popupSplitInput input {
  flex: 1;
}

.popupPrivacy {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 25px 0;
}

.popupPrivacy input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  cursor: pointer;
}

.popupPrivacy span {
  color: #999;
  font-size: 14px;
  line-height: 1.5;
}

.popupSubmitBtn {
  width: 100%;
  padding: 16px 30px;
  background: #ED2C42;
  border: none;
  border-radius: 6px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.popupSubmitBtn:hover {
  background: #c41e30;
  transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 900px) {
  .formPopupContent {
    flex-direction: column;
    max-height: 95vh;
    overflow-y: auto;
  }
  
  .formPopupLeft {
    width: 100%;
    padding: 40px 25px;
  }
  
  .formPopupRight {
    display: none;
  }
  
  .formPopupClose {
    top: 10px;
    right: 15px;
  }
}


/*# sourceMappingURL=style.css.map */