@import url("https://rsms.me/inter/inter.css");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
@keyframes slide-down {
  0% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slide-down-20 {
  0% {
    transform: translateY(-20%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes appear {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scale {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(20deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes hidden {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
html {
  font-family: "Inter", sans-serif;
}

@supports (font-variation-settings: normal) {
  html {
    font-family: "Inter var", sans-serif;
  }
}
* {
  margin: 0;
  color: #333333;
  text-decoration: none;
  line-height: 1.5;
  transition: opacity 0.7s ease;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
  background: #fafafa;
}

p {
  font-size: 1rem;
  margin-left: 2rem;
  text-align: justify;
  line-height: 1.8;
}

h1 {
  font-size: clamp(1.6rem, 7vw, 3.25rem);
  line-height: 1.4;
  margin-top: 4rem;
  margin-bottom: 2.4rem;
  text-align: center;
  color: #333333;
}

h2 {
  font-size: clamp(1.6rem, 6vw, 2.5rem);
  line-height: 1.4;
  margin-top: clamp(2rem, 8vw, 4rem);
  margin-bottom: clamp(1rem, 4vw, 2rem);
}

h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

a.blue-link {
  margin-top: 1rem;
  color: #0066CC;
  display: inline-block;
  align-self: center;
}
a.blue-link::after {
  content: "";
  width: 0px;
  height: 1px;
  display: block;
  background: #0066CC;
  transition: 300ms;
}
a.blue-link:hover::after {
  width: 100%;
}

button,
.btn {
  background: rgb(111, 5, 211);
  color: white;
  text-decoration: none;
  border: none;
  padding: 0.5rem 2rem;
  border-radius: 100rem;
  margin-top: 2rem;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

button:hover,
.btn:hover {
  background: #8912f9;
}

.on-scroll-animation {
  transition: transform 1.5s ease-in-out;
}

img {
  transition: all 1.5s ease-in-out, transform 0.3s ease-in-out;
}

hr {
  margin: auto;
  margin-top: 2.5rem;
  margin-bottom: 4rem;
}

.container {
  width: min(80vw, 70rem);
}
@media (max-width: 750px) {
  .container {
    width: 90vw;
  }
}

.container-no-adjust {
  width: min(80vw, 70rem);
}

.flex {
  display: flex;
}

.flex-vertical {
  flex-direction: column;
}

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

.margin {
  margin-left: 2rem;
  margin-right: 2rem;
}

.clickable-text {
  cursor: pointer;
  color: #6f05d3;
  margin-top: 0;
}

.container2 {
  width: min(70vw, 60rem);
  align-self: center;
}
@media (max-width: 800px) {
  .container2 {
    width: 90vw;
  }
}

@media (max-width: 800px) {
  :root {
    font-size: clamp(11px, 3vw, 16px);
  }
}
.slide-left {
  transform: translateX(min(15vw, 20rem));
}

.slide-left-smaller {
  transform: translateX(min(9vw, 12rem));
}

.slide-left-small {
  transform: translateX(min(4vw, 5rem));
}

.slide-right {
  transform: translateX(calc(min(15vw, 20rem) * -1));
}

.slide-right-smaller {
  transform: translateX(calc(min(9vw, 12rem) * -1));
}

.slide-right-small {
  transform: translateX(calc(min(4vw, 5rem) * -1));
}

.zoom {
  transform: scale(0.9);
}

.scale-transition:hover {
  transform: scale(1.02);
}

.scale-transition-large:hover {
  transform: scale(1.06);
}

.invisible {
  opacity: 0;
}

.black {
  background: black;
}

.on-scroll-animation {
  z-index: 1;
}

#landing-section {
  height: clamp(30rem, 100vh, 250vw);
  background: url(/Assets/bg.jpg);
  background-repeat: no-repeat;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#landing-section .heading {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#landing-section h1,
#landing-section h2 {
  color: white;
  text-align: center;
  margin: 0;
  opacity: 0;
  animation: 1.8s ease-in-out 0.5s 1 appear, 1.2s ease-in-out 0.5s 1 slide-down;
  animation-fill-mode: forwards;
}
#landing-section h1 {
  top: 50%;
  font-size: min(2rem + 9vw, 9rem);
  font-weight: bold;
  animation-delay: 0.9s;
}
#landing-section h2 {
  top: calc(41% - 5rem);
  font-size: min(1rem + 4vw, 4rem);
  font-weight: 300;
}

#ui-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
#ui-section .content {
  gap: 2rem;
}
#ui-section .text {
  width: 55%;
  min-width: 55%;
  z-index: 2;
}
#ui-section p {
  font-weight: 500;
  margin-top: 3rem;
  margin-bottom: 2rem;
  margin-left: clamp(0px, 3vw, 2rem);
  text-align: left;
  word-spacing: 0.3em;
}
#ui-section h2 {
  margin-top: 0;
  min-width: 35rem;
  font-size: clamp(1.6rem, 7vw, 3.25rem);
}
#ui-section h3 {
  font-size: 2.5rem;
  margin-left: min(0.1rem + 8vw, 5.5rem);
}
#ui-section .img-wrapper {
  margin-top: 2rem;
  height: 40rem;
  transform: translateX(-10%);
}
#ui-section .img-wrapper img {
  height: 100%;
}
@media (max-width: 1200px) {
  #ui-section .img-wrapper {
    transform: translateX(-10%) translateY(3rem);
  }
}
@media (max-width: 1000px) {
  #ui-section .img-wrapper {
    transform: translateX(-7%) translateY(3rem);
  }
  #ui-section h3 {
    font-size: 2rem;
    margin-left: clamp(1rem, 5vw, 5.5rem);
    margin-bottom: 3rem;
  }
  #ui-section p {
    margin-top: 2rem;
  }
}
@media (max-width: 700px) {
  #ui-section h1 {
    margin-top: 2rem;
  }
}

