:root {
  --primary: #cc0000;
  --secondary: #0a1f44;
  --primary-invert: #fff;
  --secondary-invert: #fff;

  --gradient-primary: linear-gradient( 109.6deg,  #cc0000 11.2%, rgba(68,0,0,1) 100.6% );
  --gradient-secondary: linear-gradient(135deg, #CE2029, #F25C54);



  /* DEFAULT COLOR OF TEXTS */
  --text-primary: #0a1f44;

  /* FOR BUTTONS & INPUTS */
  --elements-roundness: 10rem;

  --space-between-blocks: 5.3rem;
  /* for mobiles */
  --space-between-blocks-small-screens: 3rem;
}

/* nunito-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/nunito-sans-v15-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-sans-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/nunito-sans-v15-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/nunito-sans-v15-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/nunito-sans-v15-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* barlow-condensed-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/barlow-condensed-v12-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-condensed-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/barlow-condensed-v12-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-condensed-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/barlow-condensed-v12-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-condensed-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/barlow-condensed-v12-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-condensed-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/barlow-condensed-v12-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-condensed-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/barlow-condensed-v12-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-condensed-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/barlow-condensed-v12-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* russo-one-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Russo One';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/russo-one-v16-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body {
  font-family: "Barlow Condensed", serif;
  color: var(--primary-invert);
  background-color: #000000;
}



/* Default (unclicked) link color - White */
.navbar {
  background-color: #cc0000 !important; /* Red navbar background */
}

.navbar-nav .nav-link {
  color: white !important; /* Default color: White */
  transition: color 0.3s ease-in-out;
}

/* Hover state (when mouse hovers over link) */
.navbar-nav .nav-link:hover {
  color: black !important; /* Hover color: Black */
}

/* Active link (the currently selected page) */
.navbar-nav .nav-link.active,
.navbar-nav .nav-link:focus {
  color: white !important; /* Active color: White */
  font-weight: bold; /* Optional: Make active link bold */
}

/* When the link is clicked (active/pressed state) */
.navbar-nav .nav-link:active {
  color: black !important; /* Clicked color: Black */
}



/* Remove default border & background */
.navbar-toggler {
  border: none;
  padding: 0.5rem;
  box-shadow: none;
}

/* Kill Bootstrap focus ring */
.navbar-toggler:focus,
.navbar-toggler:active {
  outline: none;
  box-shadow: none;
}
.navbar-toggler-icon {
  background-image: none;
  width: 24px;
  height: 2px;
  background-color: #fff;
  position: relative;
  border-radius: 2px;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
}

.navbar-toggler-icon::before {
  transform: translateY(-7px);
}

.navbar-toggler-icon::after {
  transform: translateY(7px);
}


h1 {

  font-family: "Barlow Condensed", serif;

}
.space-between-blocks {
  padding-top: var(--space-between-blocks-small-screens);
  padding-bottom: var(--space-between-blocks-small-screens);
}

@media (min-width: 992px) {
  .space-between-blocks {
    padding-top: var(--space-between-blocks);
    padding-bottom: var(--space-between-blocks);
  }
}

/* Buttons */

button {
  color: inherit;
  padding: 0;
  background: none;
  border: none;
}

button:focus {
  outline: none;
  box-shadow: none;
}

.btn {
  font-size: 0.87rem;
  padding: 0.8rem 1.6rem;
  border: none;
  transition: 0.2s all;
}

@media (min-width: 992px) {
  .btn {
    padding: 0.8rem 2rem;
  }
}

.btn,
.btn:hover,
.btn:focus {
  border: none;
  box-shadow: none;
  outline: none;
}

.btn:hover,
.btn:focus {
  transform: scale(1.05);
}

.btn-primary{
  background: var(--primary);
  color: var(--primary-invert);
}

.btn-primary:hover,
.btn-primary:focus {
  background: var(--primary);
  color: var(--primary-invert);
}
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  background: var(--gradient-secondary, --secondary);
  color: var(--secondary-invert);
}


.btn-sm {
  padding: 0.8rem;
}

.highlight {
  color: #f90505
}

/* block header */

.block__header {
  margin-bottom: 4rem;
}

.block__title {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.4;
}

@media(min-width: 992px) {
  .block__title {
    font-size: 2.5rem;
  }

  .block__title--big {
    font-size: 3rem;
    line-height: 1.1;
  }
}

@media(min-width: 1200px) {
  .block__title--big {
    font-size: 3.5rem;
    line-height: 1.2;
  }
}

.block__paragraph {
  font-size: 1.1rem;
  line-height: 1.5;
  opacity: .9;
}

@media(min-width: 992px) {
  .block__paragraph--big {
    font-size: 1.2rem;
    line-height: 1.6;
  }
}

/* Icons */

.fr-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 5px;
  background: rgba(0,0,0,0.04);
  margin-bottom: 1.5rem;
  transition: .5s;
}

.fr-icon--medium {
  font-size: 1.5rem;
  height: 3rem;
  width: 3rem;
}

.fr-icon--large {
  font-size: 1.2rem;
  height: 3.25rem;
  width: 3.25rem;
}

@media (min-width: 992px) {
  .fr-icon--large {
    height: 3.8rem;
    width: 3.8rem;
    font-size: 1.9rem;
  }
}

/* Hero section styles */
.hero {
  --hero-nav-height: 100px;
  position: relative;
  display: flex;
  flex-direction: column;
  color: var(--block-text-color);
  background-image: url('/images/pt4.png'); /* Replace with your image URL */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh; /* Ensures full viewport height */
  color: white; /* Makes text white by default on dark background */;

}

/* Dark overlay using pseudo-element */
.hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.54); /* Dark overlay with transparency */
  z-index: 1; /* Ensures overlay stays behind content */
}


.hero__content {
position: relative;
z-index: 2; /* Bring content above the overlay */

}

.hero__content h1 {

font-weight: 600;

}

.hero__video-container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  transform: scale(2);
  transform-origin: top;


}

@media (min-width:992px) {
  .hero__video-container {
    transform: none
  }
}



.hero__video-container::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #000, transparent);
  z-index: 1
}



@media (min-width:1400px) {
  .hero__content {
    max-width: 80%
  }
}

/* Adjust content spacing */
.hero__body {
padding: 100px 0; /* Adjust padding based on design */
}

/* Responsive behavior */
@media (max-width: 768px) {
.hero {
  background-position: center;
  min-height: 80vh; /* Adjust for mobile */
}
}



.hero-nav {
top: 0;
left: 0;
right: 0;
width: 100%;
height: var(--hero-nav-height);
display: flex;
align-items: center;
z-index: 2;
}

.hero-nav__item {
margin: auto;
font-size: 1.1rem
}

@media (min-width:992px) {
.hero-nav__item {
  margin: 0 1rem
}
}

@media (min-width:992px) {
.nav--lg-side {
  flex-direction: row-reverse
}
}

.hero-nav__logo {
height: 35px
}

.hero-nav__link {
color: inherit;
opacity: .9;
text-decoration: none
}

.hero-nav__link:focus,
.hero-nav__link:hover {
color: inherit;
text-decoration: none;
opacity: 1
}

.ft-menu {
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 2000;
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
-webkit-animation-duration: .5s;
animation-duration: .5s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both
}

@media (print),
(prefers-reduced-motion:reduce) {
.ft-menu {
  -webkit-animation-duration: 1ms !important;
  animation-duration: 1ms !important;
  -webkit-transition-duration: 1ms !important;
  transition-duration: 1ms !important;
  -webkit-animation-iteration-count: 1 !important;
  animation-iteration-count: 1 !important
}
}

.ft-menu .hero-nav__item {
width: 100%;
margin-top: .75rem;
margin-bottom: .75rem
}

@media (min-width:992px) {
.ft-menu .hero-nav__item {
  width: auto;
  margin-top: 0;
  margin-bottom: 0
}
}

