@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSnhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
html {
	scroll-behavior: smooth;
}
.page-gradient {
    background-image: linear-gradient(to right, rgb(0, 0, 0), black, black, #501277, #680F73);
    width: 100%;
    height: 100vh;
    position: absolute;
}
.header-item {
    padding-right: 20px;
    padding-left: 20px;
}
.header-title {
    font-family: 'Open Sans';
    font-style: normal;
    line-height: 49px;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

  /* header */

.header {
    position: absolute;
    width: 100%;
    z-index: 3;
}

.header ul {
    list-style: none;
    overflow: hidden;
}

.header li a {
    display: block;
    text-decoration: none;
}

.header .logo {
    display: block;
    float: left;
    font-size: 2em;
    padding: 10px 20px;
    text-decoration: none;
}

  /* menu */

.header .menu {
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out;
}

.header .menu a {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

  /* menu icon */

.header .menu-icon {
    cursor: pointer;
    display: inline-block;
    padding: 28px 20px;
    position: relative;
    user-select: none;
    float: right;
}

  .header .menu-icon .navicon {
    background: white;
    display: block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 18px;
  }

  .header .menu-icon .navicon:before,
  .header .menu-icon .navicon:after {
    background: white;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
  }

  .header .menu-icon .navicon:before {
    top: 5px;
  }

  .header .menu-icon .navicon:after {
    top: -5px;
  }

  /* menu btn */

  .header .menu-btn {
    display: none;
  }

  .header .menu-btn:checked ~ .menu {
    max-height: 240px;
  }

.header .menu-btn:checked ~ .menu-icon .navicon {
    background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    top: 0;
}

.title {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 50px;
    font-size: 4.5vw;
    text-align: center;
    color: #FFFDFD;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.desc {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    text-align: justify;
    color: #FFFDFD;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.box {
    background: #7548F7;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    padding: 20px;
}
.box-title {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 10px;
}
.box-desc {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.faq {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 50px;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.faq-box {
    margin-top: 50px;
    padding-right: 30px;
    padding-left: 30px;
    margin-bottom: 50px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.faq-q {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
}
.faq-a {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    color: #FFFFFF;
    margin-top: 20px;
}
.travel-desc {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    font-size: 20px;
    text-align: center;
    color: #FFFDFD;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.travel-token {
    font-family: 'Open Sans';
    font-style: normal;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    color: #FFFDFD;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding-right: 30px;
    padding-left: 30px;
}
.list-text {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    color: #FFFDFD;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 30px;
}
.footer-list-box {
    padding-right: 10px;
    padding-left: 10px;
}
.footer-links {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #000000;
}
.footer-policy-links {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    text-decoration-line: underline;
    color: #000000;
}
.copyright {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
}

@media screen and (min-width: 600px) {
  .web-margin-20 {
    margin-top: 20px;
  }
}

@media screen and (max-width: 600px) {
  .no-mobile {
    display: none;
  }
}

/* 48em = 768px */

@media (min-width: 48em) {
    .header li {
      float: left;
    }
    .header li a {
      padding: 20px 30px;
    }
    .header .menu {
      clear: none;
      float: right;
      max-height: none;
    }
    .header .menu-icon {
      display: none;
    }
}

@media screen and (max-width: 576px) {
  .mobile-none {
    display: none
  }

  .height-400 {
    height: 400px!important
  }

  .menu {
    backdrop-filter: blur(3px)!important;
    -webkit-backdrop-filter: blur(3px)!important;
    background: #000000e8
  }
}

@media screen and (min-width: 576px) {
  .web-none {
    display: none
  }
}

.coming-soon-area {
  display: flex;
  align-items: center;
  gap: 10px;
}

.coming-soon-area:hover {
  display: flex;
  align-items: center;
  gap: 10px;
  color: white;
  text-decoration: none
}
