@font-face {
  font-family: "Barlow";
  src: url(../fonts/Barlow-Bold.ttf);
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url(../fonts/Barlow-Light.ttf);
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-VariableFont_wght.otf);
  font-display: swap;
}
:root {
  --main-color-one: #ddf247;
  --main-color-two: #97a81e;
  --heading-color: #e4e4e4;
  --paragraph-color: #b7b7b7;
  --body-font: "Poppins", sans-serif;
  --heading-font: "Barlow", sans-serif;
  --body-font-size: 16px;
  --line-height30: 1.7;
  --color-back: #131b24;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
  font-family: var(--body-font);
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -moz-osx-font-smoothing: grayscale;
  /* Firefox */
  -webkit-font-smoothing: antialiased;
  /* WebKit  */
}

body {
  margin: 0;
  color: var(--paragraph-color);
  overflow-x: hidden;
  font-family: var(--body-font);
  line-height: var(--line-height30);
  font-size: var(--body-font-size);
  background: #090d12;
  font-weight: 400;
}

h1 {
  font-size: 80px;
  line-height: 1.2333333333;
}

h2 {
  font-size: 50px;
  line-height: 1.2380952381;
}

h3 {
  font-size: 40px;
  line-height: 1.3833333333;
}

h4 {
  font-size: 24px;
  line-height: 1.2380952381;
}

h5 {
  font-size: 20px;
  line-height: 1.3380952381;
}

h6 {
  font-size: 16px;
  line-height: 1.2380952381;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-weight: 700;
  font-family: var(--heading-font);
}

p {
  color: var(--paragraph-color);
  -ms-hyphens: auto;
  hyphens: auto;
  margin-bottom: 10px;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
  color: inherit;
}

a:hover {
  color: var(--main-color-one);
}

pre {
  word-break: break-word;
}

a i {
  padding: 0 2px;
}

img {
  max-width: 100%;
}

button:hover,
button:active,
button:focus {
  outline: 0;
}

/*input and button type focus outline disable*/
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=number]:focus,
textarea:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus,
select:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ddd;
}