.ft-menu--js-show {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
-webkit-animation-duration: .5s;
animation-duration: .5s
}

.ft-menu::before {
content: "";
display: block;
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
background: var(--primary);
opacity: .9;
z-index: -1
}

@media (min-width:992px) {
.ft-menu {
  -webkit-animation-name: none;
  animation-name: none;
  position: static;
  z-index: auto
}

.ft-menu::before {
  content: none
}
}

.ft-menu__slider {
--block-background: white;
--block-text-color: var(--text-primary);
color: var(--block-text-color);
background: var(--block-background);
width: 80%;
height: 100%;
overflow: hidden;
transform: translateX(-100%);
transition: .5s transform
}

@media (min-width:992px) {
.ft-menu__slider {
  --block-background: transparent;
  --block-text-color: var(--block-text-color);
  width: auto;
  height: auto;
  background: 0 0;
  transform: none;
  display: flex;
  align-items: center
}
}

.ft-menu--js-show .ft-menu__slider {
transform: translateX(0)
}

.ft-menu__close-btn {
color: var(--primary-invert);
position: absolute;
right: 0;
top: 0;
font-size: 2rem;
margin: 1rem;
transform: translateX(100%);
transition: .5s transform
}

@media (min-width:992px) {
.ft-menu__close-btn {
  display: none
}
}

.ft-menu--js-show .ft-menu__close-btn {
transform: translateX(0)
}

.ft-menu__close-btn:focus,
.ft-menu__close-btn:hover {
color: var(--primary-invert)
}

@-webkit-keyframes fadeIn {
from {
  visibility: hidden;
  opacity: 0
}

to {
  visibility: visible;
  opacity: 1
}
}

@keyframes fadeIn {
from {
  visibility: hidden;
  opacity: 0
}

to {
  visibility: visible;
  opacity: 1
}
}

@-webkit-keyframes fadeOut {
from {
  visibility: visible;
  opacity: 1
}

to {
  visibility: hidden;
  opacity: 0
}
}

@keyframes fadeOut {
from {
  visibility: visible;
  opacity: 1
}

to {
  visibility: hidden;
  opacity: 0
}
}

.fixed-nav-container {
height: var(--hero-nav-height)
}

.hero-nav--is-sticky {
--block-background: white;
color: var(--block-text-color);
background: var(--block-background);
position: fixed !important;
left: 0;
right: 0;
margin: auto;
box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
padding: 1rem !important;
height: 60px;
transition: .2s height;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-name: slideInDown;
animation-name: slideInDown
}

@media (min-width:992px) {
.hero-nav--is-sticky {
  height: 80px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 1rem 1.5rem !important
}
}

.ft-menu__slider {
color: var(--block-text-color)
}

.hero-nav--is-sticky .ft-menu__slider {
color: var(--text-primary)
}

.hero-nav--is-sticky .btn {
background: var(--gradient-primary, var(--primary));
color: var(--primary-invert)
}

@-webkit-keyframes slideInDown {
from {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  visibility: visible
}

to {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}
}

@keyframes slideInDown {
from {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  visibility: visible
}

to {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}
}

.ft-menu__slider .hero-nav__item {
font-size: 1.1rem;
padding: 0 1rem
}

@media (min-width:992px) {
.ft-menu__slider .hero-nav__item {
  padding: 0
}
}

.hero-nav__link {
display: flex;
align-items: center;
outline: 0 !important
}

.ft-menu__slider {
overflow-x: hidden;
overflow-y: auto
}

@media (min-width:992px) {
.ft-menu__slider {
  overflow: visible
}
}

.hero-nav__item--with-dropdown {
position: relative;
cursor: pointer
}

@media (min-width:992px) {
.hero-nav__item--with-dropdown::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 176%
}
}

.hero-nav__dropdown {
position: static;
width: 100%;
height: auto;
font-size: .9rem;
border-top: 1px solid rgba(0, 0, 0, .1);
max-height: 0;
overflow: hidden;
visibility: hidden;
opacity: 0;
transition: .3s all;
color: var(--text-primary);
text-align: initial;
cursor: auto
}

@media (min-width:992px) {
.hero-nav__dropdown {
  position: absolute;
  top: 176%;
  left: 0;
  margin-top: 0;
  border-radius: 10px;
  border-top: none;
  box-shadow: 0 14px 50px 0 rgba(0, 0, 0, .1);
  background-color: #fff;
  z-index: 2;
  max-height: 0;
  padding: 2.3rem 3rem 2rem 2rem;
  overflow: visible;
  transition: .3s all
}
}

.dropdown--important {
position: absolute;
width: auto !important;
top: 176%;
left: 0;
margin-top: 0;
border-radius: 10px;
border-top: none;
box-shadow: 0 14px 50px 0 rgba(0, 0, 0, .1);
background-color: #fff;
z-index: 2;
max-height: 0;
padding: 2rem;
padding-right: 3rem;
overflow: visible;
transition: .3s all
}

@media (min-width:992px) {
.dropdown--of-1-columns {
  width: 400px
}

.dropdown--of-2-columns {
  width: 700px
}

.dropdown--language-selector {
  width: 250px
}
}

.hero-nav__item--show-dropdown .hero-nav__dropdown {
margin-top: 1rem;
visibility: visible;
opacity: 1;
max-height: 9999px;
padding-top: 1rem
}

@media (min-width:992px) {
.hero-nav__item--show-dropdown .hero-nav__dropdown {
  margin-top: 0;
  padding: 2.3rem 3rem 2rem 2rem
}
}

.hero-nav__item-chevron {
transition: .3s all
}

.hero-nav__item--show-dropdown .hero-nav__item-chevron {
transform: rotate(180deg)
}

.hero-nav__item--dropdown-left .hero-nav__dropdown {
transform: translateX(-15px) !important
}

.hero-nav__item--dropdown-left .hero-nav__dropdown::before {
left: 15%;
right: auto
}

.hero-nav__item--dropdown-right .hero-nav__dropdown {
transform: translateX(15px) !important;
left: auto;
right: 0
}

.hero-nav__item--dropdown-right .hero-nav__dropdown::before {
left: auto;
right: 15%
}

@media (min-width:992px) {
.hero-nav__item--lg-dropdown-left .hero-nav__dropdown {
  transform: translateX(-15px) !important;
  left: 0;
  right: auto
}

.hero-nav__item--lg-dropdown-left .hero-nav__dropdown::before {
  left: 15%;
  right: auto
}

.hero-nav__item--lg-dropdown-right .hero-nav__dropdown {
  transform: translateX(15px) !important;
  left: auto;
  right: 0
}

.hero-nav__item--lg-dropdown-right .hero-nav__dropdown::before {
  left: auto;
  right: 15%
}
}

.dropdown--important::before {
content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 0 6.85px 8.1px 6.85px;
border-color: transparent transparent #fff transparent;
position: absolute;
top: -6px;
left: 0;
right: 0;
margin: auto
}

@media (min-width:992px) {
.hero-nav__dropdown::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6.85px 8.1px 6.85px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: -6px;
  left: 0;
  right: 0;
  margin: auto
}
}

.dropdown__title {
color: var(--text-primary);
opacity: .7;
font-weight: 600;
font-size: .9rem;
display: block;
margin-top: .5rem;
margin-bottom: 1.18rem
}

.dropdown__link {
display: flex;
align-items: flex-start;
position: relative;
cursor: pointer;
margin-bottom: 1.3rem;
color: inherit;
text-decoration: none
}

.dropdown__link:focus,
.dropdown__link:hover {
color: inherit;
text-decoration: none
}

[javascript-language-selector] .dropdown__link {
border-radius: .5rem;
padding: .7rem;
margin-bottom: 3px
}

.dropdown__link::before {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%
}

.dropdown__link:last-child {
margin: 0
}

