@import url("https://fonts.googleapis.com/css2?family=Epilogue:wght@100,300,400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Titillium+Web:wght@700&display=swap");
/* UNIVERSAL */

@font-face {
  font-family: "KenneyFutureSquare";
  src: url("../font/Kenney_Future_Square.ttf");
}

@font-face {
  font-family: "EdgeOfTheGalaxyRegular";
  src: url("../font/EdgeOfTheGalaxyRegular.otf");
}

@font-face {
  font-family: "Fyodor-Bold";
  src: url("../font/Fyodor-Bold.ttf");
}

html,
body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 100%;
  background: url(../images/bg-body.png);
  background-size: cover;
  background-position: top;
  background-attachment: local;
  overflow: hidden;
  overflow-y: auto;
}

/* ROOT FONT STYLES */

* {
  font-family: "Epilogue", sans-serif;
  /* color: #333447; */
  color: #ffffff;
  line-height: 1.5;
}

* {
  box-sizing: border-box;
}

:focus {
  outline: 0;
}

/* START TYPOGRAPHY */

h1,
h2,
h3,
h4,
h5,
h6,
p {
  line-height: 130%;
  margin: 0;
  padding: 0;
  letter-spacing: 0.001rem;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 1.875rem;
  font-family: "Titillium Web", sans-serif;
}

h3 {
  font-size: 1.5rem;
  font-family: "Titillium Web", sans-serif;
}

h4 {
  font-size: 1.25rem;
  font-family: "Titillium Web", sans-serif;
}

h5 {
  font-size: 1.125rem;
  font-family: "Titillium Web", sans-serif;
}

h6 {
  font-size: 0.875rem;
  font-family: "Titillium Web", sans-serif;
}

p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: rgb(255, 255, 255, 0.8);
}

a {
  text-decoration: none;
}

.font-light {
  font-weight: 300;
}

.font-regular {
  font-weight: 500;
}

.font-medium {
  font-weight: 600;
}

.font-heavy {
  font-weight: 700;
}

.subtitle {
  font-size: 1rem;
  text-transform: uppercase;
}

