:root {
  --viewport-height: calc(var(--vh, 1vh) * 100);
}

@font-face {
  font-family: 'Switzer';
  src: url("../fonts/Switzer-Variable.woff2") format('woff2'),
    url("urn:scrapbook:download:error:https://milfdesire.boldromance.store/fonts/Switzer-Variable.woff") format('woff'),
    url("urn:scrapbook:download:error:https://milfdesire.boldromance.store/fonts/Switzer-Variable.ttf") format('truetype');
  font-weight: 100 900;
  font-display: swap;
  font-style: normal;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

body {
  font-family: 'Switzer', sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

p {
  text-wrap: pretty;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

a {
  text-decoration: none;
  text-align: center;
}

body {
  background-color: #f5f5f7 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: var(--viewport-height);
  color: #1b1919 !important;
  forced-color-adjust: none;
}

header {
  width: 100%;
  height: 3.5rem;
  display: flex;
  justify-content: center;
  background-color: #fff !important;
  padding: 1rem;
}

.logo {
  display: flex;
  align-items: center;
}

.logo-img {
  width: 1.8rem;
  /* height: 2rem; */
  background-color: rgba(0, 0, 0, 0.8);
  padding: 0.15rem;
  margin-right: 0.3rem;
}

.logo h1 {
  font-size: 1.2rem;
  font-weight: 500;
}

main {
  max-width: 60rem;
  height: calc(100vh - 3.5rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
  text-align: center;
  gap: 2rem;
}

.headline {
  display: flex;
  align-items: center;
  height: fit-content;
  flex-direction: column;
  gap: 1rem;
  margin: 2rem 0;
}

.heading {
  font-size: 6rem;
  font-weight: 600;
  line-height: 5.5rem;
  padding-bottom: 15px;
  text-align: center;
  background: #000000;
  background: linear-gradient(to bottom right, #000000 1%, #6a6a6a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.subheading {
  font-size: 2rem;
  font-weight: 300;
}

.feature-text {
  background: linear-gradient(94deg, #0090f7, #ba62fc, #f2416b, #f55600);
  -webkit-background-clip: text;
  color: transparent;
  font-size: 1.5rem;
  font-weight: 600;
}

.video-container {
  height: calc(100vh - 25rem);
  width: 30rem;
  overflow: hidden;
}

.video {
  height: 100%;
  width: 100%;
  border-radius: 1.5rem;
  object-fit: cover;
}

.btn {
  background-color: transparent;
  border: 0.1px solid #0071e3;
  border-radius: 50rem;
  padding: 0.8rem 1.8rem;
  font-size: 1.3rem;
  color: #0071e3;
}

.btn:hover {
  background-color: #0071e3;
  color: #fff;
  cursor: pointer;
}

@media (max-width: 768px) {
  main {
    /* padding: 1rem 0; */
    padding: 1rem;
    gap: 1rem;
    height: calc(-8.5rem + 100vh);
  }
  .headline {
    /* gap: 1rem; */
    /* margin: 2rem 0; */
    gap: 0.5rem;
    margin: 0;
  }
  .heading {
    /* font-size: 6rem; */
    font-size: 2rem;
    /* line-height: 5.5rem; */
    line-height: 2.5rem;
    padding-bottom: 0;
  }
  .subheading {
    /* font-size: 2rem; */
    font-size: 1.2rem;
  }
  .feature-text {
    /* font-size: 1.5rem; */
    font-size: 1.1rem;
  }
  .video-container {
    /* height: calc(100vh - 25rem); */
    /* height: calc(100vh - 28rem); */
    width: 75vw;
  }
}

@media (max-height: 800px) and (min-width: 768px) {
  main {
    /* gap: 2rem; */
    gap: 1rem;
  }
  .headline {
    /* height: 17rem; */
    height: fit-content;
    /* gap: 1rem; */
    /* margin: 2rem 0; */
    gap: 0;
    margin: 0;
  }
  .heading {
    /* font-size: 6rem; */
    font-size: 4rem;
    padding-bottom: 0px;
  }
  .subheading {
    /* font-size: 2rem; */
    font-size: 1.5rem;
  }
  .feature-text {
    /* font-size: 1.5rem; */
    font-size: 1.1rem;
  }
  .video-container {
    /* height: calc(100vh - 25rem); */
    height: fit-content;
  }
}
