/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Common
# Custom Cursor
# Navigations One
# Mobile Nav
# Home Showcase
# Navigations Two
# Navigations Three
# Search Popup
# Main Slider
# Main Slider Two
# Main Slider Three
# Services One
# Trust One
# About One
# Video One
# Feature One
# FAQ One
# Team One
# Why Choose One
# Project One
# Testimonial One
# Brand One
# Contact
# Blog One
# CTA One
# Site Footer
# About Two
# Services Two
# Project Two
# Counter One
# FAQ Two
# Team Two
# Testimonial Two
# Contact One
# Blog Two
# Why Choose Two
# Google Map
# Feature Two
# About Three
# Services Three
# Counter One
# Why Choose Three
# Testimonial Three
# Project Three
# Process One
# Brand Two
# Make website
# CTA Two
# Page Header
# Contact Page
# Google Map
# Projects Details
# Similar Project
# Services Details
# Error Page
# Login Page
# FAQ Page
# Pricing Page
# Team Details
# Certificates
# Contact Two
# About Four
# About Page Testimonial
# Blog Details
# Comments
# Sidebar
# Blog Sidebar
# Sliding Text
# Services Page
# Services Page Brand
# Services Four
# Project Page
# Blog Page
# Product
# Product Details
# Product Description
# Review One
# Review Form One
# Cart Page
# Checkout
# Team Page
# Gallery Two
# Boxed Version
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
:root {
  --pitoon-font: "Manrope", sans-serif;
  --pitoon-font-two: "Syne", sans-serif;
  --pitoon-gray: #757a7b;
  --pitoon-gray-rgb: 117, 122, 123;
  --pitoon-white: #ffffff;
  --pitoon-white-rgb: 255, 255, 255;
  --pitoon-base: #f9be17;
  --pitoon-base-rgb: 249, 190, 23;
  --pitoon-black: #04171a;
  --pitoon-black-rgb: 4, 23, 26;
  --pitoon-primary: #f5f3ee;
  --pitoon-primary-rgb: 245, 243, 238;
  --pitoon-bdr-color: #e0dcd3;
  --pitoon-bdr-color-rgb: 224, 220, 211;
}

.row {
  --bs-gutter-x: 30px;
}

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

body {
  font-family: var(--pitoon-font);
  color: var(--pitoon-gray);
  font-size: 15px;
  line-height: 30px;
  font-weight: 500;
}

body.locked {
  overflow: hidden;
}

a {
  color: var(--pitoon-gray);
}

a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--pitoon-font-two);
  color: var(--pitoon-black);
  margin: 0;
}

p {
  margin: 0;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

.section-separator {
  border-color: var(--pitoon-border);
  border-width: 1px;
  margin-top: 0;
  margin-bottom: 0;
}

#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  opacity: 0.4;
  z-index: -1;
}

.owl-with-shadow .owl-stage-outer {
  overflow: visible;
}

.owl-with-shadow .owl-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease;
}

.owl-with-shadow .owl-item.active {
  opacity: 1;
  visibility: visible;
}

/*--------------------------------------------------------------
# Custom Cursor
--------------------------------------------------------------*/
.custom-cursor__cursor {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  border: 1px solid var(--pitoon-base);
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  -webkit-transform: translate(calc(-50% + 5px), -50%);
  transform: translate(calc(-50% + 5px), -50%);
  z-index: 999991;
}

.custom-cursor__cursor-two {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: var(--pitoon-base);
  opacity: 0.3;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-transition: width 0.3s, height 0.3s, opacity 0.3s;
  transition: width 0.3s, height 0.3s, opacity 0.3s;
  z-index: 999991;
}

.custom-cursor__hover {
  background-color: var(--pitoon-base);
  opacity: 0.4;
}

.custom-cursor__innerhover {
  width: 25px;
  height: 25px;
  opacity: 0.4;
}

.thm-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  outline: none !important;
  background-color: var(--pitoon-base);
  color: var(--pitoon-black);
  font-size: 16px;
  font-weight: 800;
  padding: 16px 50px 17px;
  overflow: hidden;
  transition: all 0.5s linear;
  z-index: 1;
}

.thm-btn::before {
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  background-color: var(--pitoon-black);
  content: "";
  transform: scaleY(0) rotateX(0deg);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  z-index: -1;
}

.thm-btn:hover {
  color: var(--pitoon-white);
}

