/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Utility
# Common
# Custom Cursor
# Animation
# Topbar
# Navigation
# Home Showcase
# Mobile Nav
# Search Popup
# Forms
# Comments
# Contact
# Cards
# Blog Details
# Page Header
# Footer
# Sidebar
# Google Map
# Hero Slider
# About
# Client Carousel
# Testimonials
# Amoxi Area
# Gallery
# Why Choose
# Funfact
# Slide Text
# Awards
# Expertise
# Work Process
# Faq
# Package
# Feature
# Skills
# Social Media
# Work Area
# Portfolio
# Portfolio Details
# Service
# Service Details
# Shop
# Shop Details
# Cart
# Checkout
# Error 404
# Boxed Home
--------------------------------------------------------------*/
:root {
  --amoxi-font: "DM Sans", sans-serif;
  --amoxi-heading-font: "Plus Jakarta Sans", sans-serif;
  --amoxi-special-font: "Whisper", cursive;
  --amoxi-text: #b2afa6;
  --amoxi-text-rgb: 178, 175, 166;
  --amoxi-text-gray: #636363;
  --amoxi-text-gray-rgb: 99, 99, 99;
  --amoxi-base: #ff621d;
  --amoxi-base-rgb: 255, 98, 29;
  --amoxi-gray: #969697;
  --amoxi-gray-rgb: 150, 150, 151;
  --amoxi-gray2: #C2C2C2;
  --amoxi-gray2-rgb: 194, 194, 194;
  --amoxi-white: #FFFFFF;
  --amoxi-white-rgb: 255, 255, 255;
  --amoxi-white2: #D9D9D9;
  --amoxi-white2-rgb: 217, 217, 217;
  --amoxi-white3: #DDDDDD;
  --amoxi-white3-rgb: 221, 221, 221;
  --amoxi-white4: #ECF8F8;
  --amoxi-white4-rgb: 236, 248, 248;
  --amoxi-black: #1A1B1F;
  --amoxi-black-rgb: 26, 27, 31;
  --amoxi-black2: #0E0F11;
  --amoxi-black2-rgb: 14, 15, 17;
  --amoxi-black3: #121115;
  --amoxi-black3-rgb: 18, 17, 21;
  --amoxi-black4: #131313;
  --amoxi-black4-rgb: 19, 19, 19;
  --amoxi-black5: #222222;
  --amoxi-black5-rgb: 34, 34, 34;
  --amoxi-black6: #3A3B3F;
  --amoxi-black6-rgb: 58, 59, 63;
  --amoxi-black7: #000000;
  --amoxi-black7-rgb: 0, 0, 0;
  --amoxi-black8: #333333;
  --amoxi-black8-rgb: 51, 51, 51;
  --amoxi-black9: #474747;
  --amoxi-black9-rgb: 71, 71, 71;
  --amoxi-border-color: #D3D3D3;
  --amoxi-border-color-rgb: 211, 211, 211;
  --section-space: 120px;
  --section-space-2: 111px;
  --amoxi-letter-space: 0.1em;
  --amoxi-letter-space-xl: 0.2em;
}

/*--------------------------------------------------------------
# Utility
--------------------------------------------------------------*/
.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-80 {
  margin-top: 80px;
}

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

.mt--60 {
  margin-top: -60px;
}

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

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-80 {
  margin-bottom: 80px;
}

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

.mb--60 {
  margin-bottom: -60px;
}

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

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

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

.pt-80 {
  padding-top: 80px;
}

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

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

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

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

.pt-142 {
  padding-top: 142px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

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

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

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

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

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

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

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

.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-30 {
  padding-left: 30px;
}

.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-30 {
  padding-right: 30px;
}

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
body {
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  color: var(--amoxi-text, #b2afa6);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
  background-color: var(--amoxi-black, #1A1B1F);
}

body.locked {
  overflow: hidden;
}

a {
  color: var(--amoxi-base, #ff621d);
  transition: all 400ms ease;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--amoxi-heading-font, "Plus Jakarta Sans", sans-serif);
  color: var(--amoxi-white, #FFFFFF);
}
@media (max-width: 767px) {
  h1 br,
  h2 br,
  h3 br,
  h4 br,
  h5 br,
  h6 br {
    display: none;
  }
}

@media (max-width: 767px) {
  p br {
    display: none;
  }
}

.amoxi-text {
  color: var(--amoxi-text, #b2afa6);
}

.background-base {
  background-color: var(--amoxi-base, #ff621d);
}

.background-text {
  background-color: var(--amoxi-text, #b2afa6);
}

.background-black {
  background-color: var(--amoxi-black, #1A1B1F);
}

.background-black-2 {
  background-color: var(--amoxi-black2, #0E0F11);
}

.background-black-3 {
  background-color: var(--amoxi-black3, #121115);
}

.background-white {
  background-color: var(--amoxi-white, #FFFFFF);
}

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

.section-space {
  padding-top: var(--section-space, 120px);
  padding-bottom: var(--section-space, 120px);
}
@media (max-width: 767px) {
  .section-space {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 575px) {
  .section-space {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.section-space-2 {
  padding-top: var(--section-space-2, 111px);
  padding-bottom: var(--section-space, 120px);
}
@media (max-width: 767px) {
  .section-space-2 {
    padding-top: 91px;
    padding-bottom: 100px;
  }
}
@media (max-width: 575px) {
  .section-space-2 {
    padding-top: 71px;
    padding-bottom: 80px;
  }
}

.section-space-t {
  padding-top: var(--section-space, 120px);
}
@media (max-width: 767px) {
  .section-space-t {
    padding-top: 100px;
  }
}
@media (max-width: 575px) {
  .section-space-t {
    padding-top: 80px;
  }
}

.section-space-t-2 {
  padding-top: var(--section-space-2, 111px);
}
@media (max-width: 767px) {
  .section-space-t-2 {
    padding-top: 91px;
  }
}
@media (max-width: 575px) {
  .section-space-t-2 {
    padding-top: 71px;
  }
}

.section-space-b {
  padding-bottom: var(--section-space, 120px);
}
@media (max-width: 767px) {
  .section-space-b {
    padding-bottom: 100px;
  }
}
@media (max-width: 575px) {
  .section-space-b {
    padding-bottom: 80px;
  }
}

.section-bg {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-color: var(--amoxi-black2, #0E0F11);
}

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

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.row {
  --bs-gutter-x: 30px;
}

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

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

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

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

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

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

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

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

label.error {
  margin-top: 8px;
  color: var(--amoxi-text, #b2afa6);
}

.logo-retina img {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

/* section title */
.sec-title {
  margin-bottom: 35px;
}
.sec-title--center {
  margin-bottom: 51px;
  text-align: center;
}
.sec-title--center .sec-title__top {
  align-items: center;
  justify-content: center;
}
.sec-title--center .sec-title__shape {
  top: -1px;
}
@media (max-width: 767px) {
  .sec-title--center .sec-title__shape {
    top: -2px;
  }
}
@media (max-width: 440px) {
  .sec-title--center .sec-title__shape {
    top: -1px;
  }
}
.sec-title__top {
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 13px;
}
.sec-title__shape-img {
  max-width: 100%;
  height: auto;
  position: relative;
}
.sec-title__shape {
  width: 29px;
  height: 16px;
  flex-shrink: 0;
  position: relative;
  top: 4px;
}
@media (max-width: 767px) {
  .sec-title__shape {
    top: 1px;
  }
}
.sec-title__shape::before, .sec-title__shape::after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  z-index: 1;
  border-radius: 50%;
  transform: translateY(-50%);
  background-color: var(--amoxi-white, #FFFFFF);
}
.sec-title__shape::before {
  left: 13px;
}
.sec-title__shape::after {
  width: 4px;
  height: 4px;
  right: 0px;
}
.sec-title__shape__inner {
  width: 16px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: var(--amoxi-base, #ff621d);
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}
.sec-title__shape--2::before {
  left: auto;
  right: 13px;
}
.sec-title__shape--2::after {
  left: 0px;
  right: auto;
}
.sec-title__shape--2 .sec-title__shape__inner {
  left: auto;
  right: 0px;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}
.sec-title__tagline {
  margin: 0px;
  font-size: 22px;
  color: var(--amoxi-white, #FFFFFF);
  font-weight: 500;
  line-height: 1.181;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .sec-title__tagline {
    font-size: 18px;
  }
}
@media (max-width: 440px) {
  .sec-title__tagline {
    font-size: 16px;
  }
}
.sec-title__tagline.bw-split-text > div {
  background-size: 200% 100%;
  background-position-x: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  background-image: linear-gradient(to left, rgba(var(--amoxi-base-rgb, 255, 98, 29), 0.4) 50%, var(--amoxi-base, #ff621d) 50%);
}
.sec-title__title {
  margin: 0px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
  color: var(--amoxi-white, #FFFFFF);
}
@media (max-width: 767px) {
  .sec-title__title {
    font-size: 35px;
  }
}
@media (max-width: 440px) {
  .sec-title__title {
    font-size: 30px;
  }
}
.sec-title__title.bw-split-text > div {
  background-size: 200% 100%;
  background-position-x: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  background-image: linear-gradient(to left, rgba(var(--amoxi-white-rgb, 255, 255, 255), 0.2) 50%, var(--amoxi-white, #FFFFFF) 50%);
}
.sec-title__title__text {
  display: inline !important;
  font-weight: 400;
  font-style: italic;
}
.sec-title--two.sec-title--center .sec-title__shape--1 {
  top: 0px;
}
.sec-title--two .sec-title__top {
  gap: 15px;
}
.sec-title--two .sec-title__shape {
  width: 36px;
  height: 16px;
  top: -1px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sec-title--two .sec-title__shape--1 {
  top: 4px;
}
.sec-title--two .sec-title__shape::before,
.sec-title--two .sec-title__shape::after {
  content: "";
  position: static;
  width: calc(50% - 2px);
  height: 100%;
  border-radius: 0px;
  transform: translateY(0%);
  background-color: transparent;
  background: linear-gradient(180deg, #f29a1c 0%, #fa4721 100%);
}
.sec-title--two .sec-title__shape::before {
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
.sec-title--two .sec-title__shape::after {
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.sec-title--two .sec-title__title {
  text-transform: uppercase;
}
.sec-title--three.sec-title--center .sec-title__shape {
  top: -1px;
}
@media (max-width: 440px) {
  .sec-title--three.sec-title--center .sec-title__shape {
    top: -2px;
  }
}
.sec-title--three .sec-title__top {
  gap: 16px;
}
.sec-title--three .sec-title__shape {
  width: 6px;
  height: 6px;
  top: 9px;
  background-color: var(--amoxi-base, #ff621d);
}
@media (max-width: 767px) {
  .sec-title--three .sec-title__shape {
    top: 6px;
  }
}
@media (max-width: 440px) {
  .sec-title--three .sec-title__shape {
    top: 5px;
  }
}
.sec-title--three .sec-title__shape::before,
.sec-title--three .sec-title__shape::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 0px;
  transform: translateY(0%);
}
.sec-title--three .sec-title__shape--1::before,
.sec-title--three .sec-title__shape--1::after {
  left: auto;
  right: -6px !important;
}
.sec-title--three .sec-title__shape::before {
  top: -6px;
}
.sec-title--three .sec-title__shape::after {
  top: auto;
  bottom: -6px;
}
.sec-title--three .sec-title__shape--2::before,
.sec-title--three .sec-title__shape--2::after {
  left: -6px;
}
.sec-title--four .sec-title__top {
  gap: 0px;
  align-items: center;
  margin-bottom: 15px;
}
.sec-title--four .sec-title__shape-img--1 {
  top: -4px;
}
.sec-title--four .sec-title__shape-img--2 {
  bottom: -4px;
}
.sec-title--four .sec-title__tagline {
  position: relative;
  font-size: 18px;
  line-height: 1.277;
}

/* gsap reveal text animation */
.bw-reveal-text {
  visibility: hidden;
}
.bw-reveal-text .line {
  display: flex;
  overflow: hidden;
  position: relative;
}

.bw-reveal-text-2 {
  visibility: hidden;
}
.bw-reveal-text-2 .letter {
  position: relative;
  display: inline-block;
  will-change: transform;
  transform-style: preserve-3d;
}
.bw-reveal-text-2 .letter div {
  width: 100%;
  backface-visibility: hidden;
  transform: translateZ(4vw);
  transform-style: preserve-3d;
}
.bw-reveal-text-2 .perspective {
  position: relative;
  display: inline-block;
}
.bw-reveal-text-2 .perspective div {
  position: relative;
  display: inline-block;
}
.bw-reveal-text-2 .word {
  display: inline-block;
}

/* svg stroke text animation */
.stroke-text-title {
  width: 100%;
  margin-bottom: 47px;
  position: relative;
  text-align: center;
}
@media (max-width: 767px) {
  .stroke-text-title {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .stroke-text-title {
    margin-bottom: 0px;
  }
}
.stroke-text-title svg {
  width: 100%;
  display: block;
}
.stroke-text-title svg:not(:root) {
  overflow: visible !important;
}
.stroke-text-title svg text {
  margin: 0px;
  font-family: var(--amoxi-heading-font, "Plus Jakarta Sans", sans-serif);
  font-size: clamp(35px, 10vw, 150px);
  line-height: 1;
  stroke-width: 1;
  font-weight: 700;
  stroke: var(--amoxi-text, #b2afa6);
  text-transform: uppercase;
  animation: svgTextAnimation 5s infinite alternate;
}

@keyframes svgTextAnimation {
  0% {
    fill: rgba(var(--amoxi-white-rgb, 255, 255, 255), 0);
    stroke: rgba(var(--amoxi-text-rgb, 130, 126, 118), 1);
    stroke-dashoffset: 25%;
    stroke-dasharray: 0 50%;
    stroke-width: 1;
  }
  70% {
    fill: rgba(var(--amoxi-white-rgb, 255, 255, 255), 0);
    stroke: rgba(var(--amoxi-text-rgb, 130, 126, 118), 1);
  }
  80% {
    fill: rgba(var(--amoxi-white-rgb, 255, 255, 255), 0);
    stroke: rgba(var(--amoxi-text-rgb, 130, 126, 118), 1);
    stroke-width: 1;
  }
  100% {
    fill: rgba(var(--amoxi-base-rgb, 255, 98, 29), 1);
    stroke: rgba(var(--amoxi-white-rgb, 255, 255, 255), 0);
    stroke-dashoffset: -25%;
    stroke-dasharray: 50% 0;
    stroke-width: 0;
  }
}
@keyframes svgTextAnimation2 {
  0% {
    fill: rgba(var(--amoxi-white-rgb, 255, 255, 255), 0);
    stroke: rgba(var(--amoxi-white-rgb, 255, 255, 255), 1);
    stroke-dashoffset: 25%;
    stroke-dasharray: 0 50%;
    stroke-width: 2;
  }
  70% {
    fill: rgba(var(--amoxi-white-rgb, 255, 255, 255), 0);
    stroke: rgba(var(--amoxi-white-rgb, 255, 255, 255), 1);
  }
  80% {
    fill: rgba(var(--amoxi-white-rgb, 255, 255, 255), 0);
    stroke: rgba(var(--amoxi-white-rgb, 255, 255, 255), 1);
    stroke-width: 2;
  }
  100% {
    fill: rgba(var(--amoxi-base-rgb, 255, 98, 29), 1);
    stroke: rgba(var(--amoxi-white-rgb, 255, 255, 255), 0);
    stroke-dashoffset: -25%;
    stroke-dasharray: 50% 0;
    stroke-width: 0;
  }
}
@media (max-width: 767px) {
  @keyframes svgTextAnimation2 {
    0% {
      fill: rgba(var(--amoxi-white-rgb, 255, 255, 255), 0);
      stroke: rgba(var(--amoxi-white-rgb, 255, 255, 255), 1);
      stroke-dashoffset: 25%;
      stroke-dasharray: 0 50%;
      stroke-width: 1;
    }
    70% {
      fill: rgba(var(--amoxi-white-rgb, 255, 255, 255), 0);
      stroke: rgba(var(--amoxi-white-rgb, 255, 255, 255), 1);
    }
    80% {
      fill: rgba(var(--amoxi-white-rgb, 255, 255, 255), 0);
      stroke: rgba(var(--amoxi-white-rgb, 255, 255, 255), 1);
      stroke-width: 1;
    }
    100% {
      fill: rgba(var(--amoxi-base-rgb, 255, 98, 29), 1);
      stroke: rgba(var(--amoxi-white-rgb, 255, 255, 255), 0);
      stroke-dashoffset: -25%;
      stroke-dasharray: 50% 0;
      stroke-width: 0;
    }
  }
}
@keyframes svgTextAnimation3 {
  0% {
    fill: rgba(var(--amoxi-white-rgb, 255, 255, 255), 0);
    stroke: rgba(var(--amoxi-white-rgb, 255, 255, 255), 1);
    stroke-dashoffset: 25%;
    stroke-dasharray: 0 50%;
    stroke-width: 1;
  }
  70% {
    fill: rgba(var(--amoxi-white-rgb, 255, 255, 255), 0);
    stroke: rgba(var(--amoxi-white-rgb, 255, 255, 255), 1);
  }
  80% {
    fill: rgba(var(--amoxi-white-rgb, 255, 255, 255), 0);
    stroke: rgba(var(--amoxi-white-rgb, 255, 255, 255), 1);
    stroke-width: 1;
  }
  100% {
    fill: rgba(var(--amoxi-base-rgb, 255, 98, 29), 1);
    stroke: rgba(var(--amoxi-white-rgb, 255, 255, 255), 1);
    stroke-dashoffset: -25%;
    stroke-dasharray: 50% 0;
    stroke-width: 1;
  }
}
/* button */
.amoxi-btn {
  display: inline-flex;
  gap: 0px;
  border: none;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  align-items: center;
  vertical-align: middle;
  -webkit-appearance: none;
  outline: none !important;
  background-color: transparent;
}
.amoxi-btn__text {
  display: inline-block;
  padding: 14.5px 40px;
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: var(--amoxi-white, #FFFFFF);
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
  overflow: hidden;
  border-radius: 100px;
  text-transform: uppercase;
  transition: all 500ms ease;
  background: var(--amoxi-base, #ff621d);
}
@media (max-width: 575px) {
  .amoxi-btn__text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.amoxi-btn__text::before, .amoxi-btn__text::after {
  content: "";
  width: 0%;
  height: calc(100% + 10px);
  position: absolute;
  top: -5px;
  z-index: -1;
  transition: 500ms;
  transform: skewX(-25deg);
  background: var(--amoxi-white, #FFFFFF);
}
.amoxi-btn__text::before {
  left: -8px;
}
.amoxi-btn__text::after {
  right: -8px;
}
.amoxi-btn:hover .amoxi-btn__text {
  color: var(--amoxi-black, #1A1B1F);
}
.amoxi-btn:hover .amoxi-btn__text::before, .amoxi-btn:hover .amoxi-btn__text::after {
  width: calc(50% + 10px);
}
.amoxi-btn__icon-box {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
  background: var(--amoxi-white, #FFFFFF);
  transition: all 500ms ease;
}
.amoxi-btn:hover .amoxi-btn__icon-box {
  background: var(--amoxi-base, #ff621d);
}
.amoxi-btn__icon {
  display: inline-flex;
  font-size: 9px;
  color: var(--amoxi-base, #ff621d);
  transition: all 500ms ease;
}
.amoxi-btn__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.amoxi-btn:hover .amoxi-btn__icon {
  color: var(--amoxi-white, #FFFFFF);
  animation: slideRight 500ms;
}
.amoxi-btn--two .amoxi-btn__text {
  background: linear-gradient(90deg, #f29a1c 0%, #fa4721 100%);
}
.amoxi-btn--two .amoxi-btn__icon-box {
  position: relative;
  z-index: 1;
}
.amoxi-btn--two .amoxi-btn__icon-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1;
  border-radius: inherit;
  transition: all 500ms ease;
  background: linear-gradient(90deg, #f29a1c 7.92%, #fa4721 100%);
}
.amoxi-btn--two:hover .amoxi-btn__icon-box {
  background: transparent;
}
.amoxi-btn--two:hover .amoxi-btn__icon-box::after {
  opacity: 1;
}
.amoxi-btn--three .amoxi-btn__text,
.amoxi-btn--three .amoxi-btn__icon {
  color: var(--amoxi-black4, #131313);
}
.amoxi-btn--three:hover .amoxi-btn__icon {
  color: var(--amoxi-black4, #131313);
}

.amoxi-btn-two {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none;
  cursor: pointer;
  margin: 0px;
  padding: 15px 30px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  color: var(--amoxi-white, #FFFFFF);
  text-align: center;
  font-weight: 500;
  line-height: 1.25;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: var(--amoxi-base, #ff621d);
  transition: all 0.4s ease-in-out;
}
.amoxi-btn-two::before, .amoxi-btn-two::after {
  content: "";
  height: calc(50% + 1px);
  width: 0%;
  position: absolute;
  z-index: -1;
  background-color: var(--amoxi-white, #FFFFFF);
  transition: 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.amoxi-btn-two::before {
  top: 0;
  left: 0;
  right: auto;
}
.amoxi-btn-two::after {
  bottom: 0;
  right: 0;
  left: auto;
}
.amoxi-btn-two:hover::before {
  width: 100%;
  right: 0;
  left: auto;
}
.amoxi-btn-two:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
.amoxi-btn-two__icon {
  flex-shrink: 0;
  display: inline-flex;
  font-size: 14px;
  transition: all 500ms ease;
}
.amoxi-btn-two__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.amoxi-btn-two:hover, .amoxi-btn-two:hover .amoxi-btn-two__iocn {
  color: var(--amoxi-black2, #0E0F11);
}
.amoxi-btn-two--two {
  background: linear-gradient(90deg, #f29a1c 7.92%, #fa4721 100%), #4946ec;
}

.video-btn {
  width: 75px;
  height: 75px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 30px;
  color: var(--amoxi-base, #ff621d);
  border-radius: 50%;
  z-index: 1;
  transition: all 0.5s ease;
  background-color: var(--amoxi-white, #FFFFFF);
}
.video-btn svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.video-btn::after {
  content: "";
  width: calc(100% + 16px);
  height: calc(100% + 16px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: inherit;
  border: 4px solid var(--amoxi-white, #FFFFFF);
  transition: all 0.5s ease;
}

.amoxi-circle-btn {
  width: 183px;
  height: 183px;
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 1;
  padding: 20px;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  line-height: 1.318;
  color: var(--amoxi-white, #FFFFFF);
  text-transform: uppercase;
  border-radius: 50%;
  overflow: hidden;
  background: var(--amoxi-base, #ff621d);
}
.amoxi-circle-btn__icon {
  display: inline-flex;
  font-size: 35px;
}
.amoxi-circle-btn__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.amoxi-circle-btn__dot {
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: -1;
  border-radius: 50%;
  background: var(--amoxi-black, #1A1B1F);
  transition: all 0.5s ease-out;
  transform: translate(-50%, -50%);
}
.amoxi-circle-btn:hover .amoxi-circle-btn__dot {
  width: 200%;
  height: 200%;
}

.scroll-btn {
  width: 54px;
  height: 96px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  z-index: 1;
  text-decoration: none;
  border-radius: 120px;
  overflow: hidden;
  border: 3px solid var(--amoxi-white, #FFFFFF);
}
.scroll-btn__dot {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: var(--amoxi-base, #ff621d);
  animation: scrollDot 1.8s infinite ease;
}

@keyframes scrollDot {
  0% {
    opacity: 1;
    transform: translateY(11px);
  }
  70% {
    opacity: 1;
    transform: translateY(55px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px);
  }
}
@keyframes scrollDot2 {
  0% {
    opacity: 1;
    transform: translateY(11px);
  }
  70% {
    opacity: 1;
    transform: translateY(64px);
  }
  100% {
    opacity: 0;
    transform: translateY(64px);
  }
}
.circle-shape-wrapper {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: var(--amoxi-black, #1A1B1F);
}
.circle-shape-wrapper__thumb img {
  opacity: 0.9;
  transform: scale(1) rotate(0);
}

.about-badge {
  width: 158px;
  height: 158px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 50%;
  border: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}
.about-badge__icon {
  width: 84px;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px !important;
  color: var(--amoxi-white, #FFFFFF);
  border-radius: 50%;
  background-color: var(--amoxi-base, #ff621d);
}
.about-badge .curved-circle {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 130px !important;
  height: 130px !important;
  transform-origin: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  animation: shapeRotate 15s linear 0s forwards infinite alternate;
}
.about-badge .curved-circle .curved-circle--item {
  width: 130px !important;
  height: 130px !important;
}
.about-badge .curved-circle span {
  font-size: 14px;
  font-weight: 500;
  color: var(--amoxi-white, #FFFFFF);
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

/* social links */
.social-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 11px;
}
.social-links a {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  border-radius: 50%;
  overflow: hidden;
  transition: all 500ms ease;
  background-color: var(--amoxi-white, #FFFFFF);
}
.social-links a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1;
  border-radius: inherit;
  transition: all 500ms ease;
  background-color: var(--amoxi-base, #ff621d);
}
.social-links a:hover::after {
  opacity: 1;
  background-color: var(--amoxi-base, #ff621d);
}
.social-links__icon {
  display: inline-flex;
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: var(--amoxi-black, #1A1B1F);
  transition: all 500ms ease;
}
.social-links__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.social-links a:hover .social-links__icon {
  color: var(--amoxi-white, #FFFFFF);
  animation: slideTop 400ms;
}

/* Marquee:
Two Lines, 
One Line To Right, 
One Line To Left */
.marquee {
  max-width: 100%;
  overflow: hidden;
}

.marquee--gsap .marquee__bottom,
.marquee--gsap .marquee__top,
.marquee-left--gsap .marquee__toleft,
.marquee-right--gsap .marquee__toright {
  translate: -moz-calc(-100% + 100vw) !important;
  translate: calc(-100% + 100vw) !important;
}

.marquee__top,
.marquee__bottom,
.marquee__toleft,
.marquee__toright {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  gap: 30px;
  width: max-content;
  will-change: transform;
}

.marquee__bottom {
  margin-top: 30px;
}

/* ratings */
.amoxi-ratings {
  display: flex;
  align-items: center;
  gap: 5px;
}
.amoxi-ratings__icon {
  display: inline-flex;
  font-size: 14px;
  color: var(--amoxi-base, #ff621d);
  transition: all 500ms ease;
}
.amoxi-ratings__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

/* post pagination */
.post-pagination {
  list-style: none;
  padding: 0;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 991px) {
  .post-pagination {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .post-pagination {
    gap: 15px;
  }
}
.post-pagination__btn {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 16px;
  color: var(--amoxi-base, #ff621d);
  text-align: center;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1;
  background-color: var(--amoxi-white, #FFFFFF);
  border-radius: 5px;
  overflow: hidden;
  transition: all 400ms ease;
}
@media (max-width: 767px) {
  .post-pagination__btn {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 480px) {
  .post-pagination__btn {
    width: 41px;
    height: 41px;
  }
}
.post-pagination__btn:hover {
  color: var(--amoxi-white, #FFFFFF);
  background-color: var(--amoxi-base, #ff621d);
}
.post-pagination__btn.active {
  color: var(--amoxi-white, #FFFFFF);
  background-color: var(--amoxi-base, #ff621d);
}
.post-pagination__btn svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.post-pagination__icon {
  display: inline-flex;
  align-items: center;
  font-size: 24px;
  color: var(--amoxi-base, #ff621d);
  transition: all 400ms ease;
}
.post-pagination__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

/* skill box */
.skill-box {
  position: relative;
  padding: 48px 48px 42px;
  text-align: center;
  border-radius: 50px;
  background-color: var(--amoxi-white, #FFFFFF);
}
@media (max-width: 430px) {
  .skill-box {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.skill-box__count {
  width: 108px;
  height: 108px;
  margin: 0px auto 18px;
  position: relative;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  overflow: hidden;
}
.skill-box__count .circle-progress {
  position: absolute;
  top: 0px;
  left: 0px;
}
.skill-box__funfact {
  margin-bottom: 0px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  color: var(--amoxi-black5, #222222);
}
.skill-box__title {
  margin-bottom: 0px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
  color: var(--amoxi-black5, #222222);
  text-transform: capitalize;
}

/* progress bar */
.progress-box + .progress-box {
  margin-top: 23px;
}
.progress-box__title {
  margin-bottom: 10px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  font-weight: 600;
  color: var(--amoxi-text, #b2afa6);
  line-height: 1.625;
}
@media (max-width: 430px) {
  .progress-box__title {
    font-size: 15px;
  }
}
.progress-box__bar {
  position: relative;
  width: 100%;
  height: 14px;
  border: 1px solid var(--amoxi-base, #ff621d);
  border-radius: 20px;
}
.progress-box__bar__inner {
  position: relative;
  position: absolute;
  height: calc(100% - 4px);
  width: 0%;
  top: 50%;
  left: 3px;
  transform: translateY(-50%);
  background-color: var(--amoxi-base, #ff621d);
  border-radius: inherit;
  transition: all 800ms linear;
}
.progress-box__bar__inner::before {
  content: "";
  width: 22px;
  height: 22px;
  background-color: var(--amoxi-base, #ff621d);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: -2px;
  transform: translateY(-50%);
}
.progress-box__bar__inner::after {
  content: "";
  width: 14px;
  height: 14px;
  background-color: var(--amoxi-white, #FFFFFF);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 2px;
  transform: translateY(-50%);
}
.progress-box__number {
  position: absolute;
  bottom: calc(100% + 13px);
  right: 0px;
  font-size: 16px;
  color: var(--amoxi-text, #b2afa6);
  font-weight: 600;
  line-height: 1.625;
}
@media (max-width: 430px) {
  .progress-box__number {
    font-size: 15px;
  }
}

.uncover {
  position: relative;
  overflow: hidden;
}

.uncover__box {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  position: absolute;
  top: 0;
  left: 0;
}

.uncover__slice {
  height: 100%;
  flex-grow: 1;
  background: #ffffff;
}

/* owl slider buton, dots customize */
.amoxi-owl__carousel--with-shadow .owl-stage-outer {
  overflow: visible;
}
.amoxi-owl__carousel--with-shadow .owl-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease;
}
.amoxi-owl__carousel--with-shadow .owl-item.active {
  opacity: 1;
  visibility: visible;
}

.amoxi-owl__carousel--basic-nav.owl-carousel .owl-nav {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
.amoxi-owl__carousel--basic-nav.owl-carousel .owl-nav button {
  width: 69px;
  height: 69px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
  position: relative;
  z-index: 1;
  margin: 0px;
  padding: 0px;
  font-size: 20px;
  color: var(--amoxi-white, #FFFFFF);
  border-radius: 50%;
  transition: all 500ms ease;
  background-color: transparent;
  border: 1px solid var(--amoxi-white, #FFFFFF);
}
@media (max-width: 1399px) {
  .amoxi-owl__carousel--basic-nav.owl-carousel .owl-nav button {
    width: 60px;
    height: 60px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .amoxi-owl__carousel--basic-nav.owl-carousel .owl-nav button {
    width: 50px;
    height: 50px;
    font-size: 14px;
  }
}
.amoxi-owl__carousel--basic-nav.owl-carousel .owl-nav button::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  z-index: -1;
  border-radius: inherit;
  transition: all 500ms ease;
  background-color: var(--amoxi-base, #ff621d);
}
.amoxi-owl__carousel--basic-nav.owl-carousel .owl-nav button svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.amoxi-owl__carousel--basic-nav.owl-carousel .owl-nav button:hover {
  color: var(--amoxi-white, #FFFFFF);
  border-color: var(--amoxi-base, #ff621d);
}
.amoxi-owl__carousel--basic-nav.owl-carousel .owl-nav button:hover::after {
  opacity: 1;
}
.amoxi-owl__carousel--basic-nav.owl-carousel .owl-nav button span {
  border: none;
  outline: none;
  color: inherit;
}
.amoxi-owl__carousel--basic-nav.owl-carousel .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
}
.amoxi-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot {
  outline: 0;
  position: relative;
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: 1px solid var(--amoxi-white, #FFFFFF);
  transition: all 500ms ease;
}
.amoxi-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot::after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--amoxi-base, #ff621d);
  transition: all 500ms ease;
}
.amoxi-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot span {
  background-color: transparent;
}
.amoxi-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot:hover, .amoxi-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot.active {
  border-color: var(--amoxi-base, #ff621d);
  background-color: var(--amoxi-base, #ff621d);
}
.amoxi-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot:hover span, .amoxi-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot.active span {
  background-color: transparent;
}
.amoxi-owl__carousel--basic-nav.owl-carousel .owl-nav.disabled + .owl-dots {
  margin-top: 50px;
}
.amoxi-owl__carousel--basic-nav.owl-carousel .owl-dots.disabled,
.amoxi-owl__carousel--basic-nav.owl-carousel .owl-nav.disabled {
  display: none;
}

.custom-nav {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: flex-end;
}
.custom-nav button {
  width: 69px;
  height: 69px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
  margin: 0px;
  padding: 0px;
  font-size: 20px;
  color: var(--amoxi-white, #FFFFFF);
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid var(--amoxi-white, #FFFFFF);
  transition: all 500ms ease;
}
@media (max-width: 1399px) {
  .custom-nav button {
    width: 60px;
    height: 60px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .custom-nav button {
    width: 50px;
    height: 50px;
    font-size: 14px;
  }
}
.custom-nav button svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.custom-nav button:hover {
  color: var(--amoxi-white, #FFFFFF);
  border-color: var(--amoxi-base, #ff621d);
  background-color: var(--amoxi-base, #ff621d);
}
.custom-nav button span {
  border: none;
  outline: none;
  color: inherit;
}
.custom-nav--four button {
  color: var(--amoxi-base, #ff621d);
  border-color: var(--amoxi-base, #ff621d);
}
.custom-nav--four button:hover {
  color: var(--amoxi-black4, #131313);
}

/* hover image */
.hover-item {
  position: relative;
}
.hover-item__box {
  position: absolute;
  width: 259px;
  height: 290px;
  top: 30%;
  left: 185px;
  pointer-events: none;
  transform: translate(-100%, -50%);
  overflow: hidden;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.5s ease-out;
  z-index: -1;
}
.hover-item__box-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
  transition: transform 0.4s ease-out;
}

.bw-reveal-right {
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  transition: none !important;
  transition: all 1s !important;
  transition-delay: 0.3s !important;
  transform: none !important;
  opacity: 1 !important;
}

.bw-reveal-right.aos-animate {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.bw-reveal-left {
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: none !important;
  transition: all 1s !important;
  transition-delay: 0.4s !important;
  opacity: 1 !important;
  transform: none !important;
}

.bw-reveal-left.aos-animate {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.bw-reveal-top {
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  transition: none !important;
  transition: all 1.2s !important;
  transition-delay: 0.4s !important;
  opacity: 1 !important;
  transform: none !important;
}

.bw-reveal-top.aos-animate {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.tabs-box .tabs-content .tab:not(.active-tab) {
  display: none;
}

.bootstrap-select .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0;
}
.bootstrap-select .dropdown-item.active,
.bootstrap-select .dropdown-item:active {
  background-color: var(--amoxi-base, #ff621d);
}

.hammer {
  width: 22px;
  height: 22px;
  fill: var(--amoxi-base, #ff621d);
}

.hammer path:nth-child(1),
.hammer path:nth-child(2) {
  animation: hammerBounce 3s ease-in-out infinite;
}

.hammer path:nth-child(3),
.hammer path:nth-child(4),
.hammer path:nth-child(5),
.hammer path:nth-child(6) {
  transform-origin: center;
  animation: hammerStrike 3s ease-in-out infinite;
}

.ui-datepicker .ui-datepicker-header {
  background-image: none;
  background-color: var(--amoxi-black, #1A1B1F);
  color: var(--amoxi-white, #FFFFFF);
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
}

.ui-datepicker-calendar th span {
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
}
.ui-datepicker-calendar td {
  background-color: var(--amoxi-text, #b2afa6);
  background-image: none;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  color: var(--amoxi-text, #b2afa6);
}
.ui-datepicker-calendar td a {
  border-color: var(--amoxi-border-color, #D3D3D3);
  background-color: var(--amoxi-text, #b2afa6);
  background-image: none;
}
.ui-datepicker-calendar .ui-state-default,
.ui-datepicker-calendar .ui-widget-content .ui-state-default,
.ui-datepicker-calendar .ui-widget-header .ui-state-default {
  border-color: var(--amoxi-border-color, #D3D3D3);
  background-color: var(--amoxi-text, #b2afa6);
  background-image: none;
  color: var(--amoxi-text, #b2afa6);
  padding: 10px 5px;
  text-align: center;
  line-height: 1em;
}
.ui-datepicker-calendar .ui-state-default:hover,
.ui-datepicker-calendar .ui-widget-content .ui-state-default:hover,
.ui-datepicker-calendar .ui-widget-header .ui-state-default:hover {
  color: var(--amoxi-white, #FFFFFF);
  background-color: var(--amoxi-base, #ff621d);
}
.ui-datepicker-calendar .ui-state-highlight,
.ui-datepicker-calendar .ui-widget-content .ui-state-highlight,
.ui-datepicker-calendar .ui-widget-header .ui-state-highlight {
  color: var(--amoxi-white, #FFFFFF);
  background-color: var(--amoxi-base, #ff621d);
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  background-image: none;
  background-color: var(--amoxi-white, #FFFFFF);
  color: var(--amoxi-black, #1A1B1F);
}
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
  background-color: var(--amoxi-base, #ff621d);
  color: var(--amoxi-white, #FFFFFF);
  top: 2px;
}

.ui-datepicker .ui-datepicker-prev:hover {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next:hover {
  right: 2px;
}

.preloader {
  position: fixed;
  background-color: var(--amoxi-black, #1A1B1F);
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9992;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-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-repeat: no-repeat;
  background-position: center center;
  background-size: 60px auto;
  width: 100%;
  height: 100%;
}

/* scroll to top */
.scroll-to-top {
  display: flex;
  align-items: center;
  width: auto;
  height: 35px;
  background: transparent;
  position: fixed;
  bottom: 60px;
  right: -12px;
  z-index: 99;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transform: rotate(-90deg);
  cursor: pointer;
  transition: all 0.2s ease;
}
.scroll-to-top__text {
  display: inline;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-right: 8px;
}
.scroll-to-top__wrapper {
  display: inline-block;
  width: 30px;
  height: 4px;
  background-color: var(--amoxi-base, #ff621d);
  position: relative;
  overflow: hidden;
}
.scroll-to-top__inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--amoxi-white, #FFFFFF);
}
.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
  bottom: 70px;
}

/*--------------------------------------------------------------
# Custom Cursor
--------------------------------------------------------------*/
.custom-cursor__cursor {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  border: 1px solid var(--amoxi-base, #ff621d);
  -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(--amoxi-base, #ff621d);
  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(--amoxi-base, #ff621d);
  opacity: 0.4;
}
.custom-cursor__innerhover {
  width: 25px;
  height: 25px;
  opacity: 0.4;
}

/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
@keyframes bubbleMover {
  0% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
  }
  30% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
    transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  50% {
    -webkit-transform: translateY(50px) translateX(100px) rotate(45deg);
    transform: translateY(50px) translateX(100px) rotate(45deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  80% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
    transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}
@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-10px) translateX(-10px) rotate(-5deg);
    transform: translateY(-10px) translateX(-10px) rotate(-5deg);
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
}
@keyframes shapeMover {
  0%, 100% {
    transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
  }
  50% {
    transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
  }
}
@keyframes banner3Shake {
  0% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg);
  }
  30% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  60% {
    -webkit-transform: rotate3d(1, 0, 0, 0deg);
    transform: rotate3d(1, 0, 0, 0deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg);
  }
}
@keyframes squareMover {
  0%, 100% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
  20%, 60% {
    -webkit-transform: translate(20px, 40px) rotate(180deg);
    transform: translate(20px, 40px) rotate(180deg);
  }
  30%, 80% {
    -webkit-transform: translate(40px, 60px) rotate(0deg);
    transform: translate(40px, 60px) rotate(0deg);
  }
}
@keyframes treeMove {
  0%, 100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
  25%, 75% {
    -webkit-transform: rotate(5deg) translateX(15px);
    transform: rotate(5deg) translateX(15px);
  }
  50% {
    -webkit-transform: rotate(10deg) translateX(30px);
    transform: rotate(10deg) translateX(30px);
  }
}
@keyframes leafMove {
  0%, 100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
  25%, 75% {
    transform: rotate(-2deg) translateX(5px);
  }
  50% {
    transform: rotate(-4deg) translateX(10px);
  }
}
@keyframes messageMove {
  0%, 100% {
    transform: translateX(0);
  }
  25%, 75% {
    transform: translateX(5px);
  }
  50% {
    transform: translateX(10px);
  }
}
@keyframes flowerRotate {
  0%, 100% {
    transform: rotate(0deg);
  }
  25%, 75% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(10deg);
  }
}
@keyframes zump {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  50% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes zumpBottom {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  50% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(1.25);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.25);
  }
}
@keyframes zoomIn2 {
  0% {
    transform: scale(0.5) rotate(0deg);
  }
  100% {
    transform: scale(1.25) rotate(45deg);
  }
}
@keyframes zoomIn3 {
  0% {
    transform: scale(0.7) rotate(0deg);
  }
  100% {
    transform: scale(1) rotate(45deg);
  }
}
@keyframes zoomIn4 {
  0% {
    transform: scale(0.5) rotate(0deg);
  }
  100% {
    transform: scale(1) rotate(45deg);
  }
}
@keyframes zoomOut {
  0% {
    transform: scale(0.7);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.7);
  }
}
@keyframes zoom-out-in {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.6);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes moveX {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  50% {
    -webkit-transform: translate3d(15px, 0, 0);
    transform: translate3d(15px, 0, 0);
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes moveX2 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  50% {
    -webkit-transform: translate3d(-15px, 0, 0);
    transform: translate3d(-15px, 0, 0);
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes rotateReverse {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-359deg);
  }
}
@keyframes shapeRotate {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(90deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes wobble-horizontal-hover {
  16.65% {
    transform: translateX(5px);
  }
  33.3% {
    transform: translateX(-3px);
  }
  49.95% {
    transform: translateX(4px);
  }
  66.6% {
    transform: translateX(-2px);
  }
  83.25% {
    transform: translateX(1px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes flip {
  from {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
  }
  40% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 50px) rotate3d(0, 1, 0, -190deg);
  }
  50% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 50px) rotate3d(0, 1, 0, -170deg);
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
  }
  to {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
  }
}
@keyframes smartMove {
  0% {
    width: 0;
  }
  15% {
    width: 100%;
  }
  85% {
    opacity: 1;
  }
  90% {
    width: 100%;
    opacity: 0;
  }
  100% {
    width: 0;
    opacity: 0;
  }
}
@keyframes smartMove2 {
  0% {
    width: 0;
  }
  15% {
    width: 126px;
  }
  85% {
    opacity: 1;
  }
  90% {
    width: 126px;
    opacity: 0;
  }
  100% {
    width: 0;
    opacity: 0;
  }
}
@keyframes smartMove3 {
  0% {
    width: 0;
  }
  15% {
    width: 173px;
  }
  85% {
    opacity: 1;
  }
  90% {
    width: 173px;
    opacity: 0;
  }
  100% {
    width: 0;
    opacity: 0;
  }
}
@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(10px) translateX(10px) rotate(5deg);
    transform: translateY(10px) translateX(10px) rotate(5deg);
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
}
@keyframes rectMove {
  0%, 50%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25%, 75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@keyframes moveBackground {
  0% {
    background-position: -1920px 100%;
  }
  100% {
    background-position: 0 100%;
  }
}
@keyframes moveBackground2 {
  0% {
    background-position: 1920px 100%;
  }
  100% {
    background-position: 0 100%;
  }
}
@keyframes moveBackgroundY {
  0% {
    background-position: 100% 1920px;
  }
  100% {
    background-position: 100% 0;
  }
}
@keyframes slideTop {
  49% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes slideBottom {
  49% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes slideRight {
  49% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes slideLeft {
  49% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes animatedCircle {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(73px, -1px) rotate(36deg) scale(0.9);
  }
  40% {
    transform: translate(141px, 72px) rotate(72deg) scale(1);
  }
  60% {
    transform: translate(83px, 122px) rotate(108deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
@keyframes vibrant {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translate(-2px, 2px);
  }
  40% {
    transform: translate(-2px, -2px);
  }
  60% {
    transform: translate(2px, 2px);
  }
  80% {
    transform: translate(2px, -2px);
  }
  100% {
    transform: translate(0);
  }
}
@keyframes vibrant2 {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translate(2px, -2px);
  }
  40% {
    transform: translate(-2px, -2px);
  }
  60% {
    transform: translate(2px, 2px);
  }
  80% {
    transform: translate(-2px, 2px);
  }
  100% {
    transform: translate(0);
  }
}
@keyframes flyUp {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-40px) translateX(40px) rotate(-5deg);
  }
  100% {
    transform: translateY(0) rotate(0deg);
  }
}
@keyframes scrollRightToLeft {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-webkit-calc(-250px * 7));
    -moz-transform: translateX(-moz-calc(-250px * 7));
    transform: translateX(-1750px);
  }
}
@keyframes scrollLeftToRight {
  0% {
    -webkit-transform: translateX(-webkit-calc(-250px * 7));
    -moz-transform: translateX(-moz-calc(-250px * 7));
    transform: translateX(-1750px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes shineFullHover {
  100% {
    height: 100%;
    width: 100%;
    opacity: 0;
  }
}
@keyframes shineFullHover {
  100% {
    height: 100%;
    width: 100%;
    opacity: 0;
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* Add transition effect */
.bw-img-anim-left,
.bw-img-anim-right {
  transition: clip-path 0.5s ease-out;
}

/*--------------------------------------------------------------
# Topbar
--------------------------------------------------------------*/
.topbar-one {
  display: none;
  border-bottom: 1px solid var(--amoxi-white, #FFFFFF);
  padding: 0px;
}
@media (max-width: 1599px) {
  .topbar-one {
    padding: 0 25px;
  }
}
@media (min-width: 768px) {
  .topbar-one {
    display: block;
  }
}
.topbar-one__inner {
  display: flex;
  align-items: center;
  max-width: 1170px;
  margin: 0 auto;
  padding-bottom: 19px;
  padding-top: 16px;
}
.topbar-one__info {
  display: flex;
  align-items: center;
  margin: 0;
}
.topbar-one__info__item {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}
.topbar-one__info__item a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.topbar-one__info__item a:hover {
  background-size: 100% 1px;
}
.topbar-one__info__item a:hover {
  color: var(--amoxi-base, #ff621d);
}
.topbar-one__info__item + .topbar-one__info__item {
  margin-left: 40px;
}
.topbar-one__info__icon {
  font-size: 14px;
  position: relative;
  margin-right: 5px;
  color: var(--amoxi-base, #ff621d);
}
.topbar-one__info__icon.fa-envelope {
  top: 2px;
}
.topbar-one__right {
  display: flex;
  align-items: center;
  margin-left: auto;
}
@media (max-width: 991px) {
  .topbar-one__right {
    display: none;
  }
}
.topbar-one__text {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}
.topbar-one__text__icon {
  font-size: 14px;
  position: relative;
  margin-right: 5px;
  color: var(--amoxi-base, #ff621d);
  top: 1px;
}
.topbar-one__links {
  position: relative;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  margin-left: 30px;
}
@media (max-width: 991px) {
  .topbar-one__links {
    display: none;
  }
}
.topbar-one__links li {
  position: relative;
  font-size: 14px;
}
.topbar-one__links li a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.topbar-one__links li a:hover {
  background-size: 100% 1px;
}
.topbar-one__links li a:hover {
  color: var(--amoxi-base, #ff621d);
}
.topbar-one__links li + li {
  padding-left: 28px;
}
.topbar-one__links li + li::before {
  position: absolute;
  left: 11px;
  content: "/";
  color: currentColor;
  font-size: 12px;
  color: var(--amoxi-text, #b2afa6);
  top: 2px;
}
.topbar-one__social {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 30px;
  line-height: 1em;
}
.topbar-one__social a {
  width: 35px;
  height: 35px;
  background-color: #f0eade;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 14px;
  color: var(--amoxi-black2, #0E0F11);
  transition: all 500ms ease;
}
.topbar-one__social a i {
  position: relative;
  z-index: 2;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.topbar-one__social a:hover {
  background-color: var(--amoxi-base, #ff621d);
  color: var(--amoxi-black2, #0E0F11);
}
.topbar-one__social a:hover i {
  animation: iconTranslateY 0.4s forwards;
}
.topbar-one--two {
  border-bottom: 1px solid #d7d3c0;
}
.topbar-one--two .topbar-one__inner {
  padding: 14px 0px;
  padding-left: 50px;
  padding-right: 72px;
}
@media (max-width: 1431px) {
  .topbar-one--two .topbar-one__inner {
    padding: 20px 0;
  }
}
@media (max-width: 1199px) {
  .topbar-one--two {
    display: none;
  }
}
.topbar-one--four {
  background-color: var(--amoxi-base, #ff621d);
  border: none;
  position: relative;
}
.topbar-one--four .topbar-one__inner {
  padding: 11px 0;
}
.topbar-one--four .topbar-one__info__item,
.topbar-one--four .topbar-one__text {
  color: var(--amoxi-text, #b2afa6);
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.main-header {
  width: 100%;
  position: relative;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 999;
  background-color: var(--amoxi-black2, #0E0F11);
  border-bottom: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}
.main-header__container {
  max-width: 1602px;
}
.main-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .main-header__inner {
    padding: 20px 0px;
  }
}
@media (max-width: 412px) {
  .main-header__logo {
    margin-right: 20px;
  }
}
.main-header__logo a {
  display: inline-block;
}
.main-header__logo img {
  max-width: 100%;
  height: auto;
}
.main-header__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.main-header__nav {
  margin-right: 40px;
}
@media (max-width: 1199px) {
  .main-header__nav {
    display: none;
  }
}
.main-header .home-showcase .demo-one__title {
  margin-top: 15px;
  padding-bottom: 15px;
  color: var(--amoxi-white, #FFFFFF);
}
.main-header__search {
  display: inline-flex;
  position: relative;
  font-size: 26px;
  color: var(--amoxi-white, #FFFFFF);
  transition: all 500ms ease;
}
.main-header__search svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
@media (max-width: 1199px) {
  .main-header__search {
    margin-left: 50px;
  }
}
@media (max-width: 575px) {
  .main-header__search {
    margin-left: 40px;
  }
}
.main-header__search:hover {
  color: var(--amoxi-base, #ff621d);
}
.main-header__search::before {
  content: "";
  display: none;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
  background-color: RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}
@media (max-width: 1199px) {
  .main-header__search::before {
    display: inline-block;
  }
}
@media (max-width: 575px) {
  .main-header__search::before {
    left: -20px;
  }
}
.main-header__search svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.main-header__phone {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  padding: 17.5px 30px;
  border-radius: 100px;
  transition: all 500ms ease;
  background-color: RGBA(var(--amoxi-white2-rgb, 217, 217, 217), 0.14);
}
@media (max-width: 1199px) {
  .main-header__phone {
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  .main-header__phone {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1299px) {
  .main-header__phone {
    display: none;
  }
}
.main-header__phone:hover {
  background-color: var(--amoxi-base, #ff621d);
}
.main-header__phone__icon {
  display: inline-flex;
  font-size: 16px;
  color: var(--amoxi-white, #FFFFFF);
  transition: all 500ms ease;
}
.main-header__phone__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.main-header__phone__number {
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.3125;
  transition: all 500ms ease;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.main-header__phone__number:hover {
  background-size: 100% 1px;
}
.main-header .sidebar-btn__toggler {
  width: 56px;
  height: 56px;
  display: flex;
  gap: 6px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-left: 30px;
  cursor: pointer;
  position: relative;
  z-index: 1;
  border-radius: 50%;
  background-color: var(--amoxi-base, #ff621d);
}
@media (max-width: 767px) {
  .main-header .sidebar-btn__toggler {
    margin-left: 40px;
  }
}
.main-header .sidebar-btn__toggler::before {
  content: "";
  display: none;
  width: 1px;
  height: calc(100% - 20px);
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  background-color: RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}
@media (max-width: 767px) {
  .main-header .sidebar-btn__toggler::before {
    display: inline-block;
  }
}
.main-header .sidebar-btn__toggler__line {
  width: 25px;
  height: 2px;
  display: inline-block;
  border-radius: 100px;
  background-color: var(--amoxi-white, #FFFFFF);
  transition: all 500ms ease;
}
.main-header .sidebar-btn__toggler__line:nth-child(2) {
  transform: translateX(6px);
}
.main-header .sidebar-btn__toggler:hover .sidebar-btn__toggler__line {
  transform: translateX(0px);
}
.main-header--two {
  width: 100%;
  position: absolute;
  top: 37px;
  left: 0px;
  border: none;
  background-color: transparent;
}
.main-header--two .main-header__container {
  max-width: 1615px;
}
.main-header--two .main-header__inner {
  padding: 0px;
}
.main-header--two .main-header__left {
  display: flex;
  gap: 50px;
  align-items: center;
}
.main-header--two .sidebar-btn__toggler {
  margin-left: 0px;
  background-color: transparent;
  background: linear-gradient(270deg, #f29a1c 0%, #fa4721 100%);
}
@media (max-width: 1299px) {
  .main-header--two .sidebar-btn__toggler {
    display: none;
  }
}
@media (min-width: 1400px) {
  .main-header--two .main-header__logo {
    display: none;
  }
}
.main-header--two .main-header__nav {
  margin-right: 0px;
}
.main-header--two .main-menu .main-menu__list > li {
  padding-top: 30px;
  padding-bottom: 30px;
}
.main-header--two .main-menu .main-menu__list > li.main-logo {
  padding: 0px;
  margin-left: 70px;
  margin-right: 28px;
}
@media (max-width: 1399px) {
  .main-header--two .main-menu .main-menu__list > li.main-logo {
    display: none;
  }
}
.main-header--two .main-menu .main-menu__list > li > a::before {
  display: none;
}
@media (max-width: 1199px) {
  .main-header--two .amoxi-btn {
    margin-left: 30px;
  }
}
@media (max-width: 575px) {
  .main-header--two .amoxi-btn {
    display: none;
  }
}
.main-header--three {
  width: 100%;
  position: absolute;
  top: 25px;
  left: 0px;
  border: none;
  background-color: transparent;
}
.main-header--three .main-header__container {
  max-width: 1632px;
}
@media (max-width: 1199px) {
  .main-header--three .main-header__inner {
    padding: 15px;
    border-radius: 20px;
    background-color: var(--amoxi-black, #1A1B1F);
  }
}
.main-header--three .main-header__left {
  display: inline-flex;
  gap: 56px;
  align-items: center;
  padding: 0px 50px 0px 30px;
  border-radius: 15px;
  background-color: var(--amoxi-black, #1A1B1F);
}
@media (max-width: 1199px) {
  .main-header--three .main-header__left {
    padding: 0px;
    background-color: transparent;
  }
}
.main-header--three .main-header__nav {
  margin-right: 0px;
}
.main-header--three .home-showcase__inner,
.main-header--three .main-menu .main-menu__list li ul {
  background-color: var(--amoxi-black, #1A1B1F);
}
.main-header--three .home-showcase .demo-one__card {
  background-color: var(--amoxi-black5, #222222);
}
.main-header--three .main-menu .main-menu__list > li {
  padding-top: 43px;
  padding-bottom: 43px;
}
.main-header--three .main-menu .main-menu__list > li > a::before {
  display: none;
}
.main-header--three .sidebar-btn__toggler {
  margin-left: 40px;
}
@media (max-width: 1199px) {
  .main-header--three .sidebar-btn__toggler::before {
    display: inline-block;
  }
}
@media (min-width: 1200px) {
  .main-header--three .sidebar-btn__toggler {
    margin-left: 0px;
  }
}
.main-header--four {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  border: none;
  background-color: transparent;
}
.main-header--four .main-header__container {
  max-width: 1389px;
}
.main-header--four .home-showcase__inner,
.main-header--four .main-menu .main-menu__list li ul {
  background-color: var(--amoxi-black4, #131313);
}
.main-header--four .main-menu .main-menu__list > li {
  padding-top: 43px;
  padding-bottom: 43px;
}
.main-header--four .main-menu .main-menu__list li ul li.current > a,
.main-header--four .main-menu .main-menu__list li ul li:hover > a {
  color: var(--amoxi-black4, #131313);
}
.main-header--four .main-menu .main-menu__list > li > a::before {
  display: none;
}
.main-header--four .amoxi-btn {
  margin-left: 30px;
}
@media (max-width: 767px) {
  .main-header--four .amoxi-btn {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1299px) {
  .main-header--four .amoxi-btn {
    display: none;
  }
}
.main-header--four .sidebar-btn__toggler {
  margin-left: 30px;
}
@media (max-width: 480px) {
  .main-header--four .sidebar-btn__toggler {
    display: none;
  }
}
.main-header--four .sidebar-btn__toggler::before {
  display: none;
}
.main-header--four .sidebar-btn__toggler__line {
  background-color: var(--amoxi-black4, #131313);
}
.main-header--five {
  width: 100%;
  position: absolute;
  top: 22px;
  left: 0px;
  border: none;
  background-color: transparent;
}
.main-header--five .main-header__container {
  max-width: 1741px;
}
.main-header--five .main-header__inner {
  padding: 0px;
}
.main-header--five .main-header__left {
  display: flex;
  gap: 88px;
  align-items: center;
  padding: 21px 25px;
  border-radius: 10px;
  transition: all 500ms ease;
  background-color: RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.09);
}
@media (max-width: 1799px) {
  .main-header--five .main-header__left {
    gap: 50px;
  }
}
@media (max-width: 375px) {
  .main-header--five .main-header__left {
    margin-right: 30px;
  }
}
.main-header--five .sidebar-btn__toggler {
  margin-left: 0px;
}
@media (max-width: 767px) {
  .main-header--five .sidebar-btn__toggler {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1299px) {
  .main-header--five .sidebar-btn__toggler {
    display: none;
  }
}
.main-header--five .sidebar-btn__toggler__line {
  background-color: var(--amoxi-black4, #131313);
}
.main-header--five .main-header__logo {
  margin-right: 0px;
}
.main-header--five .main-header__nav {
  margin-right: 0px;
}
.main-header--five .home-showcase__inner,
.main-header--five .main-menu .main-menu__list li ul {
  background-color: var(--amoxi-black4, #131313);
}
.main-header--five .main-menu .main-menu__list > li {
  padding-top: 43px;
  padding-bottom: 43px;
}
@media (min-width: 1200px) and (max-width: 1299px) {
  .main-header--five .main-menu .main-menu__list > li + li {
    margin-left: 35px;
  }
}
.main-header--five .main-menu .main-menu__list li ul li.current > a,
.main-header--five .main-menu .main-menu__list li ul li:hover > a {
  color: var(--amoxi-black4, #131313);
}
.main-header--five .main-menu .main-menu__list > li > a::before {
  display: none;
}
.main-header--five .main-header__phone {
  margin-left: 30px;
}
@media (max-width: 1599px) {
  .main-header--five .main-header__phone {
    display: none;
  }
}
.main-header--five .main-header__phone:hover .main-header__phone__icon,
.main-header--five .main-header__phone:hover .main-header__phone__number {
  color: var(--amoxi-black4, #131313);
}
.main-header--five .amoxi-btn {
  margin-left: 30px;
}
@media (max-width: 767px) {
  .main-header--five .amoxi-btn {
    display: none;
  }
}
.main-header--six {
  width: 100%;
  position: absolute;
  top: 14px;
  left: 0px;
  border: none;
  background-color: transparent;
}
@media (max-width: 1199px) {
  .main-header--six {
    top: 30px;
  }
}
.main-header--six .main-header__container {
  max-width: 1389px;
}
.main-header--six .main-header__inner {
  padding: 0px;
}
.main-header--six .home-showcase__inner,
.main-header--six .main-menu .main-menu__list li ul {
  background-color: var(--amoxi-black4, #131313);
}
.main-header--six .main-menu .main-menu__list li ul li.current > a,
.main-header--six .main-menu .main-menu__list li ul li:hover > a {
  color: var(--amoxi-black4, #131313);
}
.main-header--six .main-menu .main-menu__list > li > a::before {
  display: none;
}
.main-header--six .main-header__cart {
  display: inline-flex;
  margin-left: 30px;
  position: relative;
  font-size: 26px;
  color: var(--amoxi-white, #FFFFFF);
  transition: all 500ms ease;
}
@media (max-width: 575px) {
  .main-header--six .main-header__cart {
    margin-left: 20px;
    margin-right: 10px;
    font-size: 22px;
  }
}
.main-header--six .main-header__cart:hover {
  color: var(--amoxi-base, #ff621d);
}
.main-header--six .main-header__cart svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.main-header--six .main-header__cart__quantity {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -11px;
  right: -15px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 12px;
  text-align: center;
  font-weight: 700;
  color: var(--amoxi-black5, #222222);
  line-height: 1;
  border-radius: 50%;
  background-color: var(--amoxi-base, #ff621d);
}
.main-header--six .sidebar-btn__toggler {
  margin-left: 30px;
}
@media (max-width: 575px) {
  .main-header--six .sidebar-btn__toggler {
    display: none;
  }
}
.main-header--six .sidebar-btn__toggler::before {
  display: none;
}
.main-header--six .sidebar-btn__toggler__line {
  background-color: var(--amoxi-black4, #131313);
}
.main-header--inner-page {
  background-color: var(--amoxi-black, #1A1B1F);
}
.main-header--inner-page .home-showcase__inner,
.main-header--inner-page .main-menu .main-menu__list li ul {
  background-color: var(--amoxi-black, #1A1B1F);
}

.sticky-header--cloned {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  top: 0;
  visibility: hidden;
  transform: translateY(-100%);
  background-color: var(--amoxi-black2, #0E0F11);
  box-shadow: 0px 3px 18px rgba(var(--amoxi-black-rgb, 26, 27, 31), 0.07);
  transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: transform 500ms ease, visibility 500ms ease;
}
.sticky-header--cloned.active {
  transform: translateY(0%);
  visibility: visible;
}
@media (max-width: 1199px) {
  .sticky-header--cloned.main-header--two .main-header__inner {
    padding: 20px 0px;
  }
}
.sticky-header--cloned.main-header--two .main-menu .main-menu__list > li {
  padding-top: 47.5px;
  padding-bottom: 47.5px;
}
.sticky-header--cloned.main-header--two .main-menu .main-menu__list > li.main-logo {
  padding: 0px;
}
.sticky-header--cloned.main-header--three {
  background-color: var(--amoxi-black, #1A1B1F);
}
.sticky-header--cloned.main-header--three .main-header__inner {
  padding-left: 0;
  padding-right: 0px;
}
.sticky-header--cloned.main-header--three .main-header__left {
  background-color: transparent;
}
.sticky-header--cloned.main-header--four {
  background-color: var(--amoxi-black4, #131313);
}
.sticky-header--cloned.main-header--five {
  background-color: var(--amoxi-black4, #131313);
}
.sticky-header--cloned.main-header--five .main-header__left {
  border-radius: 0px;
}
.sticky-header--cloned.main-header--six {
  background-color: var(--amoxi-black4, #131313);
}
@media (max-width: 1199px) {
  .sticky-header--cloned.main-header--six .main-header__inner {
    padding: 20px 0px;
  }
}
.sticky-header--cloned.main-header--inner-page .home-showcase__inner,
.sticky-header--cloned.main-header--inner-page .main-menu .main-menu__list li ul {
  background-color: var(--amoxi-black2, #0E0F11);
}

.mobile-nav__btn {
  width: 26px;
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  cursor: pointer;
  z-index: 3;
}
@media (min-width: 1200px) {
  .mobile-nav__btn {
    display: none;
  }
}
.mobile-nav__btn span {
  width: 100%;
  height: 2px;
  background-color: var(--amoxi-white, #FFFFFF);
  transition: all 500ms ease;
}
.mobile-nav__btn span:nth-child(2) {
  margin-top: 5px;
  margin-bottom: 5px;
}
.mobile-nav__btn:hover span {
  background-color: var(--amoxi-base, #ff621d);
}

.main-menu .main-menu__list,
.main-menu .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  align-items: center;
  display: none;
}
@media (min-width: 1200px) {
  .main-menu .main-menu__list,
  .main-menu .main-menu__list ul {
    display: flex;
  }
}
.main-menu .main-menu__list > li {
  position: relative;
  padding-top: 47.5px;
  padding-bottom: 47.5px;
}
.main-menu .main-menu__list > li.dropdown > a {
  position: relative;
}
.main-menu .main-menu__list > li + li {
  margin-left: 42px;
}
@media (min-width: 1300px) and (max-width: 1399px) {
  .main-menu .main-menu__list > li + li {
    margin-left: 35px;
  }
}
.main-menu .main-menu__list > li > a {
  position: relative;
  font-size: 16px;
  display: flex;
  align-items: center;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.25;
  font-weight: 500;
  text-transform: capitalize;
  transition: all 500ms ease;
}
.main-menu .main-menu__list > li > a::before {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0px;
  bottom: -48px;
  transform: scaleX(0);
  transition: all 500ms ease;
  background-color: var(--amoxi-base, #ff621d);
}
.main-menu .main-menu__list > li.current > a,
.main-menu .main-menu__list > li:hover > a {
  color: var(--amoxi-base, #ff621d);
}
.main-menu .main-menu__list > li.megamenu > a,
.main-menu .main-menu__list > li.dropdown > a {
  padding-right: 16px;
}
.main-menu .main-menu__list > li.current > a::before,
.main-menu .main-menu__list > li.megamenu:hover > a::before,
.main-menu .main-menu__list > li.dropdown:hover > a::before,
.main-menu .main-menu__list > li:hover > a::before {
  transform: scaleX(1);
}
.main-menu .main-menu__list > li.megamenu > a::after,
.main-menu .main-menu__list > li.dropdown > a::after {
  content: "\f078";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  font-weight: 600;
  color: var(--amoxi-white, #FFFFFF);
  transition: all 500ms ease;
}
.main-menu .main-menu__list > li.current > a::after,
.main-menu .main-menu__list > li.megamenu:hover > a::after,
.main-menu .main-menu__list > li.dropdown:hover > a::after {
  color: var(--amoxi-base, #ff621d);
}
.main-menu .main-menu__list li ul {
  position: absolute;
  top: 100%;
  left: -25px;
  min-width: 270px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 15px 20px 11px;
  opacity: 0;
  visibility: hidden;
  transform-origin: top center;
  transform: scaleY(0) translateZ(100px);
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  z-index: 99;
  background-color: var(--amoxi-black2, #0E0F11);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}
.main-menu .main-menu__list li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1) translateZ(0px);
}
.main-menu .main-menu__list > .megamenu {
  position: static;
}
.main-menu .main-menu__list > .megamenu > ul {
  top: 100% !important;
  left: -15px !important;
  right: -15px !important;
  background-color: transparent;
  box-shadow: none;
  padding: 0;
  transition: all 300ms linear 0ms;
  transform: perspective(500px) rotateX(-20deg);
  transform-origin: 50% 0%;
  pointer-events: none;
}
.main-menu .main-menu__list li.megamenu:hover > ul {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: perspective(500px) rotateX(0);
}
.main-menu .main-menu__list li ul li {
  flex: 1 1 100%;
  width: 100%;
  position: relative;
  margin-bottom: 5px;
}
.main-menu .main-menu__list li ul li:last-child {
  margin-bottom: 0px;
}
.main-menu .main-menu__list li.megamenu ul li {
  margin: 0;
}
.main-menu .main-menu__list li ul li > a {
  display: flex;
  padding: 8px 15px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 15px;
  line-height: 26px;
  color: var(--amoxi-white, #FFFFFF);
  font-weight: 500;
  transition: 400ms;
  text-transform: capitalize;
}
.main-menu .main-menu__list li ul li.current > a,
.main-menu .main-menu__list li ul li:hover > a {
  color: var(--amoxi-white, #FFFFFF);
  background-color: var(--amoxi-base, #ff621d);
}
.main-menu .main-menu__list li ul li > ul {
  top: 0;
  left: calc(100% + 20px);
}
.main-menu .main-menu__list li ul li > ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}
.main-menu {
  /* after third level no menu */
}
.main-menu .main-menu__list li ul li > ul ul {
  display: none;
}

.main-menu-five .main-menu__list > li.current > a,
.main-menu-five .main-menu__list > li:hover > a {
  color: var(--amoxi-base, #ff621d) !important;
  text-shadow: 0 0 0.5px currentColor;
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .main-menu__list li:nth-last-child(1) ul li > ul,
  .main-menu__list li:nth-last-child(2) ul li > ul {
    left: auto;
    right: calc(100% + 20px);
  }
}
/*--------------------------------------------------------------
# Megamenu Popup
--------------------------------------------------------------*/
.mobile-nav__container .main-menu__list > .megamenu.megamenu-clickable > ul,
.main-menu .main-menu__list > .megamenu.megamenu-clickable > ul,
.stricky-header .main-menu__list > .megamenu.megamenu-clickable > ul {
  position: fixed;
  top: 0 !important;
  left: 0 !important;
  width: 100vw;
  height: 100vh;
  visibility: visible;
  overflow-y: scroll;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  transition: transform 0.7s ease, opacity 0.7s ease, visibility 0.7s ease;
  z-index: 999999;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: scroll;
  padding: 0;
  background-color: var(--amoxi-white, #FFFFFF);
  display: block !important;
  margin: 0;
}

.main-menu__list > li.megamenu-clickable > ul::-webkit-scrollbar {
  display: none;
}

.mobile-nav__container .main-menu__list > .megamenu.megamenu-clickable > ul.megamenu-clickable--active,
.main-menu .main-menu__list > .megamenu.megamenu-clickable > ul.megamenu-clickable--active,
.stricky-header .main-menu__list > .megamenu.megamenu-clickable > ul.megamenu-clickable--active {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
  visibility: visible;
  transition: transform 0.7s ease, opacity 0.7s ease, visibility 0.7s ease;
}

body.megamenu-popup-active {
  overflow: hidden;
}

body.megamenu-popup-active .stricky-header {
  bottom: 0;
}

body.megamenu-popup-active .mobile-nav__content {
  overflow: unset;
}

.mobile-nav__content .demo-one .container {
  padding-left: 15px;
  padding-right: 15px;
}

.megamenu-popup {
  position: relative;
}
.megamenu-popup .megamenu-clickable--close {
  position: absolute;
  top: 18px;
  right: 20px;
  display: block;
  color: var(--amoxi-black, #1A1B1F);
}
@media (min-width: 1300px) {
  .megamenu-popup .megamenu-clickable--close {
    top: 38px;
    right: 40px;
  }
}
.megamenu-popup .megamenu-clickable--close:hover {
  color: var(--amoxi-base, #ff621d);
}
.megamenu-popup .megamenu-clickable--close span {
  width: 24px;
  height: 24px;
  display: block;
  position: relative;
  color: currentColor;
  transition: all 500ms ease;
}
.megamenu-popup .megamenu-clickable--close span::before, .megamenu-popup .megamenu-clickable--close span::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: currentColor;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.megamenu-popup .megamenu-clickable--close span::after {
  transform: translate(-50%, -50%) rotate(45deg);
}

/*--------------------------------------------------------------
# Home Showcase
--------------------------------------------------------------*/
.demo-one {
  padding-top: 120px;
  padding-bottom: 120px;
}
.demo-one .row {
  --bs-gutter-y: 30px;
}
.demo-one__card {
  text-align: center;
  transition: 500ms ease;
  transform: translateY(0px);
  background-color: var(--amoxi-white, #FFFFFF);
  box-shadow: -10px 0 20px rgba(0, 0, 0, 0.15), 10px 0 20px rgba(0, 0, 0, 0.15);
}
.demo-one__card:hover {
  transform: translateY(-10px);
}
.demo-one__title {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--amoxi-white, #FFFFFF);
  text-transform: capitalize;
}
.demo-one__title a {
  color: inherit;
}
.demo-one__title a:hover {
  color: var(--amoxi-base, #ff621d);
}
.demo-one__title a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.demo-one__title a:hover {
  background-size: 100% 1px;
}
.demo-one__image {
  position: relative;
  overflow: hidden;
}
.demo-one__image img {
  max-width: 100%;
  transition: filter 500ms ease;
  filter: blur(0px);
}
.demo-one__card:hover .demo-one__image img {
  filter: blur(2px);
}
.demo-one__btns {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: scale(1, 0);
  background-color: rgba(var(--amoxi-black2-rgb, 14, 15, 17), 0.6);
  transition: transform 500ms ease, opacity 600ms linear;
  transform-origin: bottom center;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .demo-one__btns {
    flex-direction: column;
  }
}
@media (max-width: 375px) {
  .demo-one__btns {
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .demo-one .amoxi-btn__text {
    min-width: 169.69px;
  }
}
@media (max-width: 375px) {
  .demo-one .amoxi-btn__text {
    min-width: 169.69px;
  }
}
.demo-one__card:hover .demo-one__btns {
  transform: scale(1, 1);
  opacity: 1;
  transform-origin: top center;
}
.demo-one__title {
  padding-top: 28px;
  padding-bottom: 28px;
}

.home-showcase .row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 20px;
}
.home-showcase__inner {
  max-height: 90vh;
  overflow-y: scroll;
  padding: 40px 40px 21px;
  background-color: var(--amoxi-black2, #0E0F11);
  box-shadow: 0px 10px 60px 0px rgba(var(--amoxi-black3-rgb, 18, 17, 21), 0.07);
}
.home-showcase .demo-one__card {
  box-shadow: none;
  background-color: var(--amoxi-black, #1A1B1F);
}
.home-showcase .demo-one__btns {
  flex-direction: column;
}
.home-showcase .amoxi-btn__text {
  min-width: 169.69px;
}
.home-showcase .demo-one__title {
  padding: 0;
  padding-bottom: 10px;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 600;
  color: var(--amoxi-white, #FFFFFF);
  text-transform: capitalize;
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  transform: translateX(-100%);
  transform-origin: left center;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  visibility: hidden;
  position: fixed;
}
.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}
.mobile-nav__wrapper .home-showcase .row [class*=col-] {
  flex: 0 0 100%;
}
.mobile-nav__wrapper .home-showcase {
  margin-bottom: -1px;
  margin-top: 0;
  border-bottom: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.1);
}
.mobile-nav__wrapper .home-showcase__inner {
  padding: 15px 0px;
  background-color: transparent;
  box-shadow: none;
}
.mobile-nav__wrapper .home-showcase__title {
  color: var(--amoxi-white, #FFFFFF);
}

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

.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.8;
  cursor: url(../images/close.png), auto;
}

.mobile-nav__content {
  width: 300px;
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding: 65px 15px 30px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  background-color: var(--amoxi-black4, #131313);
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
}
.mobile-nav__content .main-menu__nav {
  display: block;
  padding: 0;
}

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

.mobile-nav__close {
  display: inline-flex;
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 20px;
  color: var(--amoxi-white, #FFFFFF);
  cursor: pointer;
  transition: all 500ms ease;
}
.mobile-nav__close svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.mobile-nav__close:hover {
  color: var(--amoxi-base, #ff621d);
  transform: rotate(90deg);
}

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

.mobile-nav__content .main-menu__list ul {
  display: none;
  border-top: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.05);
}

.mobile-nav__content .main-menu__list > li.main-logo {
  display: none;
}

.mobile-nav__content .main-menu__list ul li > a {
  padding-left: 1em;
}

.mobile-nav__content .main-menu__list li:not(:last-child) {
  border-bottom: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.05);
}

.mobile-nav__content .main-menu__list li > a {
  height: 46px;
  display: flex;
  justify-content: space-between;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  line-height: 30px;
  color: var(--amoxi-white, #FFFFFF);
  font-size: 16px;
  font-weight: 500;
  align-items: center;
  transition: 500ms;
  text-transform: capitalize;
}

.mobile-nav__content .main-menu__list > li > ul > li > a {
  font-size: 15px;
}

.mobile-nav__content .main-menu__list li a.expanded {
  color: var(--amoxi-base, #ff621d);
}

.mobile-nav__content .main-menu__list li a button {
  width: 30px;
  height: 30px;
  border: none;
  outline: none;
  color: var(--amoxi-white, #FFFFFF);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(-90deg);
  background-color: var(--amoxi-base, #ff621d);
  transition: transform 500ms ease;
}
.mobile-nav__content .main-menu__list li a button svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.mobile-nav__content .main-menu__list li a button.expanded {
  color: var(--amoxi-black4, #131313);
  transform: rotate(0deg);
  background-color: var(--amoxi-white, #FFFFFF);
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 30px;
  margin-bottom: 30px;
}
.mobile-nav__contact li {
  display: flex;
  align-items: center;
  position: relative;
  color: var(--amoxi-white, #FFFFFF);
  font-size: 16px;
  font-weight: 500;
}
.mobile-nav__contact li + li {
  margin-top: 15px;
}
.mobile-nav__contact li a {
  color: inherit;
  transition: 500ms;
}
.mobile-nav__contact li a:hover {
  color: var(--amoxi-base, #ff621d);
}
.mobile-nav__contact__icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 12px;
  margin-right: 12px;
  color: var(--amoxi-white, #FFFFFF);
  background-color: var(--amoxi-base, #ff621d);
}
.mobile-nav__contact__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.mobile-nav__content .social-links {
  gap: 12px;
}
.mobile-nav__content .social-links a {
  width: 32px;
  height: 32px;
  border: none;
  background-color: var(--amoxi-base, #ff621d);
}
.mobile-nav__content .social-links a::after {
  background-color: var(--amoxi-white, #FFFFFF);
}
.mobile-nav__content .social-links__icon {
  font-size: 14px;
  color: var(--amoxi-white, #FFFFFF);
}
.mobile-nav__content .social-links a:hover .social-links__icon {
  color: var(--amoxi-black, #1A1B1F);
}

.mobile-nav__wrapper--two .mobile-nav__content .main-menu__list li a button,
.mobile-nav__wrapper--two .mobile-nav__content .social-links a,
.mobile-nav__wrapper--two .mobile-nav__content .mobile-nav__contact__icon {
  background-color: transparent;
  background: linear-gradient(270deg, #f29a1c 0%, #fa4721 100%);
}

.mobile-nav__wrapper--two .mobile-nav__content .main-menu__list li a button.expanded {
  background: transparent;
  background-color: var(--amoxi-white, #FFFFFF);
}

.mobile-nav__wrapper--three .mobile-nav__content .main-menu__list li a button,
.mobile-nav__wrapper--three .mobile-nav__content .social-links__icon,
.mobile-nav__wrapper--three .mobile-nav__content .mobile-nav__contact__icon {
  color: var(--amoxi-black4, #131313);
}

.mobile-nav__container .main-menu__logo,
.mobile-nav__container .main-menu__right {
  display: none;
}

/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.search-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  -webkit-transition: all 1s ease;
  -khtml-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.search-popup__overlay {
  position: fixed;
  width: 224vw;
  height: 224vw;
  top: calc(90px - 112vw);
  right: calc(50% - 112vw);
  z-index: 3;
  display: block;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -khtml-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: transform 0.8s ease-in-out;
  -khtml-transition: transform 0.8s ease-in-out;
  -moz-transition: transform 0.8s ease-in-out;
  -ms-transition: transform 0.8s ease-in-out;
  -o-transition: transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out;
  transition-delay: 0s;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  background-color: #000000;
  opacity: 0.8;
  cursor: url(../images/close.png), auto;
}
@media (max-width: 767px) {
  .search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transform: translateY(-110%);
  }
}
.search-popup__content {
  position: fixed;
  width: 0;
  max-width: 560px;
  padding: 30px 15px;
  left: 50%;
  top: 50%;
  opacity: 0;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -khtml-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -moz-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -ms-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -o-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  transition-delay: 0s, 0.8s, 0s;
  transition-delay: 0s, 0.4s, 0s;
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}
.search-popup__form {
  position: relative;
}
.search-popup__form input[type=search],
.search-popup__form input[type=text] {
  width: 100%;
  height: 60px;
  border: none;
  outline: none;
  padding-left: 25px;
  font-size: 15px;
  font-weight: 400;
  color: var(--amoxi-text-gray, #636363);
  background-color: var(--amoxi-white, #FFFFFF);
  transition: all 500ms ease;
}
.search-popup__form input[type=search]:focus,
.search-popup__form input[type=text]:focus {
  color: var(--amoxi-black, #1A1B1F);
}
.search-popup__form .amoxi-btn {
  width: 65px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  position: absolute;
  top: 0;
  right: 0;
}
.search-popup__form .amoxi-btn .amoxi-btn__text {
  width: 65px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
  font-size: 20px;
  text-align: center;
  color: var(--amoxi-black4, #131313);
  border-radius: 0px;
}
.search-popup__form .amoxi-btn .amoxi-btn__text::before, .search-popup__form .amoxi-btn .amoxi-btn__text::after {
  height: calc(100% + 15px);
  background: var(--amoxi-black8, #333333);
}
.search-popup__form .amoxi-btn .amoxi-btn__text::before {
  left: -14px;
}
.search-popup__form .amoxi-btn .amoxi-btn__text::after {
  right: -14px;
}
.search-popup__form .amoxi-btn:hover .amoxi-btn__text {
  color: var(--amoxi-white, #FFFFFF);
}
.search-popup__form .amoxi-btn:hover .amoxi-btn__text::before, .search-popup__form .amoxi-btn:hover .amoxi-btn__text::after {
  width: calc(50% + 15px);
}
.search-popup__form .amoxi-btn svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.search-popup.active {
  z-index: 9999;
}
.search-popup.active .search-popup__overlay {
  top: auto;
  bottom: calc(90px - 112vw);
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  opacity: 0.9;
  -webkit-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -khtml-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -moz-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -ms-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -o-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
}
@media (max-width: 767px) {
  .search-popup.active .search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transform: translateY(0%);
  }
}
.search-popup.active .search-popup__content {
  width: 100%;
  opacity: 1;
  transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.form-one__group {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 30px;
  margin: 0;
}
@media (min-width: 768px) {
  .form-one__group {
    grid-template-columns: repeat(2, 1fr);
  }
}
.form-one__control {
  border: none;
  width: auto;
  height: auto;
  border-radius: 0;
  padding: 0;
  position: relative;
}
.form-one__control--full {
  grid-column-start: 1;
  grid-column-end: -1;
}
.form-one .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  position: relative;
  display: block;
  width: 100% !important;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  border-radius: 0px;
}
.form-one .bootstrap-select > .dropdown-toggle::after {
  display: none;
}
.form-one .bootstrap-select .dropdown-menu {
  border-radius: 0px;
}
.form-one .bootstrap-select > .dropdown-toggle {
  position: relative;
  height: 50px;
  outline: none !important;
  border: 0;
  border-radius: 0px;
  margin: 0;
  padding: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  color: var(--amoxi-text, #b2afa6) !important;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  line-height: 50px;
  box-shadow: none !important;
  background-repeat: no-repeat;
  background-size: 14px 12px;
  border: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
  background-color: transparent !important;
  background-position: right 25.75px center;
}
.form-one .bootstrap-select > .dropdown-toggle::before {
  content: "\f107";
  position: absolute;
  top: 0px;
  right: 20px;
  bottom: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  color: var(--amoxi-text, #b2afa6);
}
.form-one .bootstrap-select .dropdown-menu > li + li > a {
  border-top: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.1);
}
.form-one .bootstrap-select .dropdown-menu {
  border: none;
}
.form-one .bootstrap-select .dropdown-menu > li > a {
  padding: 10px 20px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 15px;
  font-weight: 400;
  color: var(--amoxi-white, #FFFFFF);
  background-color: var(--amoxi-black6, #3A3B3F);
  text-transform: capitalize;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form-one .bootstrap-select .dropdown-menu > li:hover > a,
.form-one .bootstrap-select .dropdown-menu > li.selected > a {
  color: var(--amoxi-white, #FFFFFF);
  border-color: var(--amoxi-base, #ff621d);
  background-color: var(--amoxi-base, #ff621d);
}
.form-one .bootstrap-select > .dropdown-toggle {
  display: flex;
  align-items: center;
}
.form-one .bootstrap-select > .dropdown-toggle .filter-option {
  display: flex;
  align-items: center;
}
.form-one .bootstrap-select > .dropdown-toggle,
.form-one input[type=text],
.form-one input[type=email],
.form-one input[type=search],
.form-one input[type=tel],
.form-one textarea {
  display: block;
  width: 100%;
  height: 50px;
  border: none;
  outline: none;
  padding: 0px 20px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-text, #b2afa6);
  transition: all 500ms ease;
  background-color: transparent;
  border: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}
.form-one .bootstrap-select > .dropdown-toggle:hover, .form-one .bootstrap-select > .dropdown-toggle:focus,
.form-one input[type=text]:hover,
.form-one input[type=text]:focus,
.form-one input[type=email]:hover,
.form-one input[type=email]:focus,
.form-one input[type=search]:hover,
.form-one input[type=search]:focus,
.form-one input[type=tel]:hover,
.form-one input[type=tel]:focus,
.form-one textarea:hover,
.form-one textarea:focus {
  color: var(--amoxi-white, #FFFFFF);
  border-color: var(--amoxi-base, #ff621d);
}
.form-one textarea {
  height: 142px;
  padding-top: 10px;
}

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
.comments-one {
  margin-top: 53px;
}
.comments-one__title {
  margin-bottom: 45px;
  font-size: 22px;
  font-weight: 700;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.318;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .comments-one__title {
    margin-bottom: 40px;
  }
}
.comments-one__list {
  margin: 0;
}
.comments-one__card {
  display: grid;
  grid-template-columns: 150px auto;
  grid-gap: 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .comments-one__card {
    grid-template-columns: 140px auto;
  }
}
@media (max-width: 767px) {
  .comments-one__card {
    grid-template-columns: auto;
  }
}
.comments-one__card:not(:last-child) {
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .comments-one__card:not(:last-child) {
    margin-bottom: 50px;
  }
}
.comments-one__image {
  width: 150px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .comments-one__image {
    width: 140px;
  }
}
@media (max-width: 575px) {
  .comments-one__image {
    width: 140px;
  }
}
.comments-one__image img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 50%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .comments-one__image img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 575px) {
  .comments-one__image img {
    width: 140px;
    height: 140px;
  }
}
.comments-one__content {
  margin-top: 2px;
}
@media (max-width: 767px) {
  .comments-one__content {
    margin-top: 0px;
  }
}
.comments-one__top {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px 30px;
}
@media (max-width: 991px) {
  .comments-one__top {
    margin-bottom: 25px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .comments-one__top {
    gap: 20px;
  }
}
.comments-one__left {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 575px) {
  .comments-one__left {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.comments-one__name {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 700;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.318;
  text-transform: capitalize;
}
.comments-one__date {
  margin: 0px;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
  color: var(--amoxi-base, #ff621d);
}
.comments-one__date::before {
  content: "";
  display: inline-block;
  position: relative;
  top: -4px;
  width: 19px;
  height: 1px;
  margin-right: 9px;
  background-color: var(--amoxi-base, #ff621d);
}
@media (max-width: 575px) {
  .comments-one__date::before {
    display: none;
  }
}
.comments-one__bottom {
  margin-top: 13px;
  display: flex;
  gap: 18px 30px;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 412px) {
  .comments-one__bottom {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.comments-one__reply {
  margin-top: 21px;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: 600;
  color: var(--amoxi-base, #ff621d);
  line-height: 1.25;
  text-transform: capitalize;
  transition: all 500ms ease;
  background-color: transparent;
}
.comments-one__reply:hover {
  color: var(--amoxi-white, #FFFFFF);
}
.comments-one__text {
  margin: 0px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
}

.comments-form {
  margin-top: 53px;
}
.comments-form__title {
  margin-bottom: 45px;
  font-size: 22px;
  font-weight: 700;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.318;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .comments-form__title {
    margin-bottom: 40px;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact-one {
  overflow: hidden;
  padding-bottom: 88px;
  background-color: var(--amoxi-black, #1A1B1F);
}
@media (max-width: 1599px) {
  .contact-one {
    padding-bottom: 90px;
  }
}
@media (max-width: 1399px) {
  .contact-one {
    padding-bottom: 95px;
  }
}
@media (max-width: 1199px) {
  .contact-one {
    padding-bottom: 99px;
  }
}
@media (max-width: 991px) {
  .contact-one {
    padding-bottom: 106px;
  }
}
@media (max-width: 767px) {
  .contact-one {
    padding-bottom: 88px;
  }
}
@media (max-width: 575px) {
  .contact-one {
    padding-bottom: 80px;
  }
}
.contact-one__info {
  border-radius: 20px;
  padding: 10px;
  background-color: var(--amoxi-white, #FFFFFF);
}
.contact-one__info__inner {
  padding: 40px 30px 30px;
}
@media (max-width: 575px) {
  .contact-one__info__inner {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.contact-one__info__card + .contact-one__info__card {
  margin-top: 30px;
}
.contact-one__info__card {
  display: flex;
  gap: 40px;
  align-items: center;
  padding: 38px 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
  background-color: var(--amoxi-black4, #131313);
}
@media (max-width: 575px) {
  .contact-one__info__card {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 440px) {
  .contact-one__info__card {
    gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 375px) {
  .contact-one__info__card {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.contact-one__info__card::before {
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  background-color: var(--amoxi-base, #ff621d);
  transition: all 500ms ease;
}
.contact-one__info__card:hover::before {
  height: 100%;
  bottom: 0px;
}
.contact-one__info__card::after {
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  margin: auto;
  border-radius: inherit;
  border: 1px dashed var(--amoxi-base, #ff621d);
  transition: all 500ms ease;
}
.contact-one__info__card:hover::after {
  border-color: var(--amoxi-white, #FFFFFF);
}
.contact-one__info__icon {
  display: inline-flex;
  flex-shrink: 0;
  font-size: 50px;
  color: var(--amoxi-white, #FFFFFF);
  transition: all 500ms ease;
}
.contact-one__info__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.contact-one__info__card:hover .contact-one__info__icon {
  color: var(--amoxi-white, #FFFFFF);
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.contact-one__info__content {
  position: relative;
  z-index: 1;
}
.contact-one__info__content::before {
  content: "";
  width: 2px;
  height: calc(100% - 10px);
  position: absolute;
  top: 4px;
  left: -20px;
  background-color: var(--amoxi-white, #FFFFFF);
  transition: all 500ms ease;
}
@media (max-width: 440px) {
  .contact-one__info__content::before {
    display: none;
  }
}
.contact-one__info__title {
  margin-bottom: 3px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.363;
  text-transform: capitalize;
  transition: all 500ms ease;
}
.contact-one__info__link {
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.25;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.contact-one__info__link:hover {
  background-size: 100% 1px;
}
.contact-one__form {
  padding: 73px 40px 73px;
  border-radius: 40px;
  background-color: var(--amoxi-white, #FFFFFF);
}
@media (max-width: 991px) {
  .contact-one__form {
    padding: 40px;
    border-radius: 20px;
  }
}
@media (max-width: 440px) {
  .contact-one__form {
    padding: 30px;
  }
}
@media (max-width: 375px) {
  .contact-one__form {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.contact-one .sec-title__tagline.bw-split-text > div, .contact-one .sec-title__title.bw-split-text > div {
  background-image: linear-gradient(to left, rgba(var(--amoxi-black2-rgb, 14, 15, 17), 0.4) 50%, var(--amoxi-black2, #0E0F11) 50%);
}
.contact-one .sec-title .sec-title__shape::before,
.contact-one .sec-title .sec-title__shape::after {
  background-color: var(--amoxi-black2, #0E0F11);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .contact-one .form-one__group {
    grid-template-columns: repeat(1, 1fr);
  }
}
.contact-one .form-one .bootstrap-select .dropdown-menu {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
.contact-one .form-one .bootstrap-select > .dropdown-toggle,
.contact-one .form-one input[type=text],
.contact-one .form-one input[type=email],
.contact-one .form-one input[type=search],
.contact-one .form-one input[type=tel],
.contact-one .form-one textarea {
  color: var(--amoxi-text-gray, #636363) !important;
  border-radius: 5px;
  border-color: var(--amoxi-border-color, #D3D3D3) !important;
}
.contact-one .form-one .bootstrap-select > .dropdown-toggle:hover, .contact-one .form-one .bootstrap-select > .dropdown-toggle:focus,
.contact-one .form-one input[type=text]:hover,
.contact-one .form-one input[type=text]:focus,
.contact-one .form-one input[type=email]:hover,
.contact-one .form-one input[type=email]:focus,
.contact-one .form-one input[type=search]:hover,
.contact-one .form-one input[type=search]:focus,
.contact-one .form-one input[type=tel]:hover,
.contact-one .form-one input[type=tel]:focus,
.contact-one .form-one textarea:hover,
.contact-one .form-one textarea:focus {
  color: var(--amoxi-black, #1A1B1F) !important;
  border-color: var(--amoxi-base, #ff621d) !important;
}
.contact-one .form-one textarea {
  height: 145px;
}
.contact-one .form-one .amoxi-btn-two {
  width: 100%;
  display: flex;
  border-radius: 200px;
}
.contact-one .form-one .amoxi-btn-two:hover {
  color: var(--amoxi-white, #FFFFFF);
}
.contact-one .form-one .amoxi-btn-two::before, .contact-one .form-one .amoxi-btn-two::after {
  background-color: var(--amoxi-black4, #131313);
}
.contact-one__bottom {
  margin-top: 5px;
  text-align: center;
}
.contact-one__bottom__title {
  margin: 0px;
  font-weight: 700;
  font-size: 180px;
  font-size: clamp(55px, 11vw, 180px);
  line-height: 1.1;
  text-transform: uppercase;
  background: linear-gradient(360deg, rgba(102, 102, 102, 0.08) 34.16%, #222222 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
.contact-one__bottom__title span {
  font-size: 220px;
  font-size: clamp(77px, 15vw, 220px);
  background: linear-gradient(360deg, rgba(102, 102, 102, 0.08) 34.16%, var(--amoxi-base, #ff621d) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.contact-one--home {
  position: relative;
  padding-bottom: 0px;
}
.contact-one--home::after {
  content: "";
  width: 100%;
  height: 569px;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: var(--amoxi-base, #ff621d);
}
.contact-one--home .container {
  position: relative;
  z-index: 1;
}
.contact-one--home .contact-one__bottom__title {
  margin-bottom: -35px;
}
@media (max-width: 1199px) {
  .contact-one--home .contact-one__bottom__title {
    margin-bottom: -25px;
  }
}
@media (max-width: 991px) {
  .contact-one--home .contact-one__bottom__title {
    margin-bottom: -20px;
  }
}
@media (max-width: 767px) {
  .contact-one--home .contact-one__bottom__title {
    margin-bottom: -15px;
  }
}
@media (max-width: 575px) {
  .contact-one--home .contact-one__bottom__title {
    margin-bottom: -10px;
  }
}
.contact-one--home .contact-one__info__card:hover::after {
  border-color: var(--amoxi-black4, #131313);
}
.contact-one--home .contact-one__info__card:hover .contact-one__info__icon,
.contact-one--home .contact-one__info__card:hover .contact-one__info__title,
.contact-one--home .contact-one__info__card:hover .contact-one__info__link {
  color: var(--amoxi-black4, #131313);
}
.contact-one--home .contact-one__info__card:hover .contact-one__info__content::before {
  background-color: var(--amoxi-black4, #131313);
}
.contact-one--home .form-one .bootstrap-select .dropdown-menu > li > a {
  background-color: var(--amoxi-black4, #131313);
}
.contact-one--home .form-one .bootstrap-select .dropdown-menu > li:hover > a,
.contact-one--home .form-one .bootstrap-select .dropdown-menu > li.selected > a {
  color: var(--amoxi-black4, #131313);
  border-color: var(--amoxi-base, #ff621d);
  background-color: var(--amoxi-base, #ff621d);
}
.contact-one--home .amoxi-btn-two {
  color: var(--amoxi-black, #1A1B1F);
}

/*--------------------------------------------------------------
# Cards
--------------------------------------------------------------*/
.video-one {
  min-height: 711px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  position: relative;
  z-index: 1;
  padding-top: 80px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .video-one {
    min-height: 600px;
  }
}
@media (max-width: 991px) {
  .video-one {
    min-height: 550px;
  }
}
.video-one__bg {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.video-one__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: RGBA(var(--amoxi-black7-rgb, 0, 0, 0), 0.5);
}
.video-one .container-fluid {
  padding-left: 70px;
  padding-right: 70px;
}
@media (max-width: 991px) {
  .video-one .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 575px) {
  .video-one .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.video-one__inner {
  display: flex;
  gap: 50px;
  align-items: flex-end;
}
@media (max-width: 991px) {
  .video-one__inner {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .video-one__inner {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.video-one__button {
  width: 404px;
  position: relative;
  z-index: 1;
  margin-left: auto;
  padding: 63px 40px 53px;
  text-align: center;
  background-color: var(--amoxi-base, #ff621d);
  border: 8px solid var(--amoxi-white, #FFFFFF);
  border-bottom: none;
  border-radius: 1000px 1000px 0px 0px;
}
@media (max-width: 767px) {
  .video-one__button {
    margin-right: auto;
  }
}
@media (max-width: 575px) {
  .video-one__button {
    width: 360px;
  }
}
@media (max-width: 390px) {
  .video-one__button {
    width: 331px;
  }
}
@media (max-width: 360px) {
  .video-one__button {
    width: 290px;
  }
}
.video-one__button__title {
  margin: 0px;
  font-size: 20px;
  font-weight: 700;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.266;
  text-transform: uppercase;
}
.video-one .video-btn {
  margin: 0px auto 22px;
}
.video-one__item {
  margin-bottom: 33px;
  text-align: center;
}
@media (max-width: 767px) {
  .video-one__item {
    margin-bottom: 0px;
  }
}
.video-one__item__icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px auto 25px;
  font-size: 28px;
  color: var(--amoxi-white, #FFFFFF);
  border-radius: 50%;
  background-color: var(--amoxi-base, #ff621d);
}
.video-one__item__title {
  margin: 0px;
  font-size: 22px;
  font-weight: 700;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.545;
  text-transform: capitalize;
}

.video-two {
  padding-bottom: 45px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.video-two__bg {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.video-two__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: RGBA(var(--amoxi-black7-rgb, 0, 0, 0), 0.5);
}
.video-two .container-fluid {
  position: relative;
  z-index: 1;
}
.video-two__button {
  width: 374px;
  position: relative;
  z-index: 1;
  margin: 0px auto 230px;
  padding: 81px 20px 39px;
  background-color: var(--amoxi-white, #FFFFFF);
  -webkit-mask: url("../images/shapes/video-shape-2-1.png");
  mask: url("../images/shapes/video-shape-2-1.png");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
@media (max-width: 991px) {
  .video-two__button {
    margin-bottom: 180px;
  }
}
@media (max-width: 575px) {
  .video-two__button {
    margin-bottom: 160px;
  }
}
@media (max-width: 440px) {
  .video-two__button {
    margin-bottom: 140px;
  }
}
@media (max-width: 425px) {
  .video-two__button {
    width: 346px;
  }
}
@media (max-width: 375px) {
  .video-two__button {
    width: 290px;
    padding-bottom: 25px;
  }
}
.video-two__button__inner {
  width: 145px;
  height: 145px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px auto;
  border-radius: 50%;
  background: linear-gradient(270deg, #f29a1c 0%, #fa4721 100%);
}
@media (max-width: 375px) {
  .video-two__button__inner {
    width: 120px;
    height: 120px;
  }
}
.video-two__title {
  margin: 0px;
  font-size: clamp(60px, 13vw, 220px);
  font-weight: 700;
  color: transparent;
  line-height: 1.1;
  text-align: center;
  word-break: break-word;
  text-transform: uppercase;
  -webkit-text-stroke: 2px var(--amoxi-white, #FFFFFF);
}
.video-two__title__highlight {
  color: var(--amoxi-base, #ff621d);
}
.video-two .stroke-text-title {
  margin-bottom: 0px;
}
.video-two .stroke-text-title svg {
  height: 200px;
}
@media (max-width: 1199px) {
  .video-two .stroke-text-title svg {
    height: 160px;
  }
}
@media (max-width: 991px) {
  .video-two .stroke-text-title svg {
    height: 140px;
  }
}
@media (max-width: 767px) {
  .video-two .stroke-text-title svg {
    height: 120px;
  }
}
.video-two .stroke-text-title svg text {
  font-size: clamp(40px, 12vw, 220px);
  stroke-width: 2;
  line-height: 1.1;
  stroke: var(--amoxi-white, #FFFFFF);
  animation: svgTextAnimation2 5s infinite alternate;
}
@media (max-width: 767px) {
  .video-two .stroke-text-title svg text {
    stroke-width: 1;
  }
}

.video-three {
  position: relative;
  z-index: 1;
  padding: 90px 0px;
  overflow: hidden;
}
.video-three__bg {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.video-three .container {
  position: relative;
  z-index: 1;
}
.video-three__button {
  width: 623px;
  height: 623px;
  display: flex;
  gap: 35px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0px -120px 0px auto;
  background: linear-gradient(30deg, rgba(255, 0, 4, 0.83) 14.81%, rgba(0, 0, 0, 0) 87.2%);
}
@media (max-width: 1599px) {
  .video-three__button {
    margin-right: 0px;
  }
}
@media (max-width: 1199px) {
  .video-three__button {
    width: 500px;
    height: 500px;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .video-three__button {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 480px) {
  .video-three__button {
    width: 355px;
    height: 355px;
  }
}
@media (max-width: 390px) {
  .video-three__button {
    width: 325px;
    height: 325px;
  }
}
@media (max-width: 360px) {
  .video-three__button {
    width: 290px;
    height: 290px;
  }
}
.video-three__button__title {
  margin-bottom: 0px;
  font-size: 50px;
  font-weight: 700;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.26;
  text-transform: uppercase;
  transition: all 500ms ease;
}
@media (max-width: 1199px) {
  .video-three__button__title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .video-three__button__title {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .video-three__button__title {
    font-size: 25px;
  }
}
@media (max-width: 390px) {
  .video-three__button__title {
    font-size: 20px;
  }
}
.video-three__button:hover .video-three__button__title {
  color: var(--amoxi-black2, #0E0F11);
}
.video-three .amoxi-circle-btn__dot {
  background: var(--amoxi-base, #ff621d);
}
.video-three .video-btn {
  width: 117px;
  height: 117px;
  font-size: 45px;
  color: var(--amoxi-black2, #0E0F11);
  background-color: var(--amoxi-base, #ff621d);
}
@media (max-width: 767px) {
  .video-three .video-btn {
    width: 100px;
    height: 100px;
    font-size: 38px;
  }
}
@media (max-width: 390px) {
  .video-three .video-btn {
    width: 80px;
    height: 80px;
    font-size: 30px;
  }
}
.video-three .video-btn::after {
  width: calc(100% + 30px);
  height: calc(100% + 30px);
  border-width: 7px;
  border-color: var(--amoxi-base, #ff621d);
}
.video-three__button:hover .video-btn {
  color: var(--amoxi-white, #FFFFFF);
  background-color: var(--amoxi-black5, #222222);
}
.video-three__button:hover .video-btn::after {
  border-color: var(--amoxi-black5, #222222);
}

.team-card {
  position: relative;
  transition: all 500ms ease;
}
.team-card:hover {
  z-index: 1;
}
.team-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 500ms ease;
  border-top: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}
.team-card:last-child::after {
  border-bottom: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}
.team-card:hover::after, .team-card:hover + .team-card::after {
  opacity: 0;
}
.team-card__shape {
  width: calc(100% + 200px);
  height: 100%;
  position: relative;
  position: absolute;
  top: 0px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
}
@media (max-width: 1199px) {
  .team-card__shape {
    width: 100%;
  }
}
.team-card__shape::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  border-radius: 100px;
  transition: all 500ms ease;
  border: 1px dashed var(--amoxi-base, #ff621d);
}
@media (max-width: 1199px) {
  .team-card__shape::after {
    width: 100%;
    border-radius: 0px;
    border-left: none;
    border-right: none;
  }
}
.team-card:hover .team-card__shape::after {
  opacity: 1;
}
.team-card__content {
  display: flex;
  gap: 15px 30px;
  align-items: center;
  justify-content: space-between;
  padding: 21px 0px 29px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .team-card__content {
    padding: 30px 0px 22px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
  }
}
.team-card .social-links {
  gap: 15px;
}
.team-card .social-links a {
  width: 44px;
  height: 44px;
  background-color: transparent;
  border: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}
@media (max-width: 991px) {
  .team-card .social-links a {
    width: 35px;
    height: 35px;
  }
}
.team-card .social-links a:hover {
  border-color: var(--amoxi-base, #ff621d);
  background-color: var(--amoxi-base, #ff621d);
}
.team-card .social-links .social-links__icon {
  font-size: 18px;
  color: var(--amoxi-black6, #3A3B3F);
}
.team-card__identity {
  position: relative;
}
.team-card__name {
  display: inline-block;
  margin-bottom: 0px;
  position: relative;
  font-size: 100px;
  color: transparent;
  font-weight: 700;
  line-height: 1.26;
  text-transform: capitalize;
  -webkit-text-stroke: 1px RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}
@media (max-width: 1199px) {
  .team-card__name {
    font-size: 70px;
  }
}
@media (max-width: 991px) {
  .team-card__name {
    font-size: 45px;
  }
}
@media (max-width: 375px) {
  .team-card__name {
    font-size: 40px;
  }
}
.team-card__name a {
  color: inherit;
}
.team-card__name a:last-child {
  position: absolute;
  top: 0px;
  left: 0px;
  color: var(--amoxi-white, #FFFFFF);
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1s ease;
  -webkit-text-stroke-color: var(--amoxi-white, #FFFFFF);
}
.team-card:hover .team-card__name a:last-child {
  clip-path: inset(0 0 0 0);
}
.team-card__image {
  position: absolute;
  top: 50%;
  right: -100px;
  opacity: 0;
  z-index: 1;
  transition: 1s;
  transform: translateY(-50%) scale(0.4);
}
@media (max-width: 767px) {
  .team-card__image {
    margin: 15px 0px 20px;
    position: static;
    opacity: 1;
    transform: translateY(0%) scale(1);
  }
}
.team-card__image img {
  width: auto !important;
  display: inline-block !important;
  max-width: 100%;
  height: auto;
  transition: all 500ms ease;
}
.team-card:hover .team-card__image {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}
@media (max-width: 767px) {
  .team-card:hover .team-card__image {
    transform: translateY(0%) scale(1);
  }
}
.team-card__designation {
  margin: 0px;
  text-transform: uppercase;
}

.team-card-two {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background-color: var(--amoxi-black2, #0E0F11);
}
.team-card-two__shape {
  width: 40px;
  height: 90px;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  flex-direction: column;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
  opacity: 0.1;
  transition: all 500ms ease;
}
.team-card-two__shape::before, .team-card-two__shape::after {
  content: "";
  width: 100%;
  height: 40px;
  background-color: var(--amoxi-base, #ff621d);
}
.team-card-two__shape::before {
  clip-path: polygon(50% 0%, 0 100%, 100% 100%);
}
.team-card-two__shape::after {
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.team-card-two:hover .team-card-two__shape {
  opacity: 1;
}
.team-card-two__content {
  position: relative;
  z-index: 1;
}
.team-card-two__image {
  position: relative;
  text-align: center;
}
.team-card-two__image::after {
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  position: absolute;
  left: 0px;
  bottom: 0px;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(112, 116, 133, 0) 46.44%, #ff621d 100%);
  transition: height 500ms ease;
}
.team-card-two__image img {
  width: auto !important;
  display: inline-block !important;
  max-width: 100%;
  height: auto;
}
.team-card-two:hover .team-card-two__image::after {
  height: 100%;
}
.team-card-two__identity {
  width: calc(100% - 40px);
  padding: 12px 20px 10px;
  position: absolute;
  left: 50%;
  bottom: 20px;
  z-index: 1;
  text-align: center;
  border-radius: 10px;
  opacity: 0;
  background-color: var(--amoxi-white, #FFFFFF);
  transform: translateX(-50%) rotateX(90deg);
  transition: transform 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity 500ms ease;
}
.team-card-two:hover .team-card-two__identity {
  opacity: 1;
  transform: translateX(-50%) rotateX(0deg);
}
.team-card-two__name {
  margin-bottom: 5px;
  font-size: 22px;
  color: var(--amoxi-black5, #222222);
  font-weight: 700;
  line-height: 1.318;
  text-transform: capitalize;
}
.team-card-two__name a {
  color: inherit;
}
.team-card-two__name a:hover {
  color: var(--amoxi-base, #ff621d);
}
.team-card-two__name a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.team-card-two__name a:hover {
  background-size: 100% 1px;
}
.team-card-two__designation {
  margin: 0px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
  color: var(--amoxi-text-gray, #636363);
  text-transform: capitalize;
}
.team-card-two .social-links {
  margin: 0px;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 1;
}
.team-card-two .social-links li {
  opacity: 0;
  visibility: hidden;
  transform: translate3d(80px, 0, 0);
  transition: transform 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity 500ms ease, visibility 500ms ease;
}
.team-card-two .social-links li:nth-child(1) {
  transition-delay: 50ms;
}
.team-card-two .social-links li:nth-child(2) {
  transition-delay: 150ms;
}
.team-card-two .social-links li:nth-child(3) {
  transition-delay: 250ms;
}
.team-card-two .social-links li:nth-child(4) {
  transition-delay: 350ms;
}
.team-card-two .social-links a {
  width: 35px;
  height: 35px;
}
.team-card-two .social-links a:hover::after {
  background: linear-gradient(270deg, #f29a1c 0%, #fa4721 100%);
}
.team-card-two .social-links__icon {
  color: var(--amoxi-base, #ff621d);
}
.team-card-two .social-links a:hover .social-links__icon {
  color: var(--amoxi-white, #FFFFFF);
}
.team-card-two:hover .social-links li {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}

.team-card-three__content {
  position: relative;
  margin-bottom: 15px;
  border-radius: 10px;
}
.team-card-three__image {
  border-radius: 10px;
}
.team-card-three__image img {
  width: 100%;
  display: block;
  border-radius: inherit;
}
.team-card-three__hover {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
  border-radius: inherit;
  clip-path: inset(100%);
  background-color: var(--amoxi-base, #ff621d);
  transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 1.5s;
}
.team-card-three:hover .team-card-three__hover {
  clip-path: inset(0);
  transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 1.5s;
}
.team-card-three__image-two {
  width: 189px;
  height: 189px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
  border-radius: 50%;
  background-color: var(--amoxi-white, #FFFFFF);
}
.team-card-three__image-two img {
  width: 175px !important;
  height: 175px;
  border-radius: inherit;
}
.team-card-three .social-links {
  width: 100%;
  padding: 14px;
  position: relative;
  z-index: 1;
  gap: 10px;
  justify-content: center;
}
.team-card-three .social-links a {
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 1;
  background-color: transparent;
  border: 1px solid var(--amoxi-black, #1A1B1F);
}
.team-card-three .social-links a::after {
  background-color: var(--amoxi-black, #1A1B1F);
}
.team-card-three .social-links__icon {
  font-size: 14px;
  color: var(--amoxi-black, #1A1B1F);
}
.team-card-three .social-links a:hover .social-links__icon {
  color: var(--amoxi-white, #FFFFFF);
}
.team-card-three__border {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.team-card-three__border path {
  stroke: #d2f96b;
}
.team-card-three__shape {
  width: 246px;
  height: 246px;
  position: absolute;
  top: 0px;
  right: 0px;
}
.team-card-three__shape path {
  stroke: #d2f96b;
  stroke-width: 20px;
}
.team-card-three__name {
  margin-bottom: 6px;
  font-size: 24px;
  color: var(--amoxi-white, #FFFFFF);
  font-weight: 700;
  line-height: 1.25;
  text-transform: capitalize;
}
.team-card-three__name a {
  color: inherit;
}
.team-card-three__name a:hover {
  color: var(--amoxi-base, #ff621d);
}
.team-card-three__name a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.team-card-three__name a:hover {
  background-size: 100% 1px;
}
.team-card-three__designation {
  margin-bottom: 0px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.625;
}

.team-card-four {
  position: relative;
}
.team-card-four__image {
  text-align: center;
}
.team-card-four__image img {
  width: auto !important;
  display: inline-block !important;
  max-width: 100%;
  height: auto;
}
.team-card-four__content {
  width: calc(100% - 50px);
  position: relative;
  position: absolute;
  left: 50%;
  bottom: 30px;
  z-index: 1;
  padding: 0px 30px 21px;
  text-align: center;
  border-radius: 10px;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .team-card-four__content {
    width: calc(100% - 200px);
  }
}
@media (max-width: 575px) {
  .team-card-four__content {
    width: calc(100% - 140px);
  }
}
@media (max-width: 480px) {
  .team-card-four__content {
    width: calc(100% - 50px);
  }
}
@media (max-width: 390px) {
  .team-card-four__content {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .team-card-four__content {
    width: 100%;
  }
}
.team-card-four__content::after {
  content: "";
  width: 100%;
  height: calc(100% - 23px);
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: -1;
  border-radius: inherit;
  background-color: var(--amoxi-white, #FFFFFF);
}
.team-card-four__social {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  margin: 0px auto 15px;
  font-size: 20px;
  color: var(--amoxi-white, #FFFFFF);
  border-radius: 50%;
  transition: all 500ms ease;
  background-color: var(--amoxi-black, #1A1B1F);
}
.team-card-four__social:hover {
  color: var(--amoxi-black5, #222222);
  background-color: var(--amoxi-base, #ff621d);
}
.team-card-four .social-links {
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  position: absolute;
  left: 50%;
  bottom: 40px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
  transform: translate(-50%, -50%);
}
.team-card-four .social-links a:hover .social-links__icon {
  color: var(--amoxi-black5, #222222);
}
.team-card-four__social:hover .social-links {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0%);
}
.team-card-four__name {
  margin-bottom: 5px;
  font-size: 24px;
  color: var(--amoxi-black5, #222222);
  font-weight: 700;
  line-height: 1.25;
  text-transform: capitalize;
}
@media (max-width: 360px) {
  .team-card-four__name {
    font-size: 22px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .team-card-four__name {
    font-size: 22px;
  }
}
.team-card-four__name a {
  color: inherit;
}
.team-card-four__name a:hover {
  color: var(--amoxi-base, #ff621d);
}
.team-card-four__name a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.team-card-four__name a:hover {
  background-size: 100% 1px;
}
.team-card-four__designation {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
  color: var(--amoxi-text-gray, #636363);
  text-transform: capitalize;
}

.team-one,
.team-two,
.team-three,
.team-page {
  background-color: var(--amoxi-black, #1A1B1F);
}

.team-two {
  position: relative;
  background-color: var(--amoxi-black2, #0E0F11);
}
.team-two--home .team-card-two {
  background-color: var(--amoxi-black, #1A1B1F);
}
.team-two--team-details {
  background-color: var(--amoxi-black, #1A1B1F);
}
.team-two .container {
  position: relative;
  z-index: 1;
}
.team-two__carousel.owl-carousel .owl-nav button::after {
  background: linear-gradient(270deg, #f29a1c 0%, #fa4721 100%);
}
.team-two__button {
  margin-top: 50px;
  text-align: center;
}

.team-three__top {
  margin-bottom: 51px;
}
.team-three .sec-title {
  margin-bottom: 0px;
}
@media (min-width: 1200px) {
  .team-three__row > div:nth-child(odd) {
    margin-top: 100px;
  }
}

.team-four {
  position: relative;
  background-color: var(--amoxi-black2, #0E0F11);
}
.team-four::after {
  content: "";
  width: 100%;
  height: calc(100% - 300px);
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: linear-gradient(180deg, rgba(14, 15, 17, 0) 0%, #b3de4f 100%);
}
.team-four .container {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .team-four .container {
    max-width: 1520px;
  }
}

.team-page {
  background-color: var(--amoxi-black, #1A1B1F);
}
.team-page .team-card-three .social-links a {
  border-color: var(--amoxi-white, #FFFFFF);
}
.team-page .team-card-three .social-links a:hover {
  background-color: var(--amoxi-white, #FFFFFF);
}
.team-page .team-card-three .social-links__icon {
  color: var(--amoxi-white, #FFFFFF);
}
.team-page .team-card-three .social-links a:hover .social-links__icon {
  color: var(--amoxi-black, #1A1B1F);
}
.team-page .team-card-three__border path, .team-page .team-card-three__shape path {
  stroke: RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.6);
}
.team-page__button {
  margin-top: 50px;
  text-align: center;
}

/* team details */
.team-details {
  background-color: var(--amoxi-black, #1A1B1F);
}
.team-details__image img {
  max-width: 100%;
  height: auto;
}
.team-details__info li + li {
  margin-top: 30px;
}
.team-details__info li {
  display: flex;
  gap: 15px 20px;
  align-items: flex-start;
}
@media (max-width: 575px) {
  .team-details__info li {
    flex-direction: column;
  }
}
.team-details__info__title {
  margin: 0px;
  font-size: 22px;
  line-height: 1.272;
  font-weight: 700;
  text-transform: capitalize;
}
.team-details__info__content {
  flex-grow: 1;
}
@media (max-width: 575px) {
  .team-details__info__content {
    width: 100%;
    padding-left: 15px;
  }
}
.team-details__info__about {
  margin-bottom: -13px;
}
.team-details__info__about .team-details__info__title {
  margin-bottom: 5px;
}
.team-details__info__designation {
  margin-bottom: 10px;
  font-size: 16px;
  color: var(--amoxi-text, #b2afa6);
  font-weight: 400;
  line-height: 1.625;
}
.team-details__info__text {
  margin: 0px;
  font-size: 16px;
  color: var(--amoxi-text, #b2afa6);
  font-weight: 400;
  line-height: 1.625;
}
.team-details__info__skill {
  padding-left: 24px;
}
@media (max-width: 575px) {
  .team-details__info__skill {
    padding-left: 15px;
  }
}
.team-details .social-links a {
  background-color: transparent;
  border: 1px solid var(--amoxi-text-gray, #636363);
}
.team-details .social-links a:hover {
  border-color: var(--amoxi-base, #ff621d);
  background-color: var(--amoxi-base, #ff621d);
}
.team-details .social-links__icon {
  color: var(--amoxi-text-gray, #636363);
}
.team-details .social-links a:hover .social-links__icon {
  color: var(--amoxi-white, #FFFFFF);
}
.team-details__personal {
  padding-bottom: 116px;
  border-bottom: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}
@media (max-width: 767px) {
  .team-details__personal {
    padding-bottom: 96px;
  }
}
@media (max-width: 575px) {
  .team-details__personal {
    padding-bottom: 76px;
  }
}
.team-details__personal__title {
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.272;
}
.team-details__personal__text {
  margin: 0px;
  font-size: 16px;
  color: var(--amoxi-text, #b2afa6);
  font-weight: 400;
  line-height: 1.625;
}
.team-details__personal__text span {
  font-weight: 700;
  color: var(--amoxi-base, #ff621d);
}
.team-details__personal__text + .team-details__personal__text {
  margin-top: 15px;
}

.blog-card__image {
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-bottom: 25px;
  border-radius: 20px;
}
.blog-card__image::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0px;
  z-index: 1;
  transition: 0.8s;
  -webkit-box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
}
.blog-card__image::after {
  content: "";
  width: 93px;
  height: 93px;
  position: absolute;
  right: -28px;
  bottom: -43px;
  z-index: 1;
  opacity: 0;
  border-radius: 50%;
  transform: translateY(100px);
  transition: all 500ms ease;
  background-color: var(--amoxi-base, #ff621d);
}
.blog-card__image img {
  width: 100%;
  display: block;
  border-radius: inherit;
  transform: scale(1) translate(0, 0);
  transition: none;
}
.blog-card:hover .blog-card__image::before {
  -webkit-box-shadow: inset 10px 10px 0px 260px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 10px 10px 0px 260px rgba(0, 0, 0, 0.5);
  box-shadow: inset 10px 10px 0px 260px rgba(0, 0, 0, 0.5);
}
.blog-card:hover .blog-card__image::after {
  opacity: 1;
  transform: translateY(0px);
}
.blog-card:hover .blog-card__image img {
  transform: scale(1.1);
}
.blog-card__category {
  display: inline-block;
  position: absolute;
  left: 30px;
  bottom: 30px;
  padding: 8.5px 25.5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  z-index: 2;
  text-transform: uppercase;
  border-radius: 100px;
  transition: all 500ms ease;
  background-color: var(--amoxi-white, #FFFFFF);
}
@media (max-width: 360px) {
  .blog-card__category {
    left: 20px;
    bottom: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card__category {
    left: 20px;
    bottom: 20px;
  }
}
.blog-card:hover .blog-card__category {
  color: var(--amoxi-white, #FFFFFF);
  background-color: var(--amoxi-base, #ff621d);
}
.blog-card__btn {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  font-size: 14px;
  color: var(--amoxi-base, #ff621d);
  opacity: 0;
  border-radius: 50%;
  transform: translateY(-100px);
  transition: all 500ms ease;
  background-color: var(--amoxi-white, #FFFFFF);
}
.blog-card:hover .blog-card__btn {
  opacity: 1;
  transform: translateY(0px);
}
.blog-card__content {
  position: relative;
  z-index: 2;
}
.blog-card__title {
  margin-bottom: 18px;
  font-size: 24px;
  font-weight: 700;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.25;
}
@media (max-width: 360px) {
  .blog-card__title {
    font-size: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card__title {
    font-size: 20px;
  }
}
.blog-card__title a {
  color: inherit;
}
.blog-card__title a:hover {
  color: var(--amoxi-base, #ff621d);
}
.blog-card__title a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.blog-card__title a:hover {
  background-size: 100% 1px;
}
.blog-card__meta {
  margin: 0px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px 15px;
}
.blog-card__meta li {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-text, #b2afa6);
  transition: all 500ms ease;
}
.blog-card__meta li:not(:last-child)::after {
  content: "";
  width: 28px;
  height: 1px;
  background-color: var(--amoxi-text, #b2afa6);
}
.blog-card__meta li a {
  color: inherit;
}
.blog-card__meta li a:hover {
  color: var(--amoxi-base, #ff621d);
}

.blog-card-two {
  display: grid;
  gap: 30px;
  align-items: center;
  grid-template-columns: 216px auto;
  padding-bottom: 30px;
  border-bottom: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}
@media (max-width: 575px) {
  .blog-card-two {
    grid-template-columns: auto;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card-two {
    grid-template-columns: auto;
  }
}
.blog-card-two__image {
  display: block;
  position: relative;
  overflow: hidden;
}
.blog-card-two__image img {
  width: 100%;
  display: block;
  transition: 500ms;
}
.blog-card-two__image__link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translateY(-30%);
  background-color: rgba(var(--amoxi-base-rgb, 255, 98, 29), 0.75);
  transition: opacity 500ms ease, transform 500ms ease;
}
.blog-card-two__image__link__icon {
  display: inline-flex;
  font-size: 40px;
  color: var(--amoxi-white, #FFFFFF);
}
.blog-card-two__image__link__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.blog-card-two:hover .blog-card-two__image img {
  transform: scale(1.1);
}
.blog-card-two:hover .blog-card-two__image__link {
  opacity: 1;
  transform: translateY(0);
}
.blog-card-two__content {
  position: relative;
}
.blog-card-two__date {
  min-width: 58px;
  position: absolute;
  top: -48px;
  right: 24px;
  z-index: 1;
  text-align: center;
}
.blog-card-two__date__day {
  padding: 12px 5px 11px;
  font-family: var(--amoxi-heading-font, "Plus Jakarta Sans", sans-serif);
  font-size: 25px;
  color: var(--amoxi-black5, #222222);
  font-weight: 700;
  line-height: 1;
  transition: all 500ms ease;
  background-color: var(--amoxi-white, #FFFFFF);
}
.blog-card-two__date__month {
  padding: 8px 5px 7px;
  font-size: 16px;
  font-weight: 700;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1;
  text-transform: uppercase;
  transition: all 500ms ease;
  background-color: var(--amoxi-base, #ff621d);
}
.blog-card-two:hover .blog-card-two__date__day {
  color: var(--amoxi-white, #FFFFFF);
  background-color: var(--amoxi-base, #ff621d);
}
.blog-card-two:hover .blog-card-two__date__month {
  color: var(--amoxi-black5, #222222);
  background-color: var(--amoxi-white, #FFFFFF);
}
.blog-card-two__category--border {
  margin-bottom: 15px;
}
.blog-card-two__category--border .amoxi-btn__text {
  color: var(--amoxi-text, #b2afa6);
  background-color: transparent;
  border: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}
.blog-card-two__category--border .amoxi-btn__text:hover {
  color: var(--amoxi-white, #FFFFFF);
  border-color: var(--amoxi-base, #ff621d);
}
.blog-card-two__category--border .amoxi-btn__text::before, .blog-card-two__category--border .amoxi-btn__text::after {
  background-color: var(--amoxi-base, #ff621d);
}
.blog-card-two__category .amoxi-btn__text {
  padding: 8px 25px;
}
.blog-card-two__title {
  margin-bottom: 17px;
  font-size: 24px;
  font-weight: 700;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.272;
}
@media (max-width: 390px) {
  .blog-card-two__title {
    font-size: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .blog-card-two__title {
    font-size: 20px;
  }
}
.blog-card-two__title a {
  color: inherit;
}
.blog-card-two__title a:hover {
  color: var(--amoxi-base, #ff621d);
}
.blog-card-two__title a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.blog-card-two__title a:hover {
  background-size: 100% 1px;
}
.blog-card-two__meta {
  display: flex;
  align-items: center;
  gap: 10px 18px;
  margin-bottom: 0px;
}
.blog-card-two__meta li {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-text, #b2afa6);
  line-height: 1.25;
}
.blog-card-two__meta li span:last-child {
  transition: all 500ms ease;
}
.blog-card-two__meta li a {
  color: inherit;
}
.blog-card-two__meta li a:hover {
  color: var(--amoxi-white, #FFFFFF);
}
.blog-card-two__meta__icon {
  display: inline-flex;
  position: relative;
  top: 1px;
  font-size: 16px;
  color: var(--amoxi-text, #b2afa6);
  transition: all 500ms ease;
}
.blog-card-two__meta__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.blog-card-two__meta li:hover span:last-child {
  color: var(--amoxi-white, #FFFFFF);
}
li:hover .blog-card-two__meta__icon {
  color: var(--amoxi-base, #ff621d);
}
.blog-card-two--large {
  display: block;
}
@media (min-width: 1200px) {
  .blog-card-two--large {
    border: none;
    padding-bottom: 0px;
  }
}
.blog-card-two--large .blog-card-two__image__img {
  display: block;
}
.blog-card-two--large:hover .blog-card-two__image img {
  transform: scale(1);
}
.blog-card-two--large .blog-card-two__category {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 1;
}
.blog-card-two--large .blog-card-two__content {
  padding-top: 45px;
}
.blog-card-two--large .blog-card-two__title {
  margin-bottom: 20px;
}

.blog-card-three {
  padding: 15px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  background-color: var(--amoxi-black, #1A1B1F);
}
.blog-card-three + .blog-card-three {
  margin-top: 30px;
}
.blog-card-three__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  transition: 500ms;
  transform: scale(1.7);
  border-radius: inherit;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.blog-card-three:hover .blog-card-three__bg {
  opacity: 1;
  transform: scale(1);
}
.blog-card-three .row {
  position: relative;
  z-index: 1;
}
.blog-card-three__image {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 20px;
}
.blog-card-three__image__img {
  display: block;
}
.blog-card-three__image img {
  width: 100%;
  display: block;
  border-radius: inherit;
}
.blog-card-three__date {
  min-width: 87px;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
  text-align: center;
  overflow: hidden;
  border-radius: 20px;
  transition: all 500ms ease;
  background-color: var(--amoxi-white, #FFFFFF);
}
.blog-card-three__date__day {
  padding: 12px 10px 6px;
  font-size: 40px;
  color: var(--amoxi-black7, #000000);
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 430px) {
  .blog-card-three__date__day {
    font-size: 30px;
  }
}
.blog-card-three__date__month {
  position: relative;
  z-index: 1;
  padding: 11px 10px 10px;
  font-size: 16px;
  font-weight: 500;
  color: var(--amoxi-black7, #000000);
  line-height: 1;
  text-transform: uppercase;
  transition: all 500ms ease;
}
.blog-card-three__date__month::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  transition: all 500ms ease;
  background-color: var(--amoxi-base, #ff621d);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 87.000000 37.000000"> <g transform="translate(0.000000,37.000000) scale(0.050000,-0.050000)" stroke="none"> <path d="M572 708 c-188 -42 -372 -135 -481 -244 l-91 -91 0 -187 0 -186 870 0 870 0 -1 195 c0 219 -11 241 -179 363 -207 150 -673 221 -988 150z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 87.000000 37.000000"> <g transform="translate(0.000000,37.000000) scale(0.050000,-0.050000)" stroke="none"> <path d="M572 708 c-188 -42 -372 -135 -481 -244 l-91 -91 0 -187 0 -186 870 0 870 0 -1 195 c0 219 -11 241 -179 363 -207 150 -673 221 -988 150z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: auto;
  mask-size: auto;
}
.blog-card-three:hover .blog-card-three__date {
  background-color: var(--amoxi-base, #ff621d);
}
.blog-card-three:hover .blog-card-three__date__month::after {
  background-color: var(--amoxi-white, #FFFFFF);
}
.blog-card-three__content {
  display: flex;
  gap: 30px 45px;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 575px) {
  .blog-card-three__content {
    align-items: flex-start;
    flex-direction: column-reverse;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card-three__content {
    gap: 30px;
  }
}
.blog-card-three__category {
  margin-bottom: 21px;
}
.blog-card-three__category .amoxi-btn__text {
  color: var(--amoxi-black2, #0E0F11);
  background-color: var(--amoxi-white, #FFFFFF);
}
.blog-card-three__category .amoxi-btn__text:hover {
  color: var(--amoxi-black4, #131313);
}
.blog-card-three__category .amoxi-btn__text::before, .blog-card-three__category .amoxi-btn__text::after {
  background-color: var(--amoxi-base, #ff621d);
}
.blog-card-three__title {
  margin-bottom: 27px;
  font-size: 24px;
  font-weight: 700;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.458;
  text-transform: capitalize;
}
@media (max-width: 390px) {
  .blog-card-three__title {
    font-size: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card-three__title {
    font-size: 20px;
  }
}
.blog-card-three__title a {
  color: inherit;
}
.blog-card-three__title a:hover {
  color: var(--amoxi-base, #ff621d);
}
.blog-card-three__title a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.blog-card-three__title a:hover {
  background-size: 100% 1px;
}
.blog-card-three__meta {
  display: flex;
  align-items: center;
  gap: 12px 18px;
  padding: 12px 20px;
  position: relative;
  margin-bottom: 40px;
  border: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.1);
  border-right: none;
}
@media (max-width: 767px) {
  .blog-card-three__meta {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .blog-card-three__meta {
    border-right: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.1);
  }
}
@media (max-width: 375px) {
  .blog-card-three__meta {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card-three__meta {
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.blog-card-three__meta::before, .blog-card-three__meta::after {
  content: "";
  width: 45px;
  height: 1px;
  position: absolute;
  right: -45px;
  background-color: RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.1);
}
@media (max-width: 575px) {
  .blog-card-three__meta::before, .blog-card-three__meta::after {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card-three__meta::before, .blog-card-three__meta::after {
    width: 30px;
    right: -30px;
  }
}
.blog-card-three__meta::before {
  top: -1px;
}
.blog-card-three__meta::after {
  bottom: -1px;
}
.blog-card-three__meta li {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-text, #b2afa6);
  line-height: 1.25;
}
.blog-card-three__meta li span:last-child {
  transition: all 500ms ease;
}
.blog-card-three__meta li a {
  color: inherit;
}
.blog-card-three__meta li a:hover {
  color: var(--amoxi-base, #ff621d);
}
.blog-card-three__meta__icon {
  display: inline-flex;
  position: relative;
  top: 1px;
  font-size: 16px;
  color: var(--amoxi-text, #b2afa6);
  transition: all 500ms ease;
}
.blog-card-three__meta__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
li:hover .blog-card-three__meta__icon,
.blog-card-three__meta li:hover span:last-child {
  color: var(--amoxi-base, #ff621d);
}
.blog-card-three__admin {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 40px;
  border-radius: 20px;
  border: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.1);
}
@media (max-width: 575px) {
  .blog-card-three__admin {
    width: 100%;
    padding: 10px;
    gap: 20px;
    flex-direction: row;
    justify-content: flex-start;
  }
}
.blog-card-three__admin__image {
  width: 105px !important;
  height: 105px;
  border-radius: inherit;
}
@media (max-width: 390px) {
  .blog-card-three__admin__image {
    width: 85px !important;
    height: 85px;
  }
}
@media (max-width: 375px) {
  .blog-card-three__admin__image {
    width: 70px !important;
    height: 70px;
  }
}
.blog-card-three__admin__info {
  position: relative;
  padding: 0px 20px 24px;
  writing-mode: sideways-lr;
}
@media (max-width: 575px) {
  .blog-card-three__admin__info {
    padding: 0px;
    writing-mode: unset;
  }
}
.blog-card-three__admin__info::before {
  content: "";
  width: 47px;
  height: 4px;
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  background-color: var(--amoxi-base, #ff621d);
}
@media (max-width: 575px) {
  .blog-card-three__admin__info::before {
    display: none;
  }
}
.blog-card-three__admin__info::after {
  content: "";
  width: 16px;
  height: 8px;
  position: absolute;
  left: 50%;
  bottom: 4px;
  transform: translateX(-50%);
  background-color: var(--amoxi-white, #FFFFFF);
  clip-path: polygon(50% 0%, 0 100%, 100% 100%);
}
@media (max-width: 575px) {
  .blog-card-three__admin__info::after {
    display: none;
  }
}
.blog-card-three__admin__name {
  margin: 0px 7px 0px 0px;
  font-size: 24px;
  font-weight: 700;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.25;
  text-transform: capitalize;
}
@media (max-width: 575px) {
  .blog-card-three__admin__name {
    margin: 0px 0px 8px 0px;
  }
}
@media (max-width: 412px) {
  .blog-card-three__admin__name {
    font-size: 20px;
  }
}
.blog-card-three__admin__text {
  margin: 0px;
  font-size: 16px;
  color: var(--amoxi-text, #b2afa6);
  line-height: 1.5;
  text-transform: capitalize;
}
@media (min-width: 576px) {
  .blog-card-three:nth-child(even) .row {
    flex-direction: row-reverse;
  }
}
@media (min-width: 576px) {
  .blog-card-three:nth-child(even) .blog-card-three__date {
    left: auto;
    right: 20px;
  }
}
@media (min-width: 576px) {
  .blog-card-three:nth-child(even) .blog-card-three__content {
    flex-direction: row-reverse;
  }
}
@media (min-width: 576px) {
  .blog-card-three:nth-child(even) .blog-card-three__meta {
    padding-left: 0;
    border-left: none;
    border-right: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.1);
  }
}
@media (min-width: 576px) {
  .blog-card-three:nth-child(even) .blog-card-three__meta::before, .blog-card-three:nth-child(even) .blog-card-three__meta::after {
    right: 0px;
    left: -45px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card-three:nth-child(even) .blog-card-three__meta::before, .blog-card-three:nth-child(even) .blog-card-three__meta::after {
    left: -30px;
  }
}

.blog-card-four {
  position: relative;
}
.blog-card-four__image {
  display: block;
}
.blog-card-four__image img {
  width: 100%;
  display: block;
}
.blog-card-four__content {
  position: relative;
  z-index: 2;
  background-color: var(--amoxi-black, #1A1B1F);
}
.blog-card-four__content::after {
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: -1;
  transition: all 500ms ease;
  background-color: var(--amoxi-base, #ff621d);
}
.blog-card-four__content__inner {
  position: relative;
  z-index: 2;
  padding: 0px 30px 30px;
}
@media (max-width: 412px) {
  .blog-card-four__content__inner {
    padding: 0px 25px 25px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .blog-card-four__content__inner {
    padding: 0px 25px 25px;
  }
}
.blog-card-four:hover .blog-card-four__content::after {
  height: 100%;
  top: 0px;
}
.blog-card-four__meta {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.blog-card-four__meta__list {
  width: calc(100% - 88px);
  margin: 0px 0px 0px auto;
  padding: 12px 15px 10px 18px;
  display: flex;
  align-items: center;
  gap: 5px 15px;
  position: relative;
  overflow: hidden;
  transition: all 500ms ease;
  border-bottom: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}
@media (max-width: 412px) {
  .blog-card-four__meta__list {
    width: calc(100% - 83px);
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .blog-card-four__meta__list {
    width: calc(100% - 83px);
    flex-direction: column;
    align-items: flex-start;
  }
}
.blog-card-four__meta__list li {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-white, #FFFFFF);
  transition: all 500ms ease;
}
.blog-card-four__meta__list li a {
  color: inherit;
  transition: 0s;
}
.blog-card-four__meta__icon {
  position: relative;
  top: 1px;
  font-size: 16px;
  color: var(--amoxi-base, #ff621d);
  transition: all 500ms ease;
}
.blog-card-four__meta__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.blog-card-four:hover .blog-card-four__meta__list {
  border-color: var(--amoxi-black8, #333333);
}
.blog-card-four:hover .blog-card-four__meta__list::before {
  width: 100%;
  left: 0px;
}
.blog-card-four:hover .blog-card-four__meta__list li, .blog-card-four:hover .blog-card-four__meta__icon {
  color: var(--amoxi-black8, #333333);
}
.blog-card-four__date {
  width: 58px;
  text-align: center;
  position: absolute;
  left: 30px;
  bottom: 0px;
  transition: all 500ms ease;
}
@media (max-width: 412px) {
  .blog-card-four__date {
    left: 25px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .blog-card-four__date {
    left: 25px;
  }
}
.blog-card-four__date__day {
  display: block;
  padding: 12px 5px 11px;
  font-family: var(--amoxi-heading-font, "Plus Jakarta Sans", sans-serif);
  font-size: 25px;
  color: var(--amoxi-black5, #222222);
  font-weight: 700;
  line-height: 1;
  transition: all 500ms ease;
  background-color: var(--amoxi-white, #FFFFFF);
}
@media (max-width: 412px) {
  .blog-card-four__date__day {
    padding-top: 15px;
    padding-bottom: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .blog-card-four__date__day {
    padding-top: 15px;
    padding-bottom: 14px;
  }
}
.blog-card-four__date__month {
  display: block;
  padding: 8px 5px 7px;
  font-size: 16px;
  font-weight: 700;
  color: var(--amoxi-black8, #333333);
  line-height: 1;
  text-transform: uppercase;
  transition: all 500ms ease;
  background-color: var(--amoxi-base, #ff621d);
}
@media (max-width: 412px) {
  .blog-card-four__date__month {
    padding-top: 10px;
    padding-bottom: 9px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .blog-card-four__date__month {
    padding-top: 10px;
    padding-bottom: 9px;
  }
}
.blog-card-four:hover .blog-card-four__date__month {
  color: var(--amoxi-white, #FFFFFF);
  background-color: var(--amoxi-black, #1A1B1F);
}
.blog-card-four__title {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  color: var(--amoxi-white, #FFFFFF);
}
@media (max-width: 390px) {
  .blog-card-four__title {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .blog-card-four__title {
    font-size: 20px;
  }
}
.blog-card-four__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.blog-card-four__title a:hover {
  background-size: 100% 1px;
}
.blog-card-four:hover .blog-card-four__title {
  color: var(--amoxi-black5, #222222);
}
.blog-card-four__category {
  display: inline-block;
  padding: 9px 20px;
  position: relative;
  z-index: 1;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  color: var(--amoxi-white, #FFFFFF);
  text-transform: uppercase;
  background-color: var(--amoxi-black, #1A1B1F);
  border: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}
.blog-card-four:hover .blog-card-four__category {
  border-color: var(--amoxi-black2, #0E0F11);
  background-color: var(--amoxi-black2, #0E0F11);
}
.blog-card-four__button {
  width: 100%;
  height: 46px;
  margin-top: -75px;
  margin-bottom: 30px;
  position: relative;
  opacity: 0;
  transition: all 500ms ease 0ms;
}
.blog-card-four__button::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: var(--amoxi-base, #ff621d);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.blog-card-four:hover .blog-card-four__button {
  opacity: 1;
  margin-top: -1px;
  transition-delay: 400ms;
}
.blog-card-four__btn {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  position: absolute;
  left: 50%;
  bottom: -20px;
  z-index: 1;
  transform: translateX(-50%);
  font-size: 18px;
  color: var(--amoxi-black2, #0E0F11);
  border-radius: 50%;
  background-color: var(--amoxi-white, #FFFFFF);
  transition: all 500ms ease;
}
.blog-card-four__btn:hover {
  color: var(--amoxi-white, #FFFFFF);
  background-color: var(--amoxi-black, #1A1B1F);
}
.blog-card-four__btn svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.blog-card-four__shape {
  width: 57px;
  height: 57px;
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  transition: all 500ms ease;
  animation: rotate 5s linear infinite;
}
@media (max-width: 412px) {
  .blog-card-four__shape {
    right: 15px;
    bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .blog-card-four__shape {
    right: 15px;
    bottom: 15px;
  }
}
.blog-card-four__shape path {
  stroke: var(--amoxi-white, #FFFFFF);
  transition: all 500ms ease;
}
.blog-card-four:hover .blog-card-four__shape path {
  stroke: var(--amoxi-black, #1A1B1F);
}

.blog-card-five {
  overflow: hidden;
}
.blog-card-five__image-box {
  margin-bottom: 27px;
  position: relative;
  border-radius: 50px;
}
.blog-card-five__image {
  height: 405px;
  display: block;
  border-radius: inherit;
}
@media (max-width: 1199px) {
  .blog-card-five__image {
    height: 350px;
  }
}
.blog-card-five__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: inherit;
}
.blog-card-five__date {
  min-width: 87px;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
  text-align: center;
  overflow: hidden;
  border-radius: 20px;
  transition: all 500ms ease;
  background-color: var(--amoxi-white, #FFFFFF);
}
.blog-card-five__date__day {
  padding: 12px 10px 6px;
  font-size: 40px;
  color: var(--amoxi-black7, #000000);
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 430px) {
  .blog-card-five__date__day {
    font-size: 30px;
  }
}
.blog-card-five__date__month {
  position: relative;
  z-index: 1;
  padding: 11px 10px 10px;
  font-size: 16px;
  font-weight: 500;
  color: var(--amoxi-black7, #000000);
  line-height: 1;
  text-transform: uppercase;
  transition: all 500ms ease;
}
.blog-card-five__date__month::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  transition: all 500ms ease;
  background-color: var(--amoxi-base, #ff621d);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 87.000000 37.000000"> <g transform="translate(0.000000,37.000000) scale(0.050000,-0.050000)" stroke="none"> <path d="M572 708 c-188 -42 -372 -135 -481 -244 l-91 -91 0 -187 0 -186 870 0 870 0 -1 195 c0 219 -11 241 -179 363 -207 150 -673 221 -988 150z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 87.000000 37.000000"> <g transform="translate(0.000000,37.000000) scale(0.050000,-0.050000)" stroke="none"> <path d="M572 708 c-188 -42 -372 -135 -481 -244 l-91 -91 0 -187 0 -186 870 0 870 0 -1 195 c0 219 -11 241 -179 363 -207 150 -673 221 -988 150z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: auto;
  mask-size: auto;
}
.blog-card-five:hover .blog-card-five__date {
  background-color: var(--amoxi-base, #ff621d);
}
.blog-card-five:hover .blog-card-five__date__month::after {
  background-color: var(--amoxi-white, #FFFFFF);
}
.blog-card-five__content {
  position: relative;
}
.blog-card-five__inner {
  position: relative;
  z-index: 1;
  transition: all 500ms ease;
}
.blog-card-five__meta {
  display: flex;
  align-items: center;
  gap: 10px 18px;
  margin-bottom: 15px;
}
.blog-card-five__meta li {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.25;
}
.blog-card-five__meta li span:last-child {
  transition: all 500ms ease;
}
.blog-card-five__meta li a {
  color: inherit;
}
.blog-card-five__meta li a:hover {
  color: var(--amoxi-base, #ff621d);
}
.blog-card-five__meta li:hover span:last-child {
  color: var(--amoxi-base, #ff621d);
}
.blog-card-five__meta__icon {
  display: inline-flex;
  position: relative;
  top: 1px;
  font-size: 16px;
  color: var(--amoxi-base, #ff621d);
  transition: all 500ms ease;
}
.blog-card-five__meta__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.blog-card-five__title {
  margin-bottom: 22px;
  font-size: 24px;
  font-weight: 700;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.272;
}
@media (max-width: 390px) {
  .blog-card-five__title {
    font-size: 22px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card-five__title {
    font-size: 20px;
  }
}
.blog-card-five__title a {
  color: inherit;
}
.blog-card-five__title a:hover {
  color: var(--amoxi-base, #ff621d);
}
.blog-card-five__title a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.blog-card-five__title a:hover {
  background-size: 100% 1px;
}
.blog-card-five__category {
  display: inline-block;
  padding: 8.5px 25.5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  color: var(--amoxi-white, #FFFFFF);
  text-transform: uppercase;
  border-radius: 100px;
  transition: all 500ms ease;
  background-color: transparent;
  border: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.2);
}
.blog-card-five__category:hover {
  color: var(--amoxi-black8, #333333);
  background-color: var(--amoxi-base, #ff621d);
}
.blog-card-five__btn {
  width: 84px;
  height: 84px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: var(--amoxi-black3, #121115);
  border-radius: 50%;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  opacity: 0;
  transform: scale(0);
  transition: all 500ms ease;
  background-color: var(--amoxi-base, #ff621d);
}
@media (max-width: 1199px) {
  .blog-card-five__btn {
    display: none;
    margin: 30px 0px 0px;
    position: static;
  }
}
.blog-card-five__btn:hover {
  opacity: 1;
  color: var(--amoxi-black, #1A1B1F);
  transform: scale(1);
  background-color: var(--amoxi-white, #FFFFFF);
}

.blog-card-six__image {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}
.blog-card-six__image::before, .blog-card-six__image::after {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  z-index: 1;
  opacity: 0.8;
  background-color: var(--amoxi-white, #FFFFFF);
  -webkit-transition-duration: 1.3s;
  -o-transition-duration: 1.3s;
  transition-duration: 1.3s;
}
.blog-card-six__image::before {
  left: 0;
  bottom: 0;
}
.blog-card-six__image::after {
  top: 0;
  right: 0;
}
.blog-card-six__image img {
  width: 100%;
  display: block;
}
.blog-card-six:hover .blog-card-six__image::before, .blog-card-six:hover .blog-card-six__image::after {
  -webkit-animation: shineFullHover 0.75s;
  animation: shineFullHover 0.75s;
}
.blog-card-six__meta {
  margin-bottom: 21px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px 25px;
}
.blog-card-six__category span {
  padding: 10px 29px;
  font-weight: 500;
  border-radius: 100px;
}
.blog-card-six__info {
  display: flex;
  align-items: center;
}
.blog-card-six__info__text {
  margin: 0;
  position: relative;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  color: var(--amoxi-text, #b2afa6);
  font-weight: 400;
  text-transform: capitalize;
}
.blog-card-six__info__text:not(:last-child)::after {
  content: "/";
  margin-left: 8px;
  margin-right: 8px;
  font-size: 16px;
  color: var(--amoxi-text, #b2afa6);
  font-weight: 400;
}
.blog-card-six__info__text a {
  color: inherit;
}
.blog-card-six__info__text a:hover {
  color: var(--amoxi-base, #ff621d);
}
.blog-card-six__info__text a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.blog-card-six__info__text a:hover {
  background-size: 100% 1px;
}
.blog-card-six__comment {
  display: flex;
  align-items: center;
  gap: 10px;
}
.blog-card-six__comment__icon {
  display: inline-flex;
  flex-shrink: 0;
  font-size: 16px;
  color: var(--amoxi-text, #b2afa6);
}
.blog-card-six__comment__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.blog-card-six__comment__text {
  font-size: 16px;
  color: var(--amoxi-text, #b2afa6);
  font-weight: 400;
  text-transform: capitalize;
  transition: all 500ms ease;
}
.blog-card-six__comment__text:hover {
  color: var(--amoxi-base, #ff621d);
}
.blog-card-six__title {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 700;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.363;
}
@media (max-width: 412px) {
  .blog-card-six__title {
    font-size: 20px;
  }
}
.blog-card-six__title a {
  color: inherit;
}
.blog-card-six__title a:hover {
  color: var(--amoxi-base, #ff621d);
}
.blog-card-six__title a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.blog-card-six__title a:hover {
  background-size: 100% 1px;
}
.blog-card-six__text {
  margin-bottom: 28px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
}

.blog-one,
.blog-two,
.blog-three,
.blog-six,
.blog-page {
  position: relative;
  background-color: var(--amoxi-black, #1A1B1F);
}

.blog-three,
.blog-four,
.blog-five,
.blog-six,
.blog-page {
  position: relative;
}
.blog-three .ripple-svg-one,
.blog-three .ripple-svg-two,
.blog-four .ripple-svg-one,
.blog-four .ripple-svg-two,
.blog-five .ripple-svg-one,
.blog-five .ripple-svg-two,
.blog-six .ripple-svg-one,
.blog-six .ripple-svg-two,
.blog-page .ripple-svg-one,
.blog-page .ripple-svg-two {
  position: absolute;
}

.col-12:first-child .blog-two__item {
  border-top: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}
.blog-two__item {
  position: relative;
  padding: 34px 0px 40px;
  transition: all 500ms ease;
  border-bottom: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}
.blog-two__item:hover {
  z-index: 1;
  padding-bottom: 32px;
}
.blog-two__item__category {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-top: 6px;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  color: var(--amoxi-text, #b2afa6);
  overflow: hidden;
  border-radius: 100px;
  text-transform: uppercase;
  transition: all 500ms ease;
  border: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.2);
}
.blog-two__item__category::after {
  content: "";
  position: absolute;
  inset: 0px;
  opacity: 0;
  z-index: -1;
  border-radius: inherit;
  transition: all 500ms ease;
  background: linear-gradient(90deg, #f29a1c 7.92%, #fa4721 100%);
}
.blog-two__item:hover .blog-two__item__category {
  color: var(--amoxi-white, #FFFFFF);
}
.blog-two__item:hover .blog-two__item__category::after {
  opacity: 1;
}
.blog-two__item__title {
  margin: 0px;
  font-size: 24px;
  font-weight: 700;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.318;
  text-transform: capitalize;
}
@media (max-width: 375px) {
  .blog-two__item__title {
    font-size: 22px;
  }
}
.blog-two__item__title a {
  color: inherit;
}
.blog-two__item__title a:hover {
  color: var(--amoxi-base, #ff621d);
}
.blog-two__item__title a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.blog-two__item__title a:hover {
  background-size: 100% 1px;
}
.blog-two__item__text {
  display: none;
  margin: 11px 0px 0px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-text, #b2afa6);
  line-height: 1.625;
}
.blog-two__item__image {
  position: relative;
}
.blog-two__item__image__inner {
  position: relative;
  display: inline-block;
}
@media (min-width: 1200px) {
  .blog-two__item__image__inner {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    position: absolute;
    top: calc(50% + 60px);
    left: 0px;
    opacity: 0;
    transition: all 500ms ease;
    transform: translateY(-50%) scale(0.5);
  }
}
.blog-two__item__image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .blog-two__item:hover .blog-two__item__image__inner {
    opacity: 1;
    transform: translateY(-50%) scale(1);
  }
}
.blog-two__item__date {
  min-width: 59px;
  position: absolute;
  top: 10px;
  right: 18px;
  text-align: center;
  border-radius: 10px;
  background: linear-gradient(90deg, #f29a1c 7.92%, #fa4721 100%);
}
@media (max-width: 1199px) {
  .blog-two__item__date {
    right: 10px;
  }
}
.blog-two__item__day {
  padding: 8px;
  font-family: var(--amoxi-heading-font, "Plus Jakarta Sans", sans-serif);
  font-size: 30px;
  color: var(--amoxi-white, #FFFFFF);
  font-weight: 600;
  line-height: 1;
}
.blog-two__item__month {
  position: relative;
  z-index: 1;
  padding: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: var(--amoxi-black5, #222222);
  text-transform: uppercase;
  border-radius: 0px 0px 10px 10px;
}
.blog-two__item__month::after {
  content: "";
  position: absolute;
  inset: 0px;
  z-index: -1;
  border-radius: inherit;
  background-color: var(--amoxi-white, #FFFFFF);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 59.000000 32.000000"> <g transform="translate(0.000000,32.000000) scale(0.050000,-0.050000)" stroke="none"> <path d="M341 620 c-48 -11 -145 -38 -215 -61 l-126 -42 0 -259 0 -258 591 0 590 0 -5 264 -6 264 -150 48 c-168 54 -522 76 -679 44z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 59.000000 32.000000"> <g transform="translate(0.000000,32.000000) scale(0.050000,-0.050000)" stroke="none"> <path d="M341 620 c-48 -11 -145 -38 -215 -61 l-126 -42 0 -259 0 -258 591 0 590 0 -5 264 -6 264 -150 48 c-168 54 -522 76 -679 44z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: auto;
  mask-size: auto;
}
.blog-two__item__meta {
  position: relative;
}
.blog-two__item__meta__list {
  margin-bottom: 0px;
  display: flex;
  gap: 5px 19px;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 1199px) {
  .blog-two__item__meta__list {
    justify-content: flex-start;
  }
}
.blog-two__item__meta__list li {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-text, #b2afa6);
  line-height: 1.3125;
  text-transform: capitalize;
}
.blog-two__item__meta__list li div {
  transition: all 500ms ease;
}
.blog-two__item__meta__list li:hover div {
  color: var(--amoxi-base, #ff621d);
}
.blog-two__item__meta__list li a {
  color: inherit;
}
.blog-two__item__meta__list li a:hover {
  color: var(--amoxi-base, #ff621d);
}
.blog-two__item__meta__icon {
  position: relative;
  top: 1px;
  font-size: 16px;
  color: var(--amoxi-text, #b2afa6);
  transition: all 500ms ease;
}
.blog-two__item__meta__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.blog-two__item__meta__list li:hover .blog-two__item__meta__icon {
  color: var(--amoxi-base, #ff621d);
}
.blog-two__item__meta__btn {
  margin-top: 30px;
}
@media (min-width: 1200px) {
  .blog-two__item__meta__btn {
    display: inline-block;
    margin-top: 0px;
    position: absolute;
    top: 60px;
    left: 24px;
    opacity: 0;
    transform: translateX(50%);
  }
}
.blog-two__item:hover .blog-two__item__meta__btn {
  opacity: 1;
  transform: translateX(0%);
  transition: all 500ms ease 200ms;
}

.blog-three,
.blog-four,
.blog-five {
  background-color: var(--amoxi-black2, #0E0F11);
}

.blog-four__top,
.blog-five__top {
  margin-bottom: 51px;
}
.blog-four .sec-title,
.blog-five .sec-title {
  margin-bottom: 0px;
}
.blog-four__button,
.blog-five__button {
  text-align: right;
}

.blog-six .container {
  max-width: 1510px;
}
.blog-six__row {
  display: flex;
  width: 100%;
  gap: 30px;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .blog-six__row {
    flex-direction: column;
  }
}
.blog-six__item {
  flex: 1;
  position: relative;
  transition: 0.3s;
}
.blog-six__item.active {
  flex: 1 1 21%;
}
@media (max-width: 1199px) {
  .blog-six__item.active {
    flex: 1 1 9%;
  }
}
@media (max-width: 991px) {
  .blog-six__item.active {
    flex: 1 1 100%;
  }
}
.blog-six__item.active .blog-card-five__image {
  height: auto;
}
@media (max-width: 1199px) {
  .blog-six__item.active .blog-card-five__image {
    height: 350px;
  }
}
.blog-six__item.active .blog-card-five__date {
  background-color: var(--amoxi-base, #ff621d);
}
.blog-six__item.active .blog-card-five__date__month::after {
  background-color: var(--amoxi-white, #FFFFFF);
}
.blog-six__item.active .blog-card-five__inner {
  padding-right: 124px;
  z-index: auto;
}
@media (max-width: 1199px) {
  .blog-six__item.active .blog-card-five__inner {
    padding-right: 0px;
  }
}
.blog-six__item.active .blog-card-five__btn {
  opacity: 1;
  transform: scale(1);
}

.blog-page--two .blog-card-four__content, .blog-page--two .blog-card-four__category {
  background-color: var(--amoxi-black2, #0E0F11);
}
.blog-page--two .blog-card-four__date__month {
  color: var(--amoxi-white, #FFFFFF);
}
.blog-page--two .blog-card-four:hover .blog-card-four__meta__list li, .blog-page--two .blog-card-four:hover .blog-card-four__meta__icon, .blog-page--two .blog-card-four:hover .blog-card-four__title {
  color: var(--amoxi-white, #FFFFFF);
}
.blog-page--two .blog-card-four:hover .blog-card-four__meta__list {
  border-color: var(--amoxi-white, #FFFFFF);
}
.blog-page--two .blog-card-four:hover .blog-card-four__shape path {
  stroke: var(--amoxi-white, #FFFFFF);
}
.blog-page .post-pagination {
  justify-content: center;
}
.blog-page--sidebar .post-pagination {
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .blog-page--sidebar .post-pagination {
    justify-content: center;
  }
}

/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/
.blog-details {
  background-color: var(--amoxi-black, #1A1B1F);
}
.blog-details__card {
  margin-bottom: 53px;
}
.blog-details__card__image {
  margin-bottom: 40px;
}
.blog-details__card__image img {
  width: 100%;
  display: block;
}
.blog-details__card__meta {
  margin-bottom: 23px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px 30px;
}
.blog-details__card__category span {
  padding: 10px 29px;
  font-weight: 500;
  border-radius: 100px;
}
.blog-details__card__admin {
  display: flex;
  align-items: center;
  gap: 11px;
}
.blog-details__card__admin__image {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid var(--amoxi-base, #ff621d);
}
.blog-details__card__admin__name {
  margin: 0;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  color: var(--amoxi-text, #b2afa6);
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1.25;
}
.blog-details__card__admin__name a {
  color: inherit;
}
.blog-details__card__admin__name a:hover {
  color: var(--amoxi-base, #ff621d);
}
.blog-details__card__admin__name a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.blog-details__card__admin__name a:hover {
  background-size: 100% 1px;
}
.blog-details__card__comment {
  display: flex;
  align-items: center;
  gap: 10px;
}
.blog-details__card__comment__icon {
  display: inline-flex;
  flex-shrink: 0;
  position: relative;
  top: 1px;
  font-size: 16px;
  color: var(--amoxi-base, #ff621d);
}
.blog-details__card__comment__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.blog-details__card__comment__text {
  font-size: 16px;
  color: var(--amoxi-text, #b2afa6);
  line-height: 1.625;
  text-transform: capitalize;
  transition: all 500ms ease;
}
.blog-details__card__comment__text:hover {
  color: var(--amoxi-base, #ff621d);
}
.blog-details__card__date {
  display: flex;
  align-items: center;
  gap: 10px;
}
.blog-details__card__date__icon {
  position: relative;
  top: -1px;
  display: inline-flex;
  flex-shrink: 0;
  font-size: 16px;
  color: var(--amoxi-base, #ff621d);
}
.blog-details__card__date__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.blog-details__card__date__text {
  margin: 0;
  font-size: 16px;
  color: var(--amoxi-text, #b2afa6);
  line-height: 1.625;
  text-transform: capitalize;
}
.blog-details__card__title {
  margin-bottom: 18px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.454;
  color: var(--amoxi-white, #FFFFFF);
}
@media (max-width: 412px) {
  .blog-details__card__title {
    font-size: 20px;
  }
}
.blog-details__card__text {
  margin: 0px;
  font-size: 16px;
  color: var(--amoxi-text, #b2afa6);
  line-height: 1.625;
}
.blog-details__card__text + .blog-details__card__text {
  margin-top: 20px;
}
.blog-details__meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 35px;
  padding-top: 29px;
  padding-bottom: 29px;
  border-top: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
  border-bottom: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}
.blog-details__meta__title {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.625;
  font-weight: 700;
  color: var(--amoxi-white, #FFFFFF);
  text-transform: capitalize;
}
.blog-details__tags, .blog-details__categories {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.blog-details__tags .amoxi-btn__text, .blog-details__categories .amoxi-btn__text {
  padding: 8px 25px;
  font-weight: 400;
  background-color: var(--amoxi-black6, #3A3B3F);
}
.blog-details__tags .amoxi-btn__text::before, .blog-details__tags .amoxi-btn__text::after, .blog-details__categories .amoxi-btn__text::before, .blog-details__categories .amoxi-btn__text::after {
  background-color: var(--amoxi-base, #ff621d);
}
.blog-details__tags .amoxi-btn:hover .amoxi-btn__text, .blog-details__categories .amoxi-btn:hover .amoxi-btn__text {
  color: var(--amoxi-white, #FFFFFF);
}
.blog-details__tags__box, .blog-details__categories__box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.blog-details .comments-one__card {
  padding-bottom: 32px;
  grid-template-columns: 89px auto;
  grid-gap: 20px;
  border-bottom: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}
@media (max-width: 767px) {
  .blog-details .comments-one__card {
    grid-template-columns: auto;
  }
}
@media (max-width: 412px) {
  .blog-details .comments-one__card {
    padding-bottom: 35px;
  }
}
.blog-details .comments-one__card:not(:last-child) {
  margin-bottom: 40px;
}
.blog-details .comments-one__image {
  width: 89px;
}
.blog-details .comments-one__image img {
  width: 89px;
  height: 89px;
}
.blog-details .comments-one__content {
  margin-top: 0px;
}
.blog-details .comments-one__name {
  margin-bottom: 10px;
}
.blog-details .comments-one__date {
  color: var(--amoxi-text, #b2afa6);
}
.blog-details .comments-one__date::before {
  display: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-details__form .form-one__group {
    grid-template-columns: repeat(1, 1fr);
  }
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
  position: relative;
  padding: 279px 0px 182px;
  overflow: hidden;
  background-color: var(--amoxi-black, #1A1B1F);
}
@media (max-width: 1199px) {
  .page-header {
    padding: 244px 0px 152px;
  }
}
@media (max-width: 767px) {
  .page-header {
    padding: 215px 0px 122px;
  }
}
@media (max-width: 440px) {
  .page-header {
    padding: 190px 0px 100px;
  }
}
.page-header__bg {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-header .container {
  position: relative;
  z-index: 2;
}
.page-header__content {
  text-align: center;
}
.page-header__title {
  margin-bottom: 25px;
  font-size: 75px;
  font-weight: 700;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.2;
}
@media (max-width: 1199px) {
  .page-header__title {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  .page-header__title {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .page-header__title {
    font-size: 45px;
  }
}
@media (max-width: 440px) {
  .page-header__title {
    font-size: 40px;
  }
}
@media (max-width: 412px) {
  .page-header__title {
    font-size: 35px;
  }
}
.page-header__shape-1, .page-header__shape-2 {
  max-width: 100%;
  height: auto;
  position: absolute;
}
.page-header__shape-1 {
  top: 0px;
  left: 55px;
  bottom: 0px;
  margin: auto;
  animation: rotate 10s linear infinite;
}
@media (max-width: 1199px) {
  .page-header__shape-1 {
    display: none;
  }
}
.page-header__shape-2 {
  right: 85px;
  bottom: 67px;
}
@media (max-width: 1199px) {
  .page-header__shape-2 {
    right: 20px;
    bottom: 20px;
  }
}
@media (max-width: 991px) {
  .page-header__shape-2 {
    display: none;
  }
}

.amoxi-breadcrumb {
  display: inline-flex;
  gap: 6px 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0px;
  padding: 8px 20px 6px;
  border-radius: 100px;
  border: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.39);
}
.amoxi-breadcrumb li {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.4;
  text-transform: uppercase;
}
.amoxi-breadcrumb li:not(:last-child)::after {
  content: "/";
  margin-left: 10px;
  margin-right: 10px;
  font-size: 14px;
}
.amoxi-breadcrumb li span,
.amoxi-breadcrumb li a {
  display: inline-flex;
}
.amoxi-breadcrumb li:not(:first-child) span {
  color: var(--amoxi-base, #ff621d);
}
.amoxi-breadcrumb li a {
  color: inherit;
}
.amoxi-breadcrumb li a:hover {
  color: var(--amoxi-base, #ff621d);
}
.amoxi-breadcrumb li a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.amoxi-breadcrumb li a:hover {
  background-size: 100% 1px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.main-footer {
  position: relative;
  background-color: var(--amoxi-black2, #0E0F11);
}
.main-footer__top {
  padding-top: 93px;
  padding-bottom: 72px;
}
@media (max-width: 575px) {
  .main-footer__top {
    padding-top: 73px;
  }
}
.main-footer .container {
  position: relative;
  z-index: 1;
}
.main-footer__bottom {
  text-align: center;
  position: relative;
}
.main-footer__bottom__title {
  margin: 0px;
  padding: 25px 0px;
  font-family: var(--amoxi-heading-font, "Plus Jakarta Sans", sans-serif);
  font-size: 175px;
  font-weight: 700;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1;
  text-transform: capitalize;
  border-top: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}
@media (max-width: 1199px) {
  .main-footer__bottom__title {
    font-size: 139px;
  }
}
@media (max-width: 991px) {
  .main-footer__bottom__title {
    font-size: 103px;
  }
}
@media (max-width: 767px) {
  .main-footer__bottom__title {
    font-size: 76px;
  }
}
@media (max-width: 575px) {
  .main-footer__bottom__title {
    font-size: clamp(16px, 12vw, 76px);
  }
}
.main-footer__bottom__title__highlight-1 {
  position: relative;
  color: var(--amoxi-base, #ff621d);
  text-shadow: 1px 1px 0 var(--amoxi-white, #FFFFFF), -1px -1px 0 var(--amoxi-white, #FFFFFF), 1px -1px 0 var(--amoxi-white, #FFFFFF), -1px 1px 0 var(--amoxi-white, #FFFFFF), 1px 1px 0 var(--amoxi-white, #FFFFFF);
}
.main-footer__bottom__title__highlight-1::after {
  content: "";
  width: calc(100% + 11px);
  height: 25px;
  position: absolute;
  top: 51px;
  left: 0px;
  background-color: var(--amoxi-base, #ff621d);
}
@media (max-width: 1199px) {
  .main-footer__bottom__title__highlight-1::after {
    width: calc(100% + 9px);
    height: 20px;
    top: 40px;
  }
}
@media (max-width: 991px) {
  .main-footer__bottom__title__highlight-1::after {
    display: none;
  }
}
.main-footer__bottom__title__highlight-2 {
  color: var(--amoxi-black2, #0E0F11);
  text-shadow: 1px 1px 0 var(--amoxi-white, #FFFFFF), -1px -1px 0 var(--amoxi-white, #FFFFFF), 1px -1px 0 var(--amoxi-white, #FFFFFF), -1px 1px 0 var(--amoxi-white, #FFFFFF), 1px 1px 0 var(--amoxi-white, #FFFFFF);
}
.main-footer__bottom__inner {
  padding: 25px 0px;
  border-top: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}
.main-footer__copyright {
  margin: 0px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.625;
  text-transform: capitalize;
}
.main-footer__page {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 13px 25px;
  margin: 0px;
}
@media (max-width: 991px) {
  .main-footer__page {
    text-align: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .main-footer__page {
    gap: 13px 22px;
  }
}
.main-footer__page li {
  font-size: 16px;
  line-height: 1.25;
  color: var(--amoxi-white, #FFFFFF);
  text-transform: capitalize;
}
.main-footer__page li a {
  color: inherit;
}
.main-footer__page li a:hover {
  color: var(--amoxi-black, #1A1B1F);
}
.main-footer__page li a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.main-footer__page li a:hover {
  background-size: 100% 1px;
}
.main-footer__shape-1, .main-footer__shape-2 {
  max-width: 100%;
  height: auto;
  position: absolute;
  animation: rotate 10s linear infinite;
}
@media (max-width: 1599px) {
  .main-footer__shape-1, .main-footer__shape-2 {
    display: none;
  }
}
.main-footer__shape-1 {
  left: 15px;
  bottom: 18px;
}
.main-footer__shape-2 {
  top: 28px;
  right: 21px;
}
.main-footer--two .section-bg::after {
  content: "";
  width: 38%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: var(--amoxi-black, #1A1B1F);
}
@media (max-width: 1799px) {
  .main-footer--two .section-bg::after {
    display: none;
  }
}
.main-footer--two .footer-widget--about {
  padding-right: 60px;
}
@media (max-width: 1199px) {
  .main-footer--two .footer-widget--about {
    padding-right: 0px;
  }
}
.main-footer--two .footer-widget--about::after {
  content: "";
  width: 4px;
  height: calc(100% + 83px);
  position: absolute;
  top: -20px;
  right: 12px;
  border-radius: 10px;
  background: linear-gradient(0deg, rgba(115, 115, 115, 0) 0%, #fa4721 25%, #f29a1c 50%, rgba(217, 217, 217, 0) 100%);
}
@media (max-width: 1199px) {
  .main-footer--two .footer-widget--about::after {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .main-footer--two .footer-widget--links-1 {
    padding-left: 30px;
  }
}
.main-footer--two .footer-widget--newsletter {
  padding-left: 50px;
}
@media (max-width: 1199px) {
  .main-footer--two .footer-widget--newsletter {
    padding-left: 0px;
  }
}
.main-footer--two .footer-widget__newsletter__input {
  color: var(--amoxi-text, #b2afa6);
  background-color: var(--amoxi-black, #1A1B1F);
}
.main-footer--two .footer-widget__newsletter__input:focus {
  color: var(--amoxi-white2, #D9D9D9);
}
.main-footer--two .main-footer__bottom {
  padding: 21px 0px;
  background: linear-gradient(270deg, #f29a1c 0%, #fa4721 100%), #d9d9d9;
}
@media (max-width: 991px) {
  .main-footer--two .main-footer__bottom {
    padding: 30px 0px;
  }
}
.main-footer--two .main-footer__bottom__inner {
  display: flex;
  gap: 20px 30px;
  align-items: center;
  justify-content: space-between;
  padding: 0px;
  border: none;
}
@media (max-width: 991px) {
  .main-footer--two .main-footer__bottom__inner {
    justify-content: center;
    flex-direction: column-reverse;
  }
}
.main-footer--three {
  background-color: var(--amoxi-black, #1A1B1F);
}
.main-footer--three .footer-widget--about {
  padding-right: 0px;
}
.main-footer--three .footer-widget--about::after {
  display: none;
}
.main-footer--three .social-links a::after {
  background: var(--amoxi-base, #ff621d) !important;
}
.main-footer--three .footer-widget--links {
  padding-left: 70px;
}
@media (max-width: 1199px) {
  .main-footer--three .footer-widget--links {
    padding-left: 50px;
  }
}
@media (max-width: 767px) {
  .main-footer--three .footer-widget--links {
    padding-left: 0px;
  }
}
.main-footer--three .footer-widget--links-2 {
  padding-left: 25px;
}
@media (max-width: 991px) {
  .main-footer--three .footer-widget--links-2 {
    padding-left: 0px;
  }
}
@media (max-width: 991px) {
  .main-footer--three .footer-widget--contact {
    padding-left: 50px;
  }
}
@media (max-width: 767px) {
  .main-footer--three .footer-widget--contact {
    padding-left: 0px;
  }
}
.main-footer--three .footer-widget__links li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.main-footer--three .footer-widget__links__icon {
  display: inline-flex;
  position: relative;
  top: 5px;
  font-size: 16px;
  color: var(--amoxi-text, #b2afa6);
}
.main-footer--three .footer-widget__links__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.main-footer--three .main-footer__bottom {
  padding: 0px 0px 30px;
  background: transparent;
}
.main-footer--three .main-footer__bottom__inner {
  display: block;
}
.main-footer--three .main-footer__contact {
  display: flex;
  gap: 49px;
  align-items: center;
  justify-content: center;
  padding: 26px 130px;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  will-change: transform;
  margin-bottom: 26px;
  text-align: left;
  font-family: var(--amoxi-heading-font, "Plus Jakarta Sans", sans-serif);
  font-size: 100px;
  font-weight: 700;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.25;
  text-transform: uppercase;
  border-radius: 200px;
  background-color: var(--amoxi-base, #ff621d);
}
@media (max-width: 1199px) {
  .main-footer--three .main-footer__contact {
    padding-left: 100px;
    padding-right: 100px;
    font-size: 75px;
  }
}
@media (max-width: 991px) {
  .main-footer--three .main-footer__contact {
    padding-left: 70px;
    padding-right: 70px;
    font-size: 58px;
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .main-footer--three .main-footer__contact {
    padding-left: 50px;
    padding-right: 50px;
    font-size: 43px;
  }
}
@media (max-width: 575px) {
  .main-footer--three .main-footer__contact {
    padding-left: 50px;
    padding-right: 50px;
    font-size: clamp(20px, 8vw, 43px);
  }
}
.main-footer--three .main-footer__contact__icon {
  display: inline-flex;
  font-size: 70px;
}
@media (max-width: 1199px) {
  .main-footer--three .main-footer__contact__icon {
    font-size: 65px;
  }
}
@media (max-width: 991px) {
  .main-footer--three .main-footer__contact__icon {
    font-size: 47px;
  }
}
@media (max-width: 767px) {
  .main-footer--three .main-footer__contact__icon {
    font-size: 37px;
  }
}
@media (max-width: 575px) {
  .main-footer--three .main-footer__contact__icon {
    font-size: clamp(16px, 8vw, 37px);
  }
}
.main-footer--three .main-footer__contact__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.main-footer--four {
  background-color: var(--amoxi-black2, #0E0F11);
}
.main-footer--four .main-footer__top {
  padding: 22px 0px;
  border-top: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
  border-bottom: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}
@media (max-width: 1199px) {
  .main-footer--four .main-footer__top {
    padding: 50px 0px 60px;
  }
}
@media (max-width: 991px) {
  .main-footer--four .footer-widget--logo {
    text-align: center;
  }
}
.main-footer--four .footer-widget__logo {
  margin-bottom: 0px;
}
.main-footer--four .footer-widget--title {
  padding-left: 75px;
  position: relative;
}
@media (max-width: 1199px) {
  .main-footer--four .footer-widget--title {
    padding-left: 0px;
  }
}
@media (max-width: 991px) {
  .main-footer--four .footer-widget--title {
    text-align: center;
  }
}
.main-footer--four .footer-widget--title::before {
  content: "";
  width: 1px;
  height: calc(100% + 56px);
  position: absolute;
  top: 50%;
  left: 24.5px;
  transform: translateY(-50%);
  background-color: RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}
@media (max-width: 1199px) {
  .main-footer--four .footer-widget--title::before {
    display: none;
  }
}
.main-footer--four .footer-widget__newsletter-title {
  margin-bottom: 0px;
  font-size: 22px;
  font-weight: 700;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.363;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .main-footer--four .footer-widget__newsletter-title br {
    display: none;
  }
}
.main-footer--four .footer-widget--newsletter {
  padding-left: 0px;
}
.main-footer--four .footer-widget__newsletter {
  position: relative;
}
@media (max-width: 575px) {
  .main-footer--four .footer-widget__newsletter {
    text-align: center;
  }
}
.main-footer--four .footer-widget__newsletter__input {
  height: 50px;
  margin-bottom: 0px;
  padding-left: 30px;
  padding-right: 10px;
  color: var(--amoxi-text, #b2afa6);
  text-align: left;
  border-radius: 100px;
  background-color: var(--amoxi-black, #1A1B1F);
}
@media (max-width: 575px) {
  .main-footer--four .footer-widget__newsletter__input {
    margin-bottom: 20px;
  }
}
.main-footer--four .footer-widget__newsletter__input:focus {
  color: var(--amoxi-white2, #D9D9D9);
}
.main-footer--four .footer-widget__newsletter .amoxi-btn-two {
  padding: 10px 25px;
  color: var(--amoxi-black2, #0E0F11);
  border-radius: 100px;
}
@media (min-width: 576px) {
  .main-footer--four .footer-widget__newsletter .amoxi-btn-two {
    position: relative;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
  }
}
.main-footer--four .main-footer__middle {
  padding-top: 54px;
  padding-bottom: 38px;
}
@media (max-width: 1199px) {
  .main-footer--four .footer-widget--about {
    max-width: 600px;
  }
}
.main-footer--four .footer-widget__text {
  margin-bottom: 27px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-text, #b2afa6);
  line-height: 1.625;
}
.main-footer--four .footer-widget__social-title {
  margin-bottom: 26px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.277;
  color: var(--amoxi-white, #FFFFFF);
  text-transform: uppercase;
}
.main-footer--four .social-links a::after {
  background: var(--amoxi-base, #ff621d) !important;
}
.main-footer--four .social-links a:hover .social-links__icon {
  color: var(--amoxi-black2, #0E0F11) !important;
}
.main-footer--four .footer-widget--border {
  position: relative;
}
.main-footer--four .footer-widget--border::before {
  content: "";
  width: 1px;
  height: calc(100% + 93px);
  position: absolute;
  top: calc(50% - 8px);
  left: 39px;
  transform: translateY(-50%);
  background-color: RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}
.main-footer--four .footer-widget__info__title {
  margin-bottom: 10px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: capitalize;
  color: RGBA(var(--amoxi-text-gray-rgb, 99, 99, 99), 0.7);
}
.main-footer--four .footer-widget__info__email {
  margin-bottom: 48px;
  font-size: clamp(20px, 6vw, 70px);
  font-weight: 700;
  line-height: 1;
  color: var(--amoxi-white, #FFFFFF);
}
.main-footer--four .footer-widget__info__email a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.main-footer--four .footer-widget__info__email a:hover {
  background-size: 100% 1px;
}
.main-footer--four .footer-widget__info__email a:hover {
  color: var(--amoxi-base, #ff621d);
}
.main-footer--four .footer-widget__info__links {
  display: flex;
  gap: 20px 28px;
  align-items: center;
}
@media (max-width: 991px) {
  .main-footer--four .footer-widget__info__links {
    align-items: flex-start;
    flex-direction: column;
  }
}
.main-footer--four .footer-widget__info__links + .footer-widget__info__links {
  margin-top: 25px;
}
@media (max-width: 991px) {
  .main-footer--four .footer-widget__info__links + .footer-widget__info__links {
    margin-top: 30px;
  }
}
.main-footer--four .footer-widget__info__links__title {
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 700;
  color: var(--amoxi-text, #b2afa6);
  line-height: 1.277;
  text-transform: capitalize;
}
.main-footer--four .footer-widget__info__pages {
  display: flex;
  gap: 15px 19px;
  align-items: center;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .main-footer--four .footer-widget__info__pages {
    align-items: flex-start;
    flex-direction: column;
  }
}
.main-footer--four .footer-widget__info__pages li {
  display: flex;
  gap: 8px;
  align-items: center;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-text, #b2afa6);
  line-height: 1.625;
}
.main-footer--four .footer-widget__info__pages li::before {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 50%;
  transition: all 500ms ease;
  border: 1px solid var(--amoxi-white, #FFFFFF);
}
.main-footer--four .footer-widget__info__pages li:hover::before {
  border-color: var(--amoxi-base, #ff621d);
  background-color: var(--amoxi-base, #ff621d);
}
.main-footer--four .footer-widget__info__pages li a {
  color: inherit;
}
.main-footer--four .footer-widget__info__pages li a:hover {
  color: var(--amoxi-base, #ff621d);
}
.main-footer--four .footer-widget__info__pages li a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.main-footer--four .footer-widget__info__pages li a:hover {
  background-size: 100% 1px;
}
.main-footer--four .main-footer__bottom__inner {
  display: flex;
  gap: 20px 30px;
  align-items: center;
  justify-content: space-between;
  padding: 21px 0px;
  border: none;
  border-top: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}
@media (max-width: 991px) {
  .main-footer--four .main-footer__bottom__inner {
    padding: 30px 0px;
    text-align: center;
    justify-content: center;
    flex-direction: column-reverse;
  }
}
.main-footer--four .main-footer__copyright,
.main-footer--four .main-footer__page li {
  color: var(--amoxi-text, #b2afa6);
}
.main-footer--four .main-footer__page li a:hover {
  color: var(--amoxi-base, #ff621d);
}
.main-footer--five {
  background-color: var(--amoxi-black, #1A1B1F);
}
.main-footer--five .main-footer__bg {
  width: 100%;
  height: calc(100% - 84px);
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.main-footer--five .social-links a::after {
  background: var(--amoxi-base, #ff621d) !important;
}
.main-footer--five .social-links a:hover .social-links__icon {
  color: var(--amoxi-black2, #0E0F11) !important;
}
.main-footer--five .main-footer__contact {
  color: var(--amoxi-black5, #222222);
}
.main-footer--five .main-footer__shape {
  position: absolute;
  top: 113px;
  right: 0px;
}
@media (max-width: 1599px) {
  .main-footer--five .main-footer__shape {
    right: -50px;
  }
}
@media (max-width: 1399px) {
  .main-footer--five .main-footer__shape {
    display: none;
  }
}
.main-footer--five .main-footer__shape img {
  max-width: 100%;
  height: auto;
  animation: zump 2s linear infinite;
}
.main-footer--six .amoxi-btn-two {
  color: var(--amoxi-black5, #222222);
}

.footer-widget {
  position: relative;
}
.footer-widget--links-2 {
  padding-left: 25px;
}
@media (max-width: 1199px) {
  .footer-widget--links-2 {
    padding-left: 0px;
  }
}
.footer-widget--blog {
  padding-left: 64px;
}
@media (max-width: 1199px) {
  .footer-widget--blog {
    padding-left: 0px;
  }
}
.footer-widget__title {
  margin-bottom: 41px;
  font-size: 25px;
  color: var(--amoxi-white, #FFFFFF);
  font-weight: 700;
  line-height: 1.28;
  text-transform: capitalize;
}
@media (max-width: 575px) {
  .footer-widget__title {
    margin-bottom: 25px;
  }
}
.footer-widget__logo {
  display: inline-flex;
  margin-bottom: 36px;
}
.footer-widget__logo img {
  max-width: 100%;
  height: auto;
}
.footer-widget__text {
  margin-bottom: 42px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-text, #b2afa6);
  line-height: 1.625;
}
.footer-widget .social-links a {
  background-color: transparent;
  border: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.19);
}
.footer-widget .social-links a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1;
  border-radius: inherit;
  transition: all 500ms ease;
  background: linear-gradient(270deg, #f29a1c 0%, #fa4721 100%), #ff621d;
}
.footer-widget .social-links a:hover {
  border-color: var(--amoxi-base, #ff621d);
  background-color: transparent;
}
.footer-widget .social-links a:hover::after {
  opacity: 1;
}
.footer-widget .social-links__icon {
  color: var(--amoxi-text-gray, #636363);
}
.footer-widget .social-links a:hover .social-links__icon {
  color: var(--amoxi-white, #FFFFFF);
}
.footer-widget__links {
  margin: 0px;
}
.footer-widget__links li + li {
  margin-top: 19px;
}
.footer-widget__links li {
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-text, #b2afa6);
  line-height: 1.625;
}
.footer-widget__links li a {
  color: inherit;
}
.footer-widget__links li a:hover {
  color: var(--amoxi-base, #ff621d);
}
.footer-widget__links li a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.footer-widget__links li a:hover {
  background-size: 100% 1px;
}
.footer-widget__links address {
  margin-bottom: 0px;
}
.footer-widget__blog {
  margin: 0px;
  padding-top: 6px;
}
@media (max-width: 575px) {
  .footer-widget__blog {
    padding-top: 0px;
  }
}
.footer-widget__blog li + li {
  margin-top: 30px;
}
.footer-widget__blog li {
  display: grid;
  grid-gap: 19px;
  align-items: start;
  grid-template-columns: 74px auto;
}
.footer-widget__blog__image {
  width: 74px;
  display: block;
  overflow: hidden;
  position: relative;
}
.footer-widget__blog__image::before, .footer-widget__blog__image::after {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  z-index: 1;
  opacity: 0.8;
  background-color: var(--amoxi-white, #FFFFFF);
  -webkit-transition-duration: 1.3s;
  -o-transition-duration: 1.3s;
  transition-duration: 1.3s;
}
.footer-widget__blog__image::before {
  left: 0;
  bottom: 0;
}
.footer-widget__blog__image::after {
  top: 0;
  right: 0;
}
.footer-widget__blog__image img {
  width: 100%;
  display: block;
  border-radius: inherit;
}
li:hover .footer-widget__blog__image::before, li:hover .footer-widget__blog__image::after {
  -webkit-animation: shineFullHover 0.75s;
  animation: shineFullHover 0.75s;
}
.footer-widget__blog__date {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
  font-size: 14px;
  color: var(--amoxi-white, #FFFFFF);
}
.footer-widget__blog__icon {
  display: inline-flex;
  flex-shrink: 0;
  position: relative;
  top: -1px;
  font-size: 14px;
  color: var(--amoxi-base, #ff621d);
}
.footer-widget__blog__title {
  margin: 0px;
  font-size: 16px;
  font-weight: 700;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.375;
}
.footer-widget__blog__title a {
  color: inherit;
}
.footer-widget__blog__title a:hover {
  color: var(--amoxi-base, #ff621d);
}
.footer-widget__blog__title a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.footer-widget__blog__title a:hover {
  background-size: 100% 1px;
}
.footer-widget__newsletter {
  position: relative;
}
.footer-widget__newsletter-text {
  margin-bottom: 21px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-text, #b2afa6);
  line-height: 1.625;
}
.footer-widget__newsletter__input {
  width: 100%;
  height: 50px;
  border: none;
  outline: none;
  padding: 0px 20px;
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-text-gray, #636363);
  background-color: var(--amoxi-white, #FFFFFF);
  transition: all 500ms ease;
}
.footer-widget__newsletter__input:focus {
  color: var(--amoxi-black2, #0E0F11);
}
/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar__single {
  padding: 34px 32px;
  border-radius: 10px;
  background-color: var(--amoxi-black, #1A1B1F);
  border: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar__single {
    padding: 26px 25px;
  }
}
@media (max-width: 375px) {
  .sidebar__single {
    padding: 26px 25px;
  }
}
.sidebar__single + .sidebar__single {
  margin-top: 30px;
}
.sidebar__title {
  position: relative;
  margin-bottom: 34px;
  font-size: 22px;
  color: var(--amoxi-white, #FFFFFF);
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.363;
}
.sidebar__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 39px;
  height: 3px;
  background-color: var(--amoxi-base, #ff621d);
}
.sidebar__search {
  position: relative;
}
.sidebar__search input[type=search],
.sidebar__search input[type=text] {
  padding-left: 20px;
  padding-right: 44px;
  outline: none;
  border: 0;
  width: 100%;
  height: 55px;
  font-size: 16px;
  color: var(--amoxi-white, #FFFFFF);
  font-weight: 400;
  border-radius: 10px;
  background-color: var(--amoxi-black6, #3A3B3F);
  transition: all 400ms ease;
}
.sidebar__search button[type=submit] {
  padding: 0;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  background-color: var(--amoxi-base, #ff621d);
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-size: 15px;
  color: var(--amoxi-white, #FFFFFF);
  border-radius: 50%;
  transition: all 400ms ease;
}
.sidebar__search button[type=submit] svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.sidebar__search button[type=submit]:hover {
  color: var(--amoxi-base, #ff621d);
  background-color: var(--amoxi-white, #FFFFFF);
}
.sidebar__categories-wrapper {
  padding-bottom: 34px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar__categories-wrapper {
    padding-bottom: 27px;
  }
}
@media (max-width: 375px) {
  .sidebar__categories-wrapper {
    padding-bottom: 27px;
  }
}
.sidebar__categories {
  margin: 0;
}
.sidebar__categories-title {
  margin-bottom: 28px;
}
.sidebar__categories-title::after {
  width: 67px;
}
.sidebar__categories li:not(:last-child) {
  margin-bottom: 10.5px;
}
.sidebar__categories li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  font-size: 17px;
  color: var(--amoxi-text, #b2afa6);
  text-transform: capitalize;
  font-weight: 400;
  line-height: 1.5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 500ms ease;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .sidebar__categories li a {
    font-size: 16px;
  }
}
@media (max-width: 360px) {
  .sidebar__categories li a {
    font-size: 16px;
  }
}
.sidebar__categories li a:hover {
  color: var(--amoxi-base, #ff621d);
}
.sidebar__categories li a span {
  color: inherit;
}
.sidebar__categories__text {
  display: flex;
  align-items: center;
  gap: 11px;
}
.sidebar__categories__icon {
  display: inline-flex;
  font-size: 16px;
  overflow: hidden;
}
.sidebar__categories__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.sidebar__categories a:hover .sidebar__categories__icon > * {
  animation: slideRight 500ms;
}
.sidebar__tags-wrapper {
  padding-bottom: 41px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar__tags-wrapper {
    padding-bottom: 33px;
  }
}
@media (max-width: 375px) {
  .sidebar__tags-wrapper {
    padding-bottom: 33px;
  }
}
.sidebar__tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.sidebar__tags a {
  display: inline-block;
  padding: 7px 20px 6px;
  font-size: 16px;
  color: var(--amoxi-text, #b2afa6);
  font-weight: 400;
  line-height: 1.25;
  text-transform: capitalize;
  background-color: transparent;
  transition: all 500ms ease;
  border: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}
.sidebar__tags a:hover {
  color: var(--amoxi-white, #FFFFFF);
  border-color: var(--amoxi-base, #ff621d);
  background-color: var(--amoxi-base, #ff621d);
}
.sidebar__posts-wrapper {
  padding-bottom: 41px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar__posts-wrapper {
    padding-bottom: 29px;
  }
}
@media (max-width: 375px) {
  .sidebar__posts-wrapper {
    padding-bottom: 29px;
  }
}
.sidebar__posts {
  margin: 0;
}
.sidebar__posts-title::after {
  width: 77px;
}
.sidebar__posts__item {
  display: flex;
  gap: 14px;
}
.sidebar__posts__item:not(:last-of-type) {
  margin-bottom: 30px;
}
.sidebar__posts__image {
  width: 94px;
  flex-shrink: 0;
}
.sidebar__posts__image img {
  width: 100%;
  display: block;
}
.sidebar__posts__content {
  margin-top: 5px;
  width: calc(100% - 94px);
}
.sidebar__posts__meta {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  color: var(--amoxi-text, #b2afa6);
  font-size: 14px;
  line-height: 1;
}
.sidebar__posts__meta__icon {
  position: relative;
  top: 1px;
  display: inline-flex;
  font-size: 12px;
}
.sidebar__posts__meta__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.sidebar__posts__title {
  margin: 0;
  font-size: 17px;
  color: var(--amoxi-white, #FFFFFF);
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.352;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .sidebar__posts__title {
    font-size: 15px;
  }
}
@media (max-width: 360px) {
  .sidebar__posts__title {
    font-size: 15px;
  }
}
.sidebar__posts__title a {
  color: inherit;
}
.sidebar__posts__title a:hover {
  color: var(--amoxi-base, #ff621d);
}
.sidebar__posts__title a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.sidebar__posts__title a:hover {
  background-size: 100% 1px;
}

.sidebar-two {
  width: 100%;
}
.sidebar-two__single {
  width: 100%;
  padding: 30px;
  background-color: var(--amoxi-white2, #D9D9D9);
}
.sidebar-two__single + .sidebar-two__single {
  margin-top: 30px;
}
.sidebar-two__search {
  position: relative;
}
.sidebar-two__search input[type=search],
.sidebar-two__search input[type=text] {
  padding-left: 20px;
  padding-right: 44px;
  outline: none;
  border: 0;
  width: 100%;
  height: 55px;
  font-size: 16px;
  color: var(--amoxi-text, #b2afa6);
  font-weight: 400;
  background-color: var(--amoxi-white, #FFFFFF);
  transition: all 400ms ease;
}
.sidebar-two__search input[type=search]:focus,
.sidebar-two__search input[type=text]:focus {
  color: var(--amoxi-black, #1A1B1F);
}
.sidebar-two__search button[type=submit] {
  padding: 0;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background-color: var(--amoxi-base, #ff621d);
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-size: 15px;
  color: var(--amoxi-white, #FFFFFF);
  border-radius: 50%;
  transition: all 400ms ease;
}
.sidebar-two__search button[type=submit] svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.sidebar-two__search button[type=submit]:hover {
  color: var(--amoxi-white, #FFFFFF);
  background-color: var(--amoxi-black3, #121115);
}
.sidebar-two__contact {
  height: 520px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  position: relative;
  padding: 30px;
}
@media (max-width: 991px) {
  .sidebar-two__contact {
    height: 400px;
  }
}
.sidebar-two__contact::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(217, 217, 217, 0) 17.34%, rgba(229, 12, 55, 0.9) 89.42%);
}
.sidebar-two__contact__content {
  position: relative;
  z-index: 1;
}
.sidebar-two__contact__title {
  margin-bottom: 25px;
  font-size: 22px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-weight: 700;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.363;
}
.sidebar-two__contact .amoxi-btn {
  background-color: var(--amoxi-white, #FFFFFF);
}
.sidebar-two__contact .amoxi-btn__text {
  color: var(--amoxi-black, #1A1B1F);
}
.sidebar-two__contact .amoxi-btn__icon-box {
  background-color: var(--amoxi-black3, #121115);
}
.sidebar-two__contact .amoxi-btn__icon span {
  color: var(--amoxi-white, #FFFFFF);
}
.sidebar-two__contact .amoxi-btn:hover .amoxi-btn__text,
.sidebar-two__contact .amoxi-btn:hover .amoxi-btn__icon span {
  color: var(--amoxi-white, #FFFFFF);
}
.sidebar-two__download {
  width: 100%;
  padding: 20px;
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  border: none;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 500ms ease;
}
.sidebar-two__download::after {
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: -1;
  background-color: var(--amoxi-base, #ff621d);
  transition: all 500ms ease;
}
.sidebar-two__download__content {
  display: flex;
  gap: 16px;
  align-items: center;
  position: relative;
  z-index: 1;
  text-align: left;
}
.sidebar-two__download__icon {
  display: inline-flex;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  font-size: 44px;
  color: var(--amoxi-base, #ff621d);
  transition: all 500ms ease;
}
.sidebar-two__download__icon--download {
  font-size: 24px;
  color: var(--amoxi-black4, #131313);
}
.sidebar-two__download__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.sidebar-two__download__right {
  display: block;
}
.sidebar-two__download__title {
  display: block;
  margin-bottom: 5px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  color: var(--amoxi-black4, #131313);
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.371;
  transition: all 500ms ease;
}
.sidebar-two__download__text {
  display: block;
  margin: 0px;
  color: var(--amoxi-black4, #131313);
  transition: all 500ms ease;
}
.sidebar-two__download:hover::after {
  width: 100%;
  left: 0px;
}
.sidebar-two__download:hover .sidebar-two__download__icon,
.sidebar-two__download:hover .sidebar-two__download__title,
.sidebar-two__download:hover .sidebar-two__download__text {
  color: var(--amoxi-white, #FFFFFF);
}

.sidebar-three {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transform-origin: right center;
  transform-origin: right 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;
}
.sidebar-three.active {
  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;
}
.sidebar-three__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.8;
  cursor: url(../images/close.png), auto;
}
.sidebar-three__content {
  width: 310px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  z-index: 10;
  position: relative;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  padding-top: 70px;
  opacity: 0;
  visibility: hidden;
  background-color: var(--amoxi-black4, #131313);
  -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;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.sidebar-three__content::-webkit-scrollbar {
  display: none;
}
.sidebar-three.active .sidebar-three__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;
}
.sidebar-three__close {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 22px;
  color: var(--amoxi-white, #FFFFFF);
  transition: all 400ms ease;
}
.sidebar-three__close svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.sidebar-three__close:hover {
  color: var(--amoxi-base, #ff621d);
  transform: rotate(90deg);
}
.sidebar-three__item {
  margin-bottom: 35px;
  padding-left: 24px;
  padding-right: 24px;
}
.sidebar-three__title {
  margin-bottom: 25px;
  position: relative;
  font-size: 22px;
  color: var(--amoxi-white, #FFFFFF);
  font-weight: 700;
  line-height: 1.4;
  text-transform: capitalize;
}
.sidebar-three__title::before, .sidebar-three__title::after {
  content: "";
  width: 20px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -4px;
  background-color: var(--amoxi-base, #ff621d);
}
.sidebar-three__title::after {
  width: 50px;
  left: 25px;
}
.sidebar-three__about__text {
  margin-bottom: 0px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-white2, #D9D9D9);
  line-height: 1.625;
}
.sidebar-three__info__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar-three__info__list li {
  display: flex;
  align-items: flex-start;
  font-size: 15px;
  color: var(--amoxi-white2, #D9D9D9);
  font-weight: 500;
  line-height: 1.75;
}
.sidebar-three__info__list li + li {
  margin-top: 20px;
}
.sidebar-three__info__list li .sidebar-three__info__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  position: relative;
  font-size: 14px;
  color: var(--amoxi-white, #FFFFFF);
  margin-right: 12px;
  background-color: var(--amoxi-base, #ff621d);
  border-radius: 50%;
  overflow: hidden;
  transition: all 500ms ease;
}
.sidebar-three__info__list li .sidebar-three__info__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.sidebar-three__info__list li:hover .sidebar-three__info__icon {
  background-color: var(--amoxi-black6, #3A3B3F);
}
.sidebar-three__info__list li:hover .sidebar-three__info__icon > * {
  animation: slideTop 400ms;
}
.sidebar-three__info__list li address {
  margin: 0;
  color: inherit;
  text-transform: capitalize;
}
.sidebar-three__info__list li a {
  position: relative;
  top: 3px;
  color: inherit;
}
.sidebar-three__info__list li a:hover {
  color: var(--amoxi-base, #ff621d);
}
.sidebar-three__newsletter__inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar-three__newsletter__input {
  outline: 0;
  border: 0;
  padding-left: 20px;
  font-size: 14px;
  color: var(--amoxi-text, #b2afa6);
  width: calc(100% - 50px);
  height: 50px;
  transition: all 400ms ease;
  background-color: var(--amoxi-black6, #3A3B3F);
}
.sidebar-three__newsletter__input:focus {
  color: var(--amoxi-white2, #D9D9D9);
}
.sidebar-three__newsletter__btn {
  outline: 0;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  font-size: 18px;
  color: var(--amoxi-white, #FFFFFF);
  width: 50px;
  height: 50px;
  background-color: var(--amoxi-base, #ff621d);
  overflow: hidden;
  transition: all 400ms ease;
}
.sidebar-three__newsletter__btn svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.sidebar-three__newsletter__btn:hover {
  background-color: var(--amoxi-black9, #474747);
}
.sidebar-three__newsletter__btn:hover > * {
  animation: slideTop 400ms;
}
.sidebar-three .social-links {
  width: 100%;
  gap: 0px;
  margin-top: auto;
}
.sidebar-three .social-links a {
  width: 25%;
  height: 50px;
  border: none;
  border-radius: 0px;
  background-color: var(--amoxi-base, #ff621d);
}
.sidebar-three .social-links a:not(:first-child) {
  border-left: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.3);
}
.sidebar-three .social-links a::after {
  background-color: var(--amoxi-black6, #3A3B3F);
}
.sidebar-three .social-links a:hover {
  border-left-color: var(--amoxi-base, #ff621d);
}
.sidebar-three .social-links a:hover + a {
  border-left-color: var(--amoxi-base, #ff621d);
}
.sidebar-three .social-links__icon {
  font-size: 20px;
  color: var(--amoxi-white, #FFFFFF);
}
.sidebar-three--two .sidebar-three__info__list li .sidebar-three__info__icon,
.sidebar-three--two .sidebar-three__newsletter__btn,
.sidebar-three--two .social-links a {
  background: linear-gradient(270deg, #f29a1c 0%, #fa4721 100%);
}
.sidebar-three--two .sidebar-three__info__list li:hover .sidebar-three__info__icon {
  background: var(--amoxi-black6, #3A3B3F);
}
.sidebar-three--two .sidebar-three__newsletter__btn:hover {
  background: var(--amoxi-black9, #474747);
}
.sidebar-three--three .social-links a:not(:first-child) {
  border-left-color: RGBA(var(--amoxi-black4-rgb, 19, 19, 19), 0.2);
}
.sidebar-three--three .sidebar-three__info__list li .sidebar-three__info__icon,
.sidebar-three--three .sidebar-three__newsletter__btn,
.sidebar-three--three .social-links__icon {
  color: var(--amoxi-black4, #131313);
}
.sidebar-three--three .sidebar-three__info__list li:hover .sidebar-three__info__icon,
.sidebar-three--three .sidebar-three__newsletter__btn:hover,
.sidebar-three--three .social-links a:hover .social-links__icon {
  color: var(--amoxi-white, #FFFFFF);
}

/*--------------------------------------------------------------
# Google Map
--------------------------------------------------------------*/
.google-map {
  position: relative;
}
.google-map iframe {
  display: block;
  height: 234px;
  width: 100%;
  border: none;
  position: relative;
  border-radius: 10px;
}
.google-map__contact {
  overflow: hidden;
  border-radius: 10px;
}

.contact-map {
  position: relative;
}
@media (max-width: 767px) {
  .contact-map {
    padding-bottom: 80px;
  }
}
.contact-map .container-fluid {
  padding-left: 0;
  padding-right: 0;
  max-width: 1654px;
}

/*--------------------------------------------------------------
# Hero Slider
--------------------------------------------------------------*/
.hero-one {
  position: relative;
  padding: 236px 0px 120px;
  background-color: var(--amoxi-black, #1A1B1F);
}
@media (max-width: 1399px) {
  .hero-one {
    padding-bottom: 280px;
  }
}
@media (max-width: 1199px) {
  .hero-one {
    padding-top: 224px;
  }
}
@media (max-width: 767px) {
  .hero-one {
    padding-bottom: 260px;
  }
}
@media (max-width: 575px) {
  .hero-one {
    padding-bottom: 240px;
  }
}
@media (max-width: 480px) {
  .hero-one {
    padding-top: 200px;
  }
}
.hero-one__bg-1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.hero-one__bg-2 {
  width: calc(100% - 376px);
  height: calc(100% - 206px);
  position: absolute;
  top: 0px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
@media (max-width: 1799px) {
  .hero-one__bg-2 {
    width: calc(100% - 300px);
  }
}
@media (max-width: 1599px) {
  .hero-one__bg-2 {
    width: 100%;
  }
}
.hero-one .container {
  position: relative;
  z-index: 3;
}
.hero-one__row {
  position: relative;
  z-index: 2;
}
@media (max-width: 1199px) {
  .hero-one__left {
    text-align: center;
  }
}
.hero-one__title {
  margin-bottom: 28px;
  font-size: 75px;
  line-height: 1.2;
  font-weight: 700;
  color: var(--amoxi-white, #FFFFFF);
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .hero-one__title {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .hero-one__title {
    font-size: 55px;
  }
}
@media (max-width: 575px) {
  .hero-one__title {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  .hero-one__title {
    font-size: 45px;
  }
}
@media (max-width: 390px) {
  .hero-one__title {
    font-size: 40px;
  }
}
.hero-one__title__box {
  display: block;
}
@media (max-width: 1199px) {
  .hero-one__title__box {
    text-align: center;
  }
}
.hero-one__title__highlight {
  display: inline-block;
  background-repeat: repeat;
  background-position: top center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-font-smoothing: antialiased;
}
.hero-one__title img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .hero-one__title img {
    display: none;
  }
}
.hero-one__title__shape-1 {
  margin-left: 10px;
  animation: zoomIn 1.5s infinite alternate;
}
.hero-one__title__shape-2 {
  animation: zump 3s linear infinite;
}
.hero-one__right {
  overflow: hidden;
}
.hero-one__desc--1 {
  max-width: 180px;
  position: relative;
  margin-bottom: 45px;
}
@media (max-width: 1199px) {
  .hero-one__desc--1 {
    max-width: 100%;
    margin-bottom: 35px;
    text-align: center;
  }
}
.hero-one__desc--1 .hero-one__text {
  display: inline-block;
  position: relative;
  padding-left: 13px;
}
@media (max-width: 1199px) {
  .hero-one__desc--1 .hero-one__text br {
    display: none;
  }
}
.hero-one__desc--1 .hero-one__text::before {
  content: "";
  width: 2px;
  height: calc(100% - 15px);
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  background-color: var(--amoxi-base, #ff621d);
}
.hero-one__desc--2 {
  max-width: 265px;
  margin: 19px auto 0px;
  padding-top: 12px;
  border-top: 1px solid var(--amoxi-text, #b2afa6);
}
@media (max-width: 1199px) {
  .hero-one__desc--2 {
    max-width: 400px;
    margin-top: 0px;
  }
}
.hero-one__desc__shape {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 0px;
  right: -75px;
  bottom: 0px;
  margin: auto;
  animation: rotate 5s linear infinite;
}
@media (max-width: 1199px) {
  .hero-one__desc__shape {
    display: none;
  }
}
.hero-one__text {
  margin-bottom: 0px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-text, #b2afa6);
  line-height: 1.625;
}
.hero-one__text__big-letter {
  float: left;
  margin-right: 5px;
  font-size: 70px;
  color: var(--amoxi-base, #ff621d);
  line-height: 1;
}
.hero-one__video-image {
  width: 310px;
  height: 192px;
  position: relative;
  margin: 57px 0px 0px auto;
  border-radius: 30px;
}
@media (max-width: 1199px) {
  .hero-one__video-image {
    margin: 40px auto 0px;
  }
}
@media (max-width: 360px) {
  .hero-one__video-image {
    width: 290px;
  }
}
.hero-one__video-image img {
  width: 110% !important;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}
.hero-one .video-btn {
  width: 42px;
  height: 42px;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.hero-one .video-btn:hover {
  color: var(--amoxi-white, #FFFFFF);
  background-color: var(--amoxi-base, #ff621d);
}
.hero-one .video-btn::after {
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  border-width: 3px;
}
.hero-one__image {
  position: relative;
  margin-top: -147px;
}
@media (max-width: 1199px) {
  .hero-one__image {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .hero-one__image {
    display: none;
  }
}
.hero-one__image__inner {
  height: 671px;
  position: relative;
  -webkit-mask: url("../images/shapes/hero-img-shape-1-1.png");
  mask: url("../images/shapes/hero-img-shape-1-1.png");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
@media (max-width: 1199px) {
  .hero-one__image__inner {
    height: 600px;
  }
}
@media (max-width: 991px) {
  .hero-one__image__inner {
    height: 500px;
  }
}
.hero-one__image__inner img {
  width: 115% !important;
  height: 100%;
  object-fit: cover;
}
.hero-one__tags {
  position: absolute;
  top: 405px;
  right: 8.8%;
  z-index: 2;
  margin-bottom: 0px;
}
@media (max-width: 1899px) {
  .hero-one__tags {
    right: 2%;
  }
}
@media (max-width: 1599px) {
  .hero-one__tags {
    display: none;
  }
}
.hero-one__tags li + li {
  margin-top: 5px;
}
.hero-one__tags li {
  position: relative;
  font-family: var(--amoxi-heading-font, "Plus Jakarta Sans", sans-serif);
  font-size: 25px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--amoxi-white, #FFFFFF);
  text-transform: capitalize;
  transition: all 500ms ease;
}
.hero-one__tags li:nth-child(3) {
  padding-left: 50px;
  color: var(--amoxi-base, #ff621d);
}
.hero-one__tags li:nth-child(3)::before {
  content: "";
  width: 40px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  background-color: var(--amoxi-base, #ff621d);
}
.hero-one .scroll-btn {
  position: relative;
  position: absolute;
  top: 260px;
  right: 14.4%;
  z-index: 2;
}
@media (max-width: 1899px) {
  .hero-one .scroll-btn {
    right: 9%;
  }
}
@media (max-width: 1599px) {
  .hero-one .scroll-btn {
    right: 4%;
  }
}
@media (max-width: 1399px) {
  .hero-one .scroll-btn {
    top: auto;
    left: 50%;
    right: auto;
    bottom: 120px;
    transform: translateX(-50%);
  }
}
@media (max-width: 767px) {
  .hero-one .scroll-btn {
    bottom: 100px;
  }
}
@media (max-width: 575px) {
  .hero-one .scroll-btn {
    bottom: 80px;
  }
}
.hero-one__shape {
  max-width: 100%;
  height: auto;
  position: absolute;
  right: 6%;
  bottom: 278px;
  z-index: 2;
}
@media (max-width: 1899px) {
  .hero-one__shape {
    right: 2%;
  }
}
@media (max-width: 1399px) {
  .hero-one__shape {
    display: none;
  }
}

.hero-two {
  position: relative;
  overflow: hidden;
  padding: 207px 0px 205px;
  background-color: var(--amoxi-black2, #0E0F11);
}
@media (max-width: 1199px) {
  .hero-two {
    padding-bottom: 160px;
  }
}
@media (max-width: 991px) {
  .hero-two {
    padding-bottom: 130px;
  }
}
@media (max-width: 480px) {
  .hero-two {
    padding: 195px 0px 100px;
  }
}
.hero-two::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(360deg, var(--amoxi-black, #1A1B1F) 0%, var(--amoxi-black2, #0E0F11) 100%);
}
.hero-two .container {
  max-width: 1615px;
  position: relative;
  z-index: 2;
}
.hero-two__content {
  max-width: 430px;
  margin-bottom: 88px;
}
@media (max-width: 991px) {
  .hero-two__content {
    margin: 0px auto 45px;
    text-align: center;
  }
}
.hero-two__info {
  overflow: hidden;
  margin-bottom: 35px;
}
.hero-two__info__inner {
  display: flex;
  gap: 32px;
  align-items: center;
  text-align: left;
}
.hero-two__year {
  margin: 0px;
  font-size: 28px;
  color: transparent;
  font-weight: 700;
  line-height: 1;
  writing-mode: sideways-lr;
  -webkit-text-stroke: 1px RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}
@media (max-width: 1300px) {
  .hero-two__year {
    -webkit-text-stroke-color: var(--amoxi-text, #b2afa6);
  }
}
.hero-two__text {
  position: relative;
  margin-bottom: 0px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-text, #b2afa6);
  line-height: 1.625;
}
.hero-two__text::before, .hero-two__text::after {
  content: "";
  width: 2px;
  position: absolute;
  top: 50%;
  left: -16px;
  transform: translateY(-50%);
}
.hero-two__text::before {
  height: calc(100% - 12px);
  background-color: RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}
.hero-two__text::after {
  height: 23px;
  background-color: var(--amoxi-base, #ff621d);
}
.hero-two__button {
  overflow: hidden;
}
.hero-two .marquee {
  position: relative;
  z-index: 2;
}
.hero-two__title {
  margin-bottom: 0px;
  font-size: 250px;
  line-height: 1;
  font-weight: 700;
  color: var(--amoxi-white, #FFFFFF);
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .hero-two__title {
    font-size: 200px;
  }
}
@media (max-width: 991px) {
  .hero-two__title {
    font-size: 150px;
  }
}
@media (max-width: 480px) {
  .hero-two__title {
    font-size: 110px;
  }
}
.hero-two__title span {
  color: transparent;
  -webkit-text-stroke: 3px var(--amoxi-white, #FFFFFF);
}
@media (max-width: 1199px) {
  .hero-two__title span {
    -webkit-text-stroke-width: 2px;
  }
}
@media (max-width: 767px) {
  .hero-two__title span {
    -webkit-text-stroke-width: 1px;
  }
}
.hero-two__top-image {
  position: absolute;
  top: 0px;
  right: 15px;
  animation: vibrant 3s ease 0s infinite;
}
@media (max-width: 991px) {
  .hero-two__top-image {
    margin-bottom: 70px;
    position: static;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .hero-two__top-image {
    margin-bottom: 60px;
  }
}
.hero-two__top-image__inner {
  display: inline-block;
  padding: 5px;
  border-radius: 50px;
  background-color: var(--amoxi-white, #FFFFFF);
}
@media (max-width: 390px) {
  .hero-two__top-image__inner {
    border-radius: 30px;
  }
}
.hero-two__top-image img {
  max-width: 100%;
  height: auto;
  border-radius: inherit;
}
.hero-two__image {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.hero-two__image::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 2;
  opacity: 0;
  background: linear-gradient(360deg, RGBA(var(--amoxi-black-rgb, 26, 27, 31), 0.8) 0%, RGBA(var(--amoxi-black2-rgb, 14, 15, 17), 0.8) 100%);
}
@media (max-width: 1300px) {
  .hero-two__image::after {
    opacity: 1;
  }
}
.hero-two__image__wrap {
  width: 100%;
  max-width: 1040px;
  height: 805px;
  position: relative;
  position: absolute;
  left: 50%;
  bottom: -5px;
  transform: translateX(-50%);
}
.hero-two__image__inner {
  width: 100%;
  height: 100%;
  text-align: center;
}
.hero-two__image__img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
.hero-two__image .bw-reveal-top {
  transition: all 1.5s !important;
}
.hero-two__shape-1, .hero-two__shape-2 {
  max-width: 100%;
  height: auto;
  position: absolute;
}
@media (max-width: 991px) {
  .hero-two__shape-1, .hero-two__shape-2 {
    display: none;
  }
}
.hero-two__shape-1 {
  left: 0px;
  bottom: 0px;
  animation: vibrant 3s ease 0s infinite;
}
.hero-two__shape-2 {
  right: 70px;
  bottom: 105px;
  animation: vibrant2 3s ease 0s infinite;
}

.hero-three {
  position: relative;
  padding: 267px 0px 190px;
  background-color: var(--amoxi-black2, #0E0F11);
}
@media (max-width: 991px) {
  .hero-three {
    padding-top: 250px;
  }
}
@media (max-width: 480px) {
  .hero-three {
    padding-top: 230px;
  }
}
.hero-three__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.hero-three .container {
  position: relative;
  z-index: 2;
}
@media (min-width: 1200px) {
  .hero-three .container {
    max-width: 1532px;
  }
}
.hero-three__col {
  flex: 0 0 auto;
  width: 46%;
}
@media (max-width: 1199px) {
  .hero-three__col {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .hero-three__col {
    width: 100%;
  }
}
.hero-three__content {
  position: relative;
  z-index: 1;
}
.hero-three__content__shape {
  max-width: 100%;
  height: auto;
  position: absolute;
  right: 50px;
  bottom: -60px;
}
@media (max-width: 1199px) {
  .hero-three__content__shape {
    right: 0px;
  }
}
@media (max-width: 767px) {
  .hero-three__content__shape {
    display: none;
  }
}
.hero-three__top, .hero-three__title, .hero-three__desc, .hero-three__button {
  overflow: hidden;
}
.hero-three__tagline {
  display: inline-flex;
  align-items: flex-start;
  gap: 16px;
  padding: 12px 30px;
  margin-bottom: 17px;
  border-radius: 100px;
  background-color: RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.07);
}
@media (max-width: 480px) {
  .hero-three__tagline {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.hero-three__tagline__shape {
  width: 6px;
  height: 6px;
  position: relative;
  top: 11px;
  background-color: var(--amoxi-base, #ff621d);
}
@media (max-width: 991px) {
  .hero-three__tagline__shape {
    top: 9px;
  }
}
@media (max-width: 767px) {
  .hero-three__tagline__shape {
    top: 7px;
  }
}
@media (max-width: 480px) {
  .hero-three__tagline__shape {
    top: 6px;
  }
}
.hero-three__tagline__shape::before, .hero-three__tagline__shape::after {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  right: -6px;
  background-color: var(--amoxi-white, #FFFFFF);
}
.hero-three__tagline__shape::before {
  top: -6px;
}
.hero-three__tagline__shape::after {
  bottom: -6px;
}
.hero-three__tagline__text {
  margin-bottom: 0px;
  font-size: 22px;
  font-weight: 500;
  color: var(--amoxi-base, #ff621d);
  line-height: 1.318;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .hero-three__tagline__text {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .hero-three__tagline__text {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .hero-three__tagline__text {
    font-size: 16px;
  }
}
.hero-three__title {
  margin-bottom: 30px;
  font-size: 75px;
  line-height: 1.2;
  font-weight: 700;
  color: var(--amoxi-white, #FFFFFF);
  text-transform: capitalize;
}
@media (max-width: 1599px) {
  .hero-three__title {
    font-size: 65px;
  }
}
@media (max-width: 991px) {
  .hero-three__title {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .hero-three__title {
    font-size: 55px;
  }
}
@media (max-width: 575px) {
  .hero-three__title {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  .hero-three__title {
    font-size: 45px;
  }
}
@media (max-width: 390px) {
  .hero-three__title {
    font-size: 40px;
  }
}
.hero-three__title__text {
  display: block;
}
.hero-three__title__highlight {
  position: relative;
  color: var(--amoxi-base, #ff621d);
}
.hero-three__title__highlight::after {
  content: "";
  width: 132px;
  height: 9px;
  position: absolute;
  right: 38px;
  bottom: 0px;
  background-color: var(--amoxi-base, #ff621d);
}
@media (max-width: 1599px) {
  .hero-three__title__highlight::after {
    width: 110px;
    height: 7px;
    right: 33px;
  }
}
@media (max-width: 991px) {
  .hero-three__title__highlight::after {
    width: 100px;
    right: 29px;
  }
}
@media (max-width: 767px) {
  .hero-three__title__highlight::after {
    width: 90px;
    height: 6px;
    right: 27px;
  }
}
@media (max-width: 575px) {
  .hero-three__title__highlight::after {
    width: 80px;
    right: 25px;
  }
}
@media (max-width: 480px) {
  .hero-three__title__highlight::after {
    width: 70px;
    height: 5px;
    right: 23px;
  }
}
@media (max-width: 390px) {
  .hero-three__title__highlight::after {
    width: 60px;
    right: 219px;
  }
}
.hero-three__text {
  margin-bottom: 33px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-text, #b2afa6);
  line-height: 1.625;
}
.hero-three__image {
  width: 49.6%;
  height: 100%;
  position: relative;
  position: absolute;
  top: 0px;
  right: 0px;
}
@media (max-width: 1199px) {
  .hero-three__image {
    display: none;
  }
}
.hero-three__image__inner {
  width: 100%;
  height: 100%;
}
.hero-three__image img {
  width: 108% !important;
  height: 100%;
  object-fit: cover;
}
.hero-three__image .stroke-text-title {
  height: 100%;
  margin: 0px;
  text-align: left;
  position: relative;
  position: absolute;
  top: 0px;
  left: -94px;
  z-index: 1;
  writing-mode: sideways-lr;
}
.hero-three__image .stroke-text-title svg {
  width: auto;
  height: 100%;
}
.hero-three__image .stroke-text-title svg text {
  font-size: 150px;
  stroke: var(--amoxi-white, #FFFFFF);
  animation: svgTextAnimation3 4s infinite alternate;
}
.hero-three .about-badge {
  position: absolute;
  right: 118px;
  bottom: -78px;
  z-index: 1;
}
.hero-three__bottom {
  width: 48%;
  display: flex;
  gap: 17px;
  align-items: center;
  position: absolute;
  left: 0px;
  bottom: 23px;
  z-index: 1;
}
@media (max-width: 1199px) {
  .hero-three__bottom {
    width: 100%;
    padding-right: 20px;
  }
}
.hero-three__bottom__line {
  width: 31%;
  height: 3px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero-three__bottom__line__inner {
  width: 100%;
  height: 1px;
  position: relative;
  background-color: RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.2);
}
.hero-three__bottom__line__inner::after {
  content: "";
  width: 15px;
  height: 3px;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  margin: auto;
  background-color: var(--amoxi-base, #ff621d);
  animation: slideMove 5s linear infinite alternate;
}
@keyframes slideMove {
  from {
    left: 0;
  }
  to {
    left: calc(100% - 15px);
  }
}
.hero-three__bottom__title {
  flex-grow: 1;
  margin-bottom: 0px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.291;
  color: var(--amoxi-white, #FFFFFF);
  text-transform: uppercase;
}
@media (max-width: 1399px) {
  .hero-three__bottom__title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .hero-three__bottom__title {
    font-size: 18px;
  }
}
.hero-three__bottom__title span {
  color: var(--amoxi-base, #ff621d);
}

.hero-four {
  position: relative;
  background-color: var(--amoxi-black2, #0E0F11);
}
.hero-four__wrapper {
  padding: 250px 0px 215px;
  position: relative;
}
@media (max-width: 1199px) {
  .hero-four__wrapper {
    padding-bottom: 200px;
  }
}
@media (max-width: 991px) {
  .hero-four__wrapper {
    padding-top: 200px;
  }
}
@media (max-width: 767px) {
  .hero-four__wrapper {
    padding: 180px 0px;
  }
}
@media (max-width: 390px) {
  .hero-four__wrapper {
    padding-top: 160px;
  }
}
.hero-four__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.hero-four__container {
  position: relative;
  z-index: 2;
}
@media (min-width: 1200px) {
  .hero-four__container {
    max-width: 1389px;
  }
}
.hero-four__title {
  margin-bottom: 43px;
  font-size: 65px;
  font-weight: 700;
  line-height: 1.261;
  color: var(--amoxi-white, #FFFFFF);
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .hero-four__title {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  .hero-four__title {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .hero-four__title {
    font-size: 45px;
  }
}
@media (max-width: 480px) {
  .hero-four__title {
    font-size: 40px;
  }
}
@media (max-width: 390px) {
  .hero-four__title {
    font-size: 35px;
  }
}
.hero-four__title span {
  display: inline-block;
  opacity: 0;
  transform: translate(-150px, 0) scale(0.3);
  animation: leftToRightText 0.5s forwards;
}
.hero-four__title__highlight {
  display: inline-block;
  color: transparent;
  -webkit-text-stroke: 1px var(--amoxi-white, #FFFFFF);
}
.hero-four__title__highlight-2 {
  color: var(--amoxi-base, #ff621d);
}
.hero-four__title__shape-1, .hero-four__title__shape-2 {
  max-width: 100%;
  height: auto;
  position: relative;
}
@media (max-width: 991px) {
  .hero-four__title__shape-1, .hero-four__title__shape-2 {
    display: none;
  }
}
.hero-four__title__shape-1 {
  top: -29px;
  margin-right: -40px;
}
.hero-four__title__shape-2 {
  bottom: -15px;
  margin-left: -46px;
}
.hero-four__button {
  overflow: hidden;
}
.hero-four__desc {
  overflow: hidden;
  padding: 45px 0px 0px 30px;
}
@media (max-width: 1199px) {
  .hero-four__desc {
    padding: 0px;
  }
}
.hero-four__text {
  margin-bottom: 0px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-text, #b2afa6);
  line-height: 1.625;
}
.hero-four__text span {
  display: inline-block;
  opacity: 0;
  transform: translate(200px, -100px) scale(2);
  animation: textBallDrop 0.2s forwards;
}
.hero-four__text--2 {
  margin-bottom: 16px;
  color: var(--amoxi-black8, #333333);
}
.hero-four__text__big-letter {
  float: left;
  margin-right: 5px;
  font-size: 50px;
  line-height: 1;
  color: var(--amoxi-base, #ff621d);
}
.hero-four__social {
  height: 100%;
  display: flex;
  gap: 0px;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 999;
  writing-mode: sideways-lr;
  border-right: 1px solid RGBA(var(--amoxi-white2-rgb, 217, 217, 217), 0.14);
}
@media (max-width: 1599px) {
  .hero-four__social {
    display: none;
  }
}
.hero-four__social__link {
  flex: 0 0 auto;
  height: 20%;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding: 25px 26.5px;
  transition: all 500ms ease;
}
.hero-four__social__link:not(:last-child) {
  border-top: 1px solid RGBA(var(--amoxi-white2-rgb, 217, 217, 217), 0.14);
}
.hero-four__social__link:not(:first-child):hover {
  background-color: var(--amoxi-base, #ff621d);
}
.hero-four__social__icon {
  display: inline-flex;
  font-size: 14px;
  color: var(--amoxi-white, #FFFFFF);
  transition: all 500ms ease;
}
.hero-four__social__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.hero-four__social__title {
  margin: 0px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.3125;
  text-transform: uppercase;
  transition: all 500ms ease;
}
.hero-four__social__link:not(:first-child):hover .hero-four__social__icon, .hero-four__social__link:not(:first-child):hover .hero-four__social__title {
  color: var(--amoxi-black4, #131313);
}
.hero-four__shape-1, .hero-four__shape-2 {
  max-width: 100%;
  height: auto;
  position: absolute;
  z-index: 1;
}
.hero-four__shape-1 {
  left: 36%;
  bottom: 68px;
  animation: rotate 4s linear infinite;
}
@media (max-width: 1799px) {
  .hero-four__shape-1 {
    left: 30%;
  }
}
@media (max-width: 1599px) {
  .hero-four__shape-1 {
    left: 28%;
  }
}
@media (max-width: 1399px) {
  .hero-four__shape-1 {
    left: 25%;
  }
}
@media (max-width: 1199px) {
  .hero-four__shape-1 {
    bottom: 40px;
  }
}
.hero-four__shape-2 {
  top: 197px;
  right: 68px;
  animation: zoomIn2 2.5s infinite alternate;
}
@media (max-width: 1799px) {
  .hero-four__shape-2 {
    display: none;
  }
}
.hero-four__bottom {
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .hero-four__bottom {
    display: none;
  }
}
@media (min-width: 1200px) {
  .hero-four__bottom__container {
    padding-left: 30px;
    padding-right: 0px;
    margin-left: calc((100% - 1200px) / 2);
    width: auto;
    min-width: auto;
    max-width: inherit;
  }
}
.hero-four__bottom__card {
  flex: 0 0 auto;
  width: 30%;
  padding: 40px 40px 32px;
  background-color: var(--amoxi-base, #ff621d);
}
@media (max-width: 1599px) {
  .hero-four__bottom__card {
    width: 37%;
  }
}
@media (max-width: 1399px) {
  .hero-four__bottom__card {
    width: 40%;
  }
}
.hero-four__client {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-bottom: 34px;
  padding: 25px;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  background-color: var(--amoxi-white, #FFFFFF);
}
.hero-four__client__images {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.hero-four__client__image {
  width: 48px;
  height: 48px;
  position: relative;
  z-index: 1;
  border-radius: 50%;
}
.hero-four__client__image:not(:first-child) {
  margin-left: -9px;
}
.hero-four__client__image:not(:first-child)::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: -3px;
  z-index: -1;
  border-radius: inherit;
  background-color: var(--amoxi-white, #FFFFFF);
}
.hero-four__client img {
  width: 48px;
  height: 48px;
  border-radius: inherit;
}
.hero-four__client__content {
  position: relative;
  z-index: 1;
}
.hero-four__client__content::before {
  content: "";
  width: 2px;
  height: calc(50% - 6px);
  position: absolute;
  left: -15px;
  bottom: 5px;
  z-index: 1;
  background-color: var(--amoxi-base, #ff621d);
}
.hero-four__client__content::after {
  content: "";
  width: 2px;
  height: calc(100% - 12px);
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
  background-color: var(--amoxi-black5, #222222);
}
.hero-four__client__count {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
  color: var(--amoxi-black7, #000000);
}
.hero-four__client__text {
  margin: 0px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-black7, #000000);
  line-height: 1.625;
  text-transform: capitalize;
}
.hero-four__link {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  font-weight: 500;
  color: var(--amoxi-black4, #131313);
  line-height: 1.625;
}
.hero-four__link__text:hover {
  text-decoration: underline;
}
.hero-four__link__icon {
  display: inline-flex;
  font-size: 12px;
}
.hero-four__image {
  flex: 0 0 auto;
  width: 70%;
  position: relative;
}
@media (max-width: 1599px) {
  .hero-four__image {
    width: 63%;
  }
}
@media (max-width: 1399px) {
  .hero-four__image {
    width: 60%;
  }
}
.hero-four__image__inner {
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.hero-four__image img {
  width: 100%;
  object-fit: cover;
  border-radius: 150px 0px 0px 0px;
}

.hero-five {
  position: relative;
  background-color: var(--amoxi-black2, #0E0F11);
}
.hero-five__wrapper {
  position: relative;
  padding: 244px 0px 137px;
}
.hero-five__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.hero-five .container {
  position: relative;
  z-index: 1;
}
@media (min-width: 1200px) {
  .hero-five .container {
    max-width: 1267px;
  }
}
.hero-five__title {
  margin-bottom: 0px;
  font-size: 140px;
  font-weight: 700;
  text-align: center;
  line-height: 1.142;
  color: var(--amoxi-white, #FFFFFF);
  text-transform: uppercase;
}
@media (max-width: 1599px) {
  .hero-five__title {
    font-size: 120px;
  }
}
@media (max-width: 1199px) {
  .hero-five__title {
    font-size: 90px;
  }
}
@media (max-width: 991px) {
  .hero-five__title {
    font-size: 75px;
  }
}
@media (max-width: 767px) {
  .hero-five__title {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .hero-five__title {
    font-size: 55px;
  }
}
@media (max-width: 480px) {
  .hero-five__title {
    font-size: 50px;
  }
}
@media (max-width: 412px) {
  .hero-five__title {
    font-size: 45px;
  }
}
.hero-five .scroll-btn {
  height: 105px;
  margin: 5px auto 0px;
}
@media (max-width: 1199px) {
  .hero-five .scroll-btn {
    margin-top: 40px;
  }
}
.hero-five .scroll-btn__dot {
  animation: scrollDot2 1.8s infinite ease;
}
@media (max-width: 1199px) {
  .hero-five__experience {
    margin-top: 30px;
    text-align: center;
  }
}
.hero-five__experience__text {
  margin-bottom: 0px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--amoxi-white, #FFFFFF);
  text-transform: capitalize;
}
@media (max-width: 1199px) {
  .hero-five__experience .line {
    justify-content: center;
  }
}
.hero-five__border {
  width: 100%;
  height: 1px;
  position: relative;
  margin: 44px 0px 47px;
  background-color: var(--amoxi-white, #FFFFFF);
}
.hero-five__border::after {
  content: "";
  width: 19px;
  height: 19px;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  margin: auto;
  border-radius: 50%;
  background-color: var(--amoxi-base, #ff621d);
  animation: slideMove2 8s linear infinite alternate;
}
@keyframes slideMove2 {
  from {
    left: 0;
  }
  to {
    left: calc(100% - 19px);
  }
}
.hero-five__desc {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media (max-width: 991px) {
  .hero-five__desc {
    flex-direction: column;
    justify-content: center;
  }
}
.hero-five__desc__image {
  flex-shrink: 0;
}
.hero-five__desc__image img {
  max-width: 100%;
  height: auto;
}
.hero-five__text {
  margin-bottom: 0px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.625;
}
@media (max-width: 991px) {
  .hero-five__text .line {
    text-align: center;
    justify-content: center;
  }
}
.hero-five__btn-wrap {
  width: 112px;
  height: 112px;
  margin-left: auto;
}
@media (max-width: 991px) {
  .hero-five__btn-wrap {
    margin-right: auto;
  }
}
.hero-five .amoxi-circle-btn {
  width: 112px;
  height: 112px;
  margin-left: auto;
}
@media (max-width: 991px) {
  .hero-five .amoxi-circle-btn {
    margin-right: auto;
  }
}
.hero-five .amoxi-circle-btn__icon {
  color: var(--amoxi-black2, #0E0F11);
}
.hero-five .amoxi-circle-btn__dot {
  background-color: var(--amoxi-white, #FFFFFF);
}
.hero-five__image {
  height: 754px;
  position: relative;
}
@media (max-width: 1599px) {
  .hero-five__image {
    height: 600px;
  }
}
@media (max-width: 1199px) {
  .hero-five__image {
    height: 550px;
  }
}
@media (max-width: 991px) {
  .hero-five__image {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .hero-five__image {
    height: 400px;
  }
}
@media (max-width: 430px) {
  .hero-five__image {
    height: 350px;
  }
}
.hero-five__image__img {
  height: 100%;
  position: relative;
  position: absolute;
  top: 0px;
  left: 0px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.hero-five__image__img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: RGBA(var(--amoxi-black7-rgb, 0, 0, 0), 0.5);
}
.hero-five .stroke-text-title {
  margin-bottom: 0px;
  text-align: right;
  position: relative;
  position: absolute;
  right: 47px;
  bottom: 62px;
  z-index: 1;
}
@media (max-width: 767px) {
  .hero-five .stroke-text-title {
    bottom: 30px;
  }
}
@media (max-width: 430px) {
  .hero-five .stroke-text-title {
    bottom: 20px;
  }
}
.hero-five .stroke-text-title svg text {
  font-size: 200px;
  stroke: var(--amoxi-white, #FFFFFF);
  animation: svgTextAnimation2 4s infinite alternate;
}
@media (max-width: 991px) {
  .hero-five .stroke-text-title svg text {
    font-size: 130px;
  }
}
@media (max-width: 767px) {
  .hero-five .stroke-text-title svg text {
    font-size: 100px;
  }
}
@media (max-width: 575px) {
  .hero-five .stroke-text-title svg text {
    font-size: 90px;
  }
}
@media (max-width: 480px) {
  .hero-five .stroke-text-title svg text {
    font-size: 80px;
  }
}
@media (max-width: 430px) {
  .hero-five .stroke-text-title svg text {
    font-size: 70px;
  }
}
@media (max-width: 390px) {
  .hero-five .stroke-text-title svg text {
    font-size: 60px;
  }
}

.hero-six {
  position: relative;
  padding: 149px 0px 111px;
  background-color: var(--amoxi-black4, #131313);
}
@media (max-width: 767px) {
  .hero-six {
    padding-bottom: 130px;
  }
}
.hero-six__bg {
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.hero-six__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: RGBA(var(--amoxi-black2-rgb, 14, 15, 17), 0.94);
}
.hero-six .container {
  position: relative;
  z-index: 2;
}
@media (min-width: 1200px) {
  .hero-six .container {
    max-width: 1351px;
  }
}
@media (min-width: 1400px) {
  .hero-six .container {
    max-width: 1389px;
  }
}
@media (min-width: 1600px) {
  .hero-six .container {
    max-width: 1628px;
  }
}
.hero-six .row {
  --bs-gutter-x: 38px;
}
.hero-six__col-1 {
  width: 54%;
  flex: 0 0 auto;
}
@media (max-width: 1199px) {
  .hero-six__col-1 {
    width: 100%;
  }
}
.hero-six__col-2 {
  flex: 0 0 auto;
  width: 46%;
}
@media (max-width: 1199px) {
  .hero-six__col-2 {
    width: 100%;
  }
}
.hero-six__content {
  margin-top: 84px;
  padding-left: 125px;
}
@media (max-width: 1799px) {
  .hero-six__content {
    padding-left: 100px;
  }
}
@media (max-width: 1599px) {
  .hero-six__content {
    padding-left: 0px;
  }
}
@media (max-width: 1399px) {
  .hero-six__content {
    margin-top: 60px;
  }
}
@media (max-width: 1199px) {
  .hero-six__content {
    margin-top: 70px;
  }
}
@media (max-width: 575px) {
  .hero-six__content {
    margin-top: 20px;
  }
}
@media (max-width: 360px) {
  .hero-six__content {
    margin-top: 0px;
  }
}
.hero-six__top {
  display: flex;
  gap: 35px;
  margin-bottom: 44px;
}
@media (max-width: 1199px) {
  .hero-six__top {
    max-width: 800px;
    margin: 0px auto 0px;
    text-align: center;
  }
}
.hero-six__top__shape {
  width: 7px;
  flex-shrink: 0;
  position: relative;
}
@media (max-width: 1199px) {
  .hero-six__top__shape {
    display: none;
  }
}
.hero-six__top__shape::before {
  content: "";
  width: 7px;
  height: calc(100% - 33px);
  position: absolute;
  top: calc(50% + 2px);
  left: 0px;
  border-radius: 100px;
  transform: translateY(-50%);
  background-color: var(--amoxi-base, #ff621d);
}
.hero-six__top__shape::after {
  content: "";
  width: 20px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 7px;
  transform: translateY(-50%);
  background-color: var(--amoxi-base, #ff621d);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}
.hero-six__title {
  flex-grow: 1;
  margin-bottom: 0px;
  position: relative;
  font-size: 65px;
  font-weight: 700;
  line-height: 1.261;
  color: var(--amoxi-white, #FFFFFF);
}
@media (max-width: 1399px) {
  .hero-six__title {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .hero-six__title {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  .hero-six__title {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .hero-six__title {
    font-size: 45px;
  }
}
@media (max-width: 480px) {
  .hero-six__title {
    font-size: 40px;
  }
}
@media (max-width: 390px) {
  .hero-six__title {
    font-size: 35px;
  }
}
.hero-six__title__highlight {
  display: inline-block;
  color: var(--amoxi-base, #ff621d);
  position: relative;
}
.hero-six__title__line {
  display: block;
  width: calc(100% - 31px);
  height: 4px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-color: var(--amoxi-base, #ff621d);
}
@media (max-width: 1399px) {
  .hero-six__title__line {
    width: calc(100% - 28px);
  }
}
@media (max-width: 991px) {
  .hero-six__title__line {
    width: calc(100% - 26px);
  }
}
@media (max-width: 767px) {
  .hero-six__title__line {
    width: calc(100% - 24px);
    height: 3px;
  }
}
@media (max-width: 575px) {
  .hero-six__title__line {
    width: calc(100% - 21px);
    height: 2px;
  }
}
@media (max-width: 480px) {
  .hero-six__title__line {
    width: calc(100% - 19px);
  }
}
@media (max-width: 390px) {
  .hero-six__title__line {
    width: calc(100% - 17px);
  }
}
.hero-six .funfact-one {
  position: relative;
  background-color: transparent;
}
.hero-six .funfact-one::after {
  display: none;
}
@media (max-width: 1199px) {
  .hero-six .funfact-one--sm-device {
    margin-top: 60px;
  }
}
.hero-six .funfact-one .row {
  --bs-gutter-x: 0px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .hero-six .funfact-one .row {
    justify-content: center;
  }
}
.hero-six .funfact-one__item {
  flex: 0 0 auto;
  width: 33.3333333333%;
  display: block;
  background-color: var(--amoxi-black, #1A1B1F);
  border: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.19);
}
@media (max-width: 767px) {
  .hero-six .funfact-one__item {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .hero-six .funfact-one__item {
    width: 100%;
  }
}
.hero-six .funfact-one__item:nth-child(2) {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .hero-six .funfact-one__item:nth-child(2) {
    margin-top: 0px;
    margin-left: -1px !important;
  }
}
@media (max-width: 480px) {
  .hero-six .funfact-one__item:nth-child(2) {
    margin-left: 0px !important;
  }
}
.hero-six .funfact-one__item:nth-child(3) {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .hero-six .funfact-one__item:nth-child(3) {
    margin-top: -1px;
  }
}
.hero-six .funfact-one__item:not(:first-child) {
  margin-left: -1px;
}
@media (max-width: 767px) {
  .hero-six .funfact-one__item:not(:first-child) {
    margin-left: 0px;
  }
}
@media (max-width: 480px) {
  .hero-six .funfact-one__item:not(:first-child) {
    margin-top: 20px;
  }
}
.hero-six .funfact-one__item::before {
  height: 100%;
}
.hero-six .funfact-one__item::after {
  display: none;
}
.hero-six .funfact-one__item__content {
  padding: 40px 40px 45px;
}
@media (max-width: 375px) {
  .hero-six .funfact-one__item__content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 481px) and (max-width: 575px) {
  .hero-six .funfact-one__item__content {
    padding: 30px 25px 35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-six .funfact-one__item__content {
    padding: 30px 25px 35px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .hero-six .funfact-one__item__content {
    padding: 30px 25px 35px;
  }
}
.hero-six .funfact-one__item:nth-child(2) .funfact-one__item__content::before,
.hero-six .funfact-one__item:nth-child(2) .funfact-one__item__content::after {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  transition: all 500ms ease;
  background-color: var(--amoxi-base, #ff621d);
}
@media (max-width: 991px) {
  .hero-six .funfact-one__item:nth-child(2) .funfact-one__item__content::before,
  .hero-six .funfact-one__item:nth-child(2) .funfact-one__item__content::after {
    display: none;
  }
}
.hero-six .funfact-one__item:nth-child(2) .funfact-one__item__content::before {
  left: -50px;
  bottom: 0px;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.hero-six .funfact-one__item:nth-child(2) .funfact-one__item__content::after {
  top: 0px;
  right: -50px;
  clip-path: polygon(0 0, 0 100%, 100% 100%);
}
@media (min-width: 481px) and (max-width: 575px) {
  .hero-six .funfact-one__item__count {
    font-size: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-six .funfact-one__item__count {
    font-size: 40px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .hero-six .funfact-one__item__count {
    font-size: 40px;
  }
}
.hero-six .funfact-one__item__text {
  color: var(--amoxi-white, #FFFFFF);
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .hero-six .funfact-one__item__text {
    font-size: 15px;
  }
}
.hero-six .funfact-one__item:hover .funfact-one__item__count,
.hero-six .funfact-one__item:hover .funfact-one__item__text {
  color: var(--amoxi-black5, #222222);
}
.hero-six .funfact-one__item:hover .funfact-one__item__count::after {
  background-color: var(--amoxi-black2, #0E0F11);
}
.hero-six__funfact-shape {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: -55px;
  right: 3px;
  animation: moveX 2s linear infinite;
}
@media (max-width: 767px) {
  .hero-six__funfact-shape {
    display: none;
  }
}
.hero-six__image {
  padding-left: 74px;
}
@media (max-width: 1799px) {
  .hero-six__image {
    padding-left: 60px;
  }
}
@media (max-width: 1599px) {
  .hero-six__image {
    padding-left: 0px;
  }
}
.hero-six__image__inner {
  position: relative;
}
.hero-six__image__box {
  width: 641px;
  height: 487px;
  border-radius: 20px;
}
@media (max-width: 1199px) {
  .hero-six__image__box {
    margin: 0px auto;
  }
}
@media (max-width: 991px) {
  .hero-six__image__box {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .hero-six__image__box {
    height: 400px;
  }
}
@media (max-width: 440px) {
  .hero-six__image__box {
    height: 350px;
  }
}
@media (max-width: 390px) {
  .hero-six__image__box {
    height: 300px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .hero-six__image__box {
    width: 517px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .hero-six__image__box {
    width: 604px;
  }
}
.hero-six__image__box img {
  width: 110% !important;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}
.hero-six__image__shape {
  width: 191px;
  height: 215px;
  position: absolute;
  top: 0px;
  left: -74px;
  bottom: 0px;
  margin: auto 0px;
}
@media (max-width: 1599px) {
  .hero-six__image__shape {
    display: none;
  }
}
.hero-six__image__shape__box {
  width: 100%;
  height: 100%;
  padding: 5px;
  border-radius: 50px;
  background-color: var(--amoxi-white, #FFFFFF);
  animation: zump 2s linear infinite;
}
.hero-six__image__shape img {
  max-width: 100%;
  height: auto;
  border-radius: inherit;
}
.hero-six__desc {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  position: relative;
  margin: 25px 0px 27px;
}
@media (max-width: 1199px) {
  .hero-six__desc {
    text-align: center;
    justify-content: center;
  }
}
.hero-six__desc__line {
  width: 2px;
  height: 14px;
  flex-shrink: 0;
  position: relative;
  top: 5px;
  background-color: var(--amoxi-base, #ff621d);
}
.hero-six__text {
  position: relative;
  margin-bottom: 0px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.625;
}
@media (max-width: 1199px) {
  .hero-six__text {
    text-align: center;
  }
}
@media (max-width: 1199px) {
  .hero-six__text .line {
    text-align: center;
    justify-content: center;
  }
}
.hero-six__button {
  overflow: hidden;
}
@media (max-width: 1199px) {
  .hero-six__button {
    text-align: center;
  }
}
.hero-six__shape-1, .hero-six__shape-2, .hero-six__shape-3, .hero-six__shape-4, .hero-six__shape-5 {
  max-width: 100%;
  height: auto;
  position: absolute;
  z-index: 1;
}
.hero-six__shape-1 {
  top: 0px;
  left: 0px;
  animation: zoomIn 2s infinite alternate;
}
@media (max-width: 1599px) {
  .hero-six__shape-1 {
    left: -100px;
  }
}
@media (max-width: 1199px) {
  .hero-six__shape-1 {
    display: none;
  }
}
.hero-six__shape-2 {
  left: 16.7%;
  bottom: 62px;
}
@media (max-width: 767px) {
  .hero-six__shape-2 {
    bottom: 40px;
  }
}
.hero-six__shape-3 {
  top: 110px;
  left: 35.5%;
  animation: rotate 4s linear infinite;
}
@media (max-width: 1199px) {
  .hero-six__shape-3 {
    left: 50%;
  }
}
@media (max-width: 575px) {
  .hero-six__shape-3 {
    display: none;
  }
}
.hero-six__shape-4 {
  top: 79px;
  right: 84px;
  animation: zoomIn 2s infinite alternate;
}
@media (max-width: 1799px) {
  .hero-six__shape-4 {
    right: 50px;
  }
}
@media (max-width: 1599px) {
  .hero-six__shape-4 {
    top: 100px;
  }
}
@media (max-width: 1199px) {
  .hero-six__shape-4 {
    display: none;
  }
}
.hero-six__shape-5 {
  right: 30px;
  bottom: 30px;
}
@media (max-width: 1799px) {
  .hero-six__shape-5 {
    display: none;
  }
}

@keyframes leftToRightText {
  40% {
    opacity: 1;
    color: var(--amoxi-white, #FFFFFF);
    transform: translate(50px, 0) scale(0.7);
  }
  60% {
    color: var(--amoxi-white, #FFFFFF);
  }
  80% {
    opacity: 0;
    transform: translate(0) scale(2);
  }
  100% {
    opacity: 1;
    transform: translate(0) scale(1);
  }
}
@keyframes textBallDrop {
  60% {
    transform: translate(0, 20px) rotate(-180deg) scale(0.5);
  }
  100% {
    transform: translate(0) rotate(0deg) scale(1);
    opacity: 1;
  }
}
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about-one {
  position: relative;
  background-color: var(--amoxi-black, #1A1B1F);
}
.about-one .container {
  position: relative;
  z-index: 1;
}
.about-one__image {
  display: flex;
  gap: 20px;
  margin-left: -133px;
}
@media (max-width: 1199px) {
  .about-one__image {
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .about-one__image {
    flex-direction: column;
  }
}
@media (min-width: 1300px) and (max-width: 1399px) {
  .about-one__image {
    margin-left: -65px;
  }
}
.about-one__image__one img {
  max-width: 100%;
  height: auto;
  border-radius: 1000px 0px 0px 1000px;
}
@media (max-width: 767px) {
  .about-one__image__one img {
    border-radius: 0px;
  }
}
.about-one__image__two img {
  max-width: 100%;
  height: auto;
  border-radius: 0px 1000px 1000px 0px;
}
@media (max-width: 767px) {
  .about-one__image__two img {
    display: none;
  }
}
.about-one .about-badge {
  margin: 5px 0px 40px 135px;
}
@media (max-width: 767px) {
  .about-one .about-badge {
    margin-left: 0px;
  }
}
.about-one__experience {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-top: 20px;
}
.about-one__experience__year {
  margin: 0px;
  padding: 19px 20px;
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
  color: transparent;
  writing-mode: sideways-lr;
  background-color: var(--amoxi-base, #ff621d);
  -webkit-text-stroke: 2px var(--amoxi-white, #FFFFFF);
}
.about-one__experience__title {
  margin: 0px;
  font-size: 30px;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.25;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 390px) {
  .about-one__experience__title {
    font-size: 22px;
  }
}
@media (min-width: 1300px) and (max-width: 1399px) {
  .about-one__experience__title {
    font-size: 22px;
  }
}
.about-one__experience__title:first-child {
  position: relative;
  margin-bottom: 16px;
  padding-bottom: 16px;
}
.about-one__experience__title:first-child::before {
  content: "";
  width: calc(100% + 30px);
  height: 1px;
  position: absolute;
  left: -30px;
  bottom: 0px;
  background-color: RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}
.about-one__item {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 29px;
}
@media (max-width: 430px) {
  .about-one__item {
    align-items: flex-start;
  }
}
.about-one__item__icon-box {
  width: 111px;
  height: 111px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background-color: var(--amoxi-white, #FFFFFF);
}
@media (max-width: 430px) {
  .about-one__item__icon-box {
    width: 80px;
    height: 80px;
  }
}
.about-one__item__icon {
  display: inline-flex;
  font-size: 72px;
  color: var(--amoxi-base, #ff621d);
}
@media (max-width: 430px) {
  .about-one__item__icon {
    font-size: 50px;
  }
}
.about-one__item__text {
  margin-bottom: 0px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-text, #b2afa6);
  line-height: 1.625;
}
.about-one__funfact {
  display: flex;
  gap: 20px 75px;
  align-items: center;
  padding: 49px 40px;
  margin-bottom: 33px;
  border-radius: 10px;
  border: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}
@media (max-width: 767px) {
  .about-one__funfact {
    gap: 20px 40px;
    padding: 39px 30px;
  }
}
@media (max-width: 575px) {
  .about-one__funfact {
    flex-direction: column;
    align-items: flex-start;
  }
}
.about-one__funfact__count {
  margin: 0px;
  position: relative;
  font-size: 85px;
  line-height: 1;
  font-weight: 600;
  color: var(--amoxi-white, #FFFFFF);
}
@media (max-width: 390px) {
  .about-one__funfact__count {
    font-size: 70px;
  }
}
@media (max-width: 375px) {
  .about-one__funfact__count {
    font-size: 60px;
  }
}
.about-one__funfact__count::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0px;
  right: -34.5px;
  border-radius: 10px;
  background: linear-gradient(0deg, rgba(217, 217, 217, 0) 0%, #a6a6a6 50%, rgba(115, 115, 115, 0) 100%);
}
@media (max-width: 767px) {
  .about-one__funfact__count::after {
    right: -20px;
  }
}
@media (max-width: 575px) {
  .about-one__funfact__count::after {
    display: none;
  }
}
.about-one__funfact__text {
  margin: 0px;
}
.about-one__text {
  margin-bottom: 32px;
}
.about-one__text span {
  font-weight: 5000;
  color: var(--amoxi-base, #ff621d);
  text-transform: uppercase;
}
.about-one__shape {
  padding: 30px;
  position: absolute;
  right: 40px;
  bottom: 57px;
}
@media (max-width: 1599px) {
  .about-one__shape {
    display: none;
  }
}
.about-one__shape img {
  max-width: 100%;
  height: auto;
}

.about-two {
  position: relative;
}
.about-two .container {
  position: relative;
  z-index: 1;
}
.about-two .sec-title,
.about-two .sec-title__top {
  margin: 0px;
}
.about-two__shape {
  max-width: 100%;
  height: auto;
  margin: 66px 0px 60px;
}
@media (max-width: 991px) {
  .about-two__shape {
    display: none;
  }
}
.about-two__text {
  margin: 0px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-text, #b2afa6);
  line-height: 1.625;
}
@media (max-width: 991px) {
  .about-two__text {
    margin-top: 20px;
  }
}
.about-two__text__border {
  display: inline-block;
  width: 62px;
  height: 2px;
  position: relative;
  margin-right: 15px;
  vertical-align: middle;
  border-radius: 100px;
  background-color: var(--amoxi-white, #FFFFFF);
}
.about-two__text__border::after {
  content: "";
  width: 15px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: inherit;
  animation: about2MoveX 7s linear infinite;
  background: linear-gradient(90deg, #f29a1c 0%, #fa4721 100%), rgba(255, 255, 255, 0.14);
}
@keyframes about2MoveX {
  0%, 50%, 100% {
    -webkit-transform: translateX(45px);
    transform: translateX(45px);
  }
  25%, 75% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.about-two__right {
  position: relative;
}
.about-two__right .sec-title__title {
  text-transform: uppercase;
}
.about-two__year {
  padding-bottom: 30px;
  margin: 12px 0px 34px;
  font-size: 200px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  background-repeat: repeat;
  background-position: left center;
  -webkit-background-clip: text;
  border-bottom: 1px solid RGBA(var(--amoxi-white2-rgb, 217, 217, 217), 0.14);
  -webkit-text-fill-color: transparent;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 767px) {
  .about-two__year {
    font-size: 170px;
  }
}
@media (max-width: 575px) {
  .about-two__year {
    font-size: 160px;
  }
}
@media (max-width: 480px) {
  .about-two__year {
    font-size: 145px;
  }
}
@media (max-width: 440px) {
  .about-two__year {
    font-size: 125px;
  }
}
@media (max-width: 390px) {
  .about-two__year {
    font-size: 115px;
  }
}
@media (max-width: 360px) {
  .about-two__year {
    font-size: 100px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-two__year {
    font-size: 175px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .about-two__year {
    font-size: 175px;
  }
}
.about-two__list {
  margin: 37px 0px 38px;
}
.about-two__list li + li {
  margin-top: 20px;
}
.about-two__list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-text, #b2afa6);
  line-height: 1.625;
  text-transform: uppercase;
}
.about-two__list li:hover span {
  text-decoration: underline;
}
.about-two__list svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  position: relative;
  top: 3px;
  transition: all 500ms ease;
}
.about-two__list svg path:nth-child(1) {
  fill: var(--amoxi-white, #FFFFFF);
  transition: all 500ms ease;
}
.about-two__list svg path:nth-child(2) {
  fill: var(--amoxi-white, #FFFFFF);
  transition: all 500ms ease;
}
.about-two__list li:hover svg path:nth-child(1) {
  fill: var(--amoxi-base, #ff621d);
}
.about-two__list li:hover svg path:nth-child(2) {
  fill: var(--amoxi-base, #ff621d);
}
.about-two__image {
  display: inline-block;
  padding: 7px;
  position: absolute;
  right: -125px;
  bottom: 0px;
  border-radius: 100px;
  transform: rotate(17.93deg);
  background: linear-gradient(90deg, #f29a1c 0%, #fa4721 100%);
}
@media (max-width: 1599px) {
  .about-two__image {
    right: -100px;
  }
}
@media (max-width: 1399px) {
  .about-two__image {
    display: none;
  }
}
.about-two__image img {
  max-width: 100%;
  height: auto;
  border-radius: inherit;
}

.about-three {
  position: relative;
  background-color: var(--amoxi-black2, #0E0F11);
}
.about-three .container {
  position: relative;
  z-index: 1;
}
.about-three__image {
  display: inline-block;
  position: relative;
}
.about-three__image__one {
  position: relative;
}
.about-three__image__one::after {
  content: "";
  width: 54px;
  height: 84px;
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: var(--amoxi-base, #ff621d);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 69%);
}
.about-three__image__two {
  position: relative;
  position: absolute;
  right: -107px;
  bottom: 104px;
  z-index: 1;
  padding: 7px 0px 7px 7px;
}
@media (max-width: 767px) {
  .about-three__image__two {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-three__image__two {
    right: -60px;
  }
}
.about-three__image__two::before {
  content: "";
  width: 112px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  background-color: var(--amoxi-white, #FFFFFF);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-three__image__two::before {
    width: 159px;
  }
}
.about-three__image img {
  max-width: 100%;
  height: auto;
}
.about-three__image__shape {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 35px;
  color: var(--amoxi-base, #ff621d);
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  border-radius: 50%;
  background-color: var(--amoxi-white, #FFFFFF);
}
.about-three__image__shape svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.about-three__experience {
  margin: 0px;
  font-size: 35px;
  font-weight: 600;
  font-style: italic;
  line-height: 1.285;
  text-transform: uppercase;
  position: absolute;
  left: -67px;
  bottom: 0px;
  writing-mode: sideways-lr;
}
@media (max-width: 1299px) {
  .about-three__experience {
    margin-top: 30px;
    position: static;
    writing-mode: unset;
  }
}
@media (max-width: 991px) {
  .about-three__experience {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .about-three__experience {
    font-size: 22px;
  }
}
.about-three__inner {
  padding-left: 100px;
}
@media (max-width: 991px) {
  .about-three__inner {
    padding-left: 6px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-three__inner {
    padding-left: 60px;
  }
}
.about-three__text {
  margin-bottom: 25px;
}
.about-three__item-box {
  margin-bottom: 40px;
}
.about-three__item {
  display: flex;
  gap: 24px;
  align-items: center;
}
.about-three__item + .about-three__item {
  margin-top: 21px;
}
.about-three__item__icon {
  display: inline-flex;
  font-size: 36px;
  color: var(--amoxi-white, #FFFFFF);
  transition: all 500ms ease;
}
.about-three__item__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.about-three__item:hover .about-three__item__icon {
  color: var(--amoxi-base, #ff621d);
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.about-three__item__title {
  margin: 0px;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.388;
  text-transform: capitalize;
}
.about-three__item__title::before {
  content: "";
  width: 1px;
  height: calc(50% + 6px);
  position: absolute;
  left: -14px;
  bottom: -6px;
  opacity: 0;
  transition: all 500ms ease;
  background-color: var(--amoxi-base, #ff621d);
}
.about-three__item__title::after {
  content: "";
  width: 1px;
  height: calc(100% + 12px);
  position: absolute;
  top: 50%;
  left: -14px;
  transform: translateY(-50%);
  background-color: RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}
.about-three__item:hover .about-three__item__title::before {
  opacity: 1;
}
.about-three__border {
  width: 100%;
  height: 1px;
  position: relative;
  margin-bottom: 40px;
  background-color: RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}
.about-three__border::after {
  content: "";
  width: 9px;
  height: 9px;
  position: absolute;
  top: 50%;
  left: 0px;
  border-radius: 50%;
  transform: translateY(-50%);
  background-color: var(--amoxi-base, #ff621d);
  animation: aboutSlideMove 5s linear infinite alternate;
}
@keyframes aboutSlideMove {
  0% {
    left: 0;
  }
  100% {
    left: calc(100% - 9px);
  }
}
.about-three__profile {
  display: flex;
  gap: 20px 27px;
  align-items: center;
}
@media (max-width: 375px) {
  .about-three__profile {
    flex-direction: column;
    align-items: flex-start;
  }
}
.about-three__profile__image {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 2px solid var(--amoxi-base, #ff621d);
}
.about-three__profile__image img {
  width: 86px;
  height: 86px;
}
.about-three__profile__name {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
  color: var(--amoxi-white, #FFFFFF);
  text-transform: capitalize;
}
.about-three__profile__designation {
  margin-bottom: 0px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-text, #b2afa6);
  line-height: 1.625;
  text-transform: capitalize;
}
.about-three__bottom {
  margin-top: 120px;
  text-align: center;
}
@media (max-width: 1399px) {
  .about-three__bottom {
    margin-top: 80px;
  }
}
@media (max-width: 1199px) {
  .about-three__bottom {
    margin-top: 50px;
  }
}
.about-three__button {
  margin-top: 31px;
}
.about-three__shape-1, .about-three__shape-2, .about-three__shape-3 {
  max-width: 100%;
  height: auto;
  position: absolute;
}
@media (max-width: 1599px) {
  .about-three__shape-1, .about-three__shape-2, .about-three__shape-3 {
    display: none;
  }
}
.about-three__shape-1 {
  top: 350px;
  right: 10%;
  animation: zoomIn 1.5s infinite alternate;
}
.about-three__shape-2 {
  top: 252px;
  right: 4%;
  animation: zoomIn2 1.5s infinite alternate;
}
.about-three__shape-3 {
  right: 3%;
  bottom: 92px;
}

.about-four {
  position: relative;
  background-color: var(--amoxi-black2, #0E0F11);
}
.about-four .container {
  position: relative;
  z-index: 1;
}
.about-four__top {
  margin-bottom: 51px;
}
.about-four .sec-title,
.about-four .sec-title__tagline,
.about-four .sec-title__title {
  margin-bottom: 0px;
}
.about-four__image img {
  max-width: 100%;
  height: auto;
}
.about-four__experience {
  display: flex;
  gap: 20px 60px;
  align-items: center;
  padding: 25.5px 40px;
  position: relative;
  margin-bottom: 67px;
  border-radius: 20px;
  border: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}
@media (max-width: 767px) {
  .about-four__experience {
    gap: 20px 40px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 480px) {
  .about-four__experience {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-four__experience {
    gap: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.about-four__experience::after {
  content: "";
  width: 62px;
  height: 31px;
  position: absolute;
  left: 50%;
  bottom: -31px;
  transform: translateX(-50%);
  background-color: var(--amoxi-base, #ff621d);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.about-four__experience__year {
  position: relative;
  margin-bottom: 0px;
  font-size: 100px;
  font-weight: 800;
  line-height: 1;
  background-repeat: repeat;
  background-position: center center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 767px) {
  .about-four__experience__year {
    font-size: 75px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-four__experience__year {
    font-size: 75px;
  }
}
.about-four__experience__year::after {
  content: "";
  width: 5px;
  height: calc(100% - 15px);
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
  background-color: var(--amoxi-base, #ff621d);
}
@media (max-width: 767px) {
  .about-four__experience__year::after {
    right: -20px;
  }
}
@media (max-width: 480px) {
  .about-four__experience__year::after {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-four__experience__year::after {
    right: -20px;
  }
}
.about-four__experience__title {
  margin-bottom: 0px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 35px;
  font-weight: 700;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.314;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .about-four__experience__title {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .about-four__experience__title {
    font-size: 22px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-four__experience__title {
    font-size: 25px;
  }
}
.about-four__text {
  margin-bottom: 38px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-text, #b2afa6);
  line-height: 1.625;
}
.about-four__item__top {
  display: flex;
  gap: 36px;
  align-items: center;
  padding-bottom: 18px;
  margin-bottom: 15px;
  border-bottom: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}
.about-four__item__icon {
  display: inline-flex;
  font-size: 36px;
  color: var(--amoxi-white, #FFFFFF);
  transition: all 500ms ease;
}
.about-four__item__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.about-four__item:hover .about-four__item__icon {
  color: var(--amoxi-base, #ff621d);
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.about-four__item__title {
  margin: 0px;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.388;
  text-transform: capitalize;
}
.about-four__item__title::after {
  content: "";
  width: 1px;
  height: calc(100% + 14px);
  position: absolute;
  top: calc(50% + 11px);
  left: -18px;
  transform: translateY(-50%);
  background-color: RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}
.about-four__item__title br {
  display: inline;
}
.about-four__text-2 {
  margin: 30px 0px;
}
.about-four__text-2 span {
  font-weight: 500;
  color: var(--amoxi-base, #ff621d);
  text-transform: uppercase;
}
.about-four__title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  position: absolute;
  top: 0px;
  right: 80px;
  bottom: 0px;
  font-weight: 700;
  font-size: 180px;
  line-height: 1;
  white-space: nowrap;
  text-transform: uppercase;
  writing-mode: sideways-lr;
  background: linear-gradient(360deg, rgba(102, 102, 102, 0.08) 34.16%, #222222 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.about-four__title span {
  display: inline-block;
  font-size: 220px;
  line-height: 1;
  background: linear-gradient(360deg, rgba(102, 102, 102, 0.08) 15.87%, #b3de4f 77.4%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media (max-width: 1799px) {
  .about-four__title {
    display: none;
  }
}
.about-four__shape {
  max-width: 100%;
  height: auto;
  position: absolute;
  left: 94px;
  bottom: 394px;
}
@media (max-width: 1799px) {
  .about-four__shape {
    left: 20px;
  }
}
@media (max-width: 1599px) {
  .about-four__shape {
    left: 0px;
  }
}
@media (max-width: 1599px) {
  .about-four__shape {
    display: none;
  }
}

.about-five {
  position: relative;
  overflow: hidden;
  background-color: var(--amoxi-black2, #0E0F11);
}
.about-five .container {
  position: relative;
  z-index: 1;
}
.about-five__top {
  margin-bottom: 50px;
}
.about-five .sec-title__top {
  margin-top: 15px;
}
.about-five .sec-title {
  margin-bottom: 0px;
}
@media (min-width: 992px) {
  .about-five__left {
    margin-top: -53px;
  }
}
.about-five__experience {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  margin: 0px;
  font-size: 50px;
  line-height: 1;
  font-weight: 700;
  color: var(--amoxi-base, #ff621d);
  text-transform: uppercase;
  -webkit-text-stroke: 1px var(--amoxi-black9, #474747);
}
@media (max-width: 390px) {
  .about-five__experience {
    font-size: 40px;
  }
}
.about-five__experience span {
  color: transparent;
}
@media (min-width: 992px) {
  .about-five__experience {
    margin-bottom: 57px;
    padding-left: 58px;
    writing-mode: sideways-lr;
    justify-content: center;
  }
}
.about-five__inner {
  display: grid;
  gap: 40px 0px;
  grid-template-columns: 1fr 225px;
  margin-bottom: 49px;
}
@media (max-width: 767px) {
  .about-five__inner {
    grid-template-columns: 1fr;
  }
}
.about-five__image {
  position: relative;
}
.about-five__image__img {
  height: 100%;
}
@media (max-width: 767px) {
  .about-five__image__img {
    height: auto;
    margin-bottom: 30px;
  }
}
.about-five__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .about-five__image img {
    height: auto;
  }
}
.about-five__client {
  display: flex;
  gap: 30px;
  align-items: center;
  padding: 25px 30px;
  position: relative;
  z-index: 1;
  border-radius: 10px;
}
@media (max-width: 430px) {
  .about-five__client {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 768px) {
  .about-five__client {
    height: max-content;
    padding: 30px 25px;
    position: absolute;
    top: 50%;
    left: -30px;
    writing-mode: sideways-lr;
    transform: translateY(-50%);
  }
}
@media (min-width: 992px) {
  .about-five__client {
    left: -50px;
  }
}
.about-five__client::before {
  content: "";
  width: calc(100% + 10px);
  height: calc(50% + 5px);
  position: absolute;
  left: 50%;
  bottom: -5px;
  transform: translateX(-50%);
  background-color: var(--amoxi-white, #FFFFFF);
  border-radius: 0px 0px 10px 10px;
}
@media (min-width: 768px) {
  .about-five__client::before {
    width: calc(50% + 5px);
    height: calc(100% + 10px);
    top: 50%;
    left: auto;
    right: -5px;
    bottom: auto;
    border-radius: 0px 10px 10px 0px;
    transform: translateX(0%) translateY(-50%);
  }
}
.about-five__client__images {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.about-five__client__image {
  width: 48px;
  height: 48px;
  position: relative;
  z-index: 1;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .about-five__client__image {
    transform: rotate(-90deg);
  }
}
.about-five__client__image:not(:first-child) {
  margin-left: -9px;
}
@media (min-width: 768px) {
  .about-five__client__image:not(:first-child) {
    margin: 0px 0px -9px 0px;
  }
}
.about-five__client__image:not(:first-child)::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: -3px;
  z-index: -1;
  border-radius: inherit;
  background-color: var(--amoxi-white, #FFFFFF);
}
.about-five__client img {
  width: 48px;
  height: 48px;
  border-radius: inherit;
}
.about-five__client__content {
  position: relative;
  z-index: 1;
}
.about-five__client__content::before {
  content: "";
  width: 2px;
  height: calc(50% - 6px);
  position: absolute;
  left: -15px;
  bottom: 5px;
  z-index: 1;
  background-color: var(--amoxi-base, #ff621d);
}
@media (max-width: 430px) {
  .about-five__client__content::before {
    display: none;
  }
}
@media (min-width: 768px) {
  .about-five__client__content::before {
    width: calc(50% - 6px);
    height: 2px;
    left: auto;
    right: 6px;
    bottom: -16px;
  }
}
.about-five__client__content::after {
  content: "";
  width: 2px;
  height: calc(100% - 12px);
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
  background-color: var(--amoxi-white, #FFFFFF);
}
@media (max-width: 430px) {
  .about-five__client__content::after {
    display: none;
  }
}
@media (min-width: 768px) {
  .about-five__client__content::after {
    width: calc(100% - 12px);
    height: 2px;
    top: auto;
    left: 50%;
    bottom: -16px;
    transform: translateX(-50%) translateY(0%);
  }
}
.about-five__client__count {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
  color: var(--amoxi-white, #FFFFFF);
}
@media (min-width: 768px) {
  .about-five__client__count {
    margin: 0px 5px 0px 0px;
  }
}
.about-five__client__text {
  margin: 0px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.625;
  text-transform: capitalize;
}
.about-five__client__shape {
  width: 100%;
  height: 100%;
  position: relative;
  position: absolute;
  top: 0px;
  right: 0px;
  overflow: hidden;
  border-radius: 10px;
  background-color: var(--amoxi-black, #1A1B1F);
}
.about-five__client__shape::before, .about-five__client__shape::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}
@media (min-width: 768px) {
  .about-five__client__shape::before, .about-five__client__shape::after {
    left: 0px;
    right: auto;
    clip-path: polygon(0 0, 100% 0, 0 100%);
  }
}
.about-five__client__shape::before {
  width: 53px;
  height: 45px;
  background-color: RGBA(var(--amoxi-base-rgb, 255, 98, 29), 0.4);
}
@media (min-width: 768px) {
  .about-five__client__shape::before {
    width: 45px;
    height: 53px;
  }
}
.about-five__client__shape::after {
  content: "";
  width: 40px;
  height: 45px;
  z-index: 1;
  background-color: var(--amoxi-base, #ff621d);
}
@media (min-width: 768px) {
  .about-five__client__shape::after {
    width: 45px;
    height: 40px;
  }
}
.about-five .funfact-one {
  background-color: transparent;
}
.about-five .funfact-one::after {
  display: none;
}
.about-five .funfact-one__item {
  display: block;
  border: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.19);
}
.about-five .funfact-one__item:first-child {
  border-bottom: none;
}
.about-five .funfact-one__item::before {
  height: 100%;
}
.about-five .funfact-one__item::after {
  display: none;
}
.about-five .funfact-one__item__content {
  padding-top: 40px;
  padding-bottom: 46px;
}
.about-five .funfact-one__item__text {
  color: var(--amoxi-white, #FFFFFF);
}
.about-five .funfact-one__item:hover .funfact-one__item__count,
.about-five .funfact-one__item:hover .funfact-one__item__text {
  color: var(--amoxi-black5, #222222);
}
.about-five .funfact-one__item:hover .funfact-one__item__count::after {
  background-color: var(--amoxi-black2, #0E0F11);
}
.about-five__shape-1, .about-five__shape-2, .about-five__shape-3 img {
  max-width: 100%;
  height: auto;
}
.about-five__shape-1 {
  max-width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .about-five__shape-1 {
    display: none;
  }
}
.about-five__shape-2 {
  position: absolute;
  left: 0px;
  bottom: 52px;
}
@media (max-width: 1599px) {
  .about-five__shape-2 {
    left: -100px;
  }
}
@media (max-width: 1399px) {
  .about-five__shape-2 {
    left: -140px;
  }
}
@media (max-width: 1199px) {
  .about-five__shape-2 {
    display: none;
  }
}
.about-five__shape-3 img {
  max-width: 100%;
  height: auto;
}

.about-six {
  padding-bottom: 56px;
  position: relative;
  overflow: hidden;
  background-color: var(--amoxi-black2, #0E0F11);
}
@media (max-width: 767px) {
  .about-six {
    padding-bottom: 36px;
  }
}
@media (max-width: 575px) {
  .about-six {
    padding-bottom: 16px;
  }
}
.about-six .container {
  position: relative;
  z-index: 1;
}
.about-six__top {
  margin-bottom: 51px;
}
.about-six .sec-title {
  margin-bottom: 0px;
}
.about-six__wrapper {
  position: relative;
}
.about-six__wrapper__inner {
  position: relative;
}
.about-six__image-box {
  width: calc(100% - 93px);
  min-height: 505px;
  position: relative;
  overflow: hidden;
  border-radius: 600px;
}
@media (max-width: 1199px) {
  .about-six__image-box {
    width: calc(100% - 50px);
    border-radius: 100px;
  }
}
@media (max-width: 991px) {
  .about-six__image-box {
    width: 100%;
  }
}
.about-six__image {
  width: 120% !important;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: inherit;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.about-six__skill {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
}
@media (max-width: 991px) {
  .about-six__skill {
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    justify-content: center;
    transform: translate(-50%, -50%);
  }
}
.about-six .stroke-text-title {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0px;
  text-align: right;
}
@media (max-width: 991px) {
  .about-six .stroke-text-title {
    justify-content: center;
  }
}
.about-six .stroke-text-title svg {
  width: auto;
}
.about-six .stroke-text-title svg text {
  font-size: 50px;
  stroke-width: 1;
  font-weight: 600;
  stroke: var(--amoxi-white, #FFFFFF);
  animation: abiutSvgTextAnimation 5s infinite alternate;
}
@media (max-width: 375px) {
  .about-six .stroke-text-title svg text {
    font-size: 45px;
  }
}
.about-six__shape-1, .about-six__shape-2, .about-six__shape-3, .about-six__shape-4 {
  max-width: 100%;
  height: auto;
  position: absolute;
}
.about-six__shape-1 {
  max-width: 100%;
  height: auto;
  position: absolute;
  left: 66px;
  bottom: 0px;
}
.about-six__shape-2 {
  position: absolute;
  top: 50%;
  left: -91px;
  transform: translateY(-50%);
}
@media (max-width: 1199px) {
  .about-six__shape-2 {
    display: none;
  }
}
.about-six__shape-2 img {
  max-width: 100%;
  height: auto;
}
.about-six__shape-3 {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: -84px;
  right: 4px;
  animation: vibrant2 3s ease 0s infinite;
}
@media (max-width: 1199px) {
  .about-six__shape-3 {
    display: none;
  }
}
.about-six__shape-4 {
  max-width: 100%;
  height: auto;
  position: absolute;
  right: 0px;
  bottom: 0px;
}
@media (max-width: 1599px) {
  .about-six__shape-4 {
    display: none;
  }
}

@keyframes abiutSvgTextAnimation {
  0% {
    fill: rgba(var(--amoxi-white-rgb, 255, 255, 255), 0);
    stroke: rgba(var(--amoxi-white-rgb, 255, 255, 255), 1);
    stroke-dashoffset: 25%;
    stroke-dasharray: 0 50%;
    stroke-width: 1;
  }
  70% {
    fill: rgba(var(--amoxi-white-rgb, 255, 255, 255), 0);
    stroke: rgba(var(--amoxi-white-rgb, 255, 255, 255), 1);
  }
  80% {
    fill: rgba(var(--amoxi-white-rgb, 255, 255, 255), 0);
    stroke: rgba(var(--amoxi-white-rgb, 255, 255, 255), 1);
    stroke-width: 1;
  }
  100% {
    fill: rgba(var(--amoxi-white-rgb, 255, 255, 255), 1);
    stroke: rgba(var(--amoxi-white-rgb, 255, 255, 255), 0);
    stroke-dashoffset: -25%;
    stroke-dasharray: 50% 0;
    stroke-width: 0;
  }
}
/*--------------------------------------------------------------
# Client Carousel
--------------------------------------------------------------*/
.client-carousel {
  padding: 100px 0px;
  background-color: var(--amoxi-black, #1A1B1F);
  border-bottom: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}
@media (max-width: 575px) {
  .client-carousel {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.client-carousel__carousel {
  position: relative;
}
.client-carousel__carousel .owl-stage {
  display: flex;
  align-items: center;
}
.client-carousel__item {
  position: relative;
  padding: 17.5px 30px;
  text-align: center;
}
@media (max-width: 575px) {
  .client-carousel__item {
    margin-left: auto;
    margin-right: auto;
    display: table;
  }
}
.client-carousel__item img {
  width: auto !important;
  display: inline-block !important;
  max-width: 100%;
  height: auto;
}
.client-carousel__image {
  margin: auto;
}
.client-carousel__hover {
  padding: 17.5px 30px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border: 1px solid var(--amoxi-base, #ff621d);
  border-radius: 50px;
  transition: opacity 300ms ease;
}
.client-carousel__item:hover .client-carousel__hover {
  opacity: 1;
}
.client-carousel--home-3 {
  background-color: var(--amoxi-black2, #0E0F11);
}
.client-carousel--two {
  padding: 0px;
  position: relative;
  background-color: transparent;
}
.client-carousel--two .client-carousel__inner {
  position: relative;
}
.client-carousel--two .client-carousel__inner::before, .client-carousel--two .client-carousel__inner::after {
  content: "";
  width: calc(50% - 230px);
  height: 1px;
  position: absolute;
  top: 12px;
  left: 0px;
  z-index: 1;
  background-color: RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}
@media (max-width: 767px) {
  .client-carousel--two .client-carousel__inner::before, .client-carousel--two .client-carousel__inner::after {
    display: none;
  }
}
.client-carousel--two .client-carousel__inner::after {
  left: auto;
  right: 0px;
}
.client-carousel--two .container {
  position: relative;
  z-index: 3;
}
.client-carousel--two__content {
  text-align: center;
}
.client-carousel--two .sec-title,
.client-carousel--two .sec-title__top {
  margin-bottom: 0px;
}
.client-carousel--two .sec-title__tagline {
  font-size: 16px;
  font-weight: 500;
  color: var(--amoxi-text, #b2afa6);
  line-height: 1.625;
}
.client-carousel--two .client-carousel__carousel {
  padding-top: 93px;
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .client-carousel--two .client-carousel__carousel {
    padding-top: 73px;
    padding-bottom: 80px;
  }
}
@media (max-width: 575px) {
  .client-carousel--two .client-carousel__carousel {
    padding-top: 53px;
    padding-bottom: 60px;
  }
}
.client-carousel--two .client-carousel__hover {
  border: none;
}
.client-carousel--two .client-carousel__hover::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px; /* border width */
  border-radius: inherit;
  background: linear-gradient(90deg, #fa4721 0%, #f29a1c 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}
.client-carousel--three {
  padding: 0px;
  position: relative;
  border-bottom: none;
  background-color: var(--amoxi-black2, #0E0F11);
}
.client-carousel--three .client-carousel__inner {
  position: relative;
}
.client-carousel--three .client-carousel__inner::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 12px;
  left: 0px;
  z-index: 1;
  background-color: RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}
@media (max-width: 575px) {
  .client-carousel--three .client-carousel__inner::before {
    display: none;
  }
}
.client-carousel--three .container {
  position: relative;
  z-index: 3;
}
.client-carousel--three .client-carousel__top {
  text-align: center;
}
.client-carousel--three .client-carousel__top__inner {
  display: inline-flex;
  gap: 0px;
  align-items: center;
  justify-content: center;
  background-color: var(--amoxi-black2, #0E0F11);
}
.client-carousel--three .client-carousel__shape-img {
  max-width: 100%;
  height: auto;
  position: relative;
}
.client-carousel--three .client-carousel__shape-img--1 {
  top: -3px;
}
.client-carousel--three .client-carousel__shape-img--2 {
  bottom: -3px;
}
.client-carousel--three .client-carousel__tagline {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 500;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.625;
  text-transform: uppercase;
}
.client-carousel--three .client-carousel__tagline span {
  color: var(--amoxi-base, #ff621d);
}
.client-carousel--three .client-carousel__carousel {
  padding-top: 93px;
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .client-carousel--three .client-carousel__carousel {
    padding-top: 73px;
    padding-bottom: 80px;
  }
}
@media (max-width: 575px) {
  .client-carousel--three .client-carousel__carousel {
    padding-top: 53px;
    padding-bottom: 60px;
  }
}
.client-carousel--four {
  background-color: var(--amoxi-black2, #0E0F11);
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials-one {
  position: relative;
}
.testimonials-one .container {
  position: relative;
  z-index: 2;
}
.testimonials-one__top {
  margin-bottom: 51px;
}
.testimonials-one .sec-title {
  margin-bottom: 0px;
}
.testimonials-one__button {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.testimonials-one__thumb {
  width: 369px;
  height: 369px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .testimonials-one__thumb {
    margin: 0px auto 20px;
  }
}
@media (max-width: 480px) {
  .testimonials-one__thumb {
    width: 330px;
    height: 330px;
  }
}
@media (max-width: 430px) {
  .testimonials-one__thumb {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 375px) {
  .testimonials-one__thumb {
    width: 260px;
    height: 260px;
  }
}
.testimonials-one__thumb__item {
  width: 82px;
  height: 82px;
  cursor: pointer;
  position: relative;
  z-index: 1;
  border-radius: 50%;
  transition: all 500ms ease;
}
@media (max-width: 430px) {
  .testimonials-one__thumb__item {
    width: 65px;
    height: 65px;
  }
}
@media (max-width: 375px) {
  .testimonials-one__thumb__item {
    width: 55px;
    height: 55px;
  }
}
.testimonials-one__thumb__item--1 {
  position: absolute;
  top: -36px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 430px) {
  .testimonials-one__thumb__item--1 {
    top: -30px;
  }
}
@media (max-width: 375px) {
  .testimonials-one__thumb__item--1 {
    top: -25px;
  }
}
.testimonials-one__thumb__item--2 {
  position: absolute;
  top: 18px;
  right: 16px;
}
@media (max-width: 430px) {
  .testimonials-one__thumb__item--2 {
    right: 10px;
  }
}
@media (max-width: 375px) {
  .testimonials-one__thumb__item--2 {
    right: 5px;
  }
}
.testimonials-one__thumb__item--3 {
  position: absolute;
  top: 50%;
  right: -36px;
  transform: translateY(-50%);
}
@media (max-width: 430px) {
  .testimonials-one__thumb__item--3 {
    right: -30px;
  }
}
@media (max-width: 375px) {
  .testimonials-one__thumb__item--3 {
    right: -25px;
  }
}
.testimonials-one__thumb__item--4 {
  position: absolute;
  right: 16px;
  bottom: 18px;
}
@media (max-width: 430px) {
  .testimonials-one__thumb__item--4 {
    right: 10px;
  }
}
@media (max-width: 375px) {
  .testimonials-one__thumb__item--4 {
    right: 5px;
  }
}
.testimonials-one__thumb__item--5 {
  position: absolute;
  left: 50%;
  bottom: -36px;
  transform: translateX(-50%);
}
@media (max-width: 430px) {
  .testimonials-one__thumb__item--5 {
    bottom: -30px;
  }
}
@media (max-width: 375px) {
  .testimonials-one__thumb__item--5 {
    bottom: -25px;
  }
}
.testimonials-one__thumb__item--6 {
  position: absolute;
  left: 16px;
  bottom: 18px;
}
@media (max-width: 430px) {
  .testimonials-one__thumb__item--6 {
    left: 10px;
  }
}
@media (max-width: 375px) {
  .testimonials-one__thumb__item--6 {
    left: 5px;
  }
}
.testimonials-one__thumb__item--7 {
  position: absolute;
  top: 50%;
  left: -36px;
  transform: translateY(-50%);
}
@media (max-width: 430px) {
  .testimonials-one__thumb__item--7 {
    left: -30px;
  }
}
@media (max-width: 375px) {
  .testimonials-one__thumb__item--7 {
    left: -25px;
  }
}
.testimonials-one__thumb__item--8 {
  position: absolute;
  top: 18px;
  left: 16px;
}
@media (max-width: 430px) {
  .testimonials-one__thumb__item--8 {
    left: 10px;
  }
}
@media (max-width: 375px) {
  .testimonials-one__thumb__item--8 {
    left: 5px;
  }
}
.testimonials-one__thumb__item img {
  cursor: pointer;
  width: 82px !important;
  height: 82px;
  border-radius: inherit;
  transition: all 500ms ease;
}
@media (max-width: 430px) {
  .testimonials-one__thumb__item img {
    width: 65px !important;
    height: 65px;
  }
}
@media (max-width: 375px) {
  .testimonials-one__thumb__item img {
    width: 55px !important;
    height: 55px;
  }
}
.testimonials-one__thumb__item:hover .testimonials-one__thumb__overlay, .testimonials-one__thumb__item.owl-dot.active .testimonials-one__thumb__overlay {
  opacity: 1;
  transform: scale(1);
}
.testimonials-one__thumb__overlay {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  font-size: 20px;
  color: var(--amoxi-white, #FFFFFF);
  border-radius: inherit;
  opacity: 0;
  transform: scale(0.8);
  transition: 500ms;
  background: linear-gradient(270deg, rgba(242, 154, 28, 0.78) 0%, rgba(250, 71, 33, 0.78) 100%);
}
.testimonials-one__thumb__overlay svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.testimonials-one__thumb__quote {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 51px;
  color: var(--amoxi-white, #FFFFFF);
  background: linear-gradient(270deg, #f29a1c 0%, #fa4721 100%);
}
.testimonials-one__thumb__quote svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.testimonials-one__thumb__border {
  width: 369px;
  height: 369px;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  border: 1px dashed var(--amoxi-base, #ff621d);
}
@media (max-width: 480px) {
  .testimonials-one__thumb__border {
    width: 330px;
    height: 330px;
  }
}
@media (max-width: 430px) {
  .testimonials-one__thumb__border {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 375px) {
  .testimonials-one__thumb__border {
    width: 260px;
    height: 260px;
  }
}
@media (min-width: 481px) {
  .testimonials-one__carousel.owl-carousel .owl-nav {
    margin-top: 0px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    justify-content: flex-end;
  }
}
.testimonials-one__carousel.owl-carousel .owl-nav button::after {
  background: linear-gradient(270deg, #f29a1c 0%, #fa4721 100%);
}
.testimonials-one__item {
  padding-left: 70px;
}
@media (max-width: 1199px) {
  .testimonials-one__item {
    padding-left: 50px;
  }
}
@media (max-width: 991px) {
  .testimonials-one__item {
    padding-left: 0px;
  }
}
.testimonials-one__item__top {
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}
@media (max-width: 480px) {
  .testimonials-one__item__top {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.testimonials-one__ratings {
  display: flex;
  gap: 17px;
  align-items: center;
}
@media (max-width: 375px) {
  .testimonials-one__ratings {
    flex-direction: column;
    align-items: flex-start;
  }
}
.testimonials-one__ratings__inner {
  display: flex;
  gap: 5px;
  align-items: center;
}
.testimonials-one__ratings__icon {
  width: 24.38px;
  height: 24.38px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: var(--amoxi-white, #FFFFFF);
  transition: all 500ms ease;
  background: linear-gradient(270deg, #f29a1c 0%, #fa4721 100%);
}
.testimonials-one__ratings__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.testimonials-one__ratings__text {
  margin: 0px;
  font-size: 18px;
  font-weight: 500;
  color: var(--amoxi-text, #b2afa6);
  line-height: 1.371;
  text-transform: uppercase;
}
.testimonials-one__icon {
  display: inline-flex;
  flex-shrink: 0;
  font-size: 41px;
  color: var(--amoxi-white, #FFFFFF);
  transition: all 500ms ease;
}
.testimonials-one__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.testimonials-one__quote {
  margin-bottom: 28px;
  font-size: 22px;
  font-weight: 400;
  color: var(--amoxi-text, #b2afa6);
  font-style: italic;
  line-height: 1.727;
}
@media (max-width: 575px) {
  .testimonials-one__quote {
    font-size: 20px;
  }
}
@media (max-width: 412px) {
  .testimonials-one__quote {
    font-size: 18px;
  }
}
.testimonials-one__shape-border {
  width: 100%;
  display: block;
}
@media (min-width: 992px) {
  .testimonials-one__shape-border {
    width: auto !important;
    display: inline-block !important;
    max-width: 100%;
    height: auto;
  }
}
.testimonials-one__identity {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 35px;
}
@media (max-width: 360px) {
  .testimonials-one__identity {
    flex-direction: column;
    align-items: flex-start;
  }
}
.testimonials-one__image {
  width: 77px;
  height: 77px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 50%;
}
.testimonials-one__image::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 1px; /* border width */
  border-radius: inherit;
  background: linear-gradient(90deg, #fa4721 0%, #f29a1c 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.testimonials-one__image img {
  width: 67px !important;
  height: 67px;
  border-radius: inherit;
}
.testimonials-one__name {
  margin-bottom: 5px;
  font-size: 24px;
  color: var(--amoxi-white, #FFFFFF);
  font-weight: 700;
  line-height: 1.333;
  text-transform: capitalize;
}
@media (max-width: 480px) {
  .testimonials-one__name {
    font-size: 22px;
  }
}
.testimonials-one__designation {
  margin-bottom: 0px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-text, #b2afa6);
  line-height: 1.625;
}
.testimonials-one__shape {
  max-width: 100%;
  height: auto;
  position: absolute;
  left: 0px;
  bottom: 46px;
  z-index: 1;
}

.testimonials-two {
  position: relative;
  overflow: hidden;
  background-color: var(--amoxi-black, #1A1B1F);
}
.testimonials-two .container {
  position: relative;
  z-index: 2;
}
.testimonials-two__top {
  margin-bottom: 51px;
}
.testimonials-two .sec-title {
  margin-bottom: 0px;
}
.testimonials-two__top__content {
  padding-left: 65px;
}
@media (max-width: 1199px) {
  .testimonials-two__top__content {
    padding-left: 0px;
  }
}
.testimonials-two__text {
  margin-bottom: 20px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-text, #b2afa6);
  line-height: 1.625;
}
.testimonials-two__wrapper {
  padding: 20px;
  position: relative;
  border-radius: 50px;
  background-color: var(--amoxi-black2, #0E0F11);
}
@media (max-width: 575px) {
  .testimonials-two__wrapper {
    padding-bottom: 30px;
  }
}
.testimonials-two__carousel {
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .testimonials-two__item__image-box {
    text-align: center;
  }
}
.testimonials-two__item__image {
  display: inline-block;
  position: relative;
  border-radius: 50px;
}
.testimonials-two__item__image::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 49.73%, #ff621d 100%);
}
.testimonials-two__item__image::after {
  content: "";
  width: calc(100% - 36px);
  height: calc(100% - 36px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  border-radius: inherit;
  border: 3px solid var(--amoxi-white, #FFFFFF);
}
@media (max-width: 430px) {
  .testimonials-two__item__image::after {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
}
.testimonials-two__item__image img {
  width: auto !important;
  display: inline-block !important;
  max-width: 100%;
  height: auto;
  border-radius: inherit;
}
.testimonials-two__item__icon {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  font-size: 51px;
  color: var(--amoxi-white, #FFFFFF);
  border-radius: 50%;
  background-color: var(--amoxi-base, #ff621d);
}
@media (max-width: 425px) {
  .testimonials-two__item__icon {
    display: none;
  }
}
.testimonials-two__item__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.testimonials-two__item__content {
  padding: 20px 35px 20px 25px;
  text-align: center;
}
@media (max-width: 767px) {
  .testimonials-two__item__content {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 575px) {
  .testimonials-two__item__content {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .testimonials-two__item__content {
    padding-right: 0px;
    padding-left: 0px;
  }
}
.testimonials-two__item__top {
  display: flex;
  gap: 15px 20px;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-bottom: 31px;
  margin-bottom: 20px;
}
@media (max-width: 430px) {
  .testimonials-two__item__top {
    flex-direction: column;
  }
}
.testimonials-two__item__top::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  border-radius: 10px;
  background: linear-gradient(90deg, rgba(217, 217, 217, 0) 0%, #a6a6a6 50%, rgba(115, 115, 115, 0) 100%);
}
.testimonials-two__item__ratings {
  display: flex;
  gap: 5px;
  align-items: center;
}
.testimonials-two__item__ratings__icon {
  width: 24.38px;
  height: 24.38px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: var(--amoxi-white, #FFFFFF);
  transition: all 500ms ease;
  background: linear-gradient(270deg, #f29a1c 0%, #fa4721 100%);
}
.testimonials-two__item__ratings__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.testimonials-two__item__ratings__text {
  margin: 0px;
  font-size: 18px;
  font-weight: 500;
  color: var(--amoxi-text, #b2afa6);
  line-height: 1.371;
  text-transform: uppercase;
}
.testimonials-two__item__quote {
  padding-bottom: 120px;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 400;
  color: var(--amoxi-white, #FFFFFF);
  font-style: italic;
  line-height: 1.727;
}
@media (max-width: 767px) {
  .testimonials-two__item__quote {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .testimonials-two__item__quote {
    margin-bottom: 30px;
    padding-bottom: 0px;
  }
}
@media (max-width: 425px) {
  .testimonials-two__item__quote {
    font-size: 18px;
  }
}
.testimonials-two__item__quote span {
  color: var(--amoxi-base, #ff621d);
}
.testimonials-two__item__identity {
  padding-top: 24px;
  position: relative;
}
.testimonials-two__item__identity::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 10px;
  background: linear-gradient(90deg, rgba(217, 217, 217, 0) 0%, #a6a6a6 50%, rgba(115, 115, 115, 0) 100%);
}
.testimonials-two__item__name {
  margin-bottom: 6px;
  font-size: 24px;
  color: var(--amoxi-white, #FFFFFF);
  font-weight: 700;
  line-height: 1.333;
  text-transform: capitalize;
}
@media (max-width: 360px) {
  .testimonials-two__item__name {
    font-size: 22px;
  }
}
.testimonials-two__item__designation {
  margin-bottom: 0px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-text, #b2afa6);
  line-height: 1.625;
}
.testimonials-two__thumb {
  display: flex;
  gap: 15px;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  right: 175px;
  bottom: 170px;
  z-index: 1;
}
@media (max-width: 1199px) {
  .testimonials-two__thumb {
    right: 99px;
  }
}
@media (max-width: 991px) {
  .testimonials-two__thumb {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
}
@media (max-width: 575px) {
  .testimonials-two__thumb {
    display: none;
  }
}
.testimonials-two__thumb__item {
  width: 54px;
  height: 54px;
  cursor: pointer;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  transition: all 500ms ease;
}
.testimonials-two__thumb__item::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  border-radius: inherit;
  transition: all 500ms ease;
  border: 2px solid var(--amoxi-base, #ff621d);
}
.testimonials-two__thumb__item img {
  cursor: pointer;
  width: inherit !important;
  height: inherit;
  border-radius: inherit;
  transition: all 500ms ease;
}
.testimonials-two__thumb__item.owl-dot.active {
  width: 74px;
  height: 74px;
}
.testimonials-two__thumb__item.owl-dot.active::after {
  opacity: 1;
}
.testimonials-two__thumb__item.owl-dot.active img {
  width: inherit !important;
  height: inherit;
}
.testimonials-two__shape-1 {
  width: auto !important;
  display: inline-block !important;
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
}
.testimonials-two__shape-2 {
  width: 100%;
  height: 352px;
  position: absolute;
  left: 0px;
  bottom: 27px;
  background-color: RGBA(var(--amoxi-base-rgb, 255, 98, 29), 0.59);
  -webkit-mask: url("../images/shapes/testimonials-shape-2-2.png");
  mask: url("../images/shapes/testimonials-shape-2-2.png");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.testimonials-two__shape-3 {
  width: 100%;
  height: 351px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
  background-color: var(--amoxi-base, #ff621d);
  -webkit-mask: url("../images/shapes/testimonials-shape-2-3.png");
  mask: url("../images/shapes/testimonials-shape-2-3.png");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.testimonials-three {
  background-color: var(--amoxi-black2, #0E0F11);
}
@media (min-width: 1200px) {
  .testimonials-three__container {
    max-width: 1741px;
  }
}
@media (min-width: 1300px) {
  .testimonials-three .sec-title {
    margin-bottom: 123px;
  }
}
.testimonials-three__container .testimonials-three__carousel.owl-carousel .owl-nav button:hover {
  color: var(--amoxi-black5, #222222);
}
.testimonials-three__card {
  position: relative;
}
.testimonials-three__card__content {
  position: relative;
  z-index: 2;
  padding: 47px 30px 0px;
}
.testimonials-three__card .amoxi-ratings {
  margin-bottom: 24px;
}
.testimonials-three__card__icon {
  display: inline-flex;
  font-size: 37px;
  color: var(--amoxi-white, #FFFFFF);
  position: absolute;
  top: 20px;
  right: 20px;
  transition: all 500ms ease;
}
.testimonials-three__card__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.testimonials-three__card__quote {
  margin-bottom: 19px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.625;
  font-style: italic;
  transition: all 500ms ease;
}
.testimonials-three__card__name {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  color: var(--amoxi-white, #FFFFFF);
  text-transform: capitalize;
  transition: all 500ms ease;
}
.testimonials-three__card__designation {
  margin-bottom: 20px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.625;
  text-transform: capitalize;
  transition: all 500ms ease;
}
.testimonials-three__card__image {
  width: 77px;
  height: 77px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 500ms ease;
  border: 1px solid var(--amoxi-base, #ff621d);
}
.testimonials-three__card__image img {
  width: 67px !important;
  height: 67px;
  border-radius: inherit;
}
.testimonials-three__card__shape {
  width: 100%;
  height: calc(100% - 38px);
  position: relative;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
  background-color: var(--amoxi-black, #1A1B1F);
}
.testimonials-three__card__shape::after {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
  border-radius: inherit;
  clip-path: inset(100%);
  background-color: var(--amoxi-base, #ff621d);
  transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 1.5s;
}
.testimonials-three__container .owl-stage-outer .owl-item:nth-child(even) {
  position: relative;
  z-index: 1;
}
@media (min-width: 1300px) {
  .testimonials-three__container .owl-stage-outer .owl-item:nth-child(even) .testimonials-three__card {
    position: relative;
    z-index: 1;
    right: -9px;
    margin-top: -22px;
    transform: rotate(-27.82deg);
  }
  .testimonials-three__container .owl-stage-outer .owl-item:nth-child(even) .testimonials-three__card .testimonials-three__card__quote,
  .testimonials-three__container .owl-stage-outer .owl-item:nth-child(even) .testimonials-three__card .testimonials-three__card__designation {
    color: var(--amoxi-text-gray, #636363);
  }
  .testimonials-three__container .owl-stage-outer .owl-item:nth-child(even) .testimonials-three__card .testimonials-three__card__name,
  .testimonials-three__container .owl-stage-outer .owl-item:nth-child(even) .testimonials-three__card .testimonials-three__card__icon {
    color: var(--amoxi-black5, #222222);
  }
  .testimonials-three__container .owl-stage-outer .owl-item:nth-child(even) .testimonials-three__card .testimonials-three__card__shape {
    background-color: var(--amoxi-white, #FFFFFF);
  }
}
.testimonials-three__card:hover .testimonials-three__card__quote,
.testimonials-three__card:hover .testimonials-three__card__designation {
  color: var(--amoxi-black8, #333333);
}
.testimonials-three__card:hover .testimonials-three__card__icon {
  color: var(--amoxi-black2, #0E0F11);
}
.testimonials-three__card:hover .amoxi-ratings__icon,
.testimonials-three__card:hover .testimonials-three__card__name {
  color: var(--amoxi-black8, #333333);
}
.testimonials-three__card:hover .testimonials-three__card__image {
  border-color: var(--amoxi-white, #FFFFFF);
}
.testimonials-three__card:hover .testimonials-three__card__shape::after {
  clip-path: inset(0);
  transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 1.5s;
}
.testimonials-three--page {
  background-color: var(--amoxi-black, #1A1B1F);
}
.testimonials-three--page .sec-title {
  margin-bottom: 51px;
}
.testimonials-three--page .testimonials-three__card__shape {
  background-color: var(--amoxi-black2, #0E0F11);
}
.testimonials-three--page .testimonials-three__card:hover .testimonials-three__card__quote,
.testimonials-three--page .testimonials-three__card:hover .testimonials-three__card__designation {
  color: var(--amoxi-white, #FFFFFF);
}
.testimonials-three--page .testimonials-three__card:hover .testimonials-three__card__icon {
  color: var(--amoxi-white, #FFFFFF);
}
.testimonials-three--page .testimonials-three__card:hover .amoxi-ratings__icon,
.testimonials-three--page .testimonials-three__card:hover .testimonials-three__card__name {
  color: var(--amoxi-white, #FFFFFF);
}
.testimonials-three--page .testimonials-three__card:hover .testimonials-three__card__image {
  border-color: var(--amoxi-white, #FFFFFF);
}

/*--------------------------------------------------------------
# Amoxi Area
--------------------------------------------------------------*/
.amoxi-area {
  padding: 201px 0px;
  position: relative;
  background-color: var(--amoxi-black, #1A1B1F);
}
@media (max-width: 991px) {
  .amoxi-area {
    padding: 150px 0px;
  }
}
@media (max-width: 575px) {
  .amoxi-area {
    padding: 120px 0px;
  }
}
.amoxi-area__bg {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.amoxi-area__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: RGBA(var(--amoxi-black2-rgb, 14, 15, 17), 0.9);
}
.amoxi-area .container {
  position: relative;
  z-index: 1;
}
.amoxi-area__content {
  position: relative;
  text-align: center;
}
.amoxi-area__title {
  position: relative;
  z-index: 1;
  margin-bottom: 0px;
  font-size: clamp(75px, 18vw, 250px);
  font-weight: 700;
  color: transparent;
  line-height: 1;
  word-break: break-word;
  text-transform: uppercase;
  -webkit-text-stroke: 2px var(--amoxi-white, #FFFFFF);
}
@media (max-width: 1199px) {
  .amoxi-area__title {
    -webkit-text-stroke-width: 1px;
  }
}
.amoxi-area__title__highlight {
  display: inline-block;
  position: relative;
}
@media (max-width: 1199px) {
  .amoxi-area__title__highlight span:first-child {
    color: var(--amoxi-base, #ff621d);
  }
}
.amoxi-area__title__highlight span:last-child {
  position: relative;
  position: absolute;
  top: 0px;
  left: 30px;
  z-index: 1;
  color: var(--amoxi-base, #ff621d);
}
@media (max-width: 1199px) {
  .amoxi-area__title__highlight span:last-child {
    display: none;
  }
}
.amoxi-area__title__shape {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: calc(50% + 9px);
  left: 50%;
  transform: translate(-50%, -50%);
}
.amoxi-area__border {
  width: 104px;
  height: 104px;
  position: absolute;
}
@media (max-width: 767px) {
  .amoxi-area__border {
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 575px) {
  .amoxi-area__border {
    display: none;
  }
}
.amoxi-area__border--1, .amoxi-area__border--2 {
  top: -71px;
  border-top: 1px solid var(--amoxi-white, #FFFFFF);
}
.amoxi-area__border--1 {
  left: 0px;
  border-left: 1px solid var(--amoxi-white, #FFFFFF);
}
.amoxi-area__border--2 {
  right: 0px;
  border-right: 1px solid var(--amoxi-white, #FFFFFF);
}
.amoxi-area__border--3, .amoxi-area__border--4 {
  bottom: -71px;
  border-bottom: 1px solid var(--amoxi-white, #FFFFFF);
}
.amoxi-area__border--3 {
  left: 0px;
  border-left: 1px solid var(--amoxi-white, #FFFFFF);
}
.amoxi-area__border--4 {
  right: 0px;
  border-right: 1px solid var(--amoxi-white, #FFFFFF);
}
.amoxi-area__shape-1, .amoxi-area__shape-2 {
  width: 100%;
  height: 12px;
  position: absolute;
  top: 0px;
  left: 0px;
  background-repeat: repeat-x;
  background-position: left top;
}
.amoxi-area__shape-1 {
  animation: moveBackground 30s linear 0s infinite;
}
.amoxi-area__shape-2 {
  top: auto;
  bottom: 0px;
  animation: moveBackground2 30s linear 0s infinite;
}

.amoxi-area-two {
  position: relative;
  overflow: hidden;
  padding-bottom: 218px;
}
@media (max-width: 991px) {
  .amoxi-area-two {
    padding-bottom: 180px;
  }
}
@media (max-width: 480px) {
  .amoxi-area-two {
    padding-bottom: 150px;
  }
}
@media (max-width: 425px) {
  .amoxi-area-two {
    padding-bottom: 120px;
  }
}
.amoxi-area-two__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.amoxi-area-two .container {
  position: relative;
  z-index: 1;
}
.amoxi-area-two__shape {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  font-size: 40px;
  color: var(--amoxi-black, #1A1B1F);
  border-radius: 50%;
  background-color: var(--amoxi-base, #ff621d);
}
.amoxi-area-two .sec-title {
  margin-bottom: 20px;
}
.amoxi-area-two__text {
  margin-bottom: 38px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.625;
}
.amoxi-area-two__title {
  position: absolute;
  left: 10.5%;
  bottom: -15px;
}
@media (max-width: 991px) {
  .amoxi-area-two__title {
    left: 50%;
    transform: translateX(-50%);
  }
}
.amoxi-area-two__title__text {
  margin-bottom: 0px;
  font-weight: 700;
  font-size: 200px;
  line-height: 1;
  text-transform: uppercase;
  background: linear-gradient(180deg, #ffffff 0%, rgba(153, 153, 153, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media (max-width: 991px) {
  .amoxi-area-two__title__text {
    font-size: 150px;
  }
}
@media (max-width: 767px) {
  .amoxi-area-two__title__text {
    font-size: 130px;
  }
}
@media (max-width: 575px) {
  .amoxi-area-two__title__text {
    font-size: 110px;
    bottom: -10px;
  }
}
@media (max-width: 480px) {
  .amoxi-area-two__title__text {
    font-size: 90px;
  }
}
@media (max-width: 425px) {
  .amoxi-area-two__title__text {
    font-size: 80px;
  }
}
@media (max-width: 360px) {
  .amoxi-area-two__title__text {
    font-size: 70px;
  }
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery-page {
  background-color: var(--amoxi-black, #1A1B1F);
}
.gallery-page__filter__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 40px;
}
.gallery-page__filter__list li {
  justify-content: center;
}
.gallery-page__filter__list li span {
  padding: 10px 30px;
}
.gallery-page__filter__list li.active span {
  color: var(--amoxi-black, #1A1B1F);
}
.gallery-page__filter__list li.active span::before, .gallery-page__filter__list li.active span::after {
  width: calc(50% + 10px);
}
.gallery-page__card {
  position: relative;
  overflow: hidden;
}
.gallery-page__card img {
  display: block;
  width: 100%;
}
.gallery-page__card__hover {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
}
.gallery-page__card__hover::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  visibility: hidden;
  right: -100%;
  bottom: -100%;
  background-color: RGBA(var(--amoxi-base-rgb, 255, 98, 29), 0.75);
  transition: all 500ms ease;
}
.gallery-page__card__hover .img-popup {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  z-index: 2;
}
.gallery-page__card:hover .gallery-page__card__hover {
  visibility: visible;
}
.gallery-page__card:hover .gallery-page__card__hover::after {
  right: 0px;
  bottom: 0px;
  visibility: visible;
}
.gallery-page__card__icon {
  position: relative;
  width: 32px;
  height: 32px;
  display: block;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.5);
  transition: all 500ms ease;
}
.gallery-page__card__icon::after, .gallery-page__card__icon::before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: var(--amoxi-white, #FFFFFF);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.gallery-page__card__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.gallery-page__card:hover .gallery-page__card__icon {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.instagram-gallery {
  padding-bottom: 30px;
  background-color: var(--amoxi-black2, #0E0F11);
}
@media (min-width: 576px) {
  .instagram-gallery .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}
.instagram-gallery__card {
  position: relative;
  overflow: hidden;
}
.instagram-gallery__card img {
  transform: scale(1);
  display: block;
  width: 100%;
  opacity: 1;
  border-radius: inherit;
  transition: transform 500ms ease, opacity 500ms ease;
}
.instagram-gallery__card__content {
  width: 100%;
  height: 100%;
  display: flex;
  gap: 25px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px;
  text-align: center;
  position: relative;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
}
.instagram-gallery__card__content::before, .instagram-gallery__card__content::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  transition: all 0.6s linear 0s;
}
.instagram-gallery__card__content::before {
  left: 20px;
  bottom: 20px;
  border-bottom: 1px solid transparent;
  border-left: 1px solid transparent;
}
.instagram-gallery__card__content::after {
  top: 20px;
  right: 20px;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
}
.instagram-gallery__card:hover .instagram-gallery__card__content::before, .instagram-gallery__card:hover .instagram-gallery__card__content::after {
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  border-color: var(--amoxi-white, #FFFFFF);
  transition-delay: 0.4s;
}
.instagram-gallery__card__icon {
  display: inline-flex;
  font-size: 59px;
  color: var(--amoxi-white, #FFFFFF);
  opacity: 0;
  transform: translateY(-450px);
  transition: all 500ms ease 0ms;
}
.instagram-gallery__card__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.instagram-gallery__card:hover .instagram-gallery__card__icon {
  opacity: 1;
  transform: translateY(0px);
  transition-delay: 250ms;
}
.instagram-gallery__card__title {
  margin-bottom: 0px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-weight: 700;
  line-height: 1.314;
  color: var(--amoxi-white, #FFFFFF);
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(-450px);
  transition: all 500ms ease 150ms;
}
.instagram-gallery__card:hover .instagram-gallery__card__title {
  opacity: 1;
  transform: translateY(0px);
  transition-delay: 500ms;
}
.instagram-gallery__card__hover {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: inherit;
}
.instagram-gallery__card__hover__box {
  display: block;
  width: 20%;
  height: calc(100% + 4px);
  position: absolute;
  top: -2px;
  opacity: 1;
  z-index: 1;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  background-color: RGB(var(--amoxi-base-rgb, 255, 98, 29), 0.76);
}
.instagram-gallery__card__hover__box--1 {
  left: 0;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}
.instagram-gallery__card__hover__box--2 {
  left: 20%;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.instagram-gallery__card__hover__box--3 {
  left: 40%;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.instagram-gallery__card__hover__box--4 {
  left: 60%;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.instagram-gallery__card__hover__box--5 {
  left: 80%;
  -webkit-transition-delay: 3s;
  transition-delay: 0.3s;
}
.instagram-gallery__card:hover img {
  transform: scale(1.05);
  opacity: 0.9;
}
.instagram-gallery__card:hover .instagram-gallery__card__hover__box {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.instagram-gallery--two {
  background-color: var(--amoxi-black, #1A1B1F);
}
.instagram-gallery--two .instagram-gallery__carousel .owl-stage {
  display: flex;
  align-items: flex-end;
}
.instagram-gallery--two .instagram-gallery__card__content::before {
  border-width: 2px;
  border-left-style: dashed;
  border-bottom-style: dashed;
}
.instagram-gallery--two .instagram-gallery__card__content::after {
  border-width: 2px;
  border-top-style: dashed;
  border-right-style: dashed;
}
.instagram-gallery--two .instagram-gallery__card:hover .instagram-gallery__card__content::before,
.instagram-gallery--two .instagram-gallery__card:hover .instagram-gallery__card__content::after {
  border-color: var(--amoxi-black5, #222222);
}
.instagram-gallery--two .instagram-gallery__card__icon,
.instagram-gallery--two .instagram-gallery__card__title {
  color: var(--amoxi-black5, #222222);
}

/*--------------------------------------------------------------
# Why Choose
--------------------------------------------------------------*/
.why-choose {
  counter-reset: whyChooseSerialNumber;
  background-color: var(--amoxi-black, #1A1B1F);
}
.why-choose .container {
  position: relative;
  z-index: 1;
}
.why-choose__content {
  position: relative;
  z-index: 1;
}
.why-choose .sec-title {
  margin-bottom: 21px;
}
.why-choose__text {
  margin-bottom: 25px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.625;
}
.why-choose__item-single + .why-choose__item-single {
  margin-top: 30px;
}
.why-choose__item-single {
  position: relative;
  counter-increment: whyChooseSerialNumber;
}
.why-choose__item {
  display: flex;
  gap: 24px;
  align-items: center;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  padding: 23px 26px 24px 0px;
}
@media (max-width: 575px) {
  .why-choose__item {
    padding: 26px;
    overflow: hidden;
    flex-direction: column;
    align-items: flex-start;
  }
}
.why-choose__item::before {
  content: "";
  width: calc(100% - 20px);
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  border-radius: inherit;
  background-color: var(--amoxi-black2, #0E0F11);
}
@media (max-width: 575px) {
  .why-choose__item::before {
    width: 100%;
  }
}
.why-choose__item::after {
  content: "";
  width: 0%;
  height: 0%;
  display: none;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: -1;
  border-radius: inherit;
  transition: all 500ms ease;
  background-color: var(--amoxi-base, #ff621d);
}
@media (max-width: 575px) {
  .why-choose__item::after {
    display: block;
  }
}
.why-choose__item:hover::after {
  width: 100%;
  height: 100%;
}
.why-choose__item__icon {
  width: 60px;
  height: 60px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 38px;
  color: var(--amoxi-black2, #0E0F11);
  transition: all 500ms ease;
  background-color: var(--amoxi-base, #ff621d);
  border-radius: 0px 10px 10px 0px;
}
@media (max-width: 575px) {
  .why-choose__item__icon {
    border-radius: 10px;
    background-color: var(--amoxi-white, #FFFFFF);
  }
}
.why-choose__item__icon::before {
  content: "";
  width: 20px;
  height: 22px;
  position: absolute;
  top: -21px;
  left: 0px;
  background-color: inherit;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
@media (max-width: 575px) {
  .why-choose__item__icon::before {
    display: none;
  }
}
.why-choose__item__content {
  display: flex;
  flex-grow: 1;
  gap: 25px;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .why-choose__item__content {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.why-choose__item__title {
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 700;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.4;
  text-transform: capitalize;
}
.why-choose__item:hover .why-choose__item__title {
  color: var(--amoxi-black5, #222222);
}
.why-choose__item__text {
  margin-bottom: 0px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.5;
}
.why-choose__item:hover .why-choose__item__text {
  color: var(--amoxi-black8, #333333);
}
.why-choose__item__number {
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  color: transparent;
  writing-mode: sideways-lr;
  transition: all 500ms ease;
  -webkit-text-stroke: 1px RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.3);
}
.why-choose__item__number::after {
  content: counter(whyChooseSerialNumber, decimal-leading-zero);
}
@media (max-width: 575px) {
  .why-choose__item:hover .why-choose__item__number {
    -webkit-text-stroke-color: var(--amoxi-black5, #222222);
  }
}
.why-choose__item--hover {
  padding: 0px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  opacity: 0;
  border-radius: 0px;
  transform: translateY(-50px);
}
@media (max-width: 991px) {
  .why-choose__item--hover {
    gap: 0px;
  }
}
@media (max-width: 575px) {
  .why-choose__item--hover {
    display: none;
  }
}
.why-choose__item--hover::before {
  display: none;
}
.why-choose__item--hover .why-choose__item__number {
  -webkit-text-stroke-color: var(--amoxi-base, #ff621d);
}
.why-choose__item--hover .why-choose__item__inner {
  position: relative;
  padding: 23px 70px 24px 37px;
  border-radius: 10px;
  background-color: var(--amoxi-base, #ff621d);
}
.why-choose__item--hover .why-choose__item__inner::before {
  content: "";
  width: 19px;
  height: 38px;
  position: absolute;
  top: 50%;
  left: -18px;
  transform: translateY(-50%);
  background-color: var(--amoxi-white, #FFFFFF);
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
.why-choose__item--hover .why-choose__item__title {
  color: var(--amoxi-black5, #222222);
}
.why-choose__item--hover .why-choose__item__text {
  color: var(--amoxi-black8, #333333);
}
.why-choose__item--hover .why-choose__item__icon {
  background-color: var(--amoxi-white, #FFFFFF);
}
@media (min-width: 992px) {
  .why-choose__item--hover .why-choose__item__icon {
    position: absolute;
    top: 50%;
    right: -60px;
    transform: translateY(-50%);
  }
}
.why-choose__item--hover .why-choose__item__icon::before {
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
.why-choose__item-single:hover .why-choose__item {
  opacity: 0;
}
@media (max-width: 575px) {
  .why-choose__item-single:hover .why-choose__item {
    opacity: 1;
  }
}
.why-choose__item-single:hover .why-choose__item--hover {
  opacity: 1;
  transform: translateY(0px);
  transition: all 500ms ease;
}
.why-choose__image-box {
  width: 57.8%;
  position: relative;
  position: absolute;
  top: 0px;
  right: 15px;
  bottom: 0px;
  margin: auto;
}
@media (max-width: 1199px) {
  .why-choose__image-box {
    width: 54%;
  }
}
@media (max-width: 991px) {
  .why-choose__image-box {
    width: 100%;
    position: relative;
    right: auto;
  }
}
.why-choose__image {
  width: 100%;
  height: calc(100% - 36px);
  margin-top: 36px;
  border-radius: 50px;
  -webkit-mask: url("../images/shapes/why-choose-shape-image-1-1.png");
  mask: url("../images/shapes/why-choose-shape-image-1-1.png");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
@media (max-width: 991px) {
  .why-choose__image {
    height: 100%;
    margin-top: 0px;
  }
}
@media (max-width: 440px) {
  .why-choose__image {
    -webkit-mask: unset;
    mask: unset;
    border-radius: 20px;
  }
}
.why-choose__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: inherit;
}
.why-choose__shape {
  width: 192px;
  height: 192px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 14px;
  left: 101px;
  z-index: 1;
  border-radius: 50%;
  border: 2px dashed var(--amoxi-base, #ff621d);
  background-color: var(--amoxi-black, #1A1B1F);
  animation: rotate 10s linear infinite;
}
@media (max-width: 767px) {
  .why-choose__shape {
    left: 50px;
  }
}
@media (max-width: 440px) {
  .why-choose__shape {
    display: none;
  }
}
.why-choose__shape img {
  max-width: 100%;
  height: auto;
}

/*--------------------------------------------------------------
# Funfact
--------------------------------------------------------------*/
.funfact-one {
  position: relative;
  background-color: var(--amoxi-black, #1A1B1F);
}
.funfact-one::after {
  content: "";
  width: 1px;
  height: 100%;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(0deg, rgba(217, 217, 217, 0) 0%, #a6a6a6 50%, rgba(115, 115, 115, 0) 100%);
}
@media (min-width: 576px) and (max-width: 991px) {
  .funfact-one::after {
    display: block;
  }
}
.funfact-one__wrapper {
  display: grid;
  gap: 0px 30px;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
}
@media (max-width: 991px) {
  .funfact-one__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .funfact-one__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.funfact-one__wrapper::before, .funfact-one__wrapper::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0px;
  border-radius: 10px;
  background: linear-gradient(90deg, rgba(217, 217, 217, 0) 0%, #a6a6a6 50%, rgba(115, 115, 115, 0) 100%);
}
.funfact-one__wrapper::before {
  top: 0px;
}
.funfact-one__wrapper::after {
  bottom: 0px;
}
.funfact-one__item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 575px) {
  .funfact-one__item {
    justify-content: flex-start;
  }
}
.funfact-one__item::before {
  content: "";
  width: 100%;
  height: calc(100% - 30px);
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background-color: var(--amoxi-base, #ff621d);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotateY(-90deg);
  -moz-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
  -webkit-transition: -webkit-transform 0.5s, opacity 0.1s 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.1s 0.3s;
  transition: transform 0.5s, opacity 0.1s 0.3s;
}
.funfact-one__item:hover::before {
  opacity: 1;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transition: -webkit-transform 0.5s, opacity 0.1s;
  -moz-transition: -moz-transform 0.5s, opacity 0.1s;
  transition: transform 0.5s, opacity 0.1s;
}
.funfact-one__item:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
  background-color: var(--amoxi-gray, #969697);
}
@media (max-width: 575px) {
  .funfact-one__item:not(:last-child)::after {
    width: 100%;
    height: 1px;
    top: auto;
    right: 0px;
    bottom: 0px;
    transform: translate(0%);
    background: linear-gradient(90deg, rgba(217, 217, 217, 0) 0%, #a6a6a6 50%, rgba(115, 115, 115, 0) 100%);
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .funfact-one__item:nth-child(3)::after {
    display: none;
  }
}
@media (max-width: 991px) {
  .funfact-one__item:nth-child(1)::after, .funfact-one__item:nth-child(2)::after {
    width: 100%;
    height: 1px;
    top: auto;
    right: 0px;
    bottom: 0px;
    transform: translate(0%);
    background: linear-gradient(90deg, rgba(217, 217, 217, 0) 0%, #a6a6a6 50%, rgba(115, 115, 115, 0) 100%);
  }
}
.funfact-one__item__content {
  position: relative;
  z-index: 1;
  padding: 55px 30px 60px;
}
@media (max-width: 575px) {
  .funfact-one__item__content {
    padding-top: 35px;
    padding-bottom: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .funfact-one__item__content {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.funfact-one__item:first-child .funfact-one__content::after {
  content: "";
  width: calc(100% + 123px);
  height: 1px;
  display: none;
  position: absolute;
  left: -62px;
  bottom: -15px;
  background: linear-gradient(90deg, rgba(217, 217, 217, 0) 0%, #a6a6a6 50%, rgba(115, 115, 115, 0) 100%);
}
@media (max-width: 767px) {
  .funfact-one__item:first-child .funfact-one__content::after {
    width: 100%;
    left: 0px;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .funfact-one__item:first-child .funfact-one__content::after {
    display: block;
  }
}
.funfact-one__item__count {
  padding-bottom: 12px;
  margin-bottom: 14px;
  position: relative;
  font-size: 50px;
  line-height: 1.25;
  font-weight: 700;
  color: var(--amoxi-white, #FFFFFF);
  text-transform: capitalize;
  transition: all 500ms ease;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .funfact-one__item__count {
    padding-bottom: 15px;
    margin-bottom: 18px;
    font-size: 40px;
  }
}
.funfact-one__item__count::after {
  content: "";
  width: 97px;
  height: 2px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  transition: all 500ms ease;
  background-color: var(--amoxi-white, #FFFFFF);
}
.funfact-one__item__text {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 1.625;
  font-weight: 600;
  color: var(--amoxi-text, #b2afa6);
  text-transform: capitalize;
  transition: all 500ms ease;
}
.funfact-one__item:hover .funfact-one__item__text {
  color: var(--amoxi-white, #FFFFFF);
}
.funfact-one--home {
  background-color: var(--amoxi-black2, #0E0F11);
}
.funfact-one--home::after {
  display: none;
}
.funfact-one--home .funfact-one__wrapper {
  gap: 0px;
  grid-template-columns: 41.6666666667% 1fr 1fr 1fr;
  border: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
  border-left: none;
}
@media (max-width: 991px) {
  .funfact-one--home .funfact-one__wrapper {
    border-top: none;
    border-right: none;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .funfact-one--home .funfact-one__wrapper {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .funfact-one--home .funfact-one__wrapper {
    grid-template-columns: 34% 1fr 1fr 1fr;
  }
}
.funfact-one--home .funfact-one__wrapper::before, .funfact-one--home .funfact-one__wrapper::after {
  display: none;
}
.funfact-one--home .funfact-one__sec-title {
  display: flex;
  align-items: center;
  padding: 38px 30px 40px 0px;
}
@media (max-width: 991px) {
  .funfact-one--home .funfact-one__sec-title {
    display: block;
    padding-left: 30px;
    text-align: center;
    grid-column-start: 1;
    grid-column-end: -1;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .funfact-one--home .sec-title__title {
    font-size: 30px;
  }
}
.funfact-one--home .funfact-one__item {
  border-left: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}
@media (max-width: 991px) {
  .funfact-one--home .funfact-one__item {
    border-top: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
  }
  .funfact-one--home .funfact-one__item:last-child {
    border-right: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
  }
}
@media (max-width: 767px) {
  .funfact-one--home .funfact-one__item {
    justify-content: center;
    border-right: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
  }
}
.funfact-one--home .funfact-one__item::before,
.funfact-one--home .funfact-one__item:not(:last-child)::after {
  display: none;
}
.funfact-one--home .funfact-one__item__bg {
  width: 100%;
  height: 100%;
  position: relative;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  background-color: var(--amoxi-base, #ff621d);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotateY(-90deg);
  -moz-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
  -webkit-transition: -webkit-transform 0.5s, opacity 0.1s 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.1s 0.3s;
  transition: transform 0.5s, opacity 0.1s 0.3s;
}
.funfact-one--home .funfact-one__item__bg__inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.funfact-one--home .funfact-one__item:hover .funfact-one__item__bg {
  opacity: 1;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transition: -webkit-transform 0.5s, opacity 0.1s;
  -moz-transition: -moz-transform 0.5s, opacity 0.1s;
  transition: transform 0.5s, opacity 0.1s;
}
@media (max-width: 767px) {
  .funfact-one--home .funfact-one__item__content {
    text-align: center;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .funfact-one--home .funfact-one__item__content {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 767px) {
  .funfact-one--home .funfact-one__item__count::after {
    left: 50%;
    transform: translateX(-50%);
  }
}
.funfact-one--about::after {
  top: calc(50% - 60px);
  height: calc(100% - 120px);
}
@media (max-width: 767px) {
  .funfact-one--about::after {
    top: calc(50% - 50px);
    height: calc(100% - 100px);
  }
}

.funfact-two {
  position: relative;
  counter-reset: funfactNumber;
}
.funfact-two__bg {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: var(--amoxi-black, #1A1B1F);
  -webkit-mask: url("../images/shapes/funfact-bg-2-1.png");
  mask: url("../images/shapes/funfact-bg-2-1.png");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
@media (max-width: 1799px) {
  .funfact-two__bg {
    -webkit-mask: unset;
    mask: unset;
  }
}
.funfact-two .container {
  position: relative;
  z-index: 3;
}
.funfact-two__item {
  margin-top: 148px;
  text-align: center;
}
@media (max-width: 767px) {
  .funfact-two__item {
    margin-top: 0px;
  }
}
.funfact-two__item__number {
  margin-bottom: 42px;
  font-size: 100px;
  line-height: 1;
  font-weight: 700;
  color: transparent;
  transition: all 500ms ease;
  -webkit-text-stroke: 1px RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}
@media (max-width: 767px) {
  .funfact-two__item__number {
    display: none;
  }
}
.funfact-two__item__number::after {
  content: "0" counter(funfactNumber);
  counter-increment: funfactNumber;
  transition: all 500ms ease;
}
.funfact-two__item:hover .funfact-two__item__number {
  -webkit-text-stroke: 1px var(--amoxi-base, #ff621d);
}
.funfact-two__item__border {
  width: 100%;
  height: 1px;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .funfact-two__item__border {
    display: none;
  }
}
.funfact-two__item__border::before {
  content: "";
  width: calc(100% + 15px);
  height: 1px;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}
.funfact-two__item__border::after {
  content: "";
  width: 45px;
  height: 20px;
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  background-color: var(--amoxi-black6, #3A3B3F);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.funfact-two__item__box {
  width: 270px;
  height: 270px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0px auto;
  padding: 30px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}
.funfact-two__item__box::before {
  content: "";
  width: 98px;
  height: 98px;
  position: absolute;
  top: -56px;
  left: 50%;
  border-radius: inherit;
  transform: translateX(-50%);
  transition: all 500ms ease;
  background: linear-gradient(90deg, #f29a1c 0%, #fa4721 100%);
}
.funfact-two__item__box::after {
  content: "";
  width: calc(100% - 28px);
  height: calc(100% - 28px);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  visibility: hidden;
  border-radius: inherit;
  border: 2px dashed var(--amoxi-white, #FFFFFF);
  animation: rotate 10s linear infinite;
}
.funfact-two__item:hover .funfact-two__item__box::before {
  width: 100%;
  height: 100%;
  top: 0px;
}
.funfact-two__item:hover .funfact-two__item__box::after {
  opacity: 1;
  visibility: visible;
  transition: all 500ms ease 300ms;
}
.funfact-two__item__count {
  padding-bottom: 12px;
  margin-bottom: 14px;
  position: relative;
  z-index: 1;
  font-size: 50px;
  line-height: 1.25;
  font-weight: 700;
  color: var(--amoxi-white, #FFFFFF);
  text-transform: capitalize;
  transition: all 500ms ease;
}
.funfact-two__item__count::after {
  content: "";
  width: 97px;
  height: 2px;
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  transition: all 500ms ease;
  background-color: var(--amoxi-white, #FFFFFF);
}
.funfact-two__item__text {
  margin: 0px;
  position: relative;
  z-index: 1;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  font-weight: 600;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.625;
  text-transform: capitalize;
  transition: all 500ms ease;
}
.funfact-two__item__text br {
  display: inline;
}
.funfact-two__item--2, .funfact-two__item--4 {
  margin-top: 0px;
}
.funfact-two__item--2 .funfact-two__item__number, .funfact-two__item--4 .funfact-two__item__number {
  margin: 37px 0px 0px;
}
.funfact-two__item--2 .funfact-two__item__border, .funfact-two__item--4 .funfact-two__item__border {
  margin: 20px auto 0px;
}
.funfact-two__item--2 .funfact-two__item__border::after, .funfact-two__item--4 .funfact-two__item__border::after {
  bottom: auto;
  top: -20px;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
@media (min-width: 768px) {
  .funfact-two__item--2 .funfact-two__item__box::before, .funfact-two__item--4 .funfact-two__item__box::before {
    top: auto;
    bottom: -56px;
  }
}
@media (min-width: 768px) {
  .funfact-two__item--2:hover .funfact-two__item__box::before, .funfact-two__item--4:hover .funfact-two__item__box::before {
    top: auto;
    bottom: 0px;
  }
}
.funfact-two__item--1 .funfact-two__item__border::before {
  left: 0px;
}
.funfact-two__item--2 .funfact-two__item__border::before, .funfact-two__item--3 .funfact-two__item__border::before {
  width: calc(100% + 30px);
  left: 50%;
  transform: translateX(-50%);
}
.funfact-two__item--4 .funfact-two__item__border::before {
  left: auto;
  right: 0px;
}
.funfact-two__shappe-1 {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 91px;
  left: 92px;
  z-index: 2;
}
@media (max-width: 1799px) {
  .funfact-two__shappe-1 {
    left: 70px;
  }
}
@media (max-width: 1599px) {
  .funfact-two__shappe-1 {
    top: 50px;
    left: 30px;
  }
}
@media (max-width: 1299px) {
  .funfact-two__shappe-1 {
    display: none;
  }
}
.funfact-two__shappe-2 {
  max-width: 100%;
  height: auto;
  position: absolute;
  right: 70px;
  bottom: 124px;
  z-index: 2;
}
@media (max-width: 1799px) {
  .funfact-two__shappe-2 {
    right: 50px;
    bottom: 80px;
  }
}
@media (max-width: 1599px) {
  .funfact-two__shappe-2 {
    right: 30px;
    bottom: 50px;
  }
}
@media (max-width: 1299px) {
  .funfact-two__shappe-2 {
    display: none;
  }
}
.funfact-two--home {
  background-color: var(--amoxi-black2, #0E0F11);
}
.funfact-two--home .funfact-two__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  .funfact-two--home .funfact-two__row {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .funfact-two--home .funfact-two__row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.funfact-two--home .funfact-two__item {
  width: 320px;
  height: 320px;
  margin-top: 0px;
}
.funfact-two--home .funfact-two__item:not(:first-child) {
  margin-left: -37px;
}
@media (max-width: 1199px) {
  .funfact-two--home .funfact-two__item {
    margin-left: auto !important;
    margin-right: auto;
  }
}
@media (max-width: 360px) {
  .funfact-two--home .funfact-two__item {
    width: 290px;
    height: 290px;
  }
}
.funfact-two--home .funfact-two__item:hover {
  z-index: 1;
}
.funfact-two--home .funfact-two__item__box {
  width: 100%;
  height: 100%;
}
.funfact-two--home .funfact-two__item__box::before {
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translate(0);
  background: var(--amoxi-base, #ff621d);
  clip-path: circle(0% at 50% 50%);
  transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 0.7s;
}
.funfact-two--home .funfact-two__item:hover .funfact-two__item__box::before {
  height: auto;
  top: 0px;
  transform: translate(0);
  clip-path: circle(100% at 50% 50%);
  transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 4s;
}
.funfact-two--home .funfact-two__item__box::after {
  width: calc(100% - 32px);
  height: calc(100% - 32px);
  border-color: var(--amoxi-black2, #0E0F11);
}
.funfact-two--home .funfact-two__item:hover .funfact-two__item__count {
  color: var(--amoxi-black5, #222222);
}
.funfact-two--home .funfact-two__item:hover .funfact-two__item__count::after {
  background-color: var(--amoxi-black5, #222222);
}
.funfact-two--home .funfact-two__item__text {
  color: var(--amoxi-text, #b2afa6);
}
.funfact-two--home .funfact-two__item:hover .funfact-two__item__text {
  color: var(--amoxi-black8, #333333);
}

/*--------------------------------------------------------------
# Slide Text
--------------------------------------------------------------*/
.slide-text {
  position: relative;
  z-index: 1;
  padding: 0px;
  margin: 94px 0px;
  background-color: var(--amoxi-black, #1A1B1F);
}
@media (max-width: 1599px) {
  .slide-text {
    margin: 64px 0px;
  }
}
@media (max-width: 1199px) {
  .slide-text {
    margin: 37px 0px;
  }
}
@media (max-width: 991px) {
  .slide-text {
    margin: 20px 0px;
  }
}
.slide-text .container-fluid {
  padding: 0px;
}
.slide-text__one {
  padding: 38.5px 0px;
  position: relative;
  overflow: hidden;
  transform: skewY(-7.412deg);
  background-color: var(--amoxi-white, #FFFFFF);
}
.slide-text__one .slide-text__title {
  color: var(--amoxi-black5, #222222);
}
.slide-text__one .slide-text__title:hover {
  color: var(--amoxi-white, #FFFFFF);
  text-shadow: 2px 2px 0 var(--amoxi-black5, #222222), -2px -2px 0 var(--amoxi-black5, #222222), 2px -2px 0 var(--amoxi-black5, #222222), -2px 2px 0 var(--amoxi-black5, #222222), 2px 2px 0 var(--amoxi-black5, #222222);
}
.slide-text__two {
  width: 100%;
  padding: 38.5px 0px;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  transform: skewY(7.412deg);
  background-color: var(--amoxi-base, #ff621d);
}
@media (max-width: 991px) {
  .slide-text__two {
    position: relative;
    transform: skewY(-7.412deg);
  }
}
.slide-text__scroll {
  width: -webkit-calc((420px * 16) + (30px * 16));
  width: -moz-calc((420px * 16) + (30px * 16));
  min-width: 100%;
  height: 100%;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 50px;
  margin: 0px;
  -webkit-animation: scrollRightToLeft 20s linear infinite;
  -moz-animation: scrollRightToLeft 20s linear infinite;
  animation: scrollRightToLeft 20s linear infinite;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.slide-text__scroll:hover {
  animation-play-state: paused;
}
.slide-text__scroll--right {
  -webkit-animation: scrollLeftToRight 20s linear infinite;
  -moz-animation: scrollLeftToRight 20s linear infinite;
  animation: scrollLeftToRight 20s linear infinite;
}
.slide-text__title {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 0px;
  font-size: 50px;
  font-weight: 700;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.26;
  text-transform: uppercase;
  transition: all 500ms ease;
}
@media (max-width: 1199px) {
  .slide-text__title {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .slide-text__title {
    font-size: 35px;
  }
}
.slide-text__title:hover {
  color: var(--amoxi-base, #ff621d);
  text-shadow: 2px 2px 0 var(--amoxi-white, #FFFFFF), -2px -2px 0 var(--amoxi-white, #FFFFFF), 2px -2px 0 var(--amoxi-white, #FFFFFF), -2px 2px 0 var(--amoxi-white, #FFFFFF), 2px 2px 0 var(--amoxi-white, #FFFFFF);
}
.slide-text--two {
  margin: 0px;
}
.slide-text--two .slide-text__two {
  padding: 58px 0px;
  position: static;
  transform: skewY(0deg);
  background: linear-gradient(90deg, #f29a1c 7.92%, #fa4721 100%), linear-gradient(90deg, #f29a1c 0%, #fa4721 100%);
}
@media (max-width: 1399px) {
  .slide-text--two .slide-text__two {
    padding: 38.5px 0px;
  }
}
.slide-text--two .slide-text__title {
  font-size: 80px;
}
@media (max-width: 1399px) {
  .slide-text--two .slide-text__title {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .slide-text--two .slide-text__title {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .slide-text--two .slide-text__title {
    font-size: 40px;
  }
}
.slide-text--two .slide-text__title:hover {
  color: transparent;
  text-shadow: none;
  -webkit-text-stroke: 2px var(--amoxi-white, #FFFFFF);
}
.slide-text--three .slide-text__two {
  padding: 39px 0px;
  background: var(--amoxi-base, #ff621d);
}
.slide-text--three .slide-text__title {
  font-size: 50px;
  color: var(--amoxi-black5, #222222);
}
.slide-text--three .slide-text__title:hover {
  -webkit-text-stroke: 2px var(--amoxi-black5, #222222);
}
.slide-text--four {
  margin: 0px;
  margin-bottom: 125px;
}
@media (max-width: 1599px) {
  .slide-text--four {
    margin-bottom: 94px;
  }
}
@media (max-width: 1199px) {
  .slide-text--four {
    margin-bottom: 67px;
  }
}
@media (max-width: 991px) {
  .slide-text--four {
    margin-bottom: 174px;
  }
}
@media (max-width: 767px) {
  .slide-text--four {
    margin-bottom: 162px;
  }
}
.slide-text--four .slide-text__one {
  margin-top: 125px;
  background-color: var(--amoxi-black2, #0E0F11);
}
@media (max-width: 575px) {
  .slide-text--four .slide-text__one {
    margin-top: 120px;
  }
}
.slide-text--four .slide-text__one .slide-text__title {
  color: var(--amoxi-black8, #333333);
}
.slide-text--four .slide-text__one .slide-text__title:hover {
  color: var(--amoxi-black2, #0E0F11);
  text-shadow: 2px 2px 0 var(--amoxi-base, #ff621d), -2px -2px 0 var(--amoxi-base, #ff621d), 2px -2px 0 var(--amoxi-base, #ff621d), -2px 2px 0 var(--amoxi-base, #ff621d), 2px 2px 0 var(--amoxi-base, #ff621d);
}
.slide-text--four .slide-text__two {
  margin-top: -125px;
  transform: skewY(0deg);
}
@media (max-width: 991px) {
  .slide-text--four .slide-text__two {
    margin-top: -252px;
  }
}
@media (max-width: 575px) {
  .slide-text--four .slide-text__two {
    margin-top: -241px;
  }
}
.slide-text--four .slide-text__two .slide-text__title {
  color: var(--amoxi-black5, #222222);
}
.slide-text--four .slide-text__two .slide-text__title:hover {
  color: var(--amoxi-base, #ff621d);
  text-shadow: 2px 2px 0 var(--amoxi-black5, #222222), -2px -2px 0 var(--amoxi-black5, #222222), 2px -2px 0 var(--amoxi-black5, #222222), -2px 2px 0 var(--amoxi-black5, #222222), 2px 2px 0 var(--amoxi-black5, #222222);
}

.slide-text-two {
  padding: 105px 0px 119px;
  background-color: var(--amoxi-black, #1A1B1F);
}
@media (max-width: 1599px) {
  .slide-text-two {
    padding-bottom: 115px;
  }
}
@media (max-width: 1199px) {
  .slide-text-two {
    padding-bottom: 112px;
  }
}
@media (max-width: 767px) {
  .slide-text-two {
    padding: 88px 0px 92px;
  }
}
@media (max-width: 480px) {
  .slide-text-two {
    padding: 71px 0px 74px;
  }
}
.slide-text-two__title {
  margin-bottom: 0px;
  font-size: 200px;
  line-height: 1;
  font-weight: 700;
  color: var(--amoxi-base, #ff621d);
  text-transform: uppercase;
}
@media (max-width: 1599px) {
  .slide-text-two__title {
    font-size: 150px;
  }
}
@media (max-width: 1199px) {
  .slide-text-two__title {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  .slide-text-two__title {
    font-size: 80px;
  }
}
@media (max-width: 480px) {
  .slide-text-two__title {
    font-size: 60px;
  }
}
.slide-text-two__title--dark {
  color: var(--amoxi-black5, #222222);
}

/*--------------------------------------------------------------
# Awards
--------------------------------------------------------------*/
.awards-one {
  position: relative;
  z-index: 1;
  background-color: var(--amoxi-black, #1A1B1F);
}
.awards-one__content {
  padding-top: 104px;
}
@media (max-width: 1199px) {
  .awards-one__content {
    padding-top: 86px;
  }
}
@media (max-width: 991px) {
  .awards-one__content {
    padding-top: 76px;
  }
}
@media (max-width: 767px) {
  .awards-one__content {
    padding-top: 56px;
  }
}
@media (max-width: 575px) {
  .awards-one__content {
    padding-top: 28px;
  }
}
.awards-one__title {
  text-align: center;
}
.awards-one__wrapper {
  position: relative;
}
.awards-one__bg {
  width: 100%;
  height: calc(100% - 40px);
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.awards-one__table {
  position: relative;
  z-index: 1;
}
.awards-one__table__responsive {
  position: relative;
  display: block;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  border: 1px solid var(--amoxi-black6, #3A3B3F);
}
@media (max-width: 1199px) {
  .awards-one__table__responsive {
    overflow-x: auto;
  }
}
.awards-one__table__responsive::-webkit-scrollbar-thumb {
  background: var(--amoxi-base, #ff621d);
}
.awards-one__table__responsive::-webkit-scrollbar {
  height: 3px;
  -webkit-appearance: none;
}
.awards-one__table__card {
  position: relative;
  width: 100%;
  border: none;
}
@media (max-width: 1199px) {
  .awards-one__table__card {
    min-width: 1200px;
  }
}
.awards-one__table__row {
  display: grid;
  gap: 0px;
  grid-template-columns: 214px 393px 328px auto;
  position: relative;
}
.awards-one__table__body .awards-one__table__row {
  transition: all 500ms ease;
}
.awards-one__table__body .awards-one__table__row:hover {
  background-color: var(--amoxi-base, #ff621d);
}
.awards-one__table__row div {
  padding: 8.13px 20px;
  font-family: var(--amoxi-heading-font, "Plus Jakarta Sans", sans-serif);
  color: var(--amoxi-text, #b2afa6);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.625;
  text-align: center;
  vertical-align: middle;
  transition: all 500ms ease;
  background-color: transparent;
  border-bottom: 1px solid var(--amoxi-black6, #3A3B3F);
  border-right: 1px solid var(--amoxi-black6, #3A3B3F);
}
.awards-one__table__row div:last-child {
  border-right: none !important;
}
.awards-one__table__body .awards-one__table__row:last-child div {
  border-bottom: none;
}
.awards-one__table__heading {
  font-size: 14px !important;
  text-transform: uppercase !important;
}
.awards-one__table__body .awards-one__table__row div {
  padding: 24px 20px;
  text-transform: capitalize;
}
.awards-one__table__year span {
  width: 13px;
  height: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  position: relative;
  top: -4px;
  transition: all 500ms ease;
  border: 1px solid var(--amoxi-base, #ff621d);
}
.awards-one__table__year span::before {
  content: "";
  width: 4px;
  height: 4px;
  transition: all 500ms ease;
  background-color: var(--amoxi-white, #FFFFFF);
}
.awards-one__table__title {
  font-weight: 700 !important;
  color: var(--amoxi-white, #FFFFFF) !important;
}
.awards-one__table__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.awards-one__table__title a:hover {
  background-size: 100% 1px;
}
.awards-one__table__link a {
  color: inherit;
  transition: none;
  text-decoration-line: underline;
}
.awards-one__table__link a:hover {
  text-decoration: none;
}
.awards-one__table__body .awards-one__table__row:hover div {
  color: var(--amoxi-white, #FFFFFF);
  border-right-color: var(--amoxi-white, #FFFFFF);
}
.awards-one__table__body .awards-one__table__row:hover .awards-one__table__year span {
  border-color: var(--amoxi-white, #FFFFFF);
}
.awards-one__table__image {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: -142px;
  opacity: 0;
  z-index: 1;
  transition: all 500ms ease;
  transform: translateY(-50%) scale(0.5);
}
@media (max-width: 1599px) {
  .awards-one__table__image {
    left: -110px;
  }
}
@media (max-width: 1399px) {
  .awards-one__table__image {
    left: -80px;
  }
}
@media (max-width: 1299px) {
  .awards-one__table__image {
    display: none;
  }
}
.awards-one__table__body .awards-one__table__row:hover .awards-one__table__image {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

.awards-two {
  background-color: var(--amoxi-black2, #0E0F11);
}
.awards-two__top {
  margin-bottom: 51px;
}
.awards-two .sec-title {
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .awards-two .sec-title {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .awards-two .sec-title .sec-title__top {
    justify-content: center;
  }
}
.awards-two__shape {
  text-align: right;
}
.awards-two__shape img {
  max-width: 100%;
  height: auto;
}
.awards-two__images {
  width: 100%;
  max-width: 411px;
  min-height: 496px;
  position: relative;
}
@media (max-width: 991px) {
  .awards-two__images {
    margin: 0px auto;
  }
}
@media (max-width: 480px) {
  .awards-two__images {
    min-height: 465px;
  }
}
.awards-two__image {
  width: 100%;
  height: 100%;
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transform: scale(0.7);
}
.awards-two__image.active {
  opacity: 1;
  transform: scale(1);
  transition: all 500ms ease;
}
.awards-two__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 20px;
}
.awards-two__item + .awards-two__item {
  margin-top: 23px;
}
.awards-two__item {
  position: relative;
  padding-bottom: 12px;
  border-bottom: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}
@media (max-width: 575px) {
  .awards-two__item {
    padding-bottom: 30px;
  }
}
.awards-two__item__content {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
@media (max-width: 575px) {
  .awards-two__item__content {
    text-align: center;
    flex-direction: column;
    justify-content: center;
  }
}
.awards-two__item__title {
  margin-bottom: 5px;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
  color: var(--amoxi-white, #FFFFFF);
  text-transform: capitalize;
}
@media (max-width: 575px) {
  .awards-two__item__title {
    margin-bottom: 10px;
  }
}
.awards-two__item__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.awards-two__item__title a:hover {
  background-size: 100% 1px;
}
.awards-two__item__plateform {
  margin-bottom: 0px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-text, #b2afa6);
  line-height: 1.625;
  text-transform: capitalize;
}
.awards-two__item__year {
  margin-bottom: 0px;
  font-weight: 700;
  font-size: 70px;
  line-height: 1;
  text-transform: capitalize;
  background: linear-gradient(180deg, #222222 0%, rgba(89, 89, 89, 0.198126) 61.02%, rgba(102, 102, 102, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media (max-width: 767px) {
  .awards-two__item__year {
    font-size: 60px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .awards-two__item__year {
    font-size: 50px;
  }
}
.awards-two__item__btn {
  width: 44px;
  height: 44px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background-color: var(--amoxi-white, #FFFFFF);
  transition: all 500ms ease;
}
@media (max-width: 575px) {
  .awards-two__item__btn {
    margin: 10px auto 0px;
  }
}
.awards-two__item__icon {
  display: inline-flex;
  font-size: 22px;
  color: var(--amoxi-black4, #131313);
  transition: all 500ms ease;
}
.awards-two__item__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.awards-two__item__border {
  width: calc(100% + 30px);
  height: calc(100% - 10px);
  position: absolute;
  right: 0px;
  bottom: -1px;
}
@media (max-width: 767px) {
  .awards-two__item__border {
    width: calc(100% + 20px);
    height: calc(100% - 6px);
  }
}
@media (max-width: 575px) {
  .awards-two__item__border {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .awards-two__item__border {
    height: calc(100% - 7px);
  }
}
.awards-two__item__border::before, .awards-two__item__border::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  transition: all 0.5s linear 0s;
}
.awards-two__item__border::before {
  top: 0px;
  left: 0px;
  border-left: 1px solid transparent;
}
@media (max-width: 575px) {
  .awards-two__item__border::before {
    display: none;
  }
}
.awards-two__item__border::after {
  left: 0px;
  bottom: 0px;
  border-bottom: 1px solid transparent;
}
.awards-two__item__shape {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 1px;
  left: -189px;
  opacity: 0;
  transition: 500ms;
}
@media (max-width: 991px) {
  .awards-two__item__shape {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .awards-two__item__shape {
    top: 0px;
  }
}
.awards-two__item.active .awards-two__item__title a, .awards-two__item:hover .awards-two__item__title a {
  color: var(--amoxi-base, #ff621d);
}
.awards-two__item.active .awards-two__item__year, .awards-two__item:hover .awards-two__item__year {
  background: linear-gradient(180deg, #b3de4f 0%, rgba(102, 102, 102, 0) 100%, rgba(89, 89, 89, 0.198126) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.awards-two__item.active .awards-two__item__btn, .awards-two__item:hover .awards-two__item__btn {
  background-color: var(--amoxi-base, #ff621d);
}
.awards-two__item.active .awards-two__item__icon, .awards-two__item:hover .awards-two__item__icon {
  transform: rotate(45deg);
}
.awards-two__item.active .awards-two__item__border::before,
.awards-two__item.active .awards-two__item__border::after, .awards-two__item:hover .awards-two__item__border::before,
.awards-two__item:hover .awards-two__item__border::after {
  width: 100%;
  height: 100%;
  border-color: var(--amoxi-base, #ff621d);
}
.awards-two__item.active .awards-two__item__border::after, .awards-two__item:hover .awards-two__item__border::after {
  transition-delay: 500ms;
}
@media (max-width: 575px) {
  .awards-two__item.active .awards-two__item__border::after, .awards-two__item:hover .awards-two__item__border::after {
    transition-delay: 0ms;
  }
}
.awards-two__item.active .awards-two__item__shape, .awards-two__item:hover .awards-two__item__shape {
  opacity: 1;
}

/*--------------------------------------------------------------
# Expertise
--------------------------------------------------------------*/
.expertise-area {
  background-color: var(--amoxi-black2, #0E0F11);
}
.expertise-area--two {
  background-color: var(--amoxi-black, #1A1B1F);
}
.expertise-area .sec-title {
  margin-bottom: 20px;
}
.expertise-area .sec-title__title {
  font-size: 40px;
  line-height: 1.375;
}
@media (max-width: 767px) {
  .expertise-area .sec-title__title {
    font-size: 35px;
  }
}
@media (max-width: 440px) {
  .expertise-area .sec-title__title {
    font-size: 30px;
  }
}
.expertise-area__wrapper {
  height: 450px;
  position: relative;
  overflow: hidden;
  pointer-events: none;
}
.expertise-area__wrapper > * {
  position: absolute;
  display: inline-block;
  margin-bottom: 0;
  left: 0;
  top: 0;
  user-select: none;
  pointer-events: auto;
  transition: none;
}
.expertise-area__box {
  display: inline-block;
  padding: 14px 30px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.3125;
  text-transform: uppercase;
  border-radius: 100px;
  background-color: var(--amoxi-base, #ff621d);
  transform: translate(-50%, -50%) rotate(0rad);
}
.expertise-area__box--2 {
  color: var(--amoxi-base, #ff621d);
  background-color: var(--amoxi-white, #FFFFFF);
}
@media only screen and (max-width: 767px) {
  .expertise-area__box {
    padding: 12px 25px;
    font-size: 14px;
  }
}
.expertise-area__lines {
  display: grid;
  gap: 6px 0;
}
@media only screen and (max-width: 767px) {
  .expertise-area__lines {
    gap: 5px 0;
  }
}
.expertise-area__line {
  border-bottom: 1px solid var(--amoxi-white2, #D9D9D9);
}

/*--------------------------------------------------------------
# Work Process
--------------------------------------------------------------*/
.work-process {
  counter-reset: workProcessStep;
  background-color: var(--amoxi-black3, #121115);
}
.work-process__top {
  margin-bottom: 51px;
}
.work-process .sec-title {
  margin: 0px;
}
.work-process__text {
  margin: 0px;
  padding-left: 60px;
}
@media (max-width: 1199px) {
  .work-process__text {
    padding-left: 0px;
  }
}
@media (max-width: 575px) {
  .work-process__item {
    text-align: center;
  }
}
.work-process__item--1 .work-process__border {
  height: 109px;
}
.work-process__item--2 .work-process__border {
  height: 189px;
}
.work-process__item--3 .work-process__border {
  height: 269px;
}
.work-process__item--4 .work-process__border {
  height: 349px;
}
.work-process__step {
  text-align: right;
}
@media (max-width: 575px) {
  .work-process__step {
    text-align: center;
  }
}
.work-process__step__text {
  display: inline-block;
  padding: 7px 20px;
  font-size: 16px;
  font-weight: 600;
  color: var(--amoxi-text, #b2afa6);
  line-height: 1.245;
  text-transform: uppercase;
  border-radius: 100px;
  transition: all 500ms ease;
  border: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}
.work-process__step__text::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  position: relative;
  top: 1px;
  margin-right: 8px;
  border-radius: 50%;
  transition: all 500ms ease;
  background-color: var(--amoxi-base, #ff621d);
}
.work-process__step__text::after {
  content: " 0" counter(workProcessStep);
  counter-increment: workProcessStep;
}
.work-process__item:hover .work-process__step__text {
  color: var(--amoxi-white, #FFFFFF);
  background-color: var(--amoxi-base, #ff621d);
}
.work-process__item:hover .work-process__step__text::before {
  background-color: var(--amoxi-white, #FFFFFF);
}
.work-process__border {
  width: 1px;
  position: relative;
  margin: 0px 59px 30px auto;
  transition: all 500ms ease;
  border: 1px dashed RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}
@media (max-width: 1199px) {
  .work-process__border {
    height: 109px !important;
  }
}
@media (max-width: 575px) {
  .work-process__border {
    margin-right: auto;
  }
}
.work-process__border__icon {
  display: inline-block;
  font-size: 14px;
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  transition: all 500ms ease;
  color: RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}
.work-process__item:hover .work-process__border {
  border-color: var(--amoxi-base, #ff621d);
}
.work-process__item:hover .work-process__border__icon {
  color: var(--amoxi-base, #ff621d);
}
.work-process__title {
  margin-bottom: 31px;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
  color: var(--amoxi-white, #FFFFFF);
  text-transform: capitalize;
}
@media (min-width: 576px) and (max-width: 767px) {
  .work-process__title {
    font-size: 20px;
  }
}
.work-process__title a {
  color: inherit;
}
.work-process__title a:hover {
  color: var(--amoxi-base, #ff621d);
}
.work-process__title a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.work-process__title a:hover {
  background-size: 100% 1px;
}
.work-process__image {
  border-radius: 270px;
}
@media (max-width: 575px) {
  .work-process__image {
    text-align: center;
  }
}
.work-process__image img {
  max-width: 100%;
  height: auto;
  border-radius: inherit;
}
.work-process__shape {
  text-align: right;
}
@media (max-width: 1199px) {
  .work-process__shape {
    display: none;
  }
}
.work-process__shape img {
  max-width: 100%;
  height: auto;
  animation: zoomIn 1.5s infinite alternate;
}
.work-process__button {
  margin-top: -85px;
}
@media (max-width: 1199px) {
  .work-process__button {
    margin-top: 50px;
    text-align: center;
  }
}

.work-process-two {
  counter-reset: workProcessStep2;
  background-color: var(--amoxi-black2, #0E0F11);
}
.work-process-two .sec-title {
  margin-bottom: 45px;
}
.work-process-two__image {
  text-align: center;
}
.work-process-two__image img {
  max-width: 100%;
  height: auto;
  margin-left: -20px;
}
@media (max-width: 991px) {
  .work-process-two__image img {
    margin-left: 0px;
  }
}
.work-process-two__item + .work-process-two__item {
  margin-top: 30px;
}
.work-process-two__item {
  position: relative;
  padding-left: 50px;
}
.work-process-two__item::after {
  content: "";
  width: 2px;
  height: calc(100% + 30px);
  position: absolute;
  top: 0px;
  left: 13px;
  transition: all 500ms ease;
  border: 2px dashed RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}
.work-process-two__item:hover::after {
  border-style: solid;
  border-color: var(--amoxi-base, #ff621d);
}
.work-process-two__item:last-child::after {
  height: calc(100% - 5px);
}
.work-process-two__circle {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  position: absolute;
  top: -3px;
  left: 0px;
  z-index: 1;
  border-radius: 50%;
  transition: all 500ms ease;
  background-color: var(--amoxi-black, #1A1B1F);
}
.work-process-two__circle::before {
  content: "";
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  border-radius: inherit;
  transition: all 500ms ease;
  background-color: var(--amoxi-base, #ff621d);
}
.work-process-two__item:hover .work-process-two__circle {
  background-color: var(--amoxi-base, #ff621d);
}
.work-process-two__step {
  display: inline-block;
  position: relative;
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 700;
  color: var(--amoxi-text, #b2afa6);
  text-transform: uppercase;
  transition: all 500ms ease;
}
.work-process-two__step::before {
  content: "";
  width: 14px;
  height: 2px;
  position: absolute;
  top: 10px;
  left: -20px;
  opacity: 0;
  transform: translateX(-30px);
  transition: all 500ms ease;
  background-color: var(--amoxi-base, #ff621d);
}
.work-process-two__step::after {
  content: " 0" counter(workProcessStep2);
  counter-increment: workProcessStep2;
}
.work-process-two__item:hover .work-process-two__step {
  color: var(--amoxi-base, #ff621d);
}
.work-process-two__item:hover .work-process-two__step::before {
  opacity: 1;
  transform: translateX(0px);
}
.work-process-two__title {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.458;
  text-transform: capitalize;
}
.work-process-two__text {
  margin-bottom: 0px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-text, #b2afa6);
  line-height: 1.625;
}

/*--------------------------------------------------------------
# Faq
--------------------------------------------------------------*/
.faq-accordion {
  position: relative;
  z-index: 1;
  counter-reset: FAQ;
}
.faq-accordion .accordion {
  transition: all 500ms ease;
  border-bottom: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}
.faq-accordion .accordion + .accordion {
  margin-top: 30px;
}
.faq-accordion .accordion-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  position: relative;
  padding: 10px 0px;
  cursor: pointer;
  overflow: hidden;
  transition: all 500ms ease;
}
@media (max-width: 440px) {
  .faq-accordion .accordion-title {
    gap: 15px;
  }
}
.faq-accordion .accordion-title h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  z-index: 1;
  margin: 0px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.625;
  color: var(--amoxi-white, #FFFFFF);
  text-transform: capitalize;
  transition: all 500ms ease;
}
.faq-accordion .accordion-title__number {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
  transition: all 500ms ease;
}
.faq-accordion .accordion-title__number::before {
  content: "Q" counter(FAQ) ".";
  counter-increment: FAQ;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 22px;
  color: var(--amoxi-white, #FFFFFF);
  font-weight: 700;
  line-height: 1;
  transition: all 500ms ease;
}
@media (max-width: 575px) {
  .faq-accordion .accordion-title__number::before {
    font-size: 18px;
  }
}
.faq-accordion .accordion-title__icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  position: relative;
  transition: all 500ms ease;
}
.faq-accordion .accordion-title__icon::after, .faq-accordion .accordion-title__icon::before {
  content: "";
  width: 2px;
  height: 18px;
  position: absolute;
  background-color: var(--amoxi-white, #FFFFFF);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 500ms ease;
}
.faq-accordion .accordion-title__icon::after {
  width: 18px;
  height: 2px;
}
.faq-accordion .active.accordion {
  border: none;
}
.faq-accordion .active .accordion-title {
  padding: 10px 15px;
  background-color: var(--amoxi-base, #ff621d);
}
.faq-accordion .active .accordion-title__icon::after, .faq-accordion .active .accordion-title__icon::before {
  opacity: 0;
  background-color: var(--amoxi-white, #FFFFFF);
}
.faq-accordion .active .accordion-title__icon::after {
  opacity: 1;
}
.faq-accordion .accordion-content .inner {
  padding: 20px 20px 18px;
  background-color: var(--amoxi-black2, #0E0F11);
  border: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
  border-top: none;
  transition: all 500ms ease;
}
.faq-accordion .accordion-content p {
  margin: 0px;
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.625;
}

.faq-page {
  background-color: var(--amoxi-black, #1A1B1F);
}

.faq-one {
  position: relative;
  overflow: hidden;
  background-color: var(--amoxi-black, #1A1B1F);
}
.faq-one__content {
  position: relative;
  z-index: 1;
  padding-right: 120px;
}
@media (max-width: 1199px) {
  .faq-one__content {
    padding-right: 0px;
  }
}
.faq-one .faq-accordion .active .accordion-title__number::before,
.faq-one .faq-accordion .active .accordion-title h3 {
  color: var(--amoxi-black5, #222222);
}
.faq-one .faq-accordion .active .accordion-title__icon::after {
  background-color: var(--amoxi-black5, #222222);
}
.faq-one__image {
  width: 43%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
}
@media (max-width: 1199px) {
  .faq-one__image {
    width: 48.4%;
  }
}
@media (max-width: 991px) {
  .faq-one__image {
    width: 100%;
    position: relative;
  }
}
.faq-one__image__img {
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .faq-one__image__img {
    height: auto;
  }
}
.faq-one__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .faq-one__image img {
    max-width: 100%;
    height: auto;
    object-fit: none;
  }
}
.faq-one__user {
  padding: 23px 32px 24px;
  position: relative;
  position: absolute;
  left: -96px;
  bottom: 72px;
  z-index: 1;
}
@media (max-width: 1399px) {
  .faq-one__user {
    left: -80px;
  }
}
@media (max-width: 1199px) {
  .faq-one__user {
    left: -10px;
  }
}
@media (max-width: 991px) {
  .faq-one__user {
    left: -20px;
  }
}
@media (max-width: 575px) {
  .faq-one__user {
    margin-top: 40px;
    position: relative;
    left: auto;
    bottom: auto;
  }
}
.faq-one__user::before {
  content: "";
  width: calc(50% + 10px);
  height: calc(100% + 20px);
  position: absolute;
  top: 50%;
  right: -10px;
  z-index: -1;
  transform: translateY(-50%);
  background-color: var(--amoxi-white, #FFFFFF);
}
@media (max-width: 1399px) {
  .faq-one__user::before {
    width: calc(50% + 26px);
  }
}
@media (max-width: 1199px) {
  .faq-one__user::before {
    width: calc(50% + 96px);
  }
}
@media (max-width: 991px) {
  .faq-one__user::before {
    width: calc(50% + 86px);
  }
}
@media (max-width: 575px) {
  .faq-one__user::before {
    width: calc(50% + 10px);
  }
}
.faq-one__user::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  background-color: var(--amoxi-base, #ff621d);
}
.faq-one__user__count {
  margin: 8px 0px 10px;
  font-size: 50px;
  line-height: 1;
  font-weight: 700;
  color: var(--amoxi-black7, #000000);
  text-transform: uppercase;
}
.faq-one__user__text {
  margin-bottom: 0px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-black7, #000000);
  line-height: 1.625;
  text-transform: capitalize;
}
.faq-one__shape {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  margin: auto;
  animation: moveX2 2s linear infinite;
}
@media (max-width: 1399px) {
  .faq-one__shape {
    left: -50px;
  }
}
@media (max-width: 767px) {
  .faq-one__shape {
    left: -100px;
  }
}

.faq-two {
  background-color: var(--amoxi-black, #1A1B1F);
}
.faq-two__wrapper {
  padding-top: 104px;
  border-top: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}
@media (max-width: 767px) {
  .faq-two__wrapper {
    padding-top: 84px;
  }
}
@media (max-width: 575px) {
  .faq-two__wrapper {
    padding-top: 64px;
  }
}

/*--------------------------------------------------------------
# Package
--------------------------------------------------------------*/
.package-card {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 50px 48.5px 45px 48.5px;
}
@media (max-width: 480px) {
  .package-card {
    padding: 40px 38.5px 35px 38.5px;
  }
}
@media (max-width: 390px) {
  .package-card {
    padding: 35px 33.5px 30px 33.5px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .package-card {
    padding: 40px 37px 35px 40px;
  }
}
.package-card__shape {
  width: 100%;
  height: 0%;
  position: relative;
  position: absolute;
  left: 0px;
  bottom: 0px;
  transition: all 500ms ease;
  background-color: var(--amoxi-black2, #0E0F11);
}
.package-card__shape::after {
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  background: linear-gradient(90deg, #fa4721 0%, #f29a1c 100%), #ff621d;
}
.package-card__shape__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.package-card__content {
  position: relative;
  z-index: 2;
}
.package-card__top {
  display: flex;
  gap: 15px 20px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 67px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .package-card__top {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .package-card__top {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.package-card__top::after {
  content: "";
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  opacity: 0;
  transition: all 500ms ease;
  background-color: var(--amoxi-white, #FFFFFF);
  transform: translate(-50%, -50%) scale(0.9);
}
.package-card__price {
  margin-bottom: 30px;
  font-size: 50px;
  font-weight: 700;
  color: var(--amoxi-black5, #222222);
  line-height: 1;
  text-transform: capitalize;
  transition: all 500ms ease;
}
@media (max-width: 390px) {
  .package-card__price {
    font-size: 40px;
  }
}
.package-card__price span {
  font-size: 16px;
  font-weight: 600;
  color: var(--amoxi-black8, #333333);
}
@media (max-width: 390px) {
  .package-card__price span {
    font-size: 14px;
  }
}
.package-card__title {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-bottom: 0px;
  padding: 8.5px 30px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.318;
  color: var(--amoxi-black5, #222222);
  text-transform: uppercase;
  overflow: hidden;
  transition: all 500ms ease;
  background-color: var(--amoxi-white3, #DDDDDD);
}
.package-card__title::after {
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: -1;
  transition: all 500ms ease;
  background: linear-gradient(90deg, #fa4721 0%, #f29a1c 91.01%), #dddddd;
}
.package-card__info {
  position: relative;
  z-index: 1;
  margin-bottom: 0px;
  padding: 9.5px 0px 9.5px 37px;
  font-size: 18px;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.371;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 500ms ease;
}
@media (max-width: 390px) {
  .package-card__info {
    font-size: 16px;
  }
}
.package-card__info::after {
  content: "";
  width: calc(100% + 20px);
  height: 100%;
  position: absolute;
  top: 0px;
  right: -20px;
  z-index: -1;
  transition: all 500ms ease;
  background-color: var(--amoxi-black, #1A1B1F);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 7% 50%);
}
.package-card__bottom {
  display: flex;
  gap: 40px 50px;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .package-card__bottom {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .package-card__bottom {
    gap: 30px;
  }
}
.package-card__list {
  flex-grow: 1;
  margin-bottom: 0px;
}
@media (max-width: 575px) {
  .package-card__list {
    width: 100%;
  }
}
.package-card__list li + li {
  margin-top: 15px;
}
.package-card__list li {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
  color: var(--amoxi-text, #b2afa6);
  line-height: 1.625;
  text-transform: capitalize;
  transition: all 500ms ease;
  border-bottom: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}
.package-card__list__icon {
  display: inline-flex;
  font-size: 18px;
  color: var(--amoxi-text, #b2afa6);
  transition: all 500ms ease;
}
.package-card__list__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.package-card__button {
  flex-shrink: 0;
}
@media (min-width: 576px) {
  .package-card .amoxi-btn {
    writing-mode: sideways-lr;
  }
  .package-card .amoxi-btn__text {
    padding: 40px 14.5px;
    color: var(--amoxi-black2, #0E0F11);
    background: var(--amoxi-white, #FFFFFF);
  }
  .package-card .amoxi-btn__text::before, .package-card .amoxi-btn__text::after {
    width: calc(100% + 10px);
    height: 0%;
    transform: skewY(25deg);
    background: linear-gradient(90deg, #f29a1c 0%, #fa4721 100%);
  }
  .package-card .amoxi-btn__text::before {
    top: -8px;
    left: -5px;
  }
  .package-card .amoxi-btn__text::after {
    right: -5px;
    bottom: -8px;
  }
  .package-card .amoxi-btn:hover .amoxi-btn__text {
    color: var(--amoxi-white, #FFFFFF);
  }
  .package-card .amoxi-btn:hover .amoxi-btn__text::before, .package-card .amoxi-btn:hover .amoxi-btn__text::after {
    width: calc(100% + 10px);
    height: calc(50% + 10px);
  }
  .package-card .amoxi-btn__icon-box, .package-card .amoxi-btn__icon-box::after {
    background: linear-gradient(0deg, #fa4721 0%, #f29a1c 100%), #ff621d;
  }
  .package-card .amoxi-btn:hover .amoxi-btn__icon-box::after {
    background: var(--amoxi-white, #FFFFFF);
  }
  .package-card .amoxi-btn__icon {
    font-size: 14px;
    color: var(--amoxi-white, #FFFFFF);
  }
  .package-card .amoxi-btn:hover .amoxi-btn__icon {
    color: var(--amoxi-base, #ff621d);
    animation: slideTop 500ms;
  }
}
.package-card.active .package-card__shape {
  height: 100%;
  top: 0px;
}
.package-card.active .package-card__shape::after {
  height: 134px;
  bottom: 0px;
  transition: all 500ms ease 300ms;
}
.package-card.active .package-card__top::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.package-card.active .package-card__title::after {
  width: 100%;
  left: 0px;
}
.package-card.active .package-card__title,
.package-card.active .package-card__info {
  color: var(--amoxi-white, #FFFFFF);
}

.package-card-two {
  position: relative;
  z-index: 2;
  padding: 0px 30px 40px 45px;
}
@media (max-width: 1199px) {
  .package-card-two {
    padding: 0px 40px 40px;
  }
}
@media (max-width: 430px) {
  .package-card-two {
    padding: 0px 30px 30px;
  }
}
@media (max-width: 390px) {
  .package-card-two {
    padding: 0px 25px 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .package-card-two {
    padding: 0px 25px 25px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .package-card-two {
    padding: 0px 10px 25px 25px;
  }
}
.package-card-two__shape {
  width: calc(100% + 15px);
  height: calc(100% - 15px);
  position: relative;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
  background-color: var(--amoxi-white, #FFFFFF);
}
@media (max-width: 991px) {
  .package-card-two__shape {
    width: 100%;
  }
}
.package-card-two__shape::after {
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: -1;
  transition: all 500ms ease;
  background-color: var(--amoxi-base, #ff621d);
}
.package-card-two--two {
  z-index: 1;
  padding-left: 30px;
}
@media (max-width: 767px) {
  .package-card-two--two {
    padding-left: 45px;
  }
}
@media (max-width: 430px) {
  .package-card-two--two {
    padding-left: 30px;
  }
}
@media (max-width: 390px) {
  .package-card-two--two {
    padding-left: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .package-card-two--two {
    padding-left: 25px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .package-card-two--two {
    padding-left: 10px;
  }
}
.package-card-two--two .package-card-two__shape {
  width: calc(100% + 30px);
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .package-card-two--two .package-card-two__shape {
    width: 100%;
  }
}
.package-card-two--two .package-card-two__shape-2 {
  width: calc(100% + 30px);
  height: calc(100% - 15px);
  position: relative;
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .package-card-two--two .package-card-two__shape-2 {
    display: none;
  }
}
.package-card-two--two .package-card-two__shape-2::before, .package-card-two--two .package-card-two__shape-2::after {
  content: "";
  width: 47px;
  height: 47px;
  position: absolute;
  top: 0px;
  transition: all 500ms ease;
  background-color: var(--amoxi-white, #FFFFFF);
}
.package-card-two--two .package-card-two__shape-2::before {
  left: -47px;
  clip-path: polygon(100% 100%, 0 100%, 100% 0);
}
.package-card-two--two .package-card-two__shape-2::after {
  right: -47px;
  clip-path: polygon(100% 100%, 0 100%, 0 0);
}
.package-card-two--three {
  padding-left: 30px;
  padding-right: 45px;
}
@media (max-width: 767px) {
  .package-card-two--three {
    padding-left: 45px;
  }
}
@media (max-width: 430px) {
  .package-card-two--three {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 390px) {
  .package-card-two--three {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .package-card-two--three {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .package-card-two--three {
    padding-left: 10px;
    padding-right: 25px;
  }
}
.package-card-two--three .package-card-two__shape {
  left: -15px;
}
@media (max-width: 991px) {
  .package-card-two--three .package-card-two__shape {
    left: 0px;
  }
}
.package-card-two__content {
  position: relative;
  z-index: 2;
}
.package-card-two__top {
  text-align: center;
}
.package-card-two__title {
  display: inline-block;
  position: relative;
  margin-bottom: 34px;
  padding: 10px 30px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.318;
  color: var(--amoxi-white, #FFFFFF);
  text-transform: uppercase;
  transition: all 500ms ease;
  background-color: var(--amoxi-base, #ff621d);
}
.package-card-two__title::before, .package-card-two__title::after {
  content: "";
  width: 14px;
  height: 15px;
  position: absolute;
  top: 0px;
  background-color: var(--amoxi-base, #ff621d);
  transition: all 500ms ease;
}
.package-card-two__title::before {
  left: -14px;
  clip-path: polygon(100% 100%, 0 100%, 100% 0);
}
.package-card-two__title::after {
  right: -14px;
  clip-path: polygon(100% 100%, 0 100%, 0 0);
}
.package-card-two__title__shape {
  width: 22px;
  height: 19px;
  position: absolute;
  left: 50%;
  bottom: -19px;
  transform: translateX(-50%);
  background-color: var(--amoxi-base, #ff621d);
  transition: all 500ms ease;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.package-card-two__price {
  margin-bottom: 30px;
  font-size: 50px;
  font-weight: 700;
  color: var(--amoxi-black5, #222222);
  line-height: 1;
  text-transform: capitalize;
  transition: all 500ms ease;
}
@media (max-width: 390px) {
  .package-card-two__price {
    font-size: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .package-card-two__price {
    font-size: 40px;
  }
}
.package-card-two__price span {
  font-size: 16px;
  font-weight: 600;
}
.package-card-two__info {
  margin-bottom: 25px;
  padding: 10px 37px;
  font-size: 18px;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.371;
  font-weight: 600;
  text-transform: uppercase;
  background-color: var(--amoxi-black, #1A1B1F);
  transition: all 500ms ease;
  clip-path: polygon(0 0, 100% 0, 93% 50%, 100% 100%, 0 100%, 7% 50%);
}
@media (max-width: 390px) {
  .package-card-two__info {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .package-card-two__info {
    font-size: 16px;
  }
}
.package-card-two__list {
  margin-bottom: 30px;
}
.package-card-two__list li + li {
  margin-top: 15px;
}
.package-card-two__list li {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
  color: var(--amoxi-text-gray, #636363);
  line-height: 1.625;
  text-transform: capitalize;
  transition: all 500ms ease;
  border-bottom: 1px solid var(--amoxi-border-color, #D3D3D3);
}
.package-card-two__list__icon {
  display: inline-flex;
  font-size: 18px;
  color: var(--amoxi-text-gray, #636363);
  transition: all 500ms ease;
}
.package-card-two__list__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.package-card-two__button {
  text-align: center;
}
.package-card-two .amoxi-btn__icon-box {
  background-color: var(--amoxi-black4, #131313);
}
.package-card-two .amoxi-btn__icon {
  font-size: 14px;
  color: var(--amoxi-white, #FFFFFF);
}
.package-card-two.active .package-card-two__shape::after {
  height: 100%;
}
.package-card-two.active .package-card-two__shape-2::before,
.package-card-two.active .package-card-two__shape-2::after {
  background-color: var(--amoxi-base, #ff621d);
}
.package-card-two.active .package-card-two__title,
.package-card-two.active .package-card-two__info {
  color: var(--amoxi-black5, #222222);
}
.package-card-two.active .package-card-two__title,
.package-card-two.active .package-card-two__title::before,
.package-card-two.active .package-card-two__title::after,
.package-card-two.active .package-card-two__title__shape {
  color: var(--amoxi-black6, #3A3B3F);
}
.package-card-two.active .package-card-two__title,
.package-card-two.active .package-card-two__title::before,
.package-card-two.active .package-card-two__title::after,
.package-card-two.active .package-card-two__title__shape,
.package-card-two.active .package-card-two__info {
  background-color: var(--amoxi-white, #FFFFFF);
}
.package-card-two.active .package-card-two__list li {
  border-color: var(--amoxi-white, #FFFFFF);
}
.package-card-two.active .package-card-two__price,
.package-card-two.active .package-card-two__list li,
.package-card-two.active .package-card-two__list__icon {
  color: var(--amoxi-white, #FFFFFF);
}
.package-card-two.active .amoxi-btn .amoxi-btn__text {
  color: var(--amoxi-black4, #131313);
}
.package-card-two.active .amoxi-btn .amoxi-btn__text::before, .package-card-two.active .amoxi-btn .amoxi-btn__text::after {
  width: calc(50% + 10px);
  background-color: var(--amoxi-white, #FFFFFF);
}
.package-card-two.active .amoxi-btn .amoxi-btn__icon-box {
  background-color: var(--amoxi-black4, #131313);
}
.package-card-two.active .amoxi-btn .amoxi-btn__icon {
  color: var(--amoxi-white, #FFFFFF);
}

.packages-one,
.packages-two {
  background-color: var(--amoxi-black, #1A1B1F);
}

.packages-one__top {
  margin-bottom: 51px;
}
.packages-one .sec-title {
  margin: 0px;
}
.packages-one__switch {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 390px) {
  .packages-one__switch {
    gap: 15px;
  }
}
.packages-one__switch__text {
  margin: 0px;
  cursor: pointer;
  font-size: 22px;
  line-height: 1.371;
  color: var(--amoxi-text-gray, #636363);
  text-transform: uppercase;
  transition: 0.5s;
}
@media (max-width: 390px) {
  .packages-one__switch__text {
    font-size: 20px;
  }
}
.packages-one__switch__text.active {
  color: var(--amoxi-white, #FFFFFF);
}
.packages-one__switch__box {
  position: relative;
  display: inline-block;
  width: 68px;
  height: 30px;
}
.packages-one__switch__box input {
  width: 0;
  height: 0;
  opacity: 0;
}
.packages-one__switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.5s;
  border-radius: 100px;
  background: transparent;
  border: 2px solid var(--amoxi-white, #FFFFFF);
}
.packages-one__switch .slider::before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
  transition: 0.5s;
  border-radius: 50%;
  background: var(--amoxi-base, #ff621d);
}
.packages-one__switch input:checked + .slider {
  background: var(--amoxi-base, #ff621d);
  border-color: var(--amoxi-base, #ff621d);
}
.packages-one__switch input:checked + .slider::before {
  background: var(--amoxi-white, #FFFFFF);
  transform: translateY(-50%) translateX(35px);
}
.packages-one__monthly, .packages-one__yearly {
  opacity: 0;
  transform: translate3d(0, 80px, 0);
  transition: all 1s ease;
}
.packages-one__monthly.active, .packages-one__yearly.active {
  opacity: 1;
  transform: translateZ(0);
}

.packages-two {
  background-color: var(--amoxi-black, #1A1B1F);
}
.packages-two--home .package-card-two__title {
  color: var(--amoxi-black8, #333333);
}
.packages-two--home .amoxi-btn__text {
  color: var(--amoxi-black4, #131313);
}
.packages-two--home .package-card-two.active .package-card-two__price {
  color: var(--amoxi-black5, #222222);
}
.packages-two--home .package-card-two.active .package-card-two__title,
.packages-two--home .package-card-two.active .package-card-two__list li,
.packages-two--home .package-card-two.active .package-card-two__list__icon {
  color: var(--amoxi-black8, #333333);
}
.packages-two--home .package-card-two.active .package-card-two__list li {
  border-color: RGBA(var(--amoxi-black9-rgb, 71, 71, 71), 0.6);
}

/*--------------------------------------------------------------
# Feature
--------------------------------------------------------------*/
.feature-one {
  background-color: var(--amoxi-black, #1A1B1F);
  counter-reset: featureSerialNumber;
}
.feature-one__card {
  position: relative;
  padding-top: 30px;
  border-radius: 10px;
}
.feature-one__card__content {
  position: relative;
  text-align: center;
  padding: 15px 50px 40px;
  overflow: hidden;
  border-radius: inherit;
}
@media (max-width: 360px) {
  .feature-one__card__content {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.feature-one__card__content::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: inherit;
  background-color: var(--amoxi-white, #FFFFFF);
  clip-path: polygon(0 0, 100% 0, 92% 65%, 100% 100%, 0 100%, 8% 65%);
}
.feature-one__card__content::after {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--amoxi-base, #ff621d);
  clip-path: circle(0% at 50% 50%);
  transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 0.7s;
}
.feature-one__card:hover .feature-one__card__content::after {
  clip-path: circle(100% at 50% 50%);
  transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 4s;
}
.feature-one__card__inner {
  position: relative;
  z-index: 2;
}
.feature-one__card__number {
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px auto 20px;
  font-size: 20px;
  font-weight: 600;
  color: var(--amoxi-white, #FFFFFF);
  border-radius: 50%;
  transform: rotate(-90deg);
  transition: all 500ms ease;
  background-color: var(--amoxi-black2, #0E0F11);
  counter-increment: featureSerialNumber;
}
.feature-one__card__number::after {
  content: counter(featureSerialNumber, decimal-leading-zero);
}
.feature-one__card:hover .feature-one__card__number {
  transform: rotate(0deg);
}
.feature-one__card__title {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.458;
  color: var(--amoxi-black7, #000000);
  text-transform: capitalize;
}
@media (max-width: 375px) {
  .feature-one__card__title {
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .feature-one__card__title {
    font-size: 22px;
  }
}
.feature-one__card__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.feature-one__card__title a:hover {
  background-size: 100% 1px;
}
.feature-one__card__text {
  margin-bottom: 21px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-text-gray, #636363);
  line-height: 1.625;
  transition: all 500ms ease;
}
.feature-one__card:hover .feature-one__card__text {
  color: var(--amoxi-black8, #333333);
}
.feature-one__card__icon {
  display: inline-flex;
  margin-bottom: 28px;
  font-size: 64px;
  color: var(--amoxi-black7, #000000);
}
.feature-one__card__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.feature-one__card:hover .feature-one__card__icon {
  -webkit-animation-name: wobble-horizontal-hover;
  animation-name: wobble-horizontal-hover;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.feature-one__card .amoxi-btn-two {
  padding: 10px 25px;
  color: var(--amoxi-black8, #333333);
  border-radius: 100px;
  background-color: transparent;
  border: 1px solid var(--amoxi-border-color, #D3D3D3);
}
.feature-one__card:hover .amoxi-btn-two {
  color: var(--amoxi-white, #FFFFFF);
  border-color: var(--amoxi-black2, #0E0F11);
}
.feature-one__card:hover .amoxi-btn-two::before,
.feature-one__card:hover .amoxi-btn-two::after {
  background-color: var(--amoxi-black2, #0E0F11);
}
.feature-one__card:hover .amoxi-btn-two::before {
  width: 100%;
  right: 0;
  left: auto;
}
.feature-one__card:hover .amoxi-btn-two::after {
  width: 100%;
  left: 0;
  right: auto;
}
.feature-one__card__shape {
  width: 126px;
  height: 30px;
  position: relative;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
}
.feature-one__card__shape::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: var(--amoxi-base, #ff621d);
  clip-path: polygon(17% 0%, 83% 0%, 100% 100%, 0% 100%);
}
.feature-one__card__shape::after {
  content: "";
  width: 85px;
  height: 83px;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--amoxi-white, #FFFFFF);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.skills-one {
  background-color: var(--amoxi-black2, #0E0F11);
}
@media (max-width: 1399px) {
  .skills-one {
    padding-top: var(--section-space, 120px);
    padding-bottom: var(--section-space, 120px);
    background-color: var(--amoxi-black, #1A1B1F);
  }
}
@media (max-width: 767px) {
  .skills-one {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 575px) {
  .skills-one {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 1400px) {
  .skills-one .container {
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.skills-one__row {
  display: grid;
  gap: 0px;
  align-items: start;
  grid-template-columns: 46.3% 53.7%;
}
@media (max-width: 1599px) {
  .skills-one__row {
    grid-template-columns: 52% 48%;
  }
}
@media (max-width: 1399px) {
  .skills-one__row {
    gap: 50px 30px;
    align-items: center;
    grid-template-columns: calc(50% - 15px) calc(50% - 15px);
  }
}
@media (max-width: 991px) {
  .skills-one__row {
    grid-template-columns: 1fr;
  }
}
.skills-one__content {
  position: relative;
  padding: 110px 138px 120px 154px;
  background-color: var(--amoxi-black, #1A1B1F);
}
@media (max-width: 1799px) {
  .skills-one__content {
    padding-left: 80px;
    padding-right: 118px;
  }
}
@media (max-width: 1399px) {
  .skills-one__content {
    padding: 0px;
  }
}
.skills-one__content::after {
  content: "";
  width: 130px;
  height: 100%;
  position: absolute;
  top: 0px;
  right: -130px;
  background-color: var(--amoxi-black, #1A1B1F);
}
@media (max-width: 1399px) {
  .skills-one__content::after {
    display: none;
  }
}
.skills-one .sec-title {
  margin-bottom: 26px;
}
.skills-one__text {
  margin-bottom: 28px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-text, #b2afa6);
  line-height: 1.625;
}
.skills-one__skill {
  margin-bottom: 46px;
}
.skills-one__image {
  position: relative;
  z-index: 1;
  margin-top: 120px;
}
@media (max-width: 991px) {
  .skills-one__image {
    margin-top: 0px;
  }
}
.skills-one__image::before, .skills-one__image::after {
  content: "";
  width: 130px;
  height: 120px;
  position: absolute;
  left: -130px;
  z-index: 1;
  background-color: var(--amoxi-base, #ff621d);
}
@media (max-width: 1799px) {
  .skills-one__image::before, .skills-one__image::after {
    width: 100px;
    left: -100px;
  }
}
@media (max-width: 1399px) {
  .skills-one__image::before, .skills-one__image::after {
    display: none;
  }
}
.skills-one__image::before {
  top: -120px;
}
.skills-one__image::after {
  bottom: 0px;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
}
.skills-one__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.skills-one__title {
  margin: 0px;
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 1;
  font-size: 150px;
  line-height: 1;
  font-weight: 700;
  color: transparent;
  text-transform: uppercase;
  -webkit-text-stroke: 1px var(--amoxi-white, #FFFFFF);
}
@media (max-width: 767px) {
  .skills-one__title {
    font-size: 100px;
  }
}
@media (max-width: 575px) {
  .skills-one__title {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .skills-one__title {
    font-size: 100px;
  }
}
.skills-one__title span {
  display: inline-block;
  position: relative;
}
.skills-one__title span:nth-child(1) {
  top: -157px;
}
.skills-one__title span:nth-child(2) {
  top: -128px;
  color: var(--amoxi-base, #ff621d);
}
.skills-one__title span:nth-child(3) {
  top: -77px;
}
.skills-one__title span:nth-child(4) {
  top: -50px;
}

/*--------------------------------------------------------------
# Social Media
--------------------------------------------------------------*/
.social-media {
  position: relative;
  background-color: var(--amoxi-black2, #0E0F11);
  border-bottom: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}
.social-media .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0px;
}
.social-media__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.social-media__item {
  width: 25%;
  flex: 0 0 auto;
  position: relative;
  padding: 40px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .social-media__item {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .social-media__item {
    width: 100%;
  }
}
.social-media__item:not(:last-child) {
  border-right: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}
@media (max-width: 575px) {
  .social-media__item:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
  }
}
@media (max-width: 991px) {
  .social-media__item:nth-child(2) {
    border-right: none;
  }
}
@media (max-width: 991px) {
  .social-media__item:nth-child(1), .social-media__item:nth-child(2) {
    border-bottom: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
  }
}
.social-media__link {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  .social-media__link {
    gap: 20px;
  }
}
.social-media__link img {
  max-width: 100%;
  height: auto;
  flex-shrink: 0;
}
.social-media__title {
  margin: 0px;
  position: relative;
  font-size: 40px;
  font-weight: 600;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.25;
  text-transform: uppercase;
  transition: all 500ms ease;
}
@media (max-width: 991px) {
  .social-media__title {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .social-media__title {
    font-size: 25px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .social-media__title {
    font-size: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .social-media__title {
    font-size: 30px;
  }
}
.social-media__title span {
  display: inline-block;
}
.social-media__title span:last-child {
  position: absolute;
  top: 0px;
  left: 0px;
  color: var(--accent-color);
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1s ease;
  -webkit-text-stroke-color: var(--amoxi-white, #FFFFFF);
}
.social-media__link:hover .social-media__title span:last-child {
  clip-path: inset(0 0 0 0);
}

.social-media-two {
  background-color: var(--amoxi-black2, #0E0F11);
}
.social-media-two__top {
  margin-bottom: 51px;
}
.social-media-two .sec-title {
  margin-bottom: 0px;
}
.social-media-two__button {
  text-align: right;
}
.social-media-two__single + .social-media-two__single {
  margin-top: 30px;
}
.social-media-two__item {
  width: 100%;
  display: block;
  margin: auto;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  transition: all 600ms ease;
}
@media (min-width: 1200px) {
  .social-media-two__item:hover {
    width: calc(100% + 100px);
  }
}
.social-media-two__content {
  gap: 40px;
  align-items: center;
  position: relative;
  z-index: 1;
  padding: 13px 50px 13px 13px;
  border-radius: 100px;
  overflow: hidden;
  border: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}
@media (max-width: 1199px) {
  .social-media-two__content {
    gap: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .social-media-two__content {
    padding: 30px 30px 23px;
    border-radius: 10px;
  }
}
@media (max-width: 767px) {
  .social-media-two__content {
    padding: 40px 40px 33px;
  }
}
@media (max-width: 390px) {
  .social-media-two__content {
    padding: 30px 30px 23px;
  }
}
.social-media-two__content.row {
  --bs-gutter-x: 0px;
}
.social-media-two__content::before {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: var(--amoxi-base, #ff621d);
  clip-path: circle(0% at 50% 50%);
  transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 0.7s;
}
.social-media-two__item:hover .social-media-two__content::before {
  clip-path: circle(100% at 50% 50%);
  transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 4s;
}
.social-media-two__col-1, .social-media-two__col-2, .social-media-two__col-3, .social-media-two__col-4, .social-media-two__col-5 {
  display: block;
  flex: 0 0 auto;
}
.social-media-two__col-1 {
  width: calc(10.5% - 40px);
}
@media (max-width: 1199px) {
  .social-media-two__col-1 {
    width: calc(12% - 30px);
  }
}
@media (max-width: 991px) {
  .social-media-two__col-1 {
    width: 100%;
  }
}
.social-media-two__col-2 {
  width: calc(26.5% - 40px);
}
@media (max-width: 1199px) {
  .social-media-two__col-2 {
    width: calc(15% - 30px);
  }
}
@media (max-width: 991px) {
  .social-media-two__col-2 {
    width: 100%;
  }
}
.social-media-two__col-3 {
  width: calc(25% - 40px);
  text-align: center;
}
@media (max-width: 1199px) {
  .social-media-two__col-3 {
    width: calc(30% - 30px);
  }
}
@media (max-width: 991px) {
  .social-media-two__col-3 {
    width: 100%;
    text-align: center;
  }
}
.social-media-two__col-4 {
  width: calc(17% - 40px);
}
@media (max-width: 1199px) {
  .social-media-two__col-4 {
    width: calc(15% - 30px);
  }
}
@media (max-width: 991px) {
  .social-media-two__col-4 {
    width: 100%;
  }
}
.social-media-two__col-5 {
  width: 21%;
  text-align: right;
}
@media (max-width: 1199px) {
  .social-media-two__col-5 {
    width: 28%;
  }
}
@media (max-width: 991px) {
  .social-media-two__col-5 {
    width: 100%;
    text-align: center;
  }
}
.social-media-two__icon {
  width: 74px;
  height: 74px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 50%;
  background-color: var(--amoxi-black, #1A1B1F);
}
@media (max-width: 991px) {
  .social-media-two__icon {
    margin: 0px auto;
  }
}
.social-media-two__icon::before {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: var(--amoxi-white, #FFFFFF);
  clip-path: circle(0% at 50% 50%);
  transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 0.7s;
}
.social-media-two__icon img {
  max-width: 100%;
  height: auto;
}
.social-media-two__item:hover .social-media-two__icon::before {
  clip-path: circle(100% at 50% 50%);
  transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 4s;
}
.social-media-two__title {
  display: inline-block;
  margin: 0px;
  position: relative;
  font-family: var(--amoxi-heading-font, "Plus Jakarta Sans", sans-serif);
  font-size: 40px;
  color: transparent;
  font-weight: 600;
  line-height: 1.25;
  text-transform: capitalize;
  -webkit-text-stroke: 1px var(--amoxi-black9, #474747);
}
.social-media-two__title::after {
  content: attr(title);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: var(--amoxi-black2, #0E0F11);
  -webkit-text-stroke-color: var(--amoxi-black2, #0E0F11);
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1s ease;
}
.social-media-two__item:hover .social-media-two__title::after {
  clip-path: inset(0 0 0 0);
}
.social-media-two__total-follow {
  display: inline-block;
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.3125;
  text-transform: capitalize;
  transition: all 500ms ease;
}
.social-media-two__item:hover .social-media-two__total-follow {
  color: var(--amoxi-black2, #0E0F11);
}
.social-media-two__border {
  display: block;
  width: 100%;
  height: 1px;
  transition: all 500ms ease;
  border: 1px dashed var(--amoxi-black9, #474747);
}
.social-media-two__item:hover .social-media-two__border {
  border-color: var(--amoxi-black2, #0E0F11);
}

/*--------------------------------------------------------------
# Work Area
--------------------------------------------------------------*/
.work-area {
  padding: 130px 0px;
  position: relative;
  background-color: var(--amoxi-black, #1A1B1F);
}
@media (max-width: 991px) {
  .work-area {
    padding-top: 104px;
  }
}
@media (max-width: 767px) {
  .work-area {
    padding: 79px 0px 100px;
  }
}
@media (max-width: 575px) {
  .work-area {
    padding-top: 83px;
  }
}
@media (max-width: 400px) {
  .work-area {
    padding-top: 86px;
  }
}
.work-area__bg {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.work-area__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: RGBA(var(--amoxi-black-rgb, 26, 27, 31), 0.5);
}
.work-area .container {
  position: relative;
  z-index: 1;
}
.work-area__content {
  text-align: center;
}
.work-area__title {
  margin-bottom: 40px;
  font-size: 130px;
  font-weight: 700;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.261;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .work-area__title {
    font-size: 98px;
  }
}
@media (max-width: 991px) {
  .work-area__title {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .work-area__title {
    font-size: 75px;
  }
}
@media (max-width: 575px) {
  .work-area__title {
    font-size: 60px;
  }
}
@media (max-width: 440px) {
  .work-area__title {
    font-size: 50px;
  }
}
.work-area__title img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  margin: 0px 30px;
  border-radius: 30px;
}
@media (max-width: 1199px) {
  .work-area__title img {
    margin: 0px 10px;
  }
}
@media (max-width: 991px) {
  .work-area__title img {
    display: none;
  }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio-one {
  padding-top: 104px;
  background-color: var(--amoxi-black, #1A1B1F);
}
@media (max-width: 1199px) {
  .portfolio-one {
    padding-top: 86px;
  }
}
@media (max-width: 991px) {
  .portfolio-one {
    padding-top: 76px;
  }
}
@media (max-width: 767px) {
  .portfolio-one {
    padding-top: 56px;
  }
}
@media (max-width: 575px) {
  .portfolio-one {
    padding-top: 28px;
  }
}
.portfolio-one__content {
  text-align: center;
}
.portfolio-one .marquee__top,
.portfolio-one .marquee__bottom,
.portfolio-one .marquee__toleft,
.portfolio-one .marquee__toright {
  gap: 10px;
}
.portfolio-one .marquee__bottom {
  margin-top: 10px;
}
.portfolio-one__card {
  position: relative;
}
.portfolio-one__card__year {
  margin: 0px;
  font-size: 22px;
  font-weight: 600;
  color: var(--amoxi-black5, #222222);
  line-height: 1.318;
  text-transform: uppercase;
}
.portfolio-one__card__image img {
  width: 100%;
  display: block;
}
.portfolio-one__card__content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 44px 50px 45px;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  background-color: RGBA(var(--amoxi-white2-rgb, 217, 217, 217), 0.84);
}
.portfolio-one__card:hover .portfolio-one__card__content {
  opacity: 1;
  visibility: visible;
  animation-delay: 0.1s;
  animation-name: zoomInDown;
}
.portfolio-one__card .amoxi-circle-btn {
  margin: auto;
}
.portfolio-one__card__title {
  margin-bottom: 14px;
  font-size: 24px;
  color: var(--amoxi-black5, #222222);
  line-height: 1.444;
  font-weight: 700;
  text-transform: capitalize;
}
.portfolio-one__card__title a {
  color: inherit;
}
.portfolio-one__card__title a:hover {
  color: var(--amoxi-base, #ff621d);
}
.portfolio-one__card__title a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.portfolio-one__card__title a:hover {
  background-size: 100% 1px;
}
.portfolio-one__card__category {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 0px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3125;
  color: var(--amoxi-black6, #3A3B3F);
  text-transform: uppercase;
}
.portfolio-one__card__category::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  position: relative;
  top: 2px;
  border: 2px solid var(--amoxi-base, #ff621d);
}

.portfolio-two {
  position: relative;
}
.portfolio-two .container {
  position: relative;
  z-index: 1;
}
.portfolio-two__top {
  margin-bottom: 205px;
}
@media (max-width: 1799px) {
  .portfolio-two__top {
    margin-bottom: 220px;
  }
}
@media (max-width: 1599px) {
  .portfolio-two__top {
    margin-bottom: 257px;
  }
}
@media (max-width: 1399px) {
  .portfolio-two__top {
    margin-bottom: 165px;
  }
}
@media (max-width: 1199px) {
  .portfolio-two__top {
    margin-bottom: 116px;
  }
}
@media (max-width: 991px) {
  .portfolio-two__top {
    margin-bottom: 61px;
  }
}
.portfolio-two .sec-title {
  margin-bottom: 0px;
}
.portfolio-two__button {
  text-align: right;
}
@media (min-width: 992px) {
  .portfolio-two__container {
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.portfolio-two__carousel {
  width: 100%;
  overflow: hidden;
}
@media (min-width: 992px) {
  .portfolio-two__carousel {
    overflow: visible;
  }
}
@media (max-width: 767px) {
  .portfolio-two__carousel .swiper-slide {
    height: 500px !important;
  }
  .portfolio-two__carousel .swiper-slide .portfolio-two__card {
    height: 500px !important;
  }
  .portfolio-two__carousel .swiper-slide .portfolio-two__card__image {
    height: 100%;
  }
}
@media (min-width: 1400px) {
  .portfolio-two__carousel .is-one {
    position: relative;
    z-index: 1 !important;
    transform: rotate(46.93deg) translateX(-50px) translateY(-100px) !important;
  }
}
@media (min-width: 1600px) {
  .portfolio-two__carousel .is-one {
    transform: rotate(46.93deg) translateX(0px) translateY(-100px) !important;
  }
}
@media (min-width: 1400px) {
  .portfolio-two__carousel .is-two {
    position: relative;
    z-index: 2 !important;
    transform: rotate(-16.97deg) translateX(-150px) translateY(110px) !important;
  }
}
@media (min-width: 1600px) {
  .portfolio-two__carousel .is-two {
    transform: rotate(-16.97deg) translateX(-100px) translateY(180px) !important;
  }
}
@media (min-width: 1400px) {
  .portfolio-two__carousel .is-four {
    position: relative;
    z-index: 2 !important;
    transform: rotate(16.97deg) translateX(150px) translateY(110px) !important;
  }
}
@media (min-width: 1600px) {
  .portfolio-two__carousel .is-four {
    transform: rotate(16.97deg) translateX(100px) translateY(180px) !important;
  }
}
@media (min-width: 1400px) {
  .portfolio-two__carousel .is-five {
    position: relative;
    z-index: 1 !important;
    transform: rotate(-46.93deg) translateX(50px) translateY(-100px) !important;
  }
}
@media (min-width: 1600px) {
  .portfolio-two__carousel .is-five {
    transform: rotate(-46.93deg) translateX(0px) translateY(-100px) !important;
  }
}
.portfolio-two__carousel .center {
  align-self: center;
  position: relative;
  z-index: 3 !important;
}
@media (max-width: 767px) {
  .portfolio-two__carousel .center .portfolio-two__card {
    height: 500px !important;
  }
  .portfolio-two__carousel .center .portfolio-two__card__image {
    height: 100%;
  }
}
@media (min-width: 992px) {
  .portfolio-two__carousel .center .portfolio-two__card {
    width: 650px !important;
    height: 567px !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .portfolio-two__carousel .center .portfolio-two__card__image {
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .portfolio-two__carousel .center .portfolio-two__card {
    width: 696px !important;
    height: 613px !important;
  }
}
@media (min-width: 1400px) {
  .portfolio-two__carousel .center .portfolio-two__card {
    width: 796px !important;
    height: 713px !important;
  }
}
.portfolio-two__carousel .center:hover .portfolio-two__card__image::after {
  height: 100%;
  top: 0px;
}
.portfolio-two__carousel .center:hover .portfolio-two__card__image img {
  transform: scale(1.1) rotate(3deg);
}
.portfolio-two__carousel .center:hover .portfolio-two__card__link {
  opacity: 1;
  transition-delay: 200ms;
  transform: translate(-50%, -50%) rotate(-29deg);
}
.portfolio-two__carousel .center .portfolio-two__card__content {
  opacity: 1;
  visibility: visible;
  animation-delay: 0.1s;
  animation-name: zoomInDown;
}
.portfolio-two__card {
  overflow: hidden;
  position: relative;
  border-radius: 50px;
}
.portfolio-two__card__image {
  position: relative;
  overflow: hidden;
  border-radius: 50px;
}
.portfolio-two__card__image::after {
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  transition: all 500ms ease;
  background-color: RGBA(var(--amoxi-black2-rgb, 14, 15, 17), 0.5);
}
.portfolio-two__card__image img {
  width: 100%;
  height: 100%;
  transition: 500ms;
  object-fit: cover;
  border-radius: inherit;
}
.portfolio-two__card__link {
  width: 142px;
  height: 123px;
  display: inline-block;
  margin: auto;
  position: absolute;
  top: calc(50% - 73.5px);
  left: 50%;
  z-index: 1;
  opacity: 0;
  transition: all 500ms ease 0ms;
  transform: translate(-50%, -400px) rotate(-29deg);
}
@media (max-width: 1399px) {
  .portfolio-two__card__link {
    top: calc(50% - 68.5px);
  }
}
@media (max-width: 1199px) {
  .portfolio-two__card__link {
    top: calc(50% - 65.5px);
  }
}
@media (max-width: 991px) {
  .portfolio-two__card__link {
    top: calc(50% - 69.5px);
  }
}
@media (max-width: 767px) {
  .portfolio-two__card__link {
    width: 90px;
    height: 70px;
    top: calc(50% - 91px);
  }
}
@media (max-width: 430px) {
  .portfolio-two__card__link {
    width: 80px;
    height: 60px;
  }
}
.portfolio-two__card__link:hover {
  transform: translate(-50%, -50%) rotate(0deg) !important;
}
.portfolio-two__card__icon {
  width: 142px;
  height: 123px;
}
@media (max-width: 767px) {
  .portfolio-two__card__icon {
    width: 90px;
    height: 70px;
  }
}
@media (max-width: 430px) {
  .portfolio-two__card__icon {
    width: 80px;
    height: 60px;
  }
}
.portfolio-two__card__icon path {
  stroke: var(--amoxi-white, #FFFFFF);
  transition: all 500ms ease;
}
.portfolio-two__card__icon:hover path {
  stroke: var(--amoxi-base, #ff621d);
}
.portfolio-two__card__content {
  width: 100%;
  display: flex;
  gap: 20px 30px;
  align-items: center;
  justify-content: space-between;
  position: relative;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
  opacity: 0;
  padding: 39px 50px;
  visibility: hidden;
  transition: all 500ms ease;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  background: linear-gradient(90deg, #fa4721 0%, #f29a1c 100%);
}
@media (max-width: 1399px) {
  .portfolio-two__card__content {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .portfolio-two__card__content {
    padding: 29px 30px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.portfolio-two__card__title {
  margin-bottom: 13px;
  font-size: 24px;
  font-weight: 700;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.266;
  text-transform: capitalize;
}
@media (max-width: 412px) {
  .portfolio-two__card__title {
    font-size: 22px;
  }
}
.portfolio-two__card__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.portfolio-two__card__title a:hover {
  background-size: 100% 1px;
}
.portfolio-two__card__category {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  margin-bottom: 0px;
  font-weight: 500;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.625;
  text-transform: uppercase;
}
.portfolio-two__card__category::before {
  content: "";
  width: 14px;
  height: 14px;
  display: inline-block;
  position: relative;
  top: 5px;
  transition: all 500ms ease;
  border: 3px solid var(--amoxi-white, #FFFFFF);
}
.portfolio-two__card__year {
  margin-bottom: 0px;
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 2px var(--amoxi-white, #FFFFFF);
}
@media (max-width: 1399px) {
  .portfolio-two__card__year {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .portfolio-two__card__year {
    font-size: 40px;
    -webkit-text-stroke-width: 1px;
  }
}
@media (max-width: 412px) {
  .portfolio-two__card__year {
    font-size: 35px;
  }
}
.portfolio-two__slide-btn {
  margin-top: 200px;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1799px) {
  .portfolio-two__slide-btn {
    margin-top: 220px;
  }
}
@media (max-width: 1599px) {
  .portfolio-two__slide-btn {
    margin-top: 250px;
  }
}
@media (max-width: 1399px) {
  .portfolio-two__slide-btn {
    margin-top: 162px;
  }
}
@media (max-width: 1199px) {
  .portfolio-two__slide-btn {
    margin-top: 114px;
  }
}
@media (max-width: 991px) {
  .portfolio-two__slide-btn {
    margin-top: 60px;
  }
}
.portfolio-two__prev, .portfolio-two__next {
  width: 69px;
  height: 69px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
  position: relative;
  z-index: 1;
  margin: 0px;
  padding: 0px;
  font-size: 20px;
  color: var(--amoxi-white, #FFFFFF);
  border-radius: 50%;
  transition: all 500ms ease;
  background-color: transparent;
  border: 1px solid var(--amoxi-white, #FFFFFF);
}
@media (max-width: 1399px) {
  .portfolio-two__prev, .portfolio-two__next {
    width: 60px;
    height: 60px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .portfolio-two__prev, .portfolio-two__next {
    width: 50px;
    height: 50px;
    font-size: 14px;
  }
}
.portfolio-two__prev::after, .portfolio-two__next::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  z-index: -1;
  border-radius: inherit;
  transition: all 500ms ease;
  background: linear-gradient(270deg, #f29a1c 0%, #fa4721 100%);
}
.portfolio-two__prev svg, .portfolio-two__next svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.portfolio-two__prev:hover, .portfolio-two__next:hover {
  color: var(--amoxi-white, #FFFFFF);
  border-color: var(--amoxi-base, #ff621d);
}
.portfolio-two__prev:hover::after, .portfolio-two__next:hover::after {
  opacity: 1;
}

.portfolio-three {
  counter-reset: portfolioSerial;
  background-color: var(--amoxi-black2, #0E0F11);
}
.portfolio-three__top {
  margin-bottom: 51px;
}
.portfolio-three .sec-title {
  margin-bottom: 0px;
}
.portfolio-three__button {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.portfolio-three .tab-buttons {
  margin-bottom: 0px;
  text-align: right;
}
.portfolio-three .tab-buttons li + li {
  margin-top: 11px;
}
.portfolio-three .tab-buttons .tab-btn {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--amoxi-text-gray, #636363);
  border-radius: 10px;
  text-transform: uppercase;
  transition: all 500ms ease;
}
@media (max-width: 375px) {
  .portfolio-three .tab-buttons .tab-btn {
    font-size: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .portfolio-three .tab-buttons .tab-btn {
    font-size: 20px;
  }
}
.portfolio-three .tab-buttons .tab-btn::after {
  content: "";
  width: 31px;
  height: 3px;
  position: absolute;
  top: 50%;
  right: 0px;
  transition: all 500ms ease;
  background-color: var(--amoxi-base, #ff621d);
  transform: translateY(-50%) translateX(50px);
}
.portfolio-three .tab-buttons .tab-btn:hover, .portfolio-three .tab-buttons .tab-btn.active-btn {
  padding-right: 43px;
  color: var(--amoxi-base, #ff621d);
}
.portfolio-three .tab-buttons .tab-btn:hover::after, .portfolio-three .tab-buttons .tab-btn.active-btn::after {
  transform: translateY(-50%) translateX(0px);
}
.portfolio-three .tabs-content {
  position: relative;
  display: block;
}
.portfolio-three .tabs-content .tab {
  display: none;
  position: relative;
  z-index: 10;
  transform: translate3d(0, 80px, 0);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.portfolio-three .tabs-content .tab.active-tab {
  display: block;
  transform: translateZ(0);
}
.portfolio-three__card__image {
  position: relative;
  overflow: hidden;
}
.portfolio-three__card__image::after {
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  transition: all 500ms ease;
  background-color: RGBA(var(--amoxi-black2-rgb, 14, 15, 17), 0.5);
}
.portfolio-three__card__image img {
  width: 100%;
  display: block;
  transition: 500ms;
}
.portfolio-three__card:hover .portfolio-three__card__image::after {
  height: 100%;
  top: 0px;
}
.portfolio-three__card:hover .portfolio-three__card__image img {
  transform: scale(1.1) rotate(3deg);
}
.portfolio-three__card__link {
  width: 156px;
  height: 136px;
  display: inline-block;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  transition: all 500ms ease 0ms;
  transform: translateY(-400px) rotate(-29deg);
}
@media (max-width: 480px) {
  .portfolio-three__card__link {
    width: 100px;
    height: 80px;
  }
}
.portfolio-three__card__link:hover {
  transform: rotate(0deg) !important;
}
.portfolio-three__card:hover .portfolio-three__card__link {
  opacity: 1;
  transition-delay: 200ms;
  transform: translateY(0%) rotate(-29deg);
}
.portfolio-three__card__icon {
  width: 156px;
  height: 136px;
}
@media (max-width: 480px) {
  .portfolio-three__card__icon {
    width: 100px;
    height: 80px;
  }
}
.portfolio-three__card__icon path {
  stroke: var(--amoxi-white, #FFFFFF);
  transition: all 500ms ease;
}
.portfolio-three__card__icon:hover path {
  stroke: var(--amoxi-base, #ff621d);
}
.portfolio-three__card__content {
  display: flex;
  gap: 20px 30px;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  padding: 23px 21px 22px 35px;
  border-bottom: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}
@media (max-width: 575px) {
  .portfolio-three__card__content {
    padding-left: 30px;
  }
}
@media (max-width: 480px) {
  .portfolio-three__card__content {
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .portfolio-three__card__content {
    padding-left: 30px;
  }
}
.portfolio-three__card__content::before {
  content: "";
  width: 5px;
  height: calc(100% + 1px);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  transition: all 500ms ease;
  background-color: var(--amoxi-base, #ff621d);
}
.portfolio-three__card:hover .portfolio-three__card__content::before {
  width: 100%;
}
.portfolio-three__card__title {
  margin-bottom: 11px;
  font-size: 24px;
  font-weight: 700;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.266;
  text-transform: capitalize;
}
@media (max-width: 430px) {
  .portfolio-three__card__title {
    font-size: 22px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .portfolio-three__card__title {
    font-size: 22px;
  }
}
.portfolio-three__card__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.portfolio-three__card__title a:hover {
  background-size: 100% 1px;
}
.portfolio-three__card:hover .portfolio-three__card__title {
  color: var(--amoxi-white, #FFFFFF);
}
.portfolio-three__card__category {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  margin-bottom: 0px;
  font-weight: 500;
  color: var(--amoxi-base, #ff621d);
  line-height: 1.625;
  text-transform: uppercase;
  transition: all 500ms ease;
}
.portfolio-three__card__category::before {
  content: "";
  width: 14px;
  height: 14px;
  display: inline-block;
  position: relative;
  top: 5px;
  transition: all 500ms ease;
  border: 3px solid var(--amoxi-base, #ff621d);
}
.portfolio-three__card:hover .portfolio-three__card__category {
  color: var(--amoxi-white, #FFFFFF);
}
.portfolio-three__card:hover .portfolio-three__card__category::before {
  border-color: var(--amoxi-white, #FFFFFF);
}
.portfolio-three__card__serial {
  margin: 0px;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  color: transparent;
  writing-mode: sideways-lr;
  transition: all 500ms ease;
  -webkit-text-stroke: 1px RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}
@media (max-width: 480px) {
  .portfolio-three__card__serial {
    writing-mode: unset;
  }
}
.portfolio-three__card__serial::after {
  content: "0" counter(portfolioSerial);
  counter-increment: portfolioSerial;
}
.portfolio-three__card:hover .portfolio-three__card__serial {
  color: var(--amoxi-white, #FFFFFF);
  -webkit-text-stroke-color: var(--amoxi-white, #FFFFFF);
}

.portfolio-four {
  position: relative;
  background-color: var(--amoxi-black2, #0E0F11);
}
.portfolio-four__top {
  margin-bottom: 51px;
}
.portfolio-four .sec-title {
  margin-bottom: 0px;
}
.portfolio-four__button {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.portfolio-four .tab-buttons {
  margin-bottom: 0px;
  text-align: right;
}
.portfolio-four .tab-buttons li + li {
  margin-top: 11px;
}
.portfolio-four .tab-buttons .tab-btn {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--amoxi-text-gray, #636363);
  border-radius: 10px;
  text-transform: uppercase;
  transition: all 500ms ease;
}
.portfolio-four .tab-buttons .tab-btn::after {
  content: "";
  width: 31px;
  height: 3px;
  position: absolute;
  top: 50%;
  right: 0px;
  transition: all 500ms ease;
  background-color: var(--amoxi-base, #ff621d);
  transform: translateY(-50%) translateX(50px);
}
.portfolio-four .tab-buttons .tab-btn:hover, .portfolio-four .tab-buttons .tab-btn.active-btn {
  padding-right: 43px;
  color: var(--amoxi-base, #ff621d);
}
.portfolio-four .tab-buttons .tab-btn:hover::after, .portfolio-four .tab-buttons .tab-btn.active-btn::after {
  transform: translateY(-50%) translateX(0px);
}
.portfolio-four .tabs-content {
  position: relative;
  display: block;
}
.portfolio-four .tabs-content .tab {
  display: none;
  position: relative;
  z-index: 10;
  transform: translate3d(0, 80px, 0);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.portfolio-four .tabs-content .tab.active-tab {
  display: block;
  transform: translateZ(0);
}
.portfolio-four .ripple-svg-one,
.portfolio-four .ripple-svg-two {
  position: absolute;
}
@media (max-width: 991px) {
  .portfolio-four__card + .portfolio-four__card {
    margin-top: 30px;
  }
}
.portfolio-four__card {
  position: relative;
}
.portfolio-four__card--two {
  margin-top: 538px;
}
@media (max-width: 1199px) {
  .portfolio-four__card--two {
    margin-top: 425px;
  }
}
@media (max-width: 991px) {
  .portfolio-four__card--two {
    margin-top: 0px;
  }
}
.portfolio-four__card--three, .portfolio-four__card--four, .portfolio-four__card--five {
  margin-top: 375px;
}
@media (max-width: 1199px) {
  .portfolio-four__card--three, .portfolio-four__card--four, .portfolio-four__card--five {
    margin-top: 277px;
  }
}
@media (max-width: 991px) {
  .portfolio-four__card--three, .portfolio-four__card--four, .portfolio-four__card--five {
    margin-top: 0px;
  }
}
.portfolio-four__card__image {
  position: relative;
  overflow: hidden;
}
.portfolio-four__card__image img {
  width: 100%;
  display: block;
}
.portfolio-four__card__btn {
  width: 183px;
  height: 183px;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.portfolio-four__card:hover .portfolio-four__card__btn {
  opacity: 1;
  visibility: visible;
  animation-delay: 0.1s;
  animation-name: zoomInDown;
}
.portfolio-four__card .amoxi-circle-btn {
  color: var(--amoxi-black4, #131313);
}
.portfolio-four__card .amoxi-circle-btn:hover {
  color: var(--amoxi-white, #FFFFFF);
}
.portfolio-four__card__content {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  padding: 43px 0px 0px 50px;
}
@media (max-width: 991px) {
  .portfolio-four__card__content {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .portfolio-four__card__content {
    padding-left: 0px;
  }
}
@media (max-width: 480px) {
  .portfolio-four__card__content {
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .portfolio-four__card__content {
    padding-left: 0px;
  }
}
.portfolio-four__card__category {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 600;
  color: var(--amoxi-base, #ff621d);
  line-height: 1.318;
  text-transform: uppercase;
  transition: all 500ms ease;
}
@media (max-width: 767px) {
  .portfolio-four__card__category {
    font-size: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .portfolio-four__card__category {
    font-size: 20px;
  }
}
.portfolio-four__card__category::before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  top: 6px;
  transition: all 500ms ease;
  border: 3px solid var(--amoxi-base, #ff621d);
}
@media (max-width: 767px) {
  .portfolio-four__card__category::before {
    width: 14px;
    height: 14px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .portfolio-four__card__category::before {
    width: 14px;
    height: 14px;
  }
}
.portfolio-four__card:hover .portfolio-four__card__category::before {
  background-color: var(--amoxi-base, #ff621d);
}
.portfolio-four__card__title {
  margin-bottom: 0px;
  font-size: 30px;
  font-weight: 700;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.266;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .portfolio-four__card__title {
    font-size: 25px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .portfolio-four__card__title {
    font-size: 25px;
  }
}
.portfolio-four__card__title a {
  color: inherit;
}
.portfolio-four__card__title a:hover {
  color: var(--amoxi-base, #ff621d);
}
.portfolio-four__card__title a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.portfolio-four__card__title a:hover {
  background-size: 100% 1px;
}
.portfolio-four__card__shape {
  display: inline-flex;
  font-size: 90px;
  color: var(--amoxi-white, #FFFFFF);
  transition: all 500ms ease;
}
@media (max-width: 767px) {
  .portfolio-four__card__shape {
    font-size: 70px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .portfolio-four__card__shape {
    font-size: 70px;
  }
}
.portfolio-four__card__shape svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.portfolio-four__card:hover .portfolio-four__card__shape {
  color: var(--amoxi-base, #ff621d);
}

.portfolio-five {
  position: relative;
  counter-reset: portfolioSerial2;
  background-color: var(--amoxi-black, #1A1B1F);
}
.portfolio-five__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.portfolio-five .container {
  position: relative;
  z-index: 1;
}
.portfolio-five__top {
  margin-bottom: 51px;
}
.portfolio-five .sec-title {
  margin-bottom: 0px;
}
.portfolio-five__button {
  text-align: right;
}
.portfolio-five .bw-portfolio-panel {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .portfolio-five .bw-portfolio-panel {
    margin-bottom: 0px;
  }
  .portfolio-five .bw-portfolio-panel:not(:last-child) {
    margin-bottom: 30px;
  }
}
.portfolio-five__card__image {
  position: relative;
  border-radius: 50px;
}
@media (max-width: 767px) {
  .portfolio-five__card__image {
    border-radius: 20px 20px 0px 0px;
  }
}
.portfolio-five__card__image::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: inherit;
  background-color: RGBA(var(--amoxi-black2-rgb, 14, 15, 17), 0.5);
}
.portfolio-five__card__image::after {
  position: absolute;
  top: 50%;
  right: 80px;
  transform: translateY(-50%);
  font-family: var(--amoxi-heading-font, "Plus Jakarta Sans", sans-serif);
  font-size: 150px;
  line-height: 1;
  font-weight: 700;
  color: transparent;
  writing-mode: sideways-lr;
  transition: all 500ms ease;
  -webkit-text-stroke: 1px var(--amoxi-white, #FFFFFF);
  content: "0" counter(portfolioSerial2);
  counter-increment: portfolioSerial2;
}
@media (max-width: 1199px) {
  .portfolio-five__card__image::after {
    font-size: 120px;
  }
}
@media (max-width: 991px) {
  .portfolio-five__card__image::after {
    right: 55px;
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .portfolio-five__card__image::after {
    left: 30px;
    right: auto;
  }
}
@media (max-width: 480px) {
  .portfolio-five__card__image::after {
    font-size: 70px;
  }
}
@media (max-width: 440px) {
  .portfolio-five__card__image::after {
    font-size: 60px;
  }
}
@media (max-width: 412px) {
  .portfolio-five__card__image::after {
    font-size: 50px;
  }
}
.portfolio-five__card__image img {
  width: 100%;
  border-radius: inherit;
}
.portfolio-five__card:hover .portfolio-five__card__image::after {
  -webkit-text-stroke-color: var(--amoxi-base, #ff621d);
}
.portfolio-five__card__zoom-btn {
  width: 99px;
  height: 99px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50px;
  right: 50px;
  z-index: 1;
  font-size: 35px;
  color: var(--amoxi-black3, #121115);
  border-radius: 50%;
  transition: all 500ms ease;
  background-color: var(--amoxi-white, #FFFFFF);
}
@media (max-width: 1199px) {
  .portfolio-five__card__zoom-btn {
    width: 85px;
    height: 85px;
  }
}
@media (max-width: 991px) {
  .portfolio-five__card__zoom-btn {
    width: 75px;
    height: 75px;
    top: 30px;
    right: 30px;
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .portfolio-five__card__zoom-btn {
    top: 20px;
    right: 20px;
  }
}
@media (max-width: 440px) {
  .portfolio-five__card__zoom-btn {
    width: 65px;
    height: 65px;
    font-size: 25px;
  }
}
@media (max-width: 390px) {
  .portfolio-five__card__zoom-btn {
    width: 60px;
    height: 60px;
  }
}
.portfolio-five__card__zoom-btn:hover {
  color: var(--amoxi-black5, #222222);
  background-color: var(--amoxi-base, #ff621d);
}
.portfolio-five__card__content {
  width: calc(100% - 400px);
  display: flex;
  gap: 25px 30px;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  padding: 40px 40px 40px 60px;
  margin: -84px auto 0px;
  border-radius: 200px;
  background-color: var(--amoxi-base, #ff621d);
}
@media (max-width: 1199px) {
  .portfolio-five__card__content {
    width: calc(100% - 150px);
  }
}
@media (max-width: 991px) {
  .portfolio-five__card__content {
    width: calc(100% - 80px);
  }
}
@media (max-width: 767px) {
  .portfolio-five__card__content {
    width: 100%;
    margin-top: 0px;
    padding: 40px 30px;
    border-radius: 0px 0px 20px 20px;
  }
}
@media (max-width: 480px) {
  .portfolio-five__card__content {
    padding: 30px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.portfolio-five__card__category {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 600;
  color: var(--amoxi-black8, #333333);
  line-height: 1.318;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .portfolio-five__card__category {
    font-size: 20px;
  }
}
.portfolio-five__card__category::before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  top: 6px;
  border: 3px solid var(--amoxi-black5, #222222);
}
@media (max-width: 991px) {
  .portfolio-five__card__category::before {
    top: 5px;
  }
}
.portfolio-five__card__title {
  margin-bottom: 0px;
  font-size: 30px;
  font-weight: 700;
  color: var(--amoxi-black5, #222222);
  line-height: 1.266;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .portfolio-five__card__title {
    font-size: 26px;
  }
}
.portfolio-five__card__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.portfolio-five__card__title a:hover {
  background-size: 100% 1px;
}
.portfolio-five__card__btn {
  width: 88px;
  height: 88px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: var(--amoxi-black3, #121115);
  border-radius: 50%;
  transition: all 500ms ease;
  background-color: var(--amoxi-white, #FFFFFF);
}
@media (max-width: 991px) {
  .portfolio-five__card__btn {
    width: 70px;
    height: 70px;
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .portfolio-five__card__btn {
    width: 60px;
    height: 60px;
    font-size: 20px;
  }
}
.portfolio-five__card__btn:hover {
  color: var(--amoxi-white, #FFFFFF);
  transform: rotate(38deg);
  background-color: var(--amoxi-black5, #222222);
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  background-color: var(--amoxi-black, #1A1B1F);
}
.portfolio-details__image {
  margin-bottom: 40px;
  position: relative;
}
.portfolio-details__image img {
  width: 100%;
  display: block;
}
.portfolio-details__list-box {
  max-width: 909px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px 150px;
  margin: -107px auto 0px;
  padding: 49px;
  position: relative;
  z-index: 1;
  background-color: var(--amoxi-base, #ff621d);
}
@media (max-width: 991px) {
  .portfolio-details__list-box {
    grid-template-columns: repeat(1, 1fr);
    border: 0px;
    margin: 30px 0px 0px;
  }
}
@media (max-width: 767px) {
  .portfolio-details__list-box {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .portfolio-details__list-box {
    padding: 30px;
  }
}
.portfolio-details__list {
  position: relative;
  margin: 0px;
}
.portfolio-details__list:first-child::after {
  content: "";
  width: 2px;
  height: calc(100% + 25px);
  position: absolute;
  top: 50%;
  right: -75px;
  transform: translateY(-50%);
  background-color: var(--amoxi-white, #FFFFFF);
}
@media (max-width: 991px) {
  .portfolio-details__list:first-child::after {
    display: none;
  }
}
.portfolio-details__list li + li {
  margin-top: 15px;
}
.portfolio-details__list li {
  display: flex;
  align-items: center;
  gap: 20px;
  font-family: var(--amoxi-heading-font, "Plus Jakarta Sans", sans-serif);
  font-size: 22px;
  color: var(--amoxi-white, #FFFFFF);
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.318;
}
@media (max-width: 575px) {
  .portfolio-details__list li {
    font-size: 18px;
  }
}
@media (max-width: 412px) {
  .portfolio-details__list li {
    font-size: 16px;
  }
}
.portfolio-details__list__title {
  position: relative;
  top: -1px;
  display: flex;
  align-items: center;
  gap: 18px;
  flex: 0 0 150px;
}
@media (max-width: 575px) {
  .portfolio-details__list__title {
    flex: 0 0 130px;
    gap: 12px;
  }
}
@media (max-width: 412px) {
  .portfolio-details__list__title {
    flex: 0 0 120px;
  }
}
@media (max-width: 375px) {
  .portfolio-details__list__title {
    flex: 0 0 auto;
  }
}
.portfolio-details__list__icon {
  position: relative;
  top: -1px;
  display: inline-flex;
  font-size: 20px;
  color: var(--amoxi-white, #FFFFFF);
}
.portfolio-details__list__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
@media (max-width: 575px) {
  .portfolio-details__list__icon {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  .portfolio-details__list__icon {
    display: none;
  }
}
.portfolio-details__box--1 {
  margin-bottom: 43px;
}
.portfolio-details__box--1 .portfolio-details__text + .portfolio-details__text {
  margin-top: 15px;
}
.portfolio-details__box--2 .portfolio-details__text + .portfolio-details__text {
  margin-top: 15px;
}
.portfolio-details__title {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: capitalize;
}
.portfolio-details__text {
  margin: 0px;
}
.portfolio-details__inner {
  margin-bottom: 45px;
}
.portfolio-details__inner__image img {
  width: 100%;
  display: block;
}
.portfolio-details__info {
  position: relative;
  top: -7px;
}
.portfolio-details__info__top-title {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.444;
  text-transform: uppercase;
}
.portfolio-details__info__box {
  padding-bottom: 20px;
  margin-bottom: 24px;
  border-bottom: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}
.portfolio-details__info__item {
  display: flex;
  gap: 24px;
  align-items: center;
}
.portfolio-details__info__item + .portfolio-details__info__item {
  margin-top: 21px;
}
.portfolio-details__info__icon {
  display: inline-flex;
  font-size: 36px;
  color: var(--amoxi-white, #FFFFFF);
  transition: all 500ms ease;
}
.portfolio-details__info__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.portfolio-details__info__item:hover .portfolio-details__info__icon {
  color: var(--amoxi-base, #ff621d);
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.portfolio-details__info__title {
  margin: 0px;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.388;
  text-transform: capitalize;
}
.portfolio-details__info__title::before {
  content: "";
  width: 1px;
  height: calc(50% + 6px);
  position: absolute;
  left: -12px;
  bottom: -6px;
  opacity: 0;
  transition: all 500ms ease;
  background-color: var(--amoxi-base, #ff621d);
}
.portfolio-details__info__title::after {
  content: "";
  width: 1px;
  height: calc(100% + 12px);
  position: absolute;
  top: 50%;
  left: -12px;
  transform: translateY(-50%);
  background-color: RGBA(var(--amoxi-white2-rgb, 217, 217, 217), 0.16);
}
.portfolio-details__info__item:hover .portfolio-details__info__title::before {
  opacity: 1;
}
.portfolio-details__info__text {
  display: flex;
  gap: 8px;
  margin-bottom: 22px;
  font-size: 16px;
  line-height: 1.625;
  color: var(--amoxi-text, #b2afa6);
  text-transform: capitalize;
}
@media (max-width: 390px) {
  .portfolio-details__info__text {
    flex-direction: column;
  }
}
.portfolio-details__info__text span {
  flex-shrink: 0;
  font-weight: 500;
  color: var(--amoxi-base, #ff621d);
  text-transform: uppercase;
}

/*--------------------------------------------------------------
# Service
--------------------------------------------------------------*/
.service-card {
  position: relative;
  padding: 50px 40px 60px;
  overflow: hidden;
  border: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}
.service-card__content {
  position: relative;
  z-index: 1;
}
.service-card__serial {
  display: inline-flex;
  gap: 9px;
  align-items: flex-start;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-base, #ff621d);
  line-height: 1.25;
  text-transform: uppercase;
  transition: all 500ms ease;
}
.service-card__serial::after {
  content: "0" counter(serviceSerial);
  counter-increment: serviceSerial;
  transition: all 500ms ease;
}
.service-card__serial__shape {
  display: inline-block;
  width: 12px;
  height: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 3px;
  transition: all 500ms ease;
  border: 1px solid var(--amoxi-base, #ff621d);
}
.service-card__serial__shape::before {
  content: "";
  width: 4px;
  height: 4px;
  opacity: 0;
  transform: scale(0);
  transition: all 500ms ease;
  background-color: var(--amoxi-white, #FFFFFF);
}
.service-card:hover .service-card__serial {
  color: var(--amoxi-white, #FFFFFF);
}
.service-card:hover .service-card__serial__shape {
  border-color: var(--amoxi-white, #FFFFFF);
}
.service-card:hover .service-card__serial__shape::before {
  opacity: 1;
  transform: scale(1);
}
.service-card__title {
  margin-bottom: 14px;
  font-size: 24px;
  color: var(--amoxi-white, #FFFFFF);
  font-weight: 700;
  line-height: 1.25;
  text-transform: capitalize;
}
.service-card__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.service-card__title a:hover {
  background-size: 100% 1px;
}
.service-card__image {
  height: 127px;
  margin-bottom: 18px;
  position: relative;
}
.service-card__image__main {
  width: auto !important;
  display: inline-block !important;
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 0px;
  right: 30px;
  opacity: 0;
  z-index: 1;
  transform: scale(0.1);
  transition: all 500ms ease;
}
.service-card:hover .service-card__image__main {
  opacity: 1;
  transform: scale(1);
}
.service-card__shape {
  width: auto !important;
  display: inline-block !important;
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 15px;
  left: 0px;
  opacity: 0.14;
  transition: all 500ms ease;
}
.service-card:hover .service-card__shape {
  opacity: 1;
}
.service-card__icon-box {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 500ms ease;
  border: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}
.service-card__icon-box::before, .service-card__icon-box::after {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  transition: all 500ms ease;
  background-color: var(--amoxi-base, #ff621d);
}
.service-card__icon-box::before {
  top: -4px;
  right: -4px;
}
.service-card__icon-box::after {
  left: -4px;
  bottom: -4px;
}
.service-card:hover .service-card__icon-box {
  border-color: var(--amoxi-white, #FFFFFF);
}
.service-card:hover .service-card__icon-box::before, .service-card:hover .service-card__icon-box::after {
  background-color: var(--amoxi-white, #FFFFFF);
}
.service-card:hover .service-card__icon-box::before {
  transform: translateX(-79px);
}
.service-card:hover .service-card__icon-box::after {
  transform: translateX(79px);
}
.service-card__icon {
  display: inline-flex;
  font-size: 40px;
  color: var(--amoxi-white, #FFFFFF);
}
.service-card__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.service-card__btn {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 1;
  overflow: hidden;
  transition: all 500ms ease;
  background-color: RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}
.service-card__btn__icon {
  display: inline-flex;
  font-size: 10px;
  color: var(--amoxi-white, #FFFFFF);
  transition: all 500ms ease;
}
.service-card__btn__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.service-card__btn:hover .service-card__btn__icon {
  animation: slideRight 500ms;
}
.service-card:hover .service-card__btn {
  background-color: var(--amoxi-white, #FFFFFF);
}
.service-card:hover .service-card__btn__icon {
  color: var(--amoxi-base, #ff621d);
}
.service-card__hover {
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: relative;
  position: absolute;
  top: -1px;
  left: -1px;
}
.service-card__hover__bg {
  display: block;
  width: calc(25% + 0.2px);
  height: 100%;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(101%);
  transform: translateY(101%);
  background-color: var(--amoxi-base, #ff621d);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.service-card__hover__bg--1 {
  left: 0;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.service-card__hover__bg--2 {
  left: 25%;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.service-card__hover__bg--3 {
  left: 50%;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.service-card__hover__bg--4 {
  left: 75%;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.service-card:hover .service-card__hover__bg {
  transform: translateY(0);
}

.service-card-two {
  position: relative;
  border-radius: 10px;
  background-color: var(--amoxi-white, #FFFFFF);
}
.service-card-two__content {
  position: relative;
  z-index: 1;
  padding: 40px 40px 32px;
  overflow: hidden;
  border-radius: inherit;
}
@media (max-width: 390px) {
  .service-card-two__content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .service-card-two__content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.service-card-two__content::before {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--amoxi-base, #ff621d);
  clip-path: circle(0% at 50% 50%);
  transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 0.7s;
}
.service-card-two__content::after {
  content: "";
  width: 434px;
  height: 434px;
  position: absolute;
  left: -36px;
  bottom: -100px;
  z-index: 1;
  border-radius: 50%;
  transition: all 500ms ease;
  animation: rotate 6s linear infinite;
  animation-play-state: paused;
  border: 1px dashed var(--amoxi-border-color, #D3D3D3);
}
.service-card-two:hover .service-card-two__content::before {
  clip-path: circle(100% at 50% 50%);
  transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 4s;
}
.service-card-two:hover .service-card-two__content::after {
  border-color: var(--amoxi-black4, #131313);
  animation-play-state: running;
}
.service-card-two__inner {
  position: relative;
  z-index: 2;
}
.service-card-two__icon {
  display: inline-flex;
  margin-bottom: 10px;
  font-size: 64px;
  color: var(--amoxi-black7, #000000);
  transition: all 500ms ease;
}
.service-card-two__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.service-card-two:hover .service-card-two__icon {
  -webkit-animation-name: zoom-out-in;
  animation-name: zoom-out-in;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.service-card-two__letter {
  margin-bottom: 30px;
  font-size: 200px;
  font-weight: 700;
  color: var(--amoxi-gray2, #C2C2C2);
  line-height: 0.875;
  text-align: right;
  text-transform: uppercase;
  transition: all 500ms ease;
}
.service-card-two__letter::after {
  counter-increment: serviceSerialLetter;
  content: counter(serviceSerialLetter, upper-alpha) "";
}
.service-card-two:hover .service-card-two__letter {
  color: var(--amoxi-black4, #131313);
}
.service-card-two__title {
  margin-bottom: 14px;
  font-size: 24px;
  color: var(--amoxi-black7, #000000);
  font-weight: 700;
  line-height: 1.25;
  text-transform: capitalize;
}
.service-card-two__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.service-card-two__title a:hover {
  background-size: 100% 1px;
}
.service-card-two__text {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-text-gray, #636363);
  line-height: 1.625;
  transition: all 500ms ease;
}
.service-card-two:hover .service-card-two__text {
  color: var(--amoxi-black8, #333333);
}
.service-card-two__btn {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 38px;
  right: -32px;
  z-index: 2;
  overflow: hidden;
  border-radius: 50%;
  transition: all 500ms ease;
  background-color: var(--amoxi-black4, #131313);
}
@media (max-width: 575px) {
  .service-card-two__btn {
    right: 30px;
  }
}
.service-card-two__btn__icon {
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--amoxi-black4, #131313);
  border-radius: inherit;
  transition: all 500ms ease;
  background-color: var(--amoxi-base, #ff621d);
}
.service-card-two__btn__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.service-card-two:hover .service-card-two__btn {
  transform: rotate(40deg);
}

.service-card-three {
  padding: 35px;
  position: relative;
}
@media (max-width: 390px) {
  .service-card-three {
    padding: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .service-card-three {
    padding: 30px;
  }
}
.service-card-three::before {
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background-color: var(--amoxi-base, #ff621d);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotateY(-90deg);
  -moz-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
  -webkit-transition: -webkit-transform 0.5s, opacity 0.1s 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.1s 0.3s;
  transition: transform 0.5s, opacity 0.1s 0.3s;
}
.service-card-three:hover::before {
  opacity: 1;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transition: -webkit-transform 0.5s, opacity 0.1s;
  -moz-transition: -moz-transform 0.5s, opacity 0.1s;
  transition: transform 0.5s, opacity 0.1s;
}
.service-card-three__number {
  margin-bottom: 0px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  font-weight: 400;
  font-size: 180px;
  line-height: 1;
  color: transparent;
  transition: all 500ms ease;
  -webkit-text-stroke: 1px RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.15);
}
@media (max-width: 390px) {
  .service-card-three__number {
    font-size: 150px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .service-card-three__number {
    font-size: 170px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .service-card-three__number {
    font-size: 150px;
  }
}
.service-card-three__number::after {
  content: "0" counter(serviceSerial5);
  counter-increment: serviceSerial5;
}
.service-card-three:hover .service-card-three__number {
  -webkit-text-stroke-color: RGBA(var(--amoxi-black7-rgb, 0, 0, 0), 0.17);
}
.service-card-three__content {
  position: relative;
  z-index: 2;
}
.service-card-three__icon-box {
  text-align: right;
}
.service-card-three__icon {
  display: inline-flex;
  margin-bottom: 25px;
  font-size: 70px;
  color: var(--amoxi-white, #FFFFFF);
  transition: all 500ms ease;
}
.service-card-three__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.service-card-three:hover .service-card-three__icon {
  color: var(--amoxi-black7, #000000);
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.service-card-three__title {
  margin-bottom: 14px;
  font-size: 24px;
  color: var(--amoxi-white, #FFFFFF);
  font-weight: 700;
  line-height: 1.25;
  text-transform: capitalize;
}
@media (max-width: 390px) {
  .service-card-three__title {
    font-size: 22px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .service-card-three__title {
    font-size: 22px;
  }
}
.service-card-three__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.service-card-three__title a:hover {
  background-size: 100% 1px;
}
.service-card-three:hover .service-card-three__title {
  color: var(--amoxi-black7, #000000);
}
.service-card-three__text {
  margin-bottom: 27px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--amoxi-white, #FFFFFF);
  transition: all 500ms ease;
}
.service-card-three:hover .service-card-three__text {
  color: var(--amoxi-black8, #333333);
}
.service-card-three__btn {
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: var(--amoxi-black4, #131313);
  border-radius: 50%;
  transition: all 500ms ease;
  background-color: var(--amoxi-base, #ff621d);
}
.service-card-three__btn:hover {
  transform: rotate(38deg);
}
.service-card-three:hover .service-card-three__btn {
  color: var(--amoxi-base, #ff621d);
  background-color: var(--amoxi-black4, #131313);
}
.service-card-three__shape-1, .service-card-three__shape-2 {
  max-width: 100%;
  height: auto;
  position: absolute;
  z-index: 1;
  opacity: 0;
  transition: all 500ms ease;
}
.service-card-three__shape-1 {
  top: 10px;
  left: 27px;
}
.service-card-three__shape-2 {
  right: 27px;
  bottom: 10px;
}
.service-card-three:hover .service-card-three__shape-1, .service-card-three:hover .service-card-three__shape-2 {
  opacity: 1;
}

.services-one {
  counter-reset: serviceSerial;
  background-color: var(--amoxi-black, #1A1B1F);
}
.services-one__top {
  margin-bottom: 51px;
}
.services-one .row {
  --bs-gutter-x: 0px;
}
.services-one .sec-title {
  margin: 0px;
}
.services-one__carousel.owl-carousel .owl-item.active:not(:first-child) {
  margin-left: -1px;
}
.services-one__image img {
  max-width: 100%;
  height: auto;
}

.services-two {
  position: relative;
  counter-reset: serviceSerial2;
}
.services-two .container {
  position: relative;
  z-index: 1;
}
.services-two__item {
  padding: 29px 0px;
  border-bottom: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}
.services-two__item:first-child {
  border-top: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}
.services-two__item__serial {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin: 0px;
  padding: 9px 7px;
  font-size: 16px;
  font-weight: 600;
  color: var(--amoxi-text, #b2afa6);
  line-height: 1;
  text-transform: uppercase;
  overflow: hidden;
  writing-mode: sideways-lr;
  transition: all 500ms ease;
  background-color: RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}
.services-two__item__serial::before {
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  transition: all 500ms ease;
  background: linear-gradient(270deg, #f29a1c 0%, #fa4721 100%);
}
.services-two__item__serial::after {
  content: "0" counter(serviceSerial2);
  counter-increment: serviceSerial2;
}
.services-two__item:hover .services-two__item__serial {
  color: var(--amoxi-white, #FFFFFF);
}
.services-two__item:hover .services-two__item__serial::before {
  height: 100%;
  bottom: 0px;
}
.services-two__item__title {
  margin-bottom: 0px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
  color: var(--amoxi-white, #FFFFFF);
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .services-two__item__title {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .services-two__item__title {
    font-size: 24px;
  }
}
.services-two__item__title a {
  color: inherit;
  -webkit-text-stroke: 1px transparent;
}
.services-two__item__title a:hover {
  color: transparent;
  -webkit-text-stroke-color: var(--amoxi-base, #ff621d);
}
.services-two__item__shape {
  display: inline-flex;
  position: relative;
  top: 1px;
  margin-right: 7px;
}
@media (max-width: 991px) {
  .services-two__item__shape {
    top: 2px;
  }
}
.services-two__item__shape svg {
  width: 30px;
  height: 30px;
  transition: all 500ms ease;
}
@media (max-width: 991px) {
  .services-two__item__shape svg {
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 480px) {
  .services-two__item__shape svg {
    width: 22px;
    height: 22px;
  }
}
.services-two__item__shape svg:last-child {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
}
.services-two__item:hover .services-two__item__shape svg:first-child {
  opacity: 0;
}
.services-two__item:hover .services-two__item__shape svg:last-child {
  opacity: 1;
}
.services-two__item__tags {
  display: none;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 30px;
}
.services-two__item__tag {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 8px 20px;
  font-size: 16px;
  font-weight: 600;
  color: var(--amoxi-text, #b2afa6);
  line-height: 1.25;
  text-transform: uppercase;
  border-radius: 100px;
  transition: all 500ms ease;
  border: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}
.services-two__item__tag:hover {
  color: var(--amoxi-white, #FFFFFF);
  border-color: var(--amoxi-base, #ff621d);
}
.services-two__item__tag::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  opacity: 0;
  border-radius: inherit;
  transition: all 500ms ease;
  background: linear-gradient(90deg, #f29a1c 0%, #fa4721 100%);
}
.services-two__item__tag:hover::after {
  opacity: 1;
}
.services-two__item__btn {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  margin-left: auto;
  font-size: 16px;
  color: var(--amoxi-base, #ff621d);
  border-radius: 50%;
  background-color: var(--amoxi-white, #FFFFFF);
}
@media (max-width: 767px) {
  .services-two__item__btn {
    margin-left: 0px;
  }
}
.services-two__item__btn:hover {
  transform: rotate(40deg);
}
.services-two__item__btn::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  opacity: 0;
  border-radius: inherit;
  transition: all 500ms ease;
  background: linear-gradient(270deg, #f29a1c 0%, #fa4721 100%);
}
.services-two__item__btn svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.services-two__item:hover .services-two__item__btn {
  color: var(--amoxi-white, #FFFFFF);
}
.services-two__item:hover .services-two__item__btn::after {
  opacity: 1;
}

.services-three {
  position: relative;
  counter-reset: serviceSerial3;
  background-color: var(--amoxi-black2, #0E0F11);
}
.services-three__bg {
  width: 100%;
  height: calc(100% - 113px);
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: var(--amoxi-black, #1A1B1F);
  -webkit-mask: url("../images/shapes/services-bg-3-1.png");
  mask: url("../images/shapes/services-bg-3-1.png");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
@media (max-width: 1199px) {
  .services-three__bg {
    height: calc(100% - 90px);
  }
}
@media (max-width: 991px) {
  .services-three__bg {
    height: calc(100% - 50px);
  }
}
@media (max-width: 575px) {
  .services-three__bg {
    height: calc(100% - 30px);
  }
}
@media (max-width: 440px) {
  .services-three__bg {
    height: calc(100% - 0px);
  }
}
.services-three .container {
  position: relative;
  z-index: 1;
}
.services-three .faq-accordion .accordion {
  border: none;
}
.services-three .faq-accordion .accordion + .accordion {
  margin-top: 0px;
}
.services-three .faq-accordion .accordion-title {
  display: block;
  position: relative;
  padding: 0px;
  border-top: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}
.services-three .faq-accordion .accordion:last-child .accordion-title {
  border-bottom: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}
.services-three .faq-accordion .active .accordion-title {
  border-color: transparent;
  background-color: transparent;
}
.services-three .faq-accordion .active + .accordion .accordion-title {
  border-top-color: transparent;
}
.services-three .faq-accordion .accordion-content .inner {
  padding: 0px;
  background-color: transparent;
  border: none;
}
.services-three__item {
  position: relative;
}
.services-three__item__bg {
  width: 100%;
  height: 100%;
  position: relative;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  transition: all 500ms ease;
}
.services-three__item__bg::before {
  content: "";
  width: 6px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: var(--amoxi-base, #ff621d);
}
.services-three__item.active .services-three__item__bg {
  opacity: 1;
}
.services-three__item__top {
  padding: 30px 0px;
  position: relative;
  z-index: 1;
  transition: all 500ms ease;
}
.services-three__item.active .services-three__item__top {
  padding-left: 30px;
  padding-right: 30px;
}
.services-three__item__title {
  display: flex;
  gap: 30px;
  align-items: center;
  padding-right: 50px;
  margin-bottom: 0px;
  position: relative;
  font-size: 24px;
  line-height: 1.458;
  font-weight: 700;
  color: var(--amoxi-white, #FFFFFF);
  text-transform: capitalize;
}
@media (max-width: 480px) {
  .services-three__item__title {
    gap: 25px;
    font-size: 22px;
  }
}
@media (max-width: 430px) {
  .services-three__item__title {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .services-three__item__title {
    gap: 25px;
    font-size: 22px;
  }
}
.services-three__item__title::before {
  content: "0" counter(serviceSerial3);
  font-size: 30px;
  line-height: 1;
  counter-increment: serviceSerial3;
  transition: all 500ms ease;
}
@media (max-width: 991px) {
  .services-three__item__title::before {
    padding-right: 0px;
  }
}
@media (max-width: 480px) {
  .services-three__item__title::before {
    font-size: 28px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .services-three__item__title::before {
    font-size: 28px;
  }
}
.services-three__item__title::after {
  content: "/";
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  font-size: 50px;
  font-weight: 200;
  line-height: 1;
  color: var(--amoxi-text-gray, #636363);
  transition: all 500ms ease;
}
@media (max-width: 991px) {
  .services-three__item__title::after {
    display: none;
  }
}
.services-three__item__title a {
  color: inherit;
}
.services-three__item.active .services-three__item__title::after {
  color: var(--amoxi-white, #FFFFFF);
}
.services-three__item__text {
  margin-bottom: 0px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-text, #b2afa6);
  line-height: 1.625;
}
.services-three__item__btn {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-left: auto;
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: var(--amoxi-base, #ff621d);
  border-radius: 50%;
  background-color: var(--amoxi-white, #FFFFFF);
}
@media (max-width: 991px) {
  .services-three__item__btn {
    margin-left: 0px;
  }
}
.services-three__item__btn:hover {
  color: var(--amoxi-white, #FFFFFF);
  transform: rotate(40deg);
  background-color: var(--amoxi-base, #ff621d);
}
.services-three__item__btn svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.services-three__item.active .services-three__item__btn {
  color: var(--amoxi-white, #FFFFFF);
  background-color: var(--amoxi-base, #ff621d);
}
.services-three__item__image img {
  width: 100%;
  display: block;
}
.services-three .amoxi-circle-btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
}
.services-three .amoxi-circle-btn:hover {
  color: var(--amoxi-black, #1A1B1F);
}
.services-three .amoxi-circle-btn__dot {
  background-color: var(--amoxi-white, #FFFFFF);
}
.services-three__btn {
  width: 273px;
  height: 273px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  border-radius: 50%;
  overflow: hidden;
  transition: all 500ms ease;
  background-color: var(--amoxi-black, #1A1B1F);
}
.services-three .amoxi-circle-btn {
  width: 217px;
  height: 217px;
}

.services-four {
  background-color: var(--amoxi-black, #1A1B1F);
  counter-reset: serviceSerialLetter;
}
.services-four__top {
  margin-bottom: 51px;
}
.services-four .sec-title {
  margin: 0px;
}
.services-four__button {
  margin-top: 50px;
  text-align: center;
}

.services-five {
  counter-reset: serviceSerial4;
  background-color: var(--amoxi-black2, #0E0F11);
}
.services-five__item {
  overflow: hidden;
  padding: 60px 0px;
  position: relative;
  background-color: var(--amoxi-black2, #0E0F11);
  border-top: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
  border-right: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}
@media (max-width: 1199px) {
  .services-five__item {
    padding: 30px 0px;
  }
}
.services-five__item:last-child {
  border-bottom: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}
@media (max-width: 991px) {
  .services-five__item__image {
    padding-right: 30px;
  }
}
@media (max-width: 430px) {
  .services-five__item__image {
    padding-right: 20px;
  }
}
.services-five__item__image img {
  max-width: 100%;
  height: auto;
}
.services-five__item__content {
  position: relative;
  z-index: 1;
  padding-right: 50px;
}
@media (max-width: 1199px) {
  .services-five__item__content {
    padding-right: 30px;
  }
}
@media (max-width: 430px) {
  .services-five__item__content {
    padding-right: 20px;
  }
}
.services-five__item__title {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.458;
  color: var(--amoxi-white, #FFFFFF);
  text-transform: capitalize;
}
.services-five__item__title.bw-split-text > div {
  background-size: 200% 100%;
  background-position-x: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  background-image: linear-gradient(to left, rgba(var(--amoxi-white-rgb, 255, 255, 255), 0.2) 50%, var(--amoxi-white, #FFFFFF) 50%);
}
.services-five__item__title a {
  color: inherit;
}
.services-five__item__title a::before {
  margin-right: 10px;
  content: "0" counter(serviceSerial4) ".";
  counter-increment: serviceSerial4;
}
.services-five__item__text {
  margin-bottom: 30px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.625;
}
.services-five__item__list {
  margin-bottom: 32px;
}
.services-five__item__list li + li {
  margin-top: 6px;
}
.services-five__item__list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  font-weight: 600;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.625;
  text-transform: uppercase;
  transition: all 500ms ease;
}
.services-five__item__list li:hover {
  color: var(--amoxi-base, #ff621d);
}
.services-five__item__list__shape {
  width: 44px;
  height: 7px;
  flex-shrink: 0;
  position: relative;
  top: 8px;
  transition: all 500ms ease;
}
.services-five__item__list__shape path {
  stroke: var(--amoxi-base, #ff621d);
  transition: all 500ms ease;
}
li:hover .services-five__item__list__shape path {
  stroke: var(--amoxi-white, #FFFFFF);
}
.services-five__item__category {
  width: 376px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px;
  padding: 30px;
  position: absolute;
  top: 0px;
  right: -376px;
  opacity: 0;
  transform: translateY(20px);
  will-change: transform, opacity;
  font-size: 100px;
  font-weight: 700;
  line-height: 1;
  color: transparent;
  text-transform: uppercase;
  transition: all 500ms ease;
  background-color: var(--amoxi-base, #ff621d);
  writing-mode: sideways-lr;
  -webkit-text-stroke: 1px var(--amoxi-black5, #222222);
  transition: all 500ms ease;
  border-top: 1px solid var(--amoxi-black5, #222222);
}
@media (max-width: 1899px) {
  .services-five__item__category {
    display: none;
  }
}
.services-five__item__shape {
  max-width: 100%;
  height: auto;
  position: absolute;
  right: 50px;
  bottom: 0px;
}
@media (max-width: 1199px) {
  .services-five__item__shape {
    display: none;
  }
}

.services-six {
  position: relative;
  counter-reset: serviceSerial5;
  background-color: var(--amoxi-black, #1A1B1F);
}
.services-six__row {
  display: grid;
  grid-gap: 0px;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}
@media (max-width: 991px) {
  .services-six__row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .services-six__row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.services-six .ripple-svg-one,
.services-six .ripple-svg-two {
  position: absolute;
}
.services-six__col:nth-child(1), .services-six__col:nth-child(2), .services-six__col:nth-child(4), .services-six__col:nth-child(5) {
  border-right: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}
.services-six__col:nth-child(1), .services-six__col:nth-child(2), .services-six__col:nth-child(3) {
  border-bottom: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}
@media (max-width: 991px) {
  .services-six__col:nth-child(4) {
    border-bottom: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
  }
}
@media (max-width: 767px) {
  .services-six__col:nth-child(5) {
    border-bottom: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .services-six__col:nth-child(2), .services-six__col:nth-child(4) {
    border-right: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .services-six__col:nth-child(3) {
    border-right: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
  }
}
@media (max-width: 767px) {
  .services-six__col:nth-child(1), .services-six__col:nth-child(2), .services-six__col:nth-child(4), .services-six__col:nth-child(5) {
    border-right: none;
  }
}
.services-six__image {
  height: 100%;
}
.services-six__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.services-page {
  position: relative;
  background-color: var(--amoxi-black, #1A1B1F);
}
.services-page--two .row {
  --bs-gutter-x: 57px;
}
.services-page .sec-title {
  margin-bottom: 51px;
}
.services-page .ripple-svg-one,
.services-page .ripple-svg-two {
  position: absolute;
}
.services-page .service-card-two:hover .service-card-two__content::after {
  border-color: var(--amoxi-white, #FFFFFF);
}
.services-page .service-card-two .service-card-two__btn__icon, .services-page .service-card-two:hover .service-card-two__icon, .services-page .service-card-two:hover .service-card-two__letter, .services-page .service-card-two:hover .service-card-two__title, .services-page .service-card-two:hover .service-card-two__text {
  color: var(--amoxi-white, #FFFFFF);
}

/*--------------------------------------------------------------
# Service Details
--------------------------------------------------------------*/
.service-details {
  background-color: var(--amoxi-black, #1A1B1F);
}
.service-details__image {
  height: 100%;
}
.service-details__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.service-details__pages {
  padding: 27px 30px 30px;
  background-color: var(--amoxi-base, #ff621d);
}
@media (max-width: 412px) {
  .service-details__pages {
    padding: 20px 25px 25px;
  }
}
@media (max-width: 390px) {
  .service-details__pages {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.service-details__pages__title {
  margin-bottom: 20.02px;
  font-size: 22px;
  font-weight: 700;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.318;
  text-transform: capitalize;
}
.service-details__nav {
  margin: 0px;
}
.service-details__nav li + li {
  margin-top: 20px;
}
.service-details__nav li a {
  display: flex;
  align-items: center;
  gap: 14px;
  position: relative;
  z-index: 1;
  padding: 10px;
  font-family: var(--amoxi-heading-font, "Plus Jakarta Sans", sans-serif);
  font-weight: 700;
  font-size: 18px;
  color: var(--amoxi-white, #FFFFFF);
  text-align: left;
  text-transform: capitalize;
  line-height: 1.333;
  border-radius: 100px;
  overflow: hidden;
  transition: all 500ms ease;
  border: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.72);
}
@media (max-width: 412px) {
  .service-details__nav li a {
    gap: 15px;
  }
}
@media (max-width: 390px) {
  .service-details__nav li a {
    font-size: 16px;
  }
}
.service-details__nav li a::after {
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: -1;
  transition: all 500ms ease;
  background-color: var(--amoxi-black2, #0E0F11);
}
.service-details__nav li .service-details__nav__icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 10px;
  color: var(--amoxi-base, #ff621d);
  border-radius: 50%;
  transition: all 500ms ease;
  background-color: var(--amoxi-white, #FFFFFF);
}
@media (max-width: 390px) {
  .service-details__nav li .service-details__nav__icon {
    width: 28px;
    height: 28px;
    font-size: 10px;
  }
}
.service-details__nav li .service-details__nav__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.service-details__nav li a:hover, .service-details__nav li.current a {
  color: var(--amoxi-white, #FFFFFF);
  border-color: var(--amoxi-black2, #0E0F11);
}
.service-details__nav li a:hover::after, .service-details__nav li.current a::after {
  width: 100%;
  left: 0px;
}
.service-details__content {
  margin-top: 44px;
}
.service-details__title {
  margin-bottom: 14px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.333;
  color: var(--amoxi-white, #FFFFFF);
}
.service-details__box--1 {
  margin-bottom: 43px;
}
.service-details__box--2 .service-details__text + .service-details__text {
  margin-top: 19px;
}
.service-details__text {
  margin: 0px;
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-text, #b2afa6);
  line-height: 1.625;
}
.service-details__inner {
  margin-bottom: 43px;
}
.service-details__inner__image img {
  max-width: 100%;
  height: auto;
}
.service-details__inner__text-1 {
  margin-bottom: 29px;
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-text, #b2afa6);
  line-height: 1.625;
}
.service-details__inner__top {
  display: flex;
  gap: 34px;
  align-items: center;
  padding-bottom: 18px;
  margin-bottom: 20px;
  position: relative;
  border-bottom: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}
.service-details__inner__top::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 60px;
  background-color: RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}
.service-details__inner__icon {
  display: inline-flex;
  font-size: 42px;
  color: var(--amoxi-white, #FFFFFF);
  transition: all 500ms ease;
}
.service-details__inner__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.service-details__inner__top:hover .service-details__inner__icon {
  color: var(--amoxi-base, #ff621d);
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.service-details__inner__box:hover .service-details__inner__icon {
  color: var(--amoxi-base, #ff621d);
}
.service-details__inner__title {
  margin: 0px;
  font-size: 18px;
  font-weight: 700;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.375;
  text-transform: capitalize;
}
.service-details__inner__text {
  margin: 0px;
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-text, #b2afa6);
  line-height: 1.625;
}
.service-details__inner__text-2 {
  margin: 30px 0px;
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-text, #b2afa6);
  line-height: 1.625;
}
.service-details__inner__text-2 span {
  font-weight: 500;
  color: var(--amoxi-base, #ff621d);
  text-transform: uppercase;
}

/*--------------------------------------------------------------
# Shop
--------------------------------------------------------------*/
.product {
  position: relative;
}
.product__sidebar {
  position: relative;
}
.product__sidebar__item + .product__sidebar__item {
  margin-top: 30px;
}
.product__sidebar__item {
  padding: 24px 30px 30px;
  border-radius: 10px;
  background-color: var(--amoxi-black, #1A1B1F);
  border: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}
.product__sidebar__title {
  margin-bottom: 27px;
  position: relative;
  font-size: 22px;
  color: var(--amoxi-white, #FFFFFF);
  font-weight: 700;
  line-height: 1.318;
  text-transform: capitalize;
}
.product__search-box {
  padding-top: 30px;
}
.product__search {
  position: relative;
}
.product__search input[type=search],
.product__search input[type=text] {
  padding-left: 20px;
  padding-right: 44px;
  outline: none;
  border: 0;
  width: 100%;
  height: 55px;
  font-size: 16px;
  color: var(--amoxi-white, #FFFFFF);
  font-weight: 400;
  border-radius: 10px;
  transition: all 400ms ease;
  background-color: var(--amoxi-black6, #3A3B3F);
}
.product__search button[type=submit] {
  padding: 0;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background-color: var(--amoxi-base, #ff621d);
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-size: 15px;
  color: var(--amoxi-white, #FFFFFF);
  border-radius: 50%;
  transition: all 400ms ease;
}
.product__search button[type=submit] svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.product__search button[type=submit]:hover {
  color: var(--amoxi-base, #ff621d);
  background-color: var(--amoxi-white, #FFFFFF);
}
.product__price-ranger #slider-range {
  position: relative;
  margin: 0px;
  border: none;
  height: 4px;
  border-radius: 20px;
  background: var(--amoxi-base, #ff621d);
}
.product__price-ranger #slider-range .ui-slider-range {
  height: 100%;
  background: var(--amoxi-base, #ff621d);
}
.product__price-ranger #slider-range .ui-slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: var(--amoxi-base, #ff621d);
  border: 0;
  height: 15px;
  width: 15px !important;
  border-radius: 50%;
  margin-left: -3px;
  outline: medium none;
  cursor: pointer;
  z-index: 2;
}
.product__price-ranger .ranger-min-max-block {
  position: relative;
  display: block;
  margin: 24px 0 0 0px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product__price-ranger .ranger-min-max-block {
    margin-left: -10px;
  }
}
.product__price-ranger .ranger-min-max-block input[type=text] {
  padding: 0;
  position: relative;
  display: inline-block;
  color: var(--amoxi-white, #FFFFFF);
  font-size: 16px;
  font-weight: 400;
  width: 50px;
  min-width: 50px;
  line-height: 1;
  border: none;
  outline: none;
  text-align: center;
  background-color: transparent;
}
.product__price-ranger .ranger-min-max-block span {
  position: relative;
  display: inline-block;
  color: var(--amoxi-black, #1A1B1F);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  left: -2px;
}
.product__price-ranger .ranger-min-max-block input[type=submit] {
  position: relative;
  display: block;
  margin: 0;
  cursor: pointer;
  padding: 0 16px;
  height: 35px;
  float: right;
  text-align: center;
  border: none;
  color: var(--amoxi-white, #FFFFFF);
  font-size: 14px;
  font-weight: 500;
  line-height: 35px;
  text-transform: uppercase;
  border-radius: 5px;
  transition: all 500ms ease;
  background-color: var(--amoxi-black6, #3A3B3F);
}
.product__price-ranger .ranger-min-max-block input[type=submit]:hover {
  color: var(--amoxi-white, #FFFFFF);
  background-color: var(--amoxi-base, #ff621d);
}
.product__categories ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.product__categories ul li + li {
  margin-top: 20px;
}
.product__categories ul li {
  position: relative;
}
.product__categories ul li a {
  position: relative;
  z-index: 1;
  padding: 13.5px 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 16px;
  line-height: 1.25;
  text-transform: capitalize;
  color: var(--amoxi-white, #FFFFFF);
  font-weight: 400;
  border-radius: 100px;
  background-color: var(--amoxi-black6, #3A3B3F);
  transition: all 500ms ease;
}
.product__categories ul li a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: var(--amoxi-base, #ff621d);
  transition: all 500ms ease;
}
.product__categories ul li a .product__categories__text {
  display: flex;
  align-items: center;
  gap: 9px;
}
.product__categories ul li a .product__categories__icon {
  display: inline-flex;
  font-size: 16px;
  color: var(--amoxi-white, #FFFFFF);
  transition: all 500ms ease;
}
.product__categories ul li a .product__categories__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.product__categories ul li a:hover {
  color: var(--amoxi-white, #FFFFFF);
}
.product__categories ul li a:hover::after {
  left: 0;
  width: 100%;
}
.product__categories ul li a:hover .product__categories__icon {
  color: var(--amoxi-white, #FFFFFF);
}
.product__info-top {
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .product__info-top {
    display: block;
    margin-bottom: 40px;
  }
}
.product__showing-text {
  margin: 0px;
  font-size: 22px;
  font-weight: 400;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.318;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .product__showing-text {
    margin-bottom: 25px;
    font-size: 20px;
  }
}
@media (max-width: 430px) {
  .product__showing-text {
    font-size: 18px;
  }
}
.product__showing-sort {
  margin: 0;
}
.product__showing-sort .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  position: relative;
  display: block;
  width: 100%;
  min-width: 210px !important;
  border-radius: 5px;
  background-color: var(--amoxi-black6, #3A3B3F);
}
@media (max-width: 767px) {
  .product__showing-sort .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    min-width: 141px !important;
  }
}
.product__showing-sort .bootstrap-select > .dropdown-toggle::after {
  display: none;
}
.product__showing-sort .bootstrap-select .dropdown-menu {
  border: none;
  border-radius: 0px;
}
.product__showing-sort .bootstrap-select > .dropdown-toggle {
  position: relative;
  height: 50px;
  outline: none !important;
  border-radius: 0;
  border: 0;
  background-color: transparent !important;
  margin: 0;
  padding: 0;
  padding-left: 20px;
  padding-right: 45px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  color: var(--amoxi-white, #FFFFFF) !important;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 50px;
  font-weight: 400;
  box-shadow: none !important;
  background-repeat: no-repeat;
  background-size: 14px 12px;
  background-position: right 25.75px center;
}
.product__showing-sort .bootstrap-select > .dropdown-toggle > .filter-option {
  text-align: left;
}
@media (max-width: 767px) {
  .product__showing-sort .bootstrap-select > .dropdown-toggle > .filter-option {
    text-align: left;
  }
}
.product__showing-sort .bootstrap-select > .dropdown-toggle::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  font-size: 17px;
  color: var(--amoxi-base, #ff621d);
}
.product__showing-sort .bootstrap-select .dropdown-menu > li + li > a {
  border-top: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.1);
}
.product__showing-sort .bootstrap-select .dropdown-menu > li > a {
  font-size: 15px;
  font-weight: 400;
  padding: 10px 20px 11px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  color: var(--amoxi-white, #FFFFFF);
  background-color: var(--amoxi-black6, #3A3B3F);
  text-transform: capitalize;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.product__showing-sort .bootstrap-select .dropdown-menu > li:hover > a,
.product__showing-sort .bootstrap-select .dropdown-menu > li.selected > a {
  color: var(--amoxi-white, #FFFFFF);
  border-color: var(--amoxi-base, #ff621d);
  background-color: var(--amoxi-base, #ff621d);
}
.product__item {
  position: relative;
  border-radius: 10px;
  transition: all 500ms ease;
  background-color: var(--amoxi-black, #1A1B1F);
  border: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}
.product__item:hover {
  border-color: var(--amoxi-base, #ff621d);
}
.product__item__image {
  padding: 20px 20px 0px;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.product__item__image img {
  max-width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 800ms cubic-bezier(0, 0, 0.44, 1.18);
  transition: transform 800ms cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 800ms cubic-bezier(0, 0, 0.44, 1.18);
}
.product__item__btn-group {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1;
}
.product__item__btn-group a + a {
  margin-top: 10px;
}
.product__item__btn-group a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  color: var(--amoxi-base, #ff621d);
  font-size: 14px;
  opacity: 0;
  border-radius: 50%;
  visibility: hidden;
  background-color: var(--amoxi-white, #FFFFFF);
}
.product__item__btn-group a:hover {
  color: var(--amoxi-white, #FFFFFF);
  background-color: var(--amoxi-base, #ff621d);
}
.product__item__btn-group a svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.product__item__btn-group a:nth-child(1) {
  -webkit-transition: transform 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  -moz-transition: transform 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  -ms-transition: transform 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  -o-transition: transform 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  transition: transform 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  transform: translate3d(30px, 0, 0);
  -moz-transform: translate3d(30px, 0, 0);
  -webkit-transform: translate3d(30px, 0, 0);
  -ms-transform: translate3d(30px, 0, 0);
  -o-transform: translate3d(30px, 0, 0);
}
.product__item__btn-group a:nth-child(2) {
  -webkit-transition: transform 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  -moz-transition: transform 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  -ms-transition: transform 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  -o-transition: transform 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  transition: transform 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  transform: translate3d(30px, 0, 0);
  -moz-transform: translate3d(30px, 0, 0);
  -webkit-transform: translate3d(30px, 0, 0);
  -ms-transform: translate3d(30px, 0, 0);
  -o-transform: translate3d(30px, 0, 0);
}
.product__item__btn-group a:nth-child(3) {
  -webkit-transition: transform 750ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  -moz-transition: transform 750ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  -ms-transition: transform 750ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  -o-transition: transform 750ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  transition: transform 750ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  transform: translate3d(30px, 0, 0);
  -moz-transform: translate3d(30px, 0, 0);
  -webkit-transform: translate3d(30px, 0, 0);
  -ms-transform: translate3d(30px, 0, 0);
  -o-transform: translate3d(30px, 0, 0);
}
.product__item:hover .product__item__image img {
  transform: scale(1.05);
}
.product__item:hover .product__item__btn-group a {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}
.product__item__content {
  padding: 30px;
  position: relative;
  text-align: center;
}
@media (max-width: 767px) {
  .product__item__content {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.product__item__title {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 700;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.318;
}
@media (min-width: 576px) and (max-width: 767px) {
  .product__item__title {
    font-size: 18px;
  }
}
@media (max-width: 360px) {
  .product__item__title {
    font-size: 20px;
  }
}
.product__item__title:hover {
  color: var(--amoxi-base, #ff621d);
}
.product__item__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.product__item__title a:hover {
  background-size: 100% 1px;
}
.product__item__price {
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-text, #b2afa6);
  line-height: 1.222;
}
.product__item__price span:not(:last-child)::after {
  content: "-";
  margin-left: 5px;
  margin-right: 5px;
  font-size: 18px;
  color: var(--amoxi-text, #b2afa6);
}
.product__item .amoxi-ratings {
  margin-bottom: 24px;
  justify-content: center;
}
.product__item .amoxi-btn-two {
  padding: 10px 30px;
  font-size: 15px;
  color: var(--amoxi-white, #FFFFFF);
  border-radius: 5px;
  text-transform: capitalize;
  background-color: var(--amoxi-black6, #3A3B3F);
}
.product__item .amoxi-btn-two:hover {
  color: var(--amoxi-white, #FFFFFF);
}
.product__item .amoxi-btn-two::before, .product__item .amoxi-btn-two::after {
  background-color: var(--amoxi-base, #ff621d);
}

.product-page {
  background-color: var(--amoxi-black, #1A1B1F);
}
.product-page .post-pagination {
  justify-content: center;
}
.product-page .product__item__image img {
  width: auto !important;
  display: inline-block !important;
}
.product-page--sidebar .post-pagination {
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .product-page--sidebar .post-pagination {
    justify-content: center;
  }
}

/*--------------------------------------------------------------
# Shop Details
--------------------------------------------------------------*/
.product-details {
  position: relative;
  background-color: var(--amoxi-black, #1A1B1F);
}
.product-details__product {
  display: flex;
  align-items: center;
  gap: 30px 22px;
}
@media (max-width: 991px) {
  .product-details__product {
    flex-direction: column;
    align-items: flex-start;
  }
}
.product-details__thumb-box {
  width: 120px;
}
@media (max-width: 991px) {
  .product-details__thumb-box {
    width: 100%;
  }
}
.product-details__thumb {
  --slick-gutter: 13px;
  width: 126px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .product-details__thumb {
    width: 100%;
  }
}
.product-details__thumb .slick-list {
  clip-path: inset(0 calc(var(--slick-gutter) / 2) 0 calc(var(--slick-gutter) / 2));
  margin: 0;
  padding: 0;
}
.product-details__thumb .slick-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .product-details__thumb .slick-slide {
    margin-left: calc(var(--slick-gutter) / 2);
    margin-right: calc(var(--slick-gutter) / 2);
  }
}
@media (min-width: 992px) {
  .product-details__thumb .slick-slide {
    margin-top: calc(var(--slick-gutter) / 2);
    margin-bottom: calc(var(--slick-gutter) / 2);
  }
}
.product-details__thumb__item {
  position: relative;
  cursor: pointer;
  z-index: 2;
  width: 113px;
  height: 113px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 0px;
  border: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
  transition: all 500ms ease;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-details__thumb__item {
    width: 114px;
    height: 114px;
  }
}
@media (max-width: 991px) {
  .product-details__thumb__item {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 767px) {
  .product-details__thumb__item {
    width: 110px;
    height: 110px;
  }
}
@media (max-width: 575px) {
  .product-details__thumb__item {
    width: 95px;
    height: 95px;
  }
}
@media (max-width: 480px) {
  .product-details__thumb__item {
    width: 83px;
    height: 83px;
  }
}
@media (max-width: 430px) {
  .product-details__thumb__item {
    width: 105px;
    height: 105px;
  }
}
@media (max-width: 390px) {
  .product-details__thumb__item {
    width: 95px;
    height: 95px;
  }
}
@media (max-width: 360px) {
  .product-details__thumb__item {
    width: 83px;
    height: 83px;
  }
}
.product-details__thumb__item img {
  position: relative;
  cursor: pointer;
  max-width: 100%;
  height: auto;
  z-index: 1;
}
.product-details__thumb__hover {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  transform: translateY(-70%);
  transition: all 500ms ease;
  background-color: RGBA(var(--amoxi-base-rgb, 255, 98, 29), 0.4);
}
.product-details__thumb__hover .img-popup {
  display: inline-block;
  font-size: 27px;
  color: var(--amoxi-white, #FFFFFF);
}
.product-details__thumb__hover .img-popup svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.product-details__thumb .slick-slide.slick-current .product-details__thumb__hover {
  opacity: 1;
  transform: translateY(0%);
}
.product-details__carousel {
  --slick-gutter: 10px;
  flex-grow: 1;
  border-radius: 0px;
  border: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}
@media (max-width: 991px) {
  .product-details__carousel {
    width: 100%;
  }
}
.product-details__carousel .slick-list {
  clip-path: inset(0 calc(var(--slick-gutter) / 2) 0 calc(var(--slick-gutter) / 2));
  margin: 0;
  padding: 0;
}
.product-details__carousel .slick-slide {
  margin-top: calc(var(--slick-gutter) / 2);
  margin-bottom: calc(var(--slick-gutter) / 2);
}
.product-details__image {
  padding: 20px 20px 47.5px;
}
.product-details__image__title {
  display: inline-block;
  padding: 7px 16px;
  font-size: 16px;
  color: var(--amoxi-white, #FFFFFF);
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.25;
  border-radius: 0px;
  background-color: var(--amoxi-base, #ff621d);
}
.product-details__image img {
  max-width: 100%;
  height: auto;
}
.product-details__content {
  margin-top: 2px;
}
@media (max-width: 991px) {
  .product-details__content {
    margin-top: 0px;
  }
}
.product-details__name {
  margin-bottom: 13px;
  font-size: 22px;
  color: var(--amoxi-white, #FFFFFF);
  font-weight: 700;
  line-height: 1.363;
}
.product-details__product-info {
  max-width: 471px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 40px;
  border-bottom: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-details__product-info {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .product-details__product-info {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
.product-details__price {
  margin: 0;
  font-size: 25px;
  color: var(--amoxi-base, #ff621d);
  font-weight: 700;
  line-height: 1.04;
}
.product-details__review {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.product-details__review__text {
  font-size: 16px;
  color: var(--amoxi-base, #ff621d);
  font-weight: 500;
  text-transform: capitalize;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.product-details__review__text:hover {
  background-size: 100% 1px;
}
.product-details .amoxi-ratings {
  position: relative;
  top: -1px;
}
.product-details .amoxi-ratings__icon {
  font-size: 18px;
}
.product-details__excerpt {
  margin-bottom: 25px;
}
.product-details__excerpt__text {
  margin: 0px;
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-text, #b2afa6);
  line-height: 1.625;
}
.product-details__color {
  margin-bottom: 34px;
}
.product-details__color__title {
  margin-bottom: 9px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  color: var(--amoxi-text, #b2afa6);
  font-weight: 500;
}
.product-details__color__inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.product-details__color__box {
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  border-radius: 0px;
  background-color: var(--bg-color);
  border: 2px solid var(--border-color);
}
.product-details__quantity {
  margin-bottom: 31px;
}
.product-details__quantity .quantity-box {
  border: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
  width: 191px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
}
.product-details__quantity .quantity-box__input {
  border: none;
  outline: none;
  background-color: transparent;
  width: 71px;
  height: 100%;
  border-left: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
  border-right: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  padding: 0;
  outline: none;
  font-size: 18px;
  font-weight: 500;
  color: var(--amoxi-text, #b2afa6);
  line-height: 1;
  background-color: transparent;
  text-align: center;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  transition: all 500ms ease;
}
.product-details__quantity .quantity-box__btn {
  border: none;
  outline: none;
  background-color: transparent;
  padding: 0;
  width: 59px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: var(--amoxi-text, #b2afa6);
  transition: all 500ms ease;
}
.product-details__quantity .quantity-box__btn:hover {
  color: var(--amoxi-base, #ff621d);
}
.product-details__button {
  margin-bottom: 34px;
}
.product-details__socials {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.product-details__socials__title {
  margin: 0px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 18px;
  color: var(--amoxi-text, #b2afa6);
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1.25;
}
.product-details .social-links a {
  width: 38px;
  height: 38px;
  border: none;
  border-radius: 0px;
  background-color: var(--amoxi-white, #FFFFFF);
}
.product-details .social-links a:hover {
  background-color: var(--amoxi-base, #ff621d);
}
.product-details .social-links__icon {
  font-size: 18px;
  color: var(--amoxi-black, #1A1B1F);
}
.product-details .social-links a:hover .social-links__icon {
  color: var(--amoxi-white, #FFFFFF);
}
.product-details__description-wrapper {
  margin-top: 42px;
}
.product-details__description {
  position: relative;
  padding: 46px 0px 37px;
  border-top: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
  border-bottom: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}
.product-details__description__title {
  margin-bottom: 17px;
  font-size: 22px;
  font-weight: 700;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.363;
  text-transform: capitalize;
}
.product-details__description__text {
  margin: 0px;
  font-size: 16px;
  color: var(--amoxi-text, #b2afa6);
  line-height: 1.625;
}
.product-details__list {
  max-width: 770px;
  margin-top: 11px;
  margin-bottom: 21px;
  --bs-gutter-x: 20px;
  --bs-gutter-y: 12px;
}
.product-details__list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 16px;
  line-height: 1.625;
}
.product-details__list__icon {
  position: relative;
  top: 2px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 10px;
  color: var(--amoxi-black3, #121115);
  background-color: var(--amoxi-white, #FFFFFF);
  border-radius: 50%;
  transition: all 500ms ease;
}
.product-details__list__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
li:hover .product-details__list__icon {
  color: var(--amoxi-white, #FFFFFF);
  background-color: var(--amoxi-base, #ff621d);
}
.product-details .comments-one__name {
  margin: 0px;
}
.product-details__form__top {
  margin-bottom: 31px;
}
.product-details__form__title {
  margin-bottom: 20px !important;
}
.product-details__form__ratings {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 33px;
}
@media (max-width: 1599px) {
  .product-details__form__ratings {
    gap: 20px;
  }
}
.product-details__form__ratings__text {
  margin-bottom: 0;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  color: var(--amoxi-text, #b2afa6);
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.625;
}
.product-details__ratings {
  position: relative;
  top: -1px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
}
.product-details__ratings__icon {
  display: inline-flex;
  font-size: 17px;
  color: var(--amoxi-base, #ff621d);
  transition: all 500ms ease;
}
.product-details__ratings__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

/*--------------------------------------------------------------
# Cart
--------------------------------------------------------------*/
.cart-page {
  position: relative;
  background-color: var(--amoxi-black, #1A1B1F);
}
.cart-page .table-responsive {
  position: relative;
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .cart-page .table-responsive {
    margin-bottom: 30px;
  }
}
.cart-page__table {
  position: relative;
  width: 100%;
  border: none;
  margin: 0 0 24px;
}
@media (max-width: 1199px) {
  .cart-page__table {
    min-width: 1170px;
  }
}
.cart-page__table thead tr {
  border-bottom: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}
.cart-page__table thead tr th {
  padding: 0 30px 26px;
  font-family: var(--amoxi-heading-font, "Plus Jakarta Sans", sans-serif);
  font-size: 22px;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1;
  font-weight: 700;
  text-transform: capitalize;
  border: none;
  background-color: transparent;
  border: 0 !important;
  box-shadow: none;
}
@media (max-width: 767px) {
  .cart-page__table thead tr th {
    font-size: 20px;
  }
}
.cart-page__table thead tr th:first-child {
  padding-left: 0;
}
.cart-page__table thead tr th:last-child {
  padding-right: 0;
  text-align: right;
}
.cart-page__table tbody tr td {
  font-size: 19px;
  font-weight: 500;
  color: var(--amoxi-text, #b2afa6);
  text-transform: capitalize;
  line-height: normal;
  vertical-align: middle;
  border-top: none;
  box-shadow: none;
  background-color: transparent;
  border-top: 0 !important;
  border-right: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
  border-bottom: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
  padding: 28.5px 30px;
  letter-spacing: 0;
}
.cart-page__table tbody tr td.cart-page__table__total {
  text-align: center;
}
.cart-page__table tbody tr td .cart-page__table__remove {
  margin-left: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--amoxi-white, #FFFFFF);
  font-size: 19px;
  line-height: 1;
}
.cart-page__table tbody tr td .cart-page__table__remove svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.cart-page__table tbody tr td .cart-page__table__remove:hover {
  color: var(--amoxi-base, #ff621d);
}
.cart-page__table tbody tr td:first-child {
  padding-left: 0px;
}
.cart-page__table tbody tr td:last-child {
  padding-right: 0px;
  border-right: 0px;
}
.cart-page__table__meta {
  display: flex;
  align-items: center;
  gap: 30px;
}
.cart-page__table__meta__img {
  width: 113px;
  height: 113px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}
.cart-page__table__meta__img img {
  max-width: 100%;
  height: auto;
}
.cart-page__table__meta__title {
  margin: 0;
  font-size: 22px;
  color: var(--amoxi-white, #FFFFFF);
  font-weight: 700;
  line-height: 1.318;
}
@media (max-width: 767px) {
  .cart-page__table__meta__title {
    font-size: 20px;
  }
}
.cart-page__table__meta__title a {
  color: inherit;
}
.cart-page__table__meta__title a:hover {
  color: var(--amoxi-base, #ff621d);
}
.cart-page__table__meta__title a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.cart-page__table__meta__title a:hover {
  background-size: 100% 1px;
}
.cart-page__table__quantity {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}
.cart-page__table__quantity__title {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.25;
}
.cart-page__table__quantity .quantity-box {
  position: relative;
  width: 172px;
  height: 50px;
  border-radius: 100px;
  border: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}
.cart-page__table__quantity .quantity-box__input {
  border: none;
  outline: none;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  background-color: transparent;
  width: 50px;
  height: 100%;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  padding: 0;
  outline: none;
  font-size: 16px;
  font-weight: 500;
  color: var(--amoxi-text, #b2afa6);
  line-height: 1;
  background-color: transparent;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  transition: all 500ms ease;
}
.cart-page__table__quantity .quantity-box__btn {
  border: none;
  outline: none;
  padding: 0;
  display: inline-flex;
  font-size: 8px;
  color: var(--amoxi-white, #FFFFFF);
  transition: all 500ms ease;
  background-color: var(--amoxi-black6, #3A3B3F);
}
.cart-page__table__quantity .quantity-box__btn.add {
  padding: 5px 5px 2px;
  position: absolute;
  top: 9px;
  right: 21px;
  z-index: 1;
}
.cart-page__table__quantity .quantity-box__btn.sub {
  padding: 2px 5px 5px;
  position: absolute;
  right: 21px;
  bottom: 9px;
  z-index: 1;
}
.cart-page__table__quantity .quantity-box__btn:hover {
  color: var(--amoxi-base, #ff621d);
}
.cart-page__bottom {
  margin-top: 8px;
}
.cart-page__coupone__form {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 767px) {
  .cart-page__coupone__form {
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
  }
}
.cart-page__coupone__form input[type=text] {
  display: block;
  width: 270px;
  height: 54px;
  border: none;
  font-size: 16px;
  color: var(--amoxi-white, #FFFFFF);
  font-weight: 500;
  background-color: var(--amoxi-black6, #3A3B3F);
  padding-left: 19px;
  padding-right: 19px;
  outline: none;
  transition: all 500ms ease;
}
@media (max-width: 1199px) {
  .cart-page__coupone__form input[type=text] {
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .cart-page__coupone__form input[type=text] {
    width: 100%;
  }
}
.cart-page__cart-checkout__title {
  margin-bottom: 0px;
  display: inline-block;
  font-family: var(--amoxi-heading-font, "Plus Jakarta Sans", sans-serif);
  font-weight: 700;
  font-size: 22px;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.318;
  text-transform: capitalize;
}
.cart-page__cart-total {
  max-width: 343px;
  position: relative;
  margin: 0px 0px 40px auto;
}
@media (max-width: 1199px) {
  .cart-page__cart-total {
    margin: 0px 0px 30px;
  }
}
.cart-page__cart-total li + li {
  margin-top: 23px;
}
.cart-page__cart-total li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  font-size: 16px;
  color: var(--amoxi-text, #b2afa6);
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.25;
}
.cart-page__button {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 25px 30px;
}
@media (max-width: 1199px) {
  .cart-page__button {
    justify-content: flex-start;
  }
}

/*--------------------------------------------------------------
# Checkout
--------------------------------------------------------------*/
.checkout-page {
  position: relative;
  background-color: var(--amoxi-black, #1A1B1F);
}
.checkout-page__notice {
  margin-bottom: 26px;
}
.checkout-page .notice-box {
  padding: 12.5px 20px;
  margin-bottom: 0px;
  font-size: 18px;
  color: var(--amoxi-white, #FFFFFF);
  font-weight: 600;
  line-height: 1.444;
  background-color: var(--amoxi-black6, #3A3B3F);
}
@media (max-width: 767px) {
  .checkout-page .notice-box {
    font-size: 16px;
  }
}
.checkout-page .notice-box a {
  color: var(--amoxi-base, #ff621d);
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.checkout-page .notice-box a:hover {
  background-size: 100% 1px;
}
.checkout-page__billing-address {
  position: relative;
}
.checkout-page__title {
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: 700;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.318;
  text-transform: capitalize;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .checkout-page__form .form-one__group {
    grid-template-columns: repeat(1, 1fr);
  }
}
.checkout-page__shipping-details {
  margin-top: 15px;
}
@media (max-width: 430px) {
  .checkout-page__shipping-details {
    margin-top: 0px;
  }
}
.checkout-page__shipping-details .checkout-page__title {
  margin-bottom: 25px;
}
.checkout-page__check-box {
  position: relative;
  display: block;
  margin-top: -6px;
}
.checkout-page__check-box input[type=checkbox] {
  display: none;
}
.checkout-page__check-box label {
  position: relative;
  display: inline-block;
  padding-left: 28px;
  font-size: 16px;
  color: var(--amoxi-text, #b2afa6);
  font-weight: 600;
  line-height: 1.625;
  text-transform: uppercase;
  cursor: pointer;
}
.checkout-page__check-box label span::before {
  content: "\f00c";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  color: var(--amoxi-base, #ff621d);
  font-size: 9px;
  font-weight: 900;
  opacity: 0;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.checkout-page__check-box input[type=checkbox] + label span {
  position: absolute;
  top: 3px;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid var(--amoxi-base, #ff621d);
  border-radius: 50%;
  vertical-align: middle;
  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;
}
.checkout-page__check-box input[type=checkbox]:checked + label span:before {
  opacity: 1;
}
.checkout-page__your-order {
  position: relative;
  margin: 41px 0 0;
}
@media (max-width: 430px) {
  .checkout-page__your-order {
    margin: 30px 0 0;
  }
}
.checkout-page__your-order .checkout-page__title {
  margin-bottom: 33px;
}
@media (max-width: 430px) {
  .checkout-page__your-order .checkout-page__title {
    margin-bottom: 20px;
  }
}
.checkout-page__order-table {
  position: relative;
  width: 100%;
  border: none;
  margin: 0 0 0;
}
.checkout-page__order-table thead tr th {
  margin: 0;
  padding: 16px 0;
  font-family: var(--amoxi-heading-font, "Plus Jakarta Sans", sans-serif);
  font-size: 16px;
  color: var(--amoxi-white, #FFFFFF);
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.25;
  border: none;
  border-top: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
  border-bottom: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}
.checkout-page__order-table thead tr th:last-child {
  text-align: right;
}
.checkout-page__order-table tbody tr td {
  font-family: var(--amoxi-heading-font, "Plus Jakarta Sans", sans-serif);
  font-size: 16px;
  color: var(--amoxi-white, #FFFFFF);
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.25;
  margin: 0;
  padding: 0 0 15px;
  border: none;
}
.checkout-page__order-table tbody tr td:last-child {
  text-align: right;
}
.checkout-page__order-table tbody tr td.pro__price {
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-weight: 500;
  color: var(--amoxi-text, #b2afa6);
}
.checkout-page__order-table tbody tr td.pro__price--total {
  font-family: var(--amoxi-heading-font, "Plus Jakarta Sans", sans-serif);
  font-weight: 700;
  color: var(--amoxi-white, #FFFFFF);
}
.checkout-page__order-table tbody tr:first-child td {
  padding-top: 16px;
}
.checkout-page__order-table tbody tr:nth-child(3) td {
  padding-bottom: 16px;
}
.checkout-page__order-table tbody tr:last-child td {
  padding-top: 15px;
  border-top: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}
.checkout-page__payment {
  padding: 29px 31px;
  margin-bottom: 30px;
  border: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}
@media (max-width: 390px) {
  .checkout-page__payment {
    padding: 25px;
  }
}
.checkout-page__payment__item + .checkout-page__payment__item {
  margin-top: 15px;
}
.checkout-page__payment__item {
  position: relative;
}
.checkout-page__payment__title {
  margin-bottom: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--amoxi-text, #b2afa6);
  line-height: 1.625;
}
.checkout-page__payment__title::before {
  content: "";
  width: 21px;
  height: 21px;
  border: 1px solid var(--amoxi-base, #ff621d);
  border-radius: 50%;
  margin-right: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-right: 9px;
  color: var(--amoxi-white, #FFFFFF);
  position: relative;
  top: -1px;
  transition: all 500ms ease;
}
.checkout-page__payment .checkout-page__payment__item--active .checkout-page__payment__title {
  text-shadow: 0px 0px 0.25px currentColor;
}
.checkout-page__payment .checkout-page__payment__item--active .checkout-page__payment__title::before {
  content: "\f111";
  color: var(--amoxi-base, #ff621d);
}
.checkout-page__payment__content {
  margin-top: 12px;
}
.checkout-page__payment__content p {
  margin: 0;
  line-height: 1.5;
}

/*--------------------------------------------------------------
# Error 404
--------------------------------------------------------------*/
.error-404 {
  background-color: var(--amoxi-black, #1A1B1F);
}
.error-404__content {
  text-align: center;
}
.error-404__image {
  margin-bottom: 20px;
  max-width: 100%;
  height: auto;
  animation: moveX 2s linear infinite;
}
.error-404__title {
  margin-bottom: 11px;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.314;
}
@media (max-width: 440px) {
  .error-404__title {
    font-size: 30px;
  }
}
.error-404__text {
  margin-bottom: 26px;
}

/*--------------------------------------------------------------
# Boxed Home
--------------------------------------------------------------*/
body.boxed-wrapper {
  position: relative;
}
body.boxed-wrapper .page-wrapper {
  max-width: 1530px;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--amoxi-black, #1A1B1F);
  box-shadow: -10px 0 20px rgba(0, 0, 0, 0.15), 10px 0 20px rgba(0, 0, 0, 0.15);
}
@media (min-width: 1400px) {
  body.boxed-wrapper .hero-one__bg-2 {
    width: 100%;
  }
  body.boxed-wrapper .hero-one .scroll-btn {
    right: 4%;
  }
}
body.boxed-wrapper .hero-one__shape {
  right: 2%;
}
body.boxed-wrapper .hero-one__tags,
body.boxed-wrapper .about-one__shape,
body.boxed-wrapper .main-footer__shape-1,
body.boxed-wrapper .main-footer__shape-2 {
  display: none;
}
/*# sourceMappingURL=amoxi.css.map */
