@font-face {
  font-family: Arizona;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: local("Arizona"), local("Arizona"),
    url("../fonts/ABCArizonaPlusVariable.woff2") format("woff2-variations");
}

.font-normal {
  --font-variation-weight: 400;
}

.font-semibold {
  --font-variation-weight: 600;
}

.font-bold {
  --font-variation-weight: 700;
}

.italic {
  --font-variation-italic: 14;
}

.no-italic {
  --font-variation-italic: 0;
}

.serif {
  --font-variation-serif: 25;
}

.no-serif {
  --font-variation-serif: 0;
}

:root {
  --font-variation-weight: 400;
  --font-variation-italic: 0;
  --font-variation-serif: 0;
}

* {
  font-variation-settings: "wght" var(--font-variation-weight),
    "ital" var(--font-variation-italic), "SRFF" var(--font-variation-serif);
}

html {
  font-feature-settings: "ss02", "ss03", "ss04";
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}

body,
html {
  font-family: Arizona;
  background-color: #f7f5ff;
  color: #494b7a;
}

.d1 {
  font-size: 5.6rem;
  line-height: 1;
  margin: 0 0 2.4rem 0;
}

.d2 {
  font-size: 3.6rem;
  line-height: 1.3;
  margin: 0 0 2.4rem 0;
  --font-variation-weight: 500;
}

.d3 {
  font-size: 3.2rem;
  line-height: 1.295;
  margin: 0 0 2.4rem 0;
}

.d4 {
  font-size: 2.2rem;
  line-height: 1.27;
  margin: 0 0 1.6rem 0;
  --font-variation-weight: 500;
}

p {
  font-size: 1.8rem;
  line-height: 1.555;
}

.text-body {
  color: #494b7a;
}

a.link {
  color: #6d4aff;
  --font-variation-weight: 700;
  font-size: 1.8rem;
  line-height: 1.25;
  margin-top: 1.4rem;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

a.link + a.link {
  margin-top: 1rem;
}

a.link img {
  height: 1.6rem;
  width: 1.6rem;
  margin-left: 0.4rem;
}

a.link:hover,
a.link:focus {
  color: #6d4aff;
  text-decoration: none;
}

.wrap {
  padding: 6rem 0;
}

.logo img {
  margin-bottom: 4.8rem;
}

.bg-white {
  background-color: white;
}
.navbar-brand span {
  text-transform: uppercase;
  font-size: 1.8rem;
  color: #372580;
  margin-left: 1.2rem;
  position: relative;
  bottom: 2px;
}

.navbar-brand {
  display: flex;
  align-items: baseline;
}

.wrap .col-md-6 {
  margin-bottom: 3.2rem;
}

.wrap .col-md-6 > div {
  background: white;
  box-shadow: 22.7119px 23.941px 80px rgba(74, 45, 197, 0.11),
    8.74828px 9.22171px 25.4815px rgba(74, 45, 197, 0.0668148),
    1.8506px 1.95075px 6.51852px rgba(74, 45, 197, 0.0431852);
  padding: 3.6rem;
  border-radius: 1rem;
  min-height: 38rem;
}

.wrap .col-md-6 > div h3 {
  margin: 0;
  color: #372580;
  --font-variation-weight: 500;
  font-size: 3.2rem;
}

.wrap .col-md-6 > div label {
  z-index: 2;
  line-height: 1.6rem;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #6d4aff;
  background-color: #efebff;
  border-radius: 2rem;
  padding: 0.4rem 0.8rem;
  margin-bottom: 0;
  margin-left: 5px;
}

.wrap .col-md-6 > div p {
  min-height: 6rem;
  display: block;
  font-size: 1.8rem;
  line-height: 1.5555;
  margin-bottom: 3.2rem;
  margin-top: 3.2rem;
}

.wrap .col-md-6 > div .btn {
  font-size: 1.6rem;
  background-color: #6d4aff;
  border-radius: 32px;
  padding: 1.6rem 3.2rem;
  line-height: 1.1825;
  border: 1px solid #6d4aff;
  --font-variation-weight: 700;
  font-weight: unset;
  color: #fff;
}

.wrap .col-md-6 > div .btn:hover {
  background-color: #4a2dc5;
  border: 1px solid #4a2dc5;
}

.download-version {
  font-size: 1.8rem;
}

.btn-small {
  border: 2px solid #6d4aff;
  color: #6d4aff;
  padding: 0.5rem 2rem;
  font-size: 1.6rem;
  line-height: 1.25;
  border-radius: 2rem;
  --font-variation-weight: 700;
}

.btn-small:hover {
  text-decoration: none;
  color: #4a2dc5;
  background-color: #efebff;
  border: 2px solid #4a2dc5;
}

p span {
  --font-variation-weight: 700;
  color: #6d4aff;
  font-size: 1.8rem;
}

.about-us {
  background-image: url("../img/apps-bg.png");
  background-repeat: no-repeat;
  background-position: right center;
  min-height: 80rem;
}

.bridge-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.animated-underline {
  background-repeat: no-repeat;
  background-image: linear-gradient(
    transparent calc(100% - 2px),
    currentColor 10px
  );
  background-size: 0% 100%;
  transition: background-size 300ms;
}

a:hover .animated-underline,
a:focus .animated-underline {
  background-size: 100% 100%;
}

#footer span {
  margin-top: 8px;
}

