/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "JUST Sans", sans-serif;
  background-color: #000;
  color: #fff;
}

section {
  padding: 60px 0;
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: inherit;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  transition: all 0.5s;
}

.header-scrolled {
  backdrop-filter: blur(4px);
  background: rgba(1, 12, 35, 0.75);
}

header .navbar .offcanvas {
  height: 100vh;
}

.navbar {
  background: #0008186e;
  transition: all 0.5s;
  z-index: 997;
  padding: 10px 0;
  top: 0;
}

header .navbar-toggler {
  --bs-navbar-color: #fff;
  --bs-navbar-toggler-border-color: #fff;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M2.5 12a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

header .navbar .offcanvas {
  --bs-offcanvas-bg: #0a1428;
}

header .navbar .offcanvas .btn-close {
  width: 48px;
  height: 48px;
  color: #fff;
  opacity: 1;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-x-lg' viewBox='0 0 16 16'%3E%3Cpath d='M2.146 2.854a.5.5 0 1 1 .708-.708L8 7.293l5.146-5.147a.5.5 0 0 1 .708.708L8.707 8l5.147 5.146a.5.5 0 0 1-.708.708L8 8.707l-5.146 5.147a.5.5 0 0 1-.708-.708L7.293 8 2.146 2.854Z'/%3E%3C/svg%3E")
    center/1em no-repeat;
}

.navbar .navbar-brand img {
  max-height: 80px;
}

.navbar-nav {
  padding-right: 10%;
}

/*--------------------------------------------------------------
# Banner
--------------------------------------------------------------*/
#banner {
  background-image: url(../img/banner.png);
  background-color: #000;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 170px;
  display: flex;
  flex-direction: column;
  min-height: 70vh;
}

#banner .container {
  flex-grow: 1;
  display: flex;
}

#banner .rank {
  position: absolute;
  right: 3%;
  bottom: 90px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media (max-width: 576px) {
  #banner {
    top: 0;
  }

  #banner .btn {
    position: relative;
    top: 30px;
  }

  #banner .container {
    bottom: -120px;
  }
}

/*--------------------------------------------------------------
# Video
--------------------------------------------------------------*/
#video .video-container {
  border-radius: 10px;
  padding: 12px;
  background: linear-gradient(45deg, #011a2940 20%, #022f3c 100%);
  background: -moz-linear-gradient(45deg, #011a2940 20%, #022f3c 100%);
  background: -webkit-linear-gradient(45deg, #011a2940 20%, #022f3c 100%);
}

/*--------------------------------------------------------------
# Benefits
--------------------------------------------------------------*/
#benefits {
  padding-top: 0;
  background-color: #0a1428;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
#content {
  background-color: #0a1428;
  padding-top: 0;
}
#content .thumbs img {
  transition: transform 0.5s;
}
#content .thumbs img:hover {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Trial
--------------------------------------------------------------*/

#trial .row {
  position: relative;
}

#trial .trial-image {
  min-height: 390px;
}

#trial .trial-image img {
  position: absolute;
  bottom: -3rem;
  left: 50%;
  transform: translateX(-50%);
  max-width: 400px;
}

@media (min-width: 1200px) {
  #trial .trial-image {
    min-height: 470px;
  }
}

@media (min-width: 992px) {
  #trial .trial-image img {
    bottom: 0;
    left: auto;
    transform: none;
    max-width: 522px;
  }
}

/*--------------------------------------------------------------
# Our Clients
--------------------------------------------------------------*/

#ourClients {
  background-color: #f3f4f5;
  position: relative;
  padding-bottom: 150px;
}

#ourClients {
  background-color: #000;
}

#ourClients .swiper-slide {
  width: 200px;
  transition: transform 0.3s ease;
}

#ourClients .swiper-slide:hover {
  transform: scale(1.2);
}

#ourClients .swiper-button-next,
#ourClients .swiper-button-prev {
  position: absolute;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  top: 55%;
  --swiper-navigation-size: 16px;
  --swiper-navigation-color: #8cffdc;
}

#ourClients .swiper-button-next {
  right: 30px;
}
#ourClients .swiper-button-prev {
  left: 30px;
}