.no-gutter.row,
.no-gutter.container,
.no-gutter.container-fluid {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.no-gutter > [class^=col-] {
  padding-left: 0;
  padding-right: 0;
}

.no-gutter[class^=col-] {
  padding-left: 0;
  padding-right: 0;
}

.h-100vh {
  height: 100vh;
}

code {
  color: #faa603;
}

.h-100vh {
  height: 100vh;
}

.position-relative {
  position: relative;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  float: left;
  clear: both;
  margin-right: 20px;
}

.alignright {
  float: right;
  clear: both;
  margin-left: 20px;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em;
}

.alignfull {
  margin: 1.5em 0;
  max-width: 100%;
}

.alignwide {
  max-width: 1100px;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

dl,
ol,
ul {
  padding-left: 17px;
}

.footer-widget .table td,
.footer-widget .table th {
  padding: 0.5rem !important;
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.custom-gutters-10 > .col,
.custom-gutters-10 > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

@media all and (min-width: 1200px) {
  .no-lg-gutters > .col,
  .no-lg-gutters > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
  }
}
/*---------------------------------------
    ## Button
---------------------------------------*/
.btn {
  height: 55px;
  line-height: 57px;
  padding: 0 30px;
  border-radius: 0;
  overflow: hidden;
  position: relative;
  border: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-weight: 600;
  border-radius: 5px;
  z-index: 0;
}
.btn:focus, .btn:active {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn i {
  font-size: 14px;
  float: right;
  padding-top: 16px;
  padding-left: 5px;
}
.btn svg {
  font-size: 15px;
  margin-top: 20px;
  margin-left: 6px;
  float: right;
}
.btn.border-radius-0 {
  border-radius: 0;
}
.btn.border-radius-5 {
  border-radius: 5px;
}

.btn-main {
  position: relative;
  font-weight: 800;
}
.btn-main:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../../assets/img/btn-bg.png");
  background-size: 100% 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.btn-main:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../../assets/img/btn-bg-2.png");
  background-size: 100% 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.btn-main > span {
  position: relative;
  z-index: 2;
  color: var(--color-back);
  text-transform: uppercase;
}
.btn-main.style-small {
  font-size: 14px;
}
.btn-main:hover:after {
  visibility: hidden;
  opacity: 0;
}
.btn-main:hover:before {
  visibility: visible;
  opacity: 1;
}

.btn-main span {
  position: relative;
}

.btn-main > span {
  overflow: hidden;
  display: block;
}

.btn-main > span > span {
  overflow: hidden;
  mix-blend-mode: difference;
  display: inline-block;
}

@-webkit-keyframes MoveUpInitial {
  to {
    -webkit-transform: translate3d(0, -97%, 0);
            transform: translate3d(0, -97%, 0);
  }
}

@keyframes MoveUpInitial {
  to {
    -webkit-transform: translate3d(0, -97%, 0);
            transform: translate3d(0, -97%, 0);
  }
}
@-webkit-keyframes MoveUpEnd {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes MoveUpEnd {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.btn-small {
  height: 50px;
  line-height: 50px;
}
.btn-small i {
  padding-top: 12px;
}

.btn-base {
  color: var(--color-back);
  background: var(--main-color-one);
}
.btn-base svg {
  font-size: 13px;
  margin-top: 22px;
}
.btn-base:hover {
  color: var(--color-back);
  background: var(--main-color-two);
}

.verification {
  display: none;
}
.verification--open {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100%;
  top: 0px;
  background-color:rgba(14, 21, 30, 0.8);
  overflow: hidden;
  position: fixed;
  z-index: 10000;
}
.verification__area {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 802px;
  padding: 0 0 80px;
  background-color: var(--color-back);
  border-radius: 20px;
}
.verification__heading {
  background: linear-gradient(45deg, #7cffe5, #f5fb69);
  padding: 30px;
  width: 100%;
  border-radius: 20px;
  margin-bottom: 20px;
}
.verification__heading h3 {
  color: var(--color-back);
  text-align: center;
  margin-bottom: 0;
}
.verification__text {
  margin-bottom: 16px;
  font-size: 1.2em;
  line-height: 130%;
  text-align: center;
  padding: 0 20px;
  color: white;
}
.verification__btn {
  margin-top: 20px;
}
@media screen and (max-width: 991.98px) {
  .verification__area {
    width: 600px;
    padding: 32px 48px;
    background-size: contain;
  }
}
@media screen and (max-width: 767.98px) {
  .verification__area {
    width: 400px;
    padding: 0 0 32px;
    background-position: center center;
  }
  .verification__text {
    font-size: 1em;
  }
    .verification__heading h3 {
      font-size: 20px;
    }
}
@media screen and (max-width: 575.98px) {
  .verification__area {
    width: 280px;
    padding: 0 0 16px;
  }
}

/*--------------------------------------------------------------
# Globals
--------------------------------------------------------------*/
.border-radius-6 {
  border-radius: 6px !important;
}
.border-radius-6 img {
  border-radius: 6px;
}

.ratting-inner {
  color: #FFC107;
}

.bg-base {
  background: var(--main-color-one) !important;
}

.bg-green {
  background: #1DC295;
}

.bg-blue {
  background: #2878EB;
}

.bg-red {
  background: #F14D5D;
}

.bg-gray {
  background: #F3F6FB;
}

.bg-sky {
  background: #F9F9F9;
}

.bg-gradient-gray {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F3F6FB), to(#D9E5FF));
  background-image: linear-gradient(#F3F6FB, #D9E5FF);
}

.bg-black {
  background: var(--heading-color);
}

.bg-gray-black {
  background: #0e151e;
}

.bg-light {
  background: #F7FAFC;
}

.bg-light-pink {
  background: #FFF9F5;
}

.bg-blue-right {
  background: rgba(80, 175, 155, 0.1);
}

.bg-relative {
  position: relative;
}

.bg-cover {
  background-size: cover !important;
  background-position: center;
}

.bg-position-right {
  background-position: right;
  background-repeat: no-repeat;
}

.bg-left-50 {
  background-position: left;
  background-repeat: no-repeat;
  background-size: 50% 100%;
}

.bg-overlay {
  position: relative;
  background-size: cover !important;
}
.bg-overlay:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(10, 24, 81, 0.88);
}
.bg-overlay .container {
  position: relative;
  z-index: 2;
}
.bg-overlay .bg-z-index {
  position: relative;
  z-index: 2;
}

.bg-overlay-light {
  position: relative;
  background-size: cover !important;
}
.bg-overlay-light:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(10, 24, 81, 0.5);
}
.bg-overlay-light .container {
  position: relative;
  z-index: 2;
}
.bg-overlay-light .bg-z-index {
  position: relative;
  z-index: 2;
}

.bg-overlay-yellow {
  position: relative;
  background-size: cover !important;
}
.bg-overlay-yellow:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: #F16001;
  opacity: 0.75;
}
.bg-overlay-yellow .container {
  position: relative;
  z-index: 2;
}
.bg-overlay-yellow .bg-z-index {
  position: relative;
  z-index: 2;
}

.bg-parallex {
  background-attachment: fixed;
  background-position: center 0;
}

.image-hover-animate {
  overflow: hidden;
}
.image-hover-animate img {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.image-hover-animate:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.box-shadow {
  -webkit-box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.1019607843);
}

.box-shadow-2 {
  -webkit-box-shadow: 0px 16px 52px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 16px 52px 0px rgba(0, 0, 0, 0.05);
}

.pd-top-60 {
  padding-top: 60px;
}

.pd-top-90 {
  padding-top: 90px;
}

.pd-top-100 {
  padding-top: 100px;
}

.pd-top-110 {
  padding-top: 110px;
}

.pd-top-115 {
  padding-top: 115px;
}

.pd-top-120 {
  padding-top: 120px;
}

.pd-top-200 {
  padding-top: 200px;
}

.mg-top-120 {
  margin-top: 120px;
}

.mg-bottom-120 {
  margin-bottom: 120px;
}

.pd-bottom-60 {
  padding-bottom: 60px;
}

.pd-bottom-70 {
  padding-bottom: 70px;
}

.pd-bottom-80 {
  padding-bottom: 80px;
}

.pd-bottom-90 {
  padding-bottom: 90px;
}

.pd-bottom-100 {
  padding-bottom: 100px;
}

.pd-bottom-110 {
  padding-bottom: 110px;
}

.pd-bottom-115 {
  padding-bottom: 115px;
}

.pd-bottom-120 {
  padding-bottom: 120px;
}

.mg-top--100 {
  margin-top: -100px;
}

.mg-top---170 {
  margin-top: -170px;
}

.position-bottom-left {
  position: absolute;
  left: 30px;
  bottom: 150px;
  width: 50px;
}

.border-1 {
  border: 1px solid #ededed;
}

.border-top-1 {
  border-top: 1px solid #ededed;
}

.border-right-1 {
  border-right: 1px solid #ededed;
}

.border-radius-10 {
  border-radius: 10px;
}

.border-radius-20 {
  border-radius: 20px;
}

.border-radius-40 {
  border-radius: 40px !important;
}

.border-radius-50 {
  border-radius: 50% !important;
}

.border-radius-60 {
  border-radius: 60px;
}

.border-radius-bottom-20 {
  border-radius: 0 0 20px 20px;
}

.border-radius-0 {
  border-radius: 0 !important;
}

.border-radius-5 {
  border-radius: 5px !important;
}

.color-base {
  color: var(--main-color-one);
}

.box-shadow {
  -webkit-box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06);
          box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06);
}

.z-index-2 {
  z-index: 2;
}

.bg-none {
  background: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.image-hover-rotate .rotate-img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.image-hover-rotate:hover .rotate-img {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.mg-top---120 {
  margin-top: -120px;
}

.mg-bottom---120 {
  margin-bottom: -120px;
}

.border-base-top-6 {
  border-top: 6px solid var(--main-color-one);
}

.position-top-left {
  position: absolute;
  left: 20px;
  top: 20px;
}

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

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

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

.tt-capetal {
  text-transform: capitalize;
}

.z-index-2 {
  z-index: 2;
}

.overflow-hidden {
  overflow: hidden;
}

.bg-yellow {
  background: #FCCC44;
}

.color-light-pink {
  background: #FFE6E2;
}

.color-light-blue {
  background: #E3F8FB;
}

.color-light-yellow {
  background: #FFF9DF;
}

.color-light-purple {
  background: #F5E6FD;
}

.min-height-350 {
  min-height: 350px;
  background-size: cover;
}

.bg-white-30 {
  background: rgba(255, 255, 255, 0.3);
}

.mg-top-100 {
  margin-top: 100px;
}

.mg-top--100 {
  margin-top: -100px;
}

.icon-box-100 {
  height: 80px;
  width: 80px;
  border-radius: 5px;
  background: #DEE9FE;
  padding: 15px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.hover-box:hover .icon-box-100 {
  background: var(--main-color-one);
}

.tt-capitalize {
  text-transform: capitalize;
}

.tt-uppercase {
  text-transform: uppercase;
}

.border-left-5px {
  border-left: 5px solid var(--main-color-one);
}

.mt--35 {
  margin-top: 0 !important;
  margin-top: -35px !important;
}

.border-bottom-1 {
  border-bottom: 1px solid #34383e;
}

.bg-box {
  background-color: #0e131a;
}

.border-box {
  border: 2px solid #34383e;
}

.border-radius-6 {
  border-radius: 6px;
}

.border-left-base {
  border-left: 2px solid var(--main-color-one);
}

.line-height-11 {
  line-height: 0.8;
}

.shadow-0 {
  border: 0 !important;
}

.border-1 {
  border: 1px solid #14242d !important;
}

.shadow-0 {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/************ animate style ************/
.top_image_bounce {
  -webkit-animation: top-image-bounce 3s infinite ease-in-out;
          animation: top-image-bounce 3s infinite ease-in-out;
}

.left_image_bounce {
  -webkit-animation: left-image-bounce 3s infinite ease-in-out;
          animation: left-image-bounce 3s infinite ease-in-out;
}

.right_image_bounce {
  -webkit-animation: right-image-bounce 3s infinite ease-in-out;
          animation: right-image-bounce 3s infinite ease-in-out;
}

.spin_image {
  -webkit-animation: spin 7s infinite ease-in-out;
          animation: spin 7s infinite ease-in-out;
}

@-webkit-keyframes top-image-bounce {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes top-image-bounce {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@-webkit-keyframes left-image-bounce {
  0% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
}
@keyframes left-image-bounce {
  0% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
  }
}
@-webkit-keyframes ripple-white3 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 100px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 100px rgba(255, 255, 255, 0);
  }
}
@keyframes ripple-white3 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 100px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 100px rgba(255, 255, 255, 0);
  }
}
.tg__animate-text span {
  -webkit-animation: 0.8s both tg_animated_text;
          animation: 0.8s both tg_animated_text;
}

@-webkit-keyframes tg_animated_text {
  0% {
    opacity: 0;
  }
  65% {
    opacity: 1;
    text-shadow: 0 0 25px var(--main-color-one);
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes tg_animated_text {
  0% {
    opacity: 0;
  }
  65% {
    opacity: 1;
    text-shadow: 0 0 25px var(--main-color-one);
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.tg__animate-text2 span {
  -webkit-animation: 0.8s both tg_animated_text2;
          animation: 0.8s both tg_animated_text2;
}

@-webkit-keyframes tg_animated_text2 {
  0% {
    opacity: 0;
  }
  65% {
    opacity: 1;
    text-shadow: 0 0 25px var(--main-color-one);
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes tg_animated_text2 {
  0% {
    opacity: 0;
  }
  65% {
    opacity: 1;
    text-shadow: 0 0 25px var(--main-color-one);
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.shapeBlinker_img {
  -webkit-animation: shapeBlinker 2.5s linear infinite;
          animation: shapeBlinker 2.5s linear infinite;
}

@-webkit-keyframes shapeBlinker {
  50% {
    opacity: 0.3;
  }
}

@keyframes shapeBlinker {
  50% {
    opacity: 0.3;
  }
}
.right-to-left-move {
  position: absolute;
  left: -300px;
  opacity: 0.8;
  animation: cloud-move-left 28s linear 0s infinite reverse;
  z-index: 99;
}

@-webkit-keyframes cloud-move-left {
  from {
    left: -300px;
  }
  to {
    left: 102%;
  }
}

@keyframes cloud-move-left {
  from {
    left: -300px;
  }
  to {
    left: 102%;
  }
}
html.lenis, html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

/*------------------------------------------------
    ## Section title
------------------------------------------------*/
.section-title {
  margin-bottom: 50px;
  position: relative;
}
.section-title .sub-title {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  letter-spacing: 1px;
  position: relative;
  color: var(--main-color-one);
}
.section-title .sub-title.line-after {
  padding-top: 0;
  padding-bottom: 0;
}
.section-title .sub-title.line-after:after {
  content: "";
  position: absolute;
  background: #fff;
  right: -55px;
  top: 8px;
  height: 2px;
  width: 40px;
}
.section-title .sub-title.line-double {
  padding-left: 55px;
  margin-left: -55px;
  padding-top: 0;
  padding-bottom: 0;
}
.section-title .sub-title.line-double:before {
  content: "";
  position: absolute;
  background: #fff;
  left: 0;
  top: 8px;
  height: 2px;
  width: 40px;
}
.section-title .sub-title.line-double:after {
  content: "";
  position: absolute;
  background: #fff;
  right: -55px;
  top: 8px;
  height: 2px;
  width: 40px;
}
.section-title .sub-title-2 {
  background: -webkit-linear-gradient(45deg, #53ac9b, #c9ce56 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border: 1px dashed #788330;
  display: inline-block;
  position: relative;
  padding: 12px 18px;
  margin-bottom: 10px;
}
.section-title .sub-title-2:after {
  content: "";
  background-image: linear-gradient(45deg, #53ac9b, #c9ce56 84%);
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.2;
}
.section-title .sub-title-2 span {
  height: 6px;
  width: 6px;
  display: inline-block;
  background-color: var(--main-color-one);
  position: absolute;
}
.section-title .sub-title-2 span:first-child {
  left: -4px;
  top: -4px;
}
.section-title .sub-title-2 span:nth-child(2) {
  right: -4px;
  top: -4px;
}
.section-title .sub-title-2 span:nth-child(3) {
  left: -4px;
  bottom: -4px;
}
.section-title .sub-title-2 span:nth-child(4) {
  right: -4px;
  bottom: -4px;
}
.section-title .title {
  margin-bottom: 0;
  margin-top: 0;
  text-transform: uppercase;
}
.section-title .title span {
  color: var(--main-color-one);
}
.section-title .stoke-title {
  -webkit-text-stroke: 1px #2a343f;
  -webkit-text-fill-color: transparent;
  -webkit-animation: fill 0.5s infinite alternate;
}
.section-title .large-title {
  font-size: 110px;
}
.section-title .content {
  margin-top: 17px;
  margin-bottom: 0;
}
.section-title .small-title {
  margin-top: 18px;
  font-weight: 600;
  color: var(--heading-color);
}
.section-title .phone {
  font-weight: 400;
  margin-top: 30px;
}
.section-title .phone img {
  margin-right: 6px;
}
.section-title .single-list-wrap {
  margin-top: 21px;
}
.section-title .btn {
  margin-top: 30px;
}
.section-title.style-white .sub-title {
  color: var(--main-color-one);
}
.section-title.style-white .sub-title.left-line:before {
  background: #fff;
}
.section-title.style-white .sub-title.right-line:after {
  background: #fff;
}
.section-title.style-white .sub-title.double-line:before {
  background: #fff;
}
.section-title.style-white .sub-title.double-line:after {
  background: #fff;
}
.section-title.style-white .title {
  color: #fff;
}
.section-title.style-white .content {
  color: #fff;
}
.section-title.style-white .small-title {
  color: #fff;
}

/*----------------------------------------------
    # Nav bar 
----------------------------------------------*/
.navbar-top {
  padding: 15px 0;
}

.navbar-area {
  position: fixed !important;
  width: 100%;
  z-index: 99;
  top: 0;
}
.navbar-area.sticky-active {
  background-color: #090d12;
}
.navbar-area .navbar-shape {
  position: absolute;
  left: 0;
  top: 0;
}
.navbar-area .nav-container {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
}
.navbar-area .nav-container .logo {
  line-height: 0.9;
}
.navbar-area .nav-container .logo a {
  font-weight: 700;
  font-size: 24px;
  color: #fff;
}
.navbar-area .nav-container .logo a img {
  height: auto;
  max-width: 150px;
}
.navbar-area .nav-container .btn-transparent {
  font-size: 13px;
  font-weight: 700;
}
.navbar-area-1.navbar-border {
  position: relative;
}
.navbar-area-1.navbar-border:before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  height: 1px;
  width: 70%;
  background: #151d27;
}
.navbar-area-1.navbar-border:after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -4px;
  height: 1px;
  width: 70%;
  background: #151d27;
  z-index: -1;
}

.sticky-active {
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
  -webkit-box-shadow: 0 10px 20px 0 rgba(46, 56, 220, 0.0509803922);
  box-shadow: 0 10px 20px 0 rgba(46, 56, 220, 0.0509803922);
  border-bottom: 0;
  background: #fff;
}

.responsive-mobile-menu button:focus {
  outline: none;
  border: none;
}

/**************** nav-left-part *************/
/**************** nav-right-part *************/
.nav-right-part .btn-box {
  border-left: 1px solid #383d42;
  padding-left: 20px;
  margin-left: 20px;
  border-radius: 0;
  position: relative;
}
.nav-right-part .btn-box:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 6px;
  height: 80%;
  width: 1px;
  background-color: #383d42;
}

.nav-right-part-desktop {
  margin-left: 20px;
}

.nav-right-part-mobile {
  display: none;
}

@media only screen and (max-width: 991px) {
  .navbar-area {
    padding: 15px 0 !important;
  }
  .navbar-area-1.navbar-border::before {
    width: 100%;
  }
  .navbar-area .nav-container {
    padding: 5px 0;
  }
  .nav-right-part .btn .right {
    padding-left: 5px;
    font-size: 13px;
  }
  .navbar-area .nav-container {
    position: relative;
    z-index: 0;
  }
  .navbar-area .nav-container .navbar-toggler {
    padding: 0px;
  }
  .navbar-area .nav-container .navbar-collapse {
    margin-top: 13px;
  }
}
.sopen {
  display: block !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .responsive-mobile-menu {
    display: block;
    width: 100%;
    position: relative;
  }
    .banner-area-1 {
      padding-top: 180px !important;
    }
}
@media only screen and (max-width: 1199px) {
  .margin-xlt-80 {
    margin-top: 0px;
  }
  .contact-widget .contact_info_list li.single-info-item .details {
    padding-left: 25px;
  }
}
@media only screen and (max-width: 991px) {
  .navbar-area .logo {
    padding-top: 0px !important;
  }
  .widget ul {
    text-align: left;
  }
  .navbar-collapse {
    background: #090d12;
    margin-top: 0px;
    width: 100%;
  }
  .navbar-area {
    padding-bottom: 0px;
  }
  .bar1, .bar2, .bar3 {
    background: #fff;
  }
  .party-box-wrapper {
    padding: 50px 0px;
  }
  .party-box-wrapper .party-box-content h4 {
    font-size: 30px;
    line-height: 45px;
  }
  .footer-area .copyright-area-inner {
    padding: 20px;
  }
  .navbar-expand-lg .navbar-collapse {
    margin-top: 0px;
  }
  .contact-widget .contact_info_list li.single-info-item .details {
    padding-left: 25px;
  }
  .footer-area .footer-top .widget.widget_nav_menu ul li a {
    font-size: 14px;
  }
  .nav-right-part-mobile {
    display: block;
  }
  .navbar-area-3 .navbar-collapse {
    border-radius: 0;
  }
}
/* Tablet Layout wide: 767px. */
@media only screen and (max-width: 767px) {
  .logo-wrapper.mobile-logo {
    display: block;
    width: 100%;
  }
  .responsive-mobile-menu {
    display: block;
    width: 100%;
    position: relative;
  }
  .responsive-mobile-menu .navbar-toggler {
    position: absolute;
    left: calc(100% - 130px);
    top: 10px;
  }
  .table-responsive {
    display: block !important;
  }
  .btn-custom-default, .btn-custom-white {
    font-size: 14PX;
    line-height: 33px;
    padding: 6px 20px;
  }
  .navbar-area .logo {
    padding-top: 0px !important;
  }
    .navbar-area .nav-container {
      flex-direction: column;
    }
        .nav-right-part-desktop {
          margin-left: 0;
          text-align: center;
        }
}
/* medium tablet layout 599px */
@media only screen and (max-width: 575px) {
  .navbar-area .nav-container {
    margin: 0px 0px;
  }
  .navbar-area .logo {
    padding-top: 10px;
  }
}

/*----------------------------------------------
    # banner style
----------------------------------------------*/
.banner-content .title {
  text-transform: uppercase;
  line-height: 1;
}
@media only screen and (max-width: 1199px) {
  .banner-content .title {
    font-size: 65px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-content .title {
    font-size: 35px;
  }
}
.banner-content .title .light {
  font-weight: 300;
}
.banner-content .title .font-large {
  display: block;
  font-size: 110px;
}
@media only screen and (max-width: 1400px) {
  .banner-content .title .font-large {
    font-size: 90px;
  }
}
@media only screen and (max-width: 1199px) {
  .banner-content .title .font-large {
    font-size: 75px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-content .title .font-large {
    font-size: 45px;
  }
}
.banner-content .title .line-img {
  margin-top: -33px;
}
.banner-content .sub-title {
  font-size: 26px;
  margin-top: 25px;
  margin-bottom: 0;
}
@media only screen and (max-width: 575px) {
  .banner-content .sub-title {
    font-size: 18px;
    font-weight: 600;
  }
}
.banner-content .btn {
  margin-top: 45px;
}
.banner-content .list-img {
  margin-top: 70px;
}

.banner-img img {
  margin-right: -80px;
}

.banner-area-1 {
  padding: 150px 0 80px;
  margin-top: 0px;
  background-size: cover;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .banner-area-1 {
    padding: 200px 0 80px;
  }
}
.banner-area-1 .chain-style {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.banner-area-1 .banner-img {
  position: relative;
}
.banner-area-1 .banner-img .shape-img {
  position: absolute;
  left: 0;
  top: 0;
}
.banner-area-1 .banner-img .shape-img-2 {
  position: absolute;
  left: -150px;
  top: 50%;
  opacity: 0.5;
}

/*----------------------------------------------
    # about style
----------------------------------------------*/
.about-thumb-inner {
  position: relative;
}
.about-thumb-inner .animate-img-1 {
  position: absolute;
  left: 100px;
  bottom: 7px;
  z-index: 2;
}
.about-thumb-inner .animate-img-2 {
  position: absolute;
  right: 50px;
  top: 180px;
  z-index: 2;
}
.about-thumb-inner .animate-img-3 {
  position: absolute;
  left: 80px;
  top: -20px;
}
.about-thumb-inner .animate-img-4 {
  position: absolute;
  right: 0;
  bottom: 0;
}
.about-thumb-inner .video-play-btn-hover {
  position: absolute;
  right: 10px;
  top: 60px;
}
.about-thumb-inner .animate-img-bottom-right {
  position: absolute;
  right: -100px;
  bottom: 80px;
  z-index: 2;
}
.about-thumb-inner .animate-main-img {
  position: absolute;
  left: 0;
  top: 0;
}
.about-thumb-inner .main-img {
  position: relative;
  z-index: 1;
}
.about-thumb-inner .animate-top-left {
  position: absolute;
  left: -80px;
  top: 10px;
}
/*----------------------------------------------
    # feature style
----------------------------------------------*/
.feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.single-feature-inner {
  background-color: #1c1c24;
  border: 1px solid #1f2930;
  border-radius: 18px;
  padding: 10px;
}
.single-feature-inner .title {
  text-transform: uppercase;
  background: var(--main-color-one);
  padding: 12px 25px;
  border-radius: 15px;
  border: 1px solid var(--main-color-one);
  font-size: 16px;
  color: var(--color-back);
}
@media screen and (max-width:767.98px) {
  .feature-grid {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 575px) {
  .single-feature-inner .title {
    font-size: 20px;
  }
}
.single-feature-inner .title img {
  height: 40px;
  width: 40px;
  border-radius: 50%;
}
.single-feature-inner .thumb {
  background-color: #19232c;
  padding: 50px 40px;
  border-radius: 15px;
  border: 1px solid #1f2930;
  max-height: 270px;
  overflow: hidden;
}
.single-feature-inner .thumb img {
  max-height: 135px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.single-feature-inner .details {
  padding: 20px 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.single-feature-inner .details .left h5 {
  font-weight: 500;
  font-size: 14px;
  color: #b2b1b1;
}
.single-feature-inner .details .bid {
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
}
.single-feature-inner .details .bid .icon {
  background-color: #911fde;
  height: 30px;
  width: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  color: #fff;
}
.single-feature-inner .details .bid .icon svg {
  width: 10px !important;
}
.single-feature-inner .details .btn {
  height: 40px;
  line-height: 41px;
  padding: 0 16px;
  font-size: 15px;
  color: var(--color-back);
  margin-top: auto;
}
.single-feature-inner .details .btn svg {
  margin-top: 14px;
}
.single-feature-inner:hover .thumb img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.single-feature-inner.style-2 .thumb img {
  width: 100%;
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
}
.single-feature-inner.style-2 .details .left img {
  height: 45px;
  width: 45px;
}
.single-feature-inner.style-2 .details .left .info-d h5 {
  font-size: 18px;
  margin-bottom: 0;
}
.single-feature-inner.style-2 .details .left .info-d span {
  font-size: 12px;
}
.single-feature-inner.style-2 .details .right {
  font-size: 12px;
}
.single-feature-inner.style-2 .details .right .ratting {
  font-size: 10px;
}

.about-content .small-title {
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 300;
  color: var(--main-color-one);
  background-color: #1e261f;
  padding: 2px 15px;
  margin-top: 10px;
  margin-bottom: 20px;
  display: inline-block;
}
@media only screen and (max-width: 1599px) {
  .about-content .small-title {
    font-size: 18px;
  }
}
.about-content .content {
  margin-bottom: 30px;
}
.about-content .small-title-2 {
  font-weight: 600;
  text-transform: uppercase;
}
.about-content .small-title-2 img {
  margin-right: 10px;
}
.partner-inner img {
  border-radius: 12px;
}

.partner-slider-left .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
/*cursor follow************/
.cursor {
  position: fixed;
  background-color: var(--main-color-one);
  width: 10px;
  height: 10px;
  border-radius: 100%;
  z-index: 1;
  -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
  transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  z-index: 10000;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.cursor.active {
  opacity: 1;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.cursor.menu-active {
  opacity: 1;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.cursor.hovered {
  opacity: 1;
}

.cursor-follower {
  position: fixed;
  border: 0.5px solid var(--main-color-one);
  width: 30px;
  height: 30px;
  border-radius: 100%;
  z-index: 1;
  -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background;
  transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  z-index: 10000;
  -webkit-transform: translate(2px, 2px);
          transform: translate(2px, 2px);
}

.cursor-follower.active {
  opacity: 1;
  -webkit-transform: scale(3);
          transform: scale(3);
}

.cursor-follower.menu-active {
  opacity: 1;
  -webkit-transform: scale(3);
          transform: scale(3);
}

.cursor-follower.hovered {
  opacity: 1;
}

/*---------------------------------------------------
	widget styles
----------------------------------------------------*/
.widget-title {
  position: relative;
  font-size: 20px;
}
.footer-area .widget-title {
  color: #fff;
}
.footer-area {
  position: relative;
  margin-top: 90px;
}
.footer-area .widget {
  position: relative;
  z-index: 2;
  margin-bottom: 70px;
}
.footer-area .widget-title {
  margin-bottom: 30px;
  position: relative;
  text-transform: uppercase;
}
.footer-area .widget_about .thumb {
  margin-bottom: 30px;
}
.footer-area .widget_about .thumb img {
  max-width: 150px;
}
.footer-area .widget_about .details p {
  margin-bottom: 0;
}
.footer-area .widget_about .details p svg {
  color: var(--main-color-one);
  margin-right: 10px;
}
.footer-area .widget_about .details p + p {
  font-weight: 500;
}
.footer-area .widget_about .details h5 {
  color: #CDD8F9;
}
.footer-area .widget_about .details .social-media {
  margin-top: 26px;
}
.footer-area .widget_about .details .social-media li a {
  border: 1px solid #CDD8F9;
  background: transparent;
  color: var(--heading-color);
  border-radius: 50%;
  font-size: 14px;
}
.footer-area .widget_about .details .social-media li a:hover {
  color: #fff;
  background: var(--main-color-one);
  border: 1px solid var(--main-color-one);
}
.footer-area .widget_about .details .social-media li a:hover svg path {
  color: #fff;
}
.footer-area .widget_about .subscribe {
  position: relative;
}
.footer-area .widget_about .subscribe input {
  width: 100%;
  height: 44px;
  padding: 0 50px 0 15px;
  border-radius: 5px;
  border: 1px solid #E3E3E3;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}
.footer-area .widget_about .subscribe button {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 5px 5px 0;
  height: 44px;
  width: 40px;
  border: 0;
  background: var(--main-color-one);
  color: #fff;
  font-size: 15px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.footer-area .widget_about .subscribe button:hover {
  background: var(--heading-color);
}
.footer-area .widget_nav_menu ul {
  margin: 0;
  padding: 0;
}
.footer-area .widget_nav_menu ul li {
  list-style: none;
  margin-bottom: 7px;
  position: relative;
  position: relative;
  font-weight: 500;
  font-size: 15px;
}
.footer-area .widget_nav_menu ul li svg {
  margin-right: 8px;
  color: #333F4D;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.footer-area .widget_nav_menu ul li:hover svg {
  color: var(--main-color-one);
}
.footer-area .widget_nav_menu ul li + li {
  padding-top: 4px;
}

.footer-bottom {
  padding: 23px 0;
  position: relative;
  z-index: 2;
  background-color: #0f171e;
}
.footer-bottom p {
  margin-bottom: 0;
}
.footer-bottom ul {
  flex-wrap: wrap;
  gap: 10px 20px;
}
.footer-bottom ul a:hover {
  color: var(--main-color-one);
}
@media only screen and (max-width: 575px) {
  .footer-bottom p {
    margin-bottom: 15px;
  }
}
.footer-bottom a {
  margin-right: 10px;
  color: #fff;
}
.footer-bottom a:last-child {
  margin-right: 0;
}

.footer-area-1 {
  background-repeat: no-repeat;
  background-size: 100% 100% !important;
}

.alarm-box {
  background-color: rgba(221, 242, 71, 0.4);
  padding: 30px 20px;
  border-radius: 20px;
  margin-top: 30px;
  backdrop-filter: blur(15px);
  border: 1px solid var(--main-color-one);
}
.alarm-box * {
  color: #fff;
}
.alarm-logo-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}

@media all and (min-width: 1600px) {
  .banner-area-1 h2 {
    font-size: 60px;
  }
  .navbar-area .nav-container .logo {
    margin-right: 60px;
  }
  .navbar-area .navbar-shape {
    width: 370px;
    height: 115px;
  }
}
@media all and (max-width: 1599px) {
  .banner-area-1 h2 {
    font-size: 60px;
  }
}
@media all and (max-width: 1199px) {
  .banner-area-1 h2 {
    font-size: 50px;
  }
}
@media all and (max-width: 991px) {
  .navbar-area .nav-container.navbar-bg {
    padding-left: 15px;
  }
  .navbar-area {
    margin-top: 0;
    padding-top: 0;
  }
  .footer-bottom a {
    font-size: 15px;
  }
  .navbar-area .navbar-shape {
    display: none;
  }
}
@media all and (max-width: 575px) {
  .banner-area-1 h2 {
    font-size: 30px;
  }
  .section-title .title {
    font-size: 26px;
  }
  .navbar-area .navbar-shape {
    height: 125%;
  }
  .navbar-area .nav-container {
    margin: 0px 0px;
    padding: 5px 10px;
  }
}
.swiper-slide {
  width: 250px !important;
}
.swiper-slide a {
  display: flex;
  justify-content: center;
}
.thanks {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  padding: 250px 0 150px;
}
.thanks .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
}
.thanks img {
  width: 100px;
  height: auto;
  margin-bottom: 10px;
}
.thanks p {
  text-align: center;
  font-size: 18px;
}
.docs {
  word-break: break-word;
  padding: 150px 0 50px;
}
.docs h1 {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 60px;
}
.docs ul {
  list-style-type: circle;
  padding-left: 30px;
}
.docs li,
.docs p {
  color: inherit;
  line-height: 1.5;
  margin-bottom: 16px;
}
.docs a {
  text-decoration: none !important;
  color: var(--main-color-one);
}
.docs a:hover {
  color: white;
}
@media screen and (max-width: 767.98px) {
  .docs {
      padding: 200px 0 50px;
    }
  .docs h1 {
    font-size: 48px;
  }
}
.widget_about p.text-white {
  text-align: center;
  padding: 12px;
  border: 2px solid var(--main-color-one);
  border-radius:5px;
}