.navbar-header {
  display: flex;
}

.collapse.in,
.collapse.in ul {
  width: 100%;
}

.alert-proton {
  color: #2563eb !important;
  background: #eff6ff;
  border: 1px solid #2563eb;
  border-radius: 8px;
  padding: 24px;
  font-size: 1.6rem;
  line-height: 1.5;
  max-width: 770px;
  margin: 4.8rem auto;
  text-align: left;
}
.alert-proton-anchor {
  color: #2563eb !important;
}

.download-btn {
  font-size: 2.2rem;
  background-color: #6d4aff;
  border-radius: 99px;
  padding: 1.6rem 3.2rem;
  line-height: 1.1825;
  border: 1px solid #6d4aff;
  --font-variation-weight: 700;
  font-weight: unset;
  color: #fff !important;
  display: flex;
  flex-direction: column;
  text-decoration: none !important;
  width: fit-content;
  margin: 0.8rem auto;
}

.download-btn:hover {
  background-color: #4a2dc5;
  border: 1px solid #4a2dc5;
}

.text-purple-800 {
  color: #372580;
}

.info {
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  margin-bottom: 0.8rem;
}

.info img {
  margin-right: 0.8rem;
  width: 24px;
  height: 24px;
}

.protonmail-container {
  background-image: url("../img/protonmail-phone.png");
  background-image: -webkit-image-set(
    url("../img/protonmail-phone.png") 1x,
    url("../img/protonmail-phone@2x.png") 2x
  );
  background-image: image-set(
    url("../img/protonmail-phone.png") 1x,
    url("../img/protonmail-phone@2x.png") 2x
  );
  background-repeat: no-repeat;
  background-position: right -80px;
  min-height: 800px;
}

.protonvpn-container {
  background-image: url("../img/protonvpn-phone.png");
  background-image: -webkit-image-set(
    url("../img/protonvpn-phone.png") 1x,
    url("../img/protonvpn-phone@2x.png") 2x
  );
  background-image: image-set(
    url("../img/protonvpn-phone.png") 1x,
    url("../img/protonvpn-phone@2x.png") 2x
  );
  background-repeat: no-repeat;
  background-position: right -80px;
  min-height: 800px;
}

.protonpass-container {
  background-image: url("../img/protonpass-phone.png");
  background-image: -webkit-image-set(
    url("../img/protonpass-phone.png") 1x,
    url("../img/protonpass-phone@2x.png") 2x
  );
  background-image: image-set(
    url("../img/protonpass-phone.png") 1x,
    url("../img/protonpass-phone@2x.png") 2x
  );
  background-repeat: no-repeat;
  background-position: right -80px;
  min-height: 800px;
}

