/* mobile first */
/* desktop first */
/*
@mixin breakpoint($point) {
    @if $point == desktop {
        @media screen and (max-width: $largedesktop) { @content; }
    }
    @else if $point == tablet {
        @media screen and (max-width: $desktop) { @content; }
    }
    @else if $point == mobile {
        @media screen and (max-width: $tablet) { @content; }
    }
    
} 
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;500;600;700;800;900&display=swap");
.myButton {
  background-color: #6A0FF3;
  display: inline-block;
  cursor: pointer;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 500;
  padding: 18px 30px;
  text-decoration: none; }

.myButton:hover {
  background-color: rgba(106, 15, 243, 0.9); }

.myButton:active {
  position: relative;
  top: 1px; }

/* button go to top */
.btn-go-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #E83867;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px; }

.btn-go-top:hover {
  background-color: rgba(27, 5, 43, 0.9); }

.btn {
  display: flex;
  text-decoration: none;
  border: none;
  position: relative;
  white-space: nowrap;
  cursor: pointer;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 1.2px; }
  @media (min-width: 568px) {
    .btn {
      font-size: 15px; } }
  .btn::after {
    border-bottom: 2px solid #6A0FF3;
    content: '';
    width: 100%;
    position: absolute;
    bottom: 0;
    margin-bottom: 5px; }