[javascript-language-selector] .dropdown__link--selected,
[javascript-language-selector] .dropdown__link:focus,
[javascript-language-selector] .dropdown__link:hover {
background: rgba(0, 0, 0, .06)
}

.dropdown__icon {
width: 35px;
height: 35px;
background: var(--gradient-primary, var(--primary));
color: var(--primary-invert);
display: flex;
align-items: center;
justify-content: center;
border-radius: 10rem;
font-size: 13px
}

@media (min-width:992px) {
.dropdown__icon {
  width: 40px;
  height: 40px
}
}

.dropdown__item {
max-width: 250px
}

.dropdown__item-title {
font-size: .9rem;
font-weight: 600;
line-height: 1.5;
position: relative;
z-index: -1
}

@media (min-width:992px) {
.dropdown__item-title {
  white-space: nowrap
}
}

.dropdown__item-title::before {
content: "";
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 20%;
width: 100%;
background: var(--secondary);
transform: translateY(2px);
opacity: 0;
transition: .2s
}

[javascript-language-selector] .dropdown__item-title {
white-space: nowrap
}

[javascript-language-selector] .dropdown__item-title::before {
display: none
}

.dropdown__link:focus .dropdown__item-title::before,
.dropdown__link:hover .dropdown__item-title::before {
height: 30%;
transform: translateY(0);
opacity: .4
}

.dropdown__item-description {
font-size: .9rem;
opacity: .9;
margin-top: .3rem;
margin-bottom: 0
}

.dropdown__item-description,
.dropdown__item-title {
width: 95%
}

.hero__row {
height: 300px;
position: static
}

@media (min-width:992px) {
.hero__row {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0
}
}

.hero_empty-column {
height: 100%
}

.hero__image-column {
height: 100%;
background-position: center;
background-size: cover
}

.hero__content {
text-align: initial
}

.hero__body {
padding-top: 2rem;
padding-bottom: 3rem;
position: relative;
z-index: 1
}

@media (min-width:992px) {
.hero__body {
  padding-top: 4rem;
  padding-bottom: 9rem
}
}

.hero__title {
font-size: 2rem;
font-weight: 700
}

.hero__paragraph {
font-size: 1.1rem;
font-weight: 400;
line-height: 1.7;
opacity: .98
}

@media (min-width:576px) {
.hero__title {
  font-size: 2.5rem;
  line-height: 1.17
}

.hero__paragraph {
  width: 80%;
  margin: auto
}
}

@media (min-width:768px) {
.hero__title {
  font-size: 3rem
}
}

@media (min-width:992px) {
.hero__title {
  font-size: 4.1rem;
  line-height: 1.17
}

.hero__paragraph {
  font-size: 1.4rem;
  width: 80%
}
}

@media (min-width:1200px) {
.hero__title {
  font-size: 4.1rem;
  line-height: 1.25
}
}

.hero__btns-container {
margin-left: -.5rem;
margin-right: -.5rem
}

.mackbook-mockup-container {
margin-bottom: 5rem;
margin-top: 3rem
}

@media (min-width:992px) {
.mackbook-mockup-container {
  margin-bottom: 8rem;
  margin-top: 0
}
}

.mackbook-mockup {
width: 100%;
position: relative;
transform: scale(1.15);
z-index: 1
}

@media (min-width:992px) {
.mackbook-mockup {
  transform: scale(1.3);
  transform-origin: top
}
}

.mackbook-mockup__img {
height: auto;
width: 100%;
position: relative;
z-index: 1
}

.mackbook-mockup__screenshot {
position: absolute;
width: 72%;
height: 79.3%;
top: 0;
left: 0;
right: 0;
margin: 14%;
margin-top: 4.5%;
z-index: 0
}

.hero-8-blob-svg {
color: var(--primary);
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
width: 100%;
height: 155%;
transform: translate(0, -3rem)
}

@media (min-width:768px) {
.hero-8-blob-svg {
  height: 132%
}
}

@media (min-width:992px) {
.hero-8-blob-svg {
  height: auto;
  transform: translate(2rem, -3rem)
}
}

@media (min-width:1400px) {
.hero__content {
  max-width: 80%
}
}



/*===========================
about-05 css
===========================*/
.about-five {
padding-top: 120px;
padding-bottom: 90px;
}

.about-five-content .small-title {
position: relative;
padding-left: 30px;
}
.about-five-content .small-title::before {
position: absolute;
content: "";
left: 0;
top: 50%;
background-color: var(--primary);
height: 2px;
width: 20px;
margin-top: -1px;
}
.about-five-content .main-title {
margin-top: 20px;
}
.about-five-content .about-five-tab {
margin-top: 40px;
}
.about-five-content .about-five-tab nav {
border: none;
background-color: var(--light-2);
padding: 15px;
border-radius: 5px;
}
.about-five-content .about-five-tab nav .nav-tabs {
border: none;
}
.about-five-content .about-five-tab nav button {
border: none;
color: var(--dark-1);
font-weight: 600;
padding: 0;
margin-right: 20px;
position: relative;
background-color: var(--white);
padding: 10px 18px;
border-radius: 4px;
text-transform: capitalize;
}
@media (max-width: 767px) {
.about-five-content .about-five-tab nav button {
  margin: 0;
  margin-bottom: 10px;
  width: 100%;
}
.about-five-content .about-five-tab nav button:last-child {
  margin: 0;
}
}
.about-five-content .about-five-tab nav button:hover {
color: var(--primary);
}
.about-five-content .about-five-tab nav button.active {
background-color: var(--primary);
color: var(--white);
}
.about-five-content .about-five-tab nav button:last-child {
margin-right: 0;
}
.about-five-content .about-five-tab .tab-content {
border: none;
padding-top: 30px;
}
.about-five-content .about-five-tab .tab-content p {
margin-bottom: 20px;
}
.about-five-content .about-five-tab .tab-content p:last-child {
margin: 0;
}

.about-image-five {
padding-left: 60px;
position: relative;
z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.about-image-five {
  margin-top: 70px;
  padding-left: 30px;
}
}
@media (max-width: 767px) {
.about-image-five {
  margin-top: 60px;
  padding-left: 0;
}
}
.about-image-five .shape {
position: absolute;
left: 30px;
top: -30px;
z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.about-image-five .shape {
  left: 0;
}
}
.about-image-five::before {
position: absolute;
content: "";
height: 75%;
width: 200px;
right: -40px;
bottom: -40px;
background-color: var(--primary);
z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.about-image-five::before {
  right: -15px;
  bottom: -15px;
}
}
@media (max-width: 767px) {
.about-image-five::before {
  display: none;
}
}
.about-image-five img {
width: 100%;
z-index: 2;
}

/*====== Card Style Five ======*/
.background-split {
  background: linear-gradient(to bottom, #121212 50%, #121212 50%);
  padding: 60px 0;
  position: relative;
  z-index: 1;
}

.card-style-five {
  border-radius: 12px;
  overflow: hidden;
  background-color: #121212;
  border: none;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5); /* Stronger shadow for floating effect */
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  position: relative;
  z-index: 2; /* Makes sure cards are above the background */
  margin-top: -40px; /* To create floating overlap */
}

.card-style-five:hover {
box-shadow: 0 8px 12px rgba(0, 0, 0, 0.5); /* Deeper shadow on hover */
transform: translateY(-4px); /* Slight lift effect */
border: 1px solid #555; /* Lighter border on hover */
}

.card-style-five .card-image {
position: relative;
width: 100%;
height: 400px; /* Fixed height for the image container */
overflow: hidden;
}

.card-style-five .card-image img {
width: 100%;
height: 100%;
object-fit: cover;
filter: brightness(0.8); /* Slightly darkened image for better text contrast */
transition: transform 0.3s ease; /* Hover zoom effect */
transform: scale(1.05); /* Subtle zoom effect on hover */


}

.card-style-five:hover .card-image img {
  transform: scale(1.1); /* Zoom effect on hover */
}


