/*---------------------------------------------"
Template Name: Infinity
Template URL: https://uiparadox.co.uk/templates/infinity
Description: Infinity - Multi Purpose HTML template                                             
Version: 1.0.0

===============================================   
STYLE SHEET INDEXING
|
|___ Fonts
|___ Variables
|___ Reset Styles
|___ Responsive
|___ Spacing
|___ Helper Classes
|___ Buttons
|___ Headings
|___ Layout Styles
|___ END STYLE SHEET INDEXING

--------------------------------------------*/
/*-------------------------
    Fonts
-------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap");
/*-------------------------
    Variables
-------------------------*/
/*-------------------------
    Responsive
-------------------------*/
/*-------------------------
    Reset Styles
-------------------------*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

ul.list-style,
ol.list-style {
  padding: 0;
}

ul.list-style li::marker,
ol.list-style li::marker {
  color: #58DDA3;
}

.unstyled {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

@media (min-width: 1440px) {
  .container,
  .container-fluid {
    padding: 0 60px;
    width: 100%;
  }
}
@media (min-width: 1440px) {
  .container.pl-0,
  .container-fluid.pl-0 {
    padding-left: 0;
  }
}
@media (min-width: 1440px) {
  .container.pr-0,
  .container-fluid.pr-0 {
    padding-right: 0;
  }
}

section:after {
  content: "";
  display: block;
  clear: both;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .container {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.form-group {
  position: relative;
}

.form-selector,
.form-control {
  background: transparent;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #9EA2A8;
  padding: 12px 16px;
  font-weight: 400;
  font-size: 21px;
  line-height: 150%;
  letter-spacing: 0.03em;
  position: relative;
  margin-bottom: 30px;
  color: #7A7F85;
  width: 100%;
}
.form-selector:focus,
.form-control:focus {
  outline: 0;
  box-shadow: none;
  background: transparent;
}
.form-selector::placeholder,
.form-control::placeholder {
  color: #7A7F85;
  opacity: 1;
}

textarea {
  height: 100px;
}

.input-group button {
  background: transparent;
  border: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 21px;
  color: #1B1B1B;
}

label.error {
  color: #bc0f0f;
  margin-top: 10px;
}

.has-search {
  text-align: center;
  position: relative;
}
.has-search button {
  border: 0;
  background: transparent;
}
.has-search .form-control {
  padding-right: 32px;
  width: 597px;
}
.has-search .form-control-search {
  position: absolute;
  right: 18px;
  z-index: 2;
  display: block;
  font-weight: 400;
  font-size: 24px;
  padding-top: 16px;
  text-align: center;
  color: #7A7F85;
}

.alert-message {
  display: none;
}

.pagination-cus {
  display: inline-flex;
}
.pagination-cus li {
  margin-right: 10px;
}
.pagination-cus li i {
  font-size: 60px;
  color: #1B1B1B;
}
.pagination-cus li a {
  display: block;
}
.pagination-cus li .link {
  background: linear-gradient(282.51deg, rgba(148, 158, 155, 0.2) -4.31%, rgba(148, 158, 155, 0) 126.79%);
  backdrop-filter: blur(2.5px);
  border-radius: 10px;
  padding: 10px 20px;
  text-align: center;
  color: #1B1B1B;
}
.pagination-cus li .link.active {
  color: #58DDA3;
}
.pagination-cus li .link:hover {
  color: #58DDA3;
}

/*-------------------------
    Typography
-------------------------*/
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  color: #F8F8FF;
  font-weight: 400;
  background-color: #1B1B1B;
  height: 100%;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