.text-gradient {
  background: linear-gradient(90deg, #d91284 0%, #42b8d4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-blue {
  color: #500fc8;
  background: linear-gradient(90deg, #500fc8 0%, #6e35d7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.label {
  font-size: 0.875;
  margin: 0.5rem 0;
  display: block;
}

.bigger-text {
  font-size: 3rem;
  line-height: 77px;
  letter-spacing: -1px;
  font-family: "Titillium Web", sans-serif;
}

.medium-text .small-text {
  font-size: 0.875rem;
}

.smaller-text {
  font-size: 0.75em;
}

.btn-text {
  font-weight: 600;
  font-size: 1rem;
}

/* END TYPOGRAPHY */

/* ==== COLOR STYLE ==== */

.text-white {
  color: #fff;
}

.color-brand {
  color: #bb934d;
}

.color-brand-hover {
  color: #e6b78c;
}

.accent-color {
  color: #fedb48;
}

.heading-color {
  color: #4e3a2f;
}

.text-color {
  color: #8d9091;
}

.bg-brand {
  background: #d39e6b;
}

.bg-brand-hover {
  background: #e6b78c;
}

.bg-accent {
  background: #fedb48;
}

.bg-danger {
  background: #dc3545;
}

.bg-success {
  background: #198754;
}

.bg-warning {
  background: #ffc108;
}

.bg-light {
  background: #f8f9fa;
}

.bg-dark {
  background: #212529;
}

.b-primary-1 {
  background: #bb934d;
}

.b-primary-2 {
  background: #232741;
}

.b-primary-3 {
  background: #ffa046;
}

.b-alert-info {
  background: #4d79bb;
}

.b-alert-danger {
  background: #bb544d;
}

.b-alert-warning {
  background: #ffd646;
}

.b-alert-tosca {
  background: #4db4bb;
}

.b-alert-success {
  background: #5cbb4d;
}

/* ==== SHADOW ===== */
.dark-shadow {
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
}

.light-shadow {
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
}

/* ==== LIST STYLE ==== */
ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
  display: inline-block;
}

/* ==== FLEX STYLE ==== */
.d-flex {
  display: flex;
}

.align-center {
  align-items: center;
}

.align-top {
  align-items: flex-start;
}

.align-bottom {
  align-items: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-space-beetwen {
  justify-content: space-between;
}

.justify-right {
  justify-content: flex-end;
}

/* ==== BUTTON SYSTEM ==== */
.btn {
  border: 0;
  text-transform: capitalize;
  cursor: pointer;
  font-size: 1.125em;
  padding: 1.63rem 2.5rem;
  border-radius: 8px;
  color: #fff;
  font-weight: 600;
  width: fit-content;
  border: 2px solid transparent;
}

.btn-primary {
  background: #d39e6b;
}

.btn-default {
  background: linear-gradient(90deg, #7204c9 0%, #222bff 100%);
  border-radius: 32px;
  border: 0;
  color: #fff;
  padding: 1rem 2rem;
  font-family: "Titillium Web", sans-serif;
  font-size: 1.125rem;
  letter-spacing: 0.5px;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.btn-default:after {
  content: "";
  width: 91%;
  padding: 0;
  filter: blur(9px);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 98%;
  background: linear-gradient(90deg, #7204c9 0%, #222bff 100%);
  border-radius: 32px;
  /* margin: auto; */
  transition: 0.5s;
  /* opacity: 0; */
  z-index: -1;
}

.btn-default svg {
  font-size: 1rem;
  margin-left: 1rem;
  margin-top: 0.22rem;
}

.btn-outline {
  background: transparent;
  border: 2px solid #d39e6b;
  color: #d39e6b;
}

.btn-secondary {
  background: #198754;
}

.btn-mini {
  padding: 0.3rem 0.7rem;
  font-size: 0.6rem;
}

.btn-small {
  padding: 0.5rem 1rem;
  font-size: 0.8rem;
}

.btn-regular {
  padding: 1rem 1.1rem;
  font-size: 1rem;
}

.btn-large {
  padding: 1.6rem 1.8rem;
  font-size: 1.2rem;
}

.btn-x-large {
  padding: 2.1rem 2rem;
  font-size: 1.5rem;
}

.btn-jumbo {
  padding: 2.4rem 2.2rem;
  font-size: 1.8rem;
}

/* POSITIONING */

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.justify {
  text-align: justify;
}

/* form default */

.form-default input {
  border: 1px solid #eaeaea;
  border-radius: 4px;
  width: 100%;
  padding: 0.7rem 1rem;
}

.form-default .btn-default {
  padding: 1rem;
  width: 100%;
  display: block;
  border-radius: 5px;
  margin-top: 2rem;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  display: block;
  border: 1px solid #eaeaea;
  padding: 1rem;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: 300;
}

/* ==== Navbar ==== */
.nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  border-radius: 8px;
  /* display: flex !important; */
  justify-content: center;
  align-items: center;
  text-align: right;
  padding-top: 1rem;
}

.mobile-menu {
  display: none;
}

#nav-toggle {
  display: flex;
  align-items: center;
}

.mobile-menu li a .icon {
  padding-right: 0.5rem;
  padding-top: 0.5rem;
  overflow: hidden;
}

.mobile-menu li a {
  text-transform: capitalize;
}

.nav-bar {
  width: 100%;
  position: relative;
}

.nav-bar ul.nav-list li {
  padding-left: 3rem;
}

.nav-bar ul.nav-list li.active a {
  border-top: 1px solid rgb(255 255 255 / 50%);
}

.nav-bar ul.nav-list li a {
  font-weight: 700;
  font-family: "Titillium Web", sans-serif;
}

.nav-bar ul.nav-list li.logo {
  padding-left: 0;
}

/* #nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 2px;
  width: 25px;
  background: #ffffff;
  position: absolute;
  display: block;
  content: "";
  transition: all 300ms ease-in-out;
  background: linear-gradient(90.23deg, #70d7ff 5.42%, #44c0f0 92.66%);
} */

/* .container {
  overflow: hidden;
} */

@media screen and (max-width: 999px) {
  .nav-container .col-md-8,
  .nav-container .col-md-3 {
    display: none;
  }

  ul.mobile-menu {
    display: block;
    padding: 2rem 3rem;
    position: fixed;
    right: -500px;
    top: 0;
    width: 50%;
    height: 100vh;
    background: #2c2c2c;
    transition: all 300ms ease-in-out;
  }

  .open ul.mobile-menu {
    right: 0;
  }

  ul.mobile-menu li {
    display: block;
    padding: 1rem 0;
  }

  ul.mobile-menu li a {
    color: #fff;
  }

  ul.mobile-menu li {
    border-top: 1px solid #fff;
  }

  ul.mobile-menu li:nth-child(5),
  ul.mobile-menu li:nth-child(6) {
    border: 0;
  }
}

@media screen and (max-width: 650px) {
  ul.mobile-menu {
    right: -500px;
    top: 0;
    width: 75%;
  }
}
/* ==== GRID SYSTEM ==== */

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.33%;
  max-width: 33.33%;
}
.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.row::after {
  content: "";
  display: table;
  clear: both;
}

.hidden-sm {
  display: none;
}

.hidden-lg {
  display: none;
}

@media only screen and (min-width: 33.75em) {
  /* 540px */
  /* .container {
    width: 80%;
  } */
}

@media only screen and (min-width: 45em) {
  /* 720px */
  /* .col-1 {
    width: 4.33%;
  }

  .col-2 {
    width: 12.66%;
  }

  .col-3 {
    width: 21%;
  }

  .col-4 {
    width: 29.33%;
  }

  .col-5 {
    width: 37.66%;
  }

  .col-6 {
    width: 46%;
  }

  .col-7 {
    width: 54.33%;
  }

  .col-8 {
    width: 62.66%;
  }

  .col-9 {
    width: 71%;
  }

  .col-10 {
    width: 79.33%;
  }

  .col-11 {
    width: 87.66%;
  }

  .col-12 {
    width: 96%;
  }

  .hidden-sm {
    display: block;
  } */
}

@media only screen and (min-width: 60em) {
  /* 960px */
  .container {
    /* width: 100%;
    max-width: 70rem;
    padding: 0 15px; */
  }
}

@media only screen and (min-width: 78em) {
  /* 1320 */
  .container {
    /* width: 100%;
    max-width: 82.5rem;
    padding: 0 15px; */
  }
}

/* ==== SLIDE STYLE ==== */
.heroimage {
  overflow: hidden;
}

/* ==== RESPONSIVE NAVBAR ==== */

/* @media screen and (max-width: 767px) {
  .nav-mobile {
    display: block;
  }
  header .nav-bar .nav-list {
    display: block;
    position: fixed;
    right: -100%;
    top: 0;
    height: 100vh;
    width: 40%;
    z-index: 9;
    transition: all 1s;
    background: #d39e6b;
    padding-top: 4rem;
  }

  header .nav-bar .nav-list li.logo {
    position: initial;
  }

  header .nav-bar .nav-list li.logo {
    position: initial;
  }

  header .nav-bar .nav-list li a {
    color: #eae1d0;
  }

  header .open ul#navbar {
    right: 0;
  }

  header .nav-bar .nav-list > li {
    display: block;
    border-bottom: 1px solid #e6b280;
  }

  .navbar-default {
    position: relative;
  }

  ul.nav-dropdown {
    position: relative;
    display: none;
    background: #c68e58;
  }

  ul.nav-dropdown li a {
    font-size: 0.9rem;
  }

  ul.nav-dropdown li {
    border: 0;
    background: transparent;
    padding-left: 1rem;
  }
} */

/* Custom Modal */

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content/Box */

#modalContainer {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  margin: 4% auto;
  padding: 2rem;
  /* border: 1px solid #888; */
  width: 50%;
  border-radius: 2rem;
  background: linear-gradient(90deg, #390761 0%, #0e138c 100%);
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.modal-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999999;
}

.modal-box {
  z-index: 99 !important;
}

/* ==== Grid System ==== */

/* desktop */

.section {
  padding: 3.75rem 0;
  position: relative;
  scroll-snap-align: start;
  /* max-height: 100vh; */
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.visible-mobile {
  display: none;
}
.visible-desktop {
  display: block;
}
@media screen and (max-width: 480px) {
  /* .container {
    width: 100%;
    max-width: 450px;
    padding: 0 15px;
    margin: 0 auto;
  } */
  .visible-mobile {
    display: block;
  }
  .visible-desktop {
    display: none;
  }
}

@media screen and (max-width: 650px) {
  .col-xs-6 {
    max-width: 50%;
    width: 100%;
    padding: 0 15px;
  }

  .col-xs-12 {
    max-width: 100%;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .container {
    width: 100%;
    padding: 0 30px;
    margin: 0 auto;
    z-index: 9;
  }
  .row {
    margin: 0;
  }
  .col-xs-12 {
    max-width: 100%;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .container {
    width: 100%;
    max-width: 750px;
    padding: 0 15px;
    margin: 0 auto;
    z-index: 9;
  }
  .col-sm-6 {
    max-width: 50%;
    width: 100%;
    padding: 0 15px;
  }
  .col-sm-12 {
    max-width: 100%;
    width: 100%;
    padding: 0 15px;
  }
}

@media screen and (min-width: 1000px) {
  .container {
    width: 100%;
    max-width: 960px;
    padding: 0 15px;
    margin: 0 auto;
  }
  .col-md-12 {
    max-width: 100%;
    width: 100%;
    padding: 0 15px;
  }

  .col-md-8 {
    max-width: 66.66666667%;
    width: 100%;
    padding: 0 15px;
  }
  .col-md-6 {
    max-width: 50%;
    width: 100%;
    padding: 0 15px;
  }

  .col-md-3 {
    width: 100%;
    max-width: 33.33333%;
    padding: 0 15px;
  }

  .col-md-4 {
    width: 100%;
    max-width: 25%;
    padding: 0 15px;
  }
}

@media screen and (min-width: 1200px) {
  .container {
    width: 100%;
    max-width: 1320px;
    padding: 0 15px;
    margin: 0 auto;
  }
  .col-lg-6 {
    max-width: 50%;
    width: 100%;
    padding: 0 15px;
  }

  /* .col-lg-7{
    max-width: 14.285714%;
  } */
}