@media (max-width: 700px) {
  #ourClients .container-fluid {
    padding: 40px 30px 40px 30px;
  }

  #ourClients .swiper-button-next {
    right: 3px;
  }
  #ourClients .swiper-button-prev {
    left: 3px;
  }
}

/*--------------------------------------------------------------
# About System
--------------------------------------------------------------*/
#aboutsys {
  background-color: #8cffdc;
  position: relative;
  padding: 0;
  overflow: visible;
}

#aboutsys .aboutsys-img {
  min-height: 430px;
}

#aboutsys .aboutsys-img img {
  position: absolute;
  max-width: 460px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

#aboutsys .progress {
  --bs-progress-bar-bg: #fff;
  --bs-progress-border-radius: 50rem;
  --bs-progress-height: 13px;
  --bs-progress-bg: #fff;
  border: 1px solid #fff;
}

#aboutsys .progress .progress-bar {
  background-image: linear-gradient(
    90deg,
    rgba(140, 255, 220, 1) 20%,
    rgba(10, 20, 40, 1) 85%
  );
  border-radius: 50rem;
}

@media (min-width: 1200px) {
  #aboutsys .aboutsys-img img {
    max-width: 522px;
  }
}

@media (min-width: 992px) {
  #aboutsys .aboutsys-img img {
    left: auto;
    transform: none;
  }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
#testimonials {
  background-color: #fff;
}

#testimonials .testimonial-item {
  box-sizing: content-box;
  min-height: 320px;
  margin: 0 50px 0 50px;
}

#testimonials .container-fluid {
  padding: 0 150px;
}

#testimonials .testimonial-item h3 {
  font-size: 1.25rem;
  font-weight: bold;
}

#testimonials .testimonial-item h4 {
  font-size: 1rem;
  color: #b2b2b2;
}

.testimonial-text {
  font-weight: 200;
  font-size: 1rem;
  height: 150px;
  color: #000;
  overflow-y: scroll;
}

.testimonial-text::-webkit-scrollbar {
  width: 7px;
}

.testimonial-text::-webkit-scrollbar-thumb {
  background-color: #b3b3b3;
}

.testimonial-text::-webkit-scrollbar-track {
  background-color: #f3f4f5;
}

#testimonials .swiper-button-next,
#testimonials .swiper-button-prev {
  position: absolute;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: #b3b3b3;
  top: 55%;
  --swiper-navigation-size: 16px;
  --swiper-navigation-color: #ffffff;
}

#testimonials .swiper-button-next {
  right: 90px;
}
#testimonials .swiper-button-prev {
  left: 90px;
}

@media (max-width: 700px) {
  #testimonials .container-fluid {
    padding: 0 30px;
  }

  #testimonials .swiper-button-next {
    right: 3px;
  }
  #testimonials .swiper-button-prev {
    left: 3px;
  }
}

#testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  background-color: #fff;
  border: 2px solid #b3b3b3;
  opacity: 1;
}

#testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #b3b3b3;
  border: 3px solid #b3b3b3;
  opacity: 1;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
  font-size: 0.9375rem;
}

footer .footer {
  padding: 60px 0;
}

footer .footer-link {
  font-weight: 100;
}

