/* @import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap"); */
@import url("https://fonts.googleapis.com/css2?family=Belleza&display=swap");

:root {
  --color-primary: #319BFF;
  /* #d4af37; */
  --color-background: #ffffff;
  --color-text: #000000;
  /* #323232; */
}

.mentor {
  grid-template-columns: 45% 55%;
}

.mentor {
  column-gap: 1rem;
  margin: 12.2rem auto;
  border-radius: 20px;
  padding: 0;
  border: 2px solid var(--color-primary);
  /* border-right: none;s */
}

.mentor-img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin: 2rem; */
}

.mentor img {
  width: 90%;
  border-radius: 20px;
}

.mentor-text {
  background-color: var(--color-text);
  padding: 2.4rem 2.4rem;
  border-radius: 20px;
  z-index: 9999;
  line-height: normal;
  text-align: justify;
}

.mentor-text p {
  font-size: 2rem;
  line-height: 1.3;
  padding: 2.4rem;
  font-family: inherit;
  color: var(--color-background);
}

/* why section */
.why {
  margin-top: 4.4rem;
  /* column-gap: 7.4rem; */
  padding-bottom: 9.8rem;
}

.why-title p {
  font-size: 4rem;
  padding: 8rem;
  line-height: 1.4;
}

.why-highlight {
  font-weight: 600;
  font-size: 4.4rem;
}

.why-img {
  width: 90%;
  border-radius: 36px;
}

.why-wrap {
  position: relative;
}

.why-wrap:before {
  width: 90%;
  height: 100%;
  border-radius: 30px;
  position: absolute;
  content: "";
  background-color: var(--color-primary);
  z-index: -1;
  transform: rotate(7deg);
}

/* service */
.service-wrap {
  padding: 4.4rem;
  /* padding-bottom: 12rem; */
  border: 1px solid var(--color-text);
  border-radius: 20px;
}

.ser {
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.service,
.service-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 2.4rem;
}

.service {
  padding: 4.4rem;
}

.service h1,
.service-js-h1 {
  font-weight: 700;
  font-size: 3.6rem;
}

.service p,
.service-js-p {
  font-weight: 500;
  font-size: 1.7rem;
  line-height: normal;
  text-align: justify;
}

.service-js-h1,
.service-js-p {
  /* padding: 1rem; */
  margin: 0;
  padding: 1.2rem 2.4rem;
}

.service-js {
  color: #ffffff;
  background-color: #323232;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 1rem;
  transition: all 1s;
  width: 100%;
  height: 35rem;
  padding: 2.4rem;
  transition: all 1s;
  position: relative;
}

.service-js:hover {
  opacity: 1 !important;
}

.service-js:before,
.service-js::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 20px;
}

.service-js:before {
  background-color: #5d5d5d;
  transform: translateY(-1rem);
}

.service-js::after {
  transform: translateY(-2rem);
  background-color: #a8a8a8;
  z-index: -2;
}

/* client story */
.carousel-sec {
  margin: auto 1rem;
}

.carousel-wrap {
  /* display: flex; */
  /* display: grid;
  grid-template-columns: 1fr 1fr; */
}

.client-title {
  padding: 4.4rem 0;
  /* color: var(--color-primar); */
}

.carousel {
  display: grid;
  /* display: flex;
  flex-direction: column; */
  grid-template-columns: 35% 65%;
  background-color: var(--color-text);
  /* margin-bottom: 3.6rem; */
  column-gap: 0;
  border-radius: 20px;
  padding: 4.4rem 1.6rem;
}

.client-video-wrap {
  display: flex;
  /* column-gap: 5.2rem; */
}

.client-title h1 {
  font-weight: 700;
  font-size: 4.4rem;
  margin: 0;
  text-align: center;
}

.client-video-wrap iframe,
.client-video-wrap video .client-video-wrap img {
  border-radius: 20px;
  border: none;
}

.client-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: justify;
  row-gap: 3.6rem;
  margin: 2.4rem;
}

.client-text h1 {
  font-size: 2.6rem;
  color: var(--color-primary);
}

.client-text p {
  width: 90%;
  display: block;
  font-size: 2rem;
  color: var(--color-background);
  line-height: normal;
  text-align: justify;
}

.swipe {
  padding: 2.4rem;
}

.swiper {
  width: 100%;
  height: 100%;
}

/* .swiper, */
.mySwiper {
  border-radius: 20px;
  /* border: 2px solid #323232; */
}

/* client work */
/* ////////////////////////////////////// */
.work {
  margin: 7.4rem auto 0;
}

.video-wrap {
  border-radius: 20px;
  margin-bottom: 7.2rem;
}

/* photo */
.work-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 0;
}

.photo-wrap {
  border-radius: 20px;
  object-fit: cover;
}