.card-style-five .card-image .overlay-text {
position: absolute;
top: 50%; /* Center the text vertically */
left: 50%; /* Center the text horizontally */
transform: translate(-50%, -50%);
color: #fff; /* Text color */
font-size: 1.2rem;
font-weight: bold;
text-align: center;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6); /* Subtle shadow */
padding: 10px 20px;
border-radius: 4px; /* Rounded edges for overlay */
}

.card-style-five .card-content {
padding: 16px;
}

.card-style-five .card-title a:hover {
  color: #ff6f61; /* Accent color */
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .card-style-five {
    margin-top: 20px;
  }
}


.card-style-five .card-title a {
color: #fff; /* Title color for dark background */
font-size: 1.1rem;
transition: color 0.3s ease;
}

.card-style-five .card-title a:hover {
color: var(--primary); /* Highlight on hover */
text-decoration: underline;
}

.card-style-five .text {
color: #bbb; /* Softer color for description */
margin-top: 10px;
}

.card-style-five .card-icon {
margin-top: 15px;
display: inline-block;
font-size: 1.5rem;
color: var(--primary);
transition: all 0.3s ease;
}

.card-style-five .card-icon:hover {
color: var(--secondary);
}

/*===========================
services css 
===========================*/
.services-three {
position: relative;
background-color: var(--light-2);
padding-top: 120px;
padding-bottom: 120px;
}
.services-three .image {
border-radius: 8px;
overflow: hidden;

}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.services-three .image {
  margin-top: 35px;
}
}
@media (max-width: 767px) {
.services-three .image {
  margin-top: 30px;
}
}
.services-three .services-content .sub-title {
color: var(--primary);
font-weight: 600;
text-transform: uppercase;
font-size: 18px;
}
.services-three .services-content .services-title {
font-size: 40px;
font-weight: 700;
line-height: 55px;
color: var(--black);
margin-top: 16px;
text-transform: capitalize;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.services-three .services-content .services-title {
  font-size: 35px;
  line-height: 48px;
}
}
@media (max-width: 767px) {
.services-three .services-content .services-title {
  font-size: 30px;
  line-height: 42px;
}
}
.services-three .services-content .text {
color: var(--dark-3);
line-height: 25px;
margin-top: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.services-three .services-content .text {
  font-size: 18px;
}
}
@media (max-width: 767px) {
.services-three .services-content .text {
  font-size: 16px;
  line-height: 24px;
}
}

/*============================
Section Title Six CSS
==============================*/
.section-title-six {
text-align: center;
max-width: 550px;
margin: auto;
margin-bottom: 50px;
position: relative;
z-index: 5;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.section-title-six {
  margin-bottom: 45px;
}
}
@media (max-width: 767px) {
.section-title-six {
  margin-bottom: 35px;
}
}
.section-title-six h3 {
font-size: 16px;
font-weight: 600;
display: inline-block;
margin-bottom: 20px;
color: var(--primary);
text-transform: capitalize;
position: relative;
line-height: 14px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.section-title-six h3 {
  font-size: 15px;
  margin-bottom: 16px;
}
}
@media (max-width: 767px) {
.section-title-six h3 {
  font-size: 15px;
  margin-bottom: 14px;
}
}
.section-title-six h3::before {
position: absolute;
content: "";
left: -25px;
top: 50%;
transform: translateY(-50%);
height: 2px;
width: 15px;
background-color: var(--primary);
border-radius: 8px;
}
.section-title-six h3::after {
position: absolute;
content: "";
right: -25px;
top: 50%;
transform: translateY(-50%);
height: 2px;
width: 15px;
background-color: var(--primary);
border-radius: 8px;
}
.section-title-six h2 {
margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.section-title-six h2 {
  font-size: 2rem;
  line-height: 2.8rem;
}
}
@media (max-width: 767px) {
.section-title-six h2 {
  font-size: 1.5rem;
  line-height: 1.9rem;
}
}
.section-title-six p {
color: var(--dark-3);
}