footer .copyright {
  color: #0a1428;
  padding: 30px 0;
  background: linear-gradient(0deg, #0a1428 0%, #8cffdc 50%, #0a1428 100%);
  background: -moz-linear-gradient(0deg, #0a1428 0%, #8cffdc 50%, #0a1428 100%);
  background: -webkit-linear-gradient(
    0deg,
    #0a1428 0%,
    #8cffdc 50%,
    #0a1428 100%
  );
}

/*--------------------------------------------------------------
# Custom Bootstrap Classes
--------------------------------------------------------------*/

/**
* Width and Heigth
*/

/**
* Margin and Padding
*/

.py-2-50 {
  padding-top: 0.7rem !important;
  padding-bottom: 0.7rem !important;
}

.px-4-50 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

/**
* Text
*/

.text-gray {
  color: #5d5d5d;
}

.text-cyan {
  color: #8cffdc;
}

.text-darkblue {
  color: #0a1428;
}

.text-justify {
  text-align: justify;
}

.text-underline-cyan {
  text-decoration: underline;
  text-decoration-color: #10ecf5;
}

.ff-gilroy {
  font-family: "Gilroy", "sans-serif";
}

/**
* Background
*/

.gradient {
  background: linear-gradient(0deg, #0a1428 0%, #022431 50%, #0a1428 100%);
  background: -moz-linear-gradient(0deg, #0a1428 0%, #022431 50%, #0a1428 100%);
  background: -webkit-linear-gradient(
    0deg,
    #0a1428 0%,
    #022431 50%,
    #0a1428 100%
  );
}

/**
* Border
*/

.border-cyan {
  --bs-border-opacity: 1;
  border-color: rgba(17, 238, 247, var(--bs-border-opacity)) !important;
}

.rounded-bottom-4 {
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

/**
* Buttons
*/

.btn-green {
  --bs-btn-color: #fff;
  --bs-btn-bg: #00e600;
  --bs-btn-border-color: #00e600;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #059e05;
  --bs-btn-hover-border-color: #059e05;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #059e05;
  --bs-btn-active-border-color: #059e05;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #48b948;
  --bs-btn-disabled-border-color: #48b948;
}

.btn-cyan {
  --bs-btn-color: #000;
  --bs-btn-bg: #8cffdc;
  --bs-btn-border-color: #8cffdc;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #7de4c4;
  --bs-btn-hover-border-color: #7de4c4;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #7de4c4;
  --bs-btn-active-border-color: #7de4c4;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #7cc8ca;
  --bs-btn-disabled-border-color: #7cc8ca;
}

.btn-outline-cyan {
  --bs-btn-color: #fff;
  --bs-btn-border-color: #8cffdc;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #8cffdc;
  --bs-btn-hover-border-color: #8cffdc;
  --bs-btn-focus-shadow-rgb: 17, 238, 247;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #8cffdc;
  --bs-btn-active-border-color: #8cffdc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #2ec4c9;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #2ec4c9;
  --bs-gradient: none;
}

/**
* Responsive Media Queries
*/

/* xxl */
@media (max-width: 1400px) {
}

/* xl */
@media (min-width: 1200px) {
  .w-xl-auto {
    width: auto !important;
  }
}

/* lg */
@media (min-width: 992px) {
  .border-lg-0 {
    border: 0 !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .offcanvas {
    height: auto;
  }
}

/* md */
@media (min-width: 768px) {
  .w-md-auto {
    width: auto !important;
  }
}

/* sm */
@media (min-width: 556px) {
  .w-sm-75 {
    width: 75% !important;
  }

  .w-sm-50 {
    width: 50% !important;
  }
}

/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/

/*
* Just Sans
*/

@font-face {
  font-family: "JUST Sans";
  font-style: normal;
  font-stretch: 100%;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/JUST-Sans-ExBold.woff") format("woff"),
    url("../fonts/JUST-Sans-ExBold.woff2") format("woff2");
}

@font-face {
  font-family: "JUST Sans";
  font-style: normal;
  font-stretch: 100%;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/JUST-Sans-Bold.woff") format("woff"),
    url("../fonts/JUST-Sans-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "JUST Sans";
  font-style: normal;
  font-stretch: 100%;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/JUST-Sans-SemiBold.woff") format("woff"),
    url("../fonts/JUST-Sans-SemiBold.woff2") format("woff2");
}

@font-face {
  font-family: "JUST Sans";
  font-style: normal;
  font-stretch: 100%;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/JUST-Sans-Medium.woff") format("woff"),
    url("../fonts/JUST-Sans-Medium.woff2") format("woff2");
}

@font-face {
  font-family: "JUST Sans";
  font-style: normal;
  font-stretch: 100%;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/JUST-Sans-Regular.woff") format("woff"),
    url("../fonts/JUST-Sans-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "JUST Sans";
  font-style: normal;
  font-stretch: 100%;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/JUST-Sans-Light.woff") format("woff"),
    url("../fonts/JUST-Sans-Light.woff2") format("woff2");
}

@font-face {
  font-family: "JUST Sans";
  font-style: normal;
  font-stretch: 100%;
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/JUST-Sans-ExLight.woff") format("woff"),
    url("../fonts/JUST-Sans-ExLight.woff2") format("woff2");
}

/*
* Gilroy
*/

@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-stretch: 100%;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/Gilroy-ExtraBold.ttf") format("truetype");
}

@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-stretch: 100%;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/Gilroy-Light.ttf") format("truetype");
}