.collgue-wrap {
  display: flex;
  /* column-gap: 2.4rem; */
  /* row-gap: 0; */
  margin: 0 2.4rem;
  object-fit: cover;
}

.swiper-slide {
  /* margin: 0 2.4rem; */
}

/* /////////////////////////////////////////// */
/* form */
.cta-wrap {
  margin: 6.4rem auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-text);
  color: var(--color-text);
  border-radius: 20px;
  /* width: 80%; */
}

.cta-grid-wrap {
  gap: 0;
  padding: 4.4rem 5.4rem;
  /* margin: 2.4rem auto;  */
}

.cta {
  padding: 0;
  margin: 0;
}

.cta label {
  display: block;
  font-size: 2.2rem;
  font-weight: 700;
  font-family: inherit;
  margin: 1.6rem 0;
  color: var(--color-background);
}

.cta input,
.cta textarea {
  width: 80%;
  color: inherit;
  padding: 1rem;
  font-size: 1.8rem;
  border: none;
  border-radius: 9px;
  outline: none;
}

.cta input::placeholder {
  color: #999;
  padding: 2rem;
}

.wrapper {
  /* padding: 0 4.4rem; */
}

.cta-text-wrap {
  /* padding is here text wrap */
  /* padding: 0 9.8rem; */
  text-align: center;
}

.cta-text-wrap h2 {
  font-size: 5.2rem;
  font-weight: 700;
  line-height: normal;
  color: var(--color-primary);
}

.cta-text-wrap p {
  font-weight: 500;
  text-align: center;
  font-size: 2rem;
  color: var(--color-background);
  margin: 1rem auto;
  line-height: normal;
}

/* button form */
.button-wrap-cta {
  margin: 4.4rem 0;
}

.btn {
  padding: 1.8rem;
  text-decoration: none;
  cursor: pointer;
  font-size: 2rem;
  font-weight: 700;
  color: var(--color-text);
  border: 2.5px solid var(--color-background);
  background-color: var(--color-background);
  border-radius: 3.2rem;
  transition: all 0.3s;
}

.btn:hover {
  border: 2.5px solid var(--color-background);
  outline-style: solid;
  outline-color: var(--color-text);
  color: var(--color-background);
  background-color: var(--color-primary);
}

/* footer */
.footer-wrap {
  background-color: var(--color-text);
  padding: 2.4rem 3.2rem;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.logo-footer-wrap img {
  width: 90%;
}

.icon-white {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  gap: 2rem;
}

.icon-white a {
  color: var(--color-background);
  cursor: pointer;
}

.footer-text {
  color: var(--color-background);
  font-weight: 700;
  font-size: 1.8rem;
}

.footer-text a {
  padding: 1rem auto;
  font-size: 1.6rem;
  font-weight: 500;
  text-decoration: underline;
  color: var(--color-background);
  font-display: unset;
}

/* video */
.embed {
  width: 80%;
  /* grid-template-columns: 1fr 1fr; */
  overflow-y: scroll;
  scroll-behavior: smooth;
  justify-content: center;
  text-align: center;
  align-items: center;
  column-gap: 2rem;
  row-gap: 0;
}

::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
}

.fr {
  display: flex;
  justify-content: center;
  align-items: center;
}

.schedule {
  font-size: 1.8rem;
  padding: 1.8rem;
  font-weight: 700;
  color: var(--color-text);
  border-radius: 3.2rem;
  transition: 0.5s all;
}

.schedule:hover {
  /* color: #0000; */
}



.book-sec {
  margin-top: 8rem;
}

.book-sec img {
  /* width: 10rem; */
  height: 70rem;
}

.book {
  text-align: start !important;
}

.book span {
  color: var(--color-primary);
}

.book a {
  color: var(--color-primary);
}

.client-video-wrap img {
  border-radius: 20px;
  width: 100%;
}


/* book  */

.book-main {
  border: 1px #000000 solid;
  border-radius: 12px;
}

.book-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  align-items: center;
  background-color: var(--color-text);
  color: var(--color-background);
  border-radius: 10px;
  padding: 1rem;
}

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

.book-wrapper p {
  font-weight: 800;
  text-align: center;
  font-size: 4rem;
  padding: 2rem;
}

.book-parah {
  padding: 4rem;
  font-size: 2.1rem;
  line-height: 1.3;
  letter-spacing: 1.5px;
  padding-right: 2rem;
  margin-bottom: 6.4rem;
  font-family: inherit;
}

.video-grid {
  padding: 0;
  margin: 0;
  /* width: 50%; */
  /* height: 100%; */
  /* display: flex;
  justify-items: center;
  align-items: center; */
}

.iframes {
  width: 100%;
  height: 50%;
  border-radius: 20px;
}

.video-wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 360px;
  /* Adjust for portrait video */
  aspect-ratio: 9 / 16;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}

.video-wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 16px;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 500px) {
  .video-wrapper {
    max-width: 90%;
  }
}