/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Utility
# Cards
# Common
# Form
# Navigations
# Animations
# Mobile Nav
# Search Popup
# Page Header
# Google Map
# Client Carousel
--------------------------------------------------------------*/

:root {
    --alefox-font: "Rubik", sans-serif;
    --alefox-heading-font: "Inter", serif;
    --alefox-text: #636363;
    --alefox-text-rgb: 99, 99, 99;
    --alefox-text-dark: #b7b7b7;
    --alefox-text-dark-rgb: 183, 183, 183;
    --alefox-text-gray: #89868d;
    --alefox-text-gray-rgb: 137, 134, 141;
    --alefox-base: #fc655d;
    --alefox-base-rgb: 68, 160, 91;
    --alefox-gray: #f6f4ec;
    --alefox-gray-rgb: 246, 244, 236;
    --alefox-gray2: #e1eff0;
    --alefox-gray2-rgb: 225, 239, 240;
    --alefox-white: #fff;
    --alefox-white-rgb: 255, 255, 255;
    --alefox-black: #000;
    --alefox-black-rgb: 18, 47, 42;
    --alefox-black2: #202221;
    --alefox-black2-rgb: 32, 34, 33;
    --alefox-black3: #000;
    --alefox-black3-rgb: 0, 0, 0;
    --alefox-border-color: #dddddd;
    --alefox-border-color-rgb: 221, 221, 221;
    --alefox-letter-space: 0.1em;
    --alefox-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(--alefox-font, "Rubik", sans-serif);
    color: var(--alefox-text, #636363);
    font-size: 16px;
    line-height: 1.75;
    font-weight: 400;
}

body.locked {
    overflow: hidden;
}

a {
    color: var(--alefox-base, #fc655d);
    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(--alefox-heading-font, "Inter", serif);
    color: var(--alefox-black, #000);
}

@media (max-width: 575px) {
    h1 br,
    h2 br,
    h3 br,
    h4 br,
    h5 br,
    h6 br {
        display: none;
    }
}

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

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

.background-base {
    background-color: var(--alefox-base, #fc655d);
}

.background-gray {
    background-color: var(--alefox-gray, #f6f4ec);
}

.background-black {
    background-color: var(--alefox-black, #000);
}

.background-black-2 {
    background-color: var(--alefox-black2, #202221);
}

.alefox-text-dark {
    color: var(--alefox-text-dark, #b7b7b7);
}

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

.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-30 {
    --bs-gutter-y: 30px;
}

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

.alefox-btn {
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    background-color: transparent;
    border-radius: 0;
    color: var(--alefox-black, #000);
    font-size: 16px;
    font-weight: 600;
    font-family: var(--alefox-font, "Rubik", sans-serif);
    padding: 14px 40px;
    transition: 500ms;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.alefox-btn__item {
    position: absolute;
    background-color: var(--alefox-base, #fc655d);
}

.alefox-btn__item:nth-child(1) {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    -webkit-animation: 2s animateTop linear infinite;
    animation: 2s animateTop linear infinite;
}

.alefox-btn__item:nth-child(2) {
    top: 0px;
    right: 0px;
    height: 100%;
    width: 2px;
    -webkit-animation: 2s animateRight linear -1s infinite;
    animation: 2s animateRight linear -1s infinite;
}

.alefox-btn__item:nth-child(3) {
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    -webkit-animation: 2s animateBottom linear infinite;
    animation: 2s animateBottom linear infinite;
}

.alefox-btn__item:nth-child(4) {
    top: 0px;
    left: 0px;
    height: 100%;
    width: 2px;
    -webkit-animation: 2s animateLeft linear -1s infinite;
    animation: 2s animateLeft linear -1s infinite;
}

.alefox-btn:hover {
    color: var(--alefox-black, #000);
}

.alefox-btn:hover .alefox-btn__item {
    animation-play-state: paused;
}

.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(--alefox-base, #fc655d);
}

.tns-outer .tns-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.tns-outer .tns-controls button {
    width: 45px;
    height: 45px;
    border: 2px solid #f4f4f4;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--alefox-text, #636363);
    border-radius: 50%;
    margin-left: 5px;
    margin-right: 5px;
}

.block-title {
    margin-top: -8px;
    margin-bottom: 50px;
}

.block-title__decor {
    width: 21px;
    height: 14px;
    background-image: url(../images/shapes/leaf-1-1.html);
    background-repeat: no-repeat;
    background-position: top center;
    display: inline-block;
    line-height: 1;
    margin-bottom: -5px;
    position: relative;
    top: -7px;
}

.block-title p {
    margin: 0;
    color: var(--alefox-text, #636363);
    font-size: 16px;
    line-height: 1;
    margin-bottom: 7px;
}

@media (min-width: 768px) {
    .block-title p {
        font-size: 18px;
    }
}

@media (min-width: 992px) {
    .block-title p {
        font-size: 20px;
    }
}

.block-title h3 {
    margin: 0;
    font-size: 35px;
    color: var(--alefox-black, #000);
}

@media (min-width: 768px) {
    .block-title h3 {
        font-size: 42px;
    }
}

@media (min-width: 992px) {
    .block-title h3 {
        font-size: 50px;
    }
}

.ul-list-one {
    margin-bottom: 0;
}

.ul-list-one li {
    position: relative;
    padding-left: 45px;
    font-size: 16px;
    font-weight: 500;
    color: var(--alefox-black, #000);
}

@media (min-width: 481px) {
    .ul-list-one li {
        font-size: 20px;
    }
}

.ul-list-one li::before {
    content: "\e907";
    color: var(--alefox-base, #fc655d);
    font-size: 26px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-family: "azino-icon";
}

.preloader {
    position: fixed;
    background-color: #f4f4f4;
    background-position: center center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9991;
    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-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    border-radius: 50%;
    background-color: var(--alefox-black, #000);
    z-index: 99;
    opacity: 0;
    padding: 6px;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.scroll-top--active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.scroll-top::after {
    position: absolute;
    content: "\e91d";
    font-family: "icon" !important;
    text-align: center;
    line-height: 50px;
    font-size: 17px;
    color: var(--alefox-base, #fc655d);
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.scroll-top__circle path {
    stroke: var(--alefox-base, #fc655d);
    stroke-width: 4;
    fill: none;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}


/* post paginations */

.post-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 30px;
}

.post-pagination.text-left {
    justify-content: flex-start;
}

@media (max-width: 767px) {
    .post-pagination {
        margin-top: 10px;
    }
}

.post-pagination a {
    display: flex;
    width: 45px;
    height: 45px;
    background-color: var(--alefox-gray, #f6f4ec);
    align-items: center;
    justify-content: center;
    color: var(--alefox-black, #000);
    font-size: 16px;
    font-weight: 400;
    border-radius: 5px;
    transition: 500ms ease;
}

.post-pagination a.current,
.post-pagination a:hover {
    background-color: var(--alefox-base, #fc655d);
    color: var(--alefox-white, #fff);
}

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

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

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

.alefox-owl__carousel--basic-nav.owl-carousel .owl-nav {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
}

.alefox-owl__carousel--basic-nav.owl-carousel .owl-nav button {
    border: none;
    outline: none;
    border-radius: 50%;
    opacity: 1;
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    width: 60px;
    height: 60px;
    background-color: transparent;
    display: flex;
    justify-content: center;
    opacity: 1;
    align-items: center;
    color: var(--alefox-base, #fc655d);
    border-radius: 50%;
    border: 1px solid var(--alefox-border-color, #dddddd);
    font-size: 20px;
    transition: all 500ms ease;
}

.alefox-owl__carousel--basic-nav.owl-carousel .owl-nav button:hover {
    background-color: var(--alefox-base, #fc655d);
    border-color: var(--alefox-base, #fc655d);
    color: var(--alefox-white, #fff);
}

.alefox-owl__carousel--basic-nav.owl-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 50px;
}

.alefox-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    display: block;
    border-radius: 50%;
    background-color: var(--alefox-border-color, #dddddd);
    border: none;
    position: relative;
    margin: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.alefox-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot span::after {
    width: 22px;
    height: 22px;
    position: absolute;
    content: "";
    left: -8px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    border: 1px solid var(--alefox-base, #fc655d);
    transform: scale(0);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.alefox-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot:hover span,
.alefox-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot.active span {
    background-color: var(--alefox-base, #fc655d);
}

.alefox-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot:hover span::after,
.alefox-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot.active span::after {
    transform: scale(1);
}

.alefox-owl__carousel--basic-nav.owl-carousel .owl-dots.disabled {
    display: none;
}

.alefox-owl__carousel--basic-nav.owl-carousel .owl-nav.disabled+.owl-dots {
    margin-top: 50px;
}

.alefox-owl__carousel--basic-nav.owl-carousel .owl-nav.disabled {
    display: none;
}

.sec-title {
    position: relative;
    line-height: 1;
    padding-bottom: 36px;
}

@media (min-width: 768px) {
    .sec-title {
        padding-bottom: 49px;
        margin-top: -2px;
    }
}

.sec-title__tagline {
    margin: 0;
    color: var(--alefox-base, #fc655d);
    text-transform: uppercase;
    display: inline-block;
    font-weight: 500;
    font-family: var(--alefox-font, "Rubik", sans-serif);
    font-size: 16px;
    line-height: 1em;
    margin-bottom: 14px;
}

.sec-title__tagline__left-leaf {
    width: 18px;
    height: 18px;
    display: inline-block;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 2px;
    margin-right: 10px;
    overflow: hidden;
    animation: treeMove2 4s linear 0s infinite;
}

.sec-title__tagline__right-leaf {
    width: 18px;
    height: 18px;
    display: inline-block;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 2px;
    margin-left: 10px;
    overflow: hidden;
    animation: treeMove2 4s linear 0s infinite;
}

.sec-title__title {
    margin: 0;
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    margin: 0;
}

.sec-title__title>span {
    color: var(--alefox-base, #fc655d);
}

@media (min-width: 768px) {
    .sec-title__title {
        font-size: 40px;
        line-height: 50px;
    }
}

.sec-title.text-left .sec-title__tagline__right-leaf,
.sec-title.text-end .sec-title__tagline__right-leaf {
    display: none;
}

.ui-datepicker .ui-datepicker-header {
    background-image: none;
    background-color: var(--alefox-black, #000);
    color: var(--alefox-white, #fff);
    font-family: var(--alefox-font, "Rubik", sans-serif);
}

.ui-datepicker-calendar th span {
    font-family: var(--alefox-font, "Rubik", sans-serif);
}

.ui-datepicker-calendar td {
    background-color: var(--alefox-gray, #f6f4ec);
    background-image: none;
    font-family: var(--alefox-font, "Rubik", sans-serif);
    color: var(--alefox-text, #636363);
}

.ui-datepicker-calendar td a {
    border-color: var(--alefox-border-color, #dddddd);
    background-color: var(--alefox-gray, #f6f4ec);
    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(--alefox-border-color, #dddddd);
    background-color: var(--alefox-gray, #f6f4ec);
    background-image: none;
    color: var(--alefox-text, #636363);
    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(--alefox-white, #fff);
    background-color: var(--alefox-base, #fc655d);
}

.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(--alefox-white, #fff);
    background-color: var(--alefox-base, #fc655d);
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    background-image: none;
    background-color: var(--alefox-white, #fff);
    color: var(--alefox-black, #000);
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
    background-color: var(--alefox-base, #fc655d);
    color: var(--alefox-white, #fff);
    top: 2px;
}

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

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


/*--------------------------------------------------------------
# Cards
--------------------------------------------------------------*/

.video-one {
    position: relative;
    background-color: var(--alefox-black2, #202221);
    padding: 120px 0;
}

@media (max-width: 767px) {
    .video-one {
        padding: 80px 0;
    }
}

.video-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.29;
}

.video-one__shape {
    position: absolute;
    left: 0;
    bottom: 130px;
    width: 100%;
    height: 130px;
    background-position: center center;
    background-repeat: no-repeat;
    animation: zumpXtwo 600ms infinite alternate;
}

@media (max-width: 991px) {
    .video-one__shape {
        display: none;
    }
}

.video-one .container {
    position: relative;
    text-align: center;
}

.video-one .video-popup {
    width: 76px;
    height: 76px;
    background-color: var(--alefox-white, #fff);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    font-size: 37px;
    color: var(--alefox-base, #fc655d);
    transition: all 500ms ease;
    position: relative;
    z-index: 10;
}

.video-one .video-popup .ripple,
.video-one .video-popup .ripple:before,
.video-one .video-popup .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 0 rgba(var(--alefox-white-rgb, 255, 255, 255), 0.25);
    animation: ripple 3s infinite;
    border-radius: 50%;
}

.video-one .video-popup .ripple:before {
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.video-one .video-popup .ripple::after {
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

.video-one .video-popup:hover {
    background-color: var(--alefox-base, #fc655d);
    color: var(--alefox-white, #fff);
}

.video-one__sub-title {
    color: var(--alefox-white, #fff);
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 3px;
    font-style: italic;
    text-transform: uppercase;
    margin: 30px 0 15px;
}

@media (max-width: 767px) {
    .video-one__sub-title {
        font-size: 16px;
    }
}

.video-one__title {
    margin: 0;
    color: var(--alefox-white, #fff);
    font-size: 32px;
    font-weight: 800;
    line-height: 44px;
    margin-bottom: 41px;
}

@media (min-width: 768px) {
    .video-one__title {
        font-size: 40px;
        line-height: 50px;
    }
}

.video-one .alefox-btn {
    color: var(--alefox-white, #fff);
}

.video-one .alefox-btn__item {
    background-color: var(--alefox-white, #fff);
}

.video-two {
    position: relative;
    background-color: var(--alefox-black, #000);
    padding: 143px 0 320px;
}

@media (max-width: 767px) {
    .video-two {
        padding: 100px 0 270px;
    }
    .video-two .text-end {
        text-align: left !important;
    }
}

.video-two__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--alefox-black, #000);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.5;
}

.video-two__shape {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto;
}

@media (max-width: 1199px) {
    .video-two__shape {
        display: none;
    }
}

.video-two .container {
    position: relative;
}

.video-two__btn {
    width: 145px;
    height: 145px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: relative;
    margin-top: 42px;
}

.video-two__btn .video-popup {
    font-size: 24px;
    color: var(--alefox-white, #fff);
    transition: all 500ms ease;
    position: relative;
    z-index: 10;
}

.video-two__btn .video-popup:hover {
    color: var(--alefox-base, #fc655d);
}

.video-two__btn .curved-circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 145px;
    height: 145px;
    transform-origin: center center;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: textRotate 15s linear 0s forwards infinite alternate;
}

.video-two__btn .curved-circle--item {
    width: 145px !important;
    height: 145px !important;
}

.video-two__btn .curved-circle--item span {
    text-transform: uppercase;
    font-size: 14px;
    color: var(--alefox-white, #fff);
    letter-spacing: 0.4em;
}

.video-two__title {
    margin: 0;
    text-transform: uppercase;
    color: var(--alefox-white, #fff);
    font-size: 40px;
    line-height: 1.2em;
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    .video-two__title {
        font-size: 50px;
    }
}

@media (min-width: 992px) {
    .video-two__title {
        font-size: 60px;
        margin-bottom: 35px;
    }
}

.video-two__link::before {
    background-color: var(--alefox-base, #fc655d);
}

.team-one {
    position: relative;
    padding: 120px 0 61px;
}

@media (max-width: 767px) {
    .team-one {
        padding: 80px 0;
    }
}

.team-one--carousel {
    padding: 120px 0;
}

@media (max-width: 767px) {
    .team-one--carousel {
        padding: 80px 0;
    }
}

.team-card {
    position: relative;
    border-radius: 10px;
    background-color: var(--alefox-gray2, #e1eff0);
    padding: 41px 20px 92px;
    margin-bottom: 115px;
}

.team-card__image {
    position: relative;
    z-index: 2;
    background-color: var(--alefox-white, #fff);
    border-radius: 50%;
    width: 278px;
    height: 278px;
    margin: 0 auto;
    overflow: hidden;
    padding: 12px;
}

.team-card__image::after {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    content: "";
    background-color: var(--alefox-base, #fc655d);
    transition: all 500ms ease;
}

.team-card__image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    border-radius: 50%;
}

.team-card:hover .team-card__image::after {
    height: 50%;
}

.team-card__content {
    position: absolute;
    z-index: 3;
    bottom: -54px;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 270px;
    margin: 0 auto 0;
    background-color: var(--alefox-white, #fff);
    border-radius: 10px;
    text-align: center;
    padding: 25px 20px 22px;
    transition: all 500ms ease;
    filter: drop-shadow(0 0 68px rgba(0, 0, 0, 0.06));
}

.team-card__content::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: var(--alefox-black, #000);
    border-radius: 10px;
    z-index: -1;
    transform: scale(1, 0);
    perspective: 400px;
    visibility: hidden;
    transition: transform 500ms ease-in-out, visibility 500ms ease-in-out;
    transform-origin: bottom center;
}

.team-card:hover .team-card__content::after {
    transform: scale(1, 1);
    visibility: visible;
    transform-origin: top center;
}

.team-card:hover .team-card__social {
    transform: scale(1);
    opacity: 1;
}

.team-card:hover .team-card__social::after {
    opacity: 1;
    visibility: visible;
    top: -39px;
}

.team-card:hover .team-card__designation,
.team-card:hover .team-card__title {
    color: var(--alefox-white, #fff);
}

.team-card__title {
    margin: 0;
    font-size: 22px;
    text-transform: capitalize;
    font-weight: bold;
    margin-bottom: 7px;
}

.team-card__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.team-card__title a:hover {
    background-size: 100% 1px;
}

.team-card__title a:hover {
    color: var(--alefox-base, #fc655d);
}

.team-card__designation {
    margin: 0;
    font-size: 16px;
    text-transform: capitalize;
    transition: all 300ms ease;
}

.team-card__social {
    position: absolute;
    z-index: 2;
    bottom: -113px;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 270px;
    margin: 0 auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 700ms ease;
    transform: scale(0.5);
    opacity: 0;
}

.team-card__social::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    top: -80px;
    height: 60px;
    width: 100%;
    background-color: var(--alefox-base, #fc655d);
    border-radius: 10px;
    z-index: -1;
    transition: all 500ms ease;
    opacity: 0;
    visibility: hidden;
}

.team-card__social a {
    width: 40px;
    height: 40px;
    font-size: 16px;
    border-radius: 50%;
    background-color: var(--alefox-white, #fff);
    display: flex;
    overflow: hidden;
    position: relative;
    z-index: 2;
    justify-content: center;
    align-items: center;
    color: var(--alefox-black, #000);
    filter: drop-shadow(0 0 68px rgba(0, 0, 0, 0.45));
    transition: all 500ms ease;
}

.team-card__social a i {
    position: relative;
    z-index: 2;
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.team-card__social a:hover {
    color: var(--alefox-white, #fff);
    background-color: var(--alefox-black, #000);
}

.team-card__social a:hover i {
    animation: iconTranslateX 0.4s forwards;
}

.team-details {
    padding: 120px 0;
}

@media (max-width: 767px) {
    .team-details {
        padding: 80px 0;
    }
}

.team-details__image {
    display: inline-block;
    position: relative;
}

.team-details__image img {
    max-width: 100%;
}

.team-details__content {
    position: relative;
}

@media (min-width: 1200px) {
    .team-details__content {
        padding-left: 30px;
    }
}

.team-details__title {
    text-transform: capitalize;
    margin: 0;
    font-weight: 800;
    font-size: 30px;
    line-height: 1;
    margin-top: -5px;
    margin-bottom: 4px;
}

@media (min-width: 768px) {
    .team-details__title {
        font-size: 35px;
    }
}

@media (min-width: 992px) {
    .team-details__title {
        font-size: 40px;
    }
}

.team-details__designation {
    margin: 0;
    font-size: 16px;
    margin-bottom: 20px;
}

.team-details__text {
    margin: 0;
}

.team-details__list {
    margin: 31px 0;
    padding: 0;
    list-style: none;
}

.team-details__list li {
    position: relative;
    font-size: 16px;
    padding-left: 27px;
    margin-bottom: 3px;
}

.team-details__list li>i {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-size: 15px;
    color: var(--alefox-base, #fc655d);
}

.team-details__social {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 22px;
}

.team-details__social a {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--alefox-gray, #f6f4ec);
    font-size: 14px;
    color: var(--alefox-black, #000);
    transition: all 500ms ease;
    border-radius: 50%;
}

.team-details__social a:hover {
    background-color: var(--alefox-base, #fc655d);
    color: var(--alefox-white, #fff);
}

.team-details__progress {
    position: relative;
}

.team-details__progress+.team-details__progress {
    margin-top: 20px;
}

.team-details__progress__title {
    text-transform: capitalize;
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
}

.team-details__progress__bar {
    width: 100%;
    height: 9px;
    background-color: var(--alefox-gray, #f6f4ec);
    position: relative;
    border-radius: 20px;
}

.team-details__progress__inner {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    background-color: var(--alefox-base, #fc655d);
    transition: all 700ms linear;
    border-radius: 20px;
    width: 0px;
}

.team-details__progress__number {
    position: absolute;
    bottom: calc(100% + 5px);
    right: 0;
    font-size: 16px;
    font-weight: 400;
}

.team-form-one {
    position: relative;
    background-color: var(--alefox-gray, #f6f4ec);
    padding: 120px 0;
}

@media (max-width: 767px) {
    .team-form-one {
        padding: 80px 0;
    }
}

.team-form-one .container {
    position: relative;
    max-width: 800px;
}

.team-form-one .form-one .bootstrap-select>.dropdown-toggle,
.team-form-one .form-one input[type=text],
.team-form-one .form-one input[type=email],
.team-form-one .form-one textarea {
    background-color: var(--alefox-white, #fff);
}

.team-form-one .form-one textarea {
    height: 188px;
}

.blog-card {
    position: relative;
}

.blog-card__image {
    position: relative;
    overflow: hidden;
}

.blog-card__image img {
    transition: 0.5s;
    background-size: cover;
    width: 100%;
}

.blog-card__image img:nth-child(1) {
    transform: translatex(50%) scalex(2);
    opacity: 0;
    filter: blur(10px);
}

.blog-card__image img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    object-fit: cover;
}

.blog-card__image__link {
    display: flex;
    width: 100%;
    height: 100%;
    background-color: rgba(var(--alefox-base-rgb, 68, 160, 91), 0.7);
    position: absolute;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transform: translateY(-20%);
    transition: opacity 500ms ease, transform 500ms ease;
}

.blog-card__image__link::before,
.blog-card__image__link::after {
    content: "";
    width: 32px;
    height: 2px;
    background-color: var(--alefox-white, #fff);
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.blog-card__image__link::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.blog-card:hover .blog-card__image>a {
    opacity: 1;
    transform: translateY(0);
}

.blog-card:hover .blog-card__image img:nth-child(1) {
    transform: translatex(0) scalex(1);
    opacity: 1;
    filter: blur(0);
}

.blog-card:hover .blog-card__image img:nth-child(2) {
    transform: translatex(-50%) scalex(2);
    opacity: 0;
    filter: blur(10px);
}

.blog-card__content {
    background-color: var(--alefox-white, #fff);
    padding: 23px 25px 33px;
    border-radius: 10px;
    text-align: center;
    margin: -25px 10px 0;
    position: relative;
    z-index: 10;
    transition: all 500ms ease;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
}

@media (min-width: 992px) and (max-width: 1199px) {
    .blog-card__content {
        margin-left: 0;
        margin-right: 0;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.blog-card:hover .blog-card__content {
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
}

.blog-card__meta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 0;
    margin-bottom: 6px;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .blog-card__meta {
        gap: 10px;
    }
}

.blog-card__meta li {
    color: var(--alefox-text, #636363);
    font-size: 15px;
    font-weight: 400;
    display: flex;
    align-items: center;
}

.blog-card__meta li i {
    color: var(--alefox-base, #fc655d);
    font-size: 16px;
    margin-right: 9px;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .blog-card__meta li i {
        margin-right: 5px;
    }
}

.blog-card__meta li i.icofont-comment {
    position: relative;
    top: 2px;
}

.blog-card__meta li a {
    color: inherit;
}

.blog-card__meta li a:hover {
    color: var(--alefox-base, #fc655d);
}

.blog-card__title {
    margin: 0;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 9px;
    font-weight: bold;
}

.blog-card__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__title a:hover {
    background-size: 100% 1px;
}

.blog-card__title a:hover {
    color: var(--alefox-base, #fc655d);
}

.blog-card__text {
    margin: 0 0 25px;
}

.blog-card__link {
    color: var(--alefox-text, #636363);
    font-size: 16px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-transform: capitalize;
    padding: 0 15px 0 9px;
    transition: 0.3s all ease;
    position: relative;
}

.blog-card__link::before {
    position: absolute;
    content: "";
    left: 0;
    z-index: -1;
    background-color: var(--alefox-base, #fc655d);
    width: 38px;
    height: 38px;
    border-radius: 100px;
    transition: 0.4s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.blog-card__link i {
    font-size: 20px;
    margin-right: 15px;
    color: var(--alefox-white, #fff);
    transition: 0.3s all ease;
}

.blog-card__link:hover {
    color: var(--alefox-white, #fff);
}

.blog-card__link:hover::before {
    width: 100%;
}

.blog-one {
    padding: 120px 0;
    position: relative;
}

@media (max-width: 767px) {
    .blog-one {
        padding: 80px 0;
    }
}

.blog-two {
    padding: 120px 0;
    position: relative;
}

@media (max-width: 767px) {
    .blog-two {
        padding: 80px 0;
    }
}

.blog-card-two {
    position: relative;
}

.blog-card-two__image {
    position: relative;
}

.blog-card-two__image::after {
    background: rgba(var(--alefox-white-rgb, 255, 255, 255), 0.4);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    pointer-events: none;
    transition: all 300ms linear;
}

.blog-card-two__image img {
    width: 100%;
    height: auto;
    min-height: 393px;
    object-fit: cover;
}

.blog-card-two:hover .blog-card-two__image::after {
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 300ms linear;
}

.blog-card-two__content {
    background-color: var(--alefox-black2, #202221);
    padding: 37px 20px 30px;
    border-radius: 10px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    width: calc(100% - 40px);
    bottom: 20px;
    margin: 0 auto;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transform: rotateY(-90deg) translateY(-20px);
    transition: all 500ms ease;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .blog-card-two__content {
        width: calc(100% - 30px);
    }
}

.blog-card-two:hover .blog-card-two__content {
    opacity: 1;
    visibility: visible;
    transform: rotateY(0) translateY(0);
}

.blog-card-two__date {
    width: 70px;
    height: 64px;
    background-color: var(--alefox-base, #fc655d);
    color: var(--alefox-white, #fff);
    font-weight: 600;
    font-size: 22px;
    font-family: var(--alefox-heading-font, "Inter", serif);
    padding: 10px;
    position: absolute;
    line-height: 1.2;
    top: -40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 10;
    border-radius: 10px;
}

.blog-card-two__date span {
    line-height: 1.2;
    display: block;
    font-size: 14px;
}

.blog-card-two__meta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 0;
    margin-bottom: 6px;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .blog-card-two__meta {
        gap: 10px;
    }
}

.blog-card-two__meta li {
    color: var(--alefox-white, #fff);
    font-size: 15px;
    font-weight: 400;
    display: flex;
    align-items: center;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .blog-card-two__meta li {
        font-size: 13px;
    }
}

.blog-card-two__meta li i {
    color: var(--alefox-base, #fc655d);
    font-size: 16px;
    margin-right: 9px;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .blog-card-two__meta li i {
        margin-right: 5px;
        font-size: 14px;
    }
}

.blog-card-two__meta li i.icofont-comment {
    position: relative;
    top: 2px;
}

.blog-card-two__meta li a {
    color: inherit;
}

.blog-card-two__meta li a:hover {
    color: var(--alefox-base, #fc655d);
}

.blog-card-two__title {
    margin: 0;
    font-size: 22px;
    color: var(--alefox-white, #fff);
    line-height: 30px;
    margin-bottom: 9px;
    font-weight: bold;
}

.blog-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;
}

.blog-card-two__title a:hover {
    background-size: 100% 1px;
}

.blog-card-two__title a:hover {
    color: var(--alefox-base, #fc655d);
}

.blog-card-two__text {
    color: var(--alefox-white, #fff);
    margin: 0 0 25px;
}

.blog-card-two__link {
    color: var(--alefox-white, #fff);
    font-size: 16px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-transform: capitalize;
    padding: 0 15px 0 9px;
    transition: 0.3s all ease;
    position: relative;
}

.blog-card-two__link::before {
    position: absolute;
    content: "";
    left: 0;
    z-index: -1;
    background-color: var(--alefox-base, #fc655d);
    width: 38px;
    height: 38px;
    border-radius: 100px;
    transition: 0.4s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.blog-card-two__link i {
    font-size: 20px;
    margin-right: 15px;
    color: var(--alefox-white, #fff);
    transition: 0.3s all ease;
}

.blog-card-two__link:hover {
    color: var(--alefox-white, #fff);
}

.blog-card-two__link:hover::before {
    width: 100%;
}

.blog-card-two__leaf {
    position: absolute;
    right: 15px;
    bottom: 0;
    width: 116px;
    height: 99px;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.2;
}

.blog-card-list {
    position: relative;
}

.blog-card-list__image {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.blog-card-list__image img {
    transition: 0.5s;
    background-size: cover;
    width: 100%;
}

.blog-card-list__image img:nth-child(1) {
    transform: translatex(50%) scalex(2);
    opacity: 0;
    filter: blur(10px);
}

.blog-card-list__image img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    object-fit: cover;
}

.blog-card-list__image__link {
    display: flex;
    width: 100%;
    height: 100%;
    background-color: rgba(var(--alefox-base-rgb, 68, 160, 91), 0.7);
    position: absolute;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transform: translateY(-20%);
    transition: opacity 500ms ease, transform 500ms ease;
}

.blog-card-list__image__link::before,
.blog-card-list__image__link::after {
    content: "";
    width: 32px;
    height: 2px;
    background-color: var(--alefox-white, #fff);
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.blog-card-list__image__link::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.blog-card-list:hover .blog-card-list__image>a {
    opacity: 1;
    transform: translateY(0);
}

.blog-card-list:hover .blog-card-list__image img:nth-child(1) {
    transform: translatex(0) scalex(1);
    opacity: 1;
    filter: blur(0);
}

.blog-card-list:hover .blog-card-list__image img:nth-child(2) {
    transform: translatex(-50%) scalex(2);
    opacity: 0;
    filter: blur(10px);
}

.blog-card-list__content {
    padding: 0;
    position: relative;
}

.blog-card-list__meta {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
    margin-bottom: 20px;
}

.blog-card-list__meta li {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0;
}

.blog-card-list__meta li i {
    color: var(--alefox-base, #fc655d);
    margin-right: 10px;
}

.blog-card-list__meta li a {
    color: inherit;
    transition: all 500ms ease;
}

.blog-card-list__meta li a:hover {
    color: var(--alefox-base, #fc655d);
}

.blog-card-list__meta li.blog-card-list__meta__cats {
    position: relative;
}

.blog-card-list__meta li.blog-card-list__meta__cats a {
    background-color: var(--alefox-base, #fc655d);
    color: var(--alefox-white, #fff);
    border-radius: 30px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 6px 24px 5px;
}

.blog-card-list__meta li.blog-card-list__meta__cats a:hover {
    background-color: var(--alefox-black2, #202221);
    color: var(--alefox-white, #fff);
}

.blog-card-list__title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 22px;
    font-weight: bold;
}

.blog-card-list__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-list__title a:hover {
    background-size: 100% 1px;
}

.blog-card-list__title a:hover {
    color: var(--alefox-base, #fc655d);
}

.blog-card-list__text {
    margin: 0 0 25px;
}

@media (min-width: 1200px) {
    .blog-card-list__text {
        padding-right: 45px;
    }
}

.blog-card-list__link {
    color: var(--alefox-text, #636363);
    font-size: 16px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-transform: capitalize;
    padding: 0 15px 0 9px;
    transition: 0.3s all ease;
    position: relative;
}

.blog-card-list__link::before {
    position: absolute;
    content: "";
    left: 0;
    z-index: -1;
    background-color: var(--alefox-base, #fc655d);
    width: 38px;
    height: 38px;
    border-radius: 100px;
    transition: 0.4s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.blog-card-list__link i {
    font-size: 20px;
    margin-right: 15px;
    color: var(--alefox-white, #fff);
    transition: 0.3s all ease;
}

.blog-card-list__link:hover {
    color: var(--alefox-white, #fff);
}

.blog-card-list__link:hover::before {
    width: 100%;
}


/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/

.form-one__group {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px;
    margin: 0;
}

@media (min-width: 576px) {
    .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__icon {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    font-size: 14px;
}

.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) {
    width: 100%;
    height: 55px;
    display: flex;
    align-items: center;
}

.form-one .bootstrap-select>.dropdown-toggle {
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    border: none;
    outline: none !important;
    color: var(--alefox-text, #636363);
    font-size: 16px;
    font-weight: 400;
}

.form-one .bootstrap-select>.dropdown-toggle,
.form-one input[type=text],
.form-one input[type=email],
.form-one textarea {
    display: block;
    width: 100%;
    height: 55px;
    background-color: var(--alefox-gray, #f6f4ec);
    color: var(--alefox-text, #636363);
    font-size: 16px;
    font-weight: 400;
    border: none;
    border: 1px solid var(--alefox-border-color, #dddddd);
    filter: drop-shadow(-2.424px 4.373px 14.5px rgba(0, 0, 0, 0.03));
    outline: none;
    padding-left: 30px;
    padding-right: 30px;
}

.form-one textarea {
    height: 195px;
    padding-top: 20px;
}

.form-one .bootstrap-select>.dropdown-toggle {
    display: flex;
    align-items: center;
}

.form-one .bootstrap-select>.dropdown-toggle::after {
    display: none;
}

.form-one .bootstrap-select>.dropdown-toggle:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25px;
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: 600;
    font-size: 16px;
    color: var(--alefox-text, #636363);
    display: flex;
    align-items: center;
}

.form-one .bootstrap-select>.dropdown-toggle .filter-option {
    display: flex;
    align-items: center;
}


/*--------------------------------------------------------------
# Custom Cursor
--------------------------------------------------------------*/

.custom-cursor__cursor {
    width: 25px;
    height: 25px;
    border-radius: 100%;
    border: 1px solid var(--alefox-base, #fc655d);
    -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(--alefox-base, #fc655d);
    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(--alefox-base, #fc655d);
    opacity: 0.4;
}

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


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.main-footer {
    position: relative;
    background-color: var(--alefox-black, #000);
}

.main-footer__top {
    padding-top: 70px;
    padding-bottom: 30px;
}

.main-footer__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.05;
    background-size: cover;
    background-position: center center;
}

.main-footer .container {
    position: relative;
}

.main-footer__bottom {
    text-align: center;
}

.main-footer__bottom__inner {
    padding: 33px 0;
    border-top: 1px solid rgba(var(--alefox-white-rgb, 255, 255, 255), 0.1);
}

.main-footer__copyright {
    margin: 0;
    color: var(--alefox-text-dark, #b7b7b7);
}

.footer-widget {
    margin-bottom: 40px;
}

.footer-widget__logo {
    display: inline-flex;
    margin-bottom: 28px;
}

.footer-widget__newsletter {
    position: relative;
    width: 100%;
    max-width: 300px;
}

.footer-widget__newsletter input[type=text] {
    width: 100%;
    display: block;
    border: none;
    outline: none;
    height: 58px;
    background-color: var(--alefox-black2, #202221);
    color: var(--alefox-text-dark, #b7b7b7);
    font-size: 14px;
    font-weight: 500;
    padding-left: 30px;
    padding-right: 20px;
    transition: all 500ms ease;
}

.footer-widget__newsletter input[type=text]:focus {
    color: var(--alefox-white, #fff);
}

.footer-widget__newsletter button[type=submit] {
    background-color: transparent;
    width: auto;
    height: auto;
    border: none;
    outline: none;
    color: var(--alefox-base, #fc655d);
    font-size: 14px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    transition: all 500ms ease;
}

.footer-widget__newsletter button[type=submit]:hover {
    color: var(--alefox-white, #fff);
}

.footer-widget__title {
    font-size: 22px;
    font-weight: bold;
    color: var(--alefox-white, #fff);
    text-transform: capitalize;
    margin: 0;
    margin-top: 21px;
    margin-bottom: 33px;
}

.footer-widget__info {
    margin: 0;
    padding: 0;
    margin-top: 2px;
    margin-bottom: 43px;
    max-width: 265px;
}

.footer-widget__info li {
    font-size: 16px;
    color: var(--alefox-gray, #f6f4ec);
    font-weight: 400;
    line-height: 28px;
    position: relative;
    padding-left: 25px;
    margin-bottom: 13px;
}

.footer-widget__info li a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.footer-widget__info li a:hover {
    background-size: 100% 1px;
}

.footer-widget__info li a:hover {
    color: var(--alefox-base, #fc655d);
}

.footer-widget__info__icon {
    font-size: 17px;
    color: var(--alefox-base, #fc655d);
    position: absolute;
    left: 0;
    top: 0;
}

.footer-widget__social {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.footer-widget__social a {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(var(--alefox-white-rgb, 255, 255, 255), 0.19);
    font-size: 15px;
    color: var(--alefox-text-dark, #b7b7b7);
    transition: all 500ms ease;
    border-radius: 50%;
}

.footer-widget__social a i {
    position: relative;
    z-index: 2;
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.footer-widget__social a:hover {
    background-color: var(--alefox-base, #fc655d);
    color: var(--alefox-white, #fff);
}

.footer-widget__social a:hover i {
    animation: iconTranslateY 0.4s forwards;
}

@media (min-width: 1200px) {
    .footer-widget--links-two {
        margin-left: -30px;
    }
}

.footer-widget__links {
    margin-top: -10px;
    margin-bottom: -13px;
}

.footer-widget__links li {
    font-size: 16px;
    color: var(--alefox-gray, #f6f4ec);
    font-weight: 400;
    line-height: 41px;
}

.footer-widget__links li a {
    color: inherit;
    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 li a:hover {
    color: var(--alefox-base, #fc655d);
}

.footer-widget--blog {
    position: relative;
}

.footer-widget__post {
    margin: 36px 0 0;
    padding: 0;
    list-style: none;
}

.footer-widget__post li {
    position: relative;
    min-height: 87px;
    padding: 8px 0 0 112px;
    margin-top: 20px;
    max-width: 270px;
}

.footer-widget__post img {
    width: 85px;
    height: 87px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 5px;
}

.footer-widget__post__date {
    display: block;
    line-height: 1;
    font-size: 14px;
    color: var(--alefox-text-dark, #b7b7b7);
    margin-bottom: 8px;
}

.footer-widget__post__title {
    color: var(--alefox-white, #fff);
    font-size: 17px;
    line-height: 26px;
    font-weight: 600;
    margin: 0;
}

.footer-widget__post__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.footer-widget__post__title a:hover {
    background-size: 100% 1px;
}

.footer-widget__post__title a:hover {
    color: var(--alefox-base, #fc655d);
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.contact-one {
    position: relative;
    z-index: 1;
    background-color: var(--alefox-black2, #202221);
    overflow: hidden;
}

.contact-one::after {
    position: absolute;
    right: -60px;
    bottom: -380px;
    width: 600px;
    height: 600px;
    background-color: var(--alefox-base, #fc655d);
    border-radius: 50%;
    content: "";
    z-index: -1;
    animation: zoomsIn 4s linear 0s infinite;
}

@media (max-width: 1500px) {
    .contact-one::after {
        display: none;
    }
}

.contact-one__shape {
    position: absolute;
    right: 55px;
    bottom: 150px;
    width: 254px;
    height: 254px;
    background-position: center center;
    background-repeat: no-repeat;
    animation: treeMove2 6s linear 0s infinite;
}

@media (max-width: 1500px) {
    .contact-one__shape {
        display: none;
    }
}

.contact-one__image {
    position: relative;
    overflow: hidden;
}

.contact-one__image img {
    max-width: 100%;
}

@media (min-width: 992px) {
    .contact-one__image img {
        max-width: none;
    }
}

@media (max-width: 767px) {
    .contact-one__image img {
        min-height: 600px;
        object-fit: cover;
    }
}

.contact-one__info {
    position: absolute;
    left: 40px;
    bottom: 40px;
    z-index: 2;
    width: 300px;
    background-color: var(--alefox-white, #fff);
    border-radius: 10px;
    padding: 60px 40px 50px;
    border-bottom: 10px solid var(--alefox-base, #fc655d);
    text-align: center;
}

.contact-one__info__icon {
    font-size: 84px;
    line-height: 1;
    color: var(--alefox-base, #fc655d);
    display: block;
}

.contact-one__info__icon span {
    display: inline-block;
    transition: all 300ms linear;
    transform: scale(1);
}

.contact-one__info:hover .contact-one__info__icon span {
    transform: scale(0.9);
}

.contact-one__info__sub-title {
    text-transform: uppercase;
    margin: 14px 0 12px;
    color: var(--alefox-black, #000);
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1.1px;
}

.contact-one__info__title {
    font-size: 22px;
    line-height: 31px;
    font-weight: 700;
    margin: 0 0 14px;
}

.contact-one__info__phone {
    text-transform: uppercase;
    margin: 0;
    color: var(--alefox-black, #000);
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1.1px;
}

.contact-one__info__phone a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.contact-one__info__phone a:hover {
    background-size: 100% 1px;
}

.contact-one__info__phone a:hover {
    color: var(--alefox-base, #fc655d);
}

.contact-one__form {
    padding: 40px 45px 45px;
    position: relative;
    z-index: 10;
    background-color: var(--alefox-gray, #f6f4ec);
    max-width: 470px;
    width: 100%;
    border-top: 3px solid var(--alefox-base, #fc655d);
    margin-left: 50px;
    text-align: center;
}

@media (max-width: 991px) {
    .contact-one__form {
        margin: 80px auto;
    }
}

.contact-one__form .sec-title {
    padding-bottom: 39px;
}

.contact-one__form .alefox-btn {
    margin: 0;
    width: 100%;
    color: var(--alefox-base, #fc655d);
}

.contact-info {
    position: relative;
}

.contact-info__list {
    margin: -1px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    border: 1px solid var(--alefox-border-color, #dddddd);
}

@media (max-width: 991px) {
    .contact-info__list {
        flex-direction: column;
    }
}

.contact-info__item {
    position: relative;
    display: flex;
    align-items: center;
    flex-grow: 1;
    gap: 28px;
    padding: 50px 60px;
}

@media (max-width: 1199px) {
    .contact-info__item {
        padding: 50px 30px;
    }
}

.contact-info__item::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    border: 1px dashed var(--alefox-base, #fc655d);
    transform: scale(1.1);
    opacity: 0;
    z-index: -1;
    transition: all 400ms linear;
}

.contact-info__item:hover::before {
    opacity: 1;
    transform: scale(1);
}

.contact-info__item__icon {
    width: 64px;
    height: 64px;
    background-color: var(--alefox-black2, #202221);
    color: var(--alefox-white, #fff);
    font-size: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 400ms linear;
}

.contact-info__item__icon span {
    display: inline-block;
    transition: all 400ms linear;
    transform: scale(1);
}

.contact-info__item:hover .contact-info__item__icon {
    background-color: var(--alefox-base, #fc655d);
}

.contact-info__item:hover .contact-info__item__icon span {
    transform: scale(0.9);
}

.contact-info__item__title {
    margin: 0 0 8px;
    font-size: 22px;
    font-weight: 700;
}

.contact-info__item__text {
    margin: 0;
}

.contact-info__item__text a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.contact-info__item__text a:hover {
    background-size: 100% 1px;
}

.contact-info__item__text a:hover {
    color: var(--alefox-base, #fc655d);
}

.contact-info__item+.contact-info__item::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    content: "";
    background-color: var(--alefox-border-color, #dddddd);
}

@media (max-width: 991px) {
    .contact-info__item+.contact-info__item::after {
        width: 100%;
        height: 1px;
    }
}

.contact-info--contact-page {
    padding: 120px 0;
}

@media (max-width: 767px) {
    .contact-info--contact-page {
        padding: 80px 0;
    }
}

.contact-info--contact-page .contact-info__item {
    border: 1px solid var(--alefox-border-color, #dddddd);
    padding: 32px 60px;
    transition: all 400ms ease;
}

@media (max-width: 1199px) {
    .contact-info--contact-page .contact-info__item {
        padding: 32px 25px;
        gap: 20px;
    }
}

.contact-info--contact-page .contact-info__item::before {
    width: 100%;
    height: 100%;
}

.contact-info--contact-page .contact-info__item:hover {
    border-color: transparent;
}

.contact-two {
    position: relative;
    z-index: 1;
    background-color: var(--alefox-base, #fc655d);
    overflow: hidden;
    padding: 120px 0;
}

@media (max-width: 767px) {
    .contact-two {
        padding: 80px 0;
    }
}

.contact-two::after {
    position: absolute;
    right: -125px;
    bottom: -125px;
    width: 255px;
    height: 255px;
    background-color: var(--alefox-base, #fc655d);
    border-radius: 50%;
    content: "";
    opacity: 0.85;
    animation: zoomsIn 4s linear 0s infinite;
}

@media (max-width: 1500px) {
    .contact-two::after {
        display: none;
    }
}

.contact-two__bg {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 67.8%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-two__bg::after {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(14, 14, 14, 0.85);
}

@media (max-width: 767px) {
    .contact-two__bg {
        width: 100%;
    }
}

.contact-two__shape {
    width: 216px;
    height: 127px;
    position: absolute;
    left: 5%;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    animation: movebounce3 4s linear infinite;
}

@media (max-width: 1800px) {
    .contact-two__shape {
        left: 1%;
    }
}

@media (max-width: 1400px) {
    .contact-two__shape {
        display: none;
    }
}

.contact-two__form {
    padding: 40px 45px 45px;
    position: relative;
    z-index: 10;
    background-color: var(--alefox-white, #fff);
    text-align: center;
}

@media (max-width: 991px) {
    .contact-two__form {
        margin: 0;
        padding: 40px 25px 45px;
    }
}

.contact-two__form .sec-title {
    padding-bottom: 39px;
}

.contact-two__form .bootstrap-select>.dropdown-toggle,
.contact-two__form input[type=text],
.contact-two__form input[type=email],
.contact-two__form textarea {
    background-color: var(--alefox-white, #fff);
}

.contact-two__form .alefox-btn {
    margin: 0;
    width: 100%;
    color: var(--alefox-base, #fc655d);
}

.contact-two__list {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    max-width: 370px;
}

.contact-two__item {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 28px;
    padding: 50px 60px;
}

@media (max-width: 991px) {
    .contact-two__item {
        padding: 50px 40px;
    }
}

@media (max-width: 767px) {
    .contact-two__item {
        padding: 40px;
    }
}

.contact-two__item::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    border: 1px dashed var(--alefox-base, #fc655d);
    transform: scale(1.1);
    z-index: -1;
    opacity: 0;
    transition: all 400ms linear;
}

.contact-two__item:hover::before {
    opacity: 1;
    transform: scale(1);
}

.contact-two__item__icon {
    width: 64px;
    height: 64px;
    background-color: var(--alefox-base, #fc655d);
    color: var(--alefox-white, #fff);
    font-size: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 400ms linear;
}

.contact-two__item__icon span {
    display: inline-block;
    transition: all 400ms linear;
    transform: scale(1);
}

.contact-two__item:hover .contact-two__item__icon {
    background-color: var(--alefox-white, #fff);
    color: var(--alefox-base, #fc655d);
}

.contact-two__item:hover .contact-two__item__icon span {
    transform: scale(0.9);
}

.contact-two__item__title {
    color: var(--alefox-white, #fff);
    margin: 0 0 8px;
    font-size: 22px;
    font-weight: 700;
}

.contact-two__item__text {
    color: var(--alefox-white, #fff);
    margin: 0;
}

.contact-two__item__text a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.contact-two__item__text a:hover {
    background-size: 100% 1px;
}

.contact-two__item__text a:hover {
    color: var(--alefox-base, #fc655d);
}


/*--------------------------------------------------------------
# Topbar
--------------------------------------------------------------*/

.topbar-one {
    display: none;
    background-color: var(--alefox-gray, #f6f4ec);
    position: relative;
}

.topbar-one::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 10%;
    height: 100%;
    content: "";
    background-color: var(--alefox-base, #fc655d);
    clip-path: polygon(0 0, 100% 0%, 82% 100%, 0% 100%);
}

@media (max-width: 1700px) {
    .topbar-one::before {
        width: 8%;
    }
}

@media (max-width: 1400px) {
    .topbar-one::before {
        display: none;
    }
}

.topbar-one::after {
    position: absolute;
    right: 0;
    top: 0;
    width: 10%;
    height: 100%;
    content: "";
    background-color: var(--alefox-base, #fc655d);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 18% 100%);
}

@media (max-width: 1700px) {
    .topbar-one::after {
        width: 8%;
    }
}

@media (max-width: 1400px) {
    .topbar-one::after {
        display: none;
    }
}

@media (min-width: 768px) {
    .topbar-one {
        display: block;
    }
}

.topbar-one__inner {
    display: flex;
    align-items: center;
    padding-top: 14px;
    padding-bottom: 14px;
}

.topbar-one__info {
    display: flex;
    align-items: center;
    margin: 0;
}

.topbar-one__info__item {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 1.2em;
}

.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+.topbar-one__info__item {
    margin-left: 20px;
}

@media (max-width: 991px) {
    .topbar-one__info__item+.topbar-one__info__item {
        display: none;
    }
}

.topbar-one__info__icon {
    font-size: 14px;
    color: var(--alefox-base, #fc655d);
    position: relative;
    top: 0;
    margin-right: 9px;
}

.topbar-one__right {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.topbar-one__social {
    display: flex;
    align-items: center;
    padding: 0 0;
    line-height: 1em;
}

.topbar-one__social a {
    font-size: 15px;
    color: var(--alefox-black, #000);
    transition: all 500ms ease;
}

.topbar-one__social a:hover {
    color: var(--alefox-base, #fc655d);
}

.topbar-one__social a+a {
    margin-left: 20px;
}

.topbar-one__language {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid var(--alefox-border-color, #dddddd);
}

.topbar-one__language>a {
    display: flex;
    align-items: center;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: var(--alefox-base, #fc655d);
    line-height: 17px;
}

.topbar-one__language>a img {
    height: 26px;
    width: 26px;
    margin-right: 12px;
    border-radius: 50%;
}

.topbar-one__language>a::after {
    position: relative;
    right: 0;
    top: 1px;
    border-radius: 0;
    font-size: 12px;
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    color: var(--alefox-base, #fc655d);
    line-height: 10px;
    margin-left: 5px;
}

.topbar-one__language>a:hover {
    color: var(--alefox-base, #fc655d);
}

.topbar-one__language__dropdown {
    position: absolute;
    right: 0;
    top: calc(100% + 11px);
    width: 130px;
    background-color: var(--alefox-black2, #202221);
    padding: 25px 20px;
    z-index: 99;
    display: none;
}

.topbar-one__language__dropdown a {
    display: flex;
    align-items: center;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: var(--alefox-white, #fff);
    line-height: 12px;
    padding-right: 17px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(var(--alefox-white-rgb, 255, 255, 255), 0.1);
}

.topbar-one__language__dropdown a img {
    height: 26px;
    width: 26px;
    margin-right: 12px;
    border-radius: 50%;
}

.topbar-one__language__dropdown a:hover {
    color: var(--alefox-base, #fc655d);
}

.topbar-one__language__dropdown a:last-child {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.topbar-two {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    width: 100%;
    text-align: center;
}

.topbar-two__inner {
    display: inline-block;
    background-color: var(--alefox-base, #fc655d);
    font-size: 17px;
    font-weight: 500;
    color: var(--alefox-white, #fff);
    padding: 8px 43px;
    clip-path: polygon(0 0, 100% 0, 93% 100%, 7% 100%);
}


/*--------------------------------------------------------------
# Navigations
--------------------------------------------------------------*/

.main-header {
    background-color: var(--alefox-white, #fff);
    position: relative;
}

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

@media (max-width: 1600px) {
    .main-header__inner {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 1320px) {
    .main-header__inner {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 1199px) {
    .main-header__inner {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .main-header__inner {
        padding: 20px 0;
    }
}

.main-header__logo {
    display: flex;
    position: relative;
    top: 0px;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

@media (min-width: 768px) {
    .main-header__logo {
        width: auto;
    }
}

@media (min-width: 768px) {
    .main-header__logo .mobile-nav__btn {
        margin-left: 30px;
    }
}

.main-header__btn {
    display: none;
    margin-left: 30px;
    font-size: 10px;
    padding: 11px 29px;
}

.main-header__btn::before {
    background-color: var(--alefox-base, #fc655d);
}

.main-header__btn::after {
    background-color: var(--alefox-black, #000);
}

.main-header__btn:hover {
    color: var(--alefox-white, #fff);
}

@media (min-width: 768px) {
    .main-header__btn {
        display: inline-flex;
    }
}

.main-header__right {
    display: flex;
    align-items: center;
    padding: 9.5px 0;
    margin-left: auto;
}

.main-header__right__border {
    margin: 0 45px;
    width: 1px;
    height: 50px;
    background-color: var(--alefox-border-color, #dddddd);
}

@media (max-width: 1600px) {
    .main-header__right__border {
        margin: 0 30px;
    }
}

@media (min-width: 1200px) and (max-width: 1300px) {
    .main-header__right__border {
        display: none;
    }
}

@media (max-width: 767px) {
    .main-header__right__border {
        display: none;
    }
}

.main-header__cart,
.main-header__search {
    position: relative;
    font-size: 22px;
    color: var(--alefox-black, #000);
    transition: all 500ms ease;
    margin-left: 20px;
    line-height: 1em;
}

.main-header__cart:hover,
.main-header__search:hover {
    color: var(--alefox-base, #fc655d);
}

.main-header__cart__count,
.main-header__search__count {
    width: 17px;
    height: 17px;
    position: absolute;
    right: -10px;
    top: -10px;
    background-color: var(--alefox-base, #fc655d);
    border-radius: 50%;
    font-size: 8px;
    color: var(--alefox-white, #fff);
    line-height: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-header__call {
    position: relative;
    min-height: 40px;
    padding: 5px 0 0 70px;
}

@media (min-width: 1200px) and (max-width: 1300px) {
    .main-header__call {
        display: none;
    }
}

@media (max-width: 767px) {
    .main-header__call {
        display: none;
    }
}

.main-header__call__icon {
    width: 50px;
    height: 50px;
    background-color: var(--alefox-base, #fc655d);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--alefox-white, #fff);
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.main-header__call__icon span {
    position: relative;
    z-index: 2;
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.main-header__call:hover .main-header__call__icon span {
    animation: iconTranslateY 0.4s forwards;
}

.main-header__call__title {
    line-height: 1;
    display: block;
    margin: 0 0 7px;
    font-size: 15px;
    color: var(--alefox-text, #636363);
}

.main-header__call__text {
    line-height: 1.2;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    color: var(--alefox-black, #000);
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.main-header__call__text:hover {
    background-size: 100% 1px;
}

.main-header__call__text:hover {
    color: var(--alefox-base, #fc655d);
}

.main-header__nav {
    margin-left: 625px;
    margin-right: auto;
}

@media (max-width: 1600px) {
    .main-header__nav {
        margin-left: 337px;
    }
}

.main-header--two {
    background-color: RGBA(var(--alefox-black2-rgb, 32, 34, 33), 0.58);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    width: 100%;
    border-bottom: 1px solid RGBA(var(--alefox-white-rgb, 255, 255, 255), 0.5);
}

.main-header--two.sticky-header--cloned {
    background-color: var(--alefox-black2, #202221);
    border: none;
}

.main-header--two.sticky-header--cloned .main-menu .main-menu__list>li>a::before {
    bottom: -35px;
}

.main-header--two .mobile-nav__btn span {
    background-color: var(--alefox-white, #fff);
}

.main-header--two .main-header__logo {
    width: auto;
    background-color: var(--alefox-white, #fff);
    border-radius: 10px;
    padding: 20px 49px;
    margin-left: 15px;
}

@media (max-width: 1500px) {
    .main-header--two .main-header__logo {
        padding: 13px 14px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
}

.main-header--two .main-header__inner {
    padding: 0;
    z-index: 2;
}

@media (max-width: 767px) {
    .main-header--two .main-header__inner {
        padding-right: 20px;
    }
}

.main-header--two .main-header__inner::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 140px;
    height: 100%;
    content: "";
    background-color: var(--alefox-base, #fc655d);
    z-index: -1;
}

.main-header--two .main-header__nav {
    margin-right: 0;
    margin-left: auto;
}

.main-header--two .main-menu .main-menu__list>li>a {
    color: var(--alefox-white, #fff);
}

.main-header--two .main-menu .main-menu__list>li>a::before {
    position: absolute;
    content: "";
    left: auto;
    bottom: -41px;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 3px;
    background: currentColor;
    transition: width 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}

.main-header--two .main-menu .main-menu__list>li.current>a,
.main-header--two .main-menu .main-menu__list>li:hover>a {
    color: var(--alefox-base, #fc655d);
}

.main-header--two .main-menu .main-menu__list>li.current>a::before,
.main-header--two .main-menu .main-menu__list>li:hover>a::before {
    width: 100%;
    left: 0;
    right: auto;
}

.main-header--two .main-header__cart,
.main-header--two .main-header__search {
    color: var(--alefox-white, #fff);
}

.main-header--two .main-header__cart:hover,
.main-header--two .main-header__search:hover {
    color: var(--alefox-base, #fc655d);
}

.main-header--two .main-header__right {
    margin-left: 20px;
    padding: 0;
}

.main-header--two .alefox-btn {
    color: var(--alefox-base, #fc655d);
    margin-left: 50px;
}

@media (max-width: 1599px) {
    .main-header--two .alefox-btn {
        margin-left: 30px;
        padding: 14px 20px;
    }
}

@media (min-width: 1200px) and (max-width: 1299px) {
    .main-header--two .alefox-btn {
        display: none;
    }
}

@media (max-width: 767px) {
    .main-header--two .alefox-btn {
        display: none;
    }
}

.main-header--two__toggler {
    width: 100px;
    height: 110px;
    border: 0;
    outline: 0;
    background-color: var(--alefox-base, #fc655d);
    padding: 0;
    align-items: center;
    justify-content: center;
    display: flex;
    margin-left: 55px;
}

@media (max-width: 1500px) {
    .main-header--two__toggler {
        margin-left: 30px;
    }
}

@media (max-width: 767px) {
    .main-header--two__toggler {
        display: none;
    }
}

.main-header--two__toggler__wrapper {
    width: 24px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    justify-content: center;
    grid-gap: 5px;
}

.main-header--two__toggler span {
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: var(--alefox-white, #fff);
    display: block;
    border-radius: 50%;
    transition: all 500ms ease;
}

.main-header--two__toggler:hover span {
    background-color: var(--alefox-black2, #202221);
}

.main-header--three {
    background-color: transparent;
    position: absolute;
    left: 0;
    top: 45px;
    z-index: 9;
    width: 100%;
}

.main-header--three.sticky-header--cloned {
    background-color: var(--alefox-black2, #202221);
    top: 0;
}

.main-header--three.sticky-header--cloned .main-menu .main-menu__list>li>a::before {
    bottom: -35px;
}

.main-header--three .main-header__inner {
    max-width: 1270px;
    background-color: var(--alefox-black2, #202221);
    border-radius: 100px;
    padding: 0 50px;
    margin: 0 auto;
}

@media (max-width: 1199px) {
    .main-header--three .main-header__inner {
        padding: 18px 40px;
    }
}

@media (max-width: 500px) {
    .main-header--three .main-header__inner {
        padding: 18px 30px;
    }
}

.main-header--three .main-header__nav {
    margin-right: 0;
    margin-left: auto;
}

.main-header--three .main-menu .main-menu__list>li {
    padding-top: 31px;
    padding-bottom: 31px;
}

.main-header--three .main-menu .main-menu__list>li>a {
    color: var(--alefox-white, #fff);
}

.main-header--three .main-menu .main-menu__list>li>a::before {
    position: absolute;
    content: "";
    left: auto;
    bottom: -31px;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 3px;
    background: currentColor;
    transition: width 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}

.main-header--three .main-menu .main-menu__list>li.current>a,
.main-header--three .main-menu .main-menu__list>li:hover>a {
    color: var(--alefox-base, #fc655d);
}

.main-header--three .main-menu .main-menu__list>li.current>a::before,
.main-header--three .main-menu .main-menu__list>li:hover>a::before {
    width: 100%;
    left: 0;
    right: auto;
}

.main-header--three .main-header__cart,
.main-header--three .main-header__search {
    color: var(--alefox-white, #fff);
}

.main-header--three .main-header__cart:hover,
.main-header--three .main-header__search:hover {
    color: var(--alefox-base, #fc655d);
}

.main-header--three .main-header__right {
    border-left: 1px solid RGBA(var(--alefox-white-rgb, 255, 255, 255), 0.2);
    margin-left: 40px;
    padding: 0 0 0 21px;
}

.main-header--three .mobile-nav__btn span {
    background-color: var(--alefox-white, #fff);
}

@media (max-width: 1199px) {
    .main-header--three .mobile-nav__btn {
        margin-left: -65px;
        margin-right: 20px;
    }
}

.sticky-header--cloned {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    top: 0;
    background-color: var(--alefox-white, #fff);
    transform: translateY(-100%);
    box-shadow: 0px 3px 18px rgba(var(--alefox-black-rgb, 18, 47, 42), 0.07);
    transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
    visibility: hidden;
    transition: transform 500ms ease, visibility 500ms ease;
}

.sticky-header--cloned.active {
    transform: translateY(0%);
    visibility: visible;
}

.sticky-header--cloned .main-menu .main-menu__list>li {
    padding-top: 35px;
    padding-bottom: 35px;
}

.mobile-nav__btn {
    width: 24px;
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    cursor: pointer;
    z-index: 3;
}

.sidebar-logo-bg {
    background-color: #fff;
    width: fit-content;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
}

@media (max-width: 1199px) {
    .mobile-nav__btn {
        margin-left: -50px;
        margin-right: 10px;
    }
}

@media (max-width: 767px) {
    .mobile-nav__btn {
        margin-left: -40px;
        margin-right: 10px;
    }
}

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

.mobile-nav__btn span {
    width: 100%;
    height: 2px;
    background-color: var(--alefox-black, #000);
}

.mobile-nav__btn span:nth-child(2) {
    margin-top: 4px;
    margin-bottom: 4px;
}

.main-menu {
    /* after third level no menu */
}

.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 {
    padding-top: 41px;
    padding-bottom: 41px;
    position: relative;
}

.main-menu .main-menu__list>li.dropdown>a {
    position: relative;
}

.main-menu .main-menu__list>li.dropdown>a::after {
    position: relative;
    right: 0;
    top: 2px;
    border-radius: 0;
    font-size: 10px;
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    color: inherit;
    line-height: 10px;
    margin-left: 3px;
}

.main-menu .main-menu__list>li+li {
    margin-left: 51px;
}

@media (max-width: 1400px) {
    .main-menu .main-menu__list>li+li {
        margin-left: 40px;
    }
}

@media (min-width: 1200px) and (max-width: 1300px) {
    .main-menu .main-menu__list>li+li {
        margin-left: 35px;
    }
}

.main-menu .main-menu__list>li>a {
    display: flex;
    align-items: center;
    color: var(--alefox-black, #000);
    font-weight: 600;
    text-transform: capitalize;
    font-family: var(--alefox-heading-font, "Inter", serif);
    letter-spacing: 0;
    position: relative;
    font-size: 16px;
    transition: all 500ms ease;
}

.main-menu .main-menu__list>li.current>a,
.main-menu .main-menu__list>li:hover>a {
    color: var(--alefox-base, #fc655d);
    text-shadow: 0 0 0.5px currentColor;
}

.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;
    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(--alefox-white, #fff);
    box-shadow: 0px 10px 60px 0px RGBA(var(--alefox-white-rgb, 255, 255, 255), 0.07);
    padding: 15px 20px 11px;
    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: relative;
}

.main-menu .main-menu__list>.megamenu>ul {
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    background-color: transparent;
    box-shadow: none;
    padding: 0;
}


/* Container width content ni size jetli */

.home-showcase .container {
    display: inline-block;
    padding: 0px;
    background: #f8f9fa;
    border-radius: 5px;
}

.dyes-menu h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.dyes-category {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
}

.dye-item {
    font-size: 14px;
    color: #fc655d;
    padding: 3px 10px;
}

.dye-item a:hover {
    color: #555;
}

.dye-item::before {
    content: "• ";
    /* Unicode character for bullet */
    color: black;
    /* Change color if needed */
    margin-right: 5px;
    /* Adjust spacing */
}

.main-menu .main-menu__list li ul li {
    flex: 1 1 100%;
    width: 100%;
    position: relative;
}

.main-menu .main-menu__list li ul li>a {
    font-size: 15px;
    line-height: 26px;
    color: var(--alefox-black, #000);
    font-family: var(--alefox-heading-font, "Inter", serif);
    font-weight: 500;
    display: flex;
    text-transform: capitalize;
    padding: 8px 20px;
    transition: 400ms;
    margin-bottom: 4px;
}

.main-menu .main-menu__list li ul li>a::after {
    position: absolute;
    right: 20px;
    top: 8px;
    border-radius: 0;
    font-size: 6px;
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    content: "\f111";
    color: var(--alefox-base, #fc655d);
    visibility: hidden;
    opacity: 0;
    transition: all 500ms ease;
    transform: scale(0);
}

.main-menu .main-menu__list li ul li.current>a,
.main-menu .main-menu__list li ul li:hover>a {
    background-color: var(--alefox-gray, #f6f4ec);
    color: var(--alefox-base, #fc655d);
}

.main-menu .main-menu__list li ul li.current>a::after,
.main-menu .main-menu__list li ul li:hover>a::after {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

.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 .main-menu__list li ul li>ul ul {
    display: none;
}

@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(--alefox-white, #fff);
    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(--alefox-black, #000);
}

@media (min-width: 1300px) {
    .megamenu-popup .megamenu-clickable--close {
        top: 38px;
        right: 40px;
    }
}

.megamenu-popup .megamenu-clickable--close:hover {
    color: var(--alefox-base, #fc655d);
}

.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 {
    background-color: var(--alefox-white, #fff);
    box-shadow: 0px 10px 60px 0px rgba(var(--alefox-black3-rgb, 0, 0, 0), 0.1);
    text-align: center;
    transition: 500ms ease;
    transform: translateY(0px);
}

.demo-one__card:hover {
    transform: translateY(-10px);
}

.demo-one__title {
    margin: 0;
    text-transform: capitalize;
    font-size: 17px;
    color: var(--alefox-black, #000);
    font-weight: 700;
}

.demo-one__title a {
    color: inherit;
    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 {
    background-color: rgba(var(--alefox-black3-rgb, 0, 0, 0), 0.7);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    transform: scale(1, 0);
    transition: transform 500ms ease, opacity 600ms linear;
    transform-origin: bottom center;
    opacity: 0;
}

.demo-one__card:hover .demo-one__btns {
    transform: scale(1, 1);
    opacity: 1;
    transform-origin: top center;
}

.demo-one__btn {
    font-size: 12px;
    padding: 10px 25px;
    color: var(--alefox-base, #fc655d);
}

.demo-one__btn:hover {
    color: var(--alefox-base, #fc655d);
}

@media (min-width: 768px) {
    .demo-one__btn {
        display: inline-flex;
    }
}

.demo-one__title {
    padding-top: 30px;
    padding-bottom: 30px;
}

.home-showcase {
    margin-top: -20px;
    margin-bottom: -20px;
}

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

.home-showcase__inner {
    padding: 15px 10px 15px 10px;
    background-color: var(--alefox-white, #fff);
    box-shadow: 0px 10px 60px 0px rgba(var(--alefox-black3-rgb, 0, 0, 0), 0.07);
}

.home-showcase .demo-one__card {
    box-shadow: none;
}

.home-showcase .demo-one__btns {
    flex-direction: column;
}

.home-showcase .demo-one__btn {
    min-width: 135px;
    text-align: center;
    justify-content: center;
}

.home-showcase .demo-one__title {
    padding: 0;
    font-size: 14px;
    margin-top: 15px;
    padding-bottom: 15px;
}


/*--------------------------------------------------------------
# Why choose
--------------------------------------------------------------*/

.why-choose-one {
    position: relative;
    overflow: hidden;
    background-color: var(--alefox-gray, #f6f4ec);
}

.why-choose-one .container {
    position: relative;
}

.why-choose-one__shape {
    position: absolute;
    right: -10px;
    bottom: -60px;
    opacity: 0.19;
    width: 365px;
    height: 478px;
    animation: treeMove 4s linear 0s infinite;
}

@media (max-width: 1500px) {
    .why-choose-one__shape {
        display: none;
    }
}

.why-choose-one .alefox-stretch-element-inside-column {
    line-height: 0.7;
}

.why-choose-one__image {
    display: inline-block;
    position: relative;
    text-align: left;
    overflow: hidden;
    width: 100%;
}

@media (max-width: 1199px) {
    .why-choose-one__image {
        width: auto;
    }
}

@media (min-width: 1600px) {
    .why-choose-one__image {
        margin-right: 45px;
    }
}

.why-choose-one__image img {
    max-width: 100%;
}

@media (min-width: 1200px) {
    .why-choose-one__image img {
        max-width: none;
    }
}

.why-choose-one__video {
    position: absolute;
    right: 59px;
    bottom: 59px;
    width: 124px;
    height: 126px;
    background-color: var(--alefox-white, #fff);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: shadows 1s linear infinite;
}

.why-choose-one__video .video-popup {
    width: 65px;
    height: 65px;
    border: 2px solid var(--alefox-black, #000);
    border-radius: 50%;
    font-size: 28px;
    color: var(--alefox-black, #000);
    transform: scale(1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-choose-one__video .video-popup:hover {
    border-color: var(--alefox-base, #fc655d);
    color: var(--alefox-base, #fc655d);
    transform: scale(1.05);
}

.why-choose-one__content {
    position: relative;
    padding: 120px 0;
}

@media (max-width: 767px) {
    .why-choose-one__content {
        padding: 53px 12px 38px 12px;
    }
}

.why-choose-one__content .sec-title {
    padding-bottom: 20px;
}

.why-choose-one__text {
    margin: 0 0 35px;
}

@media (min-width: 1200px) {
    .why-choose-one__text {
        padding-right: 50px;
    }
}

.why-choose-one__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.why-choose-one__list__item {
    align-items: flex-start;
    display: flex;
    align-items: center;
    margin-top: 30px;
    position: relative;
    background-color: var(--alefox-white, #fff);
    border-radius: 6px;
    overflow: hidden;
    padding: 18px 20px 18px 0;
    z-index: 2;
}

@media (max-width: 767px) {
    .why-choose-one__list__item {
        flex-wrap: wrap;
    }
}

.why-choose-one__list__item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: var(--alefox-black2, #202221);
    z-index: -1;
    transform: scale(1, 0);
    perspective: 400px;
    visibility: hidden;
    transition: transform 500ms ease-in-out, visibility 500ms ease-in-out;
    transform-origin: bottom center;
}

.why-choose-one__list__item:hover::after {
    transform: scale(1, 1);
    visibility: visible;
    transform-origin: top center;
}

.why-choose-one__list__item:hover .why-choose-one__list__icon {
    color: var(--alefox-white, #fff);
}

.why-choose-one__list__item:hover .why-choose-one__list__icon i {
    transform: scale(0.9);
}

.why-choose-one__list__item:hover .why-choose-one__list__text {
    color: var(--alefox-white, #fff);
}

.why-choose-one__list__item:hover .why-choose-one__list__text i {
    color: var(--alefox-base, #fc655d);
}

.why-choose-one__list__icon {
    position: relative;
    z-index: 2;
    width: 104px;
    border-right: 3px solid var(--alefox-base, #fc655d);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--alefox-black2, #202221);
    font-size: 53px;
    flex-shrink: 0;
    transition: all 300ms ease;
    margin-right: 21px;
}

.why-choose-one__list__icon i {
    transform: scale(1);
    transition: 500ms ease;
}

.why-choose-one__list__text {
    display: flex;
    align-items: center;
    margin: 0;
    position: relative;
    color: var(--alefox-text, #636363);
    font-size: 17px;
    transition: all 300ms ease;
}

@media (max-width: 767px) {
    .why-choose-one__list__text {
        align-items: baseline;
        margin: 20px 25px 0;
    }
}

.why-choose-one__list__text i {
    position: relative;
    top: -1px;
    color: var(--alefox-black, #000);
    margin-right: 8px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    transition: all 300ms ease;
    align-items: center;
}

.why-choose-two {
    padding-top: 100px;
}

.why-choose-two__image {
    position: relative;
    display: inline-block;
    margin-bottom: 110px;
}

@media (min-width: 992px) {
    .why-choose-two__image {
        margin-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .why-choose-two__image {
        margin-left: 120px;
    }
}

.why-choose-two__image img {
    max-width: 100%;
}

.why-choose-two__image__two {
    position: absolute;
    bottom: -50px;
    left: 0px;
    z-index: 10;
}

@media (min-width: 992px) {
    .why-choose-two__image__two {
        bottom: 0;
        left: -120px;
    }
}

.why-choose-two__image__shape {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 11;
    animation: shapeMove 4s linear 0s infinite;
}

@media (min-width: 992px) {
    .why-choose-two__image__shape {
        bottom: auto;
        top: 200px;
        right: auto;
        left: -100px;
    }
}

.why-choose-two__image__icon {
    width: 96px;
    height: 96px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--alefox-base, #fc655d);
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 10;
}

@media (min-width: 992px) {
    .why-choose-two__image__icon {
        left: -48px;
    }
}

@media (min-width: 1200px) {
    .why-choose-two__content {
        padding-left: 70px;
    }
}

.why-choose-two__highlight {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    color: var(--alefox-base, #fc655d);
    margin: 0;
    margin-top: -10px;
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .why-choose-two__highlight {
        margin: 0;
        font-size: 20px;
        line-height: 34px;
        margin-top: -20px;
        margin-bottom: 32px;
    }
}

.why-choose-two__text {
    margin: 0;
    font-size: 15px;
    line-height: 1.875em;
}

@media (min-width: 992px) {
    .why-choose-two__text {
        font-size: 16px;
    }
}

.why-choose-two__progress {
    margin-top: 30px;
    margin-bottom: 37px;
}

.why-choose-two__progress__title {
    text-transform: uppercase;
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.why-choose-two__progress__bar {
    width: 100%;
    height: 17px;
    border: 1px solid var(--alefox-border-color, #dddddd);
    box-shadow: inset 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
    position: relative;
}

.why-choose-two__progress__inner {
    position: absolute;
    height: calc(100% - 6px);
    left: 4px;
    top: 3px;
    background-color: var(--alefox-base, #fc655d);
    transition: all 700ms linear;
    width: 0px;
}

.why-choose-two__progress__number {
    position: absolute;
    bottom: calc(100% + 5px);
    right: 0;
    font-size: 14px;
    font-weight: 400;
}

.why-choose-two__link:hover {
    color: var(--alefox-white, #fff);
}

.why-choose-two__link::after {
    background-color: var(--alefox-black, #000);
}

.why-choose-two__link::before {
    background-color: var(--alefox-base, #fc655d);
}

.why-choose-three {
    position: relative;
    padding: 120px 0 220px;
    background-color: var(--alefox-black, #000);
    margin-bottom: -100px;
}

@media (max-width: 767px) {
    .why-choose-three {
        padding: 80px 0 180px;
    }
}

.why-choose-three__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--alefox-black, #000);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.3;
}

.why-choose-three__content {
    position: relative;
}

.why-choose-three__content__text {
    font-size: 15px;
    line-height: 30px;
    color: rgba(var(--alefox-white-rgb, 255, 255, 255), 0.6);
    margin: 0;
}

.why-choose-three .sec-title__title {
    color: var(--alefox-white, #fff);
}

.why-choose-three .sec-title {
    padding-bottom: 26px;
}

.why-choose-three__list {
    position: relative;
    background-color: var(--alefox-black2, #202221);
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    row-gap: 0;
}

@media (max-width: 991px) {
    .why-choose-three__list {
        margin: 50px 0 0;
    }
}

.why-choose-three__item {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 40px 40px 36px;
}

.why-choose-three__item:nth-child(1),
.why-choose-three__item:nth-child(3) {
    border-right: 1px solid rgba(var(--alefox-white-rgb, 255, 255, 255), 0.1);
}

.why-choose-three__item:nth-child(1),
.why-choose-three__item:nth-child(2) {
    border-bottom: 1px solid rgba(var(--alefox-white-rgb, 255, 255, 255), 0.1);
}

@media (min-width: 992px) and (max-width: 1199px) {
    .why-choose-three__item {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media (max-width: 767px) {
    .why-choose-three__item {
        flex: 0 0 100%;
        max-width: 100%;
        border-bottom: 1px solid rgba(var(--alefox-white-rgb, 255, 255, 255), 0.1);
    }
}

.why-choose-three__item:hover .why-choose-three__item__icon span {
    transform: scale(0.8);
}

.why-choose-three__item__top {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 12px;
}

.why-choose-three__item__icon {
    width: 57px;
    height: 57px;
    background-color: var(--alefox-base, #fc655d);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--alefox-white, #fff);
    font-size: 21px;
    margin-right: 18px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .why-choose-three__item__icon {
        margin-right: 12px;
    }
}

.why-choose-three__item__icon span {
    display: inline-block;
    transition: all 500ms linear;
    transition-delay: 0s;
    transition-delay: 0s;
    transition-delay: 0.1s;
    transform: scale(1);
}

.why-choose-three__item__title {
    color: var(--alefox-white, #fff);
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
}

.why-choose-three__item__text {
    color: var(--alefox-text-dark, #b7b7b7);
    font-size: 15px;
    line-height: 30px;
    margin: 0;
}


/*--------------------------------------------------------------
# Funfact
--------------------------------------------------------------*/

.funfact-one {
    position: relative;
}

.funfact-one--about {
    padding-bottom: 60px;
}

@media (max-width: 767px) {
    .funfact-one--about {
        padding-bottom: 80px;
    }
}

.funfact-one__list {
    position: relative;
    z-index: 2;
    margin: 0 0 0;
    padding: 40px 40px;
    line-height: 1;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    justify-content: space-between;
    background-color: var(--alefox-white, #fff);
    filter: drop-shadow(0 0 55px rgba(0, 0, 0, 0.07));
    border-radius: 150px;
}

@media (max-width: 1199px) {
    .funfact-one__list {
        grid-template-columns: repeat(2, 1fr);
        padding: 40px 60px;
    }
}

@media (max-width: 767px) {
    .funfact-one__list {
        grid-template-columns: repeat(1, 1fr);
        border-radius: 100px;
        padding: 30px 40px;
    }
}

.funfact-one__list li {
    position: relative;
    display: flex;
    align-items: center;
    flex-grow: 1;
    gap: 18px;
    padding: 15px 30px;
}

@media (max-width: 991px) {
    .funfact-one__list li {
        padding: 15px 20px;
    }
}

@media (max-width: 767px) {
    .funfact-one__list li {
        padding: 15px 30px;
    }
}

.funfact-one__list li:hover .funfact-one__list__text {
    background-size: 100% 1px;
}

.funfact-one__list li:hover .funfact-one__list__icon {
    background-color: var(--alefox-base, #fc655d);
}

.funfact-one__list li:hover .funfact-one__list__icon span {
    transform: scale(0.9);
}

.funfact-one__list li+li::after {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 100%;
    content: "";
    background-color: var(--alefox-border-color, #dddddd);
}

@media (max-width: 1199px) {
    .funfact-one__list li+li::after {
        display: none;
    }
}

.funfact-one__list__icon {
    width: 70px;
    height: 70px;
    background-color: var(--alefox-black2, #202221);
    color: var(--alefox-white, #fff);
    font-size: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 400ms linear;
}

.funfact-one__list__icon span {
    display: inline-block;
    transition: all 400ms linear;
    transform: scale(1);
}

.funfact-one__list__number {
    display: flex;
    align-items: center;
    margin: 0 0 4px;
    line-height: 1.2;
    font-size: 36px;
    font-weight: 700;
}

.funfact-one__list__text {
    font-size: 17px;
    line-height: 1.2;
    margin: 0;
    display: inline-block;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 300ms linear;
}

.funfact-two {
    position: relative;
    background-color: var(--alefox-base, #fc655d);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 120px 0;
}

.funfact-two__shape {
    position: absolute;
    left: -10px;
    top: 0;
}

.funfact-two__shape img {
    animation: shapeMove 3s linear 0s infinite;
}

@media (max-width: 767px) {
    .funfact-two {
        padding: 80px 0;
    }
}

.funfact-two .sec-title {
    padding-bottom: 33px;
}

.funfact-two .sec-title__tagline,
.funfact-two .sec-title__title {
    color: var(--alefox-white, #fff);
}

.funfact-two__list {
    position: relative;
    background-color: var(--alefox-white, #fff);
    margin: 0 0 0 -7px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    row-gap: 0;
}

@media (max-width: 991px) {
    .funfact-two__list {
        margin: 50px 0 0;
    }
}

.funfact-two__list__icon {
    width: 94px;
    height: 94px;
    background-color: var(--alefox-base, #fc655d);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.funfact-two__list__icon img {
    height: 65px;
    transform: scale(1);
    transition: 500ms ease;
}

@media (max-width: 767px) {
    .funfact-two__list__icon {
        display: none;
    }
}

.funfact-two__list:hover .funfact-two__list__icon img {
    transform: scale(0.9);
}

.funfact-two__item {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 42px 58px;
}

.funfact-two__item:nth-child(1),
.funfact-two__item:nth-child(3) {
    border-right: 1px solid var(--alefox-base, #fc655d);
}

.funfact-two__item:nth-child(1),
.funfact-two__item:nth-child(2) {
    border-bottom: 1px solid var(--alefox-base, #fc655d);
}

@media (max-width: 1199px) {
    .funfact-two__item {
        padding-left: 30px;
        padding-right: 25px;
    }
}

@media (max-width: 991px) {
    .funfact-two__item {
        padding-left: 50px;
    }
}

@media (max-width: 767px) {
    .funfact-two__item {
        padding-left: 50px;
        flex: 0 0 100%;
        max-width: 100%;
        border-bottom: 1px solid var(--alefox-base, #fc655d);
    }
}

.funfact-two__count {
    margin: 0;
    color: var(--alefox-black, #000);
    font-size: 40px;
    font-family: var(--alefox-font, "Rubik", sans-serif);
    font-weight: 500;
    line-height: 1;
    margin-bottom: 0px;
}

@media (min-width: 768px) {
    .funfact-two__count {
        font-size: 50px;
    }
}

.funfact-two__text {
    margin: 0;
    font-size: 18px;
    margin: 0;
}

.funfact-three {
    position: relative;
    padding: 100px 0;
}

@media (max-width: 767px) {
    .funfact-three {
        padding: 80px 0 50px;
    }
}

.funfact-three__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: var(--alefox-gray, #f6f4ec);
}

@media (min-width: 1400px) {
    .funfact-three__bg {
        width: calc(100% - 240px);
        left: 120px;
    }
}

.funfact-three__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    row-gap: 0;
}

@media (max-width: 767px) {
    .funfact-three__list {
        display: block;
    }
}

.funfact-three__item {
    flex: 0 0 25%;
    max-width: 25%;
    position: relative;
}

@media (max-width: 991px) {
    .funfact-three__item {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 0 30px !important;
    }
}

@media (max-width: 767px) {
    .funfact-three__item {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 0 30px !important;
        text-align: center;
    }
}

.funfact-three__item:not(:last-of-type)::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: var(--alefox-border-color, #dddddd);
    position: absolute;
    top: 0;
    right: 54px;
}

@media (max-width: 991px) {
    .funfact-three__item:not(:last-of-type)::before {
        right: 50px !important;
    }
}

@media (max-width: 767px) {
    .funfact-three__item:not(:last-of-type)::before {
        display: none;
    }
}

.funfact-three__item:not(:first-of-type) {
    padding-left: 37px;
}

@media (max-width: 1199px) {
    .funfact-three__item:not(:first-of-type) {
        padding-left: 0;
    }
}

.funfact-three__item:nth-child(2)::before {
    right: 16px;
}

@media (max-width: 991px) {
    .funfact-three__item:nth-child(2)::before {
        display: none;
    }
}

.funfact-three__item:nth-child(3)::before {
    right: -20px;
}

.funfact-three__item:nth-child(3) {
    padding-left: 63px;
}

@media (max-width: 1199px) {
    .funfact-three__item:nth-child(3) {
        padding-left: 40px;
    }
}

.funfact-three__item:last-child {
    padding-left: 104px;
}

@media (max-width: 1199px) {
    .funfact-three__item:last-child {
        padding-left: 70px;
    }
}

.funfact-three__item:hover .funfact-three__icon::before {
    transform: scale(0.9);
}

.funfact-three__icon {
    width: 103px;
    height: 104px;
    background-color: var(--alefox-base, #fc655d);
    font-size: 60px;
    color: var(--alefox-white, #fff);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 13px;
}

@media (max-width: 767px) {
    .funfact-three__icon {
        margin-left: auto;
        margin-right: auto;
    }
}

.funfact-three__icon::before {
    transition: all 500ms linear;
    transition-delay: 0s;
    transition-delay: 0s;
    transition-delay: 0s;
    transition-delay: 0s;
    transition-delay: 0.1s;
    transform: scale(1);
}

.funfact-three__count {
    margin: 0;
    color: var(--alefox-black, #000);
    font-family: var(--alefox-font, "Rubik", sans-serif);
    font-size: 35px;
    font-weight: 500;
    line-height: 1;
}

@media (min-width: 768px) {
    .funfact-three__count {
        font-size: 40px;
    }
}

.funfact-three__text {
    margin: 0;
    color: var(--alefox-text, #636363);
    font-size: 16px;
    margin-top: 9px;
    margin-bottom: -6px;
}


/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/

.testimonials-one {
    position: relative;
    background-color: var(--alefox-gray, #f6f4ec);
    padding: 175px 0 120px;
}

@media (max-width: 991px) {
    .testimonials-one {
        padding-top: 120px;
    }
}

@media (max-width: 767px) {
    .testimonials-one {
        padding: 80px 0 80px;
    }
}

.testimonials-one__shape {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-repeat: repeat-x;
    background-position: center bottom;
    animation: cloudMove 60s linear 0s infinite;
}

.testimonials-one__wrapper {
    position: relative;
    padding-left: 150px;
}

@media (max-width: 1199px) {
    .testimonials-one__wrapper {
        padding-left: 130px;
    }
}

@media (max-width: 991px) {
    .testimonials-one__wrapper {
        padding-left: 0;
    }
}

.testimonials-one__wrapper__title {
    font-size: 104px;
    color: #dcdcdc;
    line-height: 1;
    font-weight: 700;
    margin: 0 0 0;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    top: -60px;
}

@media (max-width: 991px) {
    .testimonials-one__wrapper__title {
        display: none;
    }
}

.testimonials-one__carousel-thumb {
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
}

@media (max-width: 991px) {
    .testimonials-one__carousel-thumb {
        max-width: 400px;
        position: relative;
        margin-left: auto;
    }
}

.testimonials-one__meta-thumb {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    display: block;
    overflow: hidden;
    position: relative;
    margin-top: 10px;
    margin-bottom: 35px;
    transition: all 500ms ease;
    cursor: pointer;
}

@media (max-width: 450px) {
    .testimonials-one__meta-thumb {
        width: 100px;
        height: 100px;
    }
}

.testimonials-one__meta-thumb::after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 300ms ease;
    content: "";
    background-color: rgba(var(--alefox-black2-rgb, 32, 34, 33), 0.8);
    border-radius: 50%;
    transform: scale(0);
    visibility: hidden;
}

.testimonials-one__meta-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonials-one .slick-slide.slick-active .testimonials-one__meta-thumb {
    left: 60px;
}

@media (max-width: 991px) {
    .testimonials-one .slick-slide.slick-active .testimonials-one__meta-thumb {
        left: 0;
    }
}

.testimonials-one .slick-slide.slick-active.slick-current.slick-center .testimonials-one__meta-thumb {
    left: 0;
}

.testimonials-one .slick-slide.slick-active.slick-current.slick-center .testimonials-one__meta-thumb::after {
    visibility: visible;
    transform: scale(1);
}

.testimonials-one__item {
    position: relative;
    transition: all 500ms ease;
    display: flex;
    align-items: center;
    gap: 30px;
}

@media (max-width: 767px) {
    .testimonials-one__item {
        flex-direction: column;
    }
}

.testimonials-one__item__thumb {
    position: relative;
    z-index: 2;
    flex-shrink: 0;
    border-radius: 50%;
    overflow: hidden;
}

.testimonials-one__item__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonials-one__item__content {
    position: relative;
    z-index: 1;
    background-color: var(--alefox-white, #fff);
    margin-left: -250px;
    padding: 50px 50px 50px 270px;
    border-radius: 150px 30px 30px 150px;
}

@media (max-width: 1199px) {
    .testimonials-one__item__content {
        padding: 40px 30px 40px 255px;
    }
}

@media (max-width: 1199px) {
    .testimonials-one__item__content {
        padding: 40px 30px 40px 255px;
    }
}

@media (max-width: 767px) {
    .testimonials-one__item__content {
        padding: 40px 30px;
        margin-left: 0;
        border-radius: 30px;
    }
}

.testimonials-one__item__content::after {
    position: absolute;
    right: 0;
    top: 0;
    width: 90px;
    height: 90px;
    background-color: var(--alefox-base, #fc655d);
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    content: "";
    z-index: -1;
    border-radius: 0 30px 0 0;
}

.testimonials-one__item__icon {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 55px;
    height: 55px;
    background-color: var(--alefox-white, #fff);
    font-size: 22px;
    color: var(--alefox-base, #fc655d);
    border: 3px solid var(--alefox-base, #fc655d);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonials-one__item__ratings {
    display: flex;
    align-items: center;
    color: #ffa415;
    font-size: 34px;
    letter-spacing: 7px;
    margin-bottom: 22px;
}

.testimonials-one__item__quote {
    font-size: 25px;
    line-height: 42px;
    border-bottom: 1px solid var(--alefox-border-color, #dddddd);
    font-style: italic;
    margin: 0 0 38px;
    padding-bottom: 27px;
}

@media (max-width: 1199px) {
    .testimonials-one__item__quote {
        font-size: 24px;
        line-height: 35px;
        margin: 0 0 30px;
        padding-bottom: 20px;
    }
}

.testimonials-one__item__name {
    margin: 0;
    text-transform: capitalize;
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 9px;
}

.testimonials-one__item__designation {
    margin: 0;
    line-height: 1;
}

.testimonials-two {
    position: relative;
    padding: 120px 0;
    background-color: var(--alefox-black2, #202221);
}

@media (max-width: 767px) {
    .testimonials-two {
        padding: 80px 0;
    }
}

.testimonials-two__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.3;
}

.testimonials-two .sec-title__title {
    color: var(--alefox-white, #fff);
}

.testimonials-two__wrapper {
    position: relative;
}

.testimonials-two__wrapper__quote {
    position: absolute;
    bottom: 55px;
    left: 0;
    width: 100%;
    height: 118px;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.testimonials-two__carousel {
    position: relative;
    text-align: center;
    margin: auto;
}

.testimonials-two__item {
    position: relative;
    margin: 0 0 22px;
}

.testimonials-two__item__ratings {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffa415;
    font-size: 34px;
    letter-spacing: 7px;
    margin-bottom: 22px;
}

.testimonials-two__item__quote {
    font-size: 28px;
    line-height: 50px;
    font-weight: 400;
    color: var(--alefox-white, #fff);
    font-style: italic;
}

@media (max-width: 1199px) {
    .testimonials-two__item__quote br {
        display: none;
    }
}

.testimonials-two__carousel-thumb {
    max-width: 475px;
    margin: auto;
    position: relative;
}

@media (max-width: 500px) {
    .testimonials-two__carousel-thumb {
        max-width: 300px;
    }
}

.testimonials-two__carousel-thumb .item {
    position: relative;
    text-align: center;
    display: inline-block;
    padding: 30px 0 0;
}

.testimonials-two__carousel-thumb .item .testimonials-two__meta-thumb {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    object-fit: cover;
    cursor: pointer;
    display: block;
    position: relative;
    margin-bottom: 22px;
}

.testimonials-two__carousel-thumb .item .testimonials-two__meta-thumb::after {
    position: absolute;
    left: -5px;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    margin: auto;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    content: "";
    border: 5px solid var(--alefox-base, #fc655d);
    visibility: hidden;
    opacity: 0;
    transition: 500ms ease;
    transform: scale(0.8);
}

.testimonials-two__carousel-thumb .item .testimonials-two__meta-thumb img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.testimonials-two__carousel-thumb .slick-active.slick-center .item .testimonials-two__meta-thumb::after {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

.testimonials-two__carousel-thumb .slick-active.slick-center .item .testimonials-two__meta {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.testimonials-two__meta {
    position: relative;
    display: block;
    visibility: hidden;
    margin-left: -43%;
    cursor: pointer;
    opacity: 0;
    transform: translateY(20%);
    transition: 500ms ease;
}

.testimonials-two__meta__name {
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1;
    margin-bottom: 8px;
    color: var(--alefox-white, #fff);
    font-family: var(--alefox-heading-font, "Inter", serif);
}

.testimonials-two__meta__designation {
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 1;
    color: var(--alefox-white, #fff);
    opacity: 0.8;
}

.testimonials-page {
    position: relative;
    padding: 120px 0;
}

@media (max-width: 767px) {
    .testimonials-page {
        padding: 80px 0;
    }
}

.testimonials-card {
    position: relative;
    border: 1px solid var(--alefox-border-color, #dddddd);
    border-radius: 30px;
    transition: all 500ms ease;
    padding: 50px 45px 48px 145px;
}

@media (max-width: 767px) {
    .testimonials-card {
        padding: 50px 30px 48px 30px;
    }
}

.testimonials-card::after {
    position: absolute;
    right: -1px;
    top: -1px;
    width: 90px;
    height: 90px;
    background-color: var(--alefox-black2, #202221);
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    content: "";
    z-index: -1;
    border-radius: 0 30px 0 0;
    transition: all 500ms ease;
}

.testimonials-card__icon {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 55px;
    height: 55px;
    background-color: var(--alefox-white, #fff);
    font-size: 22px;
    color: var(--alefox-black2, #202221);
    border: 3px solid var(--alefox-black2, #202221);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 500ms ease;
}

.testimonials-card:hover {
    border-color: var(--alefox-base, #fc655d);
}

.testimonials-card:hover .testimonials-card__icon {
    color: var(--alefox-base, #fc655d);
    border-color: var(--alefox-base, #fc655d);
}

.testimonials-card:hover::after {
    background-color: var(--alefox-base, #fc655d);
}

.testimonials-card__image {
    width: 99px;
    height: 99px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    left: 30px;
    top: 51px;
}

@media (max-width: 767px) {
    .testimonials-card__image {
        position: relative;
        top: 0;
        left: 0;
        margin: 0 0 20px;
    }
}

.testimonials-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    object-position: center;
}

.testimonials-card__rating {
    display: flex;
    align-items: center;
    color: #ffa415;
    font-size: 22px;
    letter-spacing: 10px;
    margin-bottom: 12px;
}

.testimonials-card__content {
    font-size: 19px;
    line-height: 34px;
    font-style: italic;
    margin: 0 0 18px;
}

.testimonials-card__name {
    margin: 0;
    text-transform: capitalize;
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 9px;
}

.testimonials-card__designation {
    margin: 0;
    line-height: 1;
}


/*--------------------------------------------------------------
# CTA
--------------------------------------------------------------*/

.cta-one {
    padding: 110px 0 120px;
    position: relative;
    background-color: var(--alefox-base, #fc655d);
    text-align: center;
}

@media (max-width: 767px) {
    .cta-one {
        padding: 70px 0 80px;
    }
}

.cta-one__shape {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    width: 100%;
    height: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: auto;
    animation: zumpXtwo 700ms infinite alternate;
}

@media (max-width: 991px) {
    .cta-one__shape {
        display: none;
    }
}

.cta-one .container {
    position: relative;
    z-index: 2;
}

.cta-one__title {
    font-size: 40px;
    line-height: 54px;
    color: var(--alefox-white, #fff);
    font-weight: bold;
    margin-bottom: 18px;
}

@media (max-width: 991px) {
    .cta-one__title br {
        display: none;
    }
}

@media (max-width: 575px) {
    .cta-one__title {
        font-size: 30px;
        line-height: 40px;
    }
}

.cta-one__text {
    color: var(--alefox-white, #fff);
    margin-bottom: 35px;
}

.cta-one .alefox-btn {
    color: var(--alefox-white, #fff);
}

.cta-one .alefox-btn__item {
    background-color: var(--alefox-white, #fff);
}

.cta-two {
    position: relative;
    background-color: var(--alefox-base, #fc655d);
    padding: 45px 0;
    overflow: hidden;
}

.cta-two__shape {
    position: absolute;
    right: 0;
    bottom: 14px;
    width: 100%;
    height: 100%;
    background-position: right top;
    background-repeat: no-repeat;
    animation: shapeMove 3s linear 0s infinite;
}

@media (max-width: 1500px) {
    .cta-two__shape {
        display: none;
    }
}

.cta-two__content {
    position: relative;
    min-height: 140px;
    padding: 8px 0 0 170px;
}

@media (max-width: 767px) {
    .cta-two__content {
        padding-left: 0;
    }
}

.cta-two__content__thumb {
    position: relative;
    position: absolute;
    left: 0;
    top: 0;
    width: 140px;
    height: 140px;
    border: 6px solid var(--alefox-white, #fff);
    border-radius: 10px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .cta-two__content__thumb {
        position: relative;
        margin-bottom: 15px;
    }
}

.cta-two__content__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cta-two__title {
    font-size: 40px;
    line-height: 54px;
    color: var(--alefox-white, #fff);
    font-weight: bold;
    margin-bottom: 7px;
}

@media (max-width: 1199px) {
    .cta-two__title {
        font-size: 34px;
        line-height: 44px;
    }
}

.cta-two__text {
    color: var(--alefox-white, #fff);
    margin: 0;
}

.cta-two .alefox-btn {
    color: var(--alefox-white, #fff);
}

.cta-two .alefox-btn__item {
    background-color: var(--alefox-white, #fff);
}

@media (max-width: 991px) {
    .cta-two .justify-content-end {
        justify-content: flex-start !important;
        margin-top: 30px;
    }
}

.cta-three {
    position: relative;
    background-color: var(--alefox-base, #fc655d);
    padding: 80px 0;
    overflow: hidden;
}

.cta-three__shape-left {
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 142px;
    height: 152px;
    background-position: left bottom;
    background-repeat: no-repeat;
    animation: treeMove 3s linear 0s infinite;
}

@media (max-width: 1500px) {
    .cta-three__shape-left {
        display: none;
    }
}

.cta-three__shape-right {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-position: right bottom;
    background-repeat: no-repeat;
    animation: shapeMove 3s linear 0s infinite;
}

@media (max-width: 1500px) {
    .cta-three__shape-right {
        display: none;
    }
}

.cta-three__thumb {
    position: relative;
    text-align: right;
}

@media (max-width: 991px) {
    .cta-three__thumb {
        text-align: left;
        margin-bottom: 30px;
    }
}

.cta-three__thumb img {
    max-width: 100%;
}

.cta-three__content {
    position: relative;
    padding: 0 0 0 0;
}

@media (min-width: 1200px) {
    .cta-three__content {
        padding-left: 35px;
    }
}

@media (max-width: 767px) {
    .cta-three__content {
        padding-left: 0;
    }
}

.cta-three__title {
    font-size: 40px;
    line-height: 54px;
    color: var(--alefox-white, #fff);
    font-weight: bold;
    margin-bottom: 18px;
}

@media (max-width: 1199px) {
    .cta-three__title {
        font-size: 34px;
        line-height: 44px;
    }
}

.cta-three__text {
    color: var(--alefox-white, #fff);
    margin: 0 0 34px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .cta-three__text br {
        display: none;
    }
}

.cta-three .alefox-btn {
    color: var(--alefox-white, #fff);
}

.cta-three .alefox-btn__item {
    background-color: var(--alefox-white, #fff);
}

.cta-four {
    position: relative;
    background-color: var(--alefox-black2, #202221);
    padding: 120px 0;
    text-align: center;
}

@media (max-width: 767px) {
    .cta-four {
        padding: 80px 0;
    }
}

.cta-four__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.35;
}

.cta-four .container {
    position: relative;
    z-index: 1;
}

.cta-four__sub-title {
    font-size: 18px;
    font-weight: 500;
    color: var(--alefox-white, #fff);
    font-family: var(--alefox-font, "Rubik", sans-serif);
    text-transform: uppercase;
    letter-spacing: 1.08px;
    margin-bottom: 20px;
}

.cta-four__title {
    color: var(--alefox-white, #fff);
    font-size: 40px;
    line-height: 50px;
    font-weight: 800;
    margin: 0 0 39px;
}

.cta-four__title span {
    background-color: var(--alefox-white, #fff);
    border-radius: 10px;
    color: var(--alefox-base, #fc655d);
    padding: 3px 10px;
}

@media (max-width: 767px) {
    .cta-four__title {
        font-size: 32px;
        line-height: 42px;
    }
}

.cta-four__countdown {
    position: relative;
    margin: 0 0 50px;
    padding: 0;
    list-style: none;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

@media (max-width: 767px) {
    .cta-four__countdown {
        gap: 15px;
    }
}

.cta-four__countdown li {
    border: 1px solid var(--alefox-base, #fc655d);
    border-radius: 10px;
    text-align: center;
    font-family: var(--alefox-heading-font, "Inter", serif);
    overflow: hidden;
    margin: 0;
    padding: 0;
    position: relative;
}

.cta-four__countdown li::after {
    background: rgba(var(--alefox-base-rgb, 68, 160, 91), 0.3);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    pointer-events: none;
    transition: all 400ms linear;
}

.cta-four__countdown li:hover::after {
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 400ms linear;
}

.cta-four__countdown li span {
    font-size: 40px;
    font-weight: 700;
    display: block;
    color: var(--alefox-white, #fff);
    padding-top: 35px;
}

@media (max-width: 767px) {
    .cta-four__countdown li span {
        font-size: 30px;
        padding-top: 30px;
    }
}

.cta-four__countdown li i {
    text-transform: capitalize;
    color: var(--alefox-white, #fff);
    background-color: var(--alefox-base, #fc655d);
    display: block;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0;
    display: block;
    margin-top: 33px;
    padding: 12px 30px;
    width: 100%;
}

@media (max-width: 767px) {
    .cta-four__countdown li i {
        font-size: 15px;
        margin-top: 27px;
        padding: 10px 10px;
    }
}

.cta-four .alefox-btn {
    color: var(--alefox-base, #fc655d);
}

.cta-five {
    position: relative;
    padding: 100px 0 120px;
}

.cta-five__wrapper {
    position: relative;
    border: 1px solid var(--alefox-border-color, #dddddd);
    border-radius: 10px;
    padding: 10px;
}

.cta-five__content {
    position: relative;
    padding: 0 0 0 55px;
}

@media (max-width: 1199px) {
    .cta-five__content {
        padding-left: 20px;
    }
}

@media (max-width: 991px) {
    .cta-five__content {
        padding: 45px 30px;
    }
}

@media (max-width: 767px) {
    .cta-five__content {
        padding: 45px 15px;
    }
}

.cta-five__content .sec-title {
    padding-bottom: 12px;
}

@media (max-width: 1199px) {
    .cta-five__content .sec-title__title {
        font-size: 32px;
        line-height: 42px;
    }
}

.cta-five__content__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.cta-five__content__list li {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    margin-top: 19px;
}

@media (max-width: 767px) {
    .cta-five__content__list li {
        flex-wrap: wrap;
    }
}

.cta-five__content__list li i {
    font-size: 34px;
    color: var(--alefox-base, #fc655d);
    display: inline-block;
    transition: all 600ms ease;
}

.cta-five__content__list li span {
    position: relative;
    display: inline-block;
    line-height: 1.2;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 400ms ease;
}

.cta-five__content__list li:hover i {
    transform: rotateY(180deg);
}

.cta-five__content__list li:hover .cta-five__content__list__title::after {
    background-color: var(--alefox-base, #fc655d);
}

.cta-five__content__list li:hover span {
    background-size: 100% 1px;
}

.cta-five__content__list__title {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    min-width: 138px;
    position: relative;
}

.cta-five__content__list__title::after {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 25px;
    height: 2px;
    background-color: var(--alefox-black2, #202221);
    content: "";
    transition: all 400ms ease;
}

.cta-five__image {
    position: relative;
    display: inline-block;
    z-index: 1;
}

.cta-five__image::after {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 59%;
    height: 47%;
    background-color: var(--alefox-base, #fc655d);
    border-radius: 0 10px 0 0;
    z-index: -1;
    content: "";
}

.cta-five__image::before {
    position: absolute;
    left: -10px;
    bottom: -10px;
    width: 59%;
    height: 47%;
    background-color: var(--alefox-base, #fc655d);
    border-radius: 0 0 0 10px;
    z-index: -1;
    content: "";
}

.cta-five__image img {
    border-radius: 10px;
    max-width: 100%;
    height: auto;
}

@media (max-width: 991px) {
    .cta-five .text-end {
        text-align: left !important;
    }
}


/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/

.gallery-one {
    position: relative;
    padding: 120px 0;
}

@media (max-width: 767px) {
    .gallery-one {
        padding: 80px 0;
    }
}

.gallery-one .container-fluid {
    width: 100%;
    max-width: 1572px;
}

.gallery-one .row {
    --bs-gutter-x: 10px;
    --bs-gutter-y: 10px;
}

@media (min-width: 992px) {
    .gallery-one__carousel .owl-nav {
        display: none;
    }
}

.gallery-one__filter__list {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.gallery-one__filter__list li {
    cursor: pointer;
}

.gallery-one__filter__list li span {
    display: block;
    font-size: 10px;
    background-color: var(--alefox-gray, #f6f4ec);
    transition: all 500ms ease;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: var(--alefox-letter-space, 0.1em);
    padding: 15px 20px;
    line-height: 1.2em;
}

.gallery-one__filter__list li.active span,
.gallery-one__filter__list li:hover span {
    background-color: var(--alefox-base, #fc655d);
    color: var(--alefox-white, #fff);
}

.gallery-one__card {
    position: relative;
    overflow: hidden;
    background-color: var(--alefox-black, #000);
}

.gallery-one__card img {
    transform: scale(1);
    max-width: 100%;
    transition: transform 500ms ease, opacity 500ms ease;
    opacity: 1;
}

.gallery-one__card__hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(var(--alefox-base-rgb, 68, 160, 91), 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(1, 0);
    transition: transform 500ms ease;
    transform-origin: bottom center;
}

.gallery-one__card__hover .img-popup {
    position: relative;
}

.gallery-one__card:hover img {
    transform: scale(1.05);
    opacity: 0.9;
    mix-blend-mode: screen;
}

.gallery-one__card:hover .gallery-one__card__hover {
    transform-origin: top center;
    transform: scale(1, 1);
}

.gallery-one__card__icon {
    width: 32px;
    height: 32px;
    display: block;
    position: relative;
}

.gallery-one__card__icon::after,
.gallery-one__card__icon::before {
    content: "";
    width: 2px;
    height: 100%;
    background-color: var(--alefox-white, #fff);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.gallery-one__card__icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}


/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/

.sidebar {
    position: relative;
}

.sidebar__single {
    background-color: var(--alefox-gray, #f6f4ec);
    border-radius: 20px;
    padding: 40px 30px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .sidebar__single {
        padding-left: 22px;
        padding-right: 20px;
    }
}

.sidebar__single--tags .sidebar__title::after {
    width: 100%;
}

.sidebar__single--search {
    padding: 0;
    border: none;
    border-radius: 50px;
}

.sidebar__single+.sidebar__single {
    margin-top: 50px;
}

.sidebar__title {
    text-transform: capitalize;
    margin: 0 0 36px;
    line-height: 1em;
    font-size: 20px;
    letter-spacing: 0.33px;
    font-weight: 700;
    position: relative;
    top: -3px;
    display: inline-block;
}

@media (min-width: 768px) {
    .sidebar__title {
        font-size: 22px;
    }
}

.sidebar__title::after {
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 63%;
    height: 3px;
    content: "";
    background-color: var(--alefox-base, #fc655d);
}

.sidebar__search {
    position: relative;
}

.sidebar__search input[type=search],
.sidebar__search input[type=text] {
    outline: none;
    width: 100%;
    height: 55px;
    background-color: transparent;
    font-size: 16px;
    color: var(--alefox-text, #636363);
    border-radius: 50px;
    border: none;
    padding-left: 30px;
    padding-right: 30px;
    transition: all 500ms ease;
}

.sidebar__search input[type=search]:focus,
.sidebar__search input[type=text]:focus {
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
}

.sidebar__search button[type=submit] {
    border: none;
    outline: none;
    background-color: var(--alefox-base, #fc655d);
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    width: auto;
    font-size: 16px;
    line-height: 47px;
    color: var(--alefox-white, #fff);
    border-radius: 50%;
    width: 47px;
    height: 47px;
    transition: all 500ms ease;
}

.sidebar__search button[type=submit]:hover {
    background-color: var(--alefox-black, #000);
    color: var(--alefox-white, #fff);
}

.sidebar__categories {
    margin-bottom: -16px;
    margin-top: -9px;
}

.sidebar__categories li {
    position: relative;
    font-size: 16px;
    color: var(--alefox-text, #636363);
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 500ms ease;
    padding: 0 0 0 26px;
    margin: 0 0 10px;
}

.sidebar__categories li::before {
    position: absolute;
    left: -3px;
    content: "\ea94";
    font-family: IcoFont !important;
    transition: all 500ms ease;
    font-weight: normal;
    font-size: 25px;
}

.sidebar__categories li a {
    color: inherit;
}

.sidebar__categories li:hover {
    padding: 0 5px 0 31px;
    color: var(--alefox-base, #fc655d);
}

.sidebar__categories li:hover::before {
    left: 2px;
    color: var(--alefox-base, #fc655d);
}

.sidebar__tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.sidebar__tags a {
    background-color: transparent;
    text-transform: capitalize;
    border: 1px solid var(--alefox-border-color, #dddddd);
    font-size: 16px;
    font-weight: 400;
    border-radius: 30px;
    color: var(--alefox-text, #636363);
    transition: all 500ms ease;
    display: inline-flex;
    line-height: 28px;
    padding: 5px 21px;
}

.sidebar__tags a:hover {
    color: var(--alefox-white, #fff);
    border-color: var(--alefox-base, #fc655d);
    background-color: var(--alefox-base, #fc655d);
}

.sidebar__posts {
    margin-bottom: 0;
}

.sidebar__posts__item {
    display: flex;
    align-items: center;
}

.sidebar__posts__item:not(:last-of-type) {
    margin-bottom: 30px;
}

.sidebar__posts__image {
    flex-shrink: 0;
    margin-right: 15px;
}

.sidebar__posts__image img {
    max-width: 100%;
}

.sidebar__posts__meta {
    margin: 0;
    line-height: 1em;
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
    color: var(--alefox-text, #636363);
    font-size: 14px;
    margin-bottom: 7px;
}

.sidebar__posts__meta i {
    font-size: 13px;
}

.sidebar__posts__title {
    margin: 0;
    font-size: 17px;
    font-weight: 700;
    line-height: 23px;
}

.sidebar__posts__title a {
    color: inherit;
    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__posts__title a:hover {
    color: var(--alefox-base, #fc655d);
}

.service-sidebar {
    position: relative;
}

.service-sidebar__single {
    position: relative;
    background-color: var(--alefox-gray2, #e1eff0);
    border-radius: 10px;
    padding: 38px 44px 45px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .service-sidebar__single {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.service-sidebar__single+.service-sidebar__single {
    margin-top: 30px;
}

.service-sidebar__title {
    font-weight: 700;
    color: var(--alefox-black, #000);
    text-transform: capitalize;
    font-size: 20px;
    margin: 0 0 23px;
    position: relative;
}

.service-sidebar__title::before {
    position: relative;
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    content: "\f787";
    font-size: 18px;
    color: var(--alefox-base, #fc655d);
    margin-right: 4px;
}

.service-sidebar__nav {
    margin: 0;
    padding: 0;
}

.service-sidebar__nav li:not(:last-of-type) {
    margin-bottom: 8px;
}

.service-sidebar__nav li a {
    font-size: 16px;
    color: var(--alefox-black, #000);
    background-color: var(--alefox-white, #fff);
    display: flex;
    font-weight: 500;
    justify-content: space-between;
    align-items: center;
    transition: all 500ms ease;
    padding: 14.3px 25px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.service-sidebar__nav li a::after {
    font-family: "Font Awesome 5 Free";
    content: "\f787";
    font-weight: 900;
    font-size: inherit;
    color: currentColor;
}

.service-sidebar__nav li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: var(--alefox-base, #fc655d);
    z-index: -1;
    transform: scale(1, 0);
    perspective: 400px;
    visibility: hidden;
    transition: transform 500ms ease-in-out, visibility 500ms ease-in-out;
    transform-origin: bottom center;
}

.service-sidebar__nav li.current a,
.service-sidebar__nav li:hover a {
    color: var(--alefox-white, #fff);
}

.service-sidebar__nav li.current a::before,
.service-sidebar__nav li:hover a::before {
    transform: scale(1, 1);
    visibility: visible;
    transform-origin: top center;
}

.service-sidebar__contact {
    position: relative;
    text-align: center;
    padding: 238px 20px 37px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    overflow: hidden;
    border-radius: 4px 4px 0 0;
}

.service-sidebar__contact__title {
    margin: 0;
    color: var(--alefox-white, #fff);
    font-size: 24px;
    margin-bottom: 21px;
    line-height: 32px;
    font-weight: 600;
}

.service-sidebar__contact .alefox-btn {
    color: var(--alefox-white, #fff);
    position: relative;
    font-size: 14px;
    padding: 11px 34px;
}

.service-sidebar__contact .alefox-btn__item {
    background-color: var(--alefox-white, #fff);
}


/*--------------------------------------------------------------
# Blog details
--------------------------------------------------------------*/

.blog-details {
    position: relative;
    padding: 0px 0;
}

@media (max-width: 767px) {
    .blog-details {
        padding: 80px 0;
    }
}

.blog-details__content {
    position: relative;
}

.blog-details__image {
    position: relative;
    margin-bottom: 30px;
}

.blog-details__image img {
    max-width: 100%;
    height: auto;
}

.blog-details__top-meta {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
    margin-bottom: 24px;
}

.blog-details__top-meta li {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0;
}

.blog-details__top-meta li i {
    color: var(--alefox-base, #fc655d);
    margin-right: 10px;
}

.blog-details__top-meta li a {
    color: inherit;
    transition: all 500ms ease;
}

.blog-details__top-meta li a:hover {
    color: var(--alefox-base, #fc655d);
}

.blog-details__top-meta li.blog-details__top-meta__cats {
    position: relative;
}

.blog-details__top-meta li.blog-details__top-meta__cats a {
    background-color: var(--alefox-base, #fc655d);
    color: var(--alefox-white, #fff);
    border-radius: 30px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 5px 24px;
}

.blog-details__top-meta li.blog-details__top-meta__cats a:hover {
    background-color: var(--alefox-black2, #202221);
    color: var(--alefox-white, #fff);
}

.blog-details__title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 22px;
}

.blog-details__text {
    margin: 0 0 15px;
}

@media (min-width: 1200px) {
    .blog-details__text {
        padding-right: 50px;
    }
}

.blog-details__meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    border-top: 1px solid var(--alefox-border-color, #dddddd);
    border-bottom: 1px solid var(--alefox-border-color, #dddddd);
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 46px;
    margin-bottom: 55px;
}

.blog-details__tags {
    display: flex;
    align-items: center;
    gap: 10px;
}

.blog-details__tags__title {
    text-transform: capitalize;
    margin: 0;
    line-height: 1em;
    font-size: 20px;
    font-weight: bold;
    margin-top: -4px;
    margin-bottom: -4px;
}

@media (min-width: 768px) {
    .blog-details__tags__title {
        font-size: 22px;
    }
}

.blog-details__tags .sidebar__tags a {
    border: none;
    background-color: var(--alefox-gray, #f6f4ec);
}

.blog-details__tags .sidebar__tags a:hover {
    background-color: var(--alefox-base, #fc655d);
}

.blog-details__social {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.blog-details__social a {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--alefox-gray, #f6f4ec);
    font-size: 14px;
    color: var(--alefox-black, #000);
    transition: all 500ms ease;
    border-radius: 50%;
}

.blog-details__social a:hover {
    background-color: var(--alefox-base, #fc655d);
    color: var(--alefox-white, #fff);
}


/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/

.comments-one {
    margin-top: 40px;
}

@media (min-width: 1200px) {
    .comments-one {
        margin-top: 55px;
    }
}

.comments-one__title {
    margin: 0;
    text-transform: capitalize;
    font-size: 25px;
    font-weight: bold;
    margin-top: -4px;
    margin-bottom: -4px;
}

@media (min-width: 992px) {
    .comments-one__title {
        font-size: 30px;
    }
}

.comments-one__list {
    margin: 0;
    margin-top: 35px;
}

@media (min-width: 768px) {
    .comments-one__card {
        display: flex;
        align-items: flex-start;
    }
}

.comments-one__card:not(:first-of-type) {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid var(--alefox-border-color, #dddddd);
}

@media (min-width: 1200px) {
    .comments-one__card:not(:first-of-type) {
        margin-top: 50px;
        padding-top: 50px;
    }
}

@media (min-width: 768px) {
    .comments-one__card__image {
        margin-right: 30px;
    }
}

@media (min-width: 1200px) {
    .comments-one__card__image {
        margin-right: 45px;
    }
}

.comments-one__card__image img {
    border-radius: 50%;
}

.comments-one__card__title {
    margin: 0;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
}

@media (min-width: 1200px) {
    .comments-one__card__title {
        margin-bottom: 21px;
    }
}

.comments-one__card__date {
    font-family: var(--alefox-font, "Rubik", sans-serif);
    font-size: 14px;
    font-weight: normal;
    margin-left: 20px;
    color: var(--alefox-base, #fc655d);
}

.comments-one__card__text {
    margin: 0;
    margin-bottom: 20px;
    max-width: 560px;
}

@media (min-width: 768px) {
    .comments-one__card__text {
        margin-bottom: 0;
    }
}

.comments-one__card__reply {
    padding: 6px 20px;
    font-size: 12px;
}

@media (min-width: 768px) {
    .comments-one__card__reply {
        position: absolute;
        top: 0;
        right: 0;
    }
}

.comments-one__card__content {
    position: relative;
}

.comments-form {
    margin-top: 40px;
}

@media (min-width: 1200px) {
    .comments-form {
        margin-top: 55px;
    }
}

.comments-form__title {
    margin: 0;
    text-transform: capitalize;
    font-size: 25px;
    color: var(--alefox-black, #000);
    font-weight: bold;
    margin-top: -4px;
    margin-bottom: -4px;
}

@media (min-width: 992px) {
    .comments-form__title {
        font-size: 30px;
    }
}

.comments-form__form {
    margin-top: 45px;
}

.comments-form .form-one .bootstrap-select>.dropdown-toggle,
.comments-form .form-one input[type=text],
.comments-form .form-one input[type=email],
.comments-form .form-one textarea {
    background-color: transparent;
}


/*--------------------------------------------------------------
# Shop
--------------------------------------------------------------*/

.product {
    position: relative;
}

.product__sidebar {
    position: relative;
}

.product__sidebar--title {
    text-transform: capitalize;
    margin: 0 0 20px;
    line-height: 1em;
    font-size: 20px;
    letter-spacing: 0.33px;
    font-weight: 700;
    position: relative;
    top: -3px;
    display: inline-block;
}

@media (min-width: 768px) {
    .product__sidebar--title {
        font-size: 22px;
    }
}

.product__sidebar--title::after {
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 63%;
    height: 3px;
    content: "";
    background-color: var(--alefox-base, #fc655d);
}

.product__search {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.product__search form {
    border-radius: 0;
    position: relative;
}

.product__search form input[type=text] {
    width: 100%;
    height: 64px;
    background-color: transparent;
    padding-left: 30px;
    padding-right: 30px;
    font-family: var(--alefox-font, "Rubik", sans-serif);
    font-size: 14px;
    color: var(--alefox-text, #636363);
    border: 1px solid var(--alefox-border-color, #dddddd);
    outline: none;
    font-weight: 500;
    border-radius: 0;
}

.product__price-ranger {
    background-color: var(--alefox-gray, #f6f4ec);
    padding: 30px;
    margin-bottom: 30px;
}

.product__price-ranger #slider-range {
    margin: 22px 0 0 0px;
    background: var(--alefox-white, #fff);
    border: none;
    height: 5px;
    border-radius: 0;
    position: relative;
}

.product__price-ranger #slider-range .ui-slider-range {
    height: 100%;
    background: var(--alefox-base, #fc655d);
}

.product__price-ranger #slider-range .ui-slider-handle {
    position: absolute;
    top: -5px;
    background: var(--alefox-base, #fc655d);
    border: 0;
    height: 14px;
    width: 14px !important;
    border-radius: 50%;
    margin-left: -2px;
    outline: medium none;
    cursor: pointer;
    z-index: 2;
}

.product__price-ranger .ranger-min-max-block {
    position: relative;
    display: block;
    margin: 18px 0 0 0px;
}

.product__price-ranger .ranger-min-max-block input[type=text] {
    position: relative;
    display: inline-block;
    color: var(--alefox-text, #636363);
    font-size: 14px;
    font-weight: 500;
    width: 40px;
    line-height: 30px;
    border: none;
    outline: none;
    font-family: var(--alefox-font, "Rubik", sans-serif);
    padding: 0;
    text-align: center;
    background-color: transparent;
}

.product__price-ranger .ranger-min-max-block span {
    position: relative;
    display: inline-block;
    color: var(--alefox-text, #636363);
    font-size: 14px;
    font-weight: 500;
    line-height: 40px;
    left: -2px;
}

.product__price-ranger .ranger-min-max-block input[type=submit] {
    position: relative;
    display: block;
    background-color: var(--alefox-white, #fff);
    font-family: var(--alefox-font, "Rubik", sans-serif);
    float: right;
    text-align: center;
    border: none;
    color: var(--alefox-black, #000);
    font-size: 10px;
    letter-spacing: var(--alefox-letter-space, 0.1em);
    font-weight: 600;
    line-height: 38px;
    margin: 0;
    cursor: pointer;
    padding: 0 20px;
    height: 38px;
    border-radius: 0;
    box-shadow: 0px 10px 30px 0px rgba(var(--alefox-black-rgb, 18, 47, 42), 0.07);
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.product__price-ranger .ranger-min-max-block input[type=submit]:hover {
    background-color: var(--alefox-base, #fc655d);
    color: var(--alefox-white, #fff);
}

.product__categories {
    background-color: var(--alefox-gray, #f6f4ec);
    padding: 30px;
}

.product__categories ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -20px;
}

.product__categories ul li {
    position: relative;
    margin: 0 0 4px;
}

.product__categories ul li a {
    position: relative;
    display: flex;
    align-items: center;
    line-height: 24px;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--alefox-text, #636363);
    font-weight: 500;
    transition: all 0.3s ease;
    z-index: 1;
    padding: 9px 15px 11px;
}

.product__categories ul li a span {
    position: relative;
    display: inline-block;
    font-size: 12px;
    color: var(--alefox-black, #000);
    margin-right: 10px;
    transition: all 0.3s ease;
}

.product__categories ul li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: var(--alefox-white, #fff);
    z-index: -1;
    transform: scale(1, 0);
    perspective: 400px;
    visibility: hidden;
    transition: transform 500ms ease-in-out, visibility 500ms ease-in-out;
    transform-origin: bottom center;
}

.product__categories ul li:hover a,
.product__categories ul li.active a {
    color: var(--alefox-black, #000);
    padding-left: 27px;
}

.product__categories ul li:hover a::before,
.product__categories ul li.active a::before {
    transform: scale(1, 1);
    visibility: visible;
    transform-origin: top center;
}

.product__categories ul li:hover a span,
.product__categories ul li.active a span {
    color: var(--alefox-base, #fc655d);
}

.product__categories ul li.active a {
    font-weight: 600;
}

.product__info-top {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .product__info-top {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .product__info-top {
        display: block;
        margin-top: 0;
    }
}

.product__showing-text {
    margin: 0;
    font-weight: 400;
    font-size: 17px;
}

@media (max-width: 767px) {
    .product__showing-text {
        margin-bottom: 20px;
    }
}

.product__showing-sort {
    margin: 0;
    font-size: 17px;
    text-transform: capitalize;
}

.product__showing-sort .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    position: relative;
    display: block;
    width: 340px !important;
    font-family: var(--alefox-font, "Rubik", sans-serif);
}

@media (max-width: 360px) {
    .product__showing-sort .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        width: 300px !important;
    }
}

.product__showing-sort .bootstrap-select>.dropdown-toggle::after {
    display: none;
}

.product__showing-sort .bootstrap-select .dropdown-menu {
    border: none;
}

.product__showing-sort .bootstrap-select>.dropdown-toggle {
    position: relative;
    height: 60px;
    outline: none !important;
    border-radius: 0;
    border: 0;
    background-color: var(--alefox-gray, #f6f4ec) !important;
    margin: 0;
    padding: 0;
    padding-left: 30px;
    padding-right: 30px;
    color: var(--alefox-text, #636363) !important;
    font-size: 16px;
    line-height: 60px;
    font-weight: 400;
    box-shadow: none !important;
    text-transform: capitalize;
    background-repeat: no-repeat;
    background-size: 14px 12px;
    background-position: right 25.75px center;
}

.product__showing-sort .bootstrap-select>.dropdown-toggle:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: 900;
    font-size: 16px;
    color: var(--alefox-text, #636363);
}

.product__showing-sort .bootstrap-select .dropdown-menu>li+li>a {
    border-top: 1px solid var(--alefox-border-color, #dddddd);
}

.product__showing-sort .bootstrap-select .dropdown-menu>li>a {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 10px 30px;
    color: var(--alefox-text, #636363);
    background-color: var(--alefox-gray, #f6f4ec);
    -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 {
    background: var(--alefox-base, #fc655d);
    color: var(--alefox-white, #fff);
    border-color: var(--alefox-base, #fc655d);
}

.product__item {
    position: relative;
}

.product__item__img {
    min-height: 240px;
    background-color: var(--alefox-gray2, #e1eff0);
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
}

.product__item__img::after {
    background: rgba(var(--alefox-white-rgb, 255, 255, 255), 0.3);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    pointer-events: none;
    transition: all 400ms linear;
}

.product__item__img img {
    width: auto !important;
    height: auto;
    transition: all 500ms ease;
    max-width: 100%;
}

.product__item:hover .product__item__img img {
    transform: scale(1.05);
}

.product__item:hover .product__item__img::after {
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 400ms linear;
}

.product__item__flash {
    position: absolute;
    left: 18px;
    top: 0;
    transform: rotate(180deg);
    white-space: nowrap;
    writing-mode: vertical-rl;
}

.product__item__flash__off {
    background-color: var(--alefox-base, #fc655d);
    color: var(--alefox-white, #fff);
    font-size: 11px;
    font-weight: 500;
    padding: 8px 5px;
    letter-spacing: 0.6px;
    line-height: 0.8;
    text-transform: capitalize;
}

.product__item__btn {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 2;
}

.product__item__btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background-color: var(--alefox-white, #fff);
    border-radius: 50%;
    color: var(--alefox-black, #000);
    font-size: 12px;
    visibility: hidden;
    opacity: 0;
}

.product__item__btn a:hover {
    background-color: var(--alefox-base, #fc655d);
    color: var(--alefox-white, #fff);
}

.product__item__btn a:nth-child(1) {
    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);
}

.product__item__btn a:nth-child(2) {
    transition: transform 500ms 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);
}

.product__item__btn a:nth-child(3) {
    transition: transform 650ms 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);
}

.product__item__btn a+a {
    margin-top: 10px;
}

.product__item:hover .product__item__btn a {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
}

.product__item__content {
    position: relative;
    text-align: center;
    padding: 25px 20px 30px;
    background-color: var(--alefox-white, #fff);
    transition: all 500ms ease;
    filter: drop-shadow(0 0 68px rgba(0, 0, 0, 0.06));
}

.product__item:hover .product__item__content {
    filter: drop-shadow(0 0 68px rgba(0, 0, 0, 0.1));
}

.product__item__cats {
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.3px;
    text-transform: capitalize;
    margin-bottom: -3px;
}

.product__item__cats a {
    color: inherit;
}

.product__item__cats a:hover {
    color: var(--alefox-base, #fc655d);
}

.product__item__title {
    font-size: 22px;
    line-height: 30px;
    text-transform: capitalize;
    color: var(--alefox-black2, #202221);
    font-weight: bold;
    margin: 0;
    margin-bottom: 12px;
}

.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__title a:hover {
    color: var(--alefox-base, #fc655d);
}

.product__item__price {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 1em;
    font-weight: 500;
    margin-bottom: 13px;
}

.product__item__ratings {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: var(--alefox-base, #fc655d);
    letter-spacing: 6px;
}

.product-one {
    position: relative;
    padding: 120px 0;
}

@media (max-width: 767px) {
    .product-one {
        padding: 80px 0;
    }
}

.product-two {
    position: relative;
    padding: 120px 0;
}

@media (max-width: 767px) {
    .product-two {
        padding: 80px 0;
    }
}

.product-two__btn {
    position: relative;
    text-align: right;
    margin: 16px 0 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    .product-two__btn .alefox-btn {
        padding: 14px 20px;
    }
}

@media (max-width: 767px) {
    .product-two__btn {
        text-align: left;
        margin: 0 0 40px;
    }
}

.product-two__item {
    position: relative;
    display: flex;
    align-items: center;
    background-color: var(--alefox-white, #fff);
    transition: all 500ms ease;
    filter: drop-shadow(0 0 68px rgba(0, 0, 0, 0.06));
}

@media (max-width: 767px) {
    .product-two__item {
        display: block;
    }
}

.product-two__item:hover {
    filter: drop-shadow(0 0 68px rgba(0, 0, 0, 0.1));
}

.product-two__item__img {
    background-color: var(--alefox-gray2, #e1eff0);
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
    width: 45%;
    min-height: 200px;
}

@media (max-width: 767px) {
    .product-two__item__img {
        width: 100%;
    }
}

.product-two__item__img::after {
    background: rgba(var(--alefox-white-rgb, 255, 255, 255), 0.3);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    pointer-events: none;
    transition: all 400ms linear;
}

.product-two__item__img img {
    width: auto !important;
    height: auto;
    transition: all 500ms ease;
    max-width: 100%;
}

.product-two__item:hover .product-two__item__img img {
    transform: scale(1.05);
}

.product-two__item:hover .product-two__item__img::after {
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 400ms linear;
}

.product-two__item__flash {
    position: absolute;
    left: 18px;
    top: 0;
    transform: rotate(180deg);
    white-space: nowrap;
    writing-mode: vertical-rl;
}

.product-two__item__flash__off {
    background-color: var(--alefox-base, #fc655d);
    color: var(--alefox-white, #fff);
    font-size: 11px;
    font-weight: 500;
    padding: 8px 5px;
    letter-spacing: 0.6px;
    line-height: 0.8;
    text-transform: capitalize;
}

.product-two__item__btn {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 2;
}

.product-two__item__btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background-color: var(--alefox-white, #fff);
    border-radius: 50%;
    color: var(--alefox-black, #000);
    font-size: 12px;
    visibility: hidden;
    opacity: 0;
}

.product-two__item__btn a:hover {
    background-color: var(--alefox-base, #fc655d);
    color: var(--alefox-white, #fff);
}

.product-two__item__btn a:nth-child(1) {
    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);
}

.product-two__item__btn a:nth-child(2) {
    transition: transform 500ms 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);
}

.product-two__item__btn a:nth-child(3) {
    transition: transform 650ms 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);
}

.product-two__item__btn a+a {
    margin-top: 10px;
}

.product-two__item:hover .product-two__item__btn a {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
}

.product-two__item__content {
    position: relative;
    padding: 20px 30px;
    width: 55%;
}

@media (min-width: 1200px) {
    .product-two__item__content {
        padding-left: 40px;
    }
}

@media (max-width: 767px) {
    .product-two__item__content {
        width: 100%;
        padding: 30px;
    }
}

.product-two__item__cats {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    letter-spacing: 0.3px;
    text-transform: capitalize;
    margin-bottom: -3px;
}

.product-two__item__cats a {
    color: inherit;
}

.product-two__item__cats a:hover {
    color: var(--alefox-base, #fc655d);
}

.product-two__item__title {
    font-size: 22px;
    line-height: 30px;
    text-transform: capitalize;
    color: var(--alefox-black2, #202221);
    font-weight: bold;
    margin: 0;
    margin-bottom: 12px;
}

.product-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;
}

.product-two__item__title a:hover {
    background-size: 100% 1px;
}

.product-two__item__title a:hover {
    color: var(--alefox-base, #fc655d);
}

.product-two__item__price {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    line-height: 1em;
    font-weight: 500;
    margin-bottom: 13px;
}

.product-two__item__ratings {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 18px;
    color: var(--alefox-base, #fc655d);
    letter-spacing: 6px;
}


/*--------------------------------------------------------------
# Shop details
--------------------------------------------------------------*/

.product-details {
    position: relative;
    padding: 120px 0;
}

@media (max-width: 767px) {
    .product-details {
        padding: 80px 0;
    }
}

.product-details__gallery {
    position: relative;
}

.product-details__gallery__image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px;
    min-height: 550px;
}

@media (max-width: 767px) {
    .product-details__gallery__image {
        min-height: 450px;
    }
}

.product-details__gallery__image img {
    max-width: 100%;
    height: auto;
}

.product-details__gallery .img-popup {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 21px;
    color: var(--alefox-black2, #202221);
}

.product-details__gallery .img-popup:hover {
    color: var(--alefox-base, #fc655d);
}

.product-details__gallery__flash {
    position: absolute;
    z-index: 2;
    left: 18px;
    top: 0;
    transform: rotate(180deg);
    white-space: nowrap;
    writing-mode: vertical-rl;
}

.product-details__gallery__flash__off {
    background-color: var(--alefox-base, #fc655d);
    color: var(--alefox-white, #fff);
    font-size: 11px;
    font-weight: 500;
    padding: 8px 5px;
    letter-spacing: 0.6px;
    line-height: 0.8;
    text-transform: capitalize;
}

.product-details__carousel {
    background-color: var(--alefox-gray2, #e1eff0);
    position: relative;
    min-height: 550px;
}

@media (max-width: 767px) {
    .product-details__carousel {
        min-height: 450px;
    }
}

.product-details__carousel-thumb {
    max-width: 320px;
    z-index: 8;
    margin: auto;
    position: relative;
    margin-top: -35px;
}

.product-details__carousel-thumb .item {
    position: relative;
    text-align: center;
    display: inline-block;
    padding: 6px 0 0;
}

.product-details__carousel-thumb .item .product-details__meta-thumb {
    width: 80px;
    height: 80px;
    background-color: var(--alefox-gray2, #e1eff0);
    padding: 12px;
    border-radius: 50%;
    object-fit: cover;
    cursor: pointer;
    display: block;
    position: relative;
}

.product-details__carousel-thumb .item .product-details__meta-thumb::after {
    position: absolute;
    left: -5px;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    margin: auto;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    content: "";
    border: 5px solid var(--alefox-base, #fc655d);
    visibility: hidden;
    opacity: 0;
    transition: 500ms ease;
    transform: scale(0.8);
}

.product-details__carousel-thumb .item .product-details__meta-thumb img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.product-details__carousel-thumb .slick-active.slick-center .item .product-details__meta-thumb::after {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

.product-details__content {
    position: relative;
}

@media (min-width: 1200px) {
    .product-details__content {
        margin-left: 20px;
    }
}

@media (max-width: 991px) {
    .product-details__content {
        margin: 45px 0 0;
    }
}

.product-details__title {
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 16px;
}

@media (max-width: 767px) {
    .product-details__title {
        font-size: 25px;
    }
}

.product-details__price {
    display: flex;
    align-items: center;
    position: relative;
}

.product-details__price__regular {
    display: block;
    font-size: 28px;
    color: var(--alefox-black, #000);
    font-weight: 500;
    margin: 0;
}

.product-details__price__offer {
    display: block;
    font-size: 16px;
    color: rgba(var(--alefox-black-rgb, 18, 47, 42), 0.5);
    text-decoration: line-through;
    margin-left: 18px;
}

.product-details__price__stock {
    font-size: 13px;
    line-height: 1;
    display: inline-block;
    color: var(--alefox-white, #fff);
    background-color: var(--alefox-base, #fc655d);
    padding: 4px 8px;
    margin-left: 15px;
}

.product-details__review {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: var(--alefox-base, #fc655d);
    letter-spacing: 5px;
    margin-bottom: 25px;
}

.product-details__review a {
    display: inline-block;
    color: var(--alefox-black2, #202221);
    font-size: 16px;
    letter-spacing: 0;
    font-family: var(--alefox-heading-font, "Inter", serif);
    margin-left: 4px;
    font-weight: 500;
    transition: all 500ms ease;
}

.product-details__review a:hover {
    color: var(--alefox-base, #fc655d);
}

.product-details__excerpt {
    margin: 0 0 22px;
}

.product-details__feature {
    padding: 0;
    margin: 0 0 25px;
    list-style: none;
}

.product-details__feature li {
    list-style: none;
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    color: var(--alefox-text, #636363);
    position: relative;
    padding-left: 30px;
}

.product-details__feature__icon {
    position: absolute;
    left: 0;
    top: 1px;
    color: var(--alefox-base, #fc655d);
    font-size: 22px;
}

.product-details__qty {
    position: relative;
    display: flex;
    align-items: end;
    gap: 27px;
    margin: 0 0 35px;
}

@media (max-width: 767px) {
    .product-details__qty {
        flex-wrap: wrap;
    }
}

.product-details__quantity {
    position: relative;
}

.product-details__quantity__title {
    margin: 0 0 12px;
    font-size: 16px;
    font-weight: 700;
}

.product-details__quantity .quantity-box {
    position: relative;
    width: 110px;
    height: 56px;
    border: 1px solid var(--alefox-border-color, #dddddd);
}

.product-details__quantity .quantity-box input {
    width: 60px;
    height: 54px;
    border: none;
    outline: none;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    font-family: var(--alefox-font, "Rubik", sans-serif);
    color: var(--alefox-black2, #202221);
    padding-left: 21px;
    outline: none;
    font-size: 16px;
    font-weight: 500;
    background-color: transparent;
}

.product-details__quantity .quantity-box button {
    width: 24px;
    height: 24px;
    color: var(--alefox-black2, #202221);
    font-size: 20px;
    position: absolute;
    top: 5px;
    right: 9px;
    background-color: transparent;
    border: none;
    border-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    transition: all 500ms ease;
    text-shadow: 0px 0px 1px var(--alefox-text, #636363);
    padding: 0;
}

.product-details__quantity .quantity-box button.sub {
    bottom: 5px;
    top: auto;
    border-top: 0;
}

.product-details__quantity .quantity-box button:hover {
    color: var(--alefox-base, #fc655d);
}

.product-details__buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 27px;
}

.product-details__buttons__wishlist {
    height: 50px;
    width: 50px;
    background-color: var(--alefox-gray, #f6f4ec);
    color: var(--alefox-black, #000);
    border-radius: 50%;
    font-size: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 500ms ease;
}

.product-details__buttons__wishlist:hover {
    background-color: var(--alefox-base, #fc655d);
    color: var(--alefox-white, #fff);
}

.product-details__info {
    padding: 0;
    margin: 0 0 32px;
    list-style: none;
}

.product-details__info li {
    list-style: none;
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    color: var(--alefox-black, #000);
    position: relative;
    padding-left: 28px;
}

.product-details__info li strong {
    font-weight: 600;
}

.product-details__info__icon {
    position: absolute;
    left: 0;
    top: 1px;
    color: var(--alefox-base, #fc655d);
    font-size: 22px;
}

.product-details__socials {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.product-details__socials__title {
    margin: 0 5px 0 0;
    font-size: 18px;
    font-weight: 700;
}

.product-details__socials a {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--alefox-gray, #f6f4ec);
    font-size: 14px;
    color: var(--alefox-black2, #202221);
    transition: all 500ms ease;
    border-radius: 50%;
}

.product-details__socials a:hover {
    background-color: var(--alefox-base, #fc655d);
    color: var(--alefox-white, #fff);
}

.product-details__description {
    position: relative;
    margin: 52px 0 0;
}

.product-details__description__title {
    font-size: 30px;
    text-transform: capitalize;
    margin-bottom: 24px;
    font-weight: bold;
}

.product-details__description__text {
    margin-bottom: 30px;
}

@media (min-width: 1200px) {
    .product-details__description__text {
        padding-right: 50px;
    }
}

.product-details__description__lists {
    margin: 40px 0 22px;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 767px) {
    .product-details__description__lists {
        grid-template-columns: repeat(1, 1fr);
    }
}

.product-details__description__lists li {
    list-style: none;
    min-height: 31px;
    padding: 0 0 0 42px;
    margin: 0 0 20px;
    position: relative;
}

.product-details__description__lists li span {
    position: absolute;
    left: 0;
    top: 0;
    width: 31px;
    height: 31px;
    background-color: var(--alefox-black2, #202221);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    color: var(--alefox-white, #fff);
    transition: all 0.4s ease;
}

.product-details__description__lists li:hover span {
    background-color: var(--alefox-base, #fc655d);
}

.product-details__comment {
    border-top: 1px solid var(--alefox-border-color, #dddddd);
    margin: 55px 0 0;
    padding: 52px 0 0;
    position: relative;
}

.product-details__review-title {
    font-size: 30px;
    text-transform: capitalize;
    margin-bottom: 44px;
    font-weight: bold;
}

.product-details__comment-box {
    position: relative;
    padding: 11px 0 64px 212px;
    margin-bottom: 50px;
    min-height: 166px;
    border-bottom: 1px solid var(--alefox-border-color, #dddddd);
}

@media (max-width: 767px) {
    .product-details__comment-box {
        padding-left: 0;
    }
}

.product-details__comment-box__thumb {
    width: 166px;
    height: 166px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    margin: 0;
    border: none;
}

@media (max-width: 767px) {
    .product-details__comment-box__thumb {
        position: relative;
        margin: 0 0 20px;
    }
}

.product-details__comment-box__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.product-details__comment-box__meta {
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
    margin: 0 0 20px;
    font-weight: bold;
    color: var(--alefox-black, #000);
}

.product-details__comment-box__date {
    font-size: 14px;
    line-height: 26px;
    display: inline-block;
    color: var(--alefox-base, #fc655d);
    font-family: var(--alefox-font, "Rubik", sans-serif);
    font-weight: 400;
    letter-spacing: 0;
    margin: 0 0 0 7px;
}

.product-details__comment-box__text {
    line-height: 30px;
    margin: 0;
    font-size: 15px;
}

.product-details__comment-box__ratings {
    position: absolute;
    right: 0;
    top: 13px;
    display: flex;
    align-items: center;
    letter-spacing: 6px;
    font-size: 16px;
    color: var(--alefox-base, #fc655d);
}

@media (max-width: 767px) {
    .product-details__comment-box__ratings {
        position: relative;
        top: 0;
        margin: 0 0 22px;
    }
}

.product-details__form {
    position: relative;
    margin: 51px 0 0;
}

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

.product-details__form-title {
    font-size: 30px;
    margin-bottom: 18px;
    font-weight: bold;
}

.product-details__form-ratings {
    display: flex;
    align-items: center;
    letter-spacing: 6px;
    font-size: 16px;
    color: var(--alefox-base, #fc655d);
    margin: 0 0 15px;
}

.product-details__form-ratings__label {
    display: inline-block;
    font-size: 18px;
    letter-spacing: 0;
    color: var(--alefox-text, #636363);
    margin: 0 17px 0 0;
}

.product-details__form__form {
    margin-top: 0;
}

.product-details__form .form-one .bootstrap-select>.dropdown-toggle,
.product-details__form .form-one input[type=text],
.product-details__form .form-one input[type=email],
.product-details__form .form-one textarea {
    background-color: transparent;
}

.related-product {
    position: relative;
    padding: 0 0 120px;
}

@media (max-width: 767px) {
    .related-product {
        padding: 0 0 80px;
    }
}

.related-product__title {
    font-size: 40px;
    font-weight: 700;
    margin: 0 0 45px;
}

@media (max-width: 767px) {
    .related-product__title {
        font-size: 32px;
        margin: 0 0 25px;
    }
}


/*--------------------------------------------------------------
# Cart
--------------------------------------------------------------*/

.cart-page {
    position: relative;
    padding: 120px 0;
}

@media (max-width: 767px) {
    .cart-page {
        padding: 80px 0;
    }
}

.cart-page .table-responsive {
    position: relative;
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

@media (max-width: 1199px) {
    .cart-page .table-responsive {
        margin-bottom: 30px;
    }
}

.cart-page__table {
    position: relative;
    width: 100%;
    border: none;
    margin: 0 0 60px;
}

@media (max-width: 1199px) {
    .cart-page__table {
        min-width: 1170px;
    }
}

.cart-page__table thead tr th {
    color: var(--alefox-black, #000);
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    padding: 0 0 24px;
    font-family: var(--alefox-heading-font, "Inter", serif);
    text-transform: capitalize;
    border: none;
    background-color: transparent;
    border-bottom: 1px solid var(--alefox-border-color, #dddddd) !important;
    box-shadow: none;
}

.cart-page__table thead tr th:last-child {
    text-align: right;
}

.cart-page__table tbody tr td {
    font-size: 18px;
    font-weight: 500;
    color: var(--alefox-text, #636363);
    vertical-align: middle;
    border: none;
    box-shadow: none;
    background-color: transparent;
    border-top: 1px solid var(--alefox-border-color, #dddddd);
    border-bottom: 1px solid var(--alefox-border-color, #dddddd);
    padding: 30px 0;
    letter-spacing: 0;
}

.cart-page__table tbody tr td:last-child {
    text-align: right;
}

.cart-page__table__meta {
    display: flex;
    align-items: center;
}

.cart-page__table__meta-img {
    width: 119px;
    height: 119px;
    padding: 10px;
    background-color: var(--alefox-gray2, #e1eff0);
    margin-right: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-page__table__meta-img img {
    max-width: 100%;
    height: auto;
}

.cart-page__table__meta-title {
    font-size: 20px;
    text-transform: capitalize;
    margin: 0;
    font-weight: bold;
    color: var(--alefox-black, #000);
}

.cart-page__table__meta-title a {
    color: inherit;
}

.cart-page__table__meta-title a:hover {
    color: var(--alefox-base, #fc655d);
}

.cart-page__table__remove {
    display: block;
    color: var(--alefox-black, #000);
    font-size: 24px;
}

.cart-page__table__remove:hover {
    color: var(--alefox-base, #fc655d);
}

.cart-page__coupone-form {
    position: relative;
    display: flex;
}

@media (max-width: 767px) {
    .cart-page__coupone-form {
        display: block;
    }
}

.cart-page__coupone-form input[type=text] {
    height: 58px;
    width: 375px;
    border: 1px solid var(--alefox-border-color, #dddddd);
    background-color: transparent;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    font-size: 16px;
    color: var(--alefox-text, #636363);
    font-family: var(--alefox-font, "Rubik", sans-serif);
    display: block;
    font-weight: 400;
    margin-right: 10px;
}

@media (max-width: 1199px) {
    .cart-page__coupone-form input[type=text] {
        width: 290px;
    }
}

@media (max-width: 767px) {
    .cart-page__coupone-form input[type=text] {
        width: 100%;
        margin: 0 0 10px;
    }
}

.cart-page__cart-total {
    position: relative;
    text-align: right;
    margin: -8px 0 24px;
    padding: 0;
}

@media (max-width: 991px) {
    .cart-page__cart-total {
        text-align: left;
        margin-top: 45px;
    }
}

.cart-page__cart-total li {
    display: block;
    font-size: 20px;
    color: var(--alefox-black, #000);
    text-transform: capitalize;
    font-family: var(--alefox-heading-font, "Inter", serif);
    font-weight: 700;
    margin: 0 0 0px;
}

@media (max-width: 991px) {
    .cart-page__cart-total li span {
        display: inline-block;
        min-width: 172px;
    }
}

.cart-page__cart-total-amount {
    font-size: 18px;
    color: var(--alefox-text, #636363);
    font-weight: 500;
    text-transform: inherit;
    font-family: var(--alefox-font, "Rubik", sans-serif);
    display: inline-block;
    min-width: 172px;
}

.cart-page__buttons {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

@media (max-width: 991px) {
    .cart-page__buttons {
        justify-content: flex-start;
    }
}


/*--------------------------------------------------------------
# Wishlist
--------------------------------------------------------------*/

.wishlist-page {
    position: relative;
    padding: 120px 0;
}

@media (max-width: 767px) {
    .wishlist-page {
        padding: 80px 0;
    }
}

.wishlist-page .table-responsive {
    position: relative;
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

@media (max-width: 1199px) {
    .wishlist-page .table-responsive {
        margin-bottom: 30px;
    }
}

.wishlist-page__table {
    position: relative;
    width: 100%;
    border: none;
    margin: 0;
}

@media (max-width: 1199px) {
    .wishlist-page__table {
        min-width: 1170px;
    }
}

.wishlist-page__table__cart {
    text-align: right;
}

.wishlist-page__table thead tr th {
    color: var(--alefox-black, #000);
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    padding: 0 0 24px;
    font-family: var(--alefox-heading-font, "Inter", serif);
    text-transform: capitalize;
    border: none;
    background-color: transparent;
    border-bottom: 1px solid var(--alefox-border-color, #dddddd) !important;
    box-shadow: none;
}

.wishlist-page__table thead tr th:last-child {
    text-align: right;
}

.wishlist-page__table tbody tr td {
    font-size: 18px;
    font-weight: 400;
    color: var(--alefox-text, #636363);
    vertical-align: middle;
    border: none;
    box-shadow: none;
    background-color: transparent;
    border-top: 1px solid var(--alefox-border-color, #dddddd);
    border-bottom: 1px solid var(--alefox-border-color, #dddddd);
    padding: 30px 0;
    letter-spacing: 0;
}

.wishlist-page__table tbody tr td:last-child {
    text-align: right;
}

.wishlist-page__table__meta {
    display: flex;
    align-items: center;
}

.wishlist-page__table__meta-img {
    width: 119px;
    height: 119px;
    padding: 10px;
    background-color: var(--alefox-gray2, #e1eff0);
    margin-right: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wishlist-page__table__meta-img img {
    max-width: 100%;
    height: auto;
}

.wishlist-page__table__meta-title {
    font-size: 20px;
    text-transform: capitalize;
    margin: 0;
    font-weight: bold;
    color: var(--alefox-black, #000);
}

.wishlist-page__table__meta-title a {
    color: inherit;
}

.wishlist-page__table__meta-title a:hover {
    color: var(--alefox-base, #fc655d);
}

.wishlist-page__table__remove {
    display: block;
    color: var(--alefox-black, #000);
    font-size: 24px;
}

.wishlist-page__table__remove:hover {
    color: var(--alefox-base, #fc655d);
}


/*--------------------------------------------------------------
# Checkout
--------------------------------------------------------------*/

.checkout-page {
    position: relative;
    padding: 120px 0;
}

@media (max-width: 767px) {
    .checkout-page {
        padding: 80px 0;
    }
}

.checkout-page .bs-gutter-x-20 {
    --bs-gutter-x: 20px;
}

.checkout-page__notice {
    line-height: 26px;
    margin: 0 0 16px;
}

.checkout-page__notice a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.checkout-page__notice a:hover {
    background-size: 100% 1px;
}

.checkout-page__notice a:hover {
    color: var(--alefox-base, #fc655d);
}

.checkout-page__billing-address {
    position: relative;
}

.checkout-page__billing-address__title {
    font-size: 30px;
    text-transform: capitalize;
    margin: 0 0 34px;
    font-weight: bold;
}

@media (max-width: 767px) {
    .checkout-page__billing-address__title {
        font-size: 28px;
    }
}

.checkout-page__shipping-address {
    position: relative;
}

@media (max-width: 991px) {
    .checkout-page__shipping-address {
        margin: 50px 0 0;
    }
}

.checkout-page__shipping-address__title {
    font-size: 30px;
    text-transform: capitalize;
    margin: 0 0 34px;
    font-weight: bold;
}

@media (max-width: 767px) {
    .checkout-page__shipping-address__title {
        font-size: 28px;
    }
}

.checkout-page__shipping-address__title input[type=checkbox] {
    display: none;
}

.checkout-page__shipping-address__title label {
    position: relative;
    display: inline-block;
    padding-right: 29px;
    cursor: pointer;
}

.checkout-page__shipping-address__title label span:before {
    position: absolute;
    top: 0;
    left: 5px;
    line-height: 20px;
    display: inline-block;
    color: var(--alefox-white, #fff);
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    font-size: 8px;
    font-weight: 900;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    opacity: 0;
}

.checkout-page__shipping-address__title input[type=checkbox]+label span {
    position: absolute;
    bottom: 5px;
    right: 0;
    width: 19px;
    height: 19px;
    background-color: var(--alefox-base, #fc655d);
    border-radius: 50%;
    border: none;
    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__shipping-address__title input[type=checkbox]:checked+label span:before {
    opacity: 1;
}

.checkout-page__input-box {
    position: relative;
    line-height: 1;
    margin: 0 0 20px;
}

.checkout-page__input-box input[type=text],
.checkout-page__input-box input[type=email],
.checkout-page__input-box input[type=tel] {
    height: 58px;
    width: 100%;
    border: 1px solid var(--alefox-border-color, #dddddd);
    background-color: transparent;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    font-size: 16px;
    color: var(--alefox-text, #636363);
    font-family: var(--alefox-font, "Rubik", sans-serif);
    display: block;
    font-weight: 400;
}

.checkout-page__input-box .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    position: relative;
    display: block;
    width: 100% !important;
    font-family: var(--alefox-font, "Rubik", sans-serif);
}

.checkout-page__input-box .bootstrap-select>.dropdown-toggle::after {
    display: none;
}

.checkout-page__input-box .bootstrap-select>.dropdown-toggle {
    position: relative;
    height: 58px;
    outline: none !important;
    border-radius: 0;
    border: 1px solid var(--alefox-border-color, #dddddd);
    background-color: transparent !important;
    margin: 0;
    padding: 0;
    padding-left: 30px;
    padding-right: 30px;
    color: var(--alefox-text, #636363) !important;
    font-size: 16px;
    line-height: 58px;
    font-weight: 400;
    box-shadow: none !important;
    background-repeat: no-repeat;
    background-size: 14px 12px;
    background-position: right 25.75px center;
}

.checkout-page__input-box .bootstrap-select>.dropdown-toggle:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: 900;
    font-size: 14px;
    color: var(--alefox-text, #636363);
}

.checkout-page__input-box .bootstrap-select .dropdown-menu>li+li>a {
    border-top: 1px solid var(--alefox-border-color, #dddddd);
}

.checkout-page__input-box .bootstrap-select .dropdown-menu {
    border: none;
}

.checkout-page__input-box .bootstrap-select .dropdown-menu>li>a {
    font-size: 16px;
    font-weight: 400;
    padding: 15px 30px;
    color: var(--alefox-text, #636363);
    background-color: var(--alefox-gray, #f6f4ec);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.checkout-page__input-box .bootstrap-select .dropdown-menu>li:hover>a,
.checkout-page__input-box .bootstrap-select .dropdown-menu>li.selected>a {
    background: var(--alefox-base, #fc655d);
    color: var(--alefox-white, #fff);
    border-color: var(--alefox-base, #fc655d);
}

.checkout-page__input-box textarea {
    font-size: 16px;
    font-weight: 400;
    color: var(--alefox-text, #636363);
    height: 123px;
    width: 100%;
    background-color: transparent;
    font-family: var(--alefox-font, "Rubik", sans-serif);
    padding: 20px 30px 30px;
    border: 1px solid var(--alefox-border-color, #dddddd);
    outline: none;
    margin-bottom: 0px;
}

.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: 30px;
    margin-right: 0px;
    margin-bottom: 0;
    color: var(--alefox-text, #636363);
    font-size: 15px;
    line-height: 24px;
    text-transform: none;
    cursor: pointer;
}

.checkout-page__check-box label span:before {
    position: absolute;
    top: 0;
    left: 5px;
    line-height: 20px;
    display: inline-block;
    color: var(--alefox-white, #fff);
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    font-size: 8px;
    font-weight: 900;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    opacity: 0;
}

.checkout-page__check-box input[type=checkbox]+label span {
    position: absolute;
    top: 4px;
    left: 0;
    width: 19px;
    height: 19px;
    background-color: var(--alefox-base, #fc655d);
    border-radius: 50%;
    border: none;
    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: 32px 0 0;
}

.checkout-page__your-order__title {
    font-size: 30px;
    text-transform: capitalize;
    margin-bottom: 35px;
    font-weight: bold;
}

.checkout-page__order-table {
    position: relative;
    width: 100%;
    border: none;
    border-bottom: 1px solid var(--alefox-border-color, #dddddd);
    margin: 0 0 0;
}

.checkout-page__order-table thead tr th {
    font-size: 20px;
    color: var(--alefox-black, #000);
    text-transform: capitalize;
    font-weight: 600;
    font-family: var(--alefox-heading-font, "Inter", serif);
    margin: 0;
    padding: 15.5px 0;
    border: none;
    border-top: 1px solid var(--alefox-border-color, #dddddd);
    border-bottom: 1px solid var(--alefox-border-color, #dddddd);
    font-weight: bold;
}

.checkout-page__order-table thead tr th:last-child {
    text-align: right;
}

.checkout-page__order-table tbody tr td {
    font-size: 16px;
    line-height: 24px;
    color: var(--alefox-text, #636363);
    margin: 0;
    padding: 0 0 24px;
    border: none;
}

.checkout-page__order-table tbody tr td:last-child {
    text-align: right;
}

.checkout-page__order-table tbody tr:first-child td {
    padding-top: 25px;
}

.checkout-page__order-table tbody tr:last-child td {
    padding-bottom: 26px;
}

.checkout-page__payment {
    background-color: var(--alefox-gray, #f6f4ec);
    padding: 45px 50px 17px;
    min-height: 295px;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .checkout-page__payment {
        margin-top: 50px;
    }
}

@media (max-width: 767px) {
    .checkout-page__payment {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.checkout-page__payment__item {
    position: relative;
}

.checkout-page__payment__title {
    display: flex;
    font-size: 20px;
    text-transform: capitalize;
    margin: 0;
    align-items: center;
    margin-bottom: 28px;
    cursor: pointer;
    font-weight: bold;
    color: var(--alefox-black, #000);
}

.checkout-page__payment__title::before {
    content: "";
    width: 19px;
    height: 19px;
    background-color: var(--alefox-white, #fff);
    border: 2px solid var(--alefox-border-color, #dddddd);
    border-radius: 50%;
    margin-right: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 14px;
    position: relative;
    top: 1px;
    transition: all 500ms ease;
}

.checkout-page__payment__title img {
    margin-left: 15px;
}

.checkout-page__payment__item--active .checkout-page__payment__title::before {
    background-color: var(--alefox-base, #fc655d);
    border-color: var(--alefox-base, #fc655d);
    content: "\f00c";
    color: var(--alefox-white, #fff);
}

.checkout-page__payment__content {
    margin-left: 35px;
    margin-bottom: 39px;
    font-size: 15px;
    line-height: 30px;
}


/*--------------------------------------------------------------
# Login
--------------------------------------------------------------*/

.login-page {
    position: relative;
    padding: 120px 0;
}

@media (max-width: 767px) {
    .login-page {
        padding: 80px 0;
    }
}

.login-page__wrap {
    position: relative;
    max-width: 970px;
    padding: 60px;
    background-color: var(--alefox-gray, #f6f4ec);
    margin: 0 auto;
}

@media (max-width: 1199px) {
    .login-page__wrap {
        padding: 50px 40px;
    }
}

@media (max-width: 767px) {
    .login-page__wrap {
        padding: 50px 25px;
    }
}

.login-page__wrap__title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 30px;
}

.login-page__form {
    position: relative;
    z-index: 1;
    display: block;
}

.login-page__form-input-box {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.login-page__form-input-box input[type=text],
.login-page__form-input-box input[type=email],
.login-page__form-input-box input[type=password] {
    height: 58px;
    width: 100%;
    border: 1px solid var(--alefox-border-color, #dddddd);
    background-color: var(--alefox-white, #fff);
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    font-size: 16px;
    color: var(--alefox-text, #636363);
    display: block;
    font-weight: 400;
    border-radius: 5px;
    transition: all 400ms ease;
}

.login-page__form-input-box input[type=text]:focus,
.login-page__form-input-box input[type=email]:focus,
.login-page__form-input-box input[type=password]:focus {
    border-color: var(--alefox-base, #fc655d);
}

.login-page__check-forgot {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 27px;
}

@media (max-width: 767px) {
    .login-page__check-forgot {
        display: block;
    }
}

.login-page__checked-box {
    position: relative;
}

.login-page__checked-box label {
    position: relative;
    display: inline-block;
    padding-left: 45px;
    margin-right: 0px;
    margin-bottom: 0;
    color: var(--alefox-text, #636363);
    font-size: 16px;
    text-transform: none;
    cursor: pointer;
}

.login-page__checked-box label span:before {
    position: absolute;
    top: 4px;
    left: 6px;
    display: block;
    border-bottom: 2px solid var(--alefox-border-color, #dddddd);
    border-right: 2px solid var(--alefox-border-color, #dddddd);
    content: "";
    width: 8px;
    height: 12px;
    pointer-events: none;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    opacity: 0;
}

.login-page__checked-box input[type=checkbox] {
    display: none;
}

.login-page__checked-box input[type=checkbox]+label span {
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    background: transparent;
    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;
    border: 1px solid var(--alefox-border-color, #dddddd);
}

.login-page__checked-box input[type=checkbox]:checked+label span:before {
    opacity: 1;
}

.login-page__form-forgot-password {
    position: relative;
}

@media (max-width: 767px) {
    .login-page__form-forgot-password {
        margin-top: 20px;
    }
}

.login-page__form-forgot-password a {
    font-size: 16px;
    color: var(--alefox-base, #fc655d);
    position: relative;
    display: inline-block;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.login-page__form-forgot-password a:hover {
    background-size: 100% 1px;
}

.login-page__form-forgot-password a:hover {
    color: var(--alefox-base, #fc655d);
}

.register-page {
    position: relative;
    padding: 120px 0;
}

@media (max-width: 767px) {
    .register-page {
        padding: 80px 0;
    }
}

.register-page__wrap {
    position: relative;
    max-width: 970px;
    padding: 60px;
    background-color: var(--alefox-gray, #f6f4ec);
    margin: 0 auto;
}

@media (max-width: 1199px) {
    .register-page__wrap {
        padding: 50px 40px;
    }
}

@media (max-width: 767px) {
    .register-page__wrap {
        padding: 50px 25px;
    }
}

.register-page__wrap__title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 30px;
}

.register-page__form {
    position: relative;
    z-index: 1;
    display: block;
}

.register-page__form-input-box {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.register-page__form-input-box input[type=text],
.register-page__form-input-box input[type=email],
.register-page__form-input-box input[type=password] {
    height: 58px;
    width: 100%;
    border: 1px solid var(--alefox-border-color, #dddddd);
    background-color: var(--alefox-white, #fff);
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    font-size: 16px;
    color: var(--alefox-text, #636363);
    display: block;
    font-weight: 400;
    border-radius: 5px;
    transition: all 400ms ease;
}

.register-page__form-input-box input[type=text]:focus,
.register-page__form-input-box input[type=email]:focus,
.register-page__form-input-box input[type=password]:focus {
    border-color: var(--alefox-base, #fc655d);
}

.register-page__checked-box {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 27px;
}

.register-page__checked-box label {
    position: relative;
    display: inline-block;
    padding-left: 45px;
    margin-right: 0px;
    margin-bottom: 0;
    color: var(--alefox-text, #636363);
    font-size: 16px;
    text-transform: none;
    cursor: pointer;
}

.register-page__checked-box label span:before {
    position: absolute;
    top: 4px;
    left: 6px;
    display: block;
    border-bottom: 2px solid var(--alefox-border-color, #dddddd);
    border-right: 2px solid var(--alefox-border-color, #dddddd);
    content: "";
    width: 8px;
    height: 12px;
    pointer-events: none;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    opacity: 0;
}

.register-page__checked-box input[type=checkbox] {
    display: none;
}

.register-page__checked-box input[type=checkbox]+label span {
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    background: transparent;
    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;
    border: 1px solid var(--alefox-border-color, #dddddd);
}

.register-page__checked-box input[type=checkbox]:checked+label span:before {
    opacity: 1;
}


/*--------------------------------------------------------------
# error 404
--------------------------------------------------------------*/

.error-404 {
    padding: 120px 0;
    position: relative;
    text-align: center;
}

@media (max-width: 767px) {
    .error-404 {
        padding: 80px 0;
    }
}

.error-404__image {
    position: relative;
}

.error-404__image img {
    max-width: 100%;
    height: auto;
}

.error-404__title {
    font-size: 100px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

@media (min-width: 768px) {
    .error-404__title {
        font-size: 200px;
    }
}

@media (min-width: 992px) {
    .error-404__title {
        font-size: 400px;
        margin-top: -85px;
        margin-bottom: 50px;
    }
}

@media (min-width: 992px) {
    .error-404__title span {
        color: var(--alefox-white, #fff);
    }
}

.error-404__title img {
    display: none;
    position: absolute;
    top: 51%;
    left: 33%;
    animation: flowerRotate 5s linear 0s infinite;
}

@media (min-width: 992px) {
    .error-404__title img {
        display: block;
    }
}

.error-404__sub-title {
    font-size: 25px;
    text-transform: capitalize;
    margin: 44px 0 21px;
    font-weight: bold;
}

@media (min-width: 768px) {
    .error-404__sub-title {
        font-size: 30px;
    }
}

.error-404__text {
    margin-bottom: 38px;
}

.error-404__search {
    display: inline-flex;
    align-items: center;
    position: relative;
    margin-bottom: 30px;
    width: 100%;
    max-width: 550px;
}

.error-404__search input[type=text] {
    border: none;
    outline: none;
    display: block;
    background-color: var(--alefox-gray, #f6f4ec);
    color: var(--alefox-text, #636363);
    font-size: 16px;
    width: 100%;
    max-width: 550px;
    padding-left: 30px;
    height: 60px;
}

.error-404__search__btn {
    border: none;
    outline: none;
    background-color: transparent;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    font-size: 20px;
}

.error-404__search__btn:hover {
    color: var(--alefox-base, #fc655d);
}

@media (min-width: 768px) {
    .error-404__search__btn {
        font-size: 22px;
    }
}


/*--------------------------------------------------------------
# Faq
--------------------------------------------------------------*/

.faq-one {
    padding: 120px 0;
    position: relative;
}

@media (max-width: 767px) {
    .faq-one {
        padding: 80px 0;
    }
}

.faq-one--page {
    padding: 90px 0 120px;
}

@media (max-width: 767px) {
    .faq-one--page {
        padding: 50px 0 80px;
    }
}

.faq-one__shape {
    position: absolute;
    left: 18px;
    bottom: 0;
    width: 228px;
    height: 202px;
    background-position: left bottom;
    background-repeat: no-repeat;
    display: none;
    animation: treeMove 4s linear 0s infinite;
}

@media (min-width: 1500px) {
    .faq-one__shape {
        display: block;
    }
}

.faq-one__content {
    position: relative;
}

.faq-one__content .sec-title {
    padding-bottom: 21px;
}

.faq-one__content__text {
    margin: 0 0 31px;
}

@media (min-width: 1200px) {
    .faq-one__content__text {
        padding-right: 50px;
    }
}

.faq-one__accordion {
    position: relative;
}

.faq-one__accordion .accrodion {
    position: relative;
    background-color: var(--alefox-gray, #f6f4ec);
    margin-top: 30px;
    border-radius: 50px;
    counter-increment: count;
    transition: all 400ms ease;
}

.faq-one__accordion .accrodion-title {
    padding: 21px 30px 24px;
    padding-right: 45px;
    cursor: pointer;
}

.faq-one__accordion .accrodion-title h4 {
    font-weight: 700;
    color: var(--alefox-black, #000);
    font-size: 20px;
    margin: 0;
    transition: all 500ms ease;
    position: relative;
}

.faq-one__accordion .accrodion-title__number {
    display: inline-block;
    position: relative;
    color: var(--alefox-base, #fc655d);
    width: 35px;
    height: 20px;
    top: 4px;
}

.faq-one__accordion .accrodion-title__number::before {
    content: counters(count, ".", decimal-leading-zero);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq-one__accordion .accrodion-title__number::after {
    content: ".";
    position: absolute;
    top: -2px;
    right: -3px;
    bottom: 0;
    margin: auto;
}

.faq-one__accordion .accrodion-title__icon {
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: -33px;
    transform: translateY(-50%);
}

.faq-one__accordion .accrodion-title__icon::after {
    position: absolute;
    top: 8px;
    right: 0;
    content: "\eab2";
    font-family: IcoFont !important;
    font-size: 26px;
    font-weight: normal;
    color: var(--alefox-base, #fc655d);
    transform: translate(-50%, -50%);
    transition: all 500ms ease;
}

.faq-one__accordion .active.accrodion {
    border-radius: 10px;
}

.faq-one__accordion .active .accrodion-title__icon::after {
    content: "\eab9";
}

.faq-one__accordion .accrodion-content .inner {
    padding: 0px 30px 24px;
    margin-top: -3px;
}

.faq-one__accordion .accrodion-content p {
    margin: 0;
    line-height: 26px;
}

.faq-one__image {
    position: relative;
}

@media (max-width: 1199px) {
    .faq-one__image {
        max-width: 570px;
        margin-top: 50px;
    }
}

.faq-one__image img {
    max-width: 100%;
    height: auto;
}

.faq-one__image__shape-one {
    position: absolute;
    left: -4px;
    bottom: 58px;
}

.faq-one__image__shape-two {
    position: absolute;
    right: -75px;
    top: 80px;
}

@media (max-width: 767px) {
    .faq-one__image__shape-two {
        display: none;
    }
}

.faq-one__image__shape-two img {
    animation: treeMove2 4s linear 0s infinite;
}


/*--------------------------------------------------------------
# Package
--------------------------------------------------------------*/

.package-page {
    padding: 120px 0;
}

@media (max-width: 767px) {
    .package-page {
        padding: 80px 0;
    }
}

.package-card {
    transition: all 500ms ease;
    text-align: center;
    background-color: var(--alefox-black2, #202221);
    padding: 40px 25px;
}

.package-card:hover .package-card__icon::after {
    border-style: dashed;
}

.package-card__icon-shape {
    position: absolute;
    right: 50px;
    top: 29px;
    width: 47px;
}

.package-card__icon-shape img {
    width: 100%;
    height: auto;
    animation: treeMove2 4s linear 0s infinite;
}

.package-card__icon {
    width: 79px;
    height: 79px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--alefox-base, #fc655d);
    color: var(--alefox-white, #fff);
    font-size: 45px;
    margin: 0 auto 20px;
    position: relative;
    border-radius: 50%;
    transition: all 500ms ease;
    margin: 0 auto 23px;
}

.package-card__icon::after {
    position: absolute;
    left: -8.5px;
    top: -8.5px;
    content: "";
    border: 1px solid var(--alefox-white, #fff);
    border-radius: 50%;
    width: calc(100% + 17px);
    height: calc(100% + 17px);
    animation-duration: 1500ms;
    animation: rotated 10s infinite linear;
    transition: 500ms all ease;
    animation-play-state: running;
}

.package-card__price {
    color: var(--alefox-base, #fc655d);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 6px;
}

.package-card__title {
    margin: 0;
    font-weight: 600;
    color: var(--alefox-white, #fff);
    text-transform: capitalize;
    font-size: 22px;
    margin-bottom: 20px;
}

.package-card__divider {
    height: 1px;
    width: 79%;
    margin: 0 auto;
    background-color: var(--alefox-base, #fc655d);
}

.package-card__list {
    margin: 25px 0 34px;
    padding: 0;
    list-style: none;
}

.package-card__list li {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: var(--alefox-white, #fff);
    font-size: 16px;
    line-height: 32px;
}

.package-card__list__icon {
    font-size: 24px;
    color: var(--alefox-base, #fc655d);
}

.package-card .alefox-btn {
    color: var(--alefox-base, #fc655d);
}


/*--------------------------------------------------------------
# Offer
--------------------------------------------------------------*/

.offer-one {
    position: relative;
    padding-top: 120px;
}

@media (max-width: 767px) {
    .offer-one {
        padding-top: 80px;
    }
}

.offer-one__inner {
    position: relative;
    background-color: var(--alefox-black2, #202221);
    border-radius: 194px;
    overflow: hidden;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: auto;
}

.offer-one__shape-one {
    position: absolute;
    right: 120px;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: right center;
    background-repeat: no-repeat;
    animation: zumpXtwo 700ms infinite alternate;
    display: none;
}

@media (min-width: 1200px) {
    .offer-one__shape-one {
        display: block;
    }
}

.offer-one__left {
    max-width: 533px;
    min-height: 385px;
    position: relative;
    background-image: url('../images/industrie.png');
    background-size: cover;
    /* background-color: var(--alefox-gray2, #e1eff0); */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 194px;
}

@media (max-width: 991px) {
    .offer-one__left {
        margin: 0 auto;
        text-align: center;
        padding: 30px;
    }
}

.offer-one__left img {
    max-width: 100%;
    height: auto;
}

.offer-one__left__off {
    position: absolute;
    top: 60px;
    right: -16px;
    width: 101px;
    height: 101px;
    background-color: var(--alefox-base, #fc655d);
    border: 5px solid var(--alefox-white, #fff);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 11px;
    color: var(--alefox-white, #fff);
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.16px;
    line-height: 1;
    transform: rotate(-45deg);
}

@media (max-width: 991px) {
    .offer-one__left__off {
        right: 0;
        left: 0;
        margin: 0 auto;
        top: auto;
        bottom: -40px;
    }
}

.offer-one__left__off span {
    display: block;
    font-size: 21px;
    letter-spacing: 0.32px;
    margin-bottom: 10px;
}

.offer-one__left__arrow {
    position: absolute;
    right: 92px;
    top: 60px;
}

@media (max-width: 991px) {
    .offer-one__left__arrow {
        display: none;
    }
}

.offer-one__left__arrow img {
    animation: shrinkAnim 3s ease 0s infinite;
    width: 70px;
}

.offer-one__content {
    position: relative;
    padding: 70px 0;
}

@media (max-width: 991px) {
    .offer-one__content {
        text-align: center;
        margin: 0 auto;
    }
}

.offer-one__sub-title {
    margin: 0;
    color: var(--alefox-base, #fc655d);
    text-transform: uppercase;
    font-weight: 500;
    font-family: var(--alefox-font, "Rubik", sans-serif);
    font-size: 16px;
    line-height: 1em;
    margin-bottom: 18px;
}

.offer-one__title {
    font-size: 27px;
    line-height: 50px;
    font-weight: 800;
    color: var(--alefox-white, #fff);
    margin: 0 0 30px;
}

@media (max-width: 1199px) {
    .offer-one__title {
        font-size: 32px;
        line-height: 46px;
    }
}

.offer-one .alefox-btn {
    color: var(--alefox-base, #fc655d);
}

.offer-two {
    position: relative;
    padding: 0 0 120px;
}

@media (max-width: 767px) {
    .offer-two {
        padding-bottom: 80px;
    }
}

.offer-two__item {
    position: relative;
    z-index: 2;
    background-color: var(--accent-color);
    padding: 65px 20px 54px 50px;
}

@media (max-width: 767px) {
    .offer-two__item {
        padding: 50px 20px 30px 40px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .offer-two__item {
        padding-left: 45px;
    }
}

.offer-two__item::before {
    background: rgba(var(--alefox-white-rgb, 255, 255, 255), 0.3);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    pointer-events: none;
    transition: all 500ms linear;
}

.offer-two__item:hover::before {
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 500ms linear;
}

.offer-two__item::after {
    background: rgba(var(--alefox-white-rgb, 255, 255, 255), 0.3);
    bottom: 50%;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    opacity: 1;
    pointer-events: none;
    transition: all 600ms linear;
}

.offer-two__item:hover::after {
    top: 0;
    bottom: 0;
    opacity: 0;
    transition: all 600ms linear;
}

.offer-two__item__border {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 1px dashed var(--alefox-border-color, #dddddd);
}

.offer-two__item__sub-title {
    font-size: 22px;
    font-weight: 400;
    font-family: var(--alefox-font, "Rubik", sans-serif);
    font-style: italic;
    margin-bottom: 9px;
}

.offer-two__item__title {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 11px;
}

.offer-two__item__text {
    line-height: 23px;
    margin: 0 0 17px;
}

.offer-two__item .alefox-btn {
    font-size: 14px;
    padding: 8px 30px;
}

.offer-two__item__image {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

@media (max-width: 767px) {
    .offer-two__item__image {
        position: relative;
        top: 17px;
        right: 42px;
    }
}

.offer-two__item__image img {
    max-width: 100%;
    height: auto;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .offer-two__item__image img {
        max-width: 70%;
    }
}


/*--------------------------------------------------------------
# Categories
--------------------------------------------------------------*/

.category-one {
    position: relative;
    background-color: var(--alefox-black2, #202221);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    padding: 120px 0;
}

@media (max-width: 767px) {
    .category-one {
        padding: 80px 0;
    }
}

.category-one__shape {
    position: absolute;
    left: -10px;
    bottom: -10px;
    width: 218px;
    height: 203px;
    background-position: left bottom;
    background-repeat: no-repeat;
    display: none;
    animation: treeMove 4s linear 0s infinite;
}

@media (min-width: 1600px) {
    .category-one__shape {
        display: block;
    }
}

.category-one .sec-title__title {
    color: var(--alefox-white, #fff);
}

.category-one__item {
    position: relative;
    z-index: 2;
    display: block;
    overflow: hidden;
    background-color: var(--alefox-white, #fff);
    border-radius: 10px;
    text-align: center;
    padding: 45px 20px 42px;
    transition: all 500ms ease;
}

.category-one__item__bg {
    width: 210px;
    height: 210px;
    background-position: center center;
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -100%;
    margin: auto;
    transition: all 500ms ease;
    opacity: 0.1;
    visibility: hidden;
    mix-blend-mode: multiply;
}

.category-one__item:hover .category-one__item__bg {
    visibility: visible;
    bottom: -20px;
    transition-delay: 0.2s;
}

.category-one__item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: var(--alefox-base, #fc655d);
    z-index: -1;
    transform: scale(1, 0);
    perspective: 400px;
    visibility: hidden;
    transition: transform 400ms ease-in-out, visibility 400ms ease-in-out;
    transform-origin: bottom center;
}

.category-one__item:hover::after {
    transform: scale(1, 1);
    visibility: visible;
    transform-origin: top center;
}

.category-one__item__icon {
    width: 110px;
    height: 110px;
    background-color: var(--alefox-gray2, #e1eff0);
    position: relative;
    z-index: 2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: all 500ms ease;
}

.category-one__item__icon img {
    max-width: 60px;
    transition: all 300ms linear;
}

.category-one__item:hover .category-one__item__icon {
    background-color: var(--alefox-white, #fff);
}

.category-one__item:hover .category-one__item__icon img {
    transform: rotateY(180deg);
}

.category-one__item__text {
    margin: 26px 0 0;
    font-size: 22px;
    line-height: 1.1;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 400ms ease;
    font-weight: 700;
    text-transform: capitalize;
    font-family: var(--alefox-heading-font, "Inter", serif);
    color: var(--alefox-black, #000);
    display: inline-block;
}

.category-one__item:hover .category-one__item__text {
    color: var(--alefox-white, #fff);
    background-size: 100% 1px;
}


/*--------------------------------------------------------------
# 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 cloudMove {
    0% {
        background-position: 1920px 100%;
    }
    100% {
        background-position: 0 100%;
    }
}

@keyframes startIconOne {
    0% {
        transform: scale(1) rotate(0);
    }
    100% {
        transform: scale(0.5) rotate(45deg);
    }
}

@keyframes iconTranslateX {
    49% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    51% {
        opacity: 1;
    }
}

@-webkit-keyframes widths {
    0% {
        width: 0%;
    }
    50% {
        width: 97%;
        left: 0;
    }
    100% {
        width: 0;
    }
}

@keyframes widths {
    0% {
        width: 0%;
    }
    50% {
        width: 97%;
        left: 0;
    }
    100% {
        width: 0;
    }
}

@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 treeMove2 {
    0%,
    100% {
        -webkit-transform: rotate(0deg) translateX(0);
        transform: rotate(0deg) translateX(0);
    }
    25%,
    75% {
        -webkit-transform: rotate(-10deg) translateX(0);
        transform: rotate(-10deg) translateX(0);
    }
    50% {
        -webkit-transform: rotate(10deg) translateX(0);
        transform: rotate(10deg) translateX(0);
    }
}

@keyframes treeMove3 {
    0%,
    100% {
        -webkit-transform: rotate(0deg) translateX(0);
        transform: rotate(0deg) translateX(0);
    }
    25%,
    75% {
        -webkit-transform: rotate(-10deg) translateX(0);
        transform: rotate(-3deg) translateX(0);
    }
    50% {
        -webkit-transform: rotate(3deg) translateX(0);
        transform: rotate(3deg) translateX(0);
    }
}

@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 textRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes flowerRotate {
    0%,
    100% {
        transform: rotate(0deg);
    }
    25%,
    75% {
        transform: rotate(5deg);
    }
    50% {
        transform: rotate(10deg);
    }
}

@keyframes zump {
    0%,
    100% {
        transform: translateY(0);
    }
    25%,
    75% {
        transform: translateY(5px);
    }
    50% {
        transform: translateY(-5px);
    }
}

@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
    }
}

@keyframes zumpX {
    0%,
    100% {
        left: 0;
    }
    50% {
        left: 100%;
    }
}

@keyframes zumpXX {
    0%,
    100% {
        left: -20%;
    }
    50% {
        left: 50%;
    }
}

@keyframes zoom-hover {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 120%;
        height: 120%;
        opacity: 0;
    }
}

@keyframes zoomsIn {
    100%,
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.9);
    }
}

@keyframes shrinkAnim {
    0%,
    100% {
        transform: rotate(0deg);
        transform-origin: 0 50%;
    }
    10% {
        transform: rotate(2deg);
    }
    20%,
    40%,
    60% {
        transform: rotate(-4deg);
    }
    30%,
    50%,
    70% {
        transform: rotate(4deg);
    }
    80% {
        transform: rotate(-2deg);
    }
    90% {
        transform: rotate(2deg);
    }
}

@keyframes shrinkAnim2 {
    0%,
    100% {
        transform: rotate(0deg);
        transform-origin: 100% 50%;
    }
    10% {
        transform: rotate(2deg);
    }
    20%,
    40%,
    60% {
        transform: rotate(-4deg);
    }
    30%,
    50%,
    70% {
        transform: rotate(4deg);
    }
    80% {
        transform: rotate(-2deg);
    }
    90% {
        transform: rotate(2deg);
    }
}

@keyframes rollInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@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 blinkAnim {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        opacity: 1;
    }
}

@keyframes movebounce2 {
    0% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(-15px);
    }
    100% {
        transform: translateX(0px);
    }
}

@keyframes movebounce3 {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0px);
    }
}

@keyframes shapeMove {
    0%,
    100% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(10px);
    }
}

@keyframes rotated {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes backInUp {
    0% {
        -webkit-transform: translateY(1200px) scale(0.7);
        transform: translateY(1200px) scale(0.7);
        opacity: 0.7;
    }
    80% {
        -webkit-transform: translateY(0px) scale(0.7);
        transform: translateY(0px) scale(0.7);
        opacity: 0.7;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes backInUp {
    0% {
        -webkit-transform: translateY(1200px) scale(0.7);
        transform: translateY(1200px) scale(0.7);
        opacity: 0.7;
    }
    80% {
        -webkit-transform: translateY(0px) scale(0.7);
        transform: translateY(0px) scale(0.7);
        opacity: 0.7;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

.animate__backInUp {
    -webkit-animation-name: backInUp;
    animation-name: backInUp;
}

@keyframes iconTranslateY {
    49% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}

@keyframes zumpXtwo {
    0% {
        transform: translateX(0px);
    }
    100% {
        transform: translateX(5px);
    }
}

@keyframes animateTop {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@keyframes animateRight {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@keyframes animateBottom {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@keyframes animateLeft {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

@keyframes shadows {
    0% {
        box-shadow: 0 0 0 0 rgba(var(--alefox-white-rgb, 255, 255, 255), 0.2), 0 0 0 30px rgba(var(--alefox-white-rgb, 255, 255, 255), 0.2), 0 0 0 50px rgba(var(--alefox-white-rgb, 255, 255, 255), 0.2);
    }
    100% {
        box-shadow: 0 0 0 30px rgba(var(--alefox-white-rgb, 255, 255, 255), 0.2), 0 0 0 50px rgba(var(--alefox-white-rgb, 255, 255, 255), 0.2), 0 0 0 70px rgba(var(--alefox-white-rgb, 255, 255, 255), 0);
    }
}


/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/

.mobile-nav__wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    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(--alefox-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(--alefox-white, #fff);
}

.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: var(--alefox-black, #000);
    opacity: 0.3;
    cursor: url(../images/close.png), auto;
}

.mobile-nav__content {
    width: 300px;
    background-color: var(--alefox-black2, #202221);
    z-index: 10;
    position: relative;
    height: 100%;
    overflow-y: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-100%);
    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 {
    position: absolute;
    top: 20px;
    right: 15px;
    font-size: 18px;
    color: var(--alefox-white, #fff);
    cursor: pointer;
}

.mobile-nav__close:hover {
    color: var(--alefox-base, #fc655d);
}

.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(--alefox-white-rgb, 255, 255, 255), 0.1);
}

.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(--alefox-white-rgb, 255, 255, 255), 0.1);
}

.mobile-nav__content .main-menu__list li>a {
    display: flex;
    justify-content: space-between;
    line-height: 30px;
    color: var(--alefox-white, #fff);
    font-size: 12px;
    font-family: var(--alefox-font, "Rubik", sans-serif);
    text-transform: uppercase;
    font-weight: 500;
    height: 46px;
    letter-spacing: var(--alefox-letter-space, 0.1em);
    align-items: center;
    transition: 500ms;
}

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

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

.mobile-nav__content .main-menu__list li a button.expanded {
    transform: rotate(0deg);
    background-color: var(--alefox-white, #fff);
    color: var(--alefox-black, #000);
}

.mobile-nav__social {
    display: flex;
    align-items: center;
}

.mobile-nav__social a {
    font-size: 16px;
    color: var(--alefox-white, #fff);
    transition: 500ms;
}

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

.mobile-nav__social a:hover {
    color: var(--alefox-base, #fc655d);
}

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

.mobile-nav__contact li {
    color: var(--alefox-white, #fff);
    font-size: 14px;
    font-weight: 500;
    position: relative;
    display: flex;
    align-items: center;
}

.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(--alefox-base, #fc655d);
}

.mobile-nav__contact li>i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--alefox-base, #fc655d);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 12px;
    margin-right: 10px;
    color: var(--alefox-white, #fff);
}

.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: #000;
    opacity: 0.9;
    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;
    border-radius: 10px;
    overflow: hidden;
}

.search-popup__form input[type=search],
.search-popup__form input[type=text] {
    width: 100%;
    background-color: var(--alefox-white, #fff);
    font-size: 15px;
    color: var(--alefox-text, #636363);
    border: none;
    outline: none;
    height: 66px;
    padding-left: 30px;
}

.search-popup__form .alefox-btn {
    padding: 0;
    width: 66px;
    height: 66px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 0;
    right: -1px;
    border-radius: 0;
    color: var(--alefox-black, #000);
    background-color: transparent;
    font-size: 20px;
}

.search-popup__form .alefox-btn i {
    margin: 0;
}

.search-popup__form .alefox-btn:hover {
    color: var(--alefox-base, #fc655d);
}

.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;
}


/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/

.page-header {
    background-color: var(--alefox-black2, #202221);
    position: relative;
    padding-top: 143px;
    padding-bottom: 146px;
    overflow: hidden;
}

@media (max-width: 1199px) {
    .page-header {
        padding-top: 175px;
        padding-bottom: 180px;
    }
}

@media (max-width: 767px) {
    .page-header {
        padding-top: 156px;
        padding-bottom: 59px;
    }
}

.page-header__shape-left {
    position: absolute;
    top: -44px;
    left: -20px;
    width: 150px;
    height: 150px;
    z-index: 1;
    background-color: var(--alefox-base, #fc655d);
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="343" height="240"><path d="m122.5 0.1l220.4 70.9c0 0-158.9 25.4-155.3 75.8 5.2 74.6-74.2 92.4-74.2 92.4l-113-95.6z"/></svg>');
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="343" height="240"><path d="m122.5 0.1l220.4 70.9c0 0-158.9 25.4-155.3 75.8 5.2 74.6-74.2 92.4-74.2 92.4l-113-95.6z"/></svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: right bottom;
    mask-position: right bottom;
    -webkit-mask-size: cover;
    mask-size: cover;
}

.page-header__shape-right {
    position: absolute;
    bottom: -22px;
    right: -36px;
    width: 150px;
    height: 150px;
    z-index: 1;
    background-color: var(--alefox-base, #fc655d);
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 327 238" width="327" height="238"><path d="m229 237.4l-228.8-34.6c0 0 152.7-50.5 141-99.8-17.1-72.7 58.4-103.1 58.4-103.1l126.9 76.2z"/></svg>');
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 327 238" width="327" height="238"><path d="m229 237.4l-228.8-34.6c0 0 152.7-50.5 141-99.8-17.1-72.7 58.4-103.1 58.4-103.1l126.9 76.2z"/></svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: left bottom;
    mask-position: left bottom;
    -webkit-mask-size: cover;
    mask-size: cover;
}

.page-header__bg {
    margin-top: 112px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/backgrounds/benner.jpg);
    opacity: 0.5;
}

.page-header .container {
    position: relative;
    /* z-index: 10; */
    text-align: center;
}

.page-header__title {
    margin: 0 0 11px;
    font-size: 36px;
    font-weight: 700;
    color: var(--alefox-white, #fff);
}

@media (min-width: 768px) {
    .page-header__title {
        font-size: 65px;
    }
}

.alefox-breadcrumb {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
}

.alefox-breadcrumb li {
    font-size: 18px;
    color: var(--alefox-white, #fff);
    text-transform: capitalize;
    letter-spacing: 0.2px;
    display: flex;
    align-items: center;
}

.alefox-breadcrumb li:not(:last-of-type)::after {
    content: "/";
    position: relative;
    top: -1px;
    margin-left: 10px;
    margin-right: 10px;
}

.alefox-breadcrumb li span,
.alefox-breadcrumb li a {
    color: inherit;
    display: inline-flex;
    line-height: 1.1;
}

.alefox-breadcrumb li a {
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.alefox-breadcrumb li a:hover {
    background-size: 100% 1px;
}

.alefox-breadcrumb li a:borderHover {
    color: var(--alefox-base, #fc655d);
}


/*--------------------------------------------------------------
# Google Map
--------------------------------------------------------------*/

.contact-map {
    position: relative;
}

.contact-map iframe {
    position: relative;
    display: block;
    border: none;
    height: 460px;
    width: 100%;
    mix-blend-mode: luminosity;
}


/*--------------------------------------------------------------
# Client Carousel
--------------------------------------------------------------*/

.client-carousel {
    padding-bottom: 50px;
    padding-top: 5px;
}

.client-carousel__tilte {
    text-align: center;
    display: block;
    color: var(--alefox-black2, #202221);
    font-weight: 400;
    border-top: 1px solid var(--alefox-border-color, #dddddd);
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2.8px;
    font-style: italic;
    font-family: var(--alefox-font, "Rubik", sans-serif);
    margin: 0 0 33px;
}

.client-carousel__tilte span {
    display: inline-block;
    background-color: var(--alefox-white, #fff);
    padding: 0 26px;
    z-index: 2;
    position: relative;
    top: -9px;
}

.client-carousel .client-carousel__one {
    position: relative;
}

.client-carousel .client-carousel__one .client-carousel__one__item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 83px;
    transition: 500ms;
}

.client-carousel .client-carousel__one .client-carousel__one__item img {
    transition: 500ms;
    opacity: 0.2;
    max-width: 100%;
    width: auto;
}

.client-carousel .client-carousel__one .client-carousel__one__item:hover {
    background-color: var(--alefox-gray, #f6f4ec);
}

.client-carousel .client-carousel__one .client-carousel__one__item:hover img {
    opacity: 0.6;
}

.client-carousel--two {
    position: relative;
    border-top: 1px solid var(--alefox-border-color, #dddddd);
    padding-top: 50px;
}


/*--------------------------------------------------------------
# Hero Slider
--------------------------------------------------------------*/

.main-slider-one {
    position: relative;
}

.main-slider-one__carousel.owl-carousel {
    position: relative;
    width: 100%;
}

.main-slider-one__carousel.owl-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 50px;
    z-index: 99;
    width: 1170px;
    gap: 25px;
    transform: none;
}

@media (max-width: 1199px) {
    .main-slider-one__carousel.owl-carousel .owl-dots {
        width: 100%;
        justify-content: center;
    }
}

.main-slider-one__carousel.owl-carousel .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    display: block;
    border-radius: 50%;
    background-color: var(--alefox-base, #fc655d);
    border: none;
    position: relative;
    margin: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-slider-one__carousel.owl-carousel .owl-dots .owl-dot span::after {
    width: 22px;
    height: 22px;
    position: absolute;
    content: "";
    left: -8px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    background-color: var(--alefox-base, #fc655d);
    transform: scale(0);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: -1;
}

.main-slider-one__carousel.owl-carousel .owl-dots .owl-dot:hover span,
.main-slider-one__carousel.owl-carousel .owl-dots .owl-dot.active span {
    background-color: var(--alefox-white, #fff);
}

.main-slider-one__carousel.owl-carousel .owl-dots .owl-dot:hover span::after,
.main-slider-one__carousel.owl-carousel .owl-dots .owl-dot.active span::after {
    transform: scale(1);
}

.main-slider-one__item {
    background-color: var(--alefox-gray, #f6f4ec);
    position: relative;
    z-index: 3;
    padding-top: 200px;
    padding-bottom: 200px;
}

@media (max-width: 1199px) {
    .main-slider-one__item {
        padding-top: 150px;
        padding-bottom: 150px;
    }
}

@media (max-width: 767px) {
    .main-slider-one__item {
        padding-top: 80px;
        padding-bottom: 120px;
    }
}

.main-slider-one__content {
    position: relative;
    display: inline-block;
    z-index: 3;
    overflow: hidden;
    padding-top: 15px;
}

.main-slider-one__sub-title {
    color: var(--alefox-black, #000);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 1;
    font-family: var(--alefox-font, "Rubik", sans-serif);
    margin: 0 0 7px;
    transition: transform 1000ms ease, opacity 1000ms ease;
    transform: translateY(-200px);
}

.main-slider-one__sub-title span {
    color: var(--alefox-base, #fc655d);
}

@media (max-width: 400px) {
    .main-slider-one__sub-title {
        letter-spacing: 1.5px;
    }
}

.main-slider-one__title {
    position: relative;
    font-size: 65px;
    font-weight: 700;
    line-height: 81px;
    text-transform: capitalize;
    display: inline-block;
    margin: 0 0 17px;
    opacity: 0;
    transition: transform 1200ms ease, opacity 1200ms ease;
    transform: translateX(200px);
}

.main-slider-one__title__leaf {
    position: absolute;
    right: 45px;
    top: -45px;
    width: 72px;
    height: 61px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    animation: treeMove2 4s linear 0s infinite;
}

@media (max-width: 767px) {
    .main-slider-one__title__leaf {
        display: none;
    }
}

@media (max-width: 767px) {
    .main-slider-one__title {
        font-size: 40px;
        line-height: 50px;
    }
}

.main-slider-one__title::after {
    content: "";
    width: 101%;
    height: 90%;
    position: absolute;
    top: 14px;
    left: 100%;
    background: currentColor;
    transition: 1s cubic-bezier(0.858, 0.01, 0.068, 0.99);
    z-index: 3;
    transform: translateX(-100%);
    transition-delay: 1s;
}

@media (max-width: 991px) {
    .main-slider-one__title::after {
        top: 15px;
    }
}

@media (max-width: 767px) {
    .main-slider-one__title::after {
        top: 8px;
    }
}

.main-slider-one__text {
    font-size: 17px;
    line-height: 30px;
    margin: 0 0 37px;
    transition: transform 1200ms ease, opacity 1200ms ease;
    opacity: 0;
    transform: perspective(400px) rotateY(45deg) translateY(180px);
    transform-origin: bottom;
}

.main-slider-one__btn {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    z-index: 5;
    overflow: hidden;
    opacity: 0;
    transform: perspective(400px) rotateY(-45deg) translateY(120px);
    transform-origin: bottom;
    transition: all 1500ms ease;
}

.main-slider-one__layer {
    position: absolute;
    right: 0;
    top: 0;
    width: 47%;
    height: 100%;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    transition: transform 1000ms ease, opacity 1000ms ease;
    transform: translatex(50%) scalex(2);
    filter: blur(10px);
    overflow: hidden;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><g transform="translate(0.000000,786.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M638 7813 c-1 -27 -2 -59 -2 -73 -1 -14 -5 -31 -9 -37 -4 -7 -7 -36 -7 -65 1 -29 -4 -80 -10 -113 -6 -33 -10 -69 -10 -80 0 -41 -1 -121 -3 -140 -1 -14 5 -21 21 -23 29 -4 28 -30 -2 -42 -21 -8 -25 -17 -31 -82 -5 -40 -9 -97 -9 -126 -1 -39 -6 -57 -18 -66 -21 -15 -22 -29 -6 -55 15 -24 4 -51 -22 -51 -11 0 -23 -8 -26 -17 -27 -86 -106 -161 -129 -123 -12 20 -37 -11 -30 -37 4 -16 1 -25 -10 -29 -20 -8 -22 -94 -2 -94 8 0 19 11 25 25 6 14 16 25 22 25 13 0 13 -34 -2 -82 -11 -37 -10 -41 12 -58 28 -21 18 -44 -16 -36 -34 9 -96 -19 -92 -41 2 -10 13 -19 25 -21 35 -5 50 -29 33 -55 -14 -22 -31 -99 -32 -145 0 -13 7 -31 15 -40 14 -15 26 -89 31 -189 1 -18 12 -43 25 -57 20 -21 22 -28 11 -41 -16 -19 -39 -19 -46 0 -4 8 -15 15 -25 15 -22 0 -22 -1 -10 -32 16 -42 22 -182 10 -237 l-11 -53 -34 6 c-30 6 -34 4 -40 -19 -3 -14 -10 -25 -15 -25 -5 0 -9 -7 -9 -15 0 -20 29 -19 37 1 8 21 50 36 71 25 18 -10 26 -95 11 -123 -12 -23 -47 -32 -64 -18 -11 9 -18 9 -30 -3 -8 -8 -24 -13 -35 -10 -15 4 -20 0 -20 -16 0 -14 6 -21 19 -21 25 0 16 -46 -10 -53 -10 -3 -19 -10 -19 -16 0 -17 30 -13 36 4 7 17 40 20 49 6 3 -6 -4 -15 -15 -21 -11 -6 -20 -17 -20 -26 0 -11 -4 -12 -19 -5 -21 12 -31 5 -31 -21 0 -20 20 -24 38 -6 15 15 25 -9 20 -48 -4 -39 -24 -41 -32 -2 -5 26 -9 30 -16 18 -13 -20 -13 -87 0 -95 7 -4 8 -11 1 -18 -5 -7 -8 -39 -8 -72 2 -54 4 -60 25 -63 29 -4 28 -16 -4 -37 -40 -26 -54 -14 -54 47 0 49 -12 89 -24 78 -2 -3 -6 -60 -7 -127 -2 -91 1 -126 11 -138 8 -9 15 -38 17 -65 2 -41 0 -49 -17 -53 -11 -3 -20 -9 -20 -14 0 -10 49 -33 71 -33 32 0 49 -12 49 -35 0 -13 -5 -27 -10 -30 -16 -10 -12 -65 5 -71 11 -5 15 -21 15 -59 0 -56 -11 -75 -34 -56 -9 8 -22 8 -39 2 -33 -13 -27 -39 19 -85 19 -19 34 -39 34 -44 0 -17 -51 -73 -61 -66 -5 3 -9 14 -9 25 0 10 -6 19 -14 19 -19 0 -29 -17 -20 -32 5 -7 8 -24 8 -38 1 -26 12 -29 54 -16 16 5 24 3 28 -8 8 -20 -21 -66 -41 -66 -24 0 -17 -27 11 -47 21 -16 26 -29 31 -82 5 -52 3 -63 -8 -59 -8 3 -16 19 -19 37 -3 17 -9 32 -15 32 -14 -1 -19 -69 -6 -85 14 -16 -20 -37 -49 -29 -17 4 -21 2 -18 -8 3 -8 15 -14 29 -14 23 0 23 -2 24 -87 0 -95 -12 -121 -17 -35 -3 44 -6 52 -22 52 -29 0 -42 -49 -27 -105 12 -43 11 -46 -13 -64 l-25 -19 22 -28 c20 -29 20 -29 2 -43 -18 -13 -19 -15 -3 -33 9 -10 19 -42 22 -72 3 -30 13 -65 21 -78 18 -27 12 -45 -13 -41 -11 2 -18 -5 -20 -19 -3 -19 1 -23 22 -23 24 0 26 -3 28 -52 3 -88 -3 -142 -17 -158 -18 -21 -29 -60 -16 -60 6 0 8 -30 6 -80 -3 -57 0 -80 8 -80 34 -1 39 -17 17 -60 -12 -23 -19 -44 -17 -46 2 -3 16 0 31 5 28 11 59 5 50 -10 -3 -5 -18 -9 -35 -9 -31 0 -40 -17 -14 -26 19 -8 19 -48 0 -64 -20 -17 -19 -47 2 -59 15 -8 16 -14 7 -28 -6 -10 -15 -47 -19 -81 -7 -59 -6 -62 18 -73 22 -10 24 -14 14 -30 -9 -14 -9 -21 0 -30 8 -8 9 -18 2 -30 -11 -22 -13 -79 -4 -131 4 -21 4 -46 0 -55 -4 -10 -7 -52 -6 -94 2 -58 -1 -78 -13 -88 -18 -15 -21 -47 -7 -56 6 -3 1 -20 -10 -40 -16 -27 -22 -58 -25 -132 -9 -183 -5 -478 6 -507 5 -15 13 -76 15 -135 3 -58 12 -140 20 -181 46 -243 48 -268 40 -409 -11 -169 -11 -232 0 -298 l8 -53 4413 0 4414 0 0 3930 0 3930 -4180 0 -4180 0 -2 -47z m41 -260 c1 -35 -13 -52 -23 -27 -8 22 -8 79 1 88 10 10 21 -22 22 -61z m255 -399 c28 -28 16 -61 -18 -48 -10 4 -16 18 -16 35 0 32 11 37 34 13z m16 -418 c0 -17 -14 -29 -23 -20 -8 8 3 34 14 34 5 0 9 -6 9 -14z m0 -281 c0 -8 -4 -15 -9 -15 -13 0 -22 16 -14 24 11 11 23 6 23 -9z m4 -51 c21 -8 21 -48 0 -65 -13 -10 -17 -10 -25 2 -10 17 -12 53 -2 62 8 8 8 8 27 1z m-574 -133 c0 -26 -16 -35 -24 -15 -10 25 -7 34 9 34 8 0 15 -9 15 -19z m580 -296 c0 -7 -7 -18 -15 -25 -12 -10 -15 -7 -21 14 -8 33 3 51 22 35 8 -6 14 -17 14 -24z m-16 -144 c8 -13 -4 -42 -15 -35 -12 7 -12 44 0 44 6 0 12 -4 15 -9z m-560 -114 c22 -16 18 -50 -6 -55 -20 -4 -40 30 -32 52 7 19 15 20 38 3z m543 -60 c-12 -27 -27 -36 -27 -17 0 11 32 51 37 46 1 -1 -3 -14 -10 -29z m-537 -41 c0 -15 -24 -28 -34 -19 -13 14 -5 33 14 33 11 0 20 -6 20 -14z m522 -147 l-9 -24 -7 23 c-8 26 2 48 15 35 6 -6 6 -19 1 -34z m-12 -53 c0 -18 -16 -29 -30 -21 -13 8 -1 35 16 35 8 0 14 -6 14 -14z m-17 -108 c-10 -21 -12 -21 -18 -5 -10 25 2 54 17 39 8 -8 8 -18 1 -34z m-24 -203 c0 -87 -28 -183 -50 -170 -14 9 -11 42 6 58 9 10 14 32 13 59 -1 23 2 68 7 98 10 69 23 44 24 -45z m-609 -55 c0 -5 -12 -10 -26 -10 -14 0 -23 4 -19 10 3 6 15 10 26 10 10 0 19 -4 19 -10z m580 -154 c0 -8 -4 -17 -9 -21 -12 -7 -24 12 -16 25 9 15 25 12 25 -4z m-580 -108 c-1 -26 -3 -30 -10 -16 -6 9 -7 23 -4 32 9 25 14 19 14 -16z m-60 -2 c0 -14 -5 -28 -10 -31 -13 -8 -24 20 -16 40 9 24 26 17 26 -9z m135 -395 c5 -9 -31 -41 -46 -41 -4 0 -2 11 4 25 12 25 31 33 42 16z m-177 -923 c17 -17 15 -45 -4 -52 -22 -8 -21 -9 -28 19 -10 40 7 58 32 33z m-8 -102 c0 -7 7 -19 15 -26 17 -14 21 -135 5 -160 -12 -19 -14 -15 -28 57 -10 49 -10 68 -1 85 9 16 9 23 0 26 -14 5 -15 32 -1 32 6 0 10 -6 10 -14z m28 -277 c-2 -19 -7 -33 -13 -32 -12 3 -19 49 -10 71 10 26 27 -2 23 -39z m-34 -312 c-3 -9 -10 -17 -15 -17 -11 0 -12 34 -2 44 11 11 24 -9 17 -27z"/> <path d="M320 6520 c0 -5 7 -10 15 -10 8 0 15 5 15 10 0 6 -7 10 -15 10 -8 0 -15 -4 -15 -10z"/> <path d="M265 6238 c-9 -22 4 -43 17 -30 7 7 7 16 0 29 -10 17 -11 17 -17 1z"/> <path d="M206 6125 c-7 -19 3 -47 15 -39 5 3 9 14 9 24 0 24 -16 34 -24 15z"/> <path d="M308 6054 c-5 -4 -8 -16 -8 -28 0 -14 3 -17 11 -9 6 6 9 19 7 28 -1 9 -6 13 -10 9z"/> <path d="M300 5948 c0 -21 5 -38 10 -38 13 0 13 40 0 60 -7 11 -10 5 -10 -22z"/> <path d="M110 5138 c0 -7 5 -20 10 -28 8 -12 10 -9 10 13 0 15 -4 27 -10 27 -5 0 -10 -6 -10 -12z"/> <path d="M110 5050 c0 -13 5 -20 13 -17 6 2 12 10 12 17 0 7 -6 15 -12 18 -8 2 -13 -5 -13 -18z"/> <path d="M45 4926 c-22 -34 -17 -40 15 -16 19 14 22 22 13 31 -8 8 -15 5 -28 -15z"/> <path d="M27 4833 c-13 -13 -7 -64 8 -70 22 -8 25 -2 18 40 -5 36 -13 44 -26 30z"/> <path d="M130 4506 c0 -2 7 -9 15 -16 12 -10 15 -10 15 4 0 9 -7 16 -15 16 -8 0 -15 -2 -15 -4z"/> <path d="M55 4470 c-8 -13 4 -32 16 -25 12 8 12 35 0 35 -6 0 -13 -4 -16 -10z"/> <path d="M136 4401 c-12 -13 -14 -21 -6 -26 16 -10 40 2 40 19 0 24 -16 27 -34 7z"/> <path d="M60 4327 c0 -20 5 -39 11 -42 7 -5 8 5 3 32 -9 51 -14 54 -14 10z"/> <path d="M48 4168 c-24 -24 -23 -28 7 -28 18 0 25 5 25 19 0 28 -12 31 -32 9z"/> <path d="M55 4080 c-7 -21 0 -40 16 -40 12 0 12 47 0 55 -5 3 -12 -4 -16 -15z"/> <path d="M77 3899 c-18 -25 -14 -41 8 -33 18 7 28 35 16 47 -5 5 -15 0 -24 -14z"/> <path d="M61 2668 c-1 -16 4 -28 9 -28 12 0 12 8 0 35 -8 18 -9 17 -9 -7z"/> <path d="M87 2564 c-8 -8 1 -24 14 -24 5 0 9 7 9 15 0 15 -12 20 -23 9z"/> </g> </svg>');
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><g transform="translate(0.000000,786.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M638 7813 c-1 -27 -2 -59 -2 -73 -1 -14 -5 -31 -9 -37 -4 -7 -7 -36 -7 -65 1 -29 -4 -80 -10 -113 -6 -33 -10 -69 -10 -80 0 -41 -1 -121 -3 -140 -1 -14 5 -21 21 -23 29 -4 28 -30 -2 -42 -21 -8 -25 -17 -31 -82 -5 -40 -9 -97 -9 -126 -1 -39 -6 -57 -18 -66 -21 -15 -22 -29 -6 -55 15 -24 4 -51 -22 -51 -11 0 -23 -8 -26 -17 -27 -86 -106 -161 -129 -123 -12 20 -37 -11 -30 -37 4 -16 1 -25 -10 -29 -20 -8 -22 -94 -2 -94 8 0 19 11 25 25 6 14 16 25 22 25 13 0 13 -34 -2 -82 -11 -37 -10 -41 12 -58 28 -21 18 -44 -16 -36 -34 9 -96 -19 -92 -41 2 -10 13 -19 25 -21 35 -5 50 -29 33 -55 -14 -22 -31 -99 -32 -145 0 -13 7 -31 15 -40 14 -15 26 -89 31 -189 1 -18 12 -43 25 -57 20 -21 22 -28 11 -41 -16 -19 -39 -19 -46 0 -4 8 -15 15 -25 15 -22 0 -22 -1 -10 -32 16 -42 22 -182 10 -237 l-11 -53 -34 6 c-30 6 -34 4 -40 -19 -3 -14 -10 -25 -15 -25 -5 0 -9 -7 -9 -15 0 -20 29 -19 37 1 8 21 50 36 71 25 18 -10 26 -95 11 -123 -12 -23 -47 -32 -64 -18 -11 9 -18 9 -30 -3 -8 -8 -24 -13 -35 -10 -15 4 -20 0 -20 -16 0 -14 6 -21 19 -21 25 0 16 -46 -10 -53 -10 -3 -19 -10 -19 -16 0 -17 30 -13 36 4 7 17 40 20 49 6 3 -6 -4 -15 -15 -21 -11 -6 -20 -17 -20 -26 0 -11 -4 -12 -19 -5 -21 12 -31 5 -31 -21 0 -20 20 -24 38 -6 15 15 25 -9 20 -48 -4 -39 -24 -41 -32 -2 -5 26 -9 30 -16 18 -13 -20 -13 -87 0 -95 7 -4 8 -11 1 -18 -5 -7 -8 -39 -8 -72 2 -54 4 -60 25 -63 29 -4 28 -16 -4 -37 -40 -26 -54 -14 -54 47 0 49 -12 89 -24 78 -2 -3 -6 -60 -7 -127 -2 -91 1 -126 11 -138 8 -9 15 -38 17 -65 2 -41 0 -49 -17 -53 -11 -3 -20 -9 -20 -14 0 -10 49 -33 71 -33 32 0 49 -12 49 -35 0 -13 -5 -27 -10 -30 -16 -10 -12 -65 5 -71 11 -5 15 -21 15 -59 0 -56 -11 -75 -34 -56 -9 8 -22 8 -39 2 -33 -13 -27 -39 19 -85 19 -19 34 -39 34 -44 0 -17 -51 -73 -61 -66 -5 3 -9 14 -9 25 0 10 -6 19 -14 19 -19 0 -29 -17 -20 -32 5 -7 8 -24 8 -38 1 -26 12 -29 54 -16 16 5 24 3 28 -8 8 -20 -21 -66 -41 -66 -24 0 -17 -27 11 -47 21 -16 26 -29 31 -82 5 -52 3 -63 -8 -59 -8 3 -16 19 -19 37 -3 17 -9 32 -15 32 -14 -1 -19 -69 -6 -85 14 -16 -20 -37 -49 -29 -17 4 -21 2 -18 -8 3 -8 15 -14 29 -14 23 0 23 -2 24 -87 0 -95 -12 -121 -17 -35 -3 44 -6 52 -22 52 -29 0 -42 -49 -27 -105 12 -43 11 -46 -13 -64 l-25 -19 22 -28 c20 -29 20 -29 2 -43 -18 -13 -19 -15 -3 -33 9 -10 19 -42 22 -72 3 -30 13 -65 21 -78 18 -27 12 -45 -13 -41 -11 2 -18 -5 -20 -19 -3 -19 1 -23 22 -23 24 0 26 -3 28 -52 3 -88 -3 -142 -17 -158 -18 -21 -29 -60 -16 -60 6 0 8 -30 6 -80 -3 -57 0 -80 8 -80 34 -1 39 -17 17 -60 -12 -23 -19 -44 -17 -46 2 -3 16 0 31 5 28 11 59 5 50 -10 -3 -5 -18 -9 -35 -9 -31 0 -40 -17 -14 -26 19 -8 19 -48 0 -64 -20 -17 -19 -47 2 -59 15 -8 16 -14 7 -28 -6 -10 -15 -47 -19 -81 -7 -59 -6 -62 18 -73 22 -10 24 -14 14 -30 -9 -14 -9 -21 0 -30 8 -8 9 -18 2 -30 -11 -22 -13 -79 -4 -131 4 -21 4 -46 0 -55 -4 -10 -7 -52 -6 -94 2 -58 -1 -78 -13 -88 -18 -15 -21 -47 -7 -56 6 -3 1 -20 -10 -40 -16 -27 -22 -58 -25 -132 -9 -183 -5 -478 6 -507 5 -15 13 -76 15 -135 3 -58 12 -140 20 -181 46 -243 48 -268 40 -409 -11 -169 -11 -232 0 -298 l8 -53 4413 0 4414 0 0 3930 0 3930 -4180 0 -4180 0 -2 -47z m41 -260 c1 -35 -13 -52 -23 -27 -8 22 -8 79 1 88 10 10 21 -22 22 -61z m255 -399 c28 -28 16 -61 -18 -48 -10 4 -16 18 -16 35 0 32 11 37 34 13z m16 -418 c0 -17 -14 -29 -23 -20 -8 8 3 34 14 34 5 0 9 -6 9 -14z m0 -281 c0 -8 -4 -15 -9 -15 -13 0 -22 16 -14 24 11 11 23 6 23 -9z m4 -51 c21 -8 21 -48 0 -65 -13 -10 -17 -10 -25 2 -10 17 -12 53 -2 62 8 8 8 8 27 1z m-574 -133 c0 -26 -16 -35 -24 -15 -10 25 -7 34 9 34 8 0 15 -9 15 -19z m580 -296 c0 -7 -7 -18 -15 -25 -12 -10 -15 -7 -21 14 -8 33 3 51 22 35 8 -6 14 -17 14 -24z m-16 -144 c8 -13 -4 -42 -15 -35 -12 7 -12 44 0 44 6 0 12 -4 15 -9z m-560 -114 c22 -16 18 -50 -6 -55 -20 -4 -40 30 -32 52 7 19 15 20 38 3z m543 -60 c-12 -27 -27 -36 -27 -17 0 11 32 51 37 46 1 -1 -3 -14 -10 -29z m-537 -41 c0 -15 -24 -28 -34 -19 -13 14 -5 33 14 33 11 0 20 -6 20 -14z m522 -147 l-9 -24 -7 23 c-8 26 2 48 15 35 6 -6 6 -19 1 -34z m-12 -53 c0 -18 -16 -29 -30 -21 -13 8 -1 35 16 35 8 0 14 -6 14 -14z m-17 -108 c-10 -21 -12 -21 -18 -5 -10 25 2 54 17 39 8 -8 8 -18 1 -34z m-24 -203 c0 -87 -28 -183 -50 -170 -14 9 -11 42 6 58 9 10 14 32 13 59 -1 23 2 68 7 98 10 69 23 44 24 -45z m-609 -55 c0 -5 -12 -10 -26 -10 -14 0 -23 4 -19 10 3 6 15 10 26 10 10 0 19 -4 19 -10z m580 -154 c0 -8 -4 -17 -9 -21 -12 -7 -24 12 -16 25 9 15 25 12 25 -4z m-580 -108 c-1 -26 -3 -30 -10 -16 -6 9 -7 23 -4 32 9 25 14 19 14 -16z m-60 -2 c0 -14 -5 -28 -10 -31 -13 -8 -24 20 -16 40 9 24 26 17 26 -9z m135 -395 c5 -9 -31 -41 -46 -41 -4 0 -2 11 4 25 12 25 31 33 42 16z m-177 -923 c17 -17 15 -45 -4 -52 -22 -8 -21 -9 -28 19 -10 40 7 58 32 33z m-8 -102 c0 -7 7 -19 15 -26 17 -14 21 -135 5 -160 -12 -19 -14 -15 -28 57 -10 49 -10 68 -1 85 9 16 9 23 0 26 -14 5 -15 32 -1 32 6 0 10 -6 10 -14z m28 -277 c-2 -19 -7 -33 -13 -32 -12 3 -19 49 -10 71 10 26 27 -2 23 -39z m-34 -312 c-3 -9 -10 -17 -15 -17 -11 0 -12 34 -2 44 11 11 24 -9 17 -27z"/> <path d="M320 6520 c0 -5 7 -10 15 -10 8 0 15 5 15 10 0 6 -7 10 -15 10 -8 0 -15 -4 -15 -10z"/> <path d="M265 6238 c-9 -22 4 -43 17 -30 7 7 7 16 0 29 -10 17 -11 17 -17 1z"/> <path d="M206 6125 c-7 -19 3 -47 15 -39 5 3 9 14 9 24 0 24 -16 34 -24 15z"/> <path d="M308 6054 c-5 -4 -8 -16 -8 -28 0 -14 3 -17 11 -9 6 6 9 19 7 28 -1 9 -6 13 -10 9z"/> <path d="M300 5948 c0 -21 5 -38 10 -38 13 0 13 40 0 60 -7 11 -10 5 -10 -22z"/> <path d="M110 5138 c0 -7 5 -20 10 -28 8 -12 10 -9 10 13 0 15 -4 27 -10 27 -5 0 -10 -6 -10 -12z"/> <path d="M110 5050 c0 -13 5 -20 13 -17 6 2 12 10 12 17 0 7 -6 15 -12 18 -8 2 -13 -5 -13 -18z"/> <path d="M45 4926 c-22 -34 -17 -40 15 -16 19 14 22 22 13 31 -8 8 -15 5 -28 -15z"/> <path d="M27 4833 c-13 -13 -7 -64 8 -70 22 -8 25 -2 18 40 -5 36 -13 44 -26 30z"/> <path d="M130 4506 c0 -2 7 -9 15 -16 12 -10 15 -10 15 4 0 9 -7 16 -15 16 -8 0 -15 -2 -15 -4z"/> <path d="M55 4470 c-8 -13 4 -32 16 -25 12 8 12 35 0 35 -6 0 -13 -4 -16 -10z"/> <path d="M136 4401 c-12 -13 -14 -21 -6 -26 16 -10 40 2 40 19 0 24 -16 27 -34 7z"/> <path d="M60 4327 c0 -20 5 -39 11 -42 7 -5 8 5 3 32 -9 51 -14 54 -14 10z"/> <path d="M48 4168 c-24 -24 -23 -28 7 -28 18 0 25 5 25 19 0 28 -12 31 -32 9z"/> <path d="M55 4080 c-7 -21 0 -40 16 -40 12 0 12 47 0 55 -5 3 -12 -4 -16 -15z"/> <path d="M77 3899 c-18 -25 -14 -41 8 -33 18 7 28 35 16 47 -5 5 -15 0 -24 -14z"/> <path d="M61 2668 c-1 -16 4 -28 9 -28 12 0 12 8 0 35 -8 18 -9 17 -9 -7z"/> <path d="M87 2564 c-8 -8 1 -24 14 -24 5 0 9 7 9 15 0 15 -12 20 -23 9z"/> </g> </svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: left center;
    mask-position: left center;
    -webkit-mask-size: cover;
    mask-size: cover;
}

@media (max-width: 1199px) {
    .main-slider-one__layer {
        display: none;
    }
}

.main-slider-one__shape-one {
    position: absolute;
    left: 10%;
    top: 100px;
    width: 79px;
    height: 83px;
    transition: transform 1200ms ease, opacity 1200ms ease;
    opacity: 0;
    transform: perspective(400px) rotateY(45deg) translateY(180px);
    transform-origin: bottom;
}

@media (max-width: 767px) {
    .main-slider-one__shape-one {
        display: none;
    }
}

.main-slider-one__shape-one img {
    max-width: 100%;
    height: auto;
    animation: startIconOne 1.8s infinite alternate;
}

.main-slider-one__shape-two {
    position: absolute;
    left: 40%;
    top: 100px;
    width: 218px;
    height: 32px;
    transition: transform 1200ms ease, opacity 1200ms ease;
    opacity: 0;
    transform: perspective(400px) rotateY(45deg) translateY(180px);
    transform-origin: bottom;
}

@media (max-width: 767px) {
    .main-slider-one__shape-two {
        display: none;
    }
}

.main-slider-one__shape-two img {
    max-width: 100%;
    height: auto;
    animation: treeMove2 4s linear 0s infinite;
}

.main-slider-one__shape-three {
    position: absolute;
    left: 0;
    bottom: 55px;
    width: 360px;
    height: 373px;
    transition: transform 1200ms ease, opacity 1200ms ease;
    opacity: 0;
    transform: perspective(400px) rotateY(45deg) translateY(180px);
    transform-origin: bottom;
}

@media (max-width: 1199px) {
    .main-slider-one__shape-three {
        display: none;
    }
}

.main-slider-one__shape-three img {
    max-width: 100%;
    height: auto;
    animation: movebounce3 4s linear infinite;
}

.main-slider-one__discount {
    width: 160px;
    height: 160px;
    background-color: var(--alefox-base, #fc655d);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.25px;
    text-transform: uppercase;
    position: absolute;
    z-index: 2;
    color: var(--alefox-white, #fff);
    border: 9px solid var(--alefox-white, #fff);
    right: 41%;
    top: 56px;
    transition: transform 1200ms ease, opacity 1200ms ease;
    opacity: 0;
    transform: perspective(400px) rotateY(45deg) translateY(180px);
    transform-origin: bottom;
}

@media (max-width: 1599px) {
    .main-slider-one__discount {
        right: 39%;
    }
}

@media (max-width: 1399px) {
    .main-slider-one__discount {
        right: 38%;
    }
}

@media (max-width: 1199px) {
    .main-slider-one__discount {
        display: none;
    }
}

.main-slider-one__discount span {
    display: block;
    font-size: 34px;
    letter-spacing: 0.5px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 4px;
}

.main-slider-one .active .main-slider-one__sub-title {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 1100ms;
}

.main-slider-one .active .main-slider-one__title {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 1300ms;
}

.main-slider-one .active .main-slider-one__title::after {
    transform: translateX(1%);
    transition-delay: 1500ms;
}

.main-slider-one .active .main-slider-one__text {
    opacity: 1;
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    transition-delay: 1700ms;
}

.main-slider-one .active .main-slider-one__btn {
    opacity: 1;
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    transition-delay: 1900ms;
}

.main-slider-one .active .main-slider-one__layer {
    opacity: 1;
    transform: translatex(0) scalex(1);
    filter: blur(0);
    transition-delay: 2000ms;
}

.main-slider-one .active .main-slider-one__shape-one {
    opacity: 1;
    transition-delay: 2100ms;
    transform: perspective(400px) rotateY(0deg) translateY(0px);
}

.main-slider-one .active .main-slider-one__shape-two {
    opacity: 1;
    transition-delay: 2200ms;
    transform: perspective(400px) rotateY(0deg) translateY(0px);
}

.main-slider-one .active .main-slider-one__shape-three {
    opacity: 1;
    transition-delay: 2300ms;
    transform: perspective(400px) rotateY(0deg) translateY(0px);
}

.main-slider-one .active .main-slider-one__discount {
    opacity: 1;
    transition-delay: 2400ms;
    transform: perspective(400px) rotateY(0deg) translateY(0px);
}

.main-slider-two {
    position: relative;
}

.main-slider-two__carousel {
    position: relative;
    width: 100%;
}

.main-slider-two__carousel .owl-dots {
    left: auto;
    margin: auto 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 5px;
}

@media (max-width: 767px) {
    .main-slider-two__carousel .owl-dots {
        flex-direction: row;
        transform: none;
        margin: 0 auto;
        left: 0;
        top: auto;
        bottom: 90px;
        text-align: center;
        justify-content: center;
    }
}

.main-slider-two__carousel .owl-dots .owl-dot {
    display: block;
    margin: 0;
    padding: 0;
    transition: all 500ms ease;
    position: relative;
    z-index: 2;
}

.main-slider-two__carousel .owl-dots .owl-dot button {
    width: 40px;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px 0 0 100px;
    background-color: var(--alefox-white, #fff);
    font-size: 16px;
    font-weight: 600;
    color: var(--alefox-black, #000);
    border: none;
    outline: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
    transition: all 500ms ease;
    position: relative;
    z-index: 2;
}

@media (max-width: 767px) {
    .main-slider-two__carousel .owl-dots .owl-dot button {
        width: 49px;
        height: 40px;
        border-radius: 100px 100px 0 0;
    }
}

.main-slider-two__carousel .owl-dots .owl-dot::after {
    position: absolute;
    right: -10px;
    top: 0;
    width: 49px;
    height: 49px;
    border-radius: 100px 0 0 100px;
    content: "";
    transition: all 500ms ease;
    border: 1px solid var(--alefox-white, #fff);
    opacity: 0;
    z-index: -1;
}

@media (max-width: 767px) {
    .main-slider-two__carousel .owl-dots .owl-dot::after {
        right: 0;
        top: -10px;
        border-radius: 100px 100px 0 0;
    }
}

.main-slider-two__carousel .owl-dots .owl-dot:hover::after,
.main-slider-two__carousel .owl-dots .owl-dot.active::after {
    opacity: 1;
    right: 0;
}

.main-slider-two__carousel .owl-dots .owl-dot:hover button,
.main-slider-two__carousel .owl-dots .owl-dot.active button {
    background-color: var(--alefox-base, #fc655d);
    color: var(--alefox-white, #fff);
}

.main-slider-two__item {
    background-color: var(--alefox-gray, #f6f4ec);
    position: relative;
    z-index: 3;
    padding-top: 290px;
    padding-bottom: 260px;
}

@media (max-width: 1199px) {
    .main-slider-two__item {
        padding-top: 250px;
        padding-bottom: 200px;
    }
}

@media (max-width: 767px) {
    .main-slider-two__item {
        padding-top: 160px;
        padding-bottom: 200px;
    }
}

.main-slider-two__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}

.main-slider-two__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
    background-size: cover;
}

.main-slider-two__bg img:nth-child(1) {
    transform: translatex(50%) scalex(2);
    opacity: 0;
    filter: blur(10px);
}

.main-slider-two__bg img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    object-fit: cover;
}

.main-slider-two__bg::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-image: url(../images/shapes/slider-2-overlay.png);
    background-position: left top;
    background-repeat: no-repeat;
    z-index: 1;
}

.main-slider-two__content {
    position: relative;
    z-index: 3;
}

.main-slider-two__sub-title {
    color: var(--alefox-white, #fff);
    background-color: var(--alefox-base, #fc655d);
    font-size: 22px;
    font-weight: 500;
    font-family: var(--alefox-font, "Rubik", sans-serif);
    text-transform: capitalize;
    display: inline-block;
    line-height: 1;
    padding: 14px 29px;
    border-radius: 50px;
    margin: 0 0 14px;
    opacity: 0;
    transition: transform 1000ms ease, opacity 1000ms ease;
    transform: scale(1.2) translateY(200px);
}

.main-slider-two__sub-title::before {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    content: "";
    border: 4px solid var(--alefox-white, #fff);
    margin-right: 14px;
}

@media (max-width: 767px) {
    .main-slider-two__sub-title {
        font-size: 16px;
    }
}

.main-slider-two__title {
    color: var(--alefox-white, #fff);
    font-size: 65px;
    font-weight: 700;
    line-height: 81px;
    text-transform: capitalize;
    margin: 0 0 16px;
    opacity: 0;
    transition: transform 1100ms ease, opacity 1100ms ease;
    transform: scale(1.2) translateY(200px);
}

.main-slider-two__title span {
    background-color: var(--alefox-white, #fff);
    color: var(--alefox-base, #fc655d);
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: var(--alefox-base, #fc655d);
    border-radius: 10px;
    padding: 0 15px;
}

@media (max-width: 767px) {
    .main-slider-two__title {
        font-size: 40px;
        line-height: 50px;
    }
}

.main-slider-two__text {
    color: var(--alefox-white, #fff);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin: 0 0 49px;
    opacity: 0;
    transition: transform 1200ms ease, opacity 1200ms ease;
    transform: scale(1.2) translateY(200px);
}

@media (max-width: 767px) {
    .main-slider-two__text {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 35px;
    }
}

.main-slider-two__btn {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    z-index: 5;
    gap: 40px;
    opacity: 0;
    transform: perspective(400px) rotateY(0deg) translateY(180px);
    transform-origin: bottom;
    transition: all 1500ms ease;
}

.main-slider-two__btn .alefox-btn {
    color: var(--alefox-base, #fc655d);
}

.main-slider-two__btn .video-popup {
    width: 56px;
    height: 56px;
    background-color: var(--alefox-white, #fff);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: var(--alefox-base, #fc655d);
    transition: all 500ms ease;
    position: relative;
    z-index: 10;
}

.main-slider-two__btn .video-popup .ripple,
.main-slider-two__btn .video-popup .ripple:before,
.main-slider-two__btn .video-popup .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 0 rgba(var(--alefox-white-rgb, 255, 255, 255), 0.25);
    animation: ripple 3s infinite;
    border-radius: 50%;
}

.main-slider-two__btn .video-popup .ripple:before {
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.main-slider-two__btn .video-popup .ripple::after {
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

.main-slider-two__btn .video-popup:hover {
    background-color: var(--alefox-base, #fc655d);
    color: var(--alefox-white, #fff);
}

.main-slider-two__shape-one {
    position: absolute;
    right: 80px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    width: 169px;
    height: 169px;
    opacity: 0;
    animation-duration: 1s;
    animation-fill-mode: both;
}

@media (max-width: 992px) {
    .main-slider-two__shape-one {
        display: none;
    }
}

.main-slider-two__shape-one img {
    width: 100%;
    height: auto;
    animation: treeMove2 6s linear 0s infinite;
}

.main-slider-two__shape-two {
    position: absolute;
    z-index: 1;
    left: 2%;
    bottom: 0;
    width: 125px;
    height: 214px;
    opacity: 0;
    animation-duration: 1s;
    animation-fill-mode: both;
}

.main-slider-two__shape-two img {
    width: 100%;
    height: auto;
    animation: treeMove 4s linear 0s infinite;
}

@media (max-width: 1299px) {
    .main-slider-two__shape-two {
        display: none;
    }
}

.main-slider-two .active .main-slider-two__bg img:nth-child(1) {
    transform: translatex(0) scalex(1);
    opacity: 1;
    filter: blur(0);
}

.main-slider-two .active .main-slider-two__bg img:nth-child(2) {
    transform: translatex(-50%) scalex(2);
    opacity: 0;
    filter: blur(10px);
}

.main-slider-two .active .main-slider-two__sub-title {
    opacity: 1;
    transform: scale(1) translateY(0);
    transition-delay: 1100ms;
}

.main-slider-two .active .main-slider-two__title {
    opacity: 1;
    transform: scale(1) translateY(0);
    transition-delay: 1300ms;
}

.main-slider-two .active .main-slider-two__text {
    opacity: 1;
    transform: scale(1) translateY(0);
    transition-delay: 1500ms;
}

.main-slider-two .active .main-slider-two__btn {
    opacity: 1;
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    transition-delay: 1700ms;
}

.main-slider-two .active .main-slider-two__shape-one {
    opacity: 1;
    animation-delay: 1.9s;
    animation-name: backInUp;
}

.main-slider-two .active .main-slider-two__shape-two {
    opacity: 1;
    animation-delay: 2s;
    animation-name: backInUp;
}

.main-slider-three {
    position: relative;
    overflow: hidden;
}

.main-slider-three__carousel.owl-carousel {
    position: relative;
    width: 100%;
}

.main-slider-three__carousel.owl-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 50px;
    z-index: 99;
    gap: 25px;
    transform: none;
}

@media (max-width: 767px) {
    .main-slider-three__carousel.owl-carousel .owl-dots {
        bottom: 40px;
    }
}

.main-slider-three__carousel.owl-carousel .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    display: block;
    border-radius: 50%;
    background-color: var(--alefox-base, #fc655d);
    border: none;
    position: relative;
    margin: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-slider-three__carousel.owl-carousel .owl-dots .owl-dot span::after {
    width: 22px;
    height: 22px;
    position: absolute;
    content: "";
    left: -8px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    background-color: var(--alefox-base, #fc655d);
    transform: scale(0);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: -1;
}

.main-slider-three__carousel.owl-carousel .owl-dots .owl-dot:hover span,
.main-slider-three__carousel.owl-carousel .owl-dots .owl-dot.active span {
    background-color: var(--alefox-white, #fff);
}

.main-slider-three__carousel.owl-carousel .owl-dots .owl-dot:hover span::after,
.main-slider-three__carousel.owl-carousel .owl-dots .owl-dot.active span::after {
    transform: scale(1);
}

.main-slider-three__item {
    position: relative;
    background-color: var(--alefox-black, #000);
    padding-top: 315px;
    padding-bottom: 220px;
}

@media (max-width: 1199px) {
    .main-slider-three__item {
        padding-top: 250px;
        padding-bottom: 180px;
    }
}

@media (max-width: 767px) {
    .main-slider-three__item {
        padding-top: 200px;
        padding-bottom: 140px;
    }
}

.main-slider-three__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.main-slider-three__bg__color {
    background-color: var(--alefox-black, #000);
    width: 16.66%;
    height: 100%;
    display: block;
    position: absolute;
    transition: all 500ms ease;
}

.main-slider-three__bg__color:nth-child(2),
.main-slider-three__bg__color:nth-child(4),
.main-slider-three__bg__color:nth-child(6) {
    top: 0;
}

.main-slider-three__bg__color:nth-child(2) {
    left: 16.66%;
}

.main-slider-three__bg__color:nth-child(4) {
    left: 49.98%;
}

.main-slider-three__bg__color:nth-child(6) {
    left: 83.3%;
}

.main-slider-three__bg__color:nth-child(1),
.main-slider-three__bg__color:nth-child(3),
.main-slider-three__bg__color:nth-child(5) {
    bottom: 0;
}

.main-slider-three__bg__color:nth-child(1) {
    left: 0;
}

.main-slider-three__bg__color:nth-child(3) {
    left: 33.32%;
}

.main-slider-three__bg__color:nth-child(5) {
    left: 66.64%;
}

.main-slider-three__bg::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(var(--alefox-black2-rgb, 32, 34, 33), 0.8);
}

.main-slider-three__content {
    position: relative;
    z-index: 3;
    overflow: hidden;
}

.main-slider-three__sub-title {
    position: relative;
    display: inline-block;
    font-size: 24px;
    font-weight: 500;
    color: var(--alefox-white, #fff);
    margin-bottom: 12px;
    background-image: url(../images/shapes/slider-3-sub-title-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    text-align: center;
    font-family: var(--alefox-font, "Rubik", sans-serif);
    text-transform: uppercase;
    padding: 26px 91px 20px;
    transition: transform 1000ms ease, opacity 1000ms ease;
    transform: translateY(-200px);
    opacity: 0;
}

@media (max-width: 767px) {
    .main-slider-three__sub-title {
        font-size: 18px;
        padding: 16px 60px 10px;
    }
}

.main-slider-three__title {
    font-size: 65px;
    line-height: 81px;
    color: var(--alefox-white, #fff);
    font-weight: 700;
    margin: 0 0 18px;
    opacity: 0;
    transition: transform 1200ms ease, opacity 1200ms ease;
    transform: translateX(400px);
}

.main-slider-three__title span {
    color: var(--alefox-base, #fc655d);
    position: relative;
}

.main-slider-three__title span::after {
    position: absolute;
    right: 26px;
    bottom: 3px;
    content: "";
    background-color: var(--alefox-base, #fc655d);
    height: 7px;
    width: 215px;
}

@media (max-width: 767px) {
    .main-slider-three__title span::after {
        width: 115px;
        right: 13px;
        height: 3px;
        bottom: 1px;
    }
}

@media (max-width: 767px) {
    .main-slider-three__title {
        font-size: 36px;
        line-height: 50px;
    }
}

.main-slider-three__text {
    font-size: 18px;
    line-height: 28px;
    color: var(--alefox-white, #fff);
    overflow: hidden;
    margin: 0 0 42px;
}

.main-slider-three__text__one {
    margin: 0;
    opacity: 0;
    transition: transform 1200ms ease, opacity 1200ms ease;
    transform: translateX(-300px);
}

@media (max-width: 767px) {
    .main-slider-three__text {
        font-size: 16px;
        line-height: 26px;
        margin: 0 0 35px;
    }
}

.main-slider-three__btn {
    position: relative;
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: center;
    z-index: 5;
    overflow: hidden;
    opacity: 0;
    transform: perspective(400px) rotateY(0deg) translateY(80px);
    transform-origin: bottom;
    transition: all 1500ms ease;
}

@media (max-width: 767px) {
    .main-slider-three__btn {
        gap: 15px;
    }
}

.main-slider-three__btn .alefox-btn {
    color: var(--alefox-base, #fc655d);
}

@media (max-width: 767px) {
    .main-slider-three__btn .alefox-btn {
        padding: 14px 20px;
    }
}

.main-slider-three__btn__two {
    overflow: hidden;
    opacity: 0;
    transform: perspective(400px) rotateY(0deg) translateY(80px);
    transform-origin: bottom;
    transition: all 1500ms ease;
}

.main-slider-three__btn__two .alefox-btn {
    color: var(--alefox-white, #fff);
}

.main-slider-three__btn__two .alefox-btn__item {
    background-color: var(--alefox-white, #fff);
}

.main-slider-three__shape-one {
    position: absolute;
    left: 19%;
    bottom: 220px;
    margin: auto;
    width: 225px;
    height: 369px;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: transform 1200ms ease, opacity 1200ms ease;
    transform: translateX(-300px);
}

@media (max-width: 1699px) {
    .main-slider-three__shape-one {
        left: 5%;
    }
}

@media (max-width: 1199px) {
    .main-slider-three__shape-one {
        display: none;
    }
}

.main-slider-three__shape-one img {
    animation: treeMove3 4s linear 0s infinite;
}

.main-slider-three__shape-two {
    position: absolute;
    right: 19%;
    bottom: 220px;
    margin: auto;
    width: 225px;
    height: 369px;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: transform 1200ms ease, opacity 1200ms ease;
    transform: translateX(300px);
}

@media (max-width: 1699px) {
    .main-slider-three__shape-two {
        right: 5%;
    }
}

@media (max-width: 1199px) {
    .main-slider-three__shape-two {
        display: none;
    }
}

.main-slider-three__shape-two img {
    animation: treeMove3 4s linear 0s infinite;
}

.main-slider-three .active .main-slider-three__bg__color {
    height: 0;
}

.main-slider-three .active .main-slider-three__sub-title {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 1100ms;
}

.main-slider-three .active .main-slider-three__title {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 1400ms;
}

.main-slider-three .active .main-slider-three__text__one {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 1600ms;
}

.main-slider-three .active .main-slider-three__btn {
    opacity: 1;
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    transition-delay: 1800ms;
}

.main-slider-three .active .main-slider-three__btn__two {
    opacity: 1;
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    transition-delay: 2000ms;
}

.main-slider-three .active .main-slider-three__shape-one,
.main-slider-three .active .main-slider-three__shape-two {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 2100ms;
}


/*--------------------------------------------------------------
# Feature Section
--------------------------------------------------------------*/

.feature-one {
    position: relative;
    margin-top: -96px;
}

.feature-one__list {
    position: relative;
    z-index: 2;
    margin: 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 3px;
    background-color: var(--alefox-white, #fff);
    filter: drop-shadow(0 0 58.5px rgba(12, 62, 185, 0.08));
}

@media (max-width: 991px) {
    .feature-one__list {
        flex-direction: column;
    }
}

.feature-one__item {
    position: relative;
    display: flex;
    align-items: center;
    flex-grow: 1;
    gap: 18px;
    padding: 50px 35px;
}

@media (max-width: 1199px) {
    .feature-one__item {
        padding: 50px 25px;
    }
}

@media (max-width: 991px) {
    .feature-one__item {
        padding: 30px 25px;
    }
}

.feature-one__item::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    margin: 0 auto;
    width: 0;
    height: 2px;
    background-color: var(--alefox-base, #fc655d);
    opacity: 0;
    transition: all 300ms linear;
}

.feature-one__item:hover::before {
    opacity: 1;
    width: calc(100% - 70px);
}

.feature-one__item__image {
    width: 84px;
    height: 84px;
    background-color: var(--alefox-white, #fff);
    color: var(--alefox-base, #fc655d);
    font-size: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    overflow: hidden;
    justify-content: center;
    flex-shrink: 0;
    transition: all 400ms linear;
    transform: scale(1);
}

.feature-one__item__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.feature-one__item:hover .feature-one__item__image {
    transform: scale(0.9);
}

.feature-one__item__title {
    margin: 0 0 8px;
    font-size: 22px;
    font-weight: 700;
    display: inline-block;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 300ms linear;
}

.feature-one__item:hover .feature-one__item__title {
    background-size: 100% 1px;
}

.feature-one__item__text {
    line-height: 26px;
    margin: 0;
}

.feature-one__item+.feature-one__item::after {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 3px;
    height: 120px;
    content: "";
    background-color: var(--alefox-border-color, #dddddd);
}

@media (max-width: 991px) {
    .feature-one__item+.feature-one__item::after {
        display: none;
    }
}

.feature-two {
    position: relative;
    background-color: var(--alefox-base, #fc655d);
    padding: 120px 0;
}

@media (max-width: 767px) {
    .feature-two {
        padding: 80px 0;
    }
}

.feature-two__item {
    position: relative;
    z-index: 2;
    padding: 43px 25px 39px;
    overflow: hidden;
    transition: all 300ms ease;
    border-radius: 10px;
    border: 1px solid rgba(var(--alefox-white-rgb, 255, 255, 255), 0.2);
}

.feature-two__item::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    z-index: -1;
    opacity: 0;
    background-color: var(--alefox-black2, #202221);
    visibility: hidden;
    transition: all ease 0.4s;
}

.feature-two__item:hover {
    border-color: transparent;
}

.feature-two__item:hover::after {
    height: 100%;
    opacity: 1;
    visibility: visible;
}

.feature-two__item__icon {
    color: var(--alefox-white, #fff);
    font-size: 72px;
    line-height: 1;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    display: inline-block;
    transition: all ease 0.4s;
}

.feature-two__item__icon::after {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    z-index: -1;
    content: "";
    transition: all ease 0.4s;
    position: absolute;
    right: 10px;
    top: 10px;
    background-color: var(--alefox-white, #fff);
    opacity: 0.3;
    animation: zoomsIn 4s linear 0s infinite;
}

.feature-two__item__icon span {
    transition: all ease 0.4s;
    display: inline-block;
    transform: scale(1);
}

.feature-two__item__icon-bg {
    color: rgba(var(--alefox-white-rgb, 255, 255, 255), 0.03);
    opacity: 0;
    font-size: 290px;
    line-height: 1;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease 0.4s;
    transform: scale(0.9);
}

.feature-two__item:hover .feature-two__item__icon-bg {
    opacity: 1;
    transform: scale(1);
}

.feature-two__item:hover .feature-two__item__icon {
    color: var(--alefox-base, #fc655d);
}

.feature-two__item:hover .feature-two__item__icon::after {
    opacity: 1;
}

.feature-two__item:hover .feature-two__item__icon span {
    transform: scale(0.9);
}

.feature-two__item__title {
    margin: 15px 0 18px;
    font-size: 22px;
    color: var(--alefox-white, #fff);
    font-weight: 700;
    transition: all 300ms linear;
}

.feature-two__item:hover .feature-two__item__text,
.feature-two__item:hover .feature-two__item__title {
    color: var(--alefox-white, #fff);
}

.feature-two__item__text {
    position: relative;
    z-index: 2;
    color: var(--alefox-white, #fff);
    line-height: 28px;
    margin: 0;
    transition: all 300ms linear;
}

.feature-two__item__shape {
    position: absolute;
    right: 35px;
    bottom: -5px;
    width: 35px;
    height: 74px;
    background-position: center center;
    background-repeat: no-repeat;
    animation: treeMove2 6s linear 0s infinite;
}


/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

.about-one {
    position: relative;
    z-index: 2;
    padding-bottom: 60px;
    padding-top: 60px;
}

h4.about-three__content__text {
    margin-bottom: 61px;
    font-weight: 300;
    letter-spacing: 1px;
}

@media (max-width: 767px) {
    .about-one {
        padding: 80px 0;
    }
    h4.about-three__content__text {
        text-align: center;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.about-awards {
    margin-top: 60px;
    margin-bottom: 60px;
    max-width: 1187px;
    overflow: hidden;
}

.about-awards .scroll-container {
    display: flex;
    gap: 10px;
    padding-bottom: 20px;
    white-space: nowrap;
    scroll-behavior: smooth;
    overflow-x: auto;
    cursor: grab;
}

.about-awards .scroll-container::-webkit-scrollbar {
    display: none;
    /* Hide the scrollbar */
}

.about-awards .card {
    flex: 0 0 auto;
    background: white;
    border-radius: 20px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    padding: 15px;
    margin: 10px;
    text-align: left;
    position: relative;
    border: 1px solid #ccc;
    user-select: none;
    width: 200px;
    /* Add these lines */
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}

.about-awards .card .icon {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 24px;
}

.about-awards .year {
    font-size: 18px;
    font-weight: bold;
    margin-top: 40px;
}

.about-awards .line {
    width: 100%;
    height: 2px;
    background: #ccc;
    margin: 10px 0;
}

.about-awards .text {
    font-size: 14px;
    color: #555;
}

.about-one::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 33.4%;
    height: 430px;
    content: "";
    background-color: var(--alefox-gray, #f6f4ec);
    z-index: -1;
}

.about-one__shape {
    position: absolute;
    right: 0;
    bottom: -55px;
    width: 100%;
    height: 100%;
    background-position: right bottom;
    background-repeat: no-repeat;
    animation: movebounce3 4s linear infinite;
}

@media (max-width: 1700px) {
    .about-one__shape {
        display: none;
    }
}

.about-one__image {
    position: relative;
    z-index: 2;
    display: inline-block;
}

.about-one__image img {
    max-width: 100%;
    height: auto;
}

.about-one__image__two {
    max-width: 170px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    border: 6px solid var(--alefox-white, #fff);
    border-radius: 10px;
    animation: shapeMove 4s linear 0s infinite;
}

.about-one__image__three {
    position: absolute;
    left: -104px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 207px;
    height: 207px;
    background-color: var(--alefox-white, #fff);
    border-radius: 50%;
    padding: 16px;
    animation: treeMove2 4s linear 0s infinite;
}

@media (max-width: 1299px) {
    .about-one__image__three {
        display: none;
    }
}

.about-one__content {
    position: relative;
}

@media (max-width: 991px) {
    .about-one__content {
        padding: 53px 12px 0 12px;
    }
}

.about-one__content .sec-title {
    padding-bottom: 21px;
}

.about-one__content__text {
    margin: 0 0 18px;
}

@media (min-width: 1200px) {
    .about-one__content__text {
        padding-right: 50px;
    }
}

.about-one__content__quote {
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: 500;
}

@media (min-width: 1200px) {
    .about-one__content__quote {
        padding-right: 30px;
    }
}

.about-one__content__quote i {
    flex-shrink: 0;
    font-size: 48px;
    line-height: 48px;
    color: var(--alefox-base, #fc655d);
    transform: scale(1);
    transition: all 0.5s ease;
}

.about-one__content__quote:hover i {
    transform: scale(0.9);
}

.about-one__content__border {
    position: relative;
    width: 100%;
    max-width: 84%;
    height: 1px;
    background-color: var(--alefox-border-color, #dddddd);
    margin: 26px 0;
}

.about-one__content__border::after {
    width: 7px;
    height: 7px;
    content: "";
    background-color: var(--alefox-base, #fc655d);
    border-radius: 50%;
    left: 0;
    top: -3px;
    position: absolute;
    animation: zumpX 15s linear infinite;
}

.about-one__content__list {
    margin: 30px 0 40px;
    padding: 0;
}

.about-one__content__list li {
    list-style: none;
    min-height: 31px;
    padding: 0 0 0 42px;
    margin: 0 0 20px;
    position: relative;
}

.about-one__content__list li span {
    position: absolute;
    left: 0;
    top: 0;
    width: 31px;
    height: 31px;
    background-color: var(--alefox-black2, #202221);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    color: var(--alefox-white, #fff);
    transition: all 0.4s ease;
}

.about-one__content__list li:hover span {
    background-color: var(--alefox-base, #fc655d);
}

.about-two {
    position: relative;
    z-index: 2;
    padding: 120px 0;
}

@media (max-width: 767px) {
    .about-two {
        padding: 80px 0;
    }
}

.about-two__shape {
    position: absolute;
    right: 1%;
    top: 5px;
    width: 100%;
    height: 100%;
    background-position: top right;
    background-repeat: no-repeat;
    animation: shapeMove 4s linear infinite;
}

@media (max-width: 1500px) {
    .about-two__shape {
        display: none;
    }
}

.about-two__image {
    position: relative;
}

@media (max-width: 1199px) {
    .about-two__image {
        max-width: 570px;
    }
}

.about-two__image img {
    max-width: 100%;
    height: auto;
}

.about-two__image__two {
    max-width: 210px;
    position: absolute;
    right: 0;
    top: 55px;
    border: 7px solid var(--alefox-white, #fff);
    border-radius: 0;
    animation: movebounce3 4s linear 0s infinite;
}

@media (max-width: 767px) {
    .about-two__image__two {
        display: none;
    }
}

.about-two__image__shape {
    position: absolute;
    left: -155px;
    bottom: 0;
    animation: shapeMove 4s linear 0s infinite;
}

@media (max-width: 1299px) {
    .about-two__image__shape {
        display: none;
    }
}

.about-two__content {
    position: relative;
    z-index: 2;
}

@media (max-width: 1199px) {
    .about-two__content {
        margin-top: 45px;
    }
}

.about-two__content .sec-title {
    padding-bottom: 21px;
}

.about-two__content__text {
    margin: 0 0 33px;
}

@media (min-width: 1200px) {
    .about-two__content__text {
        padding-right: 50px;
    }
}

.about-two__content__list {
    margin: 0 0 35px;
    padding: 0;
}

.about-two__content__list li {
    list-style: none;
    min-height: 31px;
    padding: 0 0 0 42px;
    margin: 0 0 20px;
    position: relative;
}

.about-two__content__list li span {
    position: absolute;
    left: 0;
    top: 0;
    width: 31px;
    height: 31px;
    background-color: var(--alefox-black2, #202221);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    color: var(--alefox-white, #fff);
    transition: all 0.4s ease;
}

.about-two__content__list li:hover span {
    background-color: var(--alefox-base, #fc655d);
}

.about-two__content__video {
    position: relative;
    display: flex;
    margin-left: auto;
    align-items: center;
    max-width: 213px;
    margin-top: 18px;
}

@media (max-width: 767px) {
    .about-two__content__video {
        justify-content: flex-start;
        margin: 30px 0 0;
    }
}

.about-two__content__video .video-popup {
    width: 54px;
    height: 54px;
    background-color: var(--alefox-white, #fff);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    font-size: 24px;
    color: var(--alefox-base, #fc655d);
    transition: all 500ms ease;
    z-index: 10;
}

.about-two__content__video .video-popup .ripple,
.about-two__content__video .video-popup .ripple:before,
.about-two__content__video .video-popup .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 0 rgba(var(--alefox-white-rgb, 255, 255, 255), 0.25);
    animation: ripple 3s infinite;
    border-radius: 50%;
}

.about-two__content__video .video-popup .ripple:before {
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.about-two__content__video .video-popup .ripple::after {
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

.about-two__content__video .video-popup:hover {
    background-color: var(--alefox-base, #fc655d);
    color: var(--alefox-white, #fff);
}

.about-two__fact {
    position: relative;
    z-index: 2;
    margin: 0 0 30px -330px;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--alefox-white, #fff);
    filter: drop-shadow(0 0 58.5px rgba(12, 62, 185, 0.08));
}

@media (max-width: 1199px) {
    .about-two__fact {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .about-two__fact {
        flex-direction: column;
        padding: 20px 0;
    }
}

.about-two__fact li {
    position: relative;
    display: flex;
    align-items: center;
    flex-grow: 1;
    gap: 18px;
    padding: 41px 50px;
}

@media (max-width: 991px) {
    .about-two__fact li {
        padding: 41px 20px;
    }
}

@media (max-width: 767px) {
    .about-two__fact li {
        padding: 15px 30px;
    }
}

.about-two__fact li:hover .about-two__fact__text {
    background-size: 100% 1px;
}

.about-two__fact li:hover .about-two__fact__icon {
    background-color: var(--alefox-base, #fc655d);
}

.about-two__fact li:hover .about-two__fact__icon span {
    transform: scale(0.9);
}

.about-two__fact__icon {
    width: 70px;
    height: 70px;
    background-color: var(--alefox-black2, #202221);
    color: var(--alefox-white, #fff);
    font-size: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 400ms linear;
}

.about-two__fact__icon span {
    display: inline-block;
    transition: all 400ms linear;
    transform: scale(1);
}

.about-two__fact__number {
    display: flex;
    align-items: center;
    margin: 0 0 4px;
    line-height: 1.2;
    font-size: 36px;
    font-weight: 700;
}

.about-two__fact__text {
    font-size: 17px;
    line-height: 1.2;
    margin: 0;
    display: inline-block;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 300ms linear;
}

.about-three {
    position: relative;
    z-index: 2;
    padding: 120px 0;
}

@media (max-width: 767px) {
    .about-three {
        padding: 80px 0;
    }
    .about-three__image::after {
        left: 380px !important;
    }
}

.about-three__shape {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-position: right bottom;
    background-repeat: no-repeat;
    animation: movebounce3 4s linear infinite;
}

@media (max-width: 1700px) {
    .about-three__shape {
        display: none;
    }
}

.about-three__image {
    position: relative;
    z-index: 2;
    display: inline-block;
}

.about-three__image::after {
    position: absolute;
    left: -20px;
    bottom: -20px;
    content: "";
    width: 278px;
    height: 278px;
    background-color: var(--alefox-base, #fc655d);
    z-index: -1;
}

.hr-three__image::after {
    background-color: #ffffff !important;
}

.about-three__image img {
    max-width: 100%;
    height: auto;
}

.about-three__image__two {
    position: absolute;
    right: 20px;
    top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 169px;
    height: 169px;
    background-color: var(--alefox-white, #fff);
    border-radius: 50%;
    padding: 11px;
    animation: treeMove2 4s linear 0s infinite;
}

@media (max-width: 767px) {
    .about-three__image__two {
        display: none;
    }
}

.about-three__content {
    position: relative;
}

@media (max-width: 991px) {
    .about-three__content {
        margin-top: 55px;
    }
}

.about-three__content .sec-title {
    padding-bottom: 21px;
}

.about-three__content__text {
    margin: 0 0 18px;
}

@media (min-width: 1200px) {
    .about-three__content__text {
        padding-right: 50px;
    }
}

.about-three__content__quote {
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: 500;
}

@media (min-width: 1200px) {
    .about-three__content__quote {
        padding-right: 30px;
    }
}

.about-three__content__quote i {
    flex-shrink: 0;
    font-size: 48px;
    line-height: 48px;
    color: var(--alefox-base, #fc655d);
    transform: scale(1);
    transition: all 0.5s ease;
}

.about-three__content__quote:hover i {
    transform: scale(0.9);
}

.about-three__content__border {
    position: relative;
    width: 100%;
    max-width: 84%;
    height: 1px;
    background-color: var(--alefox-border-color, #dddddd);
    margin: 26px 0;
}

.about-three__content__border::after {
    width: 7px;
    height: 7px;
    content: "";
    background-color: var(--alefox-base, #fc655d);
    border-radius: 50%;
    left: 0;
    top: -3px;
    position: absolute;
    animation: zumpX 15s linear infinite;
}

.about-three__content__list {
    margin: 30px 0 40px;
    padding: 0;
}

.about-three__content__list li {
    list-style: none;
    min-height: 31px;
    padding: 0 0 0 42px;
    margin: 0 0 20px;
    position: relative;
}

.about-three__content__list li span {
    position: absolute;
    left: 0;
    top: 0;
    width: 31px;
    height: 31px;
    background-color: var(--alefox-black2, #202221);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    color: var(--alefox-white, #fff);
    transition: all 0.4s ease;
}

.about-three__content__list li:hover span {
    background-color: var(--alefox-base, #fc655d);
}


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

.service-one {
    position: relative;
    background-color: var(--alefox-gray, #f6f4ec);
    padding: 120px 0;
}

@media (max-width: 767px) {
    .service-one {
        padding: 80px 0;
    }
}

.service-one__shape {
    position: absolute;
    left: -10px;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: top left;
    background-repeat: no-repeat;
    animation: shapeMove 4s linear 0s infinite;
}

@media (max-width: 1599px) {
    .service-one__shape {
        display: none;
    }
}

.service-one__item {
    position: relative;
    background-color: var(--alefox-white, #fff);
    border-radius: 10px;
    overflow: hidden;
    z-index: 2;
    transition: all 500ms ease;
}

.service-one__item__content {
    position: relative;
    padding: 32px 30px 33px;
}

.service-one__item__icon {
    font-size: 60px;
    line-height: 1;
    position: relative;
    z-index: 3;
    color: var(--alefox-base, #fc655d);
    display: inline-block;
    margin: 0 0 20px;
    transition: 500ms ease;
}

.service-one__item__icon span {
    display: inline-block;
    transition: all 500ms linear;
    transition-delay: 0s;
    transition-delay: 0.1s;
    transform: scale(1);
}

.service-one__item__icon::before {
    position: absolute;
    z-index: -1;
    right: -3px;
    top: -3px;
    width: 24px;
    height: 24px;
    background-color: var(--alefox-base, #fc655d);
    opacity: 0.2;
    border-radius: 50%;
    content: "";
    transition: all 500ms ease;
    animation: zoomsIn 4s linear 0s infinite;
}

.service-one__item__icon::after {
    position: absolute;
    z-index: -1;
    left: -3px;
    bottom: 0;
    width: 24px;
    height: 24px;
    background-color: var(--alefox-base, #fc655d);
    opacity: 0.2;
    border-radius: 50%;
    content: "";
    transition: all 500ms ease;
    animation: zoomsIn 4s linear 0s infinite;
}

.service-one__item:hover .service-one__item__icon {
    color: var(--alefox-base, #fc655d);
}

.service-one__item:hover .service-one__item__icon span {
    transform: scale(0.9);
}

.service-one__item:hover .service-one__item__icon::after {
    left: 62%;
}

.service-one__item:hover .service-one__item__icon::before {
    right: 65%;
}

.service-one__item__title {
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 0 15px;
}

.service-one__item__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.service-one__item__title a:hover {
    background-size: 100% 1px;
}

.service-one__item__title a:hover {
    color: var(--alefox-base, #fc655d);
}

.service-one__item__text {
    font-size: 15px;
    border-bottom: 1px solid var(--alefox-border-color, #dddddd);
    padding-bottom: 13px;
    margin: 0 0 25px;
}

.service-one__item__link {
    color: var(--alefox-text, #636363);
    font-size: 16px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-transform: capitalize;
    padding: 0 15px 0 9px;
    transition: 0.3s all ease;
    position: relative;
}

.service-one__item__link::before {
    position: absolute;
    content: "";
    left: 0;
    z-index: -1;
    background-color: var(--alefox-base, #fc655d);
    width: 38px;
    height: 38px;
    border-radius: 100px;
    transition: 0.4s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.service-one__item__link i {
    font-size: 20px;
    margin-right: 15px;
    color: var(--alefox-white, #fff);
    transition: 0.3s all ease;
}

.service-one__item__link:hover {
    color: var(--alefox-white, #fff);
}

.service-one__item__link:hover::before {
    width: 100%;
}

.service-one__item__image {
    position: relative;
    overflow: hidden;
}

.service-one__item__image::after {
    background: rgba(var(--alefox-white-rgb, 255, 255, 255), 0.3);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    pointer-events: none;
    transition: all 400ms linear;
}

.service-one__item__image img {
    width: 100%;
    height: auto;
    border-radius: 0 0 10px 10px;
}

.service-one__item:hover .service-one__item__image::after {
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 400ms linear;
}

.service-one__bottom {
    position: relative;
    margin-top: 65px;
}

.service-one__bottom__content {
    position: relative;
    padding: 0 12px 0 12px;
}

.service-one__bottom__title {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 20px;
}

.service-one__bottom__list {
    position: relative;
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
}

.service-one__bottom__list li {
    position: relative;
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-top: 4px;
}

.service-one__bottom__list li i {
    color: var(--alefox-black, #000);
    transition: all 300ms ease;
}

.service-one__bottom__list li:hover i {
    color: var(--alefox-base, #fc655d);
}

.service-one__bottom .alefox-btn {
    font-size: 14px;
    padding: 8px 30px;
}

.service-one__bottom__image {
    padding: 0 0 0 48px;
    position: relative;
}

@media (max-width: 450px) {
    .service-one__bottom__image {
        padding-left: 30px;
    }
}

.service-one__bottom__image::after {
    height: 100%;
    width: 9px;
    content: "";
    background-color: var(--alefox-base, #fc655d);
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 10px;
}

@media (max-width: 991px) {
    .service-one__bottom__image {
        max-width: 670px;
        margin-top: 50px;
    }
}

.service-one__bottom__image .row {
    --bs-gutter-x: 22px;
}

@media (max-width: 767px) {
    .service-one__bottom__image .row .col-md-6:last-child img {
        margin-top: 20px;
    }
}

.service-one__bottom__image img {
    width: 100%;
    height: auto;
}

.service-two {
    padding: 120px 0;
    position: relative;
    background-color: var(--alefox-gray, #f6f4ec);
}

@media (max-width: 767px) {
    .service-two {
        padding: 80px 0;
    }
}

.service-two__shape-one {
    position: absolute;
    left: 0;
    top: 120px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: left top;
    animation: movebounce3 4s linear 0s infinite;
}

@media (max-width: 1400px) {
    .service-two__shape-one {
        display: none;
    }
}

.service-two__shape-two {
    position: absolute;
    right: 2%;
    top: -80px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: right top;
    animation: shapeMove 4s linear 0s infinite;
}

@media (max-width: 1400px) {
    .service-two__shape-two {
        display: none;
    }
}

.service-two__shape-three {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-repeat: repeat-x;
    background-position: center bottom;
}

@media (max-width: 767px) {
    .service-two__shape-three {
        display: none;
    }
}

.service-two__item {
    position: relative;
    z-index: 1;
    text-align: center;
    background-color: var(--alefox-white, #fff);
    border-radius: 10px;
    padding: 10px 10px 0;
    margin-bottom: 25px;
}

.service-two__item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: var(--alefox-black2, #202221);
    z-index: -1;
    border-radius: 10px;
    transform: scale(1, 0);
    perspective: 400px;
    visibility: hidden;
    transition: transform 500ms ease-in-out, visibility 500ms ease-in-out;
    transform-origin: bottom center;
}

.service-two__item:hover::after {
    transform: scale(1, 1);
    visibility: visible;
    transform-origin: top center;
}

.service-two__item__image {
    position: relative;
    transition: all 500ms ease;
}

.service-two__item__image img {
    width: 100%;
    border-radius: 10px;
}

.service-two__item__content {
    position: relative;
    padding: 0 32px 49px;
    margin-top: -45px;
}

.service-two__item__content__shape {
    display: block;
    width: auto !important;
    margin-left: auto;
    margin-right: auto;
}

.service-two__item__icon {
    width: 90px;
    height: 90px;
    background-color: var(--alefox-white, #fff);
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--alefox-base, #fc655d);
    margin: 0 auto 0;
    font-size: 48px;
    position: relative;
    line-height: 1;
    transition: all 500ms ease;
}

.service-two__item__icon span {
    display: block;
    transform: scale(1);
    transition: transform 500ms ease;
}

.service-two__item:hover .service-two__item__icon {
    background-color: var(--alefox-base, #fc655d);
    color: var(--alefox-white, #fff);
}

.service-two__item:hover .service-two__item__icon span {
    transform: scale(0.9);
}

.service-two__item__title {
    text-transform: capitalize;
    font-weight: bold;
    font-size: 22px;
    line-height: 1.2em;
    margin: 20px 0 12px;
}

.service-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;
}

.service-two__item__title a:hover {
    background-size: 100% 1px;
}

.service-two__item__title a:hover {
    color: var(--alefox-base, #fc655d);
}

.service-two__item:hover .service-two__item__title {
    color: var(--alefox-white, #fff);
}

.service-two__item__text {
    margin: 0;
    line-height: 28px;
    transition: all 300ms ease;
}

.service-two__item:hover .service-two__item__text {
    color: var(--alefox-white, #fff);
}

.service-two__item__link {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: var(--alefox-base, #fc655d);
    transition: all 500ms ease;
    line-height: 1em;
    filter: drop-shadow(0 0 6.5px rgba(0, 0, 0, 0.04));
    background-color: var(--alefox-white, #fff);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -24px;
    transform: rotate(-45deg);
}

.service-two__item__link:hover {
    background-color: var(--alefox-base, #fc655d);
    color: var(--alefox-white, #fff);
    transform: rotate(0);
}

.service-three {
    position: relative;
    margin-top: -90px;
    padding: 210px 0 120px;
}

@media (max-width: 767px) {
    .service-three {
        padding: 160px 0 80px;
    }
}

.service-three__bg {
    position: absolute;
    width: 100%;
    height: 586px;
    left: 0;
    top: 0;
    background-color: var(--alefox-gray, #f6f4ec);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: auto;
}

.service-three__shape {
    position: absolute;
    right: 2%;
    bottom: -80px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: right bottom;
    animation: shapeMove 4s linear 0s infinite;
    z-index: 1;
}

@media (max-width: 1400px) {
    .service-three__shape {
        display: none;
    }
}

.service-three__item {
    position: relative;
    z-index: 1;
    text-align: center;
    background-color: var(--alefox-white, #fff);
    border: 1px solid var(--alefox-border-color, #dddddd);
    border-radius: 10px;
    padding: 0;
    margin-bottom: 25px;
}

.service-three__item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: var(--alefox-black2, #202221);
    z-index: -1;
    border-radius: 10px;
    transform: scale(1, 0);
    perspective: 400px;
    visibility: hidden;
    transition: transform 500ms ease-in-out, visibility 500ms ease-in-out;
    transform-origin: bottom center;
}

.service-three__item:hover::after {
    transform: scale(1, 1);
    visibility: visible;
    transform-origin: top center;
}

.service-three__item__image {
    position: relative;
    margin: -1px 0 0;
    transition: all 500ms ease;
}

.service-three__item__image img {
    width: 100%;
    border-radius: 10px 10px 0 0;
}

.service-three__item__content {
    position: relative;
    padding: 0 32px 49px;
    margin-top: -45px;
}

.service-three__item__content__shape {
    display: block;
    width: auto !important;
    margin-left: auto;
    margin-right: auto;
}

.service-three__item__icon {
    width: 90px;
    height: 90px;
    background-color: var(--alefox-white, #fff);
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--alefox-base, #fc655d);
    margin: 0 auto 0;
    font-size: 48px;
    position: relative;
    line-height: 1;
    transition: all 500ms ease;
}

.service-three__item__icon span {
    display: block;
    transform: scale(1);
    transition: transform 500ms ease;
}

.service-three__item:hover .service-three__item__icon {
    background-color: var(--alefox-base, #fc655d);
    color: var(--alefox-white, #fff);
}

.service-three__item:hover .service-three__item__icon span {
    transform: scale(0.9);
}

.service-three__item__title {
    text-transform: capitalize;
    font-weight: bold;
    font-size: 22px;
    line-height: 1.2em;
    margin: 20px 0 12px;
}

.service-three__item__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.service-three__item__title a:hover {
    background-size: 100% 1px;
}

.service-three__item__title a:hover {
    color: var(--alefox-base, #fc655d);
}

.service-three__item:hover .service-three__item__title {
    color: var(--alefox-white, #fff);
}

.service-three__item__text {
    margin: 0;
    line-height: 28px;
    transition: all 300ms ease;
}

.service-three__item:hover .service-three__item__text {
    color: var(--alefox-white, #fff);
}

.service-three__item__link {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: var(--alefox-base, #fc655d);
    transition: all 500ms ease;
    line-height: 1em;
    filter: drop-shadow(0 0 6.5px rgba(0, 0, 0, 0.04));
    border: 1px solid var(--alefox-border-color, #dddddd);
    background-color: var(--alefox-white, #fff);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -24px;
    transform: rotate(-45deg);
}

.service-three__item__link:hover {
    background-color: var(--alefox-base, #fc655d);
    color: var(--alefox-white, #fff);
    border-color: var(--alefox-base, #fc655d);
    transform: rotate(0);
}

.service-three__item__shape {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0 0 10px 10px;
    opacity: 0.55;
    transition: all 700ms ease;
}

.service-three__item:hover .service-three__item__shape {
    height: 95px;
}


/*--------------------------------------------------------------
# Service details
--------------------------------------------------------------*/

.service-details {
    position: relative;
    padding: 120px 0;
    counter-reset: count;
}

@media (max-width: 767px) {
    .service-details {
        padding: 80px 0;
    }
}

.service-details__content {
    position: relative;
}

@media (min-width: 1200px) {
    .service-details__content {
        padding-left: 30px;
    }
}

.service-details__thumbnail {
    margin-bottom: 35px;
}

.service-details__thumbnail img {
    width: 100%;
    border-radius: 5px;
}

.service-details__title {
    margin: 0;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
}

@media (min-width: 992px) {
    .service-details__title {
        font-size: 40px;
    }
}

.service-details__heading {
    margin: 36px 0 14px;
    font-weight: 700;
    font-size: 24px;
}

.service-details__text {
    margin: 0 0 20px;
}

.service-details__box-wrapper {
    margin-top: -14px;
    margin-bottom: 25px;
}

.service-details__box {
    position: relative;
    min-height: 76px;
    padding: 0 0 0 94px;
}

.service-details__box__icon {
    width: 74px;
    height: 76px;
    background-color: var(--alefox-black2, #202221);
    font-size: 45px;
    color: var(--alefox-white, #fff);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.5s ease;
}

.service-details__box:hover .service-details__box__icon {
    background-color: var(--alefox-base, #fc655d);
}

.service-details__box__title {
    margin: 0 0 8px;
    font-size: 20px;
    font-weight: 600;
}

.service-details__box__text {
    margin: 0;
    font-size: 15px;
    line-height: 26px;
}

.service-details__benefit {
    position: relative;
    margin-top: 27px;
    margin-bottom: 45px;
}

.service-details__benefit img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}

.service-details__benefit__content {
    position: relative;
}

@media (min-width: 1200px) {
    .service-details__benefit__content {
        padding-left: 5px;
    }
}

.service-details__benefit__title {
    margin: -5px 0 15px;
    font-size: 24px;
    font-weight: 700;
}

.service-details__benefit__text {
    margin: 0;
    font-size: 15px;
    line-height: 28px;
}

.service-details__benefit__list {
    margin: 20px 0 10px;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 1199px) {
    .service-details__benefit__list {
        display: block;
    }
}

.service-details__benefit__list li {
    position: relative;
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
    padding-left: 31px;
    color: var(--alefox-base, #fc655d);
    margin-bottom: 8px;
}

.service-details__benefit__list__icon {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    line-height: 1;
    font-size: 22px;
    display: inline-block;
}

.service-details__accordion {
    background-color: var(--alefox-gray2, #e1eff0);
    border-radius: 5px;
    padding: 44px 30px;
    margin-top: 22px;
}

.service-details__accordion .accrodion {
    position: relative;
    margin-bottom: 11px;
    counter-increment: count;
}

.service-details__accordion .accrodion-title {
    padding: 17px 55px 17px 28px;
    position: relative;
    cursor: pointer;
    background-color: var(--alefox-white, #fff);
}

.service-details__accordion .accrodion-title h4 {
    font-weight: 700;
    color: var(--alefox-black, #000);
    font-size: 18px;
    margin: 0;
    transition: all 500ms ease;
    position: relative;
}

.service-details__accordion .accrodion-title__number {
    position: relative;
    display: inline-block;
}

.service-details__accordion .accrodion-title__number::before {
    content: counters(count, ".", decimal);
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-details__accordion .accrodion-title__icon {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: var(--alefox-black2, #202221);
    transition: all 500ms ease;
}

.service-details__accordion .accrodion-title__icon::after,
.service-details__accordion .accrodion-title__icon::before {
    width: 1px;
    height: 15px;
    position: absolute;
    background-color: var(--alefox-white, #fff);
    top: 50%;
    left: 50%;
    content: "";
    transform: translate(-50%, -50%);
    transition: all 500ms ease;
}

.service-details__accordion .accrodion-title__icon::after {
    width: 15px;
    height: 1px;
}

.service-details__accordion .active .accrodion-title__icon {
    background-color: var(--alefox-base, #fc655d);
}

.service-details__accordion .active .accrodion-title__icon::after,
.service-details__accordion .active .accrodion-title__icon::before {
    background-color: var(--alefox-white, #fff);
    opacity: 0;
}

.service-details__accordion .active .accrodion-title__icon::after {
    opacity: 1;
    width: 13px;
    height: 2px;
}

.service-details__accordion .accrodion-content .inner {
    padding: 20px 25px 12px;
}

.service-details__accordion .accrodion-content p {
    margin: 0;
}


/*--------------------------------------------------------------
# Instagram
--------------------------------------------------------------*/

.instagram-one {
    position: relative;
    padding: 120px 0;
}

@media (max-width: 767px) {
    .instagram-one {
        padding: 80px 0;
    }
}

@media (min-width: 1400px) {
    .instagram-one .container {
        max-width: 1380px;
    }
}

.instagram-one__title {
    display: block;
    text-align: center;
    position: relative;
    font-size: 14px;
    color: var(--alefox-text, #636363);
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    font-family: var(--alefox-font, "Rubik", sans-serif);
    letter-spacing: 2.8px;
    margin: 0 auto 39px;
}

.instagram-one__title span {
    display: inline-block;
    background-color: var(--alefox-white, #fff);
    position: relative;
    z-index: 2;
    padding: 0 28px;
}

@media (max-width: 550px) {
    .instagram-one__title span {
        padding: 0 18px;
    }
}

.instagram-one__title::after {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 9px;
    width: 518px;
    height: 1px;
    content: "";
    background-color: var(--alefox-border-color, #dddddd);
}

@media (max-width: 550px) {
    .instagram-one__title::after {
        width: 100%;
    }
}

.instagram-one a {
    overflow: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

.instagram-one a::before {
    position: absolute;
    content: "\f16d";
    font-family: "Font Awesome 5 Brands";
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 55%;
    transform: translateY(-50%);
    z-index: 3;
    color: var(--alefox-white, #fff);
    font-size: 30px;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.4s;
    transition-delay: 0s;
}

.instagram-one a::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    z-index: 1;
    opacity: 0;
    background: rgba(var(--alefox-black-rgb, 18, 47, 42), 0.5);
    visibility: hidden;
    transition: all ease 0.4s;
}

.instagram-one a:hover::after {
    height: 100%;
    opacity: 1;
    visibility: visible;
}

.instagram-one a:hover::before {
    top: 50%;
    visibility: visible;
    opacity: 1;
    transition-delay: 0.4s;
}

.instagram-one a img {
    width: 100%;
    height: auto;
    transition: all ease 0.3s;
}

.instagram-one a:hover img {
    transform: scale(1.1) rotate(1.5deg);
    -moz-transform: scale(1.1) rotate(1.5deg);
    -webkit-transform: scale(1.1) rotate(1.5deg);
    -ms-transform: scale(1.1) rotate(1.5deg);
    -o-transform: scale(1.1) rotate(1.5deg);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.instagram-two {
    position: relative;
    z-index: 2;
    padding: 0 0;
    margin-bottom: -120px;
}

.instagram-two .container {
    max-width: 1670px;
}

.instagram-two a {
    overflow: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

.instagram-two a::before {
    position: absolute;
    content: "\f16d";
    font-family: "Font Awesome 5 Brands";
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 55%;
    transform: translateY(-50%);
    z-index: 3;
    color: var(--alefox-white, #fff);
    font-size: 40px;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.4s;
    transition-delay: 0s;
}

.instagram-two a::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    z-index: 1;
    opacity: 0;
    background: rgba(var(--alefox-base-rgb, 68, 160, 91), 0.9);
    visibility: hidden;
    transition: all ease 0.4s;
}

.instagram-two a:hover::after {
    height: 100%;
    opacity: 1;
    visibility: visible;
}

.instagram-two a:hover::before {
    top: 50%;
    visibility: visible;
    opacity: 1;
    transition-delay: 0.4s;
}

.instagram-two a img {
    width: 100%;
    height: auto;
    transition: all ease 0.3s;
}

.instagram-two a:hover img {
    transform: scale(1.1) rotate(1.5deg);
    -moz-transform: scale(1.1) rotate(1.5deg);
    -webkit-transform: scale(1.1) rotate(1.5deg);
    -ms-transform: scale(1.1) rotate(1.5deg);
    -o-transform: scale(1.1) rotate(1.5deg);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}


/*--------------------------------------------------------------
# Project
--------------------------------------------------------------*/

.project-one {
    position: relative;
    padding: 40px 0;
}

@media (max-width: 767px) {
    .project-one {
        padding: 80px 0;
    }
    .color-chart .container .row .col-12 img {
        width: 357px !important;
    }
}

.project-one__item {
    position: relative;
    overflow: hidden;
}

.project-one__item img {
    width: 100%;
    height: auto;
    transition: all 0.5s ease;
}

@media (max-width: 1199px) {
    .project-one__item img {
        /* min-height: 385px; */
        object-fit: cover;
    }
    .project-one__item__title {
        font-size: 18px !important;
    }
}

section.color-chart {
    text-align: center;
    margin-top: 100px;
    margin-bottom: 100px;
}

.color-chart .container .row .col-12 img {
    width: 500px;
}

.product-back-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.back-btn a,
.right-btn a {
    display: inline-block;
    padding: 10px 20px;
    background-color: #fc655d;
    color: white;
    text-decoration: none;
    border-radius: 5px;
}

.back-btn {
    order: 1;
}

.right-btn {
    order: 2;
}

@media (max-width: 768px) {
    .product-back-right {
        flex-direction: row;
    }
}

.project-one__item:hover img {
    transform: scale(1.03) rotate(1deg);
}

.project-one__item:hover .project-one__item__content::after {
    height: 100%;
    opacity: 1;
}

.project-one__item__content {
    position: absolute;
    left: 0;
    bottom: 55px;
    z-index: 2;
    padding: 20px 100px 20px 30px;
    overflow: hidden;
}

@media (max-width: 1199px) {
    .project-one__item__content {
        padding-left: 25px;
    }
}

.project-one__item__content::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    content: "";
    background-color: var(--alefox-black2, #202221);
    border-radius: 0 50px 50px 0;
    z-index: -1;
    transition: all 0.4s ease;
    opacity: 0;
}

.project-one__item__cats {
    color: var(--alefox-base, #fc655d);
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 4px;
    opacity: 0;
    transform: translateX(-700px) scale(0.1) skewX(95deg);
    transition: transform 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.project-one__item:hover .project-one__item__cats {
    opacity: 1;
    transform: translateX(0px) scale(1) skewX(0deg);
}

.project-one__item__title {
    font-size: 22px;
    color: var(--alefox-white, #fff);
    font-weight: 700;
    text-transform: capitalize;
    line-height: 28px;
    margin: 0;
    opacity: 0;
    transform: translateX(-700px) scale(0.1) skewX(95deg);
    transition: transform 1.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.project-one__item__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.project-one__item__title a:hover {
    background-size: 100% 1px;
}

.project-one__item__title a:hover {
    color: var(--alefox-base, #fc655d);
}

.project-one__item:hover .project-one__item__title {
    opacity: 1;
    transform: translateX(0px) scale(1) skewX(0deg);
}

.project-one__item__rm {
    width: 50px;
    height: 50px;
    background-color: var(--alefox-white, #fff);
    color: var(--alefox-base, #fc655d);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.4s ease;
    transform: translateX(100px) scale(0.1) rotate(-135deg);
    transition: transform 1.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.project-one__item__rm:hover {
    transform: rotate(0deg) !important;
    color: var(--alefox-white, #fff);
    background-color: var(--alefox-base, #fc655d);
    transition: all 0.4s ease;
}

.project-one__item:hover .project-one__item__rm {
    opacity: 1;
    transform: translateX(0px) scale(1) rotate(-135deg);
}

.project-two {
    position: relative;
    padding: 120px 0;
}

@media (max-width: 767px) {
    .project-two {
        padding: 80px 0;
    }
}

.project-two .container {
    max-width: 1600px;
}

.project-two__item {
    position: relative;
    overflow: hidden;
}

.project-two__item img {
    width: 100%;
    height: auto;
    transition: all 0.5s ease;
}

.project-two__item:hover img {
    transform: scale(1.03) rotate(1deg);
}

.project-two__item:hover .project-two__item__content::after {
    height: 100%;
    opacity: 1;
}

.project-two__item__content {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    padding: 20px 100px 20px 30px;
    overflow: hidden;
    width: 100%;
}

@media (max-width: 1199px) {
    .project-two__item__content {
        padding-left: 25px;
    }
}

.project-two__item__content::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    content: "";
    background-color: rgba(var(--alefox-base-rgb, 68, 160, 91), 0.88);
    border-radius: 0;
    z-index: -1;
    transition: all 0.4s ease;
    opacity: 0;
}

.project-two__item__cats {
    color: var(--alefox-white, #fff);
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 4px;
    opacity: 0;
    transform: translateX(-700px) scale(0.1) skewX(95deg);
    transition: transform 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.project-two__item:hover .project-two__item__cats {
    opacity: 1;
    transform: translateX(0px) scale(1) skewX(0deg);
}

.project-two__item__title {
    font-size: 22px;
    color: var(--alefox-white, #fff);
    font-weight: 700;
    text-transform: capitalize;
    line-height: 28px;
    margin: 0;
    opacity: 0;
    transform: translateX(-700px) scale(0.1) skewX(95deg);
    transition: transform 1.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.project-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;
}

.project-two__item__title a:hover {
    background-size: 100% 1px;
}

.project-two__item__title a:hover {
    color: var(--alefox-black2, #202221);
}

.project-two__item:hover .project-two__item__title {
    opacity: 1;
    transform: translateX(0px) scale(1) skewX(0deg);
}

.project-two__item__rm {
    width: 50px;
    height: 50px;
    background-color: var(--alefox-white, #fff);
    color: var(--alefox-base, #fc655d);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.4s ease;
    transform: translateX(100px) scale(0.1) rotate(-135deg);
    transition: transform 1.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.project-two__item__rm:hover {
    transform: rotate(0deg) !important;
    color: var(--alefox-white, #fff);
    background-color: var(--alefox-black2, #202221);
    transition: all 0.4s ease;
}

.project-two__item:hover .project-two__item__rm {
    opacity: 1;
    transform: translateX(0px) scale(1) rotate(-135deg);
}


/*--------------------------------------------------------------
# Project Details
--------------------------------------------------------------*/

.project-details {
    position: relative;
    padding: 120px 0;
}

@media (max-width: 767px) {
    .project-details {
        padding: 80px 0;
    }
}

.project-details__image {
    position: relative;
    margin: 0 0 60px;
}

@media (max-width: 991px) {
    .project-details__image {
        margin-bottom: 40px;
    }
}

.project-details__image img {
    max-width: 100%;
    height: auto;
}

.project-details .col-lg-8 {
    width: 70%;
}

@media (max-width: 991px) {
    .project-details .col-lg-8 {
        width: 100%;
    }
}

.project-details .col-lg-4 {
    width: 30%;
}

@media (max-width: 991px) {
    .project-details .col-lg-4 {
        width: 100%;
        margin-top: 40px;
    }
}

.project-details__content {
    position: relative;
}

.project-details__title {
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 28px;
}

.project-details__text {
    margin: 0 0 21px;
}

.project-details__title-two {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 14px;
    margin-top: 42px;
}

.project-details .mt50 {
    margin-top: 10px;
}

.project-details img {
    max-width: 100%;
    height: auto;
}

.project-details__benefit {
    position: relative;
}

.project-details__benefit__title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 14px;
}

.project-details__benefit__list {
    margin: 30px 0 0;
    padding: 0;
}

.project-details__benefit__list li {
    list-style: none;
    min-height: 31px;
    padding: 0 0 0 42px;
    margin: 0 0 14px;
    position: relative;
}

.project-details__benefit__list li span {
    position: absolute;
    left: 0;
    top: 0;
    width: 31px;
    height: 31px;
    background-color: var(--alefox-black2, #202221);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    color: var(--alefox-white, #fff);
    transition: all 0.4s ease;
}

.project-details__benefit__list li:hover span {
    background-color: var(--alefox-base, #fc655d);
}

.project-details__bottom {
    position: relative;
    margin-top: 44px;
}

.project-details__bottom__title {
    font-size: 24px;
    font-weight: 600;
    color: var(--alefox-base, #fc655d);
    margin-bottom: 14px;
}

.project-details__info {
    position: relative;
    margin: 0;
    padding: 0;
    background-color: var(--alefox-gray2, #e1eff0);
    padding: 36px 40px;
    list-style: none;
}

.project-details__info li {
    font-family: var(--alefox-heading-font, "Inter", serif);
    font-size: 16px;
    font-weight: 600;
    color: var(--alefox-black, #000);
}

.project-details__info li span {
    display: block;
    line-height: 1.3;
    font-weight: normal;
}

.project-details__info li+li {
    border-top: 1px solid var(--alefox-border-color, #dddddd);
    padding-top: 15px;
    margin-top: 12px;
}

.project-details__help {
    position: relative;
    background-color: var(--alefox-base, #fc655d);
    padding: 96px 30px 100px;
    text-align: center;
    margin-top: 30px;
}

.project-details__help__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    mix-blend-mode: overlay;
    opacity: 0.35;
}

.project-details__help__title {
    color: var(--alefox-white, #fff);
    font-size: 24px;
    position: relative;
    margin: 0 0 32px;
}

.project-details__help .alefox-btn {
    position: relative;
    z-index: 2;
    font-size: 14px;
    padding: 11px 34px;
    color: var(--alefox-white, #fff);
}

.project-details__help .alefox-btn__item {
    background-color: var(--alefox-white, #fff);
}

.project-two--details {
    position: relative;
    padding: 0 0 120px;
}

@media (max-width: 767px) {
    .project-two--details {
        padding: 0 0 80px;
    }
}

.project-two--details .container {
    max-width: 1200px;
}

.project-two--details__title {
    font-size: 40px;
    line-height: 50px;
    margin: 0 0 50px;
    text-align: center;
    font-weight: 700;
}

@media (max-width: 767px) {
    .project-two--details__title {
        font-size: 30px;
        line-height: 40px;
        margin: 0 0 30px;
    }
}


/*--------------------------------------------------------------
# Boxed Home
--------------------------------------------------------------*/

body.boxed-wrapper {
    position: relative;
}

body.boxed-wrapper .page-wrapper {
    max-width: 1530px;
    margin-left: auto;
    margin-right: auto;
    background-color: var(--alefox-white, #fff);
    box-shadow: 0px 0px 100px 0px rgba(var(--alefox-black3-rgb, 0, 0, 0), 0.08);
}

body.boxed-wrapper .main-header__inner {
    padding: 0 50px;
}

body.boxed-wrapper .about-one__shape {
    display: none;
}


/*--------------------------------------------------------------
# Work Process
--------------------------------------------------------------*/

.work-process-one {
    position: relative;
    counter-reset: count;
    padding: 120px 0;
}

@media (max-width: 767px) {
    .work-process-one {
        padding: 80px 0;
    }
}

.work-process-one__item {
    position: relative;
    counter-increment: count;
    margin-bottom: 25px;
}

.work-process-one__item__thumb {
    display: inline-block;
    width: 206px;
    height: 206px;
    background-color: var(--alefox-white, #fff);
    box-shadow: 0px 0px 35px 0px rgba(var(--alefox-black3-rgb, 0, 0, 0), 0.07);
    border-radius: 50%;
    padding: 12px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.work-process-one__item__thumb::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    background: rgba(var(--alefox-white-rgb, 255, 255, 255), 0.2);
    border-radius: 50%;
    transition: all 500ms linear;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 2;
}

.work-process-one__item__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.work-process-one__item:hover .work-process-one__item__thumb::after {
    -webkit-animation: zoom-hover 0.95s;
    animation: zoom-hover 0.95s;
}

.work-process-one__item__content {
    position: relative;
    z-index: 1;
    background-color: var(--alefox-gray, #f6f4ec);
    border-radius: 10px;
    padding: 132px 20px 47px;
    margin-top: -112px;
    transition: all 500ms ease;
}

.work-process-one__item__content::after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 35px;
    background-color: var(--alefox-base, #fc655d);
    clip-path: polygon(50% 0%, 100% 0, 100% 100%, 50% 0, 0 100%, 0 0);
    transition: all 500ms ease;
    z-index: -1;
    border-radius: 10px 10px 0 0;
}

.work-process-one__item__content::before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 0;
    background-color: var(--alefox-base, #fc655d);
    transition: all 500ms ease;
    z-index: -1;
    border-radius: 10px;
}

.work-process-one__item:hover .work-process-one__item__content::before {
    height: 100%;
    transition: all 500ms ease;
}

.work-process-one__item__title {
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    transition: all 300ms ease;
    margin: 0 0 14px;
}

.work-process-one__item:hover .work-process-one__item__title {
    color: var(--alefox-white, #fff);
}

.work-process-one__item__text {
    line-height: 24px;
    transition: all 300ms ease;
    margin: 0;
}

.work-process-one__item:hover .work-process-one__item__text {
    color: var(--alefox-white, #fff);
}

.work-process-one__item__number {
    width: 46px;
    height: 46px;
    background-color: var(--alefox-black2, #202221);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: var(--alefox-white, #fff);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    bottom: -23px;
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}

.work-process-one__item__number::before {
    content: counters(count, ".", decimal-leading-zero);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.work-process-one__item:hover .work-process-one__item__number {
    transform: scale(1.1);
}

.work-process-one__item__shape {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 222px;
    height: 185px;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: auto;
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(0.8);
    opacity: 0;
}

.work-process-one__item:hover .work-process-one__item__shape {
    opacity: 1;
    transform: scale(1);
}


/*--------------------------------------------------------------
# Sidebar Popup
--------------------------------------------------------------*/

.sidebar-one {
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    transform: translateX(100%);
    transform-origin: right center;
    transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}

.sidebar-one.active {
    opacity: 1;
    transform: translateX(0%);
    visibility: visible;
    transition: transform 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.sidebar-one.active .sidebar-one__content {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}

.sidebar-one__overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--alefox-black3, #000);
    opacity: 0.5;
    cursor: url(../images/close.png), auto;
}

.sidebar-one__close {
    position: absolute;
    right: 25px;
    top: 20px;
    font-size: 24px;
    color: var(--alefox-white, #fff);
    transition: all 0.4s ease;
    cursor: pointer;
}

.sidebar-one__close:hover {
    color: var(--alefox-base, #fc655d);
}

.sidebar-one__content {
    width: 350px;
    background-color: var(--alefox-black2, #202221);
    z-index: 10;
    position: relative;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    overflow-y: auto;
    padding-top: 40px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    scrollbar-width: none;
}

.sidebar-one__text {
    color: var(--alefox-gray, #f6f4ec);
    margin: 35px 0 30px;
    line-height: 30px;
}

.sidebar-one__title {
    color: var(--alefox-white, #fff);
    font-weight: 700;
    font-size: 20px;
    margin: 0 0 18px;
}

.sidebar-one__info {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-one__info li {
    position: relative;
    padding: 0 0 0 28px;
    margin-bottom: 10px;
    color: var(--alefox-gray, #f6f4ec);
}

.sidebar-one__info li span {
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 15px;
    color: var(--alefox-base, #fc655d);
    line-height: inherit;
}

.sidebar-one__info li a {
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
    color: inherit;
}

.sidebar-one__info li a:hover {
    background-size: 100% 1px;
}

.sidebar-one__info li a:hover {
    color: var(--alefox-base, #fc655d);
}

.sidebar-one__social {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 25px 0 40px;
}

.sidebar-one__social a {
    width: 37px;
    height: 37px;
    background-color: RGBA(var(--alefox-white-rgb, 255, 255, 255), 0.08);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: var(--alefox-base, #fc655d);
}

.sidebar-one__social a i {
    position: relative;
    z-index: 2;
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.sidebar-one__social a:hover {
    background-color: var(--alefox-base, #fc655d);
    color: var(--alefox-white, #fff);
}

.sidebar-one__social a:hover i {
    animation: iconTranslateY 0.4s forwards;
}

.sidebar-one__newsletter {
    position: relative;
}

.sidebar-one__newsletter input[type=text] {
    width: 100%;
    display: block;
    border: none;
    outline: none;
    height: 60px;
    background-color: RGBA(var(--alefox-white-rgb, 255, 255, 255), 0.08);
    color: var(--alefox-gray, #f6f4ec);
    font-size: 16px;
    font-weight: 400;
    padding-left: 30px;
    padding-right: 50px;
    transition: all 500ms ease;
    border-radius: 5px;
}

.sidebar-one__newsletter button[type=submit] {
    background-color: transparent;
    width: auto;
    height: auto;
    border: none;
    outline: none;
    color: var(--alefox-white, #fff);
    font-size: 16px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    transition: all 500ms ease;
}

.sidebar-one__newsletter button[type=submit]:hover {
    color: var(--alefox-base, #fc655d);
}


/*--------------------------------------------------------------
# Skill
--------------------------------------------------------------*/

.skill-one {
    position: relative;
    padding: 80px 0 0;
}

.skill-one__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 521px;
}

@media (max-width: 767px) {
    .skill-one__bg {
        height: 380px;
    }
}

.skill-one__bg::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(var(--alefox-black2-rgb, 32, 34, 33), 0.77);
}

.skill-one .alefox-stretch-element-inside-column {
    text-align: right;
}

@media (max-width: 1199px) {
    .skill-one .alefox-stretch-element-inside-column {
        text-align: center;
    }
}

.skill-one__image {
    position: relative;
    display: inline-block;
    border: 4px solid var(--alefox-white, #fff);
    overflow: hidden;
}

.skill-one__image img {
    max-width: 100%;
    height: auto;
}

@media (min-width: 1200px) {
    .skill-one__image img {
        min-height: 356px;
        object-fit: cover;
    }
}

.skill-one__image .video-popup {
    width: 68px;
    height: 68px;
    background-color: var(--alefox-white, #fff);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    font-size: 32px;
    color: var(--alefox-base, #fc655d);
    transition: all 500ms ease;
    z-index: 10;
}

.skill-one__image .video-popup .ripple,
.skill-one__image .video-popup .ripple:before,
.skill-one__image .video-popup .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 0 rgba(var(--alefox-white-rgb, 255, 255, 255), 0.25);
    animation: ripple 3s infinite;
    border-radius: 50%;
}

.skill-one__image .video-popup .ripple:before {
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.skill-one__image .video-popup .ripple::after {
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

.skill-one__image .video-popup:hover {
    background-color: var(--alefox-base, #fc655d);
    color: var(--alefox-white, #fff);
}

.skill-one__wrapper {
    margin: 110px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 1199px) {
    .skill-one__wrapper {
        margin-bottom: 50px;
    }
}

.skill-one__wrapper li {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.skill-one__wrapper .progress-box {
    position: relative;
}

.skill-one__wrapper .progress-box .graph-outer {
    position: relative;
    display: flex;
    text-align: center;
    z-index: 1;
    align-items: center;
    justify-content: center;
}

.skill-one__wrapper .progress-box .graph-outer .count-box {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--alefox-text, #636363);
    font-size: 18px;
    font-weight: 700;
    font-family: var(--alefox-heading-font, "Inter", serif);
}

.skill-one__wrapper__title {
    font-size: 22px;
    font-weight: 700;
    margin: 15px 0 0;
}

.skill-one__content {
    position: relative;
    overflow: hidden;
    background-color: var(--alefox-base, #fc655d);
    padding: 75px 75px 85px;
}

@media (max-width: 767px) {
    .skill-one__content {
        padding: 40px 25px 45px;
    }
}

.skill-one__content__title {
    color: var(--alefox-white, #fff);
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    margin: 0 0 20px;
}

.skill-one__content__text {
    color: var(--alefox-white, #fff);
    margin: 0 0 25px;
}

.skill-one__content__list {
    margin: 0 0 37px;
    padding: 0;
}

.skill-one__content__list li {
    list-style: none;
    min-height: 31px;
    padding: 0 0 0 42px;
    margin: 0 0 20px;
    color: var(--alefox-white, #fff);
    position: relative;
}

.skill-one__content__list li span {
    position: absolute;
    left: 0;
    top: 0;
    width: 31px;
    height: 31px;
    background-color: var(--alefox-black2, #202221);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    color: var(--alefox-white, #fff);
    transition: all 0.4s ease;
}

.skill-one__content__list li:hover span {
    background-color: var(--alefox-white, #fff);
    color: var(--alefox-base, #fc655d);
}

.skill-one__content .alefox-btn {
    color: var(--alefox-white, #fff);
}

.skill-one__content .alefox-btn__item {
    background-color: var(--alefox-white, #fff);
}

.skill-one__content__shape {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-position: right bottom;
    background-repeat: no-repeat;
    animation: shapeMove 3s linear 0s infinite;
}

.row.vision p {
    text-align: justify;
}

.row.vision-mission {
    margin-top: 80px;
    margin-bottom: 30px;
}

.row.vision-mission .col-lg-6 {
    align-content: center;
}

.row.vision-mission .col-lg-6 .about-three__content__text {
    text-align: justify;
}

.row.vision-mission img {
    border-radius: 20px;
}


/* card color */

.r-d {
    margin-top: 40px;
    margin-bottom: 60px;
    max-width: 1200px;
    width: 100%;
}

.r-d .row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.r-d .card {
    margin-top: 20px;
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease-in-out, transform 0.3s;
    border: 1px solid;
    border-top-width: 10px;
    width: calc(50% - 20px);
}

.r-d .card:nth-child(1) {
    border-color: blue;
}

.r-d .card:nth-child(2) {
    border-color: red;
}

.r-d .card:nth-child(3) {
    border-color: green;
}

.r-d .card:nth-child(4) {
    border-color: yellow;
}

.r-d .card:nth-child(5) {
    border-color: orange;
}

.r-d .card:nth-child(6) {
    border-color: purple;
}

.r-d .card:nth-child(7) {
    border-color: teal;
}

.r-d .card:nth-child(8) {
    border-color: pink;
}

.r-d .card:nth-child(9) {
    border-color: brown;
}

.r-d .card:nth-child(10) {
    border-color: gray;
}

.r-d .card:hover {
    animation: bounce 0.5s;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

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

@media (min-width: 992px) {
    .r-d .card {
        width: calc(25% - 20px);
    }
}