.protoncalendar-container {
  background-image: url("../img/protoncalendar-phone.png");
  background-image: -webkit-image-set(
    url("../img/protoncalendar-phone.png") 1x,
    url("../img/protoncalendar-phone@2x.png") 2x
  );
  background-image: image-set(
    url("../img/protoncalendar-phone.png") 1x,
    url("../img/protoncalendar-phone@2x.png") 2x
  );
  background-repeat: no-repeat;
  background-position: right -80px;
  min-height: 800px;
}

.protondrive-container {
  background-image: url("../img/protondrive-phone.png");
  background-image: -webkit-image-set(
    url("../img/protondrive-phone.png") 1x,
    url("../img/protondrive-phone@2x.png") 2x
  );
  background-image: image-set(
    url("../img/protondrive-phone.png") 1x,
    url("../img/protondrive-phone@2x.png") 2x
  );
  background-repeat: no-repeat;
  background-position: right -80px;
  min-height: 800px;
}
.protonwallet-container {
  background-image: url("../img/proton-wallet.png");
  background-image: -webkit-image-set(
    url("../img/proton-wallet.png") 1x,
    url("../img/proton-wallet.png") 2x
  );
  background-image: image-set(
    url("../img/proton-wallet.png") 1x,
    url("../img/proton-wallet.png") 2x
  );
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 40% auto;
  min-height: 800px;
}
.hash {
  background-color: #efebff !important;
  border: 1px solid #efebff;
  box-shadow: none;
  color: #372580;
  text-align: center;
  margin-top: 1.6rem;
  border-radius: 8px;
  padding: 0.8rem 1.6rem;
  width: 100%;
}

.hash:focus {
  border-color: #6d4aff;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px #6d4aff99;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px #6d4aff99;
}

.flex {
  display: flex;
}

.flex-grow {
  flex-grow: 1;
  min-height: 180px;
}

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

.web-button {
  margin-bottom: 50px;
}

.text {
  margin-bottom: 1rem !important;
  margin-top: 1rem !important;
}

@media (max-width: 992px) {
  .wrap .col-md-6 > div a {
    position: static;
  }

  .wrap .col-md-6 > div {
    margin-bottom: 2rem;
  }

  #header .navbar-brand {
    width: auto;
  }

  .d1 {
    font-size: 4.4rem;
  }

  .d2 {
    font-size: 3.2rem;
  }

  .d3 {
    font-size: 2.4rem;
  }

  .d4 {
    font-size: 1.9rem;
  }

  p span {
    font-size: 1.6rem;
  }

  .wrap {
    padding: 2.4rem 0;
  }

  .alert-proton {
    margin: 0 auto 4.8rem auto;
  }
}

@media (max-width: 991px) {
  .protonmail-container,
  .protonvpn-container,
  .protoncalendar-container,
  .protondrive-container,
  .protonpass-container,
  .protonwallet-container {
    background-image: none;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .protonmail-container,
  .protonvpn-container,
  .protoncalendar-container,
  .protondrive-container,
  .protonpass-container {
    background-position: 205% center;
  }
  .protonmail-img {
    display: none;
  }
  .protonwallet-container {
    background-size: 40% auto;
  }
}

@media (min-width: 992px) and (max-width: 1080px) {
  .protonmail-container,
  .protonvpn-container,
  .protoncalendar-container,
  .protondrive-container,
  .protonpass-container {
    background-position: 255% center;
  }
  .protonwallet-container {
    background-size: 40% auto;
  }
}

@media (max-width: 1199px) {
  .about-us {
    background-image: none !important;
    min-height: auto;
  }
}

@media (min-width: 1199px) and (max-width: 1366px) {
  .about-us {
    background-position: 118% center;
  }
}
