/* font Family */
@font-face {
  font-family: "Montserrat";
  font-weight: 100;
  src: url(/images/fonts/Montserrat-Thin.ttf);
}
@font-face {
  font-family: "Montserrat";
  font-weight: 200;
  src: url(/images/fonts/Montserrat-ExtraLight.ttf);
}
@font-face {
  font-family: "Montserrat";
  font-weight: 300;
  src: url(/images/fonts/Montserrat-Light.ttf);
}
@font-face {
  font-family: "Montserrat";
  font-weight: 400;
  src: url(/images/fonts/Montserrat-Regular.ttf);
}
@font-face {
  font-family: "Montserrat";
  font-weight: 500;
  src: url(/images/fonts/Montserrat-Medium.ttf);
}
@font-face {
  font-family: "Montserrat";
  font-weight: 600;
  src: url(/images/fonts/Montserrat-SemiBold.ttf);
}
@font-face {
  font-family: "Montserrat";
  font-weight: 800;
  src: url(/images/fonts/Montserrat-ExtraBold.ttf);
}
@font-face {
  font-family: "Montserrat";
  font-weight: 700;
  src: url(/images/fonts/Montserrat-Bold.ttf);
}
@font-face {
  font-family: "Montserrat";
  font-weight: 800;
  src: url(/images/fonts/Montserrat-ExtraBold.ttf);
}
@font-face {
  font-family: "Montserrat";
  font-weight: 900;
  src: url(/images/fonts/Montserrat-Black.ttf);
}

@font-face {
  font-family: Inter;
  font-weight: 400;
  src: url(/images/fonts/Inter_18pt-Regular.ttf);
}
/* general  */
body {
  font-family: "Montserrat", sans-serif;
}
:root {
  --white: #fff;
  --yellow: #ffcb05;
  --green: #00a5ad;
  --lightBlue: #dbeafe;
  --text: #161f28;
  --orange: #f47920;
  --publicPartner: #00aadb;
  --partner: #6950a1;
}

