@charset "UTF-8";

/*------------------- 1.1. Mixin -------------------*/
@use "sass:math";
/*------------------- 1.2. Function -------------------*/
/*------------------- 1.3. Variable-------------------*/
:root {
  --theme-color: #0D5EF4;
  --theme-color2: #F20F10;
  --title-color: #0F2239;
  --body-color: #4D5765;
  --smoke-color: #F3F7FB;
  --black-color: #000000;
  --white-color: #ffffff;
  --light-color: #72849B;
  --yellow-color: #FFB539;
  --success-color: #28a745;
  --error-color: #dc3545;
  --border-color: #ecf1f9;
  --title-font: 'Jost', sans-serif;
  --body-font: 'Roboto', sans-serif;
  --icon-font: "Font Awesome 6 Pro";
  --main-container: 1380px;
  --container-gutters: 24px;
  --section-space: 120px;
  --section-space-mobile: 80px;
  --section-title-space: 70px;
  --ripple-ani-duration: 5s;
}

/*------------------- 1.5. Typography -------------------*/
html,
body {
  scroll-behavior: auto !important;
}

body {
  font-family: var(--title-font);
  font-size: 16px;
  font-weight: 400;
  color: var(--body-color);
  line-height: 26px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  /***scroll-bar***/
}

body::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  border-radius: 20px;
}

body::-webkit-scrollbar-track {
  background: rgba(252, 0, 18, 0.1);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}

body::-webkit-scrollbar-thumb {
  background-color: var(--theme-color);
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.3) 25%, transparent 20%, transparent 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, transparent 75%, transparent);
  border-radius: 20px;
}

iframe {
  border: none;
  width: 100%;
}

.slick-slide:focus,
button:focus,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
  outline: none;
}


img:not([draggable]),
embed,
object,
video {
  max-width: 100%;
  height: auto;
}


img {
  border: none;
  max-width: 100%;
}


/*=================================
    02. Reset
==================================*/
/*------------------- 2.1. Container -------------------*/
/* Medium Large devices */
@media (max-width: 1399px) {
  :root {
    --main-container: 1250px;
  }
}

@media only screen and (min-width: 1300px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: calc(var(--main-container) + var(--container-gutters));
    padding-left: calc(var(--container-gutters) / 2);
    padding-right: calc(var(--container-gutters) / 2);
  }
}

@media (min-width: 1700px) {
  .th-container {
    --main-container: 1450px;
    transform: translateX(-115px);
  }
  .th-container3 {
    --main-container: 1710px;
  }
}

@media (min-width: 1600px) {
  .th-container {
    --main-container: 1350px;
    transform: translateX(-65px);
  }
  .th-container2 {
    --main-container: 1680px;
  }
}

@media only screen and (max-width: 1600px) {
  .container-fluid.px-0 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .container-fluid.px-0 .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .th-container3 {
    --main-container: 1500px;
  }
}

/*------------------- 2.2. Grid -------------------*/
.slick-track > [class*=col] {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x)/ 2);
  padding-left: calc(var(--bs-gutter-x)/ 2);
  margin-top: var(--bs-gutter-y);
}

.gy-30 {
  --bs-gutter-y: 30px;
}

.gy-40 {
  --bs-gutter-y: 40px;
}

.gy-50 {
  --bs-gutter-y: 50px;
}

.gx-10 {
  --bs-gutter-x: 10px;
}

.gx-70 {
  --bs-gutter-x: 70px;
  /* Extra large devices */
  /* Medium devices */
}

@media (max-width: 1500px) {
  .gx-70 {
    --bs-gutter-x: 30px;
  }
}

@media (max-width: 991px) {
  .gx-70 {
    --bs-gutter-x: 24px;
  }
}

@media (min-width: 1299px) {
  .gx-60 {
    --bs-gutter-x: 60px;
  }
}

