@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  border: none;
  outline: none;
  text-decoration: none;
  color: var(--primary-text);
}
:root {
  --primary: #00a2ad;
  --primary-text: #232323;
  --sub-text: #555570;
  --bg: #1e252e;
}
[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;
}
section {
  padding: 5rem 0;
}
p {
  color: var(--sub-text);
  line-height: 1.6;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lora", serif;
  text-transform: capitalize;
  font-weight: 200;
  line-height: 1.1;
  font-size: 2.5rem;
}
img,
video {
  max-width: 100%;
}
.container {
  max-width: 1440px;
  padding: 0 1.5rem;
  margin: auto;
  width: 100%;
}
button {
  padding: 1.5rem 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer !important;
  gap: 1rem;
  background: white;
  color: var(--primary-text);
  text-transform: capitalize;
  line-height: 1;
  transition: 0.3s;
  border-radius: 1rem;
  font-weight: 400;
}
main {
  height: 80rem;
  background: var(--bg);
  padding-top: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
header {
  height: 8rem;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
header .logo img {
  width: unset;
  height: 5rem;
}
.grid-2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem;
}
main .content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
main .content h1 {
  font-size: 6rem;
  color: white;
}
main .content p {
  font-size: 2rem;
  color: white;
  font-weight: 300;
}
.text-block {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.text-block h2 {
  font-size: 6rem;
  font-weight: 300;
}
.text-block p {
  font-size: 2.5rem;
  color: var(--primary);
}
a {
  width: fit-content;
  display: inline-block;
}
main button {
  background: var(--primary);
  color: white;
}
.text-block ul {
  margin-left: 1.8rem;
}
.flex-end {
  align-items: flex-end;
}
li {
  font-size: 1.6rem;
  margin: 1rem 0;
  color: var(--sub-text);
}
.text-block strong {
  font-size: 1.8rem;
}
.text-block i {
  font-size: 1.6rem;
}
.booking {
  position: relative;
  top: -20rem;
  margin-bottom: -20rem;
  width: 100%;
  margin-left: auto;
}
.arw {
  position: absolute;
  width: 10rem;
  left: -15rem;
  top: -5rem;
}
.title {
  text-align: center;
  margin-bottom: 3rem;
}
.title h2 {
  font-size: 3rem;
}
.logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 5rem;
}
.logos img {
  width: unset;
  height: 4rem;
}
.container.bg {
  background: #f3f9ff;
  padding: 5rem;
}
.grid-5 {
  grid-template-columns: repeat(5, 1fr);
  gap: 3rem;
}
.card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.card h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.3;
}
.bg .title h2 {
  font-size: 5rem;
}
.bg .title {
  margin-bottom: 5rem;
}
.bg button {
  margin: auto;
  margin-top: 5rem;
  background: var(--bg);
  color: white;
}
.calendly-inline-widget {
  width: 100%;
  aspect-ratio: 2/1.7;
  overflow: hidden;
}

#calendly-scheduler {
  width: 100%;
}
main .user {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 72rem;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}
.user img {
  height: 100%;
  object-fit: contain;
}
main .container {
  align-items: center;
}
iframe.video {
  width: 70%;
  aspect-ratio: 16/9;
  display: block;
  margin: auto;
}
footer {
  padding: 3rem 0;
  text-align: center;
  background: var(--bg);
}
footer p {
  color: white;
}
@media (max-width: 1024px) {
  html {
    font-size: 45%;
  }
}
@media (max-width: 660px) {
  html {
    font-size: 62%;
  }
  [class*="grid"] {
    grid-template-columns: 1fr !important;
  }
  main {
    height: 100%;
    padding-top: 13rem;
  }
  main .content h1,
  .text-block h2,
  .bg .title h2 {
    font-size: 3rem;
  }
  #calendly-scheduler {
    height: 800px !important;
  }
  .booking {
    top: -10rem;
    margin-bottom: -10rem;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: #959da533 0px 8px 24px;
  }
  .text-block p {
    font-size: 2rem;
  }
  .logos {
    gap: 2rem;
  }
  .logos img {
    height: 2rem;
  }
  .container.bg {
    padding: 5rem 1.5rem;
  }
  iframe.video {
    width: 100%;
  }
  main .user {
    height: fit-content;
  }
  header .logo img {
    height: 4rem;
  }
  .arw {
    display: none;
  }
  .fix {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