/*===== TESTIMONIAL STYLE TWO =====*/
.testimonial-two {
padding-top: 100px;
padding-bottom: 120px;
background-color: var(--light-2);
/* Section Title Seven */
}
.testimonial-two .testimonial-two-active {
margin: 0;
}
.testimonial-two .section-title-seven {
text-align: center;
max-width: 550px;
margin: auto;
margin-bottom: 50px;
position: relative;
z-index: 5;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.testimonial-two .section-title-seven {
  margin-bottom: 45px;
}
}
@media (max-width: 767px) {
.testimonial-two .section-title-seven {
  margin-bottom: 35px;
}
}
.testimonial-two .section-title-seven span {
text-transform: uppercase;
color: var(--primary);
display: inline-block;
margin-bottom: 8px;
font-size: 15px;
font-weight: 600;
}
.testimonial-two .section-title-seven h5 {
font-weight: 600;
margin-bottom: 7px;
color: var(--primary);
text-transform: uppercase;
font-size: 1rem;
}
@media (max-width: 767px) {
.testimonial-two .section-title-seven h5 {
  font-size: 0.8rem;
}
}
.testimonial-two .section-title-seven h2 {
margin-bottom: 18px;
position: relative;
padding-bottom: 15px;
}
.testimonial-two .section-title-seven h2::before {
position: absolute;
content: "";
left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
bottom: 0;
height: 3px;
width: 50px;
background-color: var(--primary);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.testimonial-two .section-title-seven h2 {
  font-size: 2rem;
  line-height: 2.8rem;
}
}
@media (max-width: 767px) {
.testimonial-two .section-title-seven h2 {
  font-size: 1.5rem;
  line-height: 1.9rem;
}
}
.testimonial-two .section-title-seven p {
color: var(--dark-3);
}
.testimonial-two .single-testimonial {
border: 1px solid var(--gray-4);
padding: 30px;
border-radius: 8px;
margin-top: 30px;
--angle: 45deg; 
background: #121212;
color: #fff
}
.testimonial-two .single-testimonial .testimonial-author .author-image img {
width: 80px;
border-radius: 50%;
}
.testimonial-two .single-testimonial .testimonial-author .author-name {
padding-left: 20px;
}
@media (max-width: 767px) {
.testimonial-two .single-testimonial .testimonial-author .author-name {
  padding: 0;
  padding-top: 15px;
}
}
.testimonial-two .single-testimonial .testimonial-author .author-name .name {
font-size: 18px;
font-weight: 600;
line-height: 24px;
color: var(--black);
}
.testimonial-two .single-testimonial .testimonial-author .author-name .sub-title {
font-size: 14px;
line-height: 24px;
color: var(--dark-3);
}
.testimonial-two .single-testimonial .testimonial-author .author-name .ratings li {
display: inline-block;
font-size: 14px;
color: #EC9401;
}
.testimonial-two .single-testimonial .testimonial-text {
margin-top: 25px;
}
.testimonial-two .single-testimonial .testimonial-text .text {
color: var(--dark-3);
}
.testimonial-two .testimonial-two-wrapper {
position: relative;
}
.testimonial-two .testimonial-two-wrapper .tns-nav {
position: absolute;
z-index: 2;
bottom: -60px;
left: -10px;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.testimonial-two .testimonial-two-wrapper .tns-nav button {
font-size: 0;
width: 10px;
height: 10px;
border-radius: 8px;
background-color: var(--primary);
opacity: 0.3;
border: 0;
margin: 0 3px;
-webkit-transition: all 0.4s ease-out 0s;
-moz-transition: all 0.4s ease-out 0s;
-ms-transition: all 0.4s ease-out 0s;
-o-transition: all 0.4s ease-out 0s;
transition: all 0.4s ease-out 0s;
}
.testimonial-two .testimonial-two-wrapper .tns-nav button.tns-nav-active {
opacity: 1;
width: 20px;
}

/*======================================
  About Us CSS
========================================*/
.about-section {
background: var(--light-3);
padding: 180px 0;
position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.about-section {
  padding: 120px 0;
}
}
@media (max-width: 767px) {
.about-section {
  padding: 120px 0;
}
}
.about-section .section-title {
margin-bottom: 30px;
}
.about-section .section-title span {
font-size: 20px;
color: var(--primary);
font-weight: 600;
margin-bottom: 10px;
}
.about-section .section-title h2 {
font-size: 45px;
line-height: 55px;
}
@media (max-width: 767px) {
.about-section .section-title h2 {
  font-size: 38px;
  line-height: 45px;
}
}
.about-section .about-img-wrapper {
position: absolute;
left: 0;
top: 50%;
width: 46%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.about-section .about-img-wrapper {
  position: relative;
  top: 0;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  width: 100%;
  margin-bottom: 50px;
}
}
@media (max-width: 767px) {
.about-section .about-img-wrapper {
  position: relative;
  top: 0;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  width: 100%;
  margin-bottom: 50px;
}
}
.about-section .about-img-wrapper img {
width: 100%;

}
.about-section .about-img-wrapper .about-experience {
width: 300px;
border-radius: 27px;
background: linear-gradient(to top left, var(--primary) 0%, var(--primary-dark) 100%);
border: 5px solid #eff2f9;
padding: 40px 20px;
position: absolute;
right: -40px;
bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.about-section .about-img-wrapper .about-experience {
  right: 40px;
}
}
.about-section .about-img-wrapper .about-experience h3 {
color: var(--white);
margin-bottom: 15px;
}
.about-section .about-img-wrapper .about-experience p {
color: var(--white);
}
.about-section .about-content-wrapper .about-content > p {
margin-bottom: 45px;
}
.about-section .about-content-wrapper .about-content .counter-up {
display: flex;
justify-content: space-between;
}
@media (max-width: 767px) {
.about-section .about-content-wrapper .about-content .counter-up {
  display: block;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.about-section .about-content-wrapper .about-content .counter-up {
  display: flex;
}
}
.about-section .about-content-wrapper .about-content .counter-up .counter {
margin-right: 10px;
}
.about-section .about-content-wrapper .about-content .counter-up .counter:last-child {
margin-right: 0;
}
.about-section .about-content-wrapper .about-content .counter-up .counter span {
font-size: 40px;
font-weight: 600;
color: var(--primary);
display: block;
margin-bottom: 8px;
}
.about-section .about-content-wrapper .about-content .counter-up .counter h4 {
font-weight: 500;
margin-bottom: 10px;
}

/*------------------------------*/
/*--Section Name----------------*/
/*------------------------------*/
.block-31 {
--block-background: white;
--block-text-color: var(--text-primary);
overflow: hidden;
position: relative;
z-index: 1
}

@media(min-width:992px) {
.block-31__row {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  height: 100%
}
}

.block-31__image-column {
  height: 300px;
  min-height: 300px; /* Ensures consistent height */
  background-position: center top; /* Adjust if needed */
  background-size: cover; /* Ensures the whole image fits */
  background-repeat: no-repeat; /* Prevents tiling */
  border-radius: 5px;
}

@media(min-width:992px) {
.block-31__image-column {
  height: auto;
  background-position: center top; /* Adjust if needed */
  background-size: cover; /* Ensures the whole image fits */
  margin: 0 !important
}
}

.block-31__li {
font-size: 1.1rem;
font-weight: 600;
margin-bottom: 1.5rem;
line-height: 1.5
}

.block-31__li:last-child {
margin-bottom: 0
}

.block-31__li-icon {
display: flex;
align-items: center;
justify-content: center;
font-size: 1.5rem;
height: 2.5rem;
width: 2.5rem;
border-radius: 5px;
background: rgba(0, 0, 0, .04);
margin-bottom: 1.5rem
}

.block-31__li-paragraph {
font-weight: 300
}


/* ===== Buttons Css ===== */
.about-eight .content .light-rounded-buttons .primary-btn-outline {
border-color: var(--primary);
color: var(--primary);
}
.about-eight .content .light-rounded-buttons .active.primary-btn-outline, .about-eight .content .light-rounded-buttons .primary-btn-outline:hover, .about-eight .content .light-rounded-buttons .primary-btn-outline:focus {
background: var(--primary-dark);
color: var(--white);
}
.about-eight .content .light-rounded-buttons .deactive.primary-btn-outline {
color: var(--dark-3);
border-color: var(--gray-4);
pointer-events: none;
}

/*======================================
About Eight CSS
========================================*/
.about-eight {
position: relative;
background-color: var(--light-2);
z-index: 2;
padding-top: 120px;
padding-bottom: 90px;
}
.about-eight img {
width: 100%;
}
.about-eight .section-title-two {
text-align: center;
max-width: 550px;
margin: auto;
margin-bottom: 50px;
position: relative;
z-index: 5;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.about-eight .section-title-two {
  margin-bottom: 40px;
}
}
@media (max-width: 767px) {
.about-eight .section-title-two {
  margin-bottom: 30px;
}
}
.about-eight .section-title-two span {
text-transform: capitalize;
color: var(--white);
background: var(--primary);
display: inline-block;
margin-bottom: 10px;
padding: 5px 15px;
border-radius: 4px;
}
.about-eight .section-title-two h2 {
margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.about-eight .section-title-two h2 {
  font-size: 2rem;
  line-height: 2.8rem;
}
}
@media (max-width: 767px) {
.about-eight .section-title-two h2 {
  font-size: 1.5rem;
  line-height: 1.9rem;
}
}
.about-eight .section-title-two p {
color: var(--dark-3);
}
.about-eight .content {
text-align: left;
}
.about-eight .content .icon {
height: 70px;
width: 70px;
line-height: 70px;
text-align: center;
display: block;
background: var(--primary);
color: var(--white);
border-radius: 10px;
font-size: 30px;
margin-bottom: 30px;
}
.about-eight .content p {
margin: 20px 0;
color: var(--dark-3);
}
.about-eight .content .light-rounded-buttons {
padding-top: 20px;
}

/*------------------------------*/
/*--Section Name----------------*/
/*------------------------------*/
.block-29 {
--space-between-blocks: 4rem
}

.block-29__title {
font-size: 1rem;
font-weight: 700;
line-height: 1.3
}

.block-29__paragraph {
font-size: 1rem;
line-height: 1.7;
opacity: .9
}

.block-29__paragraph,
.block-29__title {
text-align: center
}

@media (min-width:992px) {
.block-29__title {
  font-size: 2.5rem
}

.block-29__paragraph,
.block-29__title {
  text-align: initial
}

.block-29__paragraph {
  width: 90%
}
}

.cta-input {
display: inline-flex;
justify-content: space-between;
flex-wrap: wrap;
font-size: .87rem;
padding: .4rem;
--elements-roundness: 3px;
border-radius: var(--elements-roundness);
background: rgb(187 187 187 / 22%)
}

@media(min-width:768px) {
.cta-input {
  flex-wrap: nowrap
}
}

@media(min-width:992px) {
.cta-input {
  --elements-roundness: 10rem
}
}

.cta-input__input {
border: none;
background: 0 0;
padding: .8rem 1.5rem
}

@media(min-width:992px) {
.cta-input__input {
  max-width: 60%
}
}

.cta-input__input:focus {
border: none;
outline: 0;
box-shadow: none
}

.cta-input__btn {
width: 100%;
font-size: .87rem;
padding: .8rem 2.5rem;
color: var(--primary-invert);
background: var(--gradient-primary, --secondary);
border-radius: var(--elements-roundness)
}

@media(min-width:768px) {
.cta-input__btn {
  width: auto
}
}

.cta-p {
text-align: center;
font-size: .92rem;
font-weight: 300;
margin-top: 10px
}

@media(min-width:992px) {
.cta-p {
  text-align: initial
}
}

.btn--loading {
opacity: 1;
cursor: progress;
position: relative;
overflow: hidden;
z-index: 1
}

.btn--loading::after,
.btn--loading::before {
content: '';
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0
}

.btn--loading::before {
background: var(--primary);
width: 100%;
height: 100%;
z-index: 1
}

@-webkit-keyframes spin {
0% {
  -webkit-transform: rotate(0)
}

100% {
  -webkit-transform: rotate(360deg)
}
}

@keyframes spin {
0% {
  transform: rotate(0)
}

100% {
  transform: rotate(360deg)
}
}

.btn--loading::after {
margin: auto;
border: 2px solid transparent;
border-radius: 50%;
border-top: 2px solid var(--primary-invert);
width: 1.5rem;
height: 1.5rem;
-webkit-animation: spin .5s linear infinite;
animation: spin .5s linear infinite;
z-index: 2
}


/*------------------------------*/
/*--Section Name----------------*/
/*------------------------------*/
.feature-block-video {
  --space-between-blocks: 2rem;
  --space-between-blocks-small-screens: 2rem;
}

.feature-block-video__video {
  width: 100%;
  min-height: 200px;
  border-radius: 5px;
  box-shadow: 0 10px 36px 0 rgba(0, 0, 0, .1);
  background: 0 0;
}


@media(min-width:992px) {
  .feature-block-video__video {
    min-height: 457px
  }
}

/*------------------------------*/
/*--Section Name----------------*/
/*------------------------------*/
.block-28 {
  --elements-roundness: 5px;
  --block-background: white;
  --block-text-color: var(--text-primary);
  background-color: var(--black);
  color: var(--primary-invert);
}


.block-28__content-side,
.block-28__form-side {
  padding-top: 5rem;
  padding-bottom: 5rem;
  color: var(--white);
}

.contact-form,
.contact-info {
  width: 90%;
  margin: auto
}

.contact-info {
  font-size: .9rem
}

.contact-form__title,
.contact-info__title {
  font-size: 2.2rem;
  font-weight: 600
}

.contact-info__paragraph {
  font-size: 1.2rem;
  opacity: .9;
  line-height: 1.7
}

.contact-info__title-2 {
  font-weight: 600
}

.contact-info__title-2 .contact-info__item {
  color: var(--primary);
  opacity: .9
}

.contact-info__item a,
.contact-info__item a:visited {
  color: var(--primary) !important;
}

.contact-info__item a:hover,
.contact-info__item a:focus {
  color: var(--primary);
  text-decoration: underline;
}


.contact-form__paragraph {
  font-size: 1.2rem;
  opacity: .9;
  line-height: 1.7;
  width: 90%
}

.contact-form__input {
  color: var(--text-primary);
  font-size: .87rem;
  padding: .87rem 1.4rem;
  border-radius: 5px;
  border: 1px solid #e5e7eb;
  background: #fff;
  width: 100%;
  margin-bottom: .87rem
}

textarea.contact-form__input {
  height: 130px;
  resize: none
}

.contact-form__input:focus {
  border: 1px solid var(--primary);
  outline: 0;
  box-shadow: none
}

.btn--loading {
  opacity: 1;
  cursor: progress;
  position: relative;
  overflow: hidden;
  z-index: 1
}

.btn--loading::after,
.btn--loading::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0
}

.btn--loading::before {
  background: var(--primary);
  width: 100%;
  height: 100%;
  z-index: 1
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(360deg)
  }
}

