@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Plus Jakarta Sans", sans-serif;
  border: none;
  outline: none;
  text-decoration: none;
  color: var(--primary-text);
}
:root {
  --primary: #12b4ea;
  --secoundary: #ffc302;
  --primary-text: #083241;
  --sub-text: #7a868b;
  --border: 1px solid #00000027;
}
[class*="grid"] {
  display: grid;
}
.align-center {
  align-items: center;
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 8rem;
}



body {
  -webkit-text-size-adjust: 100%;
}
i svg {
  width: unset;
  height: 1.8rem;
  fill: white;
}
p,
a,
input,
select,
textarea,
button {
  font-size: 1.6rem;
  font-weight: 500;
}
p {
  color: var(--sub-text);
  line-height: 27px;
}
/* h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: capitalize;
} */
.sub {
  font-family: "Caveat", cursive;
}
img,
video {
  max-width: 100%;
}
.container {
  max-width: 1240px;
  padding: 0 2rem;
  margin: auto;
  width: 100%;
}
.container-max {
  max-width: 1540px;
  padding: 0 2rem;
  margin: auto;
  width: 100%;
}
button {
  padding: 1.5rem 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  gap: 1rem;
  background: var(--secoundary);
  color: var(--primary-text);
  font-weight: bold;
  /* text-transform: capitalize; */
  line-height: 1;
  transition: 0.3s;
}
button.empty:hover {
  background: var(--primary);
  color: white;
}
button:hover {
  background: #ffaf02;
  border-color: transparent;
}
button.learn {
  transition: 0.1s;
}
button.learn:hover {
  padding-bottom: 0.5rem;
}
button.empty {
  background: transparent;
  color: var(--primary);
}
button.learn {
  border: none;
  border-bottom: 3px solid var(--primary);
  background: none;
  padding: 0;
  border-radius: 0;
  color: var(--primary-text);
}
/* header section */
header {
  height: 8rem;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background: transparent;
  transition: 0.3s;
}
header.sticky {
  background: white;
  transition: 0.3s;
  border: unset;
  box-shadow: #959da533 0px 8px 24px;
}
.logo img {
  height: 5rem;
}
header .container {
  height: 100%;
  max-width: 100%;
  padding: 0 5rem;
}
header .links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
}
header .links a {
  transition: 0.3s;
}
header .links a:hover {
  color: var(--primary);
}
header .container {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}
header .cta {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: flex-end;
}
.menu {
  font-size: 3rem;
  display: none;
}

main {
  padding-top: 13rem;
  padding-bottom: 8rem;
}
img.glow {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  height: 90rem;
}
.glow2 {
  position: absolute;
  left: -30%;
  bottom: 0;
  z-index: -1;
  opacity: 0.5;
  width: 80%;
}
main .content {
  max-width: 85rem;
  width: 100%;
  margin: auto;
  text-align: center;
  display: grid;
  gap: 1.5rem;
  margin-bottom: 5rem;
}
main .content h1 {
  font-size: 5rem;
  font-weight: 900;
  line-height: 1.1;
}
main .content p {
  font-size: 1.8rem;
  max-width: 65rem;
  width: 100%;
  margin: auto;
}
main .cta {
  display: flex;
  align-items: center;
  justify-content: center;
}
main .image-frame {
  max-width: 90rem;
  width: 100%;
  overflow: hidden;
  background: white;
  margin: auto;
  aspect-ratio: 16/9;
}
.image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.title {
  text-align: center;
  max-width: 70rem;
  width: 100%;
  margin: auto;
  margin-bottom: 5rem;
}
.title h2 {
  font-size: 4rem;
  font-weight: 900;
  /* text-transform: capitalize; */
}
.title p {
  margin-top: 1rem;
  font-size: 1.8rem;
}
.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}
.card .ico {
  width: 6rem;
  aspect-ratio: 1/1;
  background: var(--primary);
  overflow: hidden;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.card .ico svg {
  fill: white;
  width: unset;
  height: 3rem;
}
.card {
  padding: 3rem;
  border-right: var(--border);
}
.card:nth-child(4),
.card:nth-child(5),
.card:nth-child(6) {
  border-top: var(--border);
}
.card:nth-child(3),
.card:nth-child(6) {
  border-right: 0;
}
.card .body {
  margin-top: 1.5rem;
  text-align: center;
}
.card .body h3 {
  font-size: 2.3rem;
}
.mt-5 {
  margin-top: 5rem;
}
section {
  padding: 8rem;
}
section.bg {
  background: #f7fcff;
}
.tag {
  width: fit-content;
  display: inline-block;
  margin: auto;
  font-size: 1.6rem;
  font-weight: 600;
  background: #fff1c4;
  color: #ffaf02;
  margin-bottom: 0.5rem;
  border-left: 3px solid var(--secoundary);
  padding: 0.5rem 1rem;
}
section .content span {
  font-size: 1.6rem;
  color: var(--primary);
  background: #dff6fe;
  border-left: 3px solid var(--primary);
}
section .content h2 {
  font-size: 4rem;
  font-weight: 900;
}
section .content p {
  font-size: 1.8rem;
}
.grid-2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem;
  align-items: center;
}
.content .list {
  margin-top: 3rem;
  display: grid;
  gap: 1rem;
}
.list .item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: flex-start;
  color: var(--primary-text);
}
.item svg {
  width: unset;
  height: 2.5rem;
  fill: var(--primary) !important;
}
.item svg path {
  fill: var(--primary) !important;
}
.image-frame {
  width: 100%;
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
}
.image-frame img,
.image-frame video {
  width: 100%;
}