address,
p,
pre,
blockquote,
table,
hr {
  margin: 0;
  margin-bottom: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

p {
  font-weight: 400;
  font-size: 16px;
  margin: 0 0 16px 0;
  line-height: 150%;
  letter-spacing: 0.03em;
}

a {
  display: inline-block;
  text-decoration: none;
  color: unset;
}
a:hover {
  color: #58DDA3;
}

b,
strong {
  font-family: "Poppins", sans-serif;
}

/*-------------------------
    Spacing
-------------------------*/
/*----------------------------------------*/
/*  03. SPACE CSS START
/*----------------------------------------*/
.mb-200 {
  margin-bottom: 250px;
}

.mt-150 {
  margin-top: 150px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mt-150 {
    margin-top: 110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mt-150 {
    margin-top: 90px;
  }
}
@media (max-width: 767px) {
  .mt-150 {
    margin-top: 80px;
  }
}

.mt-100 {
  margin-top: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mt-100 {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mt-100 {
    margin-top: 70px;
  }
}
@media (max-width: 767px) {
  .mt-100 {
    margin-top: 50px;
  }
}

.mb-100 {
  margin-bottom: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb-100 {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-100 {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .mb-100 {
    margin-bottom: 50px;
  }
}

.mb-96 {
  margin-bottom: 96px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb-96 {
    margin-bottom: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-96 {
    margin-bottom: 48px;
  }
}
@media (max-width: 767px) {
  .mb-96 {
    margin-bottom: 32px;
  }
}

.ms-80 {
  margin-left: 80px;
  margin-right: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ms-80 {
    margin-left: 60px;
    margin-right: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ms-80 {
    margin-left: 48px;
    margin-right: 48px;
  }
}
@media (max-width: 767px) {
  .ms-80 {
    margin-left: 32px;
    margin-right: 32px;
  }
}

.mb-80 {
  margin-bottom: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb-80 {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-80 {
    margin-bottom: 48px;
  }
}
@media (max-width: 767px) {
  .mb-80 {
    margin-bottom: 32px;
  }
}

.mt-64 {
  margin-top: 64px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mt-64 {
    margin-top: 48px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mt-64 {
    margin-top: 42px;
  }
}
@media (max-width: 767px) {
  .mt-64 {
    margin-top: 32px;
  }
}

.mb-64 {
  margin-bottom: 64px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb-64 {
    margin-bottom: 48px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-64 {
    margin-bottom: 42px;
  }
}
@media (max-width: 767px) {
  .mb-64 {
    margin-bottom: 32px;
  }
}

.mt-48 {
  margin-top: 48px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mt-48 {
    margin-top: 42px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mt-48 {
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  .mt-48 {
    margin-top: 24px;
  }
}

.mb-48 {
  margin-bottom: 48px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb-48 {
    margin-bottom: 42px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-48 {
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .mb-48 {
    margin-bottom: 24px;
  }
}

.mb-40 {
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb-40 {
    margin-bottom: 33px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-40 {
    margin-bottom: 28px;
  }
}
@media (max-width: 767px) {
  .mb-40 {
    margin-bottom: 21px;
  }
}

.mb-32 {
  margin-bottom: 32px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb-32 {
    margin-bottom: 26px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-32 {
    margin-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .mb-32 {
    margin-bottom: 18px;
  }
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-24 {
  margin-bottom: 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb-24 {
    margin-bottom: 21px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-24 {
    margin-bottom: 18px;
  }
}
@media (max-width: 767px) {
  .mb-24 {
    margin-bottom: 12px;
  }
}

.mb-16 {
  margin-bottom: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb-16 {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-16 {
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .mb-16 {
    margin-bottom: 10px;
  }
}

.m-12 {
  margin: 12px 0;
}

.ms-15 {
  margin: 0 15px;
}

.mb-12 {
  margin-bottom: 12px;
}

.mb-8 {
  margin-bottom: 8px !important;
}

.ml-30 {
  margin-left: 30px;
}

.space-mar {
  margin-top: -50px;
}

.spacer-mar {
  margin-top: -24px;
}
@media (max-width: 1199px) {
  .spacer-mar {
    margin: 0;
  }
}

.sec-pt {
  padding-top: 235px;
}

.pt-100 {
  padding-top: 100px;
}
@media (max-width: 992px) {
  .pt-100 {
    padding-top: 80px;
  }
}
@media (max-width: 768px) {
  .pt-100 {
    padding-top: 60px;
  }
}

.pb-100 {
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .pb-100 {
    padding-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .pb-100 {
    padding-bottom: 80px;
  }
}

.pt-80 {
  padding-top: 80px;
}
@media (max-width: 992px) {
  .pt-80 {
    padding-top: 60px;
  }
}

.pb-80 {
  padding-bottom: 80px;
}
@media (max-width: 992px) {
  .pb-80 {
    padding-bottom: 60px;
  }
}

.pt-72 {
  padding-top: 72px;
}
@media (max-width: 992px) {
  .pt-72 {
    padding-top: 60px;
  }
}

.pb-72 {
  padding-bottom: 72px;
}
@media (max-width: 992px) {
  .pb-72 {
    padding-bottom: 60px;
  }
}

.pt-64 {
  padding-top: 64px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pt-64 {
    padding-top: 56px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pt-64 {
    padding-top: 48px;
  }
}
@media (max-width: 767px) {
  .pt-64 {
    padding-top: 42px;
  }
}
@media (max-width: 490px) {
  .pt-64 {
    padding-top: 32px;
  }
}

.pb-64 {
  padding-bottom: 64px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pb-64 {
    padding-bottom: 52px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pb-64 {
    padding-bottom: 42px;
  }
}
@media (max-width: 767px) {
  .pb-64 {
    padding-bottom: 32px;
  }
}
@media (max-width: 490px) {
  .pb-64 {
    padding-bottom: 22px;
  }
}

.p-62 {
  padding: 62px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .p-62 {
    padding: 52px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .p-62 {
    padding: 42px;
  }
}
@media (max-width: 767px) {
  .p-62 {
    padding: 32px;
  }
}
@media (max-width: 490px) {
  .p-62 {
    padding: 22px;
  }
}

.p-55 {
  padding: 55px 0;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.p-50 {
  padding: 50px 0;
}

.p-34 {
  padding: 34px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .p-34 {
    padding: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .p-34 {
    padding: 18px;
  }
}

.pb-30 {
  padding-bottom: 30px;
}

.p-16 {
  padding: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .p-16 {
    padding: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .p-16 {
    padding: 13px;
  }
}
@media (max-width: 767px) {
  .p-16 {
    padding: 10px;
  }
}
@media (max-width: 490px) {
  .p-16 {
    padding: 10px;
  }
}

.p-30 {
  padding: 30px;
}

.pt-30 {
  padding: 30px 0;
}

.pb-26 {
  padding-bottom: 26px;
}

.p-20 {
  padding: 20px;
}

.ps-20 {
  padding: 0 20px;
}

.ps-18 {
  padding-left: 18px;
  padding-right: 18px;
}

.pt-12 {
  padding: 12px 0;
}

.p-12 {
  padding: 12px;
}

.p-10 {
  padding: 10px;
}

/*-------------------------
    Helper Classes
-------------------------*/
.color-primary {
  color: #58DDA3;
}

.bg-primary {
  background-color: #58DDA3 !important;
}

.color-white {
  color: #F8F8FF;
}

.bg-white {
  background-color: #F8F8FF !important;
}

.color-black {
  color: #1B1B1B !important;
}

.bg-black {
  background-color: #1B1B1B !important;
}

.color-black-1 {
  color: #0D0D0D;
}

.bg-black-1 {
  background-color: #0D0D0D;
}

.color-gray {
  color: #C6CBD2;
}

.bg-gray {
  background-color: #C6CBD2;
}

.color-gray-2 {
  color: #9EA2A8;
}

.bg-gray-2 {
  background-color: #9EA2A8;
}

.color-gray-3 {
  color: #7A7F85;
}

.bg-gray-3 {
  background-color: #7A7F85;
}

/*-------------------------
  Buttons
-------------------------*/
.btn {
  font-size: 25px;
  font-weight: 400;
  line-height: 140%;
  text-align: center;
  color: #1B1B1B;
  display: inline-flex;
  padding: 8px 16px;
  border-radius: 15px;
}
@media (max-width: 992px) {
  .btn {
    font-size: 23px;
  }
}
@media (max-width: 767px) {
  .btn {
    font-size: 20px;
    padding: 7px 16px;
  }
}

.light-btn {
  background-color: #F8F8FF;
  transition: all 0.5s ease-in-out;
}
.light-btn:hover {
  transition: all 0.5s ease-in-out;
  color: #1B1B1B;
  background-color: #F8F8FF;
  box-shadow: 0px 0px 30px 5px rgba(88, 221, 163, 0.8);
}

.dark-btn {
  background-color: #58DDA3;
}
.dark-btn:hover {
  transition: all 0.5s ease-in-out;
  color: #1B1B1B;
  background-color: #58DDA3;
  box-shadow: 0px 0px 30px 5px rgba(255, 255, 255, 0.8);
}

.back-to-top {
  position: fixed;
  bottom: 0px;
  right: 20px;
  display: block;
  width: 150px;
  height: 150px;
  line-height: 50px;
  font-size: 100px;
  padding: 20px 0;
  background: #58DDA3;
  color: #F8F8FF;
  text-align: center;
  opacity: 0;
  text-decoration: none;
  border-radius: 50%;
  -webkit-transform: scale(0.3);
  -ms-transform: scale(0.3);
  transform: scale(0.3);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
  z-index: 999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.back-to-top.show {
  opacity: 1;
}
@media (max-width: 490px) {
  .back-to-top {
    right: -20px;
    bottom: -20px;
  }
}

/*-------------------------
  Headings
-------------------------*/
.heading {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 48px;
}
.heading h2 {
  font-size: 149px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%; /* 186.25px */
  letter-spacing: -5.96px;
  color: #F8F8FF;
}
@media (max-width: 1599px) {
  .heading h2 {
    font-size: 130px;
    letter-spacing: -4.96px;
  }
}
@media (max-width: 1399px) {
  .heading h2 {
    letter-spacing: -3.96px;
    font-size: 120px;
  }
}
@media (max-width: 1199px) {
  .heading h2 {
    letter-spacing: -2.96px;
    font-size: 120px;
  }
}
@media (max-width: 992px) {
  .heading h2 {
    letter-spacing: -1.96px;
    font-size: 100px;
  }
}
@media (max-width: 768px) {
  .heading h2 {
    letter-spacing: 0px;
    font-size: 80px;
  }
}
@media (max-width: 492px) {
  .heading h2 {
    font-size: 60px;
  }
}
.heading span {
  font-size: 49px;
  font-weight: 400;
  line-height: 125%; /* 61.25px */
  letter-spacing: -1.47px;
  color: #F8F8FF;
  transform: rotate(-90deg);
  margin-left: -46px;
  margin-top: 43px;
}
@media (max-width: 1599px) {
  .heading span {
    font-size: 45px;
  }
}
@media (max-width: 1399px) {
  .heading span {
    font-size: 42px;
  }
}
@media (max-width: 1199px) {
  .heading span {
    font-size: 40px;
    margin-left: -40px;
    margin-top: 40px;
  }
}
@media (max-width: 992px) {
  .heading span {
    font-size: 32px;
    margin-left: -32px;
    margin-top: 32px;
  }
}
@media (max-width: 768px) {
  .heading span {
    font-size: 26px;
    margin-left: -26px;
    margin-top: 26px;
  }
}
@media (max-width: 492px) {
  .heading span {
    font-size: 22px;
    margin-left: -22px;
    margin-top: 22px;
  }
}

/*-------------------------
  Preloader Styles
-------------------------*/
#preloader {
  position: fixed;
  width: 100%;
  height: 100vh;
  text-align: center;
  background: #1B1B1B;
  z-index: 9999999;
  padding-top: 20%;
}
#preloader .spinner-container {
  width: 150px;
  height: 150px;
  position: relative;
  margin: 30px auto;
  overflow: hidden;
}
#preloader .spinner-container .spinner {
  position: absolute;
  width: calc(100% - 9.9px);
  height: calc(100% - 9.9px);
  border: 5px solid transparent;
  border-radius: 50%;
  border-top-color: #58DDA3;
  animation: spin 5s cubic-bezier(0.17, 0.49, 0.96, 0.79) infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.footer {
  padding: 64px 24px;
}
.footer .footer-content h4 {
  font-size: 39px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.78px;
  color: #F8F8FF;
}
@media (max-width: 992px) {
  .footer .footer-content h4 {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .footer .footer-content h4 {
    font-size: 24px;
  }
}
@media (max-width: 490px) {
  .footer .footer-content h4 {
    font-size: 22px;
  }
}
.footer .footer-content h4 b {
  color: #58DDA3;
}

@media (max-width: 992px) {
  .logo {
    max-width: 80%;
  }
}
@media (max-width: 767px) {
  .logo {
    max-width: 70%;
  }
}
@media (max-width: 575px) {
  .logo {
    max-width: 50%;
  }
}
@media (max-width: 492px) {
  .logo {
    max-width: 45%;
  }
}

.banner-1 {
  padding-top: 64px;
}
.banner-1 .content .title {
  font-size: 49px;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: -1.47px;
  text-transform: uppercase;
  margin: 40px 0;
}
@media (max-width: 992px) {
  .banner-1 .content .title {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  .banner-1 .content .title {
    font-size: 38px;
  }
}
@media (max-width: 575px) {
  .banner-1 .content .title {
    font-size: 32px;
    margin: 32px 0;
  }
}
.banner-1 .content .btn-block {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 32px;
}
@media (max-width: 1199px) {
  .banner-1 .content .btn-block {
    margin-bottom: 48px;
  }
}
.banner-1 .home_pages {
  display: flex;
  align-items: flex-end;
  gap: 32px;
  overflow-x: hidden;
  overflow-y: hidden;
}
@media (max-width: 992px) {
  .banner-1 .home_pages {
    overflow-x: scroll;
  }
  .banner-1 .home_pages::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #7A7F85;
  }
  .banner-1 .home_pages::-webkit-scrollbar {
    height: 10px;
    background-color: #7A7F85;
    cursor: pointer;
  }
}
@media (max-width: 992px) and (max-width: 767px) {
  .banner-1 .home_pages::-webkit-scrollbar {
    height: 7px;
  }
}
@media (max-width: 992px) {
  .banner-1 .home_pages::-webkit-scrollbar-thumb {
    background-color: #58DDA3;
    border: 1px solid #7A7F85;
    border-radius: 10px;
  }
}
.banner-1 .home_pages .page_box h3 {
  font-size: 60px;
  font-weight: 500;
  line-height: 125%;
  letter-spacing: -1.8px;
  text-transform: uppercase;
  padding: 0 24px;
  text-align: center;
  width: fit-content;
  border-bottom: 3px solid #58DDA3;
  margin: 0 auto;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .banner-1 .home_pages .page_box h3 {
    font-size: 54px;
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .banner-1 .home_pages .page_box h3 {
    font-size: 44px;
    padding: 0 18px;
  }
}
@media (max-width: 575px) {
  .banner-1 .home_pages .page_box h3 {
    font-size: 36px;
    padding: 0 12px;
  }
}
.banner-1 .home_pages .page_box img {
  box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.3), 1px 1px 4px 0px rgba(255, 255, 255, 0.29), 5px 5px 6px 0px rgba(255, 255, 255, 0.26), 10px 10px 9px 0px rgba(255, 255, 255, 0.15), 18px 18px 10px 0px rgba(255, 255, 255, 0.04), 28px 28px 11px 0px rgba(255, 255, 255, 0.01);
}
.banner-1 .home_pages .text_box {
  position: relative;
}
@media (max-width: 1199px) {
  .banner-1 .home_pages .text_box {
    display: none;
  }
}
.banner-1 .home_pages .text_box h3 {
  padding-bottom: 212px;
  font-size: 49px;
  font-weight: 700;
  line-height: 125%; /* 61.25px */
  letter-spacing: -1.47px;
}
@media (max-width: 992px) {
  .banner-1 .home_pages .text_box h3 {
    font-size: 44px;
    padding-bottom: 180px;
  }
}
@media (max-width: 767px) {
  .banner-1 .home_pages .text_box h3 {
    font-size: 38px;
    padding-bottom: 150px;
  }
}
@media (max-width: 575px) {
  .banner-1 .home_pages .text_box h3 {
    font-size: 32px;
    margin: 32px 0;
    padding-bottom: 120px;
  }
}
.banner-1 .home_pages .text_box .vertical-text {
  transform: rotate(-90deg);
  font-size: 61px;
  font-weight: 700;
  line-height: 125%; /* 76.25px */
  letter-spacing: -1.83px;
  position: absolute;
  top: 115px;
  left: -45px;
  color: #58DDA3;
}
@media (max-width: 992px) {
  .banner-1 .home_pages .text_box .vertical-text {
    font-size: 54px;
  }
}
@media (max-width: 767px) {
  .banner-1 .home_pages .text_box .vertical-text {
    font-size: 44px;
  }
}
@media (max-width: 575px) {
  .banner-1 .home_pages .text_box .vertical-text {
    font-size: 36px;
  }
}

@media (max-width: 992px) {
  .banner-2 .content {
    padding: 48px 0;
  }
}
.banner-2 .content h6 {
  font-size: 31px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.62px;
}
@media (max-width: 1599px) {
  .banner-2 .content h6 {
    font-size: 28px;
  }
}
@media (max-width: 1399px) {
  .banner-2 .content h6 {
    font-size: 27px;
  }
}
@media (max-width: 1250px) {
  .banner-2 .content h6 {
    font-size: 26px;
  }
}
@media (max-width: 1199px) {
  .banner-2 .content h6 {
    font-size: 24px;
  }
}
@media (max-width: 992px) {
  .banner-2 .content h6 {
    font-size: 31px;
  }
}
@media (max-width: 768px) {
  .banner-2 .content h6 {
    font-size: 28px;
  }
}
@media (max-width: 492px) {
  .banner-2 .content h6 {
    font-size: 24px;
  }
}
@media (max-width: 400px) {
  .banner-2 .content h6 {
    font-size: 20px;
  }
}
.banner-2 .content h2 {
  font-size: 95px;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: -2.85px;
}
@media (max-width: 1599px) {
  .banner-2 .content h2 {
    font-size: 80px;
  }
}
@media (max-width: 1399px) {
  .banner-2 .content h2 {
    font-size: 75px;
    letter-spacing: 0px;
  }
}
@media (max-width: 1250px) {
  .banner-2 .content h2 {
    font-size: 65px;
  }
}
@media (max-width: 1199px) {
  .banner-2 .content h2 {
    font-size: 56px;
  }
}
@media (max-width: 992px) {
  .banner-2 .content h2 {
    font-size: 95px;
    letter-spacing: -2.85px;
  }
}
@media (max-width: 768px) {
  .banner-2 .content h2 {
    font-size: 70px;
    letter-spacing: 0px;
  }
}
@media (max-width: 492px) {
  .banner-2 .content h2 {
    font-size: 60px;
  }
}
@media (max-width: 400px) {
  .banner-2 .content h2 {
    font-size: 42px;
  }
}
.banner-2 .content h3 {
  font-size: 61px;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: -1.83px;
  margin-bottom: 16px;
}
@media (max-width: 1599px) {
  .banner-2 .content h3 {
    font-size: 54px;
  }
}
@media (max-width: 1399px) {
  .banner-2 .content h3 {
    font-size: 50px;
    letter-spacing: 0px;
  }
}
@media (max-width: 1250px) {
  .banner-2 .content h3 {
    font-size: 44px;
  }
}
@media (max-width: 1199px) {
  .banner-2 .content h3 {
    font-size: 40px;
  }
}
@media (max-width: 992px) {
  .banner-2 .content h3 {
    font-size: 56px;
    letter-spacing: -1.83px;
  }
}
@media (max-width: 768px) {
  .banner-2 .content h3 {
    font-size: 42px;
    letter-spacing: 0px;
  }
}
@media (max-width: 492px) {
  .banner-2 .content h3 {
    font-size: 32px;
  }
}
@media (max-width: 400px) {
  .banner-2 .content h3 {
    font-size: 24px;
  }
}
.banner-2 .content h5 {
  font-size: 31px;
  font-weight: 400;
  line-height: 140%; /* 43.4px */
  letter-spacing: -0.62px;
}
@media (max-width: 1599px) {
  .banner-2 .content h5 {
    font-size: 28px;
  }
}
@media (max-width: 1399px) {
  .banner-2 .content h5 {
    font-size: 26px;
  }
}
@media (max-width: 1250px) {
  .banner-2 .content h5 {
    font-size: 24px;
  }
}
@media (max-width: 1199px) {
  .banner-2 .content h5 {
    font-size: 22px;
  }
}
@media (max-width: 992px) {
  .banner-2 .content h5 {
    font-size: 31px;
  }
}
@media (max-width: 768px) {
  .banner-2 .content h5 {
    font-size: 26px;
  }
}
@media (max-width: 492px) {
  .banner-2 .content h5 {
    font-size: 22px;
  }
}
@media (max-width: 400px) {
  .banner-2 .content h5 {
    font-size: 20px;
  }
}

.website .demo-card {
  width: 100%;
}
.website .demo-card .img-block {
  background-color: #0D0D0D;
  width: 100%;
  height: 400px;
  border-radius: 25px;
  overflow: auto;
  box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.3), 1px 1px 4px 0px rgba(255, 255, 255, 0.29), 5px 5px 6px 0px rgba(255, 255, 255, 0.26), 10px 10px 9px 0px rgba(255, 255, 255, 0.15), 18px 18px 10px 0px rgba(255, 255, 255, 0.04), 28px 28px 11px 0px rgba(255, 255, 255, 0.01);
  margin-bottom: 16px;
  position: relative;
  cursor: pointer;
}
@media (max-width: 768px) {
  .website .demo-card .img-block {
    height: 500px;
  }
}
@media (max-width: 492px) {
  .website .demo-card .img-block {
    border-radius: 15px;
  }
}
.website .demo-card .img-block img {
  width: 100%;
  object-fit: cover;
  object-position: top;
  height: 100%;
  transition: 3s all ease;
}
.website .demo-card .img-block:hover img {
  transition: 10s all ease;
  object-position: bottom;
}
.website .demo-card h5 {
  font-size: 25px;
  font-weight: 700;
  line-height: 140%;
  color: #F8F8FF;
  margin-bottom: 24px;
  text-align: center;
}
@media (max-width: 992px) {
  .website .demo-card h5 {
    font-size: 28px;
  }
}
.website .demo-card:hover h5 {
  color: #58DDA3;
  transition: all 0.5s ease-in-out;
  text-decoration: underline;
}

.inner_pages .page-card .img-block {
  background-color: #0D0D0D;
  width: 100%;
  max-height: 400px;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.3), 1px 1px 4px 0px rgba(255, 255, 255, 0.29), 5px 5px 6px 0px rgba(255, 255, 255, 0.26), 10px 10px 9px 0px rgba(255, 255, 255, 0.15), 18px 18px 10px 0px rgba(255, 255, 255, 0.04), 28px 28px 11px 0px rgba(255, 255, 255, 0.01);
  margin-bottom: 16px;
  position: relative;
  cursor: pointer;
}
@media only screen and (min-width: 1199px) and (max-width: 1599px) {
  .inner_pages .page-card .img-block {
    max-height: 300px;
  }
}
@media (max-width: 992px) {
  .inner_pages .page-card .img-block {
    max-height: 300px;
  }
}
@media (max-width: 492px) {
  .inner_pages .page-card .img-block {
    border-radius: 15px;
  }
}
.inner_pages .page-card .img-block img {
  width: 100%;
  transition: 3s all ease;
}
.inner_pages .page-card h5 {
  font-size: 25px;
  font-weight: 700;
  line-height: 140%;
  color: #F8F8FF;
  margin-bottom: 24px;
  text-align: center;
}
@media (max-width: 992px) {
  .inner_pages .page-card h5 {
    font-size: 28px;
  }
}
.inner_pages .page-card:hover h5 {
  color: #58DDA3;
  transition: all 0.5s ease-in-out;
  text-decoration: underline;
}
.inner_pages.special_pages .img-block {
  height: 270px !important;
}
@media (max-width: 767px) {
  .inner_pages.special_pages .img-block {
    height: 200px !important;
  }
}
@media (max-width: 575px) {
  .inner_pages.special_pages .img-block {
    height: 270px !important;
  }
}
@media (max-width: 400px) {
  .inner_pages.special_pages .img-block {
    height: 200px !important;
  }
}
.inner_pages .stroke-text {
  font-size: 149px;
  font-weight: 700;
  line-height: 125%; /* 186.25px */
  letter-spacing: -5.96px;
  -webkit-text-stroke: 1px #F8F8FF;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1850px) {
  .inner_pages .stroke-text {
    font-size: 120px;
    letter-spacing: -4.96px;
  }
}
@media (max-width: 1599px) {
  .inner_pages .stroke-text {
    font-size: 110px;
  }
}
@media (max-width: 1399px) {
  .inner_pages .stroke-text {
    font-size: 130px;
    letter-spacing: -3.96px;
  }
}
@media (max-width: 1399px) {
  .inner_pages .stroke-text {
    font-size: 100px;
  }
}
@media (max-width: 1199px) {
  .inner_pages .stroke-text {
    text-align: center;
    font-size: 120px;
  }
}
@media (max-width: 992px) {
  .inner_pages .stroke-text {
    font-size: 90px;
    letter-spacing: 0px;
  }
}
@media (max-width: 768px) {
  .inner_pages .stroke-text {
    font-size: 70px;
  }
}
@media (max-width: 575px) {
  .inner_pages .stroke-text {
    font-size: 50px;
  }
}
@media (max-width: 492px) {
  .inner_pages .stroke-text {
    font-size: 40px;
  }
}

/*# sourceMappingURL=app.css.map */
