/*
0 - 600px:      Phone
600 - 900px:    Tablet portrait
900 - 1200px:   Tablet landscape
[1200 - 1800]  is where our normal styles only
180px + ;       Big desktop

*/
/*
breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

ORDER: Base + typography > general layout > grid >page layouts > components
*/
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scaleup {
  0% {
    transform: scale(0.7);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes arrowleft {
  0% {
    transform: translateX(0px);
  }
  80% {
    transform: translateX(20px);
  }
  100% {
    transform: translateX(0px);
  }
}
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  width: 100vw;
  overflow-x: hidden;
  background: radial-gradient(ellipse at bottom, #0E123E 0%, #0E123E 100%);
  scroll-behavior: smooth;
  font-size: 62.5%;
}
@media only screen and (min-width: 118.75em) {
  html {
    font-size: 75%;
  }
}
@media only screen and (max-width: 75em) {
  html {
    font-size: 56.25%;
    -webkit-font-smoothing: grayscale;
  }
}
@media only screen and (max-width: 56.25em) {
  html {
    font-size: 50%;
  }
}

body {
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  overflow: hidden;
  color: #6B6969;
  -webkit-font-smoothing: antialiased;
  background: #000204;
}
@media only screen and (max-width: 75em) {
  body {
    padding: 0;
  }
}

::selection {
  background-color: #c1739b;
  color: #fff;
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #8f54a0 #ffffff;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 10px;
}

*::-webkit-scrollbar-track {
  background: #ffffff;
}

*::-webkit-scrollbar-thumb {
  background-color: #8f54a0;
  border-radius: 10px;
  border: 2px solid #ffffff;
}

@font-face {
  font-family: "gothic";
  src: url(../css/fonts/All-Round-Gothic-W01-Demi.ttf);
}
@font-face {
  font-family: "gilroy";
  src: url(../css/fonts/Gilroy-Regular.ttf);
}
@font-face {
  font-family: "gilroy-bold";
  src: url(../css/fonts/Gilroy-Bold.ttf);
}
@font-face {
  font-family: "gilroy-medium";
  src: url(../css/fonts/Gilroy-Medium.ttf);
}
@font-face {
  font-family: "gilroy-light";
  src: url(../css/fonts/Gilroy-Light.ttf);
}
@font-face {
  font-family: "gilroy-heavy";
  src: url(../css/fonts/Gilroy-Heavy.ttf);
}
body {
  font-family: "gilroy", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.7;
  color: #6B6969;
}

.heading-primary {
  backface-visibility: hidden;
  margin-bottom: 30px;
}
.heading-primary__underline {
  text-decoration: underline;
}
.heading-primary--main {
  font-family: "Open Sans", sans-serif;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 1rem;
  margin-bottom: 0px;
}
@media only screen and (max-width: 56.25em) {
  .heading-primary--main {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 15.625em) {
  .heading-primary--main {
    font-size: 3rem;
  }
}
.heading-primary--main-intro {
  font-family: "Open Sans", sans-serif;
  position: relative;
  font-size: 5rem;
  line-height: 6rem;
  letter-spacing: 0.14em;
  margin-bottom: 2rem;
  color: #fff;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 56.25em) {
  .heading-primary--main-intro {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .heading-primary--main-intro {
    font-size: 3.5rem;
  }
}
.heading-primary--main-1 {
  font-family: "Open Sans", sans-serif;
  font-size: 9rem;
  letter-spacing: 0.14em;
  color: #fff;
  text-shadow: 0px 1.28561px 2.57121px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 56.25em) {
  .heading-primary--main-1 {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .heading-primary--main-1 {
    font-size: 4rem;
  }
}
.heading-primary--sub {
  font-family: "Open Sans", sans-serif;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 300;
  width: 100%;
}
@media only screen and (max-width: 75em) {
  .heading-primary--sub {
    font-size: 1.2rem;
  }
}
.heading-primary--sub-1 {
  letter-spacing: 0.04em;
  color: #D1D1D1;
  font-size: 2rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}
@media only screen and (max-width: 75em) {
  .heading-primary--sub-1 {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .heading-primary--sub-1 {
    width: 80%;
  }
}
@media only screen and (max-width: 56.25em) {
  .heading-primary--sub {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .heading-primary--sub {
    font-size: 1.4rem;
  }
}

.heading-secondary {
  font-size: 4rem;
  font-weight: 700;
  display: inline-block;
  background-image: linear-gradient(to right, #c1739b, #c1739b);
  -webkit-background-clip: text;
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.2s;
}
@media only screen and (max-width: 37.5em) {
  .heading-secondary {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 25em) {
  .heading-secondary {
    font-size: 2rem;
  }
}
.heading-secondary:hover {
  text-shadow: 0.5rem 1rem 2rem rgba(0, 0, 0, 0.15);
}

.heading-tertiary {
  color: #15215E;
  text-align: left;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 37.5em) {
  .heading-tertiary {
    font-size: 1rem;
  }
}
.heading-tertiary--main {
  font-family: "gilroy-bold", sans-serif;
  color: #fff;
  font-weight: bold;
  font-size: 7rem;
  text-shadow: 0px 1.20582px 2.57824px rgba(0, 0, 0, 0.1);
  line-height: 115px;
  letter-spacing: 0.04em;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 56.25em) {
  .heading-tertiary--main {
    font-size: 4.5rem;
  }
}
.heading-tertiary--main-1 {
  font-family: "gilroy-bold", sans-serif;
  font-weight: 800;
  text-align: left;
  text-shadow: transparent;
}
@media only screen and (max-width: 37.5em) {
  .heading-tertiary--main {
    font-size: 4rem;
    line-height: 100px;
  }
}
@media only screen and (max-width: 15.625em) {
  .heading-tertiary--main {
    line-height: 115px;
  }
}
.heading-tertiary--sub {
  text-align: left;
  font-size: 2.5rem;
  font-weight: normal;
  color: #505050;
}

.text-white {
  color: #fff;
}
.text-center {
  text-align: center;
}
.text-oswald {
  font-family: "Oswald", sans-serif;
}
.text-pirate {
  font-family: "PirataOne", sans-serif;
}
.text-opensans {
  font-family: "OpenSans", sans-serif;
}
.text-thin {
  font-weight: lighter;
}
.text-small {
  font-size: 1rem;
}
.text-underline {
  text-decoration: underline;
}
.text-black {
  color: #000204;
}
.text-primary {
  color: #c1739b !important;
}
.text-opacity_7 {
  opacity: 0.7;
}
.text-bold {
  font-weight: bold;
}
.text-16 {
  font-size: 1.5rem;
}
.text-right {
  text-align: right;
}

.u-center-text {
  text-align: center !important;
}

.u-margin-bottom-big {
  margin-bottom: 8rem !important;
}
@media only screen and (max-width: 56.25em) {
  .u-margin-bottom-big {
    margin-bottom: 5rem !important;
  }
}

.u-margin-bottom-medium {
  margin-bottom: 4rem !important;
}
@media only screen and (max-width: 56.25em) {
  .u-margin-bottom-medium {
    margin-bottom: 3rem !important;
  }
}

.u-margin-bottom-small {
  margin-bottom: 1.5rem !important;
}

.u-margin-top-medium {
  margin-top: 4rem !important;
}
@media only screen and (max-width: 56.25em) {
  .u-margin-top-medium {
    margin-top: 3rem !important;
  }
}

.u-margin-top-big {
  margin-top: 8rem !important;
}

.u-margin-top-huge {
  margin-top: 10rem !important;
}

.u-padding-big-left {
  padding-left: 8rem !important;
}
@media only screen and (max-width: 56.25em) {
  .u-padding-big-left {
    padding-left: 5rem !important;
  }
}

.u-padding-top-small {
  padding-top: 2rem !important;
}
@media only screen and (max-width: 56.25em) {
  .u-padding-top-small {
    padding-top: 1rem !important;
  }
}

.u-padding-top-medium {
  padding-top: 4rem !important;
}
@media only screen and (max-width: 56.25em) {
  .u-padding-top-medium {
    padding-top: 3rem !important;
  }
}

.u-padding-bottom-medium {
  padding-bottom: 4rem !important;
}
@media only screen and (max-width: 56.25em) {
  .u-padding-bottom-medium {
    padding-bottom: 3rem !important;
  }
}

.u-padding-top-big {
  padding-top: 8rem !important;
}
@media only screen and (max-width: 56.25em) {
  .u-padding-top-big {
    padding-top: 5rem !important;
  }
}

.u-padding-bottom-big {
  padding-bottom: 8rem !important;
}
@media only screen and (max-width: 56.25em) {
  .u-padding-bottom-big {
    padding-bottom: 5rem !important;
  }
}

.u-width-80 {
  width: 80%;
  margin: 0 auto;
}

.overflow-hidden {
  overflow: hidden;
}

.division {
  width: 10rem;
  height: 0.2rem;
  margin: 0 auto;
  background: white;
}

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

.btn {
  text-decoration: none;
  font-size: 1.5rem;
  line-height: 18px;
  color: #c1739b;
  font-family: "gilroy-bold";
  transition: all 0.4s;
}
.btn-signup, .btn-signup:link, .btn-signup:visited {
  margin-right: 1.5rem;
  position: relative;
  font-size: 1.3rem;
  padding: 0.7rem 2rem;
}
@media only screen and (max-width: 56.25em) {
  .btn-signup, .btn-signup:link, .btn-signup:visited {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .btn-signup, .btn-signup:link, .btn-signup:visited {
    font-size: 1.2rem;
  }
}
.btn-signup::after, .btn-signup:link::after, .btn-signup:visited::after {
  content: "";
  position: absolute;
  background-color: transparent;
  height: 0.2rem;
  width: 50%;
  bottom: -1%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  margin-top: 0.4rem;
}
.btn-signup:focus, .btn-signup:hover, .btn-signup:link:focus, .btn-signup:link:hover, .btn-signup:visited:focus, .btn-signup:visited:hover {
  transform: translateY(-5px);
}
.btn-signup:focus::after, .btn-signup:hover::after, .btn-signup:link:focus::after, .btn-signup:link:hover::after, .btn-signup:visited:focus::after, .btn-signup:visited:hover::after {
  background-color: #c1739b;
}
.btn-login, .btn-login:link, .btn-login:visited {
  border: 2px solid #fff;
  padding: 0.7rem 2rem;
  border-radius: 100px;
  position: relative;
  transition: all 0.5s;
  color: #c1739b;
  text-align: center;
  font-size: 1.3rem;
}
@media only screen and (max-width: 75em) {
  .btn-login, .btn-login:link, .btn-login:visited {
    margin-right: 1rem;
  }
}
@media only screen and (max-width: 56.25em) {
  .btn-login, .btn-login:link, .btn-login:visited {
    font-size: 1.4rem;
  }
}
.btn-login::after, .btn-login:link::after, .btn-login:visited::after {
  content: "";
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  z-index: -1;
}
.btn-login:hover, .btn-login:link:hover, .btn-login:visited:hover {
  color: #fff;
  background-color: #c1739b;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.btn-login:hover::after, .btn-login:link:hover::after, .btn-login:visited:hover::after {
  transform: scaleX(1.4) scaleY(1.6);
  opacity: 0;
}
.btn-login:active, .btn-login:focus, .btn-login:link:active, .btn-login:link:focus, .btn-login:visited:active, .btn-login:visited:focus {
  transform: translateY(-1px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.btn-2, .btn-2:link, .btn-2:visited {
  color: #fff;
  background-color: #c1739b;
  border-radius: 1000px;
  padding: 1rem 2.5rem;
  font-size: 1.5rem;
  text-align: center;
  transform: translateY(0);
  transition: all 0.5s;
  margin-right: 2rem;
}
@media only screen and (max-width: 75em) {
  .btn-2, .btn-2:link, .btn-2:visited {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 56.25em) {
  .btn-2, .btn-2:link, .btn-2:visited {
    font-size: 1.3rem;
    padding: 1rem 2rem;
  }
}
.btn-2:focus, .btn-2:hover, .btn-2:link:focus, .btn-2:link:hover, .btn-2:visited:focus, .btn-2:visited:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
}
.btn-2:focus::after, .btn-2:hover::after, .btn-2:link:focus::after, .btn-2:link:hover::after, .btn-2:visited:focus::after, .btn-2:visited:hover::after {
  transform: scaleX(1.4) scaleY(1.6);
  opacity: 0;
}
.btn-2-sub, .btn-2-sub:link, .btn-2-sub:visited {
  border-radius: 1000px;
  padding: 1rem 2.5rem;
  font-size: 1.5rem;
  text-align: center;
  background-color: #fff;
  color: #c1739b;
  transition: all 0.5s;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 75em) {
  .btn-2-sub, .btn-2-sub:link, .btn-2-sub:visited {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 56.25em) {
  .btn-2-sub, .btn-2-sub:link, .btn-2-sub:visited {
    font-size: 1.2rem;
    padding: 1rem 2rem;
  }
}
.btn-2-sub:hover, .btn-2-sub:link:hover, .btn-2-sub:visited:hover {
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15);
  transform: translateY(-5px);
}
.btn-2-sub:hover::after, .btn-2-sub:link:hover::after, .btn-2-sub:visited:hover::after {
  transform: scaleX(1.4) scaleY(1.6);
  opacity: 0;
}
.btn-information, .btn-information:link, .btn-information:visited {
  background-color: #fafbff;
  color: #fff;
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15);
  padding: 1.5rem 3.5rem;
  border-radius: 100px;
  text-align: center;
}
.btn-3, .btn-3:link, .btn-3:visited {
  border: 1px solid #fafbff;
  border-radius: 100px;
  color: #fafbff;
  padding: 0.5rem 2rem;
  box-sizing: border-box;
  font-size: 1.2rem;
}
.btn-slide-2-signup {
  background: linear-gradient(180deg, #A73E89 0%, rgba(167, 62, 137, 0) 176.71%), #CF2C8E !important;
  border-radius: 62.6933px;
  animation: slide 0.1s ease-in-out infinite reverse;
}
.btn-slide-2-login {
  color: #CF2C8E !important;
}
.btn-slide-3-signup {
  background-color: #1A7A23 !important;
  padding: 1rem 6rem !important;
}

.custom-btn {
  display: inline-flex;
  height: 40px;
  width: 150px;
  border: 2px solid #BFC0C0;
  margin: 20px 20px 20px 20px;
  color: #BFC0C0;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.8em;
  letter-spacing: 1.5px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.custom-a {
  color: #BFC0C0;
  text-decoration: none;
  letter-spacing: 1px;
}

/* Third Button */
#button-3 {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

#button-3 a {
  position: relative;
  transition: all 0.45s ease-Out;
}

#circle {
  width: 0%;
  height: 0%;
  opacity: 0;
  line-height: 40px;
  border-radius: 50%;
  background: #BFC0C0;
  position: absolute;
  transition: all 0.5s ease-Out;
  top: 20px;
  left: 70px;
}

#button-3:hover #circle {
  width: 200%;
  height: 500%;
  opacity: 1;
  top: -70px;
  left: -70px;
}

#button-3:hover a {
  color: #2D3142;
}

.section-timeline {
  height: 100%;
  background-color: #000204;
}

.blue-bg {
  background-color: #000204;
  color: #fff;
}

.circle {
  font-weight: bold;
  padding: 15px 20px;
  border-radius: 50%;
  background-color: #fff;
  color: #4D4545;
  max-height: 50px;
  z-index: 2;
}

.how-it-works.row {
  display: flex;
}

.how-it-works.row .col-2 {
  display: inline-flex;
  align-self: stretch;
  align-items: center;
  justify-content: center;
}

.how-it-works.row .col-2::after {
  content: "";
  position: absolute;
  border-left: 3px solid #FAFAFA;
  z-index: 1;
}

.how-it-works.row .col-2.bottom::after {
  height: 50%;
  left: 50%;
  top: 50%;
}

.how-it-works.row .col-2.full::after {
  height: 100%;
  left: calc(50% - 3px);
}

.how-it-works.row .col-2.top::after {
  height: 50%;
  left: 50%;
  top: 0;
}

.timeline div {
  padding: 0;
  height: 40px;
}

.timeline hr {
  border-top: 3px solid #FAFAFA;
  margin: 0;
  top: 17px;
  position: relative;
}

.timeline .col-2 {
  display: flex;
  overflow: hidden;
}

.timeline .corner {
  border: 3px solid #FAFAFA;
  width: 100%;
  position: relative;
  border-radius: 15px;
}

.timeline .top-right {
  left: 50%;
  top: -50%;
}

.timeline .left-bottom {
  left: -50%;
  top: calc(50% - 3px);
}

.timeline .top-left {
  left: -50%;
  top: -50%;
}

.timeline .right-bottom {
  left: 50%;
  top: calc(50% - 3px);
}

.blue__background {
  background-color: transparent;
  padding: 7rem 0;
}
@media only screen and (max-width: 56.25em) {
  .blue__background {
    padding: 4rem 0;
  }
}
@media only screen and (max-width: 37.5em) {
  .blue__background {
    padding: 2rem 0;
  }
}

.carousel {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.4s;
}
@media only screen and (max-width: 56.25em) {
  .carousel {
    height: 100%;
  }
}
.carousel-track {
  position: relative;
  height: 100%;
  width: 100%;
  transition: all 0.4s;
}
.carousel-track__container {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.carousel__button--group {
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.carousel__button--btn {
  background: transparent;
  outline: none;
  border: none;
}
.carousel__button--btn img {
  width: 5rem;
}
.carousel__button--btn img:hover {
  cursor: pointer;
}
.carousel__nav {
  display: flex;
  align-items: center;
  position: absolute;
  right: 3%;
  bottom: 5%;
}
.carousel__indicator {
  outline: none;
  border: 1px solid #c1739b;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  margin: 0 1rem;
  background: rgba(255, 255, 255, 0.3);
}
.carousel__indicator:hover {
  cursor: pointer;
}

.current-slide {
  background-color: #c1739b;
}

.is-hidden {
  display: none;
}

.features__background {
  background-color: transparent;
  padding: 7rem 0;
}
@media only screen and (max-width: 56.25em) {
  .features__background {
    padding: 4rem 0;
  }
}
@media only screen and (max-width: 37.5em) {
  .features__background {
    padding: 2rem 0;
  }
}
.features__container {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.features__box {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-gap: 2rem;
  width: 35rem;
  height: max-content;
  border-radius: 11px;
  padding: 1rem 2rem;
  margin: 2rem;
}
.features__box:hover {
  transform-style: preserve-3d;
  transform: scale(1.02);
  transition: all ease 0.3s;
}

.founder__topic {
  font-family: "Open Sans", sans-serif;
  text-align: center;
  font-size: 5rem;
  font-weight: 600;
  color: #15215E;
  text-shadow: 0 2.5rem 4rem rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 56.25em) {
  .founder__topic {
    font-size: 4.5rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .founder__topic {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 25em) {
  .founder__topic {
    font-size: 2.5rem;
  }
}
.founder__group {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
@media only screen and (max-width: 37.5em) {
  .founder__group {
    flex-direction: column;
  }
}
.founder__content {
  position: relative;
  background-color: transparent;
  overflow: hidden;
  width: 20rem;
  height: 30rem;
}
@media only screen and (max-width: 56.25em) {
  .founder__content {
    margin-bottom: 3rem;
  }
}
.founder__content:hover {
  cursor: pointer;
}
.founder__content:hover .founder__text {
  transition: all 0.5s;
  color: #fff;
  transform: translateY(-18rem);
}
.founder__content:hover .founder__image::before {
  background-image: linear-gradient(180deg, #828086 0%, rgba(255, 255, 255, 0) 252.82%);
}
.founder__image {
  background-image: url(../../img/slider-tod-1.jpg);
  background-size: cover;
  width: 20rem;
  height: 30rem;
  top: 0;
  left: 0;
  overflow: hidden;
  border-radius: 23.4348px;
}
.founder__image::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 23.4348px;
  top: 0;
  left: 0;
  overflow: hidden;
}
.founder__image-2 {
  background-image: url(../../img/slider-tod-2.jpg);
}
.founder__image-3 {
  background-image: url(../../img/slider-tod-3.jpg);
}
.founder__image-4 {
  background-image: url(../../img/slider-tod-4.jpg);
}
.founder__image-5 {
  background-image: url(../../img/slider-tod-5.jpg);
}
.founder__text {
  color: #fff;
  margin: 0 auto;
  font-family: "gilroy", sans-serif;
}
.founder__heading {
  font-size: 1.65rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.2em;
  margin-bottom: 2rem;
}
.founder__sub {
  font-size: 1.4rem;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.2em;
}

.composition {
  margin-top: 5rem;
}
@media only screen and (max-width: 56.25em) {
  .composition {
    margin-top: 0rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .composition {
    height: 25rem;
  }
}
.composition__image {
  width: 70%;
}
.composition__img-1 {
  display: block;
  margin: 0 auto;
  transform: scale(1.2);
}
@media only screen and (max-width: 56.25em) {
  .composition__img-1 {
    width: 90%;
  }
}
.composition__img-2 {
  display: block;
  margin: 0 auto;
  transform: scale(1.2);
}
@media only screen and (max-width: 93.75em) {
  .composition__img-2 {
    width: 30rem;
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 75em) {
  .composition__img-2 {
    width: 25rem;
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .composition__img-2 {
    width: 20rem;
    transform: scale(1);
  }
}
@media only screen and (max-width: 25em) {
  .composition__img-2 {
    width: 20rem;
  }
}
.composition__img-4 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.composition__photo {
  position: absolute;
  transition: all 0.7s;
}
.composition__photo-1 {
  position: relative;
  width: 85%;
  top: 0;
  left: 0rem;
}
.composition__photo-2 {
  width: 40%;
  top: -10%;
  left: 0%;
}
.composition__photo-2:hover {
  filter: drop-shadow(18px 14px 60px rgba(13, 10, 82, 0.3));
}
.composition__photo-3 {
  width: 30%;
  bottom: -10%;
  left: 5%;
}
.composition__photo-3:hover {
  filter: drop-shadow(18px 14px 60px rgba(13, 10, 82, 0.3));
}
@media only screen and (max-width: 25em) {
  .composition__photo-3 {
    width: 35%;
    bottom: -5%;
  }
}

.ecosystem {
  background-color: #ededf2;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.ecosystem__background {
  padding-bottom: 3rem;
}

.metaverse {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 70vh;
  background: #196AB3;
}
@media only screen and (max-width: 37.5em) {
  .metaverse {
    height: 100vh;
  }
}

.metaverse-container {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.metaverse-container h2 {
  color: #fff;
  text-align: center;
  font-size: 8vw;
  line-height: 0.6em;
  z-index: 1000;
  font-weight: 900;
}
.metaverse-container h2 span {
  font-size: 0.2em;
  font-weight: 400;
  text-transform: uppercase;
}

.meta-block {
  position: absolute;
  width: 50px;
  height: 100px;
  background: #196AB3;
  box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.2);
}

.header {
  font-family: "Open Sans";
  position: fixed;
  background: transparent !important;
  width: 100%;
  height: 7vh;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3rem;
  padding-top: 4rem;
  padding-left: 5rem;
  z-index: 40000;
}
.header__scroll {
  background: #000204 !important;
  position: fixed;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.07);
}
@media only screen and (max-width: 93.75em) {
  .header {
    height: 10vh;
  }
}
.header__logo {
  width: 15rem;
  object-fit: contain;
}
@media only screen and (max-width: 56.25em) {
  .header__logo {
    margin-right: auto;
  }
}
.header__navigation {
  flex: 0 0 90%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 2rem;
}
@media only screen and (max-width: 56.25em) {
  .header__navigation {
    display: none;
  }
}
.header__item {
  display: inline-block;
  position: relative;
  font-weight: 300;
}
.header__item:not(:last-child) {
  margin-right: 3rem;
}
@media only screen and (max-width: 75em) {
  .header__item:not(:last-child) {
    margin-right: 1.5rem;
  }
}
@media only screen and (max-width: 56.25em) {
  .header__item:not(:last-child) {
    margin-right: 1rem;
  }
}
.header__list {
  list-style: none;
  text-align: center;
}
.header__link {
  text-decoration: none;
  font-size: 1.4rem;
  line-height: 18px;
  color: #fff;
  padding: 0.8rem 1.5rem;
  border-radius: 3px;
  transition: all 0.4s;
  position: relative;
}
.header__link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: 2px solid #c1739b;
  border-bottom: 2px solid #c1739b;
  transform: scaleY(2);
  opacity: 0;
  transition: 0.3s;
}
.header__link::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #c1739b;
  transform: scale(0);
  opacity: 0;
  transition: 0.3s;
  z-index: -1;
}
.header__link:hover {
  cursor: pointer;
  color: #fff;
}
.header__link:hover:before {
  transform: scaleY(1);
  opacity: 1;
}
.header__link:hover:after {
  transform: scaleY(1);
  opacity: 1;
}
@media only screen and (max-width: 75em) {
  .header__link {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 56.25em) {
  .header__link {
    font-size: 1.2rem;
  }
}
.header__details {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__products {
  background: linear-gradient(259.39deg, #1E42A6 -24.61%, rgba(68, 37, 207, 0) 120.53%), #1E42A6;
  position: absolute;
  top: 0;
  left: 40%;
  width: 50%;
  display: none;
  padding: 1.5rem 2rem;
  z-index: 1000;
  opacity: 1;
}
.header__products:hover {
  display: block;
}
.header__products__scroll {
  position: fixed !important;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.07);
  top: 5rem;
}
.header__products-group {
  display: grid;
  grid-template-columns: repeat(2, 0.5fr);
  grid-template-rows: repeat(2, 0.5fr);
  justify-items: center;
  align-items: center;
  grid-gap: 1rem;
  margin-top: 1rem;
}
.header__products-heading {
  font-size: 1.2rem;
  color: #fff;
  border-bottom: 1px solid #fff;
  opacity: 0.75;
}
.header__products-product {
  padding: 1rem 2rem;
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  border: 1px solid transparent;
}
.header__products-product:hover {
  cursor: pointer;
  background-color: transparent;
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15);
  border: 1px solid #fff;
}
.header__products-product__header {
  align-self: flex-start;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.header__products-product__heading {
  font-size: 1.3rem;
  font-weight: bold;
  margin-left: 2rem;
  color: #fff;
  text-align: left;
}
.header__products-product__paragraph {
  font-family: "gilroy-light";
  font-size: 1.2rem;
  color: #ffffff;
}

.header__nav {
  position: relative;
}

.sidebar {
  position: fixed;
  width: 25rem;
  height: 100%;
  left: -300px;
  background-color: #fff;
  display: block;
  z-index: 50000000000;
  transition: left 0.4s ease;
  filter: drop-shadow(18px 16px 58px rgba(13, 10, 82, 0.37));
}
.sidebar.show {
  left: 0px;
}
.sidebar__text {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background-color: #fff;
  padding: 1rem;
  border-bottom: 1px solid rgba(250, 251, 255, 0.1);
}
.sidebar__text img {
  width: 5rem;
  height: 5rem;
}
.sidebar__text p {
  font-family: "Gilroy-bold", sans-serif;
  color: #c1739b;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
}
.sidebar ul {
  height: 100%;
  width: 100%;
  list-style: none;
}
.sidebar ul .product-show.show {
  display: block;
}
.sidebar li {
  line-height: 60px;
  border-bottom: 1px solid rgba(21, 33, 94, 0.1);
}
.sidebar li.active {
  color: #c1739b;
  background-color: #fafbff;
  border-left-color: #15215E;
}
.sidebar li.active ul li a {
  color: #c1739b;
  background-color: #fff;
  border-left-color: transparent;
}
.sidebar li:last-child {
  border-bottom: 1px solid rgba(250, 251, 255, 0.05);
}
.sidebar a {
  color: #c1739b;
  text-decoration: none;
  font-size: 1.8rem;
  padding-left: 4rem;
  font-weight: 500;
  display: block;
  width: 100%;
  margin-left: auto;
  border-left: 3px solid transparent;
  position: relative;
}
.sidebar a span {
  position: absolute;
  top: 50%;
  right: 2rem;
  font-size: 22px;
  transform: translateY(-50%);
  transition: transform 0.4s;
  color: #c1739b;
}
.sidebar a span.rotate {
  transform: translateY(-50%) rotate(-180deg);
}
.sidebar ul ul {
  position: static;
  display: none;
}
.sidebar ul ul li {
  line-height: 42px;
  border-bottom: none;
}
.sidebar ul ul li a {
  font-size: 1.5rem;
  padding-left: 80px;
}
@media only screen and (max-width: 56.25em) {
  .sidebar ul ul li a {
    padding-left: 5rem;
  }
}
.sidebar ul ul li a:hover {
  color: #c1739b;
  background-color: #fafbff;
  border-left-color: #15215E;
}
.sidebar ul ul li a span {
  position: absolute;
  top: 50%;
  right: 2rem;
  font-size: 100px;
}
.sidebar__btn {
  position: fixed;
  top: 5px;
  right: 7rem;
  height: 45px;
  width: 45px;
  background: linear-gradient(146.61deg, #244C7F -4.3%, rgba(114, 63, 191, 0) 132.93%), #244C7F;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  z-index: 600000000;
  transition: left 0.4s ease;
  display: none;
}
@media only screen and (max-width: 56.25em) {
  .sidebar__btn {
    display: block;
    top: 10px;
  }
}
@media only screen and (max-width: 56.25em) {
  .sidebar__btn {
    right: 3rem;
  }
}
.sidebar__btn.click span:before {
  content: "\f00d";
}
.sidebar__btn span {
  color: #fff;
  font-size: 20px;
  line-height: 45px;
}

.scroll-up {
  height: 40px;
  width: 40px;
  display: none;
  outline: 1px solid rgba(255, 255, 255, 0.08);
  position: fixed;
  bottom: 5%;
  right: 10%;
  z-index: 700000000000;
  color: #c1739b;
  cursor: pointer;
  animation: moveInLeft 3s ease-in-out;
}
@media only screen and (max-width: 56.25em) {
  .scroll-up {
    display: block;
  }
}
.scroll-up svg line {
  stroke-width: 3;
  stroke: #c1739b;
  fill: none;
  stroke-dasharray: 20;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.scroll-up:hover svg line.top {
  -webkit-transform: translateX(-40px);
  transform: translateX(-40px);
}
.scroll-up:hover svg line.bottom {
  -webkit-transform: translateX(40px);
  transform: translateX(40px);
}
.scroll-up:hover svg line.left {
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}
.scroll-up:hover svg line.right {
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
}

.scroll-up .left-bar {
  position: absolute;
  z-index: 1;
  background-color: transparent;
  top: 19px;
  left: 5px;
  width: 18px;
  display: block;
  transform: rotate(-45deg);
}
.scroll-up .left-bar:after {
  content: "";
  background-color: #c1739b;
  width: 18px;
  height: 3px;
  display: block;
  border-radius: 1px;
  transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 1.5);
  transform-origin: right center;
  z-index: -1;
}
.scroll-up .right-bar {
  position: absolute;
  z-index: 1;
  background-color: transparent;
  top: 19px;
  left: 17px;
  width: 18px;
  display: block;
  transform: rotate(45deg);
  border-radius: 2px;
}
.scroll-up .right-bar:after {
  content: "";
  background-color: #c1739b;
  width: 18px;
  height: 3px;
  display: block;
  border-radius: 1px;
  transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 1.5);
  transform-origin: left center;
  z-index: -1;
}
.scroll-up:hover {
  transition: all 0.1s;
}
.scroll-up:hover .left-bar:after {
  transform: rotate(-10deg);
}
.scroll-up:hover .right-bar:after {
  transform: rotate(10deg);
}

.stop__btn {
  z-index: -5;
}

.rows {
  max-width: 124rem;
  margin: 0 auto;
}
.rows:not(:last-child) {
  margin-bottom: 8rem;
}
@media only screen and (max-width: 56.25em) {
  .rows:not(:last-child) {
    margin-bottom: 8rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .rows:not(:last-child) {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 56.25em) {
  .rows {
    max-width: 50rem;
    padding: 0 3rem;
  }
}
.rows::after {
  content: "";
  display: table;
  clear: both;
}
.rows [class^=col-] {
  float: left;
}
.rows [class^=col-]:not(:last-child) {
  margin-right: 8rem;
}
@media only screen and (max-width: 56.25em) {
  .rows [class^=col-]:not(:last-child) {
    margin-right: 0;
    margin-bottom: 8rem;
  }
}
@media only screen and (max-width: 56.25em) {
  .rows [class^=col-] {
    width: 100% !important;
  }
}
.rows .col-1-of-2 {
  width: calc((100% - 8rem) / 2);
}
.rows .col-1-of-3 {
  width: calc((100% - 2* 8rem) / 3);
}
.rows .col-2-of-3 {
  width: calc(2*((100% - 2* 8rem) / 3) + 8rem);
}
.rows .col-1-of-4 {
  width: calc((100% - 3* 8rem) / 4);
}
.rows .col-2-of-4 {
  width: calc(2*((100% - 3* 8rem) / 4) + 8rem);
}
.rows .col-3-of-4 {
  width: calc(3*((100% - 3* 8rem) / 4) + 2 * 8rem);
}

.footer__image {
  width: 60%;
  margin: 0 auto;
}
@media only screen and (max-width: 37.5em) {
  .footer__image {
    width: 35%;
    margin-right: 0rem;
    margin-left: 3rem;
  }
}
.footer__main {
  background: rgba(0, 2, 4, 0.2);
  clear: both;
}
.footer__navigation {
  padding-bottom: 2rem;
}
.footer__row {
  display: flex;
  justify-content: space-around;
  color: #fff;
}
@media only screen and (max-width: 37.5em) {
  .footer__row {
    flex-direction: column;
  }
}
.footer__column-1 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  width: 30%;
}
@media only screen and (max-width: 37.5em) {
  .footer__column-1 {
    width: 100%;
    border-bottom: 0.5px solid #1738B8;
    margin-bottom: 2rem;
    justify-content: flex-start;
  }
}
.footer__column-1 ul {
  list-style: none;
  margin-right: auto;
  margin-top: 2rem;
}
.footer__column-1 li {
  display: inline-block;
  text-align: center;
}
.footer__column-1 > a {
  text-decoration: none;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 18px;
}
.footer__column-2 {
  flex: 0 0 60%;
  display: flex;
  justify-content: space-evenly;
}
.footer__list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.footer__list ul {
  list-style: none;
}
.footer__rights {
  font-family: "Open Sans", sans-serif;
  text-align: center;
  padding: 0.5rem 0;
  background-color: rgba(0, 2, 4, 0.2);
  color: #fff;
  font-size: 0.7rem;
  border-top: 0.5px solid #1738B8;
}
.footer__rights-text {
  font-size: 1rem;
  font-weight: 100;
  letter-spacing: 0.45em;
}
.footer__rights i {
  font-size: 2rem;
  color: #fff;
}

.social__text {
  font-size: 1.3rem;
  font-weight: 100;
}
@media only screen and (max-width: 93.75em) {
  .social__text {
    font-size: 1rem;
    margin-right: 2rem;
  }
}
.social__list {
  font-family: "Open Sans", sans-serif;
  color: #fff;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 100;
  line-height: 18px;
  text-align: center;
  transition: all 0.3s;
}
.social__list-1 {
  font-family: "divulge", sans-serif;
  font-size: 2rem;
  color: #2A3BAF;
}
@media only screen and (max-width: 75em) {
  .social__list-1 {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 56.25em) {
  .social__list-1 {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .social__list-1 {
    font-size: 1.5rem;
  }
}
.social__list:hover, .social__list:active {
  cursor: pointer;
  padding: 0.5rem 0.5rem;
  border-radius: 12px;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.4);
  transform: rotate(5deg) scale(1.3);
}
.social__list--icon {
  color: #fff;
  margin-right: 2rem;
}
.social__icon {
  height: 2.5rem;
  width: 2.5rem;
  overflow: visible;
}
.social__icon:not(:last-child) {
  margin-right: 0.5rem;
}
.social__icon-1 {
  background-image: url("../img/google-plus-square.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.social__icon-2 {
  background-image: url("../img/twitter-square.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.social__icon-3 {
  background-image: url("../img/facebook.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.social:hover {
  cursor: pointer;
}

.fab:hover {
  color: #2859DE;
}

.section-home__background {
  height: 100vh;
  width: 100vw;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 37.5em) {
  .section-home__background {
    height: 120vh;
  }
}
.section-home__image {
  width: 100%;
}
.section-home__track-1-intro {
  margin-left: 15rem;
}
@media only screen and (max-width: 37.5em) {
  .section-home__track-1-intro {
    margin-left: 5rem;
  }
}
.section-home__intro {
  text-align: left;
}
@media only screen and (max-width: 75em) {
  .section-home__intro {
    margin-left: 3rem;
  }
}
@media only screen and (max-width: 56.25em) {
  .section-home__intro {
    position: absolute;
    left: 60%;
    top: 15%;
  }
}
@media only screen and (max-width: 37.5em) {
  .section-home__intro {
    position: absolute;
    left: 30%;
    top: 5%;
  }
}
@media only screen and (max-width: 25em) {
  .section-home__intro {
    left: 16%;
    top: 5%;
  }
}
.section-home__btn {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section-about__background {
  background-color: transparent;
  padding-bottom: 2rem;
}
.section-about__intro {
  width: 100%;
  padding: 3rem;
  padding-left: 5rem;
}
@media only screen and (max-width: 56.25em) {
  .section-about__intro {
    padding-left: 0;
  }
}
.section-about__intro p {
  width: 100%;
}

#layout {
  color: transparent;
  height: 600px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.stars {
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(https://www.manufosela.es/shooting_stars/hori.png), url(https://www.manufosela.es/shooting_stars/stars_5.png);
  background-repeat: repeat-x, repeat-x repeat-y;
  transform: translate3D(0em, 0em, 0);
  animation: stars 21s ease;
  transform-style: preserve-3d;
  overflow: hidden;
}

#ShootingStarParams {
  overflow: hidden;
}

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

.reltive {
  position: relative;
}

.absolute_left {
  position: absolute;
  top: 30%;
  left: 0%;
}
@media only screen and (max-width: 56.25em) {
  .absolute_left {
    top: 20%;
  }
}
@media only screen and (max-width: 25em) {
  .absolute_left {
    top: 15%;
  }
}

.capitalize {
  text-transform: capitalize;
}

.text-white {
  color: white;
}

.text-bold {
  font-weight: bold;
}

.text-left {
  text-align: left;
}

.justify_left {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

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

.landing__section {
  width: 80%;
  margin: 0 auto;
  padding: 0 8rem;
}
@media only screen and (max-width: 56.25em) {
  .landing__section {
    width: 100%;
    padding: 0 4rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .landing__section {
    padding: 0 2rem;
  }
}

.row_bg_white {
  background: white;
  padding: 2rem;
  border-radius: 50px;
  width: 60%;
  margin-left: 9rem;
  box-shadow: inset 5px 5px 10px rgba(0, 2, 64, 0.15);
}
@media only screen and (max-width: 56.25em) {
  .row_bg_white {
    padding: 2rem;
    margin-left: 5rem;
    width: 7 0%;
  }
}
@media only screen and (max-width: 37.5em) {
  .row_bg_white {
    width: 80%;
    padding: 1rem;
    margin-left: 1rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .row_bg_white {
    text-align: center;
  }
}

.section-product__background {
  background: #fff;
  background-size: 100%;
  height: 90vh;
  background-image: url("../img/product-page-background.png");
  background-repeat: no-repeat;
  position: relative;
}
@media only screen and (max-width: 93.75em) {
  .section-product__background {
    height: 90vh;
  }
}
@media only screen and (max-width: 75em) {
  .section-product__background {
    background-size: cover;
    background-position: center;
  }
}
@media only screen and (max-width: 75em) {
  .section-product__background {
    background-size: cover;
    background-position: right;
  }
}
@media only screen and (max-width: 37.5em) {
  .section-product__background {
    height: 60vh;
  }
}
@media only screen and (max-width: 25em) {
  .section-product__background {
    height: 50vh;
  }
}

.product-slider__center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
}
.product-slider__header {
  text-align: left;
  margin-left: 4rem;
}
@media only screen and (max-width: 37.5em) {
  .product-slider__header {
    margin-left: 2rem;
  }
}
.product-slider__side {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30%;
  padding: 2rem;
  color: #0B1755;
  background-color: #C0CCFF;
}
@media only screen and (max-width: 93.75em) {
  .product-slider__side {
    padding: 2rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .product-slider__side {
    padding: 1rem;
    width: 50%;
  }
}
@media only screen and (max-width: 25em) {
  .product-slider__side {
    width: 60%;
  }
}
.product-slider__heading {
  color: #fff;
  font-size: 6rem;
  font-weight: bold;
}
@media only screen and (max-width: 37.5em) {
  .product-slider__heading {
    font-size: 2.5rem;
  }
}
.product-slider__paragraph {
  letter-spacing: 0.04em;
  color: #D1D1D1;
  font-size: 2rem;
  font-family: "gilroy-light", sans-serif;
}
@media only screen and (max-width: 56.25em) {
  .product-slider__paragraph {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .product-slider__paragraph {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 93.75em) {
  .product-slider__image {
    width: 30rem;
  }
}
@media only screen and (max-width: 75em) {
  .product-slider__image {
    width: 25rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .product-slider__image {
    width: 12rem;
  }
}

.product-page-about__background {
  padding: 5rem 0;
}
@media only screen and (max-width: 56.25em) {
  .product-page-about__background {
    padding: 2rem 0;
  }
}
.product-page-about__group {
  display: grid;
  grid-template-columns: 0.6fr 1fr;
  padding: 5rem;
}
@media only screen and (max-width: 37.5em) {
  .product-page-about__group {
    grid-template-columns: 1fr;
  }
}
.product-page-about__paragraph {
  font-family: "gilroy", sans-serif;
  color: #6B6969;
  font-size: 2.1rem;
  font-weight: 300;
  line-height: 159.2%;
  letter-spacing: 0.01em;
  width: 100%;
  padding: 5rem;
}
@media only screen and (max-width: 75em) {
  .product-page-about__paragraph {
    font-size: 1.5rem;
  }
}
.product-page-about__image {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(180.11deg, #D6DEFF -33.84%, #CFD8FF 21.13%, #FFFFFF 99.92%), #D6DEFF;
}
@media only screen and (max-width: 56.25em) {
  .product-page-about__image {
    width: 100%;
    height: fit-content;
  }
}
.product-page-about__img {
  padding: 3rem;
  width: 70%;
}
@media only screen and (max-width: 56.25em) {
  .product-page-about__img {
    width: 2rem;
    width: 100%;
  }
}
.product-page-feature__background {
  background-color: #fff;
  padding: 10rem 0;
  padding-top: 5rem;
}
@media only screen and (max-width: 75em) {
  .product-page-feature__background {
    padding-bottom: 7rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .product-page-feature__background {
    padding-bottom: 0rem;
  }
}
.product-page-feature__background hr {
  border: 2px solid #ECECEC;
}
.product-page-feature__heading {
  text-align: left;
  font-size: 5rem;
  font-weight: normal;
  font-family: "gilroy-bold", sans-serif;
  color: #15215E;
  line-height: 108px;
  letter-spacing: 0.04em;
  margin-left: 8rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 56.25em) {
  .product-page-feature__heading {
    font-size: 4rem;
    line-height: 60px;
  }
}
@media only screen and (max-width: 37.5em) {
  .product-page-feature__heading {
    font-size: 3.5rem;
    line-height: 50px;
    margin-left: 4rem;
  }
}
.product-page-feature__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(5, 1fr);
  grid-gap: 2rem;
  padding: 3rem 5rem;
}
@media only screen and (max-width: 56.25em) {
  .product-page-feature__grid {
    padding: 3rem 2rem;
    grid-gap: 1rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .product-page-feature__grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(10, 0.8fr);
  }
}
.product-page-feature__grid-1 {
  grid-template-rows: repeat(3, 1fr);
}
@media only screen and (max-width: 37.5em) {
  .product-page-feature__grid-1 {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(6, 0.8fr);
  }
}
.product-page-feature__grid-2 {
  grid-template-rows: repeat(7, 1fr);
}
@media only screen and (max-width: 37.5em) {
  .product-page-feature__grid-2 {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(14, 0.8fr);
  }
}
@media only screen and (max-width: 37.5em) {
  .product-page-feature__grid-image {
    width: 9rem;
  }
}
.product-page-feature__grid-group {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 3rem;
}
@media only screen and (max-width: 75em) {
  .product-page-feature__grid-group {
    padding: 2rem;
  }
}
@media only screen and (max-width: 56.25em) {
  .product-page-feature__grid-group {
    padding: 1rem;
  }
}
.product-page-feature__grid-group-2 {
  background-color: #fff;
}
.product-page-feature__grid-header {
  padding: 2rem;
}
.product-page-feature__grid-heading {
  font-size: 2rem;
  font-family: "gilroy-bold", sans-serif;
  font-style: normal;
  color: #15215E;
  font-weight: bold;
}
.product-page-feature__grid-paragraph {
  font-size: 1.6rem;
  font-family: "gilroy", sans-serif;
  font-weight: normal;
  line-height: 22px;
  letter-spacing: 0.14em;
  width: 80%;
}
@media only screen and (max-width: 75em) {
  .product-page-feature__grid-paragraph {
    font-size: 1.4rem;
    width: 100%;
    line-height: 16px;
  }
}
.product-page-pricing__background {
  background-color: #fafbff;
  padding: 10rem 0;
}
.product-page-pricing__background hr {
  border: 2px solid #ECECEC;
}
.product-page-pricing__heading {
  font-family: "gilroy-bold", sans-serif;
  font-size: 5rem;
  font-weight: normal;
  line-height: 64px;
  letter-spacing: 0.04em;
  text-align: right;
  color: #15215E;
  margin-bottom: 4rem;
  margin-right: 4rem;
}
@media only screen and (max-width: 56.25em) {
  .product-page-pricing__heading {
    font-size: 4.5rem;
    line-height: 30px;
  }
}
@media only screen and (max-width: 37.5em) {
  .product-page-pricing__heading {
    font-size: 3.5rem;
    line-height: 30px;
  }
}
.product-page-pricing table {
  margin: 0 auto;
  display: table;
  width: 60%;
  border-spacing: 0.4rem;
  padding-top: 6rem;
}
@media only screen and (max-width: 37.5em) {
  .product-page-pricing table {
    width: 90%;
  }
}
.product-page-pricing td {
  vertical-align: center;
  padding: 0.2rem;
  text-align: center;
  margin: 0 auto;
  width: 35%;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
}
.product-page-pricing td:not(:last-child) {
  text-transform: uppercase;
}
@media only screen and (max-width: 56.25em) {
  .product-page-pricing td {
    font-size: 1.4rem;
    width: 55%;
    padding: 0.5rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .product-page-pricing td {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .product-page-pricing td img {
    width: 2.5rem;
  }
}
.product-page-pricing tr:nth-child(odd) {
  background-color: #DEE6FF;
}
.product-page__btn {
  font-family: "gilroy", sans-serif;
  font-weight: normal;
  font-size: 1.3rem;
  padding: 0.5rem 5rem;
  text-decoration: none;
  border-radius: 62.6933px;
  transition: all 0.3s;
}
.product-page__btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15);
}
.product-page__btn-1 {
  background: linear-gradient(180deg, #253DAE 0%, rgba(84, 40, 186, 0) 176.71%), #253DAE;
  color: #fff;
  margin-right: 3rem;
}
.product-page__btn-2 {
  background: #29BF62;
  color: #fff;
}
.product-page-start__group {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.product-page-testimonial__background {
  background-color: #fafbff;
  padding: 10rem 0;
}
@media only screen and (max-width: 75em) {
  .product-page-testimonial__background {
    padding-top: 8rem;
  }
}
.product-page-testimonial__background hr {
  border: 2px solid #ECECEC;
  margin-bottom: 5rem;
}
.product-page-testimonial__grid {
  display: grid;
  padding: 5rem;
  grid-template-columns: repeat(2, 0.5fr);
  grid-template-rows: repeat(2, 0.5fr);
  grid-gap: 4rem;
}
@media only screen and (max-width: 75em) {
  .product-page-testimonial__grid {
    grid-row-gap: 6rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .product-page-testimonial__grid {
    padding: 2rem;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 0.5fr);
    margin: 0 auto;
  }
}
.product-page-testimonial__group {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 6rem;
  background-color: #fff;
  box-shadow: 0px 4px 21px #E2EBFE;
  border-radius: 6px;
}
@media only screen and (max-width: 75em) {
  .product-page-testimonial__group {
    padding: 4rem;
  }
}
@media only screen and (max-width: 56.25em) {
  .product-page-testimonial__group {
    padding: 2rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .product-page-testimonial__group {
    width: 100%;
    margin: 0 auto;
  }
}
.product-page-testimonial__header {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  font-family: "gilroy", sans-serif;
}
.product-page-testimonial__quotes {
  position: relative;
}
.product-page-testimonial__quotes::before {
  position: absolute;
  font-family: "FontAwesome";
  top: -12rem;
  left: -5rem;
  content: "\f10d";
  font-size: 10rem;
  color: #2859DE;
  opacity: 0.2;
}
@media only screen and (max-width: 56.25em) {
  .product-page-testimonial__quotes::before {
    top: -10rem;
    left: -3rem;
    font-size: 8rem;
  }
}
.product-page-testimonial__heading {
  color: #15215E;
  font-size: 2.7rem;
  font-family: "gilroy-medium", sans-serif;
  margin-top: 2rem;
}
@media only screen and (max-width: 56.25em) {
  .product-page-testimonial__heading {
    font-size: 2rem;
  }
}
.product-page-testimonial__paragraph {
  font-size: 1.5rem;
  margin-top: 2rem;
}
@media only screen and (max-width: 56.25em) {
  .product-page-testimonial__image {
    width: 10rem;
  }
}

.table-hidden {
  opacity: 0;
}

.section-nav {
  height: 8vh;
  width: 100%;
  background-color: #fff;
  position: relative;
  z-index: 880000;
}
.section-nav__list {
  list-style: none;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translate(-50%, -50%);
  margin-left: 2rem;
}
@media only screen and (max-width: 56.25em) {
  .section-nav__list {
    margin-left: 8rem;
  }
}
@media only screen and (max-width: 25em) {
  .section-nav__list {
    margin-left: 13rem;
    width: 80%;
  }
}
@media only screen and (max-width: 15.625em) {
  .section-nav__list {
    margin-left: 9rem;
    width: 75%;
  }
}
.section-nav__item {
  display: inline-block;
}
.section-nav__item:not(:last-child) {
  margin-right: 4rem;
}
@media only screen and (max-width: 37.5em) {
  .section-nav__item:not(:last-child) {
    margin-right: 1.5rem;
  }
}
.section-nav__link {
  font-size: 1.5rem;
  color: #707072;
  text-decoration: none;
}
@media only screen and (max-width: 37.5em) {
  .section-nav__link {
    font-size: 1.1rem;
  }
}
.section-nav__link::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.3rem;
  margin-top: auto;
  background-color: transparent;
}
.section-nav__link:hover::after {
  background-color: #15215E;
}

.compare__background {
  background-color: #0D0A52;
  padding: 5rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media only screen and (max-width: 37.5em) {
  .compare__background {
    padding: 4rem;
  }
}
@media only screen and (max-width: 25em) {
  .compare__background {
    padding: 2rem;
  }
}
.compare__heading {
  font-family: "gilroy-medium", sans-serif;
  font-size: 5.5rem;
  line-height: 67px;
  width: 60%;
  letter-spacing: 0.04em;
  color: #fff;
}
@media only screen and (max-width: 56.25em) {
  .compare__heading {
    font-size: 3.5rem;
    line-height: 30px;
  }
}
@media only screen and (max-width: 37.5em) {
  .compare__heading {
    font-size: 2rem;
    line-height: 20px;
  }
}
@media only screen and (max-width: 25em) {
  .compare__heading {
    font-size: 1.5rem;
    line-height: 20px;
  }
}
.compare__btn {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 1rem 3rem;
  border: 1px solid #fff;
  box-sizing: border-box;
  border-radius: 5px;
  transition: all 0.3s;
  overflow: hidden;
}
@media only screen and (max-width: 37.5em) {
  .compare__btn {
    padding: 0.5rem 2rem;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 25em) {
  .compare__btn {
    font-size: 0.9rem;
  }
}
.compare__btn p {
  font-family: "gilroy", sans-serif;
  color: #fff;
  margin-right: 1rem;
}
.compare__btn:hover img {
  animation: arrowleft 1s ease-in-out;
}

.section-nav__scroll {
  position: fixed;
  top: 0;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.07);
}

.pricing-slider__background {
  background-image: url("../img/pricing-slider.png");
  background-size: 100%;
  background-repeat: no-repeat;
  height: 70vh;
  background-color: #F7F9FE;
  position: relative;
}
@media only screen and (max-width: 93.75em) {
  .pricing-slider__background {
    height: 60vh;
  }
}
@media only screen and (max-width: 56.25em) {
  .pricing-slider__background {
    background-size: cover;
    background-position: center;
  }
}
.pricing-slider__group {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 80%;
}
.pricing-slider__header {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  height: 70%;
}
@media only screen and (max-width: 93.75em) {
  .pricing-slider__header {
    justify-content: space-around;
    height: 70%;
  }
}
@media only screen and (max-width: 37.5em) {
  .pricing-slider__header {
    justify-content: center;
  }
}
.pricing-slider__heading {
  font-weight: 600;
  font-size: 5rem;
  line-height: 55px;
  letter-spacing: 0.02em;
  color: #fff;
}
@media only screen and (max-width: 56.25em) {
  .pricing-slider__heading {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .pricing-slider__heading {
    font-size: 2.5rem;
  }
}
.pricing-slider__paragraph {
  font-size: 1.6rem;
  line-height: 24px;
  letter-spacing: 0.16em;
  color: #fff;
}
@media only screen and (max-width: 56.25em) {
  .pricing-slider__paragraph {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .pricing-slider__paragraph {
    font-size: 1.1rem;
  }
}
.pricing-slider__btn {
  border: 1px solid #29BF62;
  border-radius: 62.6933px;
  padding: 1.5rem 6rem;
  color: #29BF62;
  font-family: "gothic", sans-serif;
  font-size: 1.3rem;
  justify-self: flex-end;
  transition: all 0.4s;
}
.pricing-slider__btn:hover {
  background-color: #29BF62;
  color: #fff;
  transform: translateY(-5px);
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 56.25em) {
  .pricing-slider__btn {
    padding: 1.2rem 4rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .pricing-slider__btn {
    font-size: 1.1rem;
    padding: 1rem 3rem;
    justify-self: auto;
    margin-top: 1rem;
  }
}

.pricing {
  width: 100%;
  transform: translateY(-10rem);
}
.pricing__range {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
}
.pricing__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  width: 90%;
  margin: 0 auto;
  grid-gap: 2rem;
  padding: 1rem;
  box-shadow: 0px -3px 79px rgba(24, 34, 131, 0.33);
  border-radius: 10.66px;
  background-color: #fff;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 56.25em) {
  .pricing__grid {
    margin-top: 3rem;
    grid-template-columns: 1fr;
    width: 70%;
  }
}
@media only screen and (max-width: 37.5em) {
  .pricing__grid {
    width: 80%;
  }
}
@media only screen and (max-width: 25em) {
  .pricing__grid {
    width: 90%;
  }
}
.pricing__grid-product {
  grid-template-columns: repeat(3, 0.7fr);
  width: 70%;
  background-color: transparent;
  box-shadow: none;
}
@media only screen and (max-width: 75em) {
  .pricing__grid-product {
    width: 85%;
  }
}
@media only screen and (max-width: 56.25em) {
  .pricing__grid-product {
    grid-template-columns: 1fr;
    width: 70%;
  }
}
@media only screen and (max-width: 37.5em) {
  .pricing__grid-product {
    width: 80%;
  }
}
@media only screen and (max-width: 25em) {
  .pricing__grid-product {
    width: 90%;
  }
}
.pricing__column {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding: 2rem 5rem;
  padding-bottom: 3rem;
  background-color: #FAFAFA;
  border-radius: 7px;
  transition: all 0.5s;
  cursor: default;
}
@media only screen and (max-width: 56.25em) {
  .pricing__column:not(:last-child) {
    margin-bottom: 3rem;
  }
}
.pricing__column-1 {
  background-color: #fff;
  box-shadow: 0px -3px 79px rgba(24, 34, 131, 0.33);
}
@media only screen and (max-width: 75em) {
  .pricing__column-1 {
    padding: 2rem 3rem;
  }
}
.pricing__logo {
  width: 10rem;
  height: 10rem;
  background-color: #EFEEFF;
  border-radius: 50%;
  position: relative;
}
.pricing__logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
}
.pricing__img-1 {
  z-index: -1;
}
.pricing__header {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  padding-bottom: 1rem;
  border-bottom: 0.94118px solid #DFDFDF;
}
.pricing__header > * {
  margin-top: 1.5rem;
}
.pricing__heading {
  font-family: "gilroy-bold", sans-serif;
  font-weight: bold;
  font-size: 2rem;
  line-height: 26px;
  color: #3D3D3D;
}
@media only screen and (max-width: 93.75em) {
  .pricing__heading {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 75em) {
  .pricing__heading {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 56.25em) {
  .pricing__heading {
    font-size: 2.5rem;
  }
}
.pricing__paragraph {
  font-size: 1rem;
  line-height: 142.2%;
  letter-spacing: 0.14em;
}
@media only screen and (max-width: 56.25em) {
  .pricing__paragraph {
    font-size: 1.5rem;
  }
}
.pricing__paragraph::after {
  content: "";
  height: 2px;
  width: 10%;
  margin: 0 auto;
  display: block;
  background-color: #DFDFDF;
  margin-top: 2rem;
}
.pricing__cost {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 3rem;
  line-height: 43px;
  color: #3D3D3D;
  margin-left: 0.5rem;
}
@media only screen and (max-width: 56.25em) {
  .pricing__cost {
    font-size: 4rem;
  }
}
.pricing__cost-group {
  display: flex;
  align-items: center;
}
.pricing__cost__naira {
  position: relative;
  margin-right: 1rem;
}
.pricing__cost-naira {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pricing__cost-naira-1 {
  display: none;
}
.pricing__features {
  padding: 2rem 0rem;
}
.pricing__features-heading {
  font-family: "gilroy-bold", sans-serif;
  font-size: 1.2rem;
  line-height: 142.2%;
  letter-spacing: 0.04em;
  color: #1B258E;
  padding: 1rem 2rem;
  margin-right: auto;
}
@media only screen and (max-width: 56.25em) {
  .pricing__features-heading {
    font-size: 1.5rem;
  }
}
.pricing__features-header {
  background: #EEEEFB;
  width: fit-content;
  border-radius: 60px;
}
.pricing__items {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.pricing__items:not(:last-child) {
  margin-bottom: 3rem;
}
.pricing__items-paragraph {
  font-family: "gilroy-bold", sans-serif;
  font-size: 1.3rem;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  margin-left: 1.5rem;
  color: #0D0A52;
  text-align: left;
}
@media only screen and (max-width: 56.25em) {
  .pricing__items-paragraph {
    font-size: 1.8rem;
  }
}
.pricing__group {
  margin-top: 3rem;
}
.pricing__btn {
  font-family: "gothic", sans-serif;
  padding: 1.5rem 0rem;
  background: #0E0C5C;
  border-radius: 60px;
  color: #fff;
  width: 100%;
  text-align: center;
  margin-top: 2rem;
  transition: all 0.4s;
}
@media only screen and (max-width: 56.25em) {
  .pricing__btn {
    width: 50%;
  }
}
.pricing__btn:hover {
  cursor: pointer;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
}
.pricing__invisible {
  opacity: 0.09;
}

.pricing__column:hover {
  background-color: #0D0A52;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
  cursor: pointer;
}
.pricing__column:hover .pricing__logo {
  background-color: #100C66;
}
.pricing__column:hover .pricing__img-1 {
  z-index: 3;
}
.pricing__column:hover .pricing__heading {
  color: #fff;
}
.pricing__column:hover .pricing__paragraph {
  color: #fff;
}
.pricing__column:hover .pricing__cost {
  color: #fff;
}
.pricing__column:hover .pricing__cost-naira-1 {
  display: block;
}
.pricing__column:hover .pricing__features {
  padding: 2rem 0rem;
}
.pricing__column:hover .pricing__features-heading {
  color: #fff;
}
.pricing__column:hover .pricing__features-header {
  background: #100C63;
}
.pricing__column:hover .pricing__items-paragraph {
  color: #fff;
}
.pricing__column:hover .pricing__group {
  margin-top: 3rem;
}
.pricing__column:hover .pricing__btn {
  color: #0E0C5C;
  background-color: #fff;
}

.contact__background {
  position: relative;
}
.contact__grid {
  background: linear-gradient(148.33deg, #0B1756 9.89%, rgba(37, 14, 141, 0) 122.52%), #0B1756;
  display: grid;
  grid-template-columns: 1fr 0.6fr 100px;
  grid-template-rows: 100px max-content 100px;
  grid-template-areas: "box-1 box-2 box-3" "side-1 side-2 box-4" "box-5 box-6 box-7";
}
@media only screen and (max-width: 75em) {
  .contact__grid {
    overflow: hidden;
    grid-template-areas: "box-1 box-2" "side-1 side-2" "box-5 box-6 ";
    grid-template-columns: 1fr 0.8fr;
    grid-template-rows: 50px max-content;
  }
}
@media only screen and (max-width: 56.25em) {
  .contact__grid {
    grid-template-columns: 1fr;
    grid-template-rows: 50px max-content max-content;
    grid-template-areas: "box-1" "side-1" "side-2";
  }
}
@media only screen and (max-width: 37.5em) {
  .contact__grid {
    grid-template-columns: 1fr;
    grid-template-rows: 30px max-content max-content;
    grid-template-areas: "box-1" "side-1" "side-2";
  }
}
.contact__box-1 {
  grid-area: box-1;
}
.contact__box-2 {
  grid-area: box-2;
}
.contact__box-3 {
  grid-area: box-3;
}
.contact__box-4 {
  grid-area: box-4;
}
.contact__side-1 {
  grid-area: side-1;
  padding: 2rem 6rem;
  padding-left: 10rem;
}
@media only screen and (max-width: 37.5em) {
  .contact__side-1 {
    padding-left: 5rem;
  }
}
@media only screen and (max-width: 25em) {
  .contact__side-1 {
    padding: 2rem 4rem;
  }
}
.contact__side-2 {
  grid-area: side-2;
  padding: 2rem 6rem;
  padding-left: 10rem;
}
@media only screen and (max-width: 37.5em) {
  .contact__side-2 {
    padding-left: 5rem;
  }
}
@media only screen and (max-width: 25em) {
  .contact__side-2 {
    padding: 2rem 4rem;
  }
}
.contact__box-5 {
  grid-area: box-5;
}
.contact__box-6 {
  grid-area: box-6;
}
.contact__box-7 {
  grid-area: box-7;
}
.contact__group {
  border: 0.4px solid #141975;
}
.contact__heading {
  font-family: "gilroy-bold", sans-serif;
  font-size: 4rem;
  line-height: 60px;
  letter-spacing: 0.04em;
  color: #fff;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 25em) {
  .contact__heading {
    font-size: 3rem;
    line-height: 30px;
  }
}
@media only screen and (max-width: 15.625em) {
  .contact__heading {
    font-size: 2.5rem;
  }
}
.contact__sub {
  font-family: "gilroy-light", sans-serif;
  font-size: 1.8rem;
  line-height: 24px;
  letter-spacing: 0.04em;
  color: #595959;
  margin-bottom: 4rem;
  position: relative;
}
@media only screen and (max-width: 25em) {
  .contact__sub {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 15.625em) {
  .contact__sub {
    font-size: 1.1rem;
  }
}
.contact__sub::after {
  content: "";
  width: 15%;
  height: 1px;
  background-color: #fff;
  top: 3.5rem;
  left: 0;
  position: absolute;
}
.contact__text {
  width: 100%;
}
.contact__input {
  width: 80%;
  background-color: transparent;
  border: 2px solid #1C22A1;
  box-sizing: border-box;
  border-radius: 4px;
  font-size: 2rem;
  padding: 1.5rem;
  color: #fff;
}
@media only screen and (max-width: 25em) {
  .contact__input {
    width: 85%;
  }
}
@media only screen and (max-width: 15.625em) {
  .contact__input {
    width: 100%;
  }
}
.contact__input:focus {
  outline: transparent;
}
.contact__label {
  font-family: "gilroy-light", sans-serif;
  color: #fff;
}
.contact__text {
  margin-bottom: 2rem;
}
.contact__text:not(:last-child) {
  margin-bottom: 3rem;
}
.contact__button {
  width: 100%;
}
.contact__submit {
  font-size: 1.1rem;
  padding: 1.2rem 2.5rem;
  background-color: #2025B0;
  color: #fff;
  border-radius: 62.6933px;
  border: none;
  outline: none;
  margin-left: 45rem;
  transition: all 0.4s;
}
@media only screen and (max-width: 56.25em) {
  .contact__submit {
    margin-left: 30rem;
  }
}
@media only screen and (max-width: 25em) {
  .contact__submit {
    margin-left: 22rem;
  }
}
@media only screen and (max-width: 15.625em) {
  .contact__submit {
    margin-left: 0rem;
  }
}
.contact__submit:hover {
  cursor: pointer;
  transform: translateY(-5px);
  box-shadow: 0px 4px 34px #121564;
}
.contact__side {
  font-family: "gilroy-light", sans-serif;
  color: #5C63FF;
  width: 50%;
  margin-bottom: 2rem;
}
.contact__side-3 {
  width: 65%;
}
@media only screen and (max-width: 93.75em) {
  .contact__side {
    width: 60%;
  }
}
@media only screen and (max-width: 75em) {
  .contact__side {
    width: 100%;
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 56.25em) {
  .contact__side {
    width: 35%;
  }
}
@media only screen and (max-width: 37.5em) {
  .contact__side {
    width: 45%;
  }
}
@media only screen and (max-width: 25em) {
  .contact__side {
    width: 60%;
  }
}
@media only screen and (max-width: 15.625em) {
  .contact__side {
    width: 100%;
  }
}
.contact__side p {
  color: #fff;
}
.contact__btn {
  font-size: 1.1rem;
  line-height: 16px;
  letter-spacing: 0.08em;
  display: grid;
  grid-template-columns: 0.2fr 0.8fr;
  margin-bottom: 1rem;
  background: #171C85;
  border-radius: 28px;
  padding: 1rem 1rem;
}
.contact__btn-contact {
  padding: 1.5rem 1.8rem;
  grid-template-columns: 0.1fr 0.9fr;
}
.contact__btn:hover {
  cursor: pointer;
  transform: translateY(-5px);
  box-shadow: 0px 4px 34px #121564;
}
.contact__btn p {
  font-family: "gilroy-medium", sans-serif;
  color: #5C63FF;
  margin: auto 0;
}
.contact__icon {
  margin: 0 auto;
}

/*# sourceMappingURL=main.css.map */