a {
  text-decoration: none;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
h1,
h4 {
  color: var(--green);
  font-size: 100px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
}

h2 {
  color: var(--text);
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  line-height: 135.417%; /**/
}
h3 {
  color: var(--yellow);
  font-size: 52px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  line-height: 52px; /* 100% */
  margin: 0;
  text-transform: uppercase;
}
h4 {
  font-size: 40px;
}

h6 {
  color: var(--text);
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: 36px;
}

label {
  color: #161f28;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.bigRowGap {
  row-gap: 57px;
}

p,
a {
  font-style: normal;
  color: var(--text);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 171.429%;
}
.hoverdTitle:hover .withoutImage,
.hoverdTitle .withImage {
  display: none;
}
.solution .hoverdTitle .withImage h1 img {
  width: 50.1px;
  margin-right: -5px;
}
.events .hoverdTitle .withImage h1 img {
  width: 64px;
  height: 106px;
  margin-left: -9px;
}
.publicPartnerTitle .withImage h1 img {
  width: 29px;
}
.hoverdTitle .withoutImage,
.hoverdTitle:hover .withImage {
  display: block;
}

li a,
footer p {
  color: #fff;
  font-size: 14px;
}
li a:hover,
li a:focus {
  color: #fff;
}
footer p {
  line-height: 342.857%;
}

.sectionPadding,
.events {
  padding: 50px 0 100px;
}
.events {
  padding: 50px 0 127px;
}
.AboutUs,
.partner,
.publicPlatform {
  padding: 40px 0 25px;
}
.moreBtn,
.hoverdMoreBtn {
  white-space: nowrap;
  padding: 12px 44px;
  border-radius: 25px;
  border: 0.75px solid var(--text);
}

.moreBtn a,
.hoverdMoreBtn {
  font-weight: 700;
  font-size: 21px;
}
.leftMenu .dropdownMenuList {
  width: 180px;
  left: -9rem !important;
}
.moreBtn:hover,
.hoverdMoreBtn {
  border-color: var(--text);
}
.moreBtn:hover a,
.hoverdMoreBtn {
  color: var(--orange);
}
.hoverdMoreBtn:hover {
  border-color: var(--orange);
  color: var(--text);
}
/* header */
header {
  padding-top: 20px;
}
.Icons {
  gap: 60px;
}
.part p {
  font-size: 10px;

  font-weight: 500;
  line-height: normal;
}
.textTransform {
  /* transform: scale(1.52); */
  width: 771px;
  margin-top: 37%;
  position: relative;
  z-index: 2;
  /* margin-left: 2%; */
}
.textTransform h1 {
  color: #00a5ad;
  font-size: 60px;
  font-style: normal;
  font-weight: 300;
  /* line-height: 90px; */
  line-height: 90px;
  line-height: 125%;
}
.part p span {
  font-weight: 700;
}
.headerBottom {
  /* padding: 20px 0; */
  height: 70px;
  align-items: center;
  justify-content: center;
  display: flex;
  background: #ffe800;
}
.fixedHeader {
  position: fixed;
  /* transition: all 5s ease; */
  z-index: 3;
  width: 100%;
  top: 0;
}
/* Container must be relative */
.userContent.dropdown {
  position: relative;
  display: inline-block;
}

.dropdownMenuList {
  position: absolute;
  top: 4rem!important;
  left: 0;
  background: var(--text);
  border-radius: 15px;
  padding: 10px;
  z-index: 1050;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}



.landingVedio {
  position: absolute;
  top: 0;
  right: 8%;
  height: 100vh;
  width: 70%;
  margin-top: 30px;
}

.aboutText {
  position: relative;
  z-index: 2;
}
.headerForm {
  padding: 20px;
  /* position: absolute;
  right: 50px; */
  /* opacity: 0; */
  z-index: 4;

  animation: fadein-anim 5s linear forwards;
}
.EventForm,
.headerForm,
.contactForm,
.partnerForm {
  text-align: start;
  background: #fff;
  border: 3px solid #161f28;
  border-radius: 20px;
}
.partnerForm {
  margin: 45px 0 57px;
}
.contactForm {
  background-color: unset;
}
.EventForm,
.contactForm,
.partnerForm {
  border-width: 1.5px;
  padding: 28px 68px;
}
.formEventsGap {
  row-gap: 16.25px;
}
@keyframes fadein-anim {
  100% {
    opacity: 1;
  }
}
.headerForm {
  position: absolute;
  left: -15rem;
  top: 3rem;
}
/* .dropdown.login:hover .dropdownMenuList {
  display: block;
} */
.loginForm {
  width: 450px;
  left: 0;
}
.searchHover .headerData {
  background-color: var(--green);
  position: absolute;
  margin-left: 10px;
}
input[type="checkbox"] {
  width: 25px;
  height: 25px;
  border: 0.5px solid #161f28;
  background: #fff;
}
.searchHover input {
  padding: 10px;
  padding-left: 40px;
}
.searchHover {
  margin-left: 28px;
}
.signUpForm {
  width: 700px;
}
.dropdown {
  background-color: unset;
  border: unset;
}
.submitBtn {
  padding: 12px 30px;
  border: 1px solid #000;
  border-radius: 50px;
  color: var(--green);
  background: white;
  cursor: pointer;
  font-weight: 600;
  font-size: 21px;
  border-radius: 50px;
}
.eventSubmit {
  color: #73a533;
  border: 0.75px solid #73a533;
}
.hoverdsubmitBtn {
  transition: border-color 0.3s, color 0.3s, text-indent 0.6s ease;
  text-align: right;
  font-weight: 500;
  text-indent: 15%;
  white-space: nowrap;
  color: var(--green);
}

.rowGap {
  row-gap: 10px;
}
.dropdownMenuList a {
  color: #fff;
  font-weight: 400;
  line-height: 242.857%;
}

.home {
  background-color: var(--orange);
  margin-right: 34px;
}
.headerData {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gapHeader {
  gap: 18.4px;
}
.userContent.headerData,
.userContent .headerData {
  margin-left: 28px;
  background-color: var(--orange);
}
.headerData.active {
  background-color: var(--green);
}
.pt-71 {
  padding-top: 71px;
}
.social.face {
  margin-left: 60px;
}
.social a,
.social {
  background-color: #171716;
}
.social {
  margin-left: 28px;
  border-radius: 50%;
}
.leftMenu {
  margin-left: 59px;
}

.hoverdText h1:hover {
  letter-spacing: 3px;
}
.eventsVedio {
  height: 600px;
}
.eventsVedio img {
  height: 100%;
}
/* langding section  */

video {
  width: 100%;
  /* height: 100%;
  object-fit: cover; */
  /* flex-shrink: 0; */
  /* aspect-ratio: 760/760.43; */
}

.textLanding {
  display: flex;
  max-width: 520px;
  flex-direction: column;
  /* gap: 25px; */
  gap: 20px;
  /* margin-left: 5%; */
  margin-top: 37%;
}
.textLanding h1,
.solutionText h1,
.marketPlace h2,
.publicTitle h1 {
  font-size: 60px;
  line-height: 125%;
}
.background1 {
  background-size: 88vh !important;
  background-image: url(/images/CONTACT4.png);
  background-repeat: no-repeat;
  background-position: -6% bottom;
}
.publicTitle h1 {
  text-transform: lowercase;
  color: #161f00;
  font-weight: 300;
  line-height: normal;
}
.marketPlace h2 {
  font-weight: 300;
  line-height: normal;
  text-transform: lowercase;
}
.marketPlace h2 span {
  text-transform: lowercase;
}
.marketPlace {
  gap: 30px;
}
.partnerForm,
.marketPlace {
  max-width: 879.586px;
}
.solutionText h1 {
  color: var(--yellow);
  font-weight: 200;
  line-height: 103%;
}
.solutionText h1:hover,
.marketPlace h2:hover {
  letter-spacing: 6px;
}
.sectio2Data p {
  font-size: 21px;
}
.solutionText {
  padding: 40px 0 34px;
}
.landingSection {
  height: 900px;
}

.landingSectionBackGround {
  position: absolute;
  inset: 0;
  top: 4%;
  background: url(/images/Blackbutterflybackground.jpg) no-repeat right
    center/cover;
  z-index: 0;
  height: 900px;
  /* top: 13%; */
  right: 3%;
  pointer-events: none;
}
.landingSection {
  position: relative;
}
/* .landingSectionBackGround {
  
  background-image: url(/images/butterfly\ fade.jpg);
  background-position: right;
  background-repeat: no-repeat;
  animation: mymove 3s ease;
}

} */
.textLndingTitle {
  height: 172px;
  width: 578px;
}
.textLanding p {
  font-size: 21px;
  opacity: 0;
}
.textLanding h1 {
  opacity: 0;
}
.textLanding h1.show {
  opacity: 1;
}
.textLanding.show p {
  opacity: 1;
}

/* .imageLanging {
  width: 600px;
}
.imageLanging img {
  width: 100%;
} */

.butterFlyBackGround {
  background-image: url(/images/fullButterFlyYellow.png) !important;
  display: none;
  /* opacity: 0; */
}
.background {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 54.3%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: bottom right;
}
.section3 {
  padding: 101px 0;
}
.sectio2Data {
  width: 965px;
  padding-bottom: 44px;
}
.pt-53 {
  padding-top: 53px;
}

.sectio2Data h1 {
  color: #00a5ad;
  font-family: Montserrat;
  font-size: 100px;
  font-style: normal;
  font-weight: 300;
  margin: 0;
  line-height: 120px;
}
.sectio2Data p {
  color: #161f28;
  font-family: Montserrat;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  line-height: 36px;
}

.box1 {
  padding: 20px 23px 18px 42px;
  min-height: 253px;
}
.box {
  border-radius: 20px;
  width: 519px;
  background: #ffcb05;
}

.hovedText {
  display: flex;
  height: 167px;
  padding-left: 16px;
  /* margin-bottom: 5px; */
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  flex-shrink: 0;
}
.hovedText h3 {
  width: 313px;
}
.hovedText2 h3 {
  width: 347px;
}
.hovedText h3 span {
  transition: line-height 0.3s ease-in-out;
}

.hovedTextLetter {
  display: flex;
  height: 115px;
  padding-bottom: 13px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.hovedTextLetter:hover h3 {
  letter-spacing: 6.6px;
}
.boxCard {
  width: 450px;
  border-radius: 20px;
  border: 1.5px solid #161f28;
  background: #fff;
  position: relative;
}
.boxCard1 {
  padding: 33px 32px 38px 42px;
  left: -22%;
}
.boxCard2 {
  padding: 34px 32px 41px 42px;
  left: -20%;
}

h5 {
  color: #161f28;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  line-height: 34px; /* 141.667% */
}
.gap-66 {
  gap: 66px;
}
.box2 {
  min-height: 444px;
  padding: 20px 31px 23px 42px;
}
.hovedText1 {
  display: flex;
  width: 347px;
  height: 167px;
  padding-bottom: 13px;
  justify-content: center;
  align-items: center;
  padding-top: 9.4%;
  flex-shrink: 0;
}
.hoverdMoreBtn {
  color: var(--orange);
  font-family: Montserrat;
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 25px;
  border: 0.75px solid var(--text);
  background: #fff;
  padding: 12px 44px 12px 45px;
  text-decoration: unset;
}
.prentText {
  gap: 86px;
}
.hovedText:hover {
  margin-top: -56px;
  height: 223px;
  transition: all 0.3s ease-in-out;
  /* transition: all 3s ease; */
}

.hovedText:hover h3 span {
  line-height: 153.846%;
}
.pt-74 {
  padding-top: 74px;
}
.text {
  gap: 17px;
  /* max-width: 400px; */
}

.eventsTitle h1 {
  color: #73a533;
}

.bigTitle h1 {
  font-size: 110px;
  font-weight: 200;
  line-height: normal;
}
.publicPlatformText {
  position: relative;
  z-index: 2;
}
.publicPlatformText p {
  padding-top: 34px;
}
.aboutUsTitle h1 {
  color: #f15a29;
}
.ABOUT1 P {
  font-weight: 300;
}
.abputText p {
  line-height: 30px; /* 166.667% */
}
.ABOUT1 p span {
  font-size: 18px;
  line-height: 24px;
}
.about2 p,
.ABOUT1 p {
  font-size: 14px;
  line-height: 24px;
}
.gap-11 {
  gap: 11px;
}
.gap-13 {
  gap: 13px;
}
.mt-6 {
  margin-top: 60px;
}
.eventsText {
  gap: 38px;
  max-width: 346px;
  margin-bottom: 53px;
  margin-right: 14px;
}
.AboutUs h5 {
  color: #00a5ad;
  white-space: nowrap;
  font-weight: 300;
}
.aboutUsBackground {
  background-image: url(/images/FullaboutUs.png);
  background-position: top right;
  z-index: 1;
  width: 32% !important;
  /* left: -26%; */
}

.AboutUs {
  z-index: 2;
  position: relative;
}
/* .AboutUs {
  background: url(/images/aboutUs.png) no-repeat top left;
  background-size: 28% 69%;
  height: 1024px;
} */
/* .partner {
  background: url(/images/partner1.jpg) no-repeat top right;

} */
.partnerData {
  position: relative;
  z-index: 2;
}
.partnerBackground {
  right: 0;
  z-index: 1;
  left: unset;
  background-image: url(/images/FullPartner2.png);
  background-position: bottom left;
  /* background-size: 74vw;
  width: 57.3%;
  height: 67%; */
  height: 66%;
  background-size: 121%;
  width: 56vw !important;
}
.partnerP {
  background-image: url(/images/FullPartner2.png);
  background-position: 110% -20%;
  background-size: 60vw;
  background-repeat: no-repeat;
}
.partnerSection2 {
  padding-bottom: 223px;
}
.partnerSubmit {
  border-color: var(--partner);
}
.publicPlatformBackground {
  background-image: url(/images/fullPublicImage.png);
  height: 53.5rem;
  /* width:42%; */
  /* background-color: var(--publicPartner); */
}

.publicPartnerTitle h1 {
  color: var(--publicPartner);
  padding-top: 16px;
}
.platformLinks {
  gap: 27px;
  position: relative;
  z-index: 2;
}
.platformLinks p {
  line-height: 200%;
  text-decoration: underline;
  white-space: nowrap;
  cursor: pointer;
}
.platformLinks.publicLinks p:hover,
.platformLinks.publicLinks p.active {
  color: var(--publicPartner);
}
.partnerLinks.platformLinks p:hover,
.partnerLinks.platformLinks p.active {
  color: var(--partner);
}
.platformLinks p.active,
.platformLinks p:hover {
  font-weight: 600;
}
.gap-27 {
  gap: 27px;
}
.gap-20 {
  gap: 20px;
}

/* .eventsVedio {
  height: 100vh;
  width: 100%;
  overflow: hidden;
}
.eventsVedio video {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
} */
textarea {
  height: 116px;
  border: solid 0.5px rgba(22, 31, 40, 0.5);
}

/* solutionPage */
.solution {
  background: url(/images/solution.jpg);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 39% 60%;
  padding: 162px 0 119px;
}
.solutionData {
  width: 311px;
  padding-bottom: 10px;
}
.solution p,
.eventsText P {
  line-height: 166.667%;
}
.solutionTitle h1 {
  color: #bd1a8d;
}
.solutionTitle {
  width: 560px;
}

.solutionBox {
  gap: 27px;
}
.solutionBox .yellowBox1 {
  height: 420px;
  padding: 38px 48px 42px 47px;
}
.yellowBox {
  max-width: 430px;
  border-radius: 20px;
  background-color: var(--yellow);
}
.yellowBox2 {
  padding: 36px 48px 29px 47px;
}
.solutionRowGap {
  row-gap: 62px;
}
.solutionBox h2 {
  font-size: 42px;
  text-transform: lowercase;
  line-height: 133.333%;
}
.mt-91 {
  margin-top: 91px;
}
.contactUs {
  padding: 160px 0 0;
  /* background-position: -295px 186px;
  background-repeat: no-repeat; */
  /* background-size: 950px; */
}
.contectInfo {
  position: relative;
  z-index: 2;
}
.contactUsBackground {
  background-image: url(/images/CONTACT4.png);
}
.contactBody {
  background-repeat: no-repeat;
  background-position: -9% 99%;
  background-image: url(/images/CONTACT4.png);
  /* background-size: 47% 64%; */
  background-size: 45% 61%;
}
.contactUs .submitBtn {
  border-color: var(--green);
}
.contactData {
  max-width: 300px;
  gap: 17px;
  padding-left: 40px;
}
.contactData p {
  font-size: 14px;
  max-width: 266px;
  padding-top: 4px;
  line-height: 22px;
}
.contactUsData h6 {
  line-height: normal;
}
.contactUsData {
  gap: 31px;
  padding-bottom: 56px;
}
.viewMap {
  color: #f47920;
  font-size: 20px;
  /* padding-top: 20px; */
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  cursor: pointer;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.viewMap:hover {
  color: #f47920;
}
.map {
  background-color: #00a5ad;
  border-radius: 20px;
  padding: 20px 10px 0;
}
.map .mapLocation {
  padding: 0 50px 20px 40px;
  width: 100%;
}

.gap-6 {
  gap: 6px;
}

/* partenr */

.PartnerTitle h1,
.partnerSubmit {
  color: var(--partner);
}
.PartnerTitle {
  max-width: 624px;
  height: 296px;
  padding-top: 20px;
}
.partnerText {
  width: 600px;
}
.partnerText,
.partenerText2 {
  max-width: 453px;
}
.gap-63 {
  gap: 63px;
}
.partner p {
  line-height: 166%;
}
.title p {
  font-size: 28px;
  font-weight: 300;
}

/* publocPlatform */

.platformBox {
  padding: 30px 33px 36px 50px;
  border-radius: 20px;
  border: 1.5px solid #161f28;
  margin-bottom: 40px;
}
.platformBox h2 {
  font-size: 30px;
  line-height: normal;
}
.blueBox.platformBox h2 {
  color: var(--publicPartner);
}
.BoxYellow.platformBox h2 {
  color: var(--yellow);
}
.platformBox p {
  max-width: 617px;
  padding: 13px 0 35px;
  font-size: 14px;
  line-height: 171.429%;
}
.platformBox .boxBtn {
  padding: 12px 23px 12px 45px;
  font-size: 21px;
  border-radius: 25px;
  white-space: nowrap;
  font-weight: 600;
  border: 0.75px solid;
}
.blueBox.platformBox .boxBtn {
  color: var(--publicPartner);
  border-color: var(--publicPartner);
}
.BoxYellow.platformBox .boxBtn {
  color: var(--yellow);
  border-color: var(--yellow);
}

.submitBtn:hover,
.hoverdsubmitBtn:hover {
  border-color: var(--orange) !important;
  color: var(--orange) !important;
  text-indent: 0;
}

.partnerDataText p {
  line-height: 30px;
}
/* footer */
footer {
  padding: 28px 0 33px;
  position: relative;
  z-index: 2;
  background-color: rgba(22, 31, 40, 0.65);
}

footer li a {
  line-height: 257.143%;
}
footer ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  list-style: none;
}

.visit a {
  color: var(--orange);
  font-size: 21px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;

  line-height: 22px; /* 119.048% */
}

/* .visit video,
.visit:hover img {
  display: none;
} */
/* .visit:hover a {
  transform: translate(5px, 0);
} */
/* .visit:hover video,
.visit img {
  display: block;
  mix-blend-mode: multiply;
} */

.vedioFooter {
  width: 60px;
  transition: width 0.5s ease;
  overflow: hidden;
}

.visit:hover .vedioFooter {
  width: 130px;
}
.visit:hover .vedioFooter .vedioFooter {
  width: 100%;
  transition: all 0.5s;
}
.pt-44 {
  padding-top: 30px;
}

.vedioFooter video {
  width: 100%;
  display: block;
}

.visit video,
.visit img {
  /* transition: max-width 2s ease-in-out ; */
  height: 100px;
  flex-shrink: 0;
}
.visit img {
  max-width: 36.88px;
}
.visit video {
  /* transition: width 5s steps(5, end); */
  width: 80px;
}

.visit {
  position: fixed;
  z-index: 3;
  bottom: 7%;
  left: 3%;
  background-color: #fff;
  border-radius: 20px;
  padding: 0 10px;
  height: 100px;
  max-width: 220px;
  transition: all 2s ease-in-outك;
}
.visit:hover {
  max-width: 244px;
}
/* accordion */
.accordion-item .accordion-button,
.accordion-item {
  border: unset !important;
  box-shadow: unset !important;
  background-color: #fff;
}
.accordion-item .accordion-button {
  color: #161f00;
  font-size: 42px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: lowercase;
  font-size: 42px;
  padding: 0;
  padding-bottom: 15px;
  align-items: baseline;
}

.accordion-button::after {
  background-size: 100%;
}
.closeAccordion,
.accordion-button::after {
  width: 56.479px;
  height: 22.178px;
}
.accordion-body {
  padding: 0;
}
.accordion-button.Wacom::after {
  background-image: url(/images/wacomAccordion.svg);
}
.accordion-button.Grapheast::after {
  background-image: url(/images/GrapheastAccordion.svg);
}

.closeMap {
  cursor: pointer;
}
.closeAccordion {
  transform: rotate(-180deg);
  margin-bottom: 28px;
}

.search-box {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.search-box.open {
  width: 238px;
  background-color: unset;
}
.dropdownMenuList a.active {
  color: var(--yellow);
}
.search-box.open img {
  position: absolute;
  padding: 4px;
  left: 3px;
  top: 2px;
  border-radius: 50%;
  background-color: var(--green);
}

.search-input {
  border: none;
  outline: none;
  width: 100%;
  padding: 3px;
  padding-left: 35px;
  font-size: 14px;
  /* border-radius: 10px; */
  /* transition: opacity 0.3s ease; */
}

.search-box.open .search-input,
.search-box.open .search-image,
.searchText {
  display: block;
}

.search-input,
.search-image,
.search-box.open .searchText {
  display: none;
}
.pt-41 {
  padding-top: 41px;
}

.modalLogin {
  position: absolute;
  left: 0.5rem;
  top: 6rem;
  width: 430px;
  height: 115px;
  flex-shrink: 0;
  border-radius: 20px;
  background: #161f28;
}
.modalLogin p {
  color: #fff;
  font-size: 16px;
  padding: 0 19px;

  line-height: 24px; /* 150% */
}

.linkPublick {
  color: var(--orange);
  border-color: var(--textx);
}
.thanksPartner {
  left: 12.5rem;
  width: 50%;
  padding: 15px;
  top: 10rem;
}

.modalLogin {
  border-radius: 20px !important;
}

.eventsVedio {
  position: relative;
  width: 100%;
  height: 130%;
  overflow: hidden;
}

.eventsVedio video {
  position: absolute;
  top: -110px;
  left: 0;
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
  z-index: 0;
}

.buterFlufyImage {
  position: absolute;
  top: -15%;
  left: -32%;
  /* left: -29rem; */
  /* width: 100vw; */

  width: 83vw;

  /* height: 1019.419px; */
}
.buterFlufyImage img {
  width: 100%;
}
.textStatic {
  z-index: 2;
}

.pt-6 {
  padding-top: 50px;
}

#seq {
  width: 100%; /* responsive to container */
  height: auto; /* auto height */
  aspect-ratio: 1440 / 1024; /* preserve proportions */
  display: block;
}

/* Frame stepping */
@keyframes play-frames {
  from {
    background-position: 0 center;
  }
  to {
    background-position: -16200px center;
  } /* -(frameWidth * frameCount) */
}

/* Optional secondary motion (match your video’s path/feel) */
@keyframes float-path {
  0% {
    transform: translate(-20px, 0) rotate(-2deg) scale(1);
  }
  50% {
    transform: translate(20px, -6px) rotate(2deg) scale(1.03);
  }
  100% {
    transform: translate(-20px, 0) rotate(-2deg) scale(1);
  }
}
#loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  color: black;
  z-index: 2;
}

.text-container {
  display: inline-block;
}

/* Wrap letter in span */
.letter-span {
  text-align: center;
  position: relative;
  display: inline-block;
  width: 1ch;
}

/* Image overlay */
.letter-span img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
  opacity: 0;
  transition: opacity 1s;
}

/* On hover: hide letter, show image */
.hoverdTitle:hover img {
  opacity: 1;
}
.publicPartnerTitle .letter-span {
  width: 0.6ch;
}
.sectio2Data .letter-span {
  width: 1.3ch;
}
.solutionTitle .letter-span img {
  top: 6px;
}
.eventsTitle .letter-span img {
  margin-left: -2%;
}
.PartnerTitle .letter-span {
  text-align: start;
}
.hoverdTitle:hover .letter-span {
  color: transparent; /* hide original letter */
}