@keyframes spin {
  0% {
    transform: rotate(0)
  }

  100% {
    transform: rotate(360deg)
  }
}

.btn--loading::after {
  margin: auto;
  border: 2px solid transparent;
  border-radius: 50%;
  border-top: 2px solid var(--primary-invert);
  width: 1.5rem;
  height: 1.5rem;
  -webkit-animation: spin .5s linear infinite;
  animation: spin .5s linear infinite;
  z-index: 2
}

.h-100 {
  height: 100% !important
}

/* ===== Buttons Css ===== */
.primary-btn {
  background: var(--primary);
  color: var(--white);
  box-shadow: var(--shadow-2);
}
.active.primary-btn, .primary-btn:hover, .primary-btn:focus {
  background: var(--primary-dark);
  color: var(--white);
  box-shadow: var(--shadow-4);
}
.deactive.primary-btn {
  background: var(--gray-4);
  color: var(--dark-3);
  pointer-events: none;
}

.primary-btn-outline {
  border-color: var(--primary);
  color: var(--primary);
}
.active.primary-btn-outline, .primary-btn-outline:hover, .primary-btn-outline:focus {
  background: var(--primary-dark);
  color: var(--white);
}
.deactive.primary-btn-outline {
  color: var(--dark-3);
  border-color: var(--gray-4);
  pointer-events: none;
}

/*------------------------------*/
/*--Section Name----------------*/
/*------------------------------*/
.block-43 {

  font-size: 1rem
}

.block-43__list {
  display: flex;
  flex-wrap: wrap
}

.block-43__li-1 {
  font-weight: 600;
  margin: 0 1.2rem;
  margin-bottom: .6rem
}

@media(min-width:992px) {
  .block-43__li-1 {
    margin: 0 1.8rem
  }
}

.block-43__link {
  color: var(--block-text-color)
}

.block-43__link:focus {
  color: white;
  text-decoration: underline;

}

.block-43__link:hover {
  color: var(--primary);
}

.block-43__copyrights {
  color: var(--primary-invert);
  line-height: 1.7
}


/* ===== Buttons Css ===== */
.header-three .primary-btn {
  background: var(--primary);
  color: var(--white);
  box-shadow: var(--shadow-2);
}
.header-three .active.primary-btn, .header-three .primary-btn:hover, .header-three .primary-btn:focus {
  background: var(--primary-dark);
  color: var(--white);
  box-shadow: var(--shadow-4);
}
.header-three .deactive.primary-btn {
  background: var(--gray-4);
  color: var(--dark-3);
  pointer-events: none;
}

/*===== HEADER THREE =====*/
.header-three {
  position: relative;
}