#black-section {
  background: black;
}
#black-section h2 {
  color: white;
}
#black-section .on-scroll-animation {
  width: 60%;
  align-self: center;
  margin-bottom: 3rem;
}
#black-section .on-scroll-animation img {
  width: 100%;
}
@media (max-width: 800px) {
  #black-section .on-scroll-animation {
    width: 85%;
  }
}

#general-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
#general-section .content {
  width: 50%;
  padding-top: 1rem;
}
#general-section .content li {
  text-align: justify;
  line-height: 1.8;
}
#general-section .content li + li {
  margin-top: 2rem;
}
#general-section .on-scroll-animation {
  width: 50%;
  padding-left: 1rem;
  object-fit: contain;
  align-self: center;
}
#general-section .on-scroll-animation img {
  width: 100%;
}
@media (max-width: 1000px) {
  #general-section .flex {
    flex-direction: column;
  }
  #general-section .content {
    width: 100%;
    margin-bottom: 2rem;
  }
  #general-section .on-scroll-animation {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 700px) {
  #general-section .content ul {
    list-style: none;
    padding: 0;
  }
}

#new-functions-section {
  background: #F5F5F5;
}
#new-functions-section p {
  text-align: left;
  margin-left: 0;
  line-height: 1.8;
}
#new-functions-section h1#main-heading {
  margin-bottom: 0;
  font-size: clamp(1.6rem, 9vw, 3.25rem);
}
@media (max-width: 750px) {
  #new-functions-section h1#main-heading {
    text-align: left;
  }
}
#new-functions-section h2 {
  font-weight: 600;
  font-size: clamp(2rem, 6vw, 2.5rem);
  margin-left: 8px;
}
#new-functions-section img {
  width: 100%;
}
#new-functions-section .card {
  background: hotpink;
  border-radius: 25px;
  padding: clamp(1rem, 4vw, 2rem);
  box-sizing: border-box;
  z-index: 5;
  overflow: hidden;
}
#new-functions-section .card p {
  margin: 0;
}
#new-functions-section .top-offset {
  margin-top: 0.8rem;
}
#new-functions-section .white-text * {
  color: white;
  line-height: 1.7;
  font-weight: 400;
}
#new-functions-section .larger-text p {
  font-size: 1.2rem;
}
#new-functions-section .shadow {
  box-shadow: 0 6px 23px 1px rgba(40, 40, 40, 0.4);
}
#new-functions-section .disturb-mode h2 {
  color: #EC60DE;
}
#new-functions-section .disturb-mode .content {
  position: relative;
  width: 100%;
}
#new-functions-section .disturb-mode .card {
  background: linear-gradient(to right, #8D29A6, #D441C6);
  max-width: 20rem;
  padding: 3rem;
  position: absolute;
}
#new-functions-section .disturb-mode img {
  margin-top: 3rem;
  max-width: 900px;
  margin-inline: auto;
  transition: all 2s ease;
  z-index: 0;
}
#new-functions-section .shortcuts h2 {
  color: #F9762D;
}
#new-functions-section .shortcuts #main-card {
  background: white;
  padding-bottom: 0;
  box-shadow: none;
}
#new-functions-section .shortcuts #main-card .on-scroll-animation {
  transition: all 2.5s ease;
}
#new-functions-section .shortcuts #main-card img {
  margin-top: 0.6rem;
  margin-bottom: -80px;
  transform: translateX(calc(-10% - clamp(1rem, 4vw, 2rem)));
  min-width: 400px;
}
#new-functions-section .shortcuts #sync-card {
  flex: 0 0 17rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 2rem;
  background: linear-gradient(to bottom, #83B4FE, #095FE0);
  padding: max(2rem, clamp(1rem, 4vw, 2rem));
}
#new-functions-section .shortcuts #sync-card img {
  width: 35%;
  margin-top: 1rem;
  align-self: center;
  transition: all 1.5s ease;
}
@media (max-width: 800px) {
  #new-functions-section .shortcuts .content {
    flex-direction: column;
  }
  #new-functions-section .shortcuts .content #main-card {
    margin-bottom: 2rem;
  }
  #new-functions-section .shortcuts .content #sync-card {
    margin-left: 0;
    flex-basis: auto;
    max-width: 17rem;
    align-self: center;
  }
}
#new-functions-section .facetime h2 {
  color: #45C0D1;
}
#new-functions-section .facetime > p {
  max-width: 40rem;
  margin-left: clamp(1rem, 4vw, 2rem);
}
#new-functions-section .facetime img {
  margin-top: 2rem;
}
#new-functions-section .facetime .card {
  align-self: flex-end;
  margin-top: -11.5rem;
  max-width: 20rem;
  background: linear-gradient(to bottom, #30BEB6, #64C6A8);
}
#new-functions-section .facetime .card #shareplay {
  font-weight: 500;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