@media (min-width: 1399px) {
  .gx-30 {
    --bs-gutter-x: 30px;
  }
  .gx-25 {
    --bs-gutter-x: 25px;
  }
  .gx-40 {
    --bs-gutter-x: 40px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .gy-50 {
    --bs-gutter-y: 40px;
  }
}

.bg-theme {
  background-color: var(--theme-color) !important;
}

.bg-theme2 {
  background-color: var(--theme-color2) !important;
}

.bg-smoke {
  background-color: var(--smoke-color) !important;
}

.bg-white {
  background-color: var(--white-color) !important;
}

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

.bg-title {
  background-color: var(--title-color) !important;
}

.gr-bg1 {
  background-image: linear-gradient(255.4deg, rgba(146, 184, 253, 0.15) 5.09%, var(--smoke-color) 63%);
}

.gr-bg2 {
  background-image: linear-gradient(270deg, #EDF2FB 0%, #FFFFFF 100%);
}

.background-image,
[data-bg-src] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-fluid {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}

.bg-auto {
  background-size: auto auto;
}

.bg-bottom-right {
  background-size: auto;
  background-position: bottom right;
}

.bg-top-center,
.product-sec-bg1 {
  background-size: 100% 67% !important;
  background-position: top center;
}

/*------------------- 3.8. Text Color -------------------*/
.text-theme {
  color: var(--theme-color) !important;
}

.text-theme2 {
  color: var(--theme-color2) !important;
}

.text-title {
  color: var(--title-color) !important;
}

.text-body {
  color: var(--body-color) !important;
}

.text-white {
  color: var(--white-color) !important;
}

.text-light {
  color: var(--light-color) !important;
}

.text-yellow {
  color: var(--yellow-color) !important;
}

.text-success {
  color: var(--success-color) !important;
}

.text-error {
  color: var(--error-color) !important;
}

.text-inherit {
  color: inherit;
}

.text-inherit:hover {
  color: var(--theme-color);
}

a.text-theme:hover,
.text-reset:hover {
  text-decoration: underline;
}

/*------------------- 3.9. Overlay -------------------*/
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

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

[data-overlay] {
  position: relative;
  z-index: 2;
}

[data-overlay] [class^="col-"],
[data-overlay] [class*="col-"] {
  z-index: 1;
}

[data-overlay]:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

[data-overlay="theme"]:before {
  background-color: var(--theme-color);
}

[data-overlay="title"]:before {
  background-color: var(--title-color);
}

[data-overlay="white"]:before {
  background-color: var(--white-color);
}

[data-overlay="black"]:before {
  background-color: var(--black-color);
}

[data-overlay="overlay1"]:before {
  background-color: #041122;
}

[data-opacity="1"]:before {
  opacity: 0.1;
}

[data-opacity="2"]:before {
  opacity: 0.2;
}

[data-opacity="3"]:before {
  opacity: 0.3;
}

[data-opacity="4"]:before {
  opacity: 0.4;
}

[data-opacity="5"]:before {
  opacity: 0.5;
}

[data-opacity="6"]:before {
  opacity: 0.6;
}

[data-opacity="7"]:before {
  opacity: 0.7;
}

[data-opacity="8"]:before {
  opacity: 0.8;
}

[data-opacity="9"]:before {
  opacity: 0.9;
}

[data-opacity="10"]:before {
  opacity: 1;
}

/*------------------- 3.10. Animation -------------------*/




/*------------------- 4.8. Hero Area  -------------------*/
/* Hero Global ---------------------------------- */
.th-hero-wrapper {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.th-hero-wrapper .checklist ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
}

.th-hero-wrapper .checklist li {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  font-size: 18px;
  font-weight: 500;
  color: var(--title-color);
}

.hero-shape {
  position: absolute;
}

.ripple-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.ripple-1,
.ripple-2,
.ripple-3,
.ripple-4,
.ripple-5,
.ripple-6 {
  height: 40px;
  width: 40px;
  position: absolute;
  left: 30px;
  bottom: -10px;
  background-color: transparent;
  border: 3px solid rgba(13, 94, 244, 0.3);
  border-radius: 50%;
  transform: translate3d(-50%, 50%, 0);
  animation: heroripple 8s ease-out infinite;
}

.ripple-1 {
  animation-delay: 0;
}

.ripple-2 {
  animation-delay: 1s;
}

.ripple-3 {
  animation-delay: 2s;
}

.ripple-4 {
  animation-delay: 3s;
}

.ripple-4 {
  animation-delay: 4s;
}

.ripple-5 {
  animation-delay: 5s;
}

.ripple-6 {
  animation-delay: 1s;
}

@keyframes heroripple {
  0% {
    transform: translate3d(-50%, 50%, 0);
    opacity: 0.5;
  }
  100% {
    transform: translate3d(-50%, 50%, 0);
    opacity: 0;
    width: 310px;
    height: 310px;
  }
}

.th-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  /* height: 100vh;  */
}
@media (max-width: 768px) {
  .th-hero-bg {
    height: 70vh;
    background-position: center top;
  }
  .hero-title
  {
    font-size: 34px !important;
  }
  .hero-style1
  {
    padding: 102px 0 40px 0 !important;
  }
}

.th-hero-bg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.hero-subtitle {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.hero-text {
  font-size: 18px;
  margin-bottom: 35px;
  color: #FFFFFF !important;
}

/* Hero 1 ---------------------------------- */
.hero-1 .shape1 {
  bottom: 0;
  right: 0;
  z-index: 2;
}

.hero-1 .shape1 img {
  height: 100%;
}

.hero-1 .shape2 {
  right: 0;
  bottom: 50px;
  z-index: 2;
  animation: jumpAni 7s linear infinite;
}

.hero-1 .shape3 {
  top: -420px;
  left: -330px;
  width: 619.52px;
  height: 619.52px;
  border: 2px solid rgba(255, 255, 255, 0.15);
  border-radius: 100px;
  transform: rotate(25.36deg);
  z-index: 2;
  animation: spin 40s linear infinite;
}

.hero-1 .shape5,
.hero-1 .shape4 {
  z-index: 9;
}

.hero-1 .th-social {
  position: absolute;
  z-index: 3;
  top: 34%;
  right: 0;
}

.hero-1 .th-social a {
  background-color: var(--title-color);
  color: #B3C1D3;
}

.hero-1 .th-social a:hover {
  color: var(--white-color);
}

.hero-1 .hero-img1 {
  position: relative;
  z-index: 9;
  margin-right: -62px;
  margin-top: -20px;
  filter: drop-shadow(-29.434px 25.586px 10.392px rgba(25, 24, 25, 0.16));
  /* Extra large devices */
}

.hero-1 .hero-img1 img {
  border-radius: 50%;
}
@media (max-width: 1399px) {
  .hero-1 .hero-img1 img {
    height: 500px;
    padding-left: 20px;
  }
  .hero-1 .shape1 img 
  {
    height: 556px;
  }
}

@media (max-width: 1500px) {
  .hero-1 .hero-img1 {
    margin-right: 0;
  }
}

.hero-style1 {
  position: relative;
  z-index: 6;
  padding: 222px 0 217px 0;
  /* Large devices */
  /* Medium devices */
  /* Extra small devices */
}

@media (max-width: 1199px) {
  .hero-style1 {
    padding: 162px 0 157px 0;
  }
}

@media (max-width: 991px) {
  .hero-style1 {
    padding: 142px 0 137px 0;
  }
}

@media (max-width: 575px) {
  .hero-style1 {
    padding: 122px 0 120px 0;
  }
}

.hero-style1 .hero-text {
  color: #B2B2B2;
  margin-top: 20px;
  /* Medium devices */
}

@media (max-width: 991px) {
  .hero-style1 .hero-text {
    font-size: 14px;
  }
}

.hero-style1 .hero-subtitle {
  color: var(--white-color);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 30px;
}

.hero-style1 .hero-subtitle span {
  background-color: var(--theme-color);
  border-radius: 20px;
  padding: 6px 16px;
  margin-right: 10px;
}

.hero-style1 .hero-title {
  margin-bottom: 27px;
  font-weight: 600;
}

.hero-style1 .hero-title:first-of-type {
  margin-bottom: 0 !important;
}

.hero-slider-1 .slick-dots {
  position: absolute;
  bottom: 30px;
  right: 25%;
  /* Hight Resoulation devices */
}
@media (max-width: 1399px)
{
  .hero-title
  {
    font-size: 48px;
  }
  .hero-style1
  {
    padding: 102px 0 196px 0;
  }
}

@media (min-width: 1922px) {
  .hero-slider-1 .slick-dots {
    right: 30.5%;
  }
}

@media (max-width: 1600px) {
  .hero-slider-1 .slick-dots {
    right: 20%;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .hero-1 .shape2 {
    max-width: 20%;
  }
  .hero-1 .shape3 {
    top: -200px;
    left: -200px;
    width: 300px;
    height: 300px;
    border-radius: 30px;
    animation: spin 25s linear infinite;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .hero-1 .hero-img1 {
    display: none;
  }
  .hero-1 .shape1, .hero-1 .shape2 {
    display: none;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .hero-subtitle {
    font-size: 12px;
    font-weight: 500;
  }
}