.header-three .header-content-area {
  background: var(--primary);
}
.header-three .header-content-area .header-content {
  padding: 75px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .header-three .header-content-area .header-content {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .header-three .header-content-area .header-content {
    padding-top: 120px;
  }
}
.header-three .header-content-area .header-title {
  font-size: 44px;
  line-height: 55px;
  color: var(--white);
  font-weight: 600;
}
@media (max-width: 767px) {
  .header-three .header-content-area .header-title {
    font-size: 30px;
    line-height: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-three .header-content-area .header-title {
    font-size: 36px;
    line-height: 45px;
  }
}
.header-three .header-content-area .text {
  color: var(--white);
  margin-top: 8px;
}
.header-three .header-content-area .header-btn {
  margin-top: 40px;
}
.header-three .primary-btn {
  background: var(--white);
  color: var(--primary);
}
.header-three .header-image {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .header-three .header-image {
    padding-top: 30px;
  }
}
.header-three .header-image img {
  width: 100%;
}
@media (max-width: 767px) {
  .header-three .header-image img {
    height: 160px;
    object-fit: cover;
    object-position: center;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-three .header-image img {
    height: 200px;
  }
}

/*# sourceMappingURL=header-03.css.map */


/* ===== Buttons Css ===== */
.about-eight .content .light-rounded-buttons .primary-btn-outline {
  border-color: var(--primary);
  color: var(--primary);
}
.about-eight .content .light-rounded-buttons .active.primary-btn-outline, .about-eight .content .light-rounded-buttons .primary-btn-outline:hover, .about-eight .content .light-rounded-buttons .primary-btn-outline:focus {
  background: var(--primary-dark);
  color: var(--white);
}
.about-eight .content .light-rounded-buttons .deactive.primary-btn-outline {
  color: var(--dark-3);
  border-color: var(--gray-4);
  pointer-events: none;
}

/*======================================
  About Eight CSS
========================================*/
.about-eight {
  position: relative;
  background-color: var(--light-2);
  z-index: 2;
  padding-top: 120px;
  padding-bottom: 90px;
}
.about-eight img {
  width: 100%;
}
.about-eight .section-title-two {
  text-align: center;
  max-width: 550px;
  margin: auto;
  margin-bottom: 50px;
  position: relative;
  z-index: 5;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-eight .section-title-two {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .about-eight .section-title-two {
    margin-bottom: 30px;
  }
}
.about-eight .section-title-two span {
  text-transform: capitalize;
  color: var(--white);
  background: var(--primary);
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 15px;
  border-radius: 4px;
}
.about-eight .section-title-two h2 {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-eight .section-title-two h2 {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
@media (max-width: 767px) {
  .about-eight .section-title-two h2 {
    font-size: 1.5rem;
    line-height: 1.9rem;
  }
}
.about-eight .section-title-two p {
  color: var(--dark-3);
}
.about-eight .content {
  text-align: left;
}
.about-eight .content .icon {
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  display: block;
  background: var(--primary);
  color: var(--white);
  border-radius: 10px;
  font-size: 30px;
  margin-bottom: 30px;
}
.about-eight .content p {
  margin: 20px 0;
  color: var(--dark-3);
}
.about-eight .content .light-rounded-buttons {
  padding-top: 20px;
}


/* ===== Buttons Css ===== */
.features-style-one .primary-btn-outline {
  border-color: var(--primary);
  color: var(--primary);
}
.features-style-one .active.primary-btn-outline, .features-style-one .primary-btn-outline:hover, .features-style-one .primary-btn-outline:focus {
  background: var(--primary-dark);
  color: var(--white);
}
.features-style-one .deactive.primary-btn-outline {
  color: var(--dark-3);
  border-color: var(--gray-4);
  pointer-events: none;
}

/*===========================
  Features One CSS 
===========================*/
.features-one {
  background-color: var(--primary-invert);
  padding-top: 120px;
  padding-bottom: 120px;
  color: black;
}
.features-one .section-title {
  padding-bottom: 10px;
}
.features-one .title {
  font-size: 44px;
  font-weight: 600;
  color: var(--black);
  line-height: 55px;
}
@media (max-width: 767px) {
  .features-one .title {
    font-size: 30px;
    line-height: 35px;
  }
}
.features-one .text {
  font-size: 16px;
  line-height: 24px;
  color: var(--dark-3);
  margin-top: 24px;
}

.features-style-one {
  background-color: var(--white);
  padding: 40px 20px;
  margin-top: 40px;
  box-shadow: var(--shadow-2);
  border-radius: 4px;
  transition: all 0.3s;
}




.features-style-one:hover {
  box-shadow: var(--shadow-4);
}
.features-style-one .features-icon {
  position: relative;
  display: inline-block;
  z-index: 1;
  height: 100px;
  width: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 40px;
  color: var(--primary);
  border: 2px solid rgba(187, 187, 187, 0.192);
  border-radius: 10%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-color: var(--primary);

}
@media (max-width: 767px) {
  .features-style-one .features-icon {
    height: 70px;
    width: 70px;
    line-height: 70px;
    font-size: 35px;

  }
}
.features-style-one:hover .features-icon {
  border-color: transparent;
  color: var(--white);
  background-color: var(--primary);
}
.features-style-one .features-content {
  margin-top: 24px;
}
.features-style-one .features-title {
  font-size: 26px;
  line-height: 35px;
  font-weight: 600;
  color: var(--black);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .features-style-one .features-title {
    font-size: 22px;
  }
}
.features-style-one .text {
  color: var(--dark-3);
  margin-top: 16px;
}
.features-style-one .features-btn {
  margin-top: 32px;
}

.features-icon img,
.features-icon object {
   width: 50px; /* Adjust size as needed */
   height: 50px;
   max-width: 100%;
   max-height: 100%;
}

/*===========================
  teams css 
===========================*/
.team-area {
  margin-bottom: 70px;
}

.team-style-two {
  position: relative;
  margin-top: 30px;
}
.team-style-two .team-image {
  border-radius: 8px;
  overflow: hidden;
}
.team-style-two .team-image img {
  width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.team-style-two:hover .team-image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.team-style-two .team-content {
  padding: 16px;
  box-shadow: var(--shadow-2);
  border-radius: 8px;
  position: absolute;
  left: 50%;
  width: 90%;
  bottom: 20px;
  background-color: var(--primary);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.team-style-two .team-content:hover {
  background-position: right center;
}
.team-style-two .team-content .name {
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  color: var(--white);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-style-two .team-content .name {
    font-size: 20px;
  }
}
.team-style-two .team-content .sub-title {
  font-size: 16px;
  line-height: 24px;
  color: var(--white);
  opacity: 0.7;
  margin-top: 5px;
  display: block;
}
.team-style-two .team-content .social {
  margin-top: 12px;
}
.team-style-two .team-content .social li {
  display: inline-block;
  margin: 0 8px;
}
.team-style-two .team-content .social li a {
  font-size: 20px;
  color: var(--white);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.team-style-two .team-content .social li a:hover {
  opacity: 0.7;
}

/*===== VIDEO ONE =====*/
.video-one {
  background-color: var(--light-2);
  padding-top: 120px;
  padding-bottom: 100px;
}
.video-one .video-title h5 {
  font-weight: 600;
  color: var(--primary);
}
.video-one .video-title h2 {
  font-weight: 700;
  color: var(--black);
  margin-top: 10px;
}
.video-one .video-title .text-lg {
  margin-top: 24px;
  color: var(--dark-3);
}
.video-one .video-content {
  position: relative;
  margin-top: 60px;
  border-radius: 8px;
  overflow: hidden;
}
.video-one .video-content img {
  border-radius: 8px;
}
.video-one .video-content a {
  width: 88px;
  height: 88px;
  line-height: 88px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--primary);
  color: var(--white);
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  padding-left: 3px;
}
@media (max-width: 767px) {
  .video-one .video-content a {
    width: 68px;
    height: 68px;
    line-height: 68px;
    font-size: 46px;
  }
}
.video-one .video-content a:hover {
  background-color: var(--white);
  color: var(--primary);
}




.hero__body {
  opacity: 0;
  transform: translateY(50px);
  animation: fadeInUp 1s ease-out forwards;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.highlight {
  position: relative;
  display: inline-block;
}

.highlight::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%; /* Start hidden */
  height: 4px;
  background: rgba(255, 255, 255, 0.8);
  transition: width 0.6s ease-in-out;
}
@keyframes glow {
  from {
    opacity: 0.3;
  }
  to {
    opacity: 1;
  }
}


.highlight:hover::after {
  width: 100%; /* Expands on hover */
}




.block-31__image-column {
  animation: float 6s ease-in-out infinite;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}



.hero__btn {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hero__btn:hover {
  transform: scale(1.05);
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
}

.block-31__li {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.block-31__li.animate {
  opacity: 1;
  transform: translateY(0);
}



.block-31__li {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.block-31__li.animate {
  opacity: 1;
  transform: translateY(0);
}

/*------------------------------*/
/*--Section Name----------------*/
/*------------------------------*/
.article-block {
  --block-background: white;
  --block-text-color: var(--text-primary);
  background: var(--block-background);
  color: var(--block-text-color)
}

.article-block__title {
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 1.5
}

.article-block__info {
  opacity: .95;
  font-size: .9rem;
  margin: 0
}

.article-block__author {
  color: inherit;
  position: relative;
  padding-right: 13px;
  margin-right: 13px
}

.article-block__author:focus,
.article-block__author:hover {
  color: inherit;
  text-decoration: underline
}

.article-block__author::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 90%;
  margin: auto;
  width: 3px;
  transform: rotate(10deg);
  background: var(--primary)
}

.article-block__header-img {
  width: 100%;
  border-radius: 10px;
  filter: drop-shadow(0 10px 8px rgba(0, 0, 0, .1))
}

.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
  font-weight: 600;
  line-height: 1.5;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem
}

.article-container__title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  margin: 0
}

.article {
  padding: 0 1.5rem
}

.article p {
  line-height: 2.1;
  margin-bottom: 1rem
}

@media (min-width:992px) {
  .article {
    padding-left: 3rem;
    padding-right: 3rem
  }
}

.article img,
.article video {
  width: 100%
}

pre {
  background: #333;
  color: #fff;
  padding: 1rem;
  border-radius: 5px
}

ol,
ul {
  line-height: 2
}

blockquote {
  margin: 0 0 1rem;
  padding: 1rem 1rem 1px 1rem;
  background: rgba(0, 0, 0, .02);
  font-style: italic;
  margin-top: 2rem;
  border-left: 2px solid rgba(0, 0, 0, .1)
}

/*============================
  Section Title Seven CSS
==============================*/
.section-title-seven {
  text-align: center;
  max-width: 550px;
  margin: auto;
  margin-bottom: 50px;
  position: relative;
  z-index: 5;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title-seven {
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .section-title-seven {
    margin-bottom: 35px;
  }
}
.section-title-seven span {
  text-transform: uppercase;
  color: var(--primary);
  display: inline-block;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 600;
}
.section-title-seven h5 {
  font-weight: 600;
  margin-bottom: 7px;
  color: var(--primary);
  text-transform: uppercase;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .section-title-seven h5 {
    font-size: 0.8rem;
  }
}
.section-title-seven h2 {
  margin-bottom: 18px;
  position: relative;
  padding-bottom: 15px;
}
.section-title-seven h2::before {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  height: 3px;
  width: 50px;
  background-color: var(--primary);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title-seven h2 {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
@media (max-width: 767px) {
  .section-title-seven h2 {
    font-size: 1.5rem;
    line-height: 1.9rem;
  }
}
.section-title-seven p {
  color: var(--dark-3);
}

.d-flex.flex-column a {
  color: #000; /* Change this to any color you want */
  text-decoration: underline; /* Optional: Removes underline */
}

.d-flex.flex-column a:hover {
  color: #c70039; /* Optional: Changes color on hover */
}

/*------------------------------*/
/*--Section Name----------------*/
/*------------------------------*/
.block-32 {
  --block-background: white;
  --block-text-color: var(--text-primary);

}

.block__header {
  margin-bottom: 4rem
}

.block__pre-title {
  color: var(--primary);
  font-size: 1rem;
  font-weight: 600
}

.features-area.features-one {
  margin-bottom: 0px !important;
  padding-bottom: 20px !important;
}

/*------------------------------*/
/*--Section Name----------------*/
/*------------------------------*/
.block-27 {
  --space-between-blocks: 2rem;
  --elements-roundness: 5px;
  background: var(--black);
  color: var(--block-text-color);
  overflow: hidden;
  position: relative;
  z-index: 1
}

.block-27__row {
  height: 300px
}

@media(min-width:992px) {
  .block-27__row {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    height: 100%
  }
}

.block-27__image-column {
  height: 100%;
  background-position: center;
  background-size: cover;
}

@media(min-width:992px) {
  .block-27__image-column {
    margin: 0 !important
  }
}

.block-27__content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0
}

.block-27__bg-image {
  background-position: center;
  background-size: cover
}

.contact-form__title {
  font-size: 2.2rem;
  font-weight: 600
}

.contact-form__paragraph {
  font-size: 1.2rem;
  opacity: .9;
  line-height: 1.7
}

.contact-form {
  margin: auto
}

.contact-form__input {
  color: var(--text-primary);
  font-size: .87rem;
  padding: .87rem 1.4rem;
  border-radius: 5px;
  border: 1px solid #e5e7eb;
  background: #fff;
  width: 100%;
  margin-bottom: .87rem
}

textarea.contact-form__input {
  height: 130px;
  resize: none
}

.contact-form__input:focus {
  border: 1px solid var(--primary);
  outline: 0;
  box-shadow: none
}

.btn--loading {
  opacity: 1;
  cursor: progress;
  position: relative;
  overflow: hidden;
  z-index: 1
}

.btn--loading::after,
.btn--loading::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0
}

.btn--loading::before {
  background: var(--primary);
  width: 100%;
  height: 100%;
  z-index: 1
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(360deg)
  }
}

@keyframes spin {
  0% {
    transform: rotate(0)
  }

  100% {
    transform: rotate(360deg)
  }
}

.btn--loading::after {
  margin: auto;
  border: 2px solid transparent;
  border-radius: 50%;
  border-top: 2px solid var(--primary-invert);
  width: 1.5rem;
  height: 1.5rem;
  -webkit-animation: spin .5s linear infinite;
  animation: spin .5s linear infinite;
  z-index: 2
}

.h-100 {
  height: 100% !important
}

/* ===== Buttons Css ===== */
.features-nine .primary-btn {
  background: var(--primary);
  color: var(--white);
  box-shadow: var(--shadow-2);
}
.features-nine .active.primary-btn, .features-nine .primary-btn:hover, .features-nine .primary-btn:focus {
  background: var(--primary);
  color: var(--white);
  box-shadow: var(--shadow-4);
}
.features-nine .deactive.primary-btn {
  background: var(--gray-4);
  color: var(--dark-3);
  pointer-events: none;
}

.features-nine .primary-btn-outline {
  border-color: var(--primary);
  color: var(--primary);
}
.features-nine .active.primary-btn-outline, .features-nine .primary-btn-outline:hover, .features-nine .primary-btn-outline:focus {
  background: var(--primary-dark);
  color: var(--white);
}
.features-nine .deactive.primary-btn-outline {
  color: var(--dark-3);
  border-color: var(--gray-4);
  pointer-events: none;
}

/*===========================
  features css 
===========================*/
.features-nine {
  margin-bottom: 100px;
}
.features-nine .features-items {
  padding-top: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features-nine .features-items {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .features-nine .features-items {
    padding-top: 20px;
  }
}
.features-nine .features-title {
  margin-top: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features-nine .features-title {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .features-nine .features-title {
    margin-top: 20px;
  }
}
.features-nine .sub-title {
  color: var(--primary);
}
.features-nine .main-title {
  font-weight: 700;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .features-nine .main-title {
    font-size: 28px;
    line-height: 36px;
  }
}
.features-nine .text-lg {
  margin-top: 19px;
}
.features-nine .features-image {
  margin-top: 50px;
}
.features-nine .features-image img {
  width: 100%;
  border-radius: 8px;
}
.features-nine .feature-btn {
  margin-top: 32px;
}

/* ===== Buttons Css ===== */
.call-action-one .call-action-content .call-action-btn .primary-btn {
  background: var(--primary);
  color: var(--white);
  box-shadow: var(--shadow-2);
}
.call-action-one .call-action-content .call-action-btn .active.primary-btn, .call-action-one .call-action-content .call-action-btn .primary-btn:hover, .call-action-one .call-action-content .call-action-btn .primary-btn:focus {
  background: var(--primary);
  color: var(--white);
  box-shadow: var(--shadow-4);
}
.call-action-one .call-action-content .call-action-btn .deactive.primary-btn {
  background: var(--gray-4);
  color: var(--dark-3);
  pointer-events: none;
}

/*===== call action one =====*/
.call-action-one {
  background-color: var(--black);
  padding-top: 50px;
  padding-bottom: 100px;
}
.call-action-one .call-action-content .call-action-text {
  margin-top: 50px;
}
.call-action-one .call-action-content .call-action-text .action-title {
  font-weight: 600;
  color: var(--black);
}
.call-action-one .call-action-content .call-action-text .text-lg {
  color: var(--dark-3);
  margin-top: 16px;
}
.call-action-one .call-action-content .call-action-btn {
  margin-top: 50px;
}