/* FONTS
=========================== */
@font-face {
  font-family: 'sansserifexbflf-italic';
  src: url('./font/sansserifexbflf-italic.otf');
}

/* GENERAL
=========================== */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
}

ion-icon {
  font-size: 25px;
}

/* NAVBAR
=========================== */
.navbar {
  position: absolute;
  top: 0;
  left: 0;
  height: 80px;
  width: 100%;
  padding: 0 30px;
  font-size: 20px;
  z-index: 1;

  display: flex;
  align-items: center;
}

.navbar > div {
  padding: 0 30px;
}

.logo {
  margin: 0 auto 0 38%;
  font-family: 'sansserifexbflf-italic';
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.profile img {
  width: 35px;
  height: 35px;
  object-fit: cover;
  border-radius: 50%;
}


/* CONTENT
=========================== */
.content {
  position: relative;
  width: 100%;
  height: 100%;
}

.split {
  position: absolute;
  width: 50%;
  height: 100%;
  transition: 1s all cubic-bezier(.87, .76, .33, .98);
  overflow: hidden;
  font-family: 'Poppins', sans-serif;
}

.split.left {
  left: 0;
  background: url('./images/chill-side.jpg') no-repeat center center;
  background-size: cover;
}

.split.right {
  right: 0;
  background: url('./images/reel-side.jpg') no-repeat center center;
  background-size: cover;
}

.hover-left .split.left {
  width: 60%;
}

.hover-left .split.right {
  width: 40%;
}

.hover-right .split.right {
  width: 60%;
}

.hover-right .split.left {
  width: 40%;
}

.skateboard {
  width: 85%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.shoes {
  width: 100%;
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.text {
  width: 600px;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 1s cubic-bezier(.87, .76, .33, .98);
  text-align: center;
}

.text .subtitle {
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 2px;
}

.text .title {
  font-size: 120px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  line-height: 1;
  letter-spacing: 5px;
  text-shadow: 1px 1px 2px #000000;
  margin-top: 10px;
}

.text .desc {
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  line-height: 2;
  margin: 10px 0 30px 0;
  width: 600px;
  text-align: center;
  text-shadow: 1px 1px 2px #000000;
}

.text .button {
  font-size: 16px;
  color: #fff;
  background: transparent;
  border: #fff solid 2px;
  padding: 15px 50px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 1px;
  cursor: pointer;
  outline: none;
  border-radius: 100px;
}

.hover-left .split.left .text {
  transform: translate(-40%, -50%);
}

.hover-left .split.right .text {
  transform: translate(-40%, -50%);
}

.hover-right .split.right .text {
  transform: translate(-60%, -50%);
}

.hover-right .split.left .text {
  transform: translate(-45%, -50%);
}


/* SLIDER
=========================== */
.slider {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 80px;

  display: flex;
  align-items: center;
}

.pages {
  padding: 0 20px;
  font-weight: bold;
}

.pages span::after {
  content: "";
  display: inline-block;
  border: .5px solid #fff;
  width: 100px;
  margin: 0 10px;
  transform: translateY(-4px);
}

.arrows {
  padding: 0 20px;
}

.arrows ion-icon {
  font-size: 30px;
  padding: 0 20px;
}

.rates-align td.text-end, .rates-align th.text-end { width: 150px; } /* keeps rate column aligned */

.menu-header .bg-btn3 {
  background: #673AB7;
  background: -moz-linear-gradient(left, #673AB7 0%, #2196F3 100%);
  background: -webkit-linear-gradient(left, #673AB7 0%, #2196F3 100%);
  background: linear-gradient(to right, #f89f72 0%, #d27a4d 100%);
  box-shadow: none;
}

@media (min-width: 1150px) {
  .dsk-logo {
    display: none;
  }
  .dsk-logo.mid-menu {
    float: none;
    line-height: 85px;
    display: block
  }
  .nav-bg-b.main-header .mid-menu .mega-white-logo {
    margin: auto;
  }
  .menu-header {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
  }
  .custom-nav .nav-list li {
    display: block;
    min-width: 200px;
    text-align: center;
}
.custom-nav .nav-list li a.menu-links {
  height: 85px;
  display: block;
}
.nav-bg-b .custom-nav .nav-list li a.menu-links {
  color: #fff;
  text-shadow: 1px 1px 1px #555;
}
.main-header.sticky .custom-nav .nav-list li a.menu-links {
  text-shadow: none;
}
.main-header.sticky .nx-dropdown {
  top: 81px;
}
.main-header.sticky {
  height: 85px;
}
.sticky .custom-nav .nav-list li a.menu-links {
  line-height: 85px;
}
.dsk-logo .nav-brand img {
  max-width: 125px;
}
.hero-slider.hero-style {
  display: none
}
.split-overlay {
  position: absolute;
  background: #000;
  width: 100%;
  height: 100%;
  opacity: 0.30;
  top: 0;
  left: 0px;
  right: 0;
}
}

@media (max-width: 1150px) {
  .split {
    width: 100%;
    display: block;
  }
  .halved-up {
    display: none;
  }
  .menu-header .bg-btn3 {
    margin-right: 60px;
  }
  .nav-brand .mega-darks-logo {
    max-width: 100px!important;
  }
  .main-header {
    background: #263359;
    border-bottom: 1px solid #fff;
  }
  .hero-slider .btn-main, .hero-section .btn-main {
    margin: auto!important;
  }
}

@media (max-width: 450px) {
  .split {
    width: 100%;
    display: block;
  }
  .halved-up {
    display: none;
  }
  .menu-header .bg-btn3 {
    margin-right: 30px;
  }
  .nav-brand .mega-darks-logo {
    max-width: 100px!important;
  }
  .main-header {
    background: #263359;
    border-bottom: 1px solid #fff;
  }
  .hero-slider .btn-main, .hero-section .btn-main {
    margin: auto!important;
  }
}