#new-functions-section .live-text {
  margin-bottom: 5rem;
}
#new-functions-section .live-text h2 {
  color: #aa6efe;
}
#new-functions-section .live-text .card {
  background: white;
  display: flex;
  gap: clamp(2rem, 4vw, 4rem);
  overflow: hidden;
}
#new-functions-section .live-text .card img {
  flex: 1;
  height: 100%;
  object-fit: cover;
  object-position: 100% 0;
}
#new-functions-section .live-text .card .col {
  flex: 1;
}
#new-functions-section .live-text .card .col:first-of-type {
  margin-left: calc(clamp(1rem, 4vw, 2rem) * -1);
  margin-bottom: calc(clamp(1rem, 4vw, 2rem) * -1);
}
#new-functions-section .live-text .card .col:nth-of-type(2) {
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
}
#new-functions-section .live-text .card hr {
  margin: 1rem 3rem;
  border: 1px solid #EBEAF1;
}
#new-functions-section .live-text .card ul {
  padding-left: min(2vw, 2rem);
}
#new-functions-section .live-text .card li + li {
  margin-top: 0.7rem;
}
@media (max-width: 800px) {
  #new-functions-section .live-text .card {
    flex-direction: column-reverse;
  }
  #new-functions-section .live-text .card img {
    margin-bottom: -50px;
  }
  #new-functions-section .live-text .card a {
    margin-top: 2rem;
  }
}
@media (max-width: 750px) {
  #new-functions-section .card.card--text-on-mobile {
    max-width: 100%;
    position: relative;
    padding: 0;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    background: none;
    transform: translateX(0) translateY(0);
  }
  #new-functions-section .card.card--text-on-mobile #shareplay,
#new-functions-section .card.card--text-on-mobile p {
    color: #333333;
    line-height: 1.8;
    margin-inline: clamp(1rem, 4vw, 2rem);
  }
  #new-functions-section .card.card--text-on-mobile #shareplay {
    margin-top: 2rem;
    color: #45C0D1;
  }
  #new-functions-section .card.card--text-on-mobile p {
    font-size: 1rem;
  }
}

#other-functions-section {
  background: #FAFAFA;
  margin-bottom: 3rem;
}
#other-functions-section h2 {
  margin-left: 8px;
}
#other-functions-section .cards {
  align-self: center;
  display: flex;
  flex-wrap: wrap;
  gap: clamp(1.5rem, 2vw, 3rem);
}
#other-functions-section .cards .card {
  flex: 1;
  min-width: 13rem;
  padding: clamp(2rem, 3vw, 2.5rem);
  background: #F5F5F7;
  border-radius: 25px;
  display: flex;
  flex-direction: column;
}
#other-functions-section .cards .card h4 {
  margin-bottom: 1rem;
  font-size: 1.3rem;
  font-weight: 600;
}
#other-functions-section .cards .card p {
  margin: 0;
  text-align: left;
}
#other-functions-section .cards .card .image {
  max-width: 5rem;
  margin-top: auto;
  padding-top: 2rem;
  align-self: center;
}
#other-functions-section .cards .card .image img {
  width: 100%;
  filter: drop-shadow(0px 3px 5px rgba(43, 43, 58, 0.205));
}
#other-functions-section .cards #card-privacy h4 {
  color: #459BFF;
}
#other-functions-section .cards #card-notes h4 {
  color: #F27026;
}
#other-functions-section .cards #card-maps h4 {
  color: #2BA35B;
}

h2.limit-width,
#bottom-links-section h2 {
  max-width: 25rem;
  align-self: center;
  text-align: center;
  margin-bottom: 2rem;
}

#bottom-links-section {
  background: black;
  padding-bottom: 5rem;
}
#bottom-links-section h1,
#bottom-links-section h2 {
  color: #cccccc;
}
#bottom-links-section h1 {
  margin-top: 6rem;
  margin-bottom: 3rem;
}
#bottom-links-section img {
  max-width: 10rem;
  align-self: center;
}