.thm-btn:hover:before {
  transform: scaleY(1) rotateX(0deg);
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.section-title {
  position: relative;
  display: block;
  margin-top: -9px;
  margin-bottom: 46px;
}

.section-title__tagline-box {
  position: relative;
  display: inline-block;
  margin-left: 36px;
  margin-right: 36px;
}

.section-title__tagline {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 15px;
  color: var(--pitoon-gray);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.section-title__icon-box-1 {
  position: absolute;
  top: 9px;
  left: -37px;
  display: flex;
  align-items: center;
}

.section-title__icon-box-1 i {
  font-size: 12px;
  color: var(--pitoon-base);
}

.section-title__icon-box-1 i + i {
  margin-left: 6px;
}

.section-title__icon-box-2 {
  position: absolute;
  top: 9px;
  right: -36px;
  display: flex;
  align-items: center;
}

.section-title__icon-box-2 i {
  font-size: 12px;
  color: var(--pitoon-base);
}

.section-title__icon-box-2 i + i {
  margin-left: 6px;
}

.section-title__title {
  margin: 0;
  color: var(--pitoon-black);
  font-size: 50px;
  line-height: 60px;
  font-weight: 600;
  margin-top: 4px;
}

.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show > .btn-light.dropdown-toggle {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.bootstrap-select > .dropdown-toggle {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: none !important;
}

.bootstrap-select .dropdown-menu {
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  z-index: 991;
  border-radius: 0;
}

.bootstrap-select .dropdown-menu > li + li > a {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.bootstrap-select .dropdown-menu > li.selected > a {
  background: var(--pitoon-black);
  color: #fff;
}

.bootstrap-select .dropdown-menu > li > a {
  font-size: 16px;
  font-weight: 500;
  padding: 4px 20px;
  color: #ffffff;
  background: var(--pitoon-base);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.bootstrap-select .dropdown-menu > li > a:hover {
  background: var(--pitoon-black);
  color: var(--pitoon-white);
  cursor: pointer;
}

.preloader {
  position: fixed;
  background-color: var(--pitoon-black);
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.preloader__image {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-image: url(../images/resources/elenza_logo_3.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60px auto;
  width: 100%;
  height: 100%;
}

/* scroll to top */
.scroll-to-top {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #fff;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 99;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: none;
  cursor: pointer;
  border-radius: 50%;
  mix-blend-mode: exclusion;
  cursor: pointer;
}

.scroll-to-top i {
  color: #000;
  font-size: 18px;
  line-height: 50px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  display: inline-block;
}

/*--------------------------------------------------------------
# Navigations One
--------------------------------------------------------------*/
.main-header {
  background: transparent;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  transition: all 500ms ease;
  z-index: 999;
}

.main-header__top {
  position: relative;
  display: block;
  z-index: 1;
}

.main-header__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: var(--pitoon-black);
  padding: 5px 0;
  padding-left: 60px;
  box-shadow: 2px 0px 0px 0px rgba(255, 255, 255, 0.15);
  z-index: 1;
}

.main-header__top-left {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1;
}

.main-header__contact-list {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header__contact-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header__contact-list li + li {
  margin-left: 20px;
}

.main-header__contact-list li .icon {
  position: relative;
  display: flex;
  align-items: center;
  top: 2px;
}

.main-header__contact-list li .icon i {
  font-size: 13px;
  color: var(--pitoon-base);
}

.main-header__contact-list li .text {
  margin-left: 10px;
}

.main-header__contact-list li .text p {
  font-size: 13px;
  font-weight: 500;
  color: #627174;
}

.main-header__contact-list li .text p a {
  color: #627174;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header__contact-list li .text p a:hover {
  color: var(--pitoon-base);
}

.main-header__top-right {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.main-header__top-menu {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header__top-menu li + li {
  margin-left: 35px;
}

.main-header__top-menu li a {
  position: relative;
  display: inline-block;
  font-size: 13px;
  color: #627174;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header__top-menu li a:hover {
  color: var(--pitoon-base);
}

.main-header__top-menu li a:before {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: -17px;
  width: 1px;
  background-color: #627174;
  transform: rotate(10deg);
}

.main-header__top-menu li:first-child a:before {
  display: none;
}

.main-header__social-box {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #031316;
  padding-left: 60px;
  padding-right: 60px;
  margin-left: 40px;
  z-index: 1;
}

.main-header__social-box::before {
  content: "";
  position: absolute;
  top: -13px;
  left: 0px;
  border-top: 20px solid transparent;
  border-left: 22px solid #04171a;
  border-bottom: 20px solid transparent;
  z-index: 1;
}

.main-header__social-box::after {
  content: "";
  position: absolute;
  top: -13px;
  left: 0px;
  border-top: 20px solid transparent;
  border-left: 24px solid #fff;
  border-bottom: 20px solid transparent;
  z-index: -1;
  opacity: 0.15;
}

.main-header__social-title {
  font-size: 13px;
  color: #627174;
  font-weight: 500;
  font-family: var(--pitoon-font);
  margin-right: 20px;
}

.main-header__social {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1;
}

.main-header__social a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 15px;
  color: var(--pitoon-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header__social a:hover {
  color: var(--pitoon-base);
}

.main-header__social a + a {
  margin-left: 25px;
}

.main-menu {
  position: relative;
  display: block;
}

.main-menu__wrapper {
  position: relative;
  display: block;
  z-index: 1;
}

.main-menu__wrapper-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  mix-blend-mode: luminosity;
  z-index: -1;
}

.main-menu__wrapper-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.1);
  padding: 0 60px 0;
}

.main-menu__left {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.main-menu__logo {
  display: flex;
  gap: 3px;
  align-items: center;
  margin-right: 165px;
  padding: 5px 0;
}

.main-menu__main-menu-box {
  display: block;
}

.main-menu__right {
  position: relative;
  display: flex;
  align-items: center;
  padding: 36px 0;
}

.main-menu__call {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 5;
}

.main-menu__call-icon {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu__call-icon img {
  width: auto;
}

.main-menu__call-content {
  margin-left: 10px;
}

.main-menu__call-sub-title {
  font-size: 12px;
  line-height: 12px;
  color: var(--pitoon-white);
}

.main-menu__call-number {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin-top: 6px;
  font-family: var(--pitoon-font);
}

.main-menu__call-number a {
  color: var(--pitoon-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu__call-number a:hover {
  color: var(--pitoon-base);
}

.stricky-header.main-menu {
  background-color: var(--pitoon-black);
}

.main-menu .main-menu__list,
.main-menu .main-menu__list > li > ul,
.main-menu .main-menu__list > li > ul > li > ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list > li > ul,
.stricky-header .main-menu__list > li > ul > li > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}

@media (min-width: 1200px) {
  .main-menu .main-menu__list,
  .main-menu .main-menu__list > li > ul,
  .main-menu .main-menu__list > li > ul > li > ul,
  .stricky-header .main-menu__list,
  .stricky-header .main-menu__list > li > ul,
  .stricky-header .main-menu__list > li > ul > li > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.main-menu .main-menu__list > li,
.stricky-header .main-menu__list > li {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.main-menu .main-menu__list > li + li,
.stricky-header .main-menu__list > li + li {
  margin-left: 55px;
}

.main-menu .main-menu__list > li > a,
.stricky-header .main-menu__list > li > a {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--pitoon-white);
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 500;
}

.main-menu .main-menu__list > li.current > a,
.main-menu .main-menu__list > li:hover > a,
.stricky-header .main-menu__list > li.current > a,
.stricky-header .main-menu__list > li:hover > a {
  color: var(--pitoon-white);
  text-shadow: 1px 0 0 rgb(255 255 255 / 80%);
}

.main-menu .main-menu__list > li > ul,
.main-menu .main-menu__list > li > ul > li > ul,
.stricky-header .main-menu__list > li > ul,
.stricky-header .main-menu__list > li > ul > li > ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 270px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scaleY(0) translateZ(100px);
  transform: scaleY(0) translateZ(100px);
  -webkit-transition: opacity 500ms ease, visibility 500ms ease,
    -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease,
    -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease,
    -webkit-transform 700ms ease;
  z-index: 99;
  background-color: rgb(255, 255, 255);
  padding: 23px 20px 26px;
}

.sub-menu {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.main-menu .main-menu__list > li > ul > li > ul > li > ul,
.stricky-header .main-menu__list > li > ul > li > ul > li > ul {
  display: none;
}

.main-menu .main-menu__list > li:hover > ul,
.main-menu .main-menu__list > li > ul > li:hover > ul,
.stricky-header .main-menu__list > li:hover > ul,
.stricky-header .main-menu__list > li > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1) translateZ(0px);
  transform: scaleY(1) translateZ(0px);
}

.main-menu .main-menu__list > li > ul > li,
.main-menu .main-menu__list > li > ul > li > ul > li,
.stricky-header .main-menu__list > li > ul > li,
.stricky-header .main-menu__list > li > ul > li > ul > li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  width: 100%;
  position: relative;
}

.main-menu .main-menu__list > li > ul > li + li,
.main-menu .main-menu__list > li > ul > li > ul > li + li,
.stricky-header .main-menu__list > li > ul > li + li,
.stricky-header .main-menu__list > li > ul > li > ul > li + li {
  border-top: none;
  margin-top: 4px;
}

.main-menu .main-menu__list > li > ul > li > a,
.main-menu .main-menu__list > li > ul > li > ul > li > a,
.stricky-header .main-menu__list > li > ul > li > a,
.stricky-header .main-menu__list > li > ul > li > ul > li > a {
  position: relative;
  font-size: 15px;
  line-height: 30px;
  color: var(--pitoon-gray);
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 20px 4px;
  -webkit-transition: 500ms;
  transition: 500ms;
  background-color: var(--pitoon-white);
  letter-spacing: var(--pitoon-letter-spacing-two);
}

.main-menu .main-menu__list > li > ul > li:hover > a,
.main-menu .main-menu__list > li > ul > li > ul > li:hover > a,
.stricky-header .main-menu__list > li > ul > li:hover > a,
.stricky-header .main-menu__list > li > ul > li > ul > li:hover > a {
  background-color: var(--pitoon-primary);
  color: var(--pitoon-black);
  text-shadow: 0.5px 0 0 rgb(4 23 26 / 80%);
}

.main-menu .main-menu__list > li > ul > li > a::before,
.main-menu .main-menu__list > li > ul > li > ul > li > a::before,
.stricky-header .main-menu__list > li > ul > li > a::before,
.stricky-header .main-menu__list > li > ul > li > ul > li > a::before {
  position: absolute;
  top: 50%;
  right: 20px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  font-size: 14px;
  color: var(--pitoon-base);
  transform: translateY(-50%) scale(0);
  -webkit-transition: 500ms;
  transition: 500ms;
}

.main-menu .main-menu__list > li > ul > li:hover > a::before,
.main-menu .main-menu__list > li > ul > li > ul > li:hover > a::before,
.stricky-header .main-menu__list > li > ul > li:hover > a::before,
.stricky-header .main-menu__list > li > ul > li > ul > li:hover > a::before {
  transform: translateY(-50%) scale(1);
}

.main-menu .main-menu__list > li > ul > li > ul,
.stricky-header .main-menu__list > li > ul > li > ul {
  top: 0;
  left: 100%;
}

.main-menu .main-menu__list li ul li > ul.right-align,
.stricky-header .main-menu__list li ul li > ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}

.main-menu-three__main-menu-box .main-menu__list > .megamenu,
.main-menu-two__main-menu-box .main-menu__list > .megamenu,
.main-menu__wrapper .main-menu__list > .megamenu {
  position: static;
}

.main-menu-three__main-menu-box .main-menu__list > .megamenu > ul,
.main-menu-two__main-menu-box .main-menu__list > .megamenu > ul,
.main-menu__wrapper .main-menu__list > .megamenu > ul {
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  background-color: transparent;
}

.main-menu-three__main-menu-box .main-menu__list > .megamenu > ul > li,
.main-menu-two__main-menu-box .main-menu__list > .megamenu > ul > li,
.main-menu__wrapper .main-menu__list > .megamenu > ul > li {
  padding: 0 !important;
}

.stricky-header {
  position: fixed;
  z-index: 991;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  visibility: hidden;
  -webkit-transform: translateY(-120%);
  transform: translateY(-120%);
  -webkit-transition: visibility 500ms ease, -webkit-transform 500ms ease;
  transition: visibility 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, visibility 500ms ease;
  transition: transform 500ms ease, visibility 500ms ease,
    -webkit-transform 500ms ease;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1199px) {
  .stricky-header {
    display: none !important;
  }
}

.stricky-header.stricky-fixed {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
}

.stricky-header .main-menu__inner {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-right: 0;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}

.mobile-nav__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: 10px;
}

@media (min-width: 1200px) {
  .mobile-nav__buttons {
    display: none;
  }
}

.mobile-nav__buttons a {
  font-size: 20px;
  color: var(--pitoon-base);
  cursor: pointer;
}

.mobile-nav__buttons a + a {
  margin-left: 10px;
}

.mobile-nav__buttons a:hover {
  color: var(--pitoon-base);
}

.main-menu .mobile-nav__toggler {
  font-size: 20px;
  color: var(--pitoon-base);
  cursor: pointer;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.main-menu .mobile-nav__toggler:hover {
  color: var(--pitoon-white);
}

@media (min-width: 1200px) {
  .main-menu .mobile-nav__toggler {
    display: none;
  }
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: visibility 500ms ease 500ms,
    -webkit-transform 500ms ease 500ms;
  transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms,
    -webkit-transform 500ms ease 500ms;
  visibility: hidden;
}

.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}

.mobile-nav__wrapper.expanded {
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  visibility: visible;
  -webkit-transition: visibility 500ms ease 0ms,
    -webkit-transform 500ms ease 0ms;
  transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms,
    -webkit-transform 500ms ease 0ms;
}

.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.5;
  cursor: pointer;
}

.mobile-nav__content {
  width: 300px;
  background-color: var(--pitoon-black);
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms,
    -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms,
    -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms,
    transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms,
    transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms,
    -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms,
    -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms,
    transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms,
    transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}

.mobile-nav__content .logo-box {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: var(--pitoon-white);
  cursor: pointer;
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list > li > ul,
.mobile-nav__content .main-menu__list > li > ul > li > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mobile-nav__content .main-menu__list > li > ul,
.mobile-nav__content .main-menu__list > li > ul > li > ul {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-left: 0.5em;
}

.mobile-nav__content .main-menu__list > li:not(:last-child),
.mobile-nav__content .main-menu__list > li > ul > li:not(:last-child),
.mobile-nav__content
  .main-menu__list
  > li
  > ul
  > li
  > ul
  > li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list > li > a > .main-menu-border {
  display: none !important;
}

.mobile-nav__content .main-menu__list > li > a,
.mobile-nav__content .main-menu__list > li > ul > li > a,
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 30px;
  color: #ffffff;
  font-size: 14px;
  font-family: var(--pitoon-font);
  font-weight: 500;
  height: 46px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__content
  .main-menu__list
  > li
  > a.expanded
  .mobile-nav__content
  .main-menu__list
  > li
  > ul
  > li
  > a.expanded
  .mobile-nav__content
  .main-menu__list
  > li
  > ul
  > li
  > ul
  > li
  > a.expanded {
  color: var(--pitoon-base);
}

.mobile-nav__content .main-menu__list li a.expanded {
  color: var(--pitoon-base);
}

.mobile-nav__content .main-menu__list > li > a > button,
.mobile-nav__content .main-menu__list > li > ul > li > a > button,
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button {
  width: 30px;
  height: 30px;
  background-color: var(--pitoon-base);
  border: none;
  outline: none;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  padding: 0;
}

.mobile-nav__content .main-menu__list > li > a > button.expanded,
.mobile-nav__content .main-menu__list > li > ul > li > a > button.expanded,
.mobile-nav__content
  .main-menu__list
  > li
  > ul
  > li
  > ul
  > li
  > a
  > button.expanded {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background-color: #fff;
  color: var(--pitoon-base);
}

/* no menu after 2rd level dropdown */
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button,
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > ul {
  display: none !important;
}

.mobile-nav__content .main-menu__list li.cart-btn span {
  position: relative;
  top: auto;
  right: auto;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.mobile-nav__content .main-menu__list li.cart-btn i {
  font-size: 16px;
}

.mobile-nav__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

.mobile-nav__top .main-menu__login a {
  color: var(--pitoon-text-dark);
}

.mobile-nav__container {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-nav__social a {
  font-size: 16px;
  color: var(--pitoon-white);
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__social a + a {
  margin-left: 30px;
}

.mobile-nav__social a:hover {
  color: var(--pitoon-base);
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.mobile-nav__contact li {
  color: var(--pitoon-text-dark);
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-nav__contact li + li {
  margin-top: 15px;
}

.mobile-nav__contact li a {
  color: #ffffff;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__contact li a:hover {
  color: var(--pitoon-base);
}

.mobile-nav__contact li > i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--pitoon-base);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 11px;
  margin-right: 10px;
  color: #fff;
}

.mobile-nav__container .main-logo,
.mobile-nav__container .topbar__buttons,
.mobile-nav__container .main-menu__language,
.mobile-nav__container .main-menu__login {
  display: none;
}

/*--------------------------------------------------------------
# Home Showcase
--------------------------------------------------------------*/
.home-showcase {
  margin-top: -23px;
  margin-bottom: -23px;
}

.home-showcase__inner {
  padding: 40px 40px 36px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.home-showcase .row {
  --bs-gutter-x: 42px;
  --bs-gutter-y: 20px;
}

.home-showcase__image {
  position: relative;
  background-color: var(--pitoon-base);
  overflow: hidden;
}

.home-showcase__image > img {
  width: 100%;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.home-showcase__image:hover > img {
  opacity: 0.75;
}

.home-showcase__image:hover .home-showcase__buttons {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
  visibility: visible;
}

.home-showcase__buttons {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
}

.home-showcase__buttons__item {
  padding: 11px 20px 11px;
  width: 150px;
  text-align: center;
}

.home-showcase__buttons__item + .home-showcase__buttons__item {
  margin-top: 10px;
}

.home-showcase__title {
  margin: 0;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  color: var(--pitoon-black);
  margin-top: 17px;
  font-family: var(--pitoon-font);
}

.mobile-nav__wrapper .home-showcase .row [class*="col-"] {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.mobile-nav__wrapper .home-showcase__inner {
  padding: 15px 0px;
  background-color: rgba(0, 0, 0, 0);
}

.mobile-nav__wrapper .home-showcase__title {
  color: var(--pitoon-white, #ffffff);
}

/*--------------------------------------------------------------
# Navigations Two
--------------------------------------------------------------*/
.main-header-two {
  background: transparent;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0;
  width: 100%;
  transition: all 500ms ease;
  z-index: 999;
}

.stricky-header.main-menu-two {
  background-color: var(--pitoon-black);
}

.main-menu-two__wrapper {
  position: relative;
  display: block;
}

.main-menu-two__wrapper-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.1);
  padding: 0 60px 0;
}

.main-menu-two__left {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.main-menu-two__logo {
  display: block;
  margin-right: 165px;
  padding: 40px 0;
}

.main-menu-two__main-menu-box {
  display: block;
}

.main-menu-two__right {
  position: relative;
  display: flex;
  align-items: center;
  padding: 36px 0;
}

.main-menu-two__call {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 5;
}

.main-menu-two__call-icon {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-two__call-icon img {
  width: auto;
}

.main-menu-two__call-content {
  margin-left: 10px;
}

.main-menu-two__call-sub-title {
  font-size: 12px;
  line-height: 12px;
  color: var(--pitoon-white);
}

.main-menu-two__call-number {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin-top: 6px;
  font-family: var(--pitoon-font);
}

.main-menu-two__call-number a {
  color: var(--pitoon-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-two__call-number a:hover {
  color: var(--pitoon-base);
}

.main-menu-two__search-cart-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 90px;
  padding: 7px 0;
}

.main-menu-two__search-cart-box:before {
  content: "";
  position: absolute;
  top: -8px;
  bottom: -7px;
  left: -30px;
  width: 1px;
  background-color: rgba(var(--pitoon-white-rgb), 0.1);
}

.main-menu-two__search-box {
  position: relative;
  display: block;
}

.main-menu-two__search {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: var(--pitoon-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-two__search:hover {
  color: var(--pitoon-base);
}

.main-menu-two__cart-box {
  position: relative;
  display: block;
  margin-left: 20px;
}

.main-menu-two__cart {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: var(--pitoon-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-two__cart:hover {
  color: var(--pitoon-base);
}

/*--------------------------------------------------------------
# Navigations Three
--------------------------------------------------------------*/
.main-header-three {
  background: transparent;
  position: absolute;
  top: 10px;
  left: 100px;
  right: 100px;
  transition: all 500ms ease;
  z-index: 999;
}

.main-header-three__top {
  position: relative;
  display: block;
  z-index: 1;
}

.main-header-three__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: var(--pitoon-black);
  padding: 5px 0;
  padding-left: 60px;
  z-index: 1;
}

.main-header-three__top-left {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1;
}

.main-header-three__contact-list {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-three__contact-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-three__contact-list li + li {
  margin-left: 20px;
}

.main-header-three__contact-list li .icon {
  position: relative;
  display: flex;
  align-items: center;
  top: 2px;
}

.main-header-three__contact-list li .icon i {
  font-size: 13px;
  color: var(--pitoon-base);
}

.main-header-three__contact-list li .text {
  margin-left: 10px;
}

.main-header-three__contact-list li .text p {
  font-size: 13px;
  font-weight: 500;
  color: #627174;
}

.main-header-three__contact-list li .text p a {
  color: #627174;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header-three__contact-list li .text p a:hover {
  color: var(--pitoon-base);
}

.main-header-three__top-right {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.main-header-three__top-menu {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-three__top-menu li + li {
  margin-left: 35px;
}

.main-header-three__top-menu li a {
  position: relative;
  display: inline-block;
  font-size: 13px;
  color: #627174;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header-three__top-menu li a:hover {
  color: var(--pitoon-base);
}

.main-header-three__top-menu li a:before {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: -17px;
  width: 1px;
  background-color: #627174;
  transform: rotate(10deg);
}

.main-header-three__top-menu li:first-child a:before {
  display: none;
}

.main-header-three__social-box {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #031316;
  padding-left: 60px;
  padding-right: 60px;
  margin-left: 40px;
  z-index: 1;
}

.main-header-three__social-box::before {
  content: "";
  position: absolute;
  top: -13px;
  left: 0px;
  border-top: 20px solid transparent;
  border-left: 22px solid #04171a;
  border-bottom: 20px solid transparent;
  z-index: 1;
}

.main-header-three__social-box::after {
  content: "";
  position: absolute;
  top: -13px;
  left: 0px;
  border-top: 20px solid transparent;
  border-left: 24px solid #233134;
  border-bottom: 20px solid transparent;
  z-index: -1;
}

.main-header-three__social-title {
  font-size: 13px;
  color: #627174;
  font-weight: 500;
  font-family: var(--pitoon-font);
  margin-right: 20px;
}

.main-header-three__social {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1;
}

.main-header-three__social a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 15px;
  color: var(--pitoon-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header-three__social a:hover {
  color: var(--pitoon-base);
}

.main-header-three__social a + a {
  margin-left: 25px;
}

.main-menu-three__wrapper {
  position: relative;
  display: block;
}

.main-menu-three__wrapper-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 60px;
  background-color: var(--pitoon-white);
}

.main-menu-three__left {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.main-menu-three__logo {
  display: block;
  margin-right: 70px;
  padding: 40px 0;
}

.main-menu-three__main-menu-box {
  display: block;
}

.main-menu-three__right {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-three__call {
  position: relative;
  display: flex;
  align-items: center;
  background-color: var(--pitoon-base);
  padding-left: 100px;
  padding-right: 60px;
  padding-top: 36px;
  padding-bottom: 36px;
  margin-left: 10px;
}

.main-menu-three__call:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-left: 40px solid #fff;
  border-top: 55px solid transparent;
  border-bottom: 55px solid transparent;
}

.main-menu-three__call-icon {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-three__call-icon img {
  width: auto;
}

.main-menu-three__call-content {
  margin-left: 10px;
}

.main-menu-three__call-sub-title {
  font-size: 12px;
  line-height: 12px;
  color: var(--pitoon-black);
}

.main-menu-three__call-number {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin-top: 6px;
  font-family: var(--pitoon-font);
}

.main-menu-three__call-number a {
  color: var(--pitoon-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-three__call-number a:hover {
  color: var(--pitoon-white);
}

.main-menu-three__search-cart-box {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-three__search-cart-box:before {
  content: "";
  position: absolute;
  top: -14px;
  bottom: -14px;
  left: -30px;
  width: 1px;
  background-color: rgba(var(--pitoon-black-rgb), 0.1);
}

.main-menu-three__search-box {
  position: relative;
  display: block;
}

.main-menu-three__search {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: var(--pitoon-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-three__search:hover {
  color: var(--pitoon-base);
}

.main-menu-three__cart-box {
  position: relative;
  display: block;
  margin-left: 20px;
}

.main-menu-three__cart {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: var(--pitoon-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-three__cart:hover {
  color: var(--pitoon-base);
}

.stricky-header.main-menu-three {
  background-color: var(--pitoon-white);
}

.main-menu-three .main-menu__list > li > a,
.stricky-header.main-menu-three .main-menu__list > li > a {
  color: var(--pitoon-gray);
}

.main-menu-three .main-menu__list > li.current > a,
.main-menu-three .main-menu__list > li:hover > a,
.stricky-header.main-menu-three .main-menu__list > li.current > a,
.stricky-header.main-menu-three .main-menu__list > li:hover > a {
  color: var(--pitoon-black);
  text-shadow: 1px 0 0 rgb(4 23 26 / 80%);
}

/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.search-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateY(-110%);
  transform: translateY(-110%);
  -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease,
    -webkit-transform 500ms ease;
}

.search-popup.active {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.search-popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--pitoon-black);
  opacity: 0.75;
  cursor: pointer;
}

.search-popup__content {
  width: 100%;
  max-width: 560px;
}

.search-popup__content form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  background-color: #fff;
  border-radius: 0;
  overflow: hidden;
}

.search-popup__content form input[type="search"],
.search-popup__content form input[type="text"] {
  width: 100%;
  background-color: #fff;
  font-size: 16px;
  border: none;
  outline: none;
  height: 66px;
  padding-left: 30px;
}

.search-popup__content .thm-btn {
  padding: 0;
  width: 68px;
  height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  right: -1px;
  border-radius: 0;
  background-color: var(--pitoon-base);
  border: 0;
}

.search-popup__content .thm-btn i {
  height: auto;
  width: auto;
  background-color: transparent;
  border-radius: 50%;
  color: var(--pitoon-white);
  font-size: 22px;
  line-height: inherit;
  text-align: center;
  top: 0;
  margin-right: 0;
  padding-left: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup__content .thm-btn:hover:before {
  width: 150%;
}

/*--------------------------------------------------------------
# Main Slider
--------------------------------------------------------------*/
.main-slider {
  position: relative;
  background-color: var(--pitoon-black);
  z-index: 10;
}

@media (min-width: 992px) {
  .main-slider {
    margin-top: 40px;
  }
}

.main-slider .item {
  background-color: var(--pitoon-black);
  position: relative;
  padding-top: 250px;
  padding-bottom: 284px;
  z-index: 10;
}

.main-slider__bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: var(--pitoon-black);
  background-repeat: no-repeat;
  background-position: top;
  background-blend-mode: luminosity;
  background-size: cover;
  opacity: 0.5;
  z-index: -1;
  overflow: hidden;
}

.main-slider__bg-two-outer {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: var(--pitoon-black);
  height: 110px;
}

.main-slider__bg-two {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -110px;
  background-repeat: no-repeat;
  background-position: top;
  background-blend-mode: luminosity;
  background-color: var(--pitoon-black);
  opacity: 0.5;
  filter: blur(10px);
}

.main-slider__shape-1 {
  position: absolute;
  bottom: 87px;
  right: 292px;
  mix-blend-mode: soft-light;
  z-index: -1;
}

.main-slider__shape-1 img {
  width: auto !important;
}

.main-slider__shape-2 {
  position: absolute;
  top: 111px;
  right: 242px;
  mix-blend-mode: hard-light;
  z-index: -1;
}

.main-slider__shape-2 img {
  width: auto !important;
}

.main-slider__shape-3 {
  position: absolute;
  right: -30px;
  bottom: 120px;
  mix-blend-mode: soft-light;
  z-index: -1;
}

.main-slider__shape-3 img {
  width: auto !important;
}

.main-slider__content {
  position: relative;
  display: block;
  z-index: 10;
}

.main-slider__sub-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--pitoon-white);
  position: relative;
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease,
    -webkit-transform 2000ms ease;
}

.main-slider__sub-title:before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: var(--pitoon-base);
}

.main-slider__title {
  position: relative;
  font-size: 110px;
  color: var(--pitoon-white);
  font-weight: 600;
  line-height: 100px;
  margin-top: 25px;
  margin-bottom: 36px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease,
    -webkit-transform 2000ms ease;
}

.main-slider__title span {
  color: var(--pitoon-base);
  position: relative;
  display: inline-block;
  top: 3px;
  left: -14px;
}

.main-slider__btn-box {
  position: relative;
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease,
    -webkit-transform 2000ms ease;
}

.main-slider__btn:hover {
  color: var(--pitoon-black);
}

.main-slider__btn:before {
  background-color: var(--pitoon-white);
}

.active .main-slider__title,
.active .main-slider__sub-title,
.active .main-slider__btn-box {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}

.main-slider .owl-theme .owl-dots {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 1200px;
  width: 100%;
  position: absolute;
  bottom: 164px;
  left: 0;
  right: 0;
  padding: 0 15px;
  margin: 0 auto;
  height: 0;
  line-height: 0;
}

.main-slider .owl-theme .owl-dots .owl-dot + .owl-dot {
  margin-left: 5px;
}

.main-slider .owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(var(--pitoon-white-rgb), 0.2);
  margin: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-slider .owl-theme .owl-dots .owl-dot:hover span,
.main-slider .owl-theme .owl-dots .owl-dot.active span {
  background-color: transparent;
  border: 2px solid var(--pitoon-white);
  opacity: 1;
}

/*--------------------------------------------------------------
# Main Slider Two
--------------------------------------------------------------*/
.main-slider-two {
  position: relative;
  background-color: var(--pitoon-black);
  z-index: 10;
}

.main-slider-two .item {
  background-color: var(--pitoon-black);
  position: relative;
  padding-top: 263px;
  padding-bottom: 172px;
  z-index: 10;
}

.main-slider-two__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  mix-blend-mode: luminosity;
  opacity: 0.5;
  z-index: -1;
}

.main-slider-two__shadow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 85.9%;
  background-image: -moz-linear-gradient(
    0deg,
    rgb(4, 23, 26) 0%,
    rgba(4, 23, 26, 0) 100%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    rgb(4, 23, 26) 0%,
    rgba(4, 23, 26, 0) 100%
  );
  background-image: -ms-linear-gradient(
    0deg,
    rgb(4, 23, 26) 0%,
    rgba(4, 23, 26, 0) 100%
  );
  z-index: -1;
}

.main-slider-two__content {
  position: relative;
  display: block;
  z-index: 15;
}

.main-slider-two__shape-1 {
  position: absolute;
  top: 110px;
  left: 770px;
  z-index: -1;
}

.main-slider-two__shape-1 img {
  width: auto !important;
}

.main-slider-two__shape-2 {
  position: absolute;
  top: 0;
  right: 0;
  mix-blend-mode: screen;
  z-index: -1;
}

.main-slider-two__shape-2 img {
  width: auto !important;
}

.main-slider-two__shape-3 {
  position: absolute;
  top: 245px;
  right: 0;
  mix-blend-mode: soft-light;
  z-index: -1;
}

.main-slider-two__shape-3 img {
  width: auto !important;
}

.main-slider-two__shape-4 {
  position: absolute;
  bottom: -30px;
  left: 0;
  mix-blend-mode: soft-light;
  opacity: 0.4;
  z-index: -1;
}

.main-slider-two__shape-4 img {
  width: auto !important;
}

.main-slider-two__sub-title {
  font-size: 18px;
  color: var(--pitoon-base);
  font-weight: 500;
  position: relative;
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease,
    -webkit-transform 2000ms ease;
}

.main-slider-two__title {
  position: relative;
  font-size: 100px;
  color: var(--pitoon-white);
  font-weight: 600;
  line-height: 100px;
  margin-top: 8px;
  margin-bottom: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease,
    -webkit-transform 2000ms ease;
}

.main-slider-two__title span {
  position: relative;
  display: inline-block;
  background-color: var(--pitoon-black);
  color: var(--pitoon-base);
  padding: 0px 34px 20px;
  border-radius: 60px;
  left: -5px;
}

.main-slider-two__curved-circle-box {
  position: relative;
  display: block;
  height: 140px;
  width: 140px;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease,
    -webkit-transform 2000ms ease;
  z-index: 2;
}

.main-slider-two__curved-circle-box .curved-circle {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 500;
  color: var(--pitoon-white);
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: textRotate 10s linear 0s forwards infinite alternate;
}

@keyframes textRotate {
  0% {
    transform: rotate(0deg);
  }

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

.main-slider-two__curved-circle-box .curved-circle .curved-circle--item span {
  letter-spacing: 0.25em;
}

.main-slider-two__arrow-down {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-slider-two__arrow-down span {
  position: relative;
  display: inline-block;
  font-size: 59px;
  color: var(--pitoon-base);
  transform: rotate(0deg);
  transition: transform 500ms ease;
}

.main-slider-two__arrow-down:hover span {
  transform: rotate(-45deg);
}

.active .main-slider-two__title,
.active .main-slider-two__sub-title,
.active .main-slider-two__curved-circle-box {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}

.main-slider-two .owl-theme .owl-dots {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  max-width: 1200px;
  width: 100%;
  position: absolute;
  bottom: 66px;
  left: 0;
  right: 0;
  padding: 0 15px;
  margin: 0 auto;
  height: 0;
  line-height: 0;
}

.main-slider-two .owl-theme .owl-dots .owl-dot + .owl-dot {
  margin-left: 5px;
}

.main-slider-two .owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(var(--pitoon-white-rgb), 0.2);
  margin: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-slider-two .owl-theme .owl-dots .owl-dot:hover span,
.main-slider-two .owl-theme .owl-dots .owl-dot.active span {
  background-color: transparent;
  border: 2px solid var(--pitoon-white);
  opacity: 1;
}

/*--------------------------------------------------------------
# Main Slider Three
--------------------------------------------------------------*/
.main-slider-three {
  position: relative;
  background-color: var(--pitoon-black);
  z-index: 10;
}

.main-slider-three .item {
  background-color: var(--pitoon-black);
  position: relative;
  padding-top: 327px;
  padding-bottom: 155px;
  z-index: 10;
}

.main-slider-three__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  mix-blend-mode: luminosity;
  opacity: 0.5;
  z-index: 1;
}

.main-slider-three__shape-1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  transform: translateX(-500px);
  opacity: 0;
  z-index: 1;
}

.main-slider-three__shape-1 img {
  width: auto !important;
}

.active .main-slider-three__shape-1 {
  opacity: 1;
  transform: translateX(0px);
  transition: all 1000ms ease;
  z-index: 1;
}

.main-slider-three__small-img {
  position: absolute;
  top: 332px;
  left: 720px;
  mix-blend-mode: luminosity;
  z-index: 1;
}

.main-slider-three__small-img img {
  width: auto !important;
}

.main-slider-three__content {
  position: relative;
  display: block;
  z-index: 15;
}

.main-slider-three__title {
  position: relative;
  font-size: 110px;
  color: var(--pitoon-white);
  font-weight: 600;
  line-height: 101px;
  margin-bottom: 36px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease,
    -webkit-transform 2000ms ease;
}

.main-slider-three__btn-box {
  position: relative;
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease,
    -webkit-transform 2000ms ease;
}

.main-slider-three__btn {
  background-color: var(--pitoon-black);
  color: var(--pitoon-white);
}

.main-slider-three__btn:hover {
  color: var(--pitoon-black);
}

.main-slider-three__btn:before {
  background-color: var(--pitoon-white);
}

.active .main-slider-three__title,
.active .main-slider-three__btn-box {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}

.main-slider-three .owl-theme .owl-dots {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  max-width: 1200px;
  width: 100%;
  position: absolute;
  bottom: 56px;
  left: 0;
  right: 0;
  padding: 0 15px;
  margin: 0 auto;
  height: 0;
  line-height: 0;
}

.main-slider-three .owl-theme .owl-dots .owl-dot + .owl-dot {
  margin-left: 5px;
}

.main-slider-three .owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(var(--pitoon-white-rgb), 0.2);
  margin: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-slider-three .owl-theme .owl-dots .owl-dot:hover span,
.main-slider-three .owl-theme .owl-dots .owl-dot.active span {
  background-color: transparent;
  border: 2px solid var(--pitoon-white);
  opacity: 1;
}

/*--------------------------------------------------------------
# Services One
--------------------------------------------------------------*/
.services-one {
  position: relative;
  display: block;
  margin-top: -120px;
  z-index: 10;
}

.services-one__shape-2 {
  position: absolute;
  right: 0;
  bottom: 0;
}

.services-one__shape-2 img {
  width: auto;
}

.services-one__shape-3 {
  position: absolute;
  right: 52px;
  bottom: 27px;
}

.services-one__shape-3 img {
  width: auto;
}

.services-one__shape-4 {
  position: absolute;
  right: 226px;
  bottom: 70px;
}

.services-one__shape-4 img {
  width: auto;
}

.services-one__inner {
  position: relative;
  display: block;
  padding-bottom: 50px;
  padding-top: 50px;
  padding-left: 50px;
  margin-left: -120px;
  margin-right: -134px;
  z-index: 1;
}

.services-one__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: -10000px;
  bottom: 0;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.2);
  z-index: -1;
}

.services-one__top {
  position: relative;
  display: block;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--pitoon-bdr-color);
  margin-bottom: 50px;
}

.services-one__list {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

.services-one__list li {
  position: relative;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 30px;
}

.services-one__single {
  position: relative;
  display: block;
}

.services-one__content {
  position: relative;
  display: block;
  background-color: var(--pitoon-primary);
  padding: 40px 40px 58px;
  overflow: hidden;
  z-index: 1;
}

.services-one__shape-1 {
  position: absolute;
  top: 0;
  left: 0;
}

.services-one__shape-1 img {
  width: auto;
  mix-blend-mode: luminosity;
  transform: translateX(-200px);
  opacity: 0;
}

.services-one__single:hover .services-one__shape-1 img {
  transform: translateX(0px);
  transition: all 1000ms ease;
  transition-delay: 300ms;
  opacity: 0.2;
}

.services-one__content:before {
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  content: "";
  background-color: var(--pitoon-black);
  transform: scaleX(0.7) rotateX(20deg);
  opacity: 0;
  transition: all 0.4s linear;
  z-index: -1;
}

.services-one__icon {
  position: relative;
  display: inline-block;
}

.services-one__icon span {
  position: relative;
  display: inline-block;
  font-size: 64px;
  color: var(--pitoon-base);
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.services-one__single:hover .services-one__icon span {
  transform: scale(0.9);
}

.services-one__title {
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
  margin-top: 19px;
  position: relative;
  display: block;
  z-index: 2;
}

.services-one__title a {
  color: var(--pitoon-black);
  -webkit-transition: all 500ms ease;
  cursor: none;
  transition: all 500ms ease;
}

.services-one__single:hover .services-one__title a {
  color: var(--pitoon-white);
}

.services-one__single:hover .services-one__plus a {
  background-color: var(--pitoon-base);
}

.services-one__carousel.owl-carousel .owl-stage-outer {
  overflow: visible;
}

.services-one__carousel.owl-carousel .owl-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease;
}

.services-one__carousel.owl-carousel .owl-item.active {
  opacity: 1;
  visibility: visible;
}

.services-one__bottom {
  position: relative;
  display: block;
}

.services-one__satisfied {
  position: relative;
  display: flex;
  align-items: center;
}

.services-one__satisfied-list {
  position: relative;
  display: flex;
  align-items: center;
}

.services-one__satisfied-list li + li {
  margin-left: -14px;
}

.services-one__satisfied-img {
  position: relative;
  display: block;
  width: 40px;
  border-radius: 50%;
}

.services-one__satisfied-img img {
  width: 100%;
  border-radius: 50%;
  border: 2px solid var(--pitoon-white);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
}

.services-one__satisfied-list li:first-child .services-one__satisfied-img {
  z-index: 1;
}

.services-one__satisfied-list li:last-child .services-one__satisfied-img {
  z-index: -1;
}

.services-one__satisfied-content {
  margin-left: 20px;
}

.services-one__satisfied-text {
  color: var(--pitoon-gray);
  font-weight: 500;
  font-size: 16px;
}

.services-one__satisfied-text a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: var(--pitoon-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-one__satisfied-text a:before {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: var(--pitoon-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-one__satisfied-text a:hover {
  color: var(--pitoon-base);
}

/*--------------------------------------------------------------
# Trust One
--------------------------------------------------------------*/
.trust-one {
  position: relative;
  display: block;
  background-color: var(--pitoon-black);
  padding: 433px 0 78px;
  margin-top: -360px;
  z-index: 1;
}

.trust-one__img {
  position: absolute;
  bottom: 0;
  right: 286px;
  opacity: 0.6;
  mix-blend-mode: luminosity;
  z-index: -1;
}

.trust-one__img img {
  width: auto;
  mix-blend-mode: luminosity;
}

.trust-one__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: -120px;
  margin-right: -134px;
}

.trust-one__left {
  position: relative;
  display: block;
}

.trust-one__title {
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  color: var(--pitoon-white);
}

.trust-one__right {
  position: relative;
  display: block;
}

.trust-one__btn-box {
  position: relative;
  display: block;
}

.trust-one__btn:hover {
  color: var(--pitoon-black);
}

.trust-one__btn::before {
  background-color: var(--pitoon-white);
}

/*--------------------------------------------------------------
# About One
--------------------------------------------------------------*/
.about-one {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}

.about-one__shape-2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.about-one__shape-2 img {
  width: auto;
}

.about-one__left {
  position: relative;
  display: block;
  margin-right: 170px;
}

.about-one__img-box {
  position: relative;
  display: block;
}

.about-one__img {
  position: relative;
  display: block;
  background-color: #031315;
}

.about-one__img::before {
  content: "";
  position: absolute;
  top: 0;
  right: -107px;
  border-top: 107px solid transparent;
  border-left: 107px solid var(--pitoon-base);
  border-bottom: 107px solid transparent;
}

.about-one__img img {
  width: 100%;
  mix-blend-mode: luminosity;
}

.about-one__img-2 {
  position: absolute;
  bottom: -86px;
  right: -200px;
  background-color: var(--pitoon-black);
}

.about-one__img-2 img {
  width: auto;
  mix-blend-mode: luminosity;
}

.about-one__certified {
  position: absolute;
  left: 50px;
  bottom: -49px;
  max-width: 221px;
  width: 100%;
  padding: 40px 39px 39px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.about-one__certified::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 13px;
  right: 13px;
  bottom: 13px;
  background-color: var(--pitoon-black);
  border: 3px solid var(--pitoon-base);
  z-index: -1;
}

.about-one__certified-icon {
  position: relative;
  display: inline-block;
}

.about-one__certified-icon span {
  position: relative;
  display: inline-block;
  font-size: 24px;
  color: var(--pitoon-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.about-one__certified:hover .about-one__certified-icon span {
  color: var(--pitoon-white);
}

.about-one__certified-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  color: var(--pitoon-white);
}

.about-one__shape-1 {
  position: absolute;
  top: 75px;
  right: -66px;
}

.about-one__shape-1 img {
  width: auto;
}

.about-one__right {
  position: relative;
  display: block;
  margin-left: 70px;
}

.about-one__right .section-title {
  margin-bottom: 20px;
}

.about-one__text-1 {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: var(--pitoon-base);
  font-family: var(--pitoon-font-two);
}

.about-one__text-2 {
  margin-top: 11px;
  margin-bottom: 22px;
}

.about-one__points {
  position: relative;
  display: flex;
  align-items: center;
}

.about-one__points li {
  position: relative;
  display: block;
  max-width: 193px;
}

.about-one__points li + li {
  margin-left: 38px;
}

.about-one__icon-and-title {
  position: relative;
  display: flex;
  align-items: center;
}

.about-one__icon {
  position: relative;
  display: inline-block;
  top: 4px;
}

.about-one__icon span {
  position: relative;
  display: inline-block;
  font-size: 24px;
  color: var(--pitoon-base);
}

.about-one__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  margin-left: 2px;
}

.about-one__points-text {
  margin-top: 10px;
}

.about-one__progress {
  position: relative;
  display: block;
  margin-top: 23px;
}

.about-one__progress-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: var(--pitoon-black);
  margin-bottom: 7px;
}

.about-one__progress .bar {
  position: relative;
  width: 100%;
  height: 9px;
  background-color: var(--pitoon-primary);
}

.about-one__progress .bar-inner {
  position: relative;
  display: block;
  width: 0px;
  height: 9px;
  background-image: -moz-linear-gradient(
    0deg,
    rgb(4, 23, 26) 0%,
    rgb(249, 190, 23) 100%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    rgb(4, 23, 26) 0%,
    rgb(249, 190, 23) 100%
  );
  background-image: -ms-linear-gradient(
    0deg,
    rgb(4, 23, 26) 0%,
    rgb(249, 190, 23) 100%
  );
  -webkit-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.about-one__progress .count-text {
  position: absolute;
  right: 0px;
  bottom: 17px;
  color: var(--pitoon-gray);
  line-height: 26px;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

.about-one__progress .bar-inner.counted .count-text {
  opacity: 1;
}

.about-one__progress .bar.marb-0 {
  margin-bottom: 0;
}

.about-one__btn-box {
  position: relative;
  display: block;
  margin-top: 40px;
}

/*--------------------------------------------------------------
# Video One
--------------------------------------------------------------*/
.video-one {
  position: relative;
  display: block;
}

.video-one__inner {
  position: relative;
  display: block;
  padding: 80px 65px 50px;
  padding-left: 0;
  background-color: var(--pitoon-black);
  z-index: 1;
}

.video-one__bg-1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  mix-blend-mode: luminosity;
  z-index: -1;
}

.video-one__bg-2 {
  position: absolute;
  top: 0;
  width: 419px;
  right: 0;
  bottom: 0;
  opacity: 0.95;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.video-one__shape-1 {
  position: absolute;
  top: 0;
  right: 166px;
  z-index: -1;
}

.video-one__shape-1 img {
  width: auto;
}

.video-one__video-box {
  position: relative;
  display: block;
  max-width: 177px;
  margin-left: auto;
}

.video-one__video-link {
  position: relative;
  display: inline-block;
  z-index: 3;
}

.video-one__video-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 102px;
  height: 102px;
  line-height: 90px;
  text-align: center;
  font-size: 31px;
  color: var(--pitoon-black);
  border-radius: 50%;
  background-color: var(--pitoon-base);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.video-one__video-icon:hover {
  background-color: var(--pitoon-white);
  color: var(--pitoon-black);
}

.video-one__video-icon:before {
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  content: "";
  border-radius: 50%;
  border: 1px solid rgba(var(--pitoon-white-rgb), 0.1);
  z-index: 1;
}

.video-one__video-link .ripple,
.video-one__video-icon .ripple:before,
.video-one__video-icon .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 146px;
  height: 146px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(var(--pitoon-white-rgb), 0.6);
  -o-box-shadow: 0 0 0 0 rgba(var(--pitoon-white-rgb), 0.6);
  -webkit-box-shadow: 0 0 0 0 rgba(var(--pitoon-white-rgb), 0.6);
  box-shadow: 0 0 0 0 rgba(var(--pitoon-white-rgb), 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

.video-one__video-icon .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.video-one__video-icon .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.video-one__title {
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
  color: var(--pitoon-white);
  margin-top: 57px;
  margin-bottom: 39px;
}

.video-one__plus {
  position: relative;
  display: inline-block;
}

.video-one__plus a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background-color: var(--pitoon-white);
  font-size: 12px;
  color: var(--pitoon-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.video-one__plus a:hover {
  color: var(--pitoon-black);
  background-color: var(--pitoon-base);
}

.thm-owl__carousel--range__input {
  max-width: 356px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
}

.thm-owl__carousel--range__input .irs-min,
.thm-owl__carousel--range__input .irs-single,
.thm-owl__carousel--range__input .irs-max {
  visibility: hidden !important;
}

.thm-owl__carousel--range__input .irs--flat .irs-line {
  height: 3px;
  background-color: var(--pitoon-primary);
  border-radius: 0;
}

.thm-owl__carousel--range__input .irs--flat .irs-bar {
  border-radius: 0px;
  background-image: -moz-linear-gradient(
    0deg,
    rgb(4, 23, 26) 0%,
    rgb(249, 190, 23) 100%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    rgb(4, 23, 26) 0%,
    rgb(249, 190, 23) 100%
  );
  background-image: -ms-linear-gradient(
    0deg,
    rgb(4, 23, 26) 0%,
    rgb(249, 190, 23) 100%
  );
  height: 3px;
}

.thm-owl__carousel--range__input .irs--flat .irs-handle {
  width: 17px;
  height: 17px;
  background-color: var(--pitoon-base);
  border-radius: 50%;
  border: 0;
  top: 17px;
}

.thm-owl__carousel--range__input .irs--flat .irs-handle > i:first-child {
  display: none;
}

.project-one__carousel.owl-carousel .owl-stage-outer {
  overflow: visible;
}

.project-one__carousel.owl-carousel .owl-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease;
}

.project-one__carousel.owl-carousel .owl-item.active {
  opacity: 1;
  visibility: visible;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
  position: relative;
  display: block;
  background-color: var(--pitoon-white);
  overflow: hidden;
  z-index: 1;
}

.contact__shape-1 {
  position: absolute;
  top: 0;
  left: 345px;
  z-index: 2;
}

.contact__shape-1 img {
  width: auto;
}

.contact__shape-3 {
  position: absolute;
  top: 0;
  right: -375px;
  mix-blend-mode: luminosity;
  opacity: 0.1;
  z-index: -1;
}

.contact__shape-3 img {
  width: auto;
}

.contact__left {
  position: relative;
  display: block;
  margin-left: -375px;
  margin-right: 250px;
}

.contact__img {
  position: relative;
  background-color: var(--pitoon-black);
  display: block;
  clip-path: polygon(51% 0, 100% 66%, 126% 100%, 0 100%, 0 0);
}

.contact__img img {
  width: 100%;
  mix-blend-mode: luminosity;
}

.contact__right {
  position: relative;
  display: block;
  background-color: var(--pitoon-primary);
  padding-top: 120px;
  padding-bottom: 120px;
  z-index: 1;
}

.contact__shape-2 {
  position: absolute;
  bottom: 0;
  left: -420px;
  border-bottom: 250px solid #e0dcd3;
  border-left: 140px solid transparent;
  border-right: 160px solid transparent;
  opacity: 0.4;
}

.contact__shape-2 img {
  width: auto;
}

.contact__right:before {
  content: "";
  position: absolute;
  top: 0;
  left: -209px;
  bottom: 0;
  right: -1000000px;
  background-color: var(--pitoon-primary);
  -webkit-transform: skewX(-29deg);
  -moz-transform: skewX(-29deg);
  -ms-transform: skewX(-29deg);
  -o-transform: skewX(-29deg);
  transform: skewX(-29deg);
  z-index: -1;
}

.contact__form-box {
  position: relative;
  display: block;
}

.contact__form {
  position: relative;
  display: block;
}

.contact__form .row {
  --bs-gutter-x: 20px;
}

.contact__form-input-box {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.contact__form-input-box input[type="text"],
.contact__form-input-box input[type="email"] {
  height: 63px;
  width: 100%;
  border: none;
  background-color: var(--pitoon-white);
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
  font-size: 14px;
  color: var(--pitoon-gray);
  display: block;
  font-weight: 500;
}

.contact__form-input-box
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
    .input-group-btn
  ) {
  position: relative;
  display: block;
  width: 100% !important;
}

.contact__form-input-box .bootstrap-select > .dropdown-toggle::after {
  display: none;
}

.contact__form-input-box .bootstrap-select > .dropdown-toggle {
  position: relative;
  height: 63px;
  outline: none !important;
  border-radius: 0;
  border: 0;
  background-color: var(--pitoon-white) !important;
  margin: 0;
  padding: 0;
  padding-left: 30px;
  padding-right: 30px;
  color: var(--pitoon-gray) !important;
  font-size: 14px;
  line-height: 63px;
  font-weight: 500;
  box-shadow: none !important;
  background-repeat: no-repeat;
  background-size: 14px 12px;
  background-position: right 25.75px center;
}

.contact__form-input-box .bootstrap-select > .dropdown-toggle:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 26px;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  font-size: 14px;
  color: var(--pitoon-gray);
}

.contact__form-input-box textarea {
  font-size: 14px;
  font-weight: 500;
  color: var(--pitoon-gray);
  height: 130px;
  width: 100%;
  background-color: var(--pitoon-white);
  padding: 20px 30px 30px;
  border: none;
  outline: none;
  margin-bottom: 0px;
}

.contact__btn-box {
  position: relative;
  display: block;
}

.contact__btn {
  border: none;
}

.contact__form-input-box.text-message-box {
  height: 130px;
}
/*--------------------------------------------------------------
# CTA One
--------------------------------------------------------------*/
.cta-one {
  position: relative;
  display: block;
}

.cta-one__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--pitoon-base);
  padding: 41px 80px 41px;
  padding-right: 50px;
  overflow: hidden;
  z-index: 1;
}

.cta-one__shape-1 {
  position: absolute;
  top: -64px;
  left: -62px;
  opacity: 0.1;
  mix-blend-mode: luminosity;
}

.cta-one__shape-1 img {
  width: auto;
}

.cta-one__title {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}

.cta-one__btn-box {
  position: relative;
  display: block;
}

.cta-one__btn {
  background-color: var(--pitoon-black);
  color: var(--pitoon-white);
}

.cta-one__btn:hover {
  color: var(--pitoon-black);
}

.cta-one__btn::before {
  background-color: var(--pitoon-white);
}

.cta-one__btn-box::before {
  content: "";
  position: absolute;
  top: -40px;
  left: -121px;
  bottom: -39px;
  border-top: 70px solid transparent;
  border-left: 54px solid var(--pitoon-base);
  border-bottom: 70px solid transparent;
  z-index: 1;
}

.cta-one__btn-box::after {
  content: "";
  position: absolute;
  top: -41px;
  left: -121px;
  bottom: -40px;
  border-top: 71px solid transparent;
  border-left: 55px solid var(--pitoon-gray);
  border-bottom: 71px solid transparent;
  opacity: 0.5;
}

/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/
.site-footer {
  position: relative;
  display: block;
  background-color: var(--pitoon-black);
  overflow: hidden;
  z-index: 1;
}

.site-footer__bg {
  position: absolute;
  top: -18px;
  left: 0;
  right: 0;
  opacity: 0.15;
  bottom: 0;
  mix-blend-mode: luminosity;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.site-footer__top {
  position: relative;
  display: block;
  padding-top: 93px;
  padding-bottom: 92px;
}

.footer-widget__title-box {
  position: relative;
  display: block;
  margin-bottom: 23px;
}

.footer-widget__title {
  font-size: 20px;
  color: var(--pitoon-white);
  line-height: 28px;
  font-weight: 600;
}

.footer-widget__about {
  position: relative;
  display: block;
  margin-top: 4px;
}

.footer-widget__logo {
  position: relative;
  display: block;
  margin-bottom: 29px;
}

.footer-widget__about-text {
  color: #627174;
}

.site-footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}

.site-footer__social a {
  position: relative;
  height: 43px;
  width: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: var(--pitoon-white);
  background-color: transparent;
  font-size: 15px;
  border-radius: 17px;
  border: 2px solid var(--pitoon-base);
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.site-footer__social a:hover {
  color: var(--pitoon-base);
  background-color: var(--pitoon-white);
  border: 1px solid var(--pitoon-white);
}

.site-footer__social a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: var(--pitoon-white);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}

.site-footer__social a:hover:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.site-footer__social a + a {
  margin-left: 10px;
}

.footer-widget__link {
  position: relative;
  display: block;
  margin-right: -30px;
}

.footer-widget__link-list {
  position: relative;
  display: block;
}

.footer-widget__link-list li + li {
  margin-top: 8px;
}

.footer-widget__link-list li a {
  position: relative;
  color: #627174;
  font-size: 15px;
  font-weight: 500;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget__link-list li a:hover {
  color: var(--pitoon-white);
}

.footer-widget__Contact {
  position: relative;
  display: block;
}

.footer-widget__Contact-text {
  color: #627174;
}

.footer-widget__Contact-list {
  position: relative;
  display: block;
  margin-top: 22px;
}

.footer-widget__Contact-list li {
  position: relative;
  display: flex;
}

.footer-widget__Contact-list li .icon {
  margin-right: 14px;
}

.footer-widget__Contact-list li .icon span {
  color: var(--pitoon-base);
  font-size: 16px;
}

.footer-widget__Contact-list li .text a {
  font-size: 15px;
  font-weight: 700;
  color: var(--pitoon-white);
  line-height: 26px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget__Contact-list li .text a:hover {
  color: var(--pitoon-base);
  transition: all 500ms ease;
}

.footer-widget__newsletter {
  position: relative;
  display: block;
}

.footer-widget__newsletter .footer-widget__title-box {
  margin-bottom: 32px;
}

.footer-widget__newsletter-form-input-box {
  position: relative;
  display: block;
}

.footer-widget__newsletter-form-input-box input[type="email"] {
  height: 60px;
  width: 100%;
  background-color: #061f23;
  outline: none;
  font-size: 14px;
  color: #627174;
  font-weight: 500;
  border: none;
  padding-right: 70px;
  padding-left: 30px;
}

.footer-widget__newsletter-btn {
  position: absolute;
  top: 50%;
  right: 24px;
  border: none;
  background-color: transparent;
  border-radius: 0;
  transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget__newsletter-btn span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: var(--pitoon-white);
}

.footer-widget__newsletter-form-box .checked-box {
  position: relative;
  display: block;
  min-height: 30px;
  margin-top: 16px;
}

.footer-widget__newsletter-form-box .checked-box label {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  margin-right: 0px;
  margin-bottom: 0;
  color: #627174;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  min-height: 30px;
}

.footer-widget__newsletter-form-box .checked-box input[type="checkbox"] {
  display: none;
}

.footer-widget__newsletter-form-box
  .checked-box
  input[type="checkbox"]
  + label
  span {
  position: absolute;
  top: 5px;
  left: 0;
  width: 19px;
  height: 19px;
  vertical-align: middle;
  border: 1px solid #59686b;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.footer-widget__newsletter-form-box .checked-box label span:before {
  position: absolute;
  top: 4px;
  left: 4px;
  display: block;
  border-bottom: 2px solid #59686b;
  border-right: 2px solid #59686b;
  content: "";
  width: 5px;
  height: 8px;
  pointer-events: none;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  opacity: 0;
}

.footer-widget__newsletter-form-box
  .checked-box
  input[type="checkbox"]:checked
  + label
  span {
  border-color: #59686b;
}

.footer-widget__newsletter-form-box
  .checked-box
  input[type="checkbox"]:checked
  + label
  span:before {
  opacity: 1;
}

.site-footer__bottom {
  position: relative;
  display: block;
}

.site-footer__bottom-inner {
  position: relative;
  display: block;
  text-align: center;
  padding: 31px 0 34px;
  box-shadow: 0px -1px 0px 0px rgba(255, 255, 255, 0.1);
}

.site-footer__bottom-text {
  color: #627174;
  font-size: 15px;
  font-weight: 500;
}

.site-footer__bottom-text a {
  color: #627174;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.site-footer__bottom-text a:hover {
  color: var(--pitoon-white);
}

/* for Firefox */
@-moz-keyframes my-animation404 {
  from {
    -moz-transform: translateX(-100%);
  }

  to {
    -moz-transform: translateX(100%);
  }
}

/* for Chrome */
@-webkit-keyframes my-animation404 {
  from {
    -webkit-transform: translateX(-100%);
  }

  to {
    -webkit-transform: translateX(100%);
  }
}

@keyframes my-animation404 {
  from {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  to {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

/* for Firefox */
@-moz-keyframes my-animation405 {
  from {
    -moz-transform: translateX(100%);
  }

  to {
    -moz-transform: translateX(-100%);
  }
}

/* for Chrome */
@-webkit-keyframes my-animation405 {
  from {
    -webkit-transform: translateX(100%);
  }

  to {
    -webkit-transform: translateX(-100%);
  }
}

@keyframes my-animation405 {
  from {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  to {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.section-title {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
  z-index: 2;
}

.section-title__tagline-box {
  margin-bottom: 20px;
}

.section-title__tagline {
  display: inline-block;
  font-family: "Syne", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #ffd700;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  padding: 0 30px;
}

.section-title__tagline::before,
.section-title__tagline::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 20px;
  height: 1px;
  background: #ffd700;
}

.section-title__tagline::before {
  left: 0;
}

.section-title__tagline::after {
  right: 0;
}

.section-title__title {
  font-family: "Syne", sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  line-height: 1.2;
}

/* package  */

.packages-row {
  position: relative;
  z-index: 2;
}

.package-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 25px 20px; /* Reduced from 40px 30px */
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  backdrop-filter: blur(10px);
}

.package-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #ffd700, #ffed4a, #ffd700);
  border-radius: 20px 20px 0 0;
}

.package-card:hover {
  transform: translateY(-15px);
  border-color: rgba(255, 215, 0, 0.3);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
  background: rgba(255, 255, 255, 0.08);
}

.package-card.featured {
  transform: scale(1.05);
  border: 2px solid #ffd700;
  background: rgba(255, 215, 0, 0.1);
}

.package-card.featured::before {
  height: 4px;
  background: linear-gradient(90deg, #ffd700, #ffed4a, #ffd700);
}

.package-header {
  text-align: center;
  margin-bottom: 20px; /* Reduced from 35px */
  position: relative;
}

.package-name {
  font-family: "Syne", sans-serif;
  font-size: 24px; /* Reduced from 28px */
  font-weight: 700;
  color: #ffd700;
  margin-bottom: 10px; /* Reduced from 15px */
  line-height: 1.2;
}

.package-description {
  font-size: 14px; /* Reduced from 16px */
  color: #bbbbbb;
  margin-bottom: 15px; /* Reduced from 25px */
  line-height: 1.4;
}

.package-price {
  font-family: "Syne", sans-serif;
  font-size: 32px; /* Reduced from 36px */
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 5px;
}

.package-period {
  font-size: 12px; /* Reduced from 14px */
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.package-features {
  list-style: none;
  padding: 0;
  margin: 20px 0; /* Reduced from 35px 0 */
}

.package-features li {
  padding: 10px 0; /* Reduced from 15px 0 */
  color: #ffffff;
  font-size: 14px; /* Reduced from 16px */
  font-weight: 400;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}

.package-features li:last-child {
  border-bottom: none;
}

.package-features li:hover {
  color: #ffd700;
  padding-left: 10px;
}

.package-features li::before {
  content: "✓";
  color: #ffd700;
  font-weight: 700;
  font-size: 16px; /* Reduced from 18px */
  margin-right: 12px; /* Reduced from 15px */
  min-width: 18px; /* Reduced from 20px */
}

.package-button {
  width: 100%;
  padding: 15px 20px; /* Reduced from 18px 25px */
  background: linear-gradient(45deg, transparent, transparent);
  border: 2px solid #ffd700;
  border-radius: 12px;
  color: #ffd700;
  font-family: "Syne", sans-serif;
  font-weight: 600;
  font-size: 14px; /* Reduced from 16px */
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.4s ease;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.package-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #ffd700, #ffed4a);
  transition: all 0.4s ease;
  z-index: -1;
}

.package-button:hover {
  color: #000000;
  border-color: #ffd700;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(255, 215, 0, 0.3);
}

.package-button:hover::before {
  left: 0;
}

.popular-badge {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(45deg, #ffd700, #ffed4a);
  color: #000000;
  padding: 6px 20px; /* Reduced from 8px 25px */
  border-radius: 25px;
  font-size: 11px; /* Reduced from 12px */
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 5px 15px rgba(255, 215, 0, 0.4);
}

.package-shape {
  position: absolute;
  top: 15px; /* Reduced from 20px */
  right: 15px; /* Reduced from 20px */
  width: 50px; /* Reduced from 60px */
  height: 50px; /* Reduced from 60px */
  background: rgba(255, 215, 0, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}

.package-shape i {
  color: #ffd700;
  font-size: 20px; /* Reduced from 24px */
}

.package-card:hover .package-shape {
  transform: rotate(360deg);
  background: rgba(255, 215, 0, 0.2);
}

/* package_style */

.about-section {
  min-height: 100vh;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.about-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
      circle at 30% 20%,
      rgba(120, 119, 198, 0.1) 0%,
      transparent 70%
    ),
    radial-gradient(
      circle at 70% 80%,
      rgba(255, 107, 107, 0.1) 0%,
      transparent 70%
    );
  pointer-events: none;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}

.content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.package-card {
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.05) 0%,
    rgba(255, 255, 255, 0.02) 100%
  );
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 40px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
}

.package-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #ff6b6b, #4ecdc4, #45b7d1);
  border-radius: 24px 24px 0 0;
}

.package-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #fff;
  text-align: center;
}

.package-list {
  list-style: none;
}

.package-item {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  transition: all 0.3s ease;
}

.package-item:hover {
  background: rgba(255, 255, 255, 0.03);
  transform: translateX(8px);
  border-radius: 8px;
  padding-left: 12px;
}

.package-item:last-child {
  border-bottom: none;
}

.checkmark {
  color: #4ecdc4;
  font-size: 18px;
  margin-right: 16px;
  font-weight: bold;
}

.content-section {
  padding-left: 20px;
}

.tagline-container {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.tagline {
  background: linear-gradient(90deg, #ff6b6b, #4ecdc4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.decorative-icons {
  margin-left: 15px;
  display: flex;
  gap: 5px;
}

.package_icon {
  color: rgba(255, 255, 255, 0.3);
  font-size: 12px;
  animation: pulse 2s infinite;
}

.package_icon:nth-child(2) {
  animation-delay: 0.3s;
}

.package_icon:nth-child(3) {
  animation-delay: 0.6s;
}

@keyframes pulse {
  0%,
  100% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
}

.main-title {
  font-family: "Courier New", Courier, monospace;
  font-size: 40px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 30px;
  background: linear-gradient(135deg, #fff 0%, #e0e0e0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.description {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 20px;
  line-height: 1.7;
}

.features-grid {
  display: grid;
  gap: 25px;
  margin: 40px 0;
}

.feature-item {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 24px;
  transition: all 0.3s ease;
}

.feature-item:hover {
  background: rgba(255, 255, 255, 0.05);
  transform: translateY(-4px);
  box-shadow: 0 15px 35px -5px rgba(0, 0, 0, 0.3);
}

.feature-header {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.feature-icon {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #ff6b6b, #4ecdc4);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  color: white;
  font-size: 18px;
}

.feature-title {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

.feature-description {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.6;
}

.cta-button {
  display: inline-block;
  background: linear-gradient(135deg, #ff6b6b 0%, #4ecdc4 100%);
  color: white;
  padding: 16px 32px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
  box-shadow: 0 10px 25px -5px rgba(255, 107, 107, 0.4);
  margin-top: 30px;
}

.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 35px -5px rgba(255, 107, 107, 0.6);
  color: white;
}

@media (max-width: 768px) {
  .content-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .main-title {
    font-size: 32px;
  }

  .content-section {
    padding-left: 0;
  }

  .package-card {
    padding: 30px 20px;
  }
}

.floating-shape {
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: linear-gradient(
    45deg,
    rgba(255, 107, 107, 0.1),
    rgba(78, 205, 196, 0.1)
  );
  filter: blur(60px);
  animation: float 6s ease-in-out infinite;
}

.shape-1 {
  top: 10%;
  right: 10%;
  animation-delay: 0s;
}

.shape-2 {
  bottom: 20%;
  left: 5%;
  animation-delay: 3s;
}

@keyframes float {
  0%,
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
  33% {
    transform: translate(30px, -30px) rotate(120deg);
  }
  66% {
    transform: translate(-20px, 20px) rotate(240deg);
  }
}

@media (max-width: 768px) {
  .section-title__title {
    font-size: 36px;
  }

  .package-card.featured {
    transform: none;
    margin-bottom: 30px;
  }

  .packages-section {
    padding: 60px 0;
  }

  .package-name {
    font-size: 20px; /* Reduced for mobile */
  }

  .package-price {
    font-size: 24px; /* Reduced for mobile */
  }
}
/* package */

/* core  */

#elenza-core-values {
  max-width: 1400px;
  margin: 0 auto;
  padding: 4rem 3rem;
  position: relative;
}

.values-section {
  position: relative;
}

.core-values-heading {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 450;
  text-align: center;
  margin-bottom: 5rem;
  background: linear-gradient(135deg, #4ecdc4, #44a08d, #ff6b6b, #a8e6cf);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  background-size: 300% 300%;
  animation: gradientShift 6s ease-in-out infinite;
  position: relative;
  letter-spacing: -0.02em;
  text-shadow: 0 0 30px rgba(78, 205, 196, 0.3);
}

@keyframes gradientShift {
  0%,
  100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

.core-values-heading::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  height: 120%;
  border: 2px solid rgba(78, 205, 196, 0.1);
  border-radius: 20px;
  transform: translate(-50%, -50%);
  animation: pulse 4s ease-in-out infinite;
  z-index: -1;
}

@keyframes pulse {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.3;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.05);
    opacity: 0.1;
  }
}

.core-values-heading::after {
  content: "";
  position: absolute;
  bottom: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 4px;
  background: linear-gradient(135deg, #4ecdc4, #44a08d);
  border-radius: 2px;
  box-shadow: 0 0 20px rgba(78, 205, 196, 0.4);
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
  opacity: 0;
  transform: translateY(50px);
  animation: fadeInUp 1.2s ease-out 0.5s forwards;
}

.feature-item {
  backdrop-filter: blur(20px);
  padding: 3rem;
  border-radius: 24px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3),
    0 0 0 1px rgba(255, 255, 255, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(78, 205, 196, 0.15);
}

.feature-item::before {
  background: linear-gradient(135deg, #4ecdc4, #44a08d);
}

.feature-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  border-radius: 24px 24px 0 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.feature-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(145deg, transparent, rgba(78, 205, 196, 0.02));
  opacity: 0;
  transition: opacity 0.5s ease;
  border-radius: 24px;
  pointer-events: none;
}

.feature-item:hover {
  transform: translateY(-12px) scale(1.02);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(78, 205, 196, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.feature-item:hover::before {
  transform: scaleX(1);
}

.feature-item:hover::after {
  opacity: 1;
}

.feature-header {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.feature-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(
    135deg,
    rgba(78, 205, 196, 0.2),
    rgba(68, 160, 141, 0.3)
  );
  backdrop-filter: blur(10px);
  color: #4ecdc4;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 8px 20px rgba(78, 205, 196, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(78, 205, 196, 0.3);
  position: relative;
  overflow: hidden;
}

/* Unique colors for each icon */
.feature-icon {
  color: #4ecdc4;
  background: linear-gradient(
    135deg,
    rgba(78, 205, 196, 0.2),
    rgba(68, 160, 141, 0.3)
  );
}

.feature-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    45deg,
    transparent,
    rgba(255, 255, 255, 0.1),
    transparent
  );
  transform: translateX(-100%);
  transition: transform 0.6s ease;
}

.feature-item:hover .feature-icon {
  transform: rotate(45deg) scale(1.1);
}

.feature-item:hover .feature-icon::before {
  transform: translateX(100%);
}

.feature-title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.3;
  transition: all 0.3s ease;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.feature-item:hover .feature-title {
  background: linear-gradient(135deg, #4ecdc4, #44a08d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  transform: translateX(8px);
  text-shadow: none;
}

.feature-description {
  font-size: 1.05rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 400;
  transition: all 0.3s ease;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.feature-item:hover .feature-description {
  color: rgba(255, 255, 255, 0.95);
  transform: translateY(4px);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

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

.feature-item:nth-child(odd) {
  animation: slideInLeft 1s ease-out forwards;
  animation-delay: calc(var(--i) * 0.15s);
}

.feature-item:nth-child(even) {
  animation: slideInRight 1s ease-out forwards;
  animation-delay: calc(var(--i) * 0.15s);
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-60px) translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateX(0) translateY(0);
  }
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(60px) translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateX(0) translateY(0);
  }
}

/* Floating particles effect */
.features-grid::before,
.features-grid::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background: rgba(78, 205, 196, 0.4);
  border-radius: 50%;
  animation: float 6s ease-in-out infinite;
}

.features-grid::before {
  top: 20%;
  left: 10%;
  animation-delay: 0s;
}

.features-grid::after {
  top: 70%;
  right: 15%;
  animation-delay: 3s;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0px) scale(1);
    opacity: 0.7;
  }
  50% {
    transform: translateY(-20px) scale(1.2);
    opacity: 1;
  }
}

/* Mobile Responsiveness */
@media (max-width: 1024px) {
  #elenza-core-values {
    padding: 3rem 2rem;
  }

  .features-grid {
    gap: 2rem;
  }
}

@media (max-width: 768px) {
  #elenza-core-values {
    padding: 2rem 1rem;
  }

  .core-values-heading {
    margin-bottom: 3rem;
  }

  .features-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .feature-item {
    padding: 2.5rem 2rem;
  }

  .feature-title {
    font-size: 1.4rem;
  }

  .feature-description {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .feature-item {
    padding: 2rem 1.5rem;
  }

  .feature-icon {
    width: 50px;
    height: 50px;
    font-size: 1.5rem;
  }

  .feature-title {
    font-size: 1.3rem;
  }

  .feature-description {
    font-size: 0.95rem;
    line-height: 1.6;
  }

  .feature-header {
    gap: 1rem;
    margin-bottom: 1.5rem;
  }
}

/* Animation delays */
.feature-item:nth-child(1) {
  --i: 1;
}
.feature-item:nth-child(2) {
  --i: 2;
}
.feature-item:nth-child(3) {
  --i: 3;
}
.feature-item:nth-child(4) {
  --i: 4;
}
.feature-item:nth-child(5) {
  --i: 5;
}
.feature-item:nth-child(6) {
  --i: 6;
}

/* Scrollbar styling */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(135deg, #4ecdc4, #44a08d);
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(135deg, #44a08d, #4ecdc4);
}

/* background image main */

@media (max-width: 426px) {
  .main-slider__bg,
  .main-slider__bg-two {
    background-size: 218% 75%;
    background-position: left center;
  }
}
@media (max-width: 321px) {
  .main-slider__bg,
  .main-slider__bg-two {
    background-size: 220% 77%;
    background-position: left center;
  }
}

@media (max-width: 1025px) {
  .contact__img {
    display: none;
  }
}
