body {
  box-sizing: border-box;
  --transition-bezier: cubic-bezier(.07,.53,.25,.98);
}

/* ============== BODY INFORMATION ============== */
code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}

body {
  width: 100vw;
  height: 100vh;
  background: repeating-linear-gradient(45deg, rgb(0, 0, 0) 54.9%, #141414 55%, #171717 67%);
  border: 0.5vmin solid rgb(255, 255, 255);
  overflow-x: hidden;
  overflow-y: hidden;
  margin: 0;
  font-family: 'Raleway', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.zoom-in {
    width: 85%;
}

@media (min-width: 1200px) {
  .zoom-in {
      width: 60%;
  }
}

/* ============== APP CONTAINER ============== */

.app-container::-webkit-scrollbar {
  display: none
}

.app-container {
  overflow-y: auto;
  overflow-x: hidden;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  scrollbar-width: none;
  height: 100%;
  overflow-y: auto;
}

/* ============== BASIC CONTAINER INFORMATION ============== */

.container { 
  margin-top: 1%;
  margin-bottom: 1%;
  transition: all 0.5s var(--transition-bezier);
}

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

.flex-justify-top {
  justify-content: flex-start;
}


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


/* ============== HEADER INFORMATION ============== */
header, .main-content {
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0);
  color: rgb(255, 255, 255);
  width: auto;
  min-width: 100%;
  height: auto;
  margin-top: 1%;
}

.text-default, .text-body-default, .header-default{
  font-family: 'Raleway', sans-serif;
  background: rgba(255, 255, 255, 0);
  color: rgb(255, 255, 255);
}

.text-coloring-bg {
  background: #191c1d;
}

.text-dynamic-size {
  font-size: clamp(16px, calc(16px + (20 - 16) * (100vw - 768px)/(1920 - 768)), 32px);
  font-size: clamp(var(--min-size-px, 16px), calc(var(--min-size-px, 16px) + (var(--max-size, 20) - var(--min-size, 16)) * (100vw - 768px)/(1920 - 768)), 32px);
}

.header-default {
  margin-top: rgb(29, 31, 32)
}

.header-title {
  letter-spacing: 1%;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  background-color: rgba(255,255,255,0);
  color: white;
  font-size: 7vmin;
  font-weight: 100;
}

.header-caption {
  font-size: 2vmin;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  min-width: 100%;
  min-height: 85%;
  margin-bottom: 0;
}

.header-row {
  width: 100%;
  display: flex;
  flex-direction: row;
}

.header-col {
  min-height: 100%;
  margin-bottom: 1%;
  height: 100%;
  width: 50%;
  display: flex;
}

.header-start {
  justify-content: flex-start;
}

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

.header-link {
  background: rgba(255, 255, 255, 0);
  color: rgb(255, 255, 255);
  font-size: 2.0vmin;
  margin-right: 2%;
  margin-left: 2%;
  border: 0.2vw solid rgb(255, 255, 255);
  text-align: center !important;
}

.header-link i {
  font-size: 2.0vmin;
  text-align: center;
}

.header-title {
  height: auto;
  width: auto;
  border-top: 0.2vw solid;
  border-bottom: 0.2vw solid;
  border-color: white;
  margin-bottom: 2%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}


@media (min-width: 1200px) {
  .header-title {
    font-size: 5vmin;
    margin-bottom: 0%;
  }
  .text-default {
    font-size: 4vmin !important;
  }
}

/* ============== BUTTON INFORMATION ============== */

.btn {
  font-weight: 400;
  transition: all .3s ease-in-out;
  border-radius: 0;
  line-height: 1.5;
  text-decoration: none;
  box-sizing: border-box;
  padding: 0.5%;
  white-space: nowrap;
}

.btn:hover * {
  color: black !important;
  background-color: transparent !important; 
}

.btn:hover {
  color: black !important; 
  background-color: white !important;
}


/* ============== TEXT INFORMATION ============== */

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

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}

.text-shadow{
  text-shadow: 1px 2px 0px rgb(0,0,0)
}

.text-container{
  transition: all 0.1s var(--transition-bezier);
  color: rgb(24,24,24); 
  border-width: 0.2vw;
  border-style: solid;
  border-color: white;
  box-sizing: border-box;
  overflow:hidden;
}

.text-paddings{
  padding: 2em;
}

/* ============== ICONS INFORMATION ============== */

.icon {
  font-size: 2vmin;
  margin-top: 0;
  transform: translateY(15%);
}

/* ============== SLIDERS INFORMATION ============== */

.swiper-container{
  width: 90vw;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.swiper-wrapper {
  width: 100%;
  display: flex;
}

.simple-slider, .swiper-slide {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.simple-slider, .swiper-button-next, .simple-slider, .swiper-button-prev {
  width: 50px;
  margin-left: 20px;
  margin-right: 20px;
}

@media (max-width:767px) {
  .simple-slider, .swiper-button-next, .simple-slider, .swiper-button-prev {
    display: none;
  }
}

@media (max-width:767px) {
  .simple-slider .swiper-slide {
    height: 360px;
  }
}

.swiper-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.swiper-small-arrows-prev,
.swiper-small-arrows-next {
  position: absolute;
  bottom: 8px;
  top: auto;
  width: 20px;
  height: 20px;
  font-size: 16px;
  z-index: 15;
}

.swiper-small-arrows-prev::after,
.swiper-small-arrows-next::after {
  display: none;
}



.swiper-pagination-bullet {
  opacity: 1;
  border: white solid 1px;
  background-color: transparent;
}

.swiper-pagination-bullet-active {
  background: white;
}

.info-toggle {
  margin-right: 2%;
  margin-left: 2%;
  text-align: center !important;
  font-size: 3.5vmin;
}

.btn-coloring {
  color: rgb(255, 255, 255);
  border: 0.2vw solid rgb(255, 255, 255);
  border-width: 0.25vw; 
  border-color: rgb(255,255,255); 
  background: var(--overlay-color, #2a2f31);
}

/* ============== PARALLAX INFORMATION ============== */

.parallax-wrapper {
  position: relative;
  width: 100%;
  transition: height 0.5s var(--transition-bezier);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 5%;
  margin-bottom: 5%;
  z-index: 0;
}

.parallax-container {
  height: 50vh;
  border-width: 0.2vw;
  border-style: solid;
  border-color: white;
  width: 100%;
  position: relative;
  overflow: hidden;
  transition: width 0.5s var(--transition-bezier), height 0.5s var(--transition-bezier), transform 0.5s var(--transition-bezier);
}


/* ============== SCALEABLE INFORMATION ============== */
@media (max-width: 768px) {
  .mobile {
      width: 100%;
      padding: 0px
  }
}

@media (max-width: 768px) {
  .mobile-hide {
      display: none; 
      pointer-events: none;
  }
}


/* ============== PATTERN GRADIENT INFORMATION ============== */
@keyframes pan {
  0% {
    background-position: var(--start-pos, 0%) 0%;
  }
  100% {
    background-position: var(--end-pos, 100%) 0%;
  }
}

#pattern {
  background-image: url(../assets/img/star-pattern.png);
  background-size: 10%;  
  position: absolute;
  left: 50%;
  top: 0px;
  translate: -50% 0%;
  height: 100%;
  width: 100%;
  min-width: 1200px;
  opacity: 0.10;
  animation: pan 60s linear infinite;
  z-index: -1;
  pointer-events: none;
}

#gradient-overlay {
  background: radial-gradient(circle, transparent 75%, var(--overlay-color, rgb(0, 0, 0)));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  z-index: -1;
  pointer-events: none;
}