.btn-text-white, .btn-text {
  padding: 18px 0px;
  line-height: 20px;
  color: #FFFFFF; }

.btn-icon {
  position: relative;
  margin-left: 1px;
  padding: 10px; }
  @media (min-width: 992px) {
    .btn-icon {
      padding: 18px; } }

.btn-icon-white {
  position: relative;
  margin-left: 0px;
  padding: 10px; }
  @media (min-width: 992px) {
    .btn-icon-white {
      padding: 18px 0px 18px 8px; } }

.svg-arrow {
  height: 100%;
  animation: nudge 1s linear infinite alternate;
  fill: #ffffff; }

.svg-arrow-blue {
  height: 100%;
  animation: nudge 1s linear infinite alternate;
  fill: #FFFFFF; }

.btn:hover .btn-text {
  border-left: 3px solid blue;
  background-color: blue; }

.btn:hover .btn-icon {
  background-color: blue; }

@keyframes nudge {
  0% {
    transform: translateX(4px); }
  100% {
    transform: translateX(-2px); } }

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

html {
  scroll-behavior: smooth; }

body {
  font-family: 'Montserrat', sans-serif; }

.container {
  max-width: 100%;
  padding: 0 1.4rem;
  margin: 0 auto; }
  @media (min-width: 992px) {
    .container {
      max-width: 1200px; } }
  @media (min-width: 1440px) {
    .container {
      max-width: 1350px; } }

.link-in-text {
  color: #e9dbff;
  text-decoration: none; }

/*===  page  ===*/
.page {
  display: flex;
  flex-direction: column;
  background-color: #1B052B; }

/*===  Main  ===*/
.main {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100vh;
  position: relative; }

.logo-link {
  position: absolute;
  height: 50%;
  width: 100%;
  top: 36%;
  transform: translate(0% 40%);
  text-align: center; }
  @media (min-width: 992px) {
    .logo-link {
      top: 28%; } }
  @media (min-width: 1440px) {
    .logo-link {
      top: 36%; } }

.main-content {
  text-align: center;
  height: 100%; }

.main-content-subtitle {
  position: absolute;
  bottom: 2%;
  left: 0;
  font-size: 12px;
  font-weight: 100;
  color: #FFFFFF;
  padding: 0 20px;
  line-height: 1.5; }
  @media (min-width: 568px) {
    .main-content-subtitle {
      font-size: 14px;
      bottom: 8%;
      left: 50%;
      padding: 0 50px;
      transform: translate(-50%, 0px); } }
  .main-content-subtitle span {
    display: inline-block;
    margin-top: 2px; }

.contact-button {
  position: absolute;
  bottom: 21%;
  left: 50%;
  transform: translate(-50%, 0px); }
  @media (min-width: 568px) {
    .contact-button {
      bottom: 25%; } }

/*===  Header  ===*/
.navbar {
  padding: 20px 0 0; }
  @media (min-width: 992px) {
    .navbar {
      padding: 15px 0 0; } }

.navbar-container {
  display: flex;
  flex-direction: row;
  align-items: center; }
  @media (min-width: 992px) {
    .navbar-container {
      flex-direction: column; } }

.navbar-item {
  margin: 0 0 0 25px;
  width: 100%;
  white-space: nowrap; }

.navbar-link {
  color: #FFFFFF;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.4em 0;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 1.2px;
  position: relative; }

.navbar-link:focus,
.navbar-link:hover {
  color: #FFFFFF; }

.navbar-toggle {
  cursor: pointer;
  border: none;
  background-color: transparent;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-left: auto; }
  @media (min-width: 992px) {
    .navbar-toggle {
      display: none; } }

.navbar-toggle-wrapper {
  width: 100%; }

.icon-bar {
  display: block;
  width: 25px;
  height: 4px;
  margin: 2px;
  transition: background-color 0.2s ease-in-out,  transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
  background-color: #FFFFFF;
  border: 2px solid #FFFFFF; }

.navbar-toggle:focus .icon-bar,
.navbar-toggle:hover .icon-bar {
  background-color: #FFFFFF;
  border: none;
  outline: none; }

.navbar.opened .navbar-toggle .icon-bar:first-child,
.navbar.opened .navbar-toggle .icon-bar:last-child {
  position: absolute;
  margin: 0;
  width: 30px; }

.navbar.opened .navbar-toggle .icon-bar:first-child {
  transform: rotate(45deg); }

.navbar.opened .navbar-toggle .icon-bar:nth-child(2) {
  opacity: 0; }

.navbar.opened .navbar-toggle .icon-bar:last-child {
  transform: rotate(-45deg); }

.navbar .navbar-menu,
.navbar.opened .navbar-menu {
  opacity: 1;
  visibility: visible; }
  @media (min-width: 992px) {
    .navbar .navbar-menu,
    .navbar.opened .navbar-menu {
      margin-top: 40px;
      position: static;
      display: block;
      height: 100%; } }

.navbar-links {
  list-style-type: none;
  max-height: 0;
  overflow: hidden;
  position: absolute;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  left: 0;
  right: 0;
  margin: 1.4rem;
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3); }
  @media (min-width: 992px) {
    .navbar-links {
      margin: 0;
      padding: 0;
      box-shadow: none;
      position: static;
      flex-direction: row;
      list-style-type: none;
      max-height: max-content;
      width: 100%;
      height: 100%; } }

.navbar.opened .navbar-links {
  padding: 1em;
  max-height: none;
  background-color: #6A0FF3; }
  @media (min-width: 992px) {
    .navbar.opened .navbar-links {
      margin: 0;
      padding: 0;
      box-shadow: none;
      position: static;
      flex-direction: row;
      list-style-type: none;
      max-height: max-content;
      width: 100%;
      height: 100%; } }

.navbar.opened .navbar-link {
  color: #FFFFFF; }

.navbar.opened .navbar-item {
  margin: 0; }

.navbar .navbar-toggle:focus,
.navbar.opened .navbar-toggle:focus {
  outline: none; }

/*===  Aboutus ===*/
.section-aboutus {
  padding: 30px 0; }
  @media (min-width: 992px) {
    .section-aboutus {
      padding: 100px 0; } }

.aboutus-content {
  text-align: center;
  color: #FFFFFF; }

.aboutus-title {
  font-size: 40px;
  font-weight: 500;
  padding-bottom: 20px; }

.aboutus-text {
  font-size: 14px;
  font-weight: 200;
  line-height: 1.7;
  padding: 0 10px; }
  @media (min-width: 568px) {
    .aboutus-text {
      padding: 0 100px; } }
  @media (min-width: 992px) {
    .aboutus-text {
      padding: 0 300px; } }
  .aboutus-text p:nth-child(2) {
    margin-top: 20px; }

.aboutus-image {
  text-align: center;
  padding-bottom: 20px; }
  .aboutus-image img {
    width: 250px; }

/*===  Service ===*/
.section-service {
  padding: 30px 0; }
  @media (min-width: 992px) {
    .section-service {
      padding: 100px 0; } }

.service-content {
  text-align: center;
  color: #FFFFFF; }

.service-title {
  font-size: 40px;
  font-weight: 500;
  padding-bottom: 20px; }

.service-text {
  font-size: 14px;
  font-weight: 200;
  line-height: 1.7;
  padding: 0 10px; }
  @media (min-width: 568px) {
    .service-text {
      padding: 0 100px; } }
  @media (min-width: 992px) {
    .service-text {
      padding: 0 300px; } }
  .service-text p:nth-child(n+2) {
    margin-top: 20px; }

.service-image {
  text-align: center;
  padding-bottom: 20px; }
  .service-image img {
    width: 250px; }

/*===  FAQ  ===*/
.section-faq {
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
  height: 100vh;
  position: relative; }
  @media (min-width: 568px) {
    .section-faq {
      background-position: center;
      background-size: auto; } }
  @media (min-width: 992px) {
    .section-faq {
      background-size: 170%; } }
  @media (min-width: 1440px) {
    .section-faq {
      background-size: 140%; } }

.faq-content {
  position: absolute;
  color: #FFFFFF;
  top: 22%;
  height: 50%;
  transition: 1s all; }
  @media (min-width: 568px) {
    .faq-content {
      padding: 0 20%;
      top: 23%; } }
  @media (min-width: 992px) {
    .faq-content {
      padding: 0 25%;
      top: 19%; } }
  @media (min-width: 1440px) {
    .faq-content {
      padding: 0 30%; } }

.faq-title {
  font-size: 25px;
  font-weight: 700;
  padding: 0 20px; }
  @media (min-width: 568px) {
    .faq-title {
      font-size: calc( 14px + 3 * (100vw - 500px) / (800 - 500));
      padding: 0; } }

.faq-content-item {
  padding: 5px 0 0; }

.faq-content-item-title {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 2px;
  padding: 0 20px; }
  @media (min-width: 568px) {
    .faq-content-item-title {
      font-size: calc( 9px + 2 * (100vw - 500px) / (800 - 500));
      padding: 0; } }
  .faq-content-item-title span {
    font-weight: 700; }

.faq-content-item-des {
  font-size: 9px;
  font-weight: 300;
  padding-left: 40px;
  font-style: italic;
  padding: 0 20px; }
  @media (min-width: 568px) {
    .faq-content-item-des {
      font-size: calc( 6px + 2 * (100vw - 600px) / (800 - 400));
      padding: 0; } }
  .faq-content-item-des span {
    font-size: 15px;
    font-weight: 700;
    font-style: normal; }

/*===  Contact & Support  ===*/
.section-contact {
  padding: 50px 0; }

.contact-content {
  text-align: center;
  padding: 0 20px; }
  @media (min-width: 568px) {
    .contact-content {
      padding: 0 200px; } }
  @media (min-width: 568px) {
    .contact-content {
      padding: 0 400px; } }

.contact-title {
  font-size: 32px;
  font-weight: 700;
  color: #FFFFFF; }

.contact-text {
  color: #FFFFFF;
  margin-top: 40px; }

.contact-text-title {
  font-size: 20px;
  padding-bottom: 15px; }

.contact-text-info {
  font-size: 14px;
  padding-bottom: 10px; }

.contact-text-subtitle {
  font-size: 14px; }

.contact-link {
  margin-top: 30px; }

/**************************************
******** section - Footer *************
***************************************/
.section-footer {
  background-color: #1B052B;
  padding: 35px 0; }

.footer-content {
  text-align: center;
  color: #FFFFFF;
  font-size: 13px;
  letter-spacing: 0.5px; }