#my-video {
  width: 100% !important;
  height: 100%;
}
.video-js .vjs-big-play-button {
  width: 8rem;
  aspect-ratio: 1/1 !important;
  height: unset;
  background: var(--primary);
  border-radius: 50%;
  border: none;
  font-size: 5rem;
  margin: unset;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.vjs-icon-placeholder {
  color: white;
}
.wrapper {
  display: grid;
  gap: 5rem;
}
.card-2 {
  background: #f7fcff;
  padding: 3rem;
}
.grid-2.tes {
  align-items: unset;
  gap: 3rem;
}
.card-2 .profile {
  position: relative;
  width: fit-content;
}
.card-2 .user {
  width: 6rem;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 50%;
}
.user img {
  width: 5rem;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.profile svg {
  position: absolute;
  right: -1rem;
  top: -1rem;
}
.profile svg path {
  fill: var(--primary);
}
.card-2 .body {
  padding: 1.5rem 0;
}
.card-2 .footer p {
  color: var(--primary-text);
}
.card-2 .footer p a {
  color: var(--primary);
}
.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}
.card-3 {
  padding: 3rem;
  border-right: var(--border);
  text-align: center;
}
.card-3:last-child {
  border: none;
}
.card-3 img {
  height: 7rem;
  display: block;
  margin: auto;
}
.card-3 p {
  font-size: 2rem;
  margin-top: 1.5rem;
  color: var(--primary);
}
.cta-section {
  padding: 5rem;
  background: var(--secoundary);
  text-align: center;
  max-width: 70rem;
  width: 100%;
  margin: auto;
}
.cta-section p {
  color: var(--primary-text);
}
.cta-section .footer {
  margin-top: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.cta-section button {
  background: var(--primary-text);
  color: white;
}
.cta-section .footer :is(a, p) {
  font-size: 1.8rem;
}
.cta-section .footer a {
  text-decoration: underline;
}
footer {
  padding: 5rem 0;
  margin-top: 5rem;
  background: var(--primary-text);
}
footer :is(p, a, h3) {
  color: #ffffff99;
}
footer .grid {
  grid-template-columns: 1fr 1.5fr;
  gap: 5rem;
}
footer .copy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 5rem;
}
footer .footer-link {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
footer .social {
  display: flex;
  align-items: center;
  gap: 1rem;
}
footer .social a {
  width: 4rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff3b;
}
footer .social svg {
  width: unset;
  height: 2rem;
}
footer .social svg path {
  fill: var(--secoundary);
}
footer h3 {
  font-size: 1.8rem;
  color: white;
}
footer .logo {
  margin-bottom: 1.5rem;
}
a {
  width: fit-content;
}
.image-frame video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media screen and (max-width: 768px) {
  .not-mobile {
      display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .yes-mobile {
      display: none !important;
  }
}

@media (max-width: 660px) {
  html {
    font-size: 62%;
  }
  section {
    padding: 5rem;
  }
  main {
    padding-bottom: 5rem;
  }
  header .container {
    padding: 0 1.5rem;
    align-items: center;
    height: 100%;
    display: flex;
    justify-content: space-between;
  }
  .menu {
    display: block;
  }
  .menu {
    height: 2.5rem;
    width: 3.5rem;
    cursor: pointer;
  }

  .menu span:nth-child(1),
  .menu span:nth-child(1)::before,
  .menu span:nth-child(1)::after {
    background: var(--primary-text);
    content: "";
    position: absolute;
    width: 3.5rem;
    height: 3px;
    border-radius: 1rem;
    margin-top: 13px;

    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  .menu span:nth-child(1)::before {
    margin-top: -12px;
    -webkit-transition: 0.3s ease-in-out 0.3s;
    -moz-transition: 0.3s ease-in-out 0.3s;
    -o-transition: 0.3s ease-in-out 0.3s;
    transition: 0.3s ease-in-out 0.3s;
  }

  .menu span:nth-child(1)::after {
    margin-top: 12px;

    -webkit-transition: 0.3s ease-in-out 0.3s;
    -moz-transition: 0.3s ease-in-out 0.3s;
    -o-transition: 0.3s ease-in-out 0.3s;
    transition: 0.3s ease-in-out 0.3s;
  }

  .menu span:nth-child(2) {
    background: var(--primary-text);
    content: "";
    position: absolute;
    width: 0px;
    height: 3px;
    margin-top: 13px;
    border-radius: 1rem;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);

    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  .menu.active span:nth-child(1)::before,
  .menu.active span:nth-child(1)::after {
    margin-top: 0;
  }

  .menu.active span:nth-child(1) {
    -webkit-transition: 0.3s ease-in-out 0.3s;
    -moz-transition: 0.3s ease-in-out 0.3s;
    -o-transition: 0.3s ease-in-out 0.3s;
    transition: 0.3s ease-in-out 0.3s;

    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .menu.active span:nth-child(2) {
    width: 3.5rem;
    -webkit-transition: 0.3s ease-in-out 0.5s;
    -moz-transition: 0.3s ease-in-out 0.5s;
    -o-transition: 0.3s ease-in-out 0.5s;
    transition: 0.3s ease-in-out 0.5s;
  }
  header .links {
    flex-direction: column;
    text-align: center;
    justify-content: center;
    height: calc(100vh - 8rem);
    position: fixed;
    top: 8rem;
    background: var(--primary-text);
    backdrop-filter: blur(15px);
    width: 100%;
    padding: 5rem 0;
    left: 0px;
    transition: 0.5s;
    transform: translateX(100%);
  }
  .active {
    transform: translateX(0%) !important;
  }
  header .links a {
    color: white;
  }
  header .cta button.empty {
    display: none;
  }
  header .links button.empty {
    display: inline-block;
  }
  section {
    padding: 5rem 0;
    overflow: hidden;
  }
  header.sticky .menu {
    color: white;
  }
  [class*="grid"],
  .slider-wraper,
  footer .container {
    grid-template-columns: 1fr !important;
  }
  main .content h1 {
    font-size: 4rem;
  }
  main .content p {
    font-size: 1.6rem;
  }
  .fix {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .glow {
    width: 80%;
    top: 5rem;
    height: unset !important;
  }
  .glow2 {
    top: 30rem;
    width: 100%;
  }
  .title h2,
  section .content h2 {
    font-size: 2.5rem;
  }
  .title p,
  section .content p {
    font-size: 1.6rem;
  }
  .cta-section {
    padding: 3rem;
    text-align: center;
  }
  footer .copy {
    flex-direction: column;
    gap: 1.5rem;
  }
  footer {
    text-align: center;
  }
  footer a {
    margin: auto;
  }
  .card,
  .card-3 {
    border: none !important;
    border-bottom: var(--border) !important;
  }
  .card:last-child,
  .card-3:last-child {
    border: none !important;
  }
  .grid-2 {
    gap: 1.5rem;
  }
  header .cta {
    gap: 1.5rem;
  }
  header .cta button {
    display: none;
  }
  .cta-section .footer {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }
  .cta-section .footer a {
    width: 100%;
  }
  .cta-section .footer button {
    width: 100%;
  }
}
