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

:root {
    --boskery-font: "Plus Jakarta Sans", sans-serif;
    --boskery-font2: "Quicksand", sans-serif;
    --boskery-heading-font: "Roboto Condensed", sans-serif;
    --boskery-text: #7A7373;
    --boskery-text-rgb: 122, 115, 115;
    --boskery-base: #A42125;
    --boskery-base-rgb: 164, 33, 37;
    --boskery-gray: #EBE3D9;
    --boskery-gray-rgb: 235, 227, 217;
    --boskery-gray2: #D7D3CB;
    --boskery-gray2-rgb: 215, 211, 203;
    --boskery-gray3: #E2D8CB;
    --boskery-gray3-rgb: 226, 216, 203;
    --boskery-white: #ffffff;
    --boskery-white-rgb: 255, 255, 255;
    --boskery-white2: #F6F2EC;
    --boskery-white2-rgb: 246, 242, 236;
    --boskery-black: #1E1D1D;
    --boskery-black-rgb: 30, 29, 29;
    --boskery-black2: #100F0F;
    --boskery-black2-rgb: 16, 15, 15;
    --boskery-black3: #000000;
    --boskery-black3-rgb: 0, 0, 0;
    --boskery-dark: #351C42;
    --boskery-dark-rgb: 53, 28, 66;
    --boskery-orange: #E76100;
    --boskery-orange-rgb: 231, 97, 0;
    --boskery-fuchsia: #FF1C74;
    --boskery-fuchsia-rgb: 255, 28, 116;
    --boskery-blue: #6C1CD1;
    --boskery-blue-rgb: 108, 28, 209;
    --boskery-green: #59C36A;
    --boskery-green-rgb: 89, 195, 106;
    --boskery-yellow: #FCB720;
    --boskery-yellow-rgb: 252, 183, 32;
    --boskery-border-color: #EBE3D9;
    --boskery-border-color-rgb: 235, 227, 217;
    --section-space: 120px;
    --boskery-letter-space: -1px;
    --boskery-letter-space-xl: -1.1px;
}

/*--------------------------------------------------------------
# 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(--boskery-font, "Plus Jakarta Sans", sans-serif);
    font-size: 15px;
    color: var(--boskery-text, #7A7373);
    font-weight: 500;
    line-height: 2;
}

body.locked {
    overflow: hidden;
}

a {
    color: var(--boskery-base, #A42125);
    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(--boskery-heading-font, "Roboto Condensed", sans-serif);
    color: var(--boskery-black, #1E1D1D);
}

@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(--boskery-base, #A42125);
}

.background-gray {
    background-color: var(--boskery-gray, #EBE3D9);
}

.background-black {
    background-color: var(--boskery-black, #1E1D1D);
}

.background-black-2 {
    background-color: var(--boskery-black2, #100F0F);
}

.boskery-text {
    color: var(--boskery-text, #7A7373);
}

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

.section-space {
    padding-top: var(--section-space, 120px);
    padding-bottom: var(--section-space, 120px);
}

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

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

.section-space-two {
    padding-top: 117px;
    padding-bottom: var(--section-space, 120px);
}

@media (max-width: 767px) {
    .section-space-two {
        padding-top: 97px;
        padding-bottom: 100px;
    }
}

@media (max-width: 575px) {
    .section-space-two {
        padding-top: 77px;
        padding-bottom: 80px;
    }
}

.section-space-top {
    padding-top: var(--section-space, 120px);
}

@media (max-width: 767px) {
    .section-space-top {
        padding-top: 100px;
    }
}

@media (max-width: 575px) {
    .section-space-top {
        padding-top: 80px;
    }
}

.section-space-bottom {
    padding-bottom: var(--section-space, 120px);
}

@media (max-width: 767px) {
    .section-space-bottom {
        padding-bottom: 100px;
    }
}

@media (max-width: 575px) {
    .section-space-bottom {
        padding-bottom: 80px;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.sec-title {
    margin-bottom: 47px;
}

.sec-title--center {
    text-align: center;
}

.sec-title__img {
    display: inline-flex;
    margin-bottom: 7px;
}

.sec-title__tagline {
    margin: 0;
    font-family: var(--boskery-heading-font, "Roboto Condensed", sans-serif);
    font-size: 16px;
    font-weight: 500;
    color: var(--boskery-base, #A42125);
    text-transform: uppercase;
    line-height: normal;
    letter-spacing: 4px;
    margin-bottom: 4px;
}

.sec-title__title {
    margin: 0;
    font-size: 55px;
    color: var(--boskery-black, #1E1D1D);
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: var(--boskery-letter-space-xl, -1.1px);
    line-height: 1.181;
}

@media (max-width: 1199px) {
    .sec-title__title {
        font-size: 45px;
    }
}

@media (max-width: 767px) {
    .sec-title__title {
        font-size: 40px;
    }
}

@media (max-width: 575px) {
    .sec-title__title {
        font-size: 35px;
    }
}

@media (max-width: 425px) {
    .sec-title__title {
        font-size: 33px;
    }
}

.boskery-btn {
    position: relative;
    padding: 20.52px 83px 18.5px 29.52px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    background-color: var(--boskery-base, #A42125);
    font-family: var(--boskery-heading-font, "Roboto Condensed", sans-serif);
    font-size: 12px;
    color: var(--boskery-white, #ffffff);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.333;
    cursor: pointer;
    transition: 500ms;
    text-align: center;
    z-index: 1;
}

.boskery-btn__text {
    position: relative;
    top: 1px;
    color: inherit;
}

.boskery-btn i {
    position: relative;
    position: absolute;
    top: 50%;
    right: 29px;
    transform: translateY(-50%);
    font-size: 18.13px;
    color: inherit;
}

.boskery-btn i::after {
    content: "";
    width: 1px;
    height: calc(100% + 2px);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -15px;
    background-color: RGBA(var(--boskery-white-rgb, 255, 255, 255), 0.2);
    transition: all 400ms ease;
}

.boskery-btn__hover {
    background-color: var(--boskery-black, #1E1D1D);
    width: 16.66%;
    height: 0;
    display: block;
    position: absolute;
    transition: all 500ms ease;
    z-index: -1;
}

.boskery-btn__hover:nth-child(2),
.boskery-btn__hover:nth-child(4),
.boskery-btn__hover:nth-child(6) {
    top: 0;
}

.boskery-btn__hover:nth-child(2) {
    left: 16.66%;
}

.boskery-btn__hover:nth-child(4) {
    left: 49.98%;
}

.boskery-btn__hover:nth-child(6) {
    left: 83.3%;
}

.boskery-btn__hover:nth-child(1),
.boskery-btn__hover:nth-child(3),
.boskery-btn__hover:nth-child(5) {
    bottom: 0;
}

.boskery-btn__hover:nth-child(1) {
    left: 0;
}

.boskery-btn__hover:nth-child(3) {
    left: 33.32%;
}

.boskery-btn__hover:nth-child(5) {
    left: 66.64%;
}

.boskery-btn:hover .boskery-btn__hover {
    height: 100%;
}

.progress-box__title {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.875;
    text-transform: uppercase;
    margin-bottom: 1px;
}

@media (max-width: 575px) {
    .progress-box__title {
        font-size: 14px;
    }
}

.progress-box__bar {
    width: 100%;
    height: 15px;
    background-color: var(--boskery-white2, #F6F2EC);
    position: relative;
}

.progress-box__bar__inner {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--boskery-base, #A42125);
    transition: all 800ms linear;
    width: 0px;
}

.progress-box__number {
    position: absolute;
    bottom: calc(100% + 1px);
    right: 0;
    font-family: var(--boskery-heading-font, "Roboto Condensed", sans-serif);
    font-size: 16px;
    color: var(--boskery-text, #7A7373);
    font-weight: 400;
    line-height: 1.875;
    text-transform: uppercase;
}

@media (max-width: 575px) {
    .progress-box__number {
        font-size: 14px;
    }
}

.contact {
    padding: 86px 30px 93px;
    position: relative;
}

.contact__bg {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.contact__bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: RGBA(var(--boskery-black-rgb, 30, 29, 29), 0.6);
}

.contact__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
}

.contact__title {
    font-size: 30px;
    text-align: center;
    color: var(--boskery-white, #ffffff);
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.6px;
    text-transform: uppercase;
    margin-bottom: 109px;
}

@media (max-width: 1199px) {
    .contact__title {
        font-size: 27px;
    }
}

@media (max-width: 575px) {
    .contact__title {
        margin-bottom: 70px;
    }
}

.contact__info {
    display: inline-block;
}

.contact__info__inner {
    display: flex;
    align-items: center;
    gap: 15px;
}

.contact__info__icon {
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    background-color: var(--boskery-white, #ffffff);
    border-radius: 50%;
    font-size: 25px;
    color: var(--boskery-base, #A42125);
    transition: all 400ms ease;
}

.contact__info__icon::after {
    content: "";
    z-index: -1;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 150%;
    height: 150%;
    background-color: var(--boskery-base, #A42125);
    transition-duration: 1000ms;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    border-radius: 50%;
}

.contact__info:hover .contact__info__icon {
    color: var(--boskery-white, #ffffff);
}

.contact__info:hover .contact__info__icon::after {
    bottom: -50%;
}

.contact__info__title {
    font-size: 10px;
    color: var(--boskery-white, #ffffff);
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.contact__info__number {
    font-family: var(--boskery-heading-font, "Roboto Condensed", sans-serif);
    color: var(--boskery-white, #ffffff);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    text-transform: lowercase;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

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

.video-button {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    background-color: var(--boskery-black2, #100F0F);
    border-radius: 50%;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.video-button span {
    transition: all 400ms ease;
    font-size: 14px;
    color: var(--boskery-white, #ffffff);
}

.video-button:hover {
    background-color: var(--boskery-base, #A42125);
}

.video-button:hover span {
    color: var(--boskery-white, #ffffff);
}

.video-button__ripple::before,
.video-button__ripple::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 0 rgba(var(--boskery-black-rgb, 30, 29, 29), 0.6);
    -webkit-animation: producVideo 3s infinite;
    animation: popupVideo 3s infinite;
    border-radius: 50%;
}

.video-button:hover .video-button__ripple::before,
.video-button:hover .video-button__ripple::after {
    box-shadow: 0 0 0 0 rgba(var(--boskery-base-rgb, 164, 33, 37), 0.8);
}

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

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

@keyframes popupVideo {
    70% {
        box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
    }
}

.custom-radio__input {
    display: none;
}

.custom-radio__title {
    position: relative;
    cursor: pointer;
    font-family: var(--boskery-heading-font, "Roboto Condensed", sans-serif);
    color: var(--boskery-black3, #000000);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.custom-radio__title::before {
    content: "";
    border: 1px solid var(--boskery-gray2, #D7D3CB);
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: -4px 16px;
    margin-left: 0;
    border-radius: 50%;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.custom-radio__title::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: var(--boskery-text, #7A7373);
    left: 7px;
    top: 12px;
    margin: -8px 20px;
    margin-left: 0;
    border-radius: 50%;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.custom-radio__input:checked+.custom-radio__title::before {
    border-color: var(--boskery-base, #A42125);
}

.custom-radio__input:checked+.custom-radio__title::after {
    background-color: var(--boskery-base, #A42125);
}

.custom-radio__input:checked+.custom-radio__title {
    text-shadow: 0 0 1px currentColor;
}

/* ratings */

.boskery-ratings {
    display: flex;
    align-items: center;
    gap: 9.25px;
}

.boskery-ratings span {
    font-size: 16px;
    color: var(--boskery-base, #A42125);
}

.boskery-social {
    display: flex;
    align-items: center;
    gap: 20px 32px;
}

.boskery-social a {
    position: relative;
    font-size: 16px;
    color: var(--boskery-text, #7A7373);
    transition: all 500ms ease;
    line-height: 1;
}

.boskery-social a:hover {
    color: var(--boskery-base, #A42125);
}

.boskery-social a+a::after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -16px;
    background-color: var(--boskery-gray, #EBE3D9);
}

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

.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(--boskery-text, #7A7373);
    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.png);
    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(--boskery-text, #7A7373);
    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(--boskery-black, #1E1D1D);
    font-family: var(--boskery-heading-font, "Roboto Condensed", sans-serif);
}

@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: 15px;
    font-weight: 500;
    color: var(--boskery-black, #1E1D1D);
}

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

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

.preloader {
    position: fixed;
    background-color: var(--boskery-black, #1E1D1D);
    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-to-top {
    display: flex;
    align-items: center;
    width: auto;
    height: 35px;
    background: transparent;
    position: fixed;
    bottom: 60px;
    right: -12px;
    z-index: 99;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transform: rotate(-90deg);
    cursor: pointer;
    transition: all 0.2s ease;
}

.scroll-to-top__text {
    display: inline;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 700;
    margin-right: 8px;
}

.scroll-to-top__wrapper {
    display: inline-block;
    width: 30px;
    height: 4px;
    background-color: var(--boskery-base, #A42125);
    position: relative;
    overflow: hidden;
}

.scroll-to-top__inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--boskery-black, #1E1D1D);
}

.scroll-to-top.show {
    opacity: 1;
    visibility: visible;
    bottom: 70px;
}

/* post paginations */

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

.post-pagination a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: var(--boskery-white2, #F6F2EC);
    font-family: var(--boskery-heading-font, "Roboto Condensed", sans-serif);
    color: var(--boskery-text, #7A7373);
    text-transform: capitalize;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    border-radius: 50%;
    line-height: 40px;
    border: 1px solid transparent;
    transition: all 400ms ease;
}

.post-pagination a span {
    font-size: 14.77px;
    color: var(--boskery-black, #1E1D1D);
    transition: all 400ms ease;
}

.post-pagination a:hover {
    border-color: var(--boskery-base, #A42125);
    color: var(--boskery-base, #A42125);
    background-color: transparent;
}

.post-pagination a:hover span {
    color: var(--boskery-base, #A42125);
}

.post-pagination li.active a {
    background-color: var(--boskery-base, #A42125);
    color: var(--boskery-white, #ffffff);
}

.post-pagination li.active a span {
    color: var(--boskery-white, #ffffff);
}

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

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

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

.boskery-owl__carousel--basic-nav.owl-carousel .owl-nav {
    display: flex;
    justify-content: center;
    gap: 14.86px;
    margin-top: 60px;
}

.boskery-owl__carousel--basic-nav.owl-carousel .owl-nav button {
    border: none;
    outline: none;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    width: 54px;
    height: 54px;
    background-color: var(--boskery-white2, #F6F2EC);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: var(--boskery-text, #7A7373);
    transition: all 400ms ease;
}

.boskery-owl__carousel--basic-nav.owl-carousel .owl-nav button:hover {
    background-color: var(--boskery-base, #A42125);
    color: var(--boskery-white, #ffffff);
}

.boskery-owl__carousel--basic-nav.owl-carousel .owl-nav button span {
    border: none;
    outline: none;
    color: inherit;
}

.boskery-owl__carousel--basic-nav.owl-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.boskery-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    background-color: var(--boskery-text, #7A7373);
    border: 2px solid var(--boskery-white, #ffffff);
    box-shadow: 0 0 2px rgba(var(--boskery-black-rgb, 30, 29, 29), 1);
    margin: 0;
}

.boskery-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot:hover span,
.boskery-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot.active span {
    background-color: var(--boskery-base, #A42125);
    border: 2px solid var(--boskery-white2, #F6F2EC);
    box-shadow: 0 0 2px rgba(var(--boskery-black-rgb, 30, 29, 29), 1);
}

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

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

.boskery-owl__carousel__counter {
    position: absolute;
    top: 67.3%;
    right: 57px;
    transform: rotate(90deg);
    font-family: var(--boskery-heading-font, "Roboto Condensed", sans-serif);
    font-size: 16px;
    color: var(--boskery-white, #ffffff);
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

@media (max-width: 1199px) {
    .boskery-owl__carousel__counter {
        top: 71.5%;
    }
}

@media (max-width: 991px) {
    .boskery-owl__carousel__counter {
        top: 73%;
        right: -1px;
    }
}

@media (max-width: 767px) {
    .boskery-owl__carousel__counter {
        top: auto;
        right: auto;
        left: 50%;
        transform: translateX(-50%) rotate(0deg);
        bottom: 70px;
    }
}

.boskery-owl__carousel__counter__current {
    color: inherit;
}

.boskery-owl__carousel__counter__total {
    color: inherit;
}

.ui-datepicker .ui-datepicker-header {
    background-image: none;
    background-color: var(--boskery-black, #1E1D1D);
    color: var(--boskery-white, #ffffff);
    font-family: var(--boskery-font, "Plus Jakarta Sans", sans-serif);
}

.ui-datepicker-calendar th span {
    font-family: var(--boskery-font, "Plus Jakarta Sans", sans-serif);
}

.ui-datepicker-calendar td {
    background-color: var(--boskery-gray, #EBE3D9);
    background-image: none;
    font-family: var(--boskery-font, "Plus Jakarta Sans", sans-serif);
    color: var(--boskery-text, #7A7373);
}

.ui-datepicker-calendar td a {
    border-color: var(--boskery-border-color, #EBE3D9);
    background-color: var(--boskery-gray, #EBE3D9);
    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(--boskery-border-color, #EBE3D9);
    background-color: var(--boskery-gray, #EBE3D9);
    background-image: none;
    color: var(--boskery-text, #7A7373);
    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(--boskery-white, #ffffff);
    background-color: var(--boskery-base, #A42125);
}

.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(--boskery-white, #ffffff);
    background-color: var(--boskery-base, #A42125);
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    background-image: none;
    background-color: var(--boskery-white, #ffffff);
    color: var(--boskery-black, #1E1D1D);
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
    background-color: var(--boskery-base, #A42125);
    color: var(--boskery-white, #ffffff);
    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(--boskery-black, #1E1D1D);
    padding: 100px 0;
}

.video-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--boskery-black, #1E1D1D);
    background-size: cover;
    background-position: center center;
    opacity: 0.5;
}

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

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

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

.video-one__btn .video-popup:hover {
    color: var(--boskery-base, #A42125);
}

.video-one__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-one__btn .curved-circle--item {
    width: 145px;
}

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

.video-one__title {
    margin: 0;
    text-transform: uppercase;
    color: var(--boskery-white, #ffffff);
    font-size: 40px;
    line-height: 1.2em;
    margin-bottom: 40px;
    margin-top: 30px;
}

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

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

.video-one__link::before {
    background-color: var(--boskery-base, #A42125);
}

.video-two {
    position: relative;
    background-color: var(--boskery-black, #1E1D1D);
    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(--boskery-black, #1E1D1D);
    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(--boskery-white, #ffffff);
    transition: all 500ms ease;
    position: relative;
    z-index: 10;
}

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

.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(--boskery-white, #ffffff);
    letter-spacing: 0.4em;
}

.video-two__title {
    margin: 0;
    text-transform: uppercase;
    color: var(--boskery-white, #ffffff);
    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(--boskery-base, #A42125);
}

.team-card {
    position: relative;
    overflow: hidden;
    padding: 30px 30px 32px;
    background-color: var(--boskery-white, #ffffff);
    border: 1px solid var(--boskery-border-color, #EBE3D9);
    transition: all 400ms ease;
}

.team-card:hover {
    border-color: transparent;
}

@media (max-width: 412px) {
    .team-card {
        padding: 25px 25px 27px;
    }
}

.team-card__bg {
    position: relative;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0%;
    background: linear-gradient(180deg, var(--boskery-base, #A42125) 0%, rgba(164, 33, 37, 0) 100%);
    transition: all 500ms ease;
}

.team-card__bg__inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    mix-blend-mode: multiply;
    opacity: 0.4;
}

.team-card:hover .team-card__bg {
    top: 0;
    height: 100%;
}

.team-card__content {
    position: relative;
    z-index: 1;
    margin-bottom: 28px;
}

.team-card__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.4px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.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__designation {
    font-size: 15px;
    color: var(--boskery-text, #7A7373);
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.3px;
    text-transform: uppercase;
    margin-bottom: 0;
    transition: all 400ms ease;
}

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

.team-card__image {
    position: relative;
    z-index: 1;
}

.team-card__image img {
    display: block;
    width: 100%;
}

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

.team-card__social__share {
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    font-size: 18px;
    color: var(--boskery-white, #ffffff);
    background-color: var(--boskery-black, #1E1D1D);
    transition: all 400ms ease;
}

.team-card__social__share::after {
    content: "";
    z-index: -1;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 150%;
    height: 150%;
    background-color: var(--boskery-white, #ffffff);
    transition-duration: 1000ms;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.team-card__social__list {
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 0 17.5px;
    min-height: 50px;
    display: flex;
    align-items: center;
    gap: 25px;
    background-color: var(--boskery-white2, #F6F2EC);
    transition: all 400ms ease;
}

.team-card__social__list::after {
    content: "";
    z-index: -1;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 150%;
    height: 150%;
    background-color: var(--boskery-base, #A42125);
    transition-duration: 1000ms;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.team-card__social__list a {
    font-size: 14px;
    color: var(--boskery-base, #A42125);
}

.team-card__social__list a:hover {
    color: var(--boskery-black, #1E1D1D);
}

.team-card:hover .team-card__social__share {
    color: var(--boskery-base, #A42125);
}

.team-card:hover .team-card__social__share::after {
    bottom: -50%;
}

.team-card:hover .team-card__social__list::after {
    bottom: -50%;
}

.team-card:hover .team-card__social__list a {
    color: var(--boskery-white, #ffffff);
}

.team-card:hover .team-card__social__list a:hover {
    color: var(--boskery-black, #1E1D1D);
}

.team-one {
    position: relative;
    background-color: RGBA(var(--boskery-black3-rgb, 0, 0, 0), 0.5);
}

.team-one__bg {
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    mix-blend-mode: hard-light;
}

.team-one__bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: RGBA(var(--boskery-black3-rgb, 0, 0, 0), 0.85);
}

.team-one .container {
    position: relative;
    z-index: 1;
}

.team-one .sec-title__title {
    color: var(--boskery-white, #ffffff);
}

.team-one .team-card {
    background-color: transparent;
    border-color: RGBA(var(--boskery-white-rgb, 255, 255, 255), 0.2);
}

.team-one .team-card:hover {
    border-color: transparent;
}

.team-one .team-card__title {
    color: var(--boskery-white, #ffffff);
}

.team-one .team-card__social__share {
    color: var(--boskery-base, #A42125);
    background-color: var(--boskery-white, #ffffff);
}

.team-two {
    position: relative;
    background-color: var(--boskery-white, #ffffff);
}

.team-two .container {
    position: relative;
    z-index: 1;
}

.team-two__item {
    position: relative;
    border-bottom: 1px solid var(--boskery-border-color, #EBE3D9);
    padding: 30px 0;
}

@media (max-width: 500px) {
    .team-two__item {
        padding-bottom: 53px;
    }
}

.team-two__item:first-child {
    border-top: 1px solid var(--boskery-border-color, #EBE3D9);
}

.team-two__item__bg {
    position: relative;
    position: absolute;
    top: 0;
    right: 0;
    width: 0%;
    height: 100%;
    z-index: -1;
    transition: all 500ms ease;
    background-color: var(--boskery-base, #A42125);
}

.team-two__item__bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("../images/shapes/team-card-bg-2-1.png") no-repeat center center/cover;
    mix-blend-mode: multiply;
}

.team-two__item:hover .team-two__item__bg {
    left: 0;
    width: 100%;
}

.team-two .row {
    position: relative;
    z-index: 1;
    transition: all 500ms ease;
}

.team-two__item:hover .row {
    padding: 0 30px;
}

@media (max-width: 412px) {
    .team-two__item:hover .row {
        padding: 0 25px;
    }
}

.team-two__name {
    font-size: 55px;
    font-weight: 700;
    line-height: 1.181;
    letter-spacing: -1.1px;
    text-transform: uppercase;
    color: var(--boskery-white, #ffffff);
    text-shadow: 1px 1px 0 var(--boskery-text, #7A7373), -1px -1px 0 var(--boskery-text, #7A7373), 1px -1px 0 var(--boskery-text, #7A7373), -1px 1px 0 var(--boskery-text, #7A7373), 1px 1px 0 var(--boskery-text, #7A7373);
    margin-bottom: 0;
    transition: all 500ms ease;
}

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

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

@media (max-width: 1399px) {
    .team-two__name {
        font-size: 45px;
    }
}

@media (max-width: 991px) {
    .team-two__name {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .team-two__name {
        font-size: 35px;
    }
}

@media (max-width: 575px) {
    .team-two__name {
        font-size: 30px;
    }
}

@media (max-width: 390px) {
    .team-two__name {
        font-size: 25px;
    }
}

.team-two__item:hover .team-two__name {
    text-shadow: none;
}

.team-two__designation {
    display: inline-block;
    margin-left: 26px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.32px;
    text-transform: uppercase;
    transition: all 500ms ease;
}

@media (max-width: 1399px) {
    .team-two__designation {
        margin-left: 15px;
    }
}

@media (max-width: 1199px) {
    .team-two__designation {
        margin-left: 0px;
    }
}

@media (max-width: 575px) {
    .team-two__designation {
        font-size: 14px;
    }
}

.team-two__item:hover .team-two__designation {
    color: var(--boskery-white, #ffffff);
}

.team-two__image {
    position: relative;
    margin-left: auto;
}

@media (max-width: 991px) {
    .team-two__image {
        margin-left: 0;
    }
}

.team-two__image,
.team-two__image img {
    width: 148px;
    height: 148px;
    border-radius: 50%;
}

@media (max-width: 500px) {
    .team-two__image,
    .team-two__image img {
        width: 130px;
        height: 130px;
    }
}

.team-two__social {
    position: absolute;
    top: 50%;
    left: -29px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: var(--boskery-white, #ffffff);
    border-radius: 50%;
}

@media (max-width: 991px) {
    .team-two__social {
        left: auto;
        right: -29px;
    }
}

@media (max-width: 500px) {
    .team-two__social {
        top: auto;
        right: auto;
        left: 50%;
        bottom: -29px;
        transform: translate(-50%, 0);
    }
}

@media (max-width: 360px) {
    .team-two__social {
        left: 0;
        bottom: -29px;
        transform: translate(0, 0);
    }
}

.team-two__social__share {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: var(--boskery-base, #A42125);
    font-size: 18px;
    color: var(--boskery-white, #ffffff);
    border-radius: 50%;
    transition: all 500ms ease;
}

.team-two__social:hover .team-two__social__share {
    color: var(--boskery-base, #A42125);
    background-color: var(--boskery-white, #ffffff);
}

.team-two__social__list {
    position: relative;
    position: absolute;
    top: 50%;
    right: 100%;
    transform: translateY(-50%) scale(0, 1);
    display: flex;
    align-items: center;
    gap: 7px;
    margin: 0;
    padding: 6px 10px 6px 6px;
    opacity: 0;
    transition: 500ms ease;
    transform-origin: top right;
}

@media (max-width: 991px) {
    .team-two__social__list {
        right: auto;
        left: 100%;
        transform-origin: top left;
        padding: 6px 6px 6px 10px;
    }
}

.team-two__social__list__border {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + 50px);
    height: 100%;
    border: 1px solid var(--boskery-white, #ffffff);
    border-radius: 25px;
    z-index: -1;
}

@media (max-width: 1199px) {
    .team-two__social__list__border {
        background-color: var(--boskery-base, #A42125);
    }
}

@media (max-width: 991px) {
    .team-two__social__list__border {
        left: -50px;
        background-color: transparent;
    }
}

.team-two__social__list a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    color: var(--boskery-white, #ffffff);
    font-size: 14px;
    border: 1px solid var(--boskery-border-color, #EBE3D9);
    border-radius: 50%;
    overflow: hidden;
    z-index: 1;
    transition: all 500ms ease;
}

.team-two__social__list a::after {
    content: "";
    z-index: -1;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 150%;
    height: 150%;
    background-color: var(--boskery-white, #ffffff);
    transition-duration: 1000ms;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.team-two__social__list a:hover {
    color: var(--boskery-base, #A42125);
    border-color: transparent;
}

.team-two__social__list a:hover::after {
    bottom: -50%;
}

.team-two__social:hover .team-two__social__list {
    opacity: 1;
    transform: translateY(-50%) scale(1, 1);
}

.team-two__shape {
    position: absolute;
    top: 258px;
    left: 0;
    background-color: var(--boskery-white, #ffffff);
}

@media (max-width: 1800px) {
    .team-two__shape {
        width: 250px;
    }
}

@media (max-width: 1700px) {
    .team-two__shape {
        width: 200px;
    }
}

@media (max-width: 1599px) {
    .team-two__shape {
        top: 130px;
    }
}

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

.team-two__shape__image {
    max-width: 100%;
    height: auto;
    mix-blend-mode: multiply;
    opacity: 0.3;
}

.blog-card {
    position: relative;
    background-color: var(--boskery-white, #ffffff);
    border: 1px solid var(--boskery-border-color, #EBE3D9);
}

.blog-card__content {
    padding: 22px 23px 23px;
}

.blog-card__top {
    position: relative;
    z-index: 11;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: -7px;
}

.blog-card__date {
    min-width: 68px;
    min-height: 62px;
    background-color: var(--boskery-base, #A42125);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    font-family: var(--boskery-heading-font, "Roboto Condensed", sans-serif);
    font-size: 16px;
    color: var(--boskery-white, #ffffff);
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 700;
    z-index: 1;
    transition: all 400ms ease;
}

.blog-card__meta {
    margin: 0;
}

.blog-card__meta li+li {
    margin-top: 4px;
}

.blog-card__meta li {
    line-height: 1;
}

.blog-card__meta li a {
    font-size: 12px;
    color: var(--boskery-text, #7A7373);
    font-weight: 600;
    line-height: 1.333;
}

.blog-card__meta li a span {
    font-size: 12px;
    color: var(--boskery-base, #A42125);
    margin-right: 7px;
}

.blog-card__meta li a:hover {
    color: var(--boskery-black, #1E1D1D);
}

.blog-card__image {
    position: relative;
    overflow: hidden;
    margin-bottom: 24px;
}

.blog-card__image img {
    transition: 0.5s;
    display: block;
    width: 100%;
}

.blog-card:hover .blog-card__image img {
    transform: scale(1.1);
}

.blog-card__hover__box {
    background-color: RGBA(var(--boskery-base-rgb, 164, 33, 37), 0.8);
    height: 100%;
    top: 0;
    opacity: 0;
    position: absolute;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 25%;
    z-index: 1;
}

.blog-card__hover__box--1 {
    left: 0;
    -webkit-transition-delay: 0.105s;
    transition-delay: 0.105s;
}

.blog-card__hover__box--2 {
    left: 25%;
    -webkit-transition-delay: 0.105s;
    transition-delay: 0.105s;
}

.blog-card__hover__box--3 {
    left: 50%;
    -webkit-transition-delay: 0.105s;
    transition-delay: 0.105s;
}

.blog-card__hover__box--4 {
    left: 75%;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.blog-card:hover .blog-card__hover .blog-card__hover__box {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.blog-card__title {
    font-size: 24px;
    color: var(--boskery-black, #1E1D1D);
    font-weight: 700;
    line-height: 1.146;
    text-transform: uppercase;
    margin-bottom: 0;
}

.blog-card__title:hover {
    color: var(--boskery-base, #A42125);
}

@media (max-width: 1199px) {
    .blog-card__title {
        font-size: 20px;
    }
}

@media (max-width: 430px) {
    .blog-card__title {
        font-size: 18px;
    }
}

.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__link {
    padding: 21px 24px 19px 27px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    font-family: var(--boskery-heading-font, "Roboto Condensed", sans-serif);
    font-size: 14px;
    color: var(--boskery-text, #7A7373);
    font-weight: 500;
    line-height: 1.142;
    text-transform: uppercase;
    border-top: 1px solid var(--boskery-border-color, #EBE3D9);
}

.blog-card__link span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    font-size: 12px;
    color: var(--boskery-text, #7A7373);
    background-color: var(--boskery-gray, #EBE3D9);
    border-radius: 50%;
    transition: all 400ms ease;
}

.blog-card__link:hover {
    color: var(--boskery-base, #A42125);
}

.blog-card__link:hover span {
    background-color: var(--boskery-base, #A42125);
    color: var(--boskery-white, #ffffff);
}

.blog-card--two .blog-card__content {
    padding-top: 23px;
}

.blog-card--two .blog-card__meta {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 25px;
}

.blog-card--two .blog-card__meta li+li {
    margin-top: 0px;
}

.blog-card--two .blog-card__date {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.blog-card--two:hover .blog-card__date {
    background-color: var(--boskery-black, #1E1D1D);
    color: var(--boskery-white, #ffffff);
}

.blog-card--two .blog-card__title {
    margin-bottom: 25px;
}

.blog-card--two .blog-card__image {
    margin-bottom: 0;
}

.blog-card--two .blog-card__link {
    padding-top: 24.5px;
    padding-bottom: 22.5px;
}

.blog-card--four {
    border: 0;
    padding-bottom: 31px;
    border-bottom: 1px solid var(--boskery-border-color, #EBE3D9);
}

.blog-card--four .blog-card__image {
    margin-bottom: 29px;
}

.blog-card--four .blog-card__date {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
}

.blog-card--four:hover .blog-card__date {
    color: var(--boskery-black, #1E1D1D);
    background-color: var(--boskery-gray, #EBE3D9);
}

.blog-card--four .blog-card__meta {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 17px;
}

.blog-card--four .blog-card__meta li+li {
    margin-top: 0;
}

.blog-card--four .blog-card__content {
    padding: 0;
}

.blog-card--four .blog-card__title {
    font-size: 20px;
    line-height: 1.85;
    margin-bottom: 0;
}

.blog-card--four .blog-card__text {
    text-transform: capitalize;
    line-height: 1.866;
    margin-bottom: 0;
}

.blog-card-three {
    position: relative;
    padding: 30px;
    background-color: var(--boskery-black, #1E1D1D);
    min-height: 392px;
}

.blog-card-three__bg {
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

.blog-card-three__bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: RGBA(var(--boskery-black-rgb, 30, 29, 29), 0.8);
}

.blog-card-three__content {
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.blog-card-three__content__inner {
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 60px);
    bottom: 30px;
}

@media (max-width: 575px) {
    .blog-card-three__content__inner {
        width: calc(100% - 40px);
        bottom: 20px;
    }
}

.blog-card-three__date {
    position: absolute;
    top: 30px;
    left: 30px;
    min-width: 68px;
    min-height: 62px;
    background-color: var(--boskery-base, #A42125);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    font-family: var(--boskery-heading-font, "Roboto Condensed", sans-serif);
    font-size: 16px;
    color: var(--boskery-white, #ffffff);
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 700;
    z-index: 1;
    transition: all 400ms ease;
}

@media (max-width: 575px) {
    .blog-card-three__date {
        top: 20px;
        left: 20px;
    }
}

.blog-card-three__meta {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 21px;
    margin-bottom: 13px;
}

.blog-card-three__meta li {
    line-height: 1;
}

.blog-card-three__meta li a {
    font-size: 14px;
    color: var(--boskery-white2, #F6F2EC);
    font-weight: 400;
    line-height: 1.142;
}

.blog-card-three__meta li a span {
    font-size: 16px;
    color: var(--boskery-white2, #F6F2EC);
    margin-right: 7px;
}

.blog-card-three__meta li a:hover {
    color: var(--boskery-base, #A42125);
}

.blog-card-three__title {
    font-size: 24px;
    color: var(--boskery-white, #ffffff);
    font-weight: 700;
    line-height: 1.416;
    text-transform: uppercase;
    margin-bottom: 0;
}

@media (max-width: 1799px) {
    .blog-card-three__title {
        font-size: 22px;
    }
}

@media (max-width: 1599px) {
    .blog-card-three__title {
        font-size: 20px;
    }
}

.blog-card-three__title:hover {
    color: var(--boskery-base, #A42125);
}

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

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

.blog-one .post-pagination {
    justify-content: center;
}

@media (max-width: 991px) {
    .blog-one .post-pagination {
        margin-top: 20px;
    }
}

.blog-one--home .sec-title {
    text-align: center;
}

.blog-one--list .post-pagination,
.blog-one--sidebar .post-pagination {
    margin-top: 20px;
}

@media (max-width: 991px) {
    .blog-one--list .post-pagination,
    .blog-one--sidebar .post-pagination {
        margin-top: 10px;
    }
}

.blog-one--sidebar .post-pagination {
    justify-content: flex-start;
}

.blog-one--grid .post-pagination {
    margin-top: 30px;
}

@media (max-width: 991px) {
    .blog-one--grid .post-pagination {
        margin-top: 20px;
    }
}

.blog-two {
    background-color: var(--boskery-white, #ffffff);
}

.blog-three {
    position: relative;
    background-color: var(--boskery-white, #ffffff);
    padding: 181px 0 174px;
}

@media (max-width: 991px) {
    .blog-three {
        padding: 117px 0 120px;
    }
}

@media (max-width: 767px) {
    .blog-three {
        padding-top: 97px;
        padding-bottom: 100px;
    }
}

@media (max-width: 575px) {
    .blog-three {
        padding-top: 77px;
        padding-bottom: 80px;
    }
}

.blog-three .container {
    position: relative;
    z-index: 1;
}

.blog-three__content {
    position: relative;
    top: -39px;
}

@media (max-width: 991px) {
    .blog-three__content {
        top: 0;
        margin-bottom: 51px;
    }
}

.blog-three .sec-title {
    margin-bottom: 17px;
}

.blog-three__text {
    padding-right: 36px;
    text-transform: capitalize;
}

@media (max-width: 991px) {
    .blog-three__text {
        padding-right: 0;
    }
}

.blog-three__carousel {
    width: calc(56.54% - 30px);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 1;
}

@media (min-width: 1921px) {
    .blog-three__carousel {
        width: calc(56.54% - 100px);
    }
}

@media (max-width: 1199px) {
    .blog-three__carousel {
        width: calc(50% - 30px);
    }
}

@media (max-width: 991px) {
    .blog-three__carousel {
        position: relative;
        transform: translate(0);
        width: 100%;
    }
}

@media (min-width: 992px) {
    .blog-three__carousel.owl-carousel .owl-nav {
        margin-top: 0;
        position: absolute;
        left: -493px;
        bottom: 20px;
    }
}

@media (min-width: 1200px) {
    .blog-three__carousel.owl-carousel .owl-nav {
        left: -523px;
    }
}

@media (min-width: 1400px) {
    .blog-three__carousel.owl-carousel .owl-nav {
        left: -518px;
    }
}

@media (min-width: 1500px) {
    .blog-three__carousel.owl-carousel .owl-nav {
        left: -490px;
    }
}

.blog-three__shape {
    position: absolute;
    left: 0;
    bottom: 120px;
    animation: zump 2s linear infinite;
}

@media (max-width: 1820px) {
    .blog-three__shape {
        width: 250px;
    }
}

@media (max-width: 1699px) {
    .blog-three__shape {
        width: 200px;
    }
}

@media (max-width: 1599px) {
    .blog-three__shape {
        width: 160px;
    }
}

@media (max-width: 1499px) {
    .blog-three__shape {
        width: 130px;
        bottom: 20px;
    }
}

@media (max-width: 1299px) {
    .blog-three__shape {
        display: none;
    }
}

/*--------------------------------------------------------------
# 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);
    }
}

@media (max-width: 767px) {
    .form-one__group--grid {
        grid-template-columns: 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) {
    position: relative;
    display: block;
    width: 100% !important;
    font-family: var(--boskery-font, "Plus Jakarta Sans", sans-serif);
}

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

.form-one .bootstrap-select>.dropdown-toggle {
    position: relative;
    height: 52px;
    outline: none !important;
    border-radius: 0;
    border: 0;
    background-color: transparent !important;
    margin: 0;
    margin-top: -21px;
    padding: 0;
    padding-left: 0px;
    padding-right: 0px;
    font-family: var(--boskery-font, "Plus Jakarta Sans", sans-serif);
    color: var(--boskery-text, #7A7373) !important;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 52px;
    font-weight: 500;
    box-shadow: none !important;
    background-repeat: no-repeat;
    background-size: 14px 12px;
    background-position: right 25.75px center;
    border-bottom: 1px solid var(--boskery-border-color, #EBE3D9);
}

.form-one .bootstrap-select>.dropdown-toggle:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0px;
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: 900;
    font-size: 16px;
    color: var(--boskery-text, #7A7373);
}

@media (max-width: 425px) {
    .form-one .bootstrap-select>.dropdown-toggle:before {
        right: 20px;
    }
}

.form-one .bootstrap-select .dropdown-menu>li+li>a {
    border-top: 1px solid var(--boskery-border-color, #EBE3D9);
}

.form-one .bootstrap-select .dropdown-menu {
    border: none;
}

.form-one .bootstrap-select .dropdown-menu>li>a {
    font-size: 14px;
    font-weight: 500;
    padding: 10px 22px;
    font-family: var(--boskery-font, "Plus Jakarta Sans", sans-serif);
    font-weight: normal;
    color: var(--boskery-black2, #100F0F);
    background-color: var(--boskery-white2, #F6F2EC);
    text-transform: capitalize;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.form-one .bootstrap-select .dropdown-menu>li:hover>a,
.form-one .bootstrap-select .dropdown-menu>li.selected>a {
    background: var(--boskery-base, #A42125);
    color: var(--boskery-white, #ffffff);
    border-color: var(--boskery-base, #A42125);
}

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

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

.form-one input[type=text],
.form-one input[type=email],
.form-one textarea {
    display: block;
    width: 100%;
    font-family: var(--boskery-font, "Plus Jakarta Sans", sans-serif);
    background-color: var(--boskery-white2, #F6F2EC);
    color: var(--boskery-text, #7A7373);
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    border: none;
    outline: none;
    padding: 0 20px;
    height: 55px;
    border: 1px solid transparent;
    transition: all 300ms ease;
}

.form-one input[type=text]:focus,
.form-one input[type=email]:focus,
.form-one textarea:focus {
    color: var(--boskery-black, #1E1D1D);
    border-color: var(--boskery-base, #A42125);
}

.form-one textarea {
    height: 165px;
    padding: 20px 20px 0;
}

.details-form {
    position: relative;
    padding-top: 108px;
}

.details-form--team {
    background-color: var(--boskery-white, #ffffff);
}

.details-form--service {
    background-color: var(--boskery-white2, #F6F2EC);
}

.details-form--service .details-form__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

.details-form--service .details-form__form input[type=text],
.details-form--service .details-form__form input[type=email],
.details-form--service .details-form__form textarea {
    background-color: var(--boskery-white, #ffffff);
}

@media (max-width: 767px) {
    .details-form {
        padding-top: 91px;
    }
}

@media (max-width: 575px) {
    .details-form {
        padding-top: 73px;
    }
}

.details-form__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

.details-form .container {
    position: relative;
    z-index: 1;
}

.details-form .sec-title {
    margin-bottom: 0;
}

.details-form .sec-title__title {
    margin-bottom: 11px;
}

.details-form__text {
    font-size: 16px;
    text-transform: capitalize;
    line-height: normal;
    margin-bottom: 36px;
}

.details-form__form input[type=text],
.details-form__form input[type=email] {
    height: 60px;
    border: 1px solid var(--boskery-border-color, #EBE3D9);
}

.details-form__form textarea {
    height: 259px;
    border: 1px solid var(--boskery-border-color, #EBE3D9);
}

.details-form__form .boskery-btn {
    padding-left: 23px;
    padding-right: 71.85px;
}

.details-form__form .boskery-btn i {
    right: 23px;
}

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

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

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

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

.main-footer {
    position: relative;
    background-color: var(--boskery-black, #1E1D1D);
}

.main-footer__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    mix-blend-mode: multiply;
}

.main-footer .container {
    position: relative;
    z-index: 1;
}

.main-footer__top {
    padding-top: 50px;
    padding-bottom: 31px;
    border-bottom: 1px solid rgba(var(--boskery-white-rgb, 255, 255, 255), 0.1);
    margin-bottom: 74px;
}

@media (max-width: 991px) {
    .main-footer__top {
        padding-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .main-footer__top {
        margin-bottom: 56px;
    }
}

.main-footer__logo {
    display: inline-flex;
}

.main-footer__widget {
    margin-bottom: 80px;
}

@media (max-width: 767px) {
    .main-footer__widget {
        margin-bottom: 60px;
    }
}

.main-footer__newsletter {
    position: relative;
    top: -4px;
    width: 100%;
    max-width: 576px;
    margin-left: auto;
}

.main-footer__newsletter input[type=text] {
    width: 100%;
    display: block;
    border: none;
    outline: none;
    height: 55px;
    background-color: var(--boskery-white, #ffffff);
    color: var(--boskery-text, #7A7373);
    font-size: 15px;
    font-weight: 500;
    padding-left: 30px;
    padding-right: 55px;
    transition: all 500ms ease;
}

@media (max-width: 575px) {
    .main-footer__newsletter input[type=text] {
        padding-left: 20px;
        padding-right: 45px;
    }
}

.main-footer__newsletter input[type=text]:focus {
    color: var(--boskery-black, #1E1D1D);
}

.main-footer__newsletter button[type=submit] {
    background-color: transparent;
    width: auto;
    height: auto;
    border: none;
    outline: none;
    color: var(--boskery-base, #A42125);
    font-size: 18px;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    transition: all 500ms ease;
}

@media (max-width: 575px) {
    .main-footer__newsletter button[type=submit] {
        right: 20px;
    }
}

.main-footer__newsletter button[type=submit]:hover {
    color: var(--boskery-black, #1E1D1D);
}

.main-footer__bottom {
    position: relative;
    z-index: 1;
    text-align: center;
    background-color: var(--boskery-black2, #100F0F);
}

.main-footer__bottom__inner {
    padding: 33.5px 0;
}

.main-footer__copyright {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: var(--boskery-text, #7A7373);
}

.footer-widget--about {
    width: 100%;
    max-width: 450px;
}

@media (max-width: 767px) {
    .footer-widget--about {
        max-width: 100%;
    }
}

.footer-widget--links {
    padding-left: 22px;
}

@media (max-width: 1199px) {
    .footer-widget--links {
        padding-left: 30px;
    }
}

@media (max-width: 991px) {
    .footer-widget--links {
        padding-left: 0px;
    }
}

.footer-widget--contact {
    padding-left: 83px;
    padding-right: 15px;
}

@media (max-width: 1199px) {
    .footer-widget--contact {
        padding-left: 30px;
        padding-right: 0;
    }
}

@media (max-width: 991px) {
    .footer-widget--contact {
        padding-left: 0;
        padding-right: 0;
    }
}

.footer-widget__title {
    font-family: var(--boskery-heading-font, "Roboto Condensed", sans-serif);
    font-size: 18px;
    color: var(--boskery-white, #ffffff);
    font-weight: 700;
    line-height: 1.555;
    text-transform: uppercase;
    margin-bottom: 21px;
}

.footer-widget__links li,
.footer-widget__address,
.footer-widget__info li {
    font-size: 15px;
    color: var(--boskery-text, #7A7373);
    font-weight: 500;
}

.footer-widget__links {
    margin: 0;
    margin-top: -3px;
}

.footer-widget__links li+li {
    margin-top: 20px;
}

.footer-widget__links li {
    line-height: 16px;
    text-transform: capitalize;
}

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

.footer-widget__contact {
    margin-top: -9px;
}

.footer-widget__address {
    padding-right: 35px;
    line-height: 1.866;
    text-transform: capitalize;
    margin-bottom: 14px;
}

@media (max-width: 1199px) {
    .footer-widget__address {
        padding-right: 0;
    }
}

.footer-widget__info {
    margin-bottom: 29px;
}

.footer-widget__info li+li {
    margin-top: 15px;
}

.footer-widget__info li {
    display: flex;
    align-items: center;
    line-height: 18px;
}

.footer-widget__info li:hover {
    color: var(--boskery-base, #A42125);
}

.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 span {
    position: relative;
    font-size: 18px;
    color: var(--boskery-base, #A42125);
    margin-right: 15px;
}

.footer-widget .boskery-btn .boskery-btn__hover {
    background-color: var(--boskery-white, #ffffff);
}

.footer-widget .boskery-btn:hover {
    color: var(--boskery-base, #A42125);
}

.footer-widget .boskery-btn:hover i::after {
    background-color: var(--boskery-gray, #EBE3D9);
}

.footer-widget__social {
    display: flex;
    align-items: center;
    gap: 7px;
}

.footer-widget__social a {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--boskery-black2, #100F0F);
    font-size: 14px;
    color: var(--boskery-white, #ffffff);
    transition: all 400ms ease;
}

.footer-widget__social a:hover {
    background-color: var(--boskery-base, #A42125);
}

.footer-widget__gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
}

.footer-widget__gallery__link {
    position: relative;
    display: block;
    overflow: hidden;
}

.footer-widget__gallery__link img {
    max-width: 100%;
}

@media (max-width: 1199px) {
    .footer-widget__gallery__link img {
        width: 100%;
        display: block;
    }
}

.footer-widget__gallery__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    color: var(--boskery-white, #ffffff);
    background-color: rgba(var(--boskery-base-rgb, 164, 33, 37), 0.8);
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    transition: all 500ms ease;
}

.footer-widget__gallery__link:hover .footer-widget__gallery__icon {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}

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

.contact-page {
    position: relative;
    background-color: var(--boskery-white, #ffffff);
}

.contact-page__wrapper {
    position: relative;
    display: grid;
    grid-template-columns: calc(58.2% - 40px) 41.79%;
    grid-gap: 40px;
    padding: 60px;
    background-color: var(--boskery-white, #ffffff);
    border: 1px solid var(--boskery-white2, #F6F2EC);
    z-index: 11;
}

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

@media (max-width: 991px) {
    .contact-page__wrapper {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 500px) {
    .contact-page__wrapper {
        padding: 40px 30px;
    }
}

@media (max-width: 390px) {
    .contact-page__wrapper {
        padding: 30px 25px;
    }
}

.contact-page__image img {
    width: 100%;
    display: block;
}

.contact-page__sec-title {
    margin-bottom: 31px;
}

.contact-page__title {
    font-size: 55px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 22px;
}

@media (max-width: 1199px) {
    .contact-page__title {
        font-size: 45px;
    }
}

@media (max-width: 767px) {
    .contact-page__title {
        font-size: 40px;
    }
}

@media (max-width: 575px) {
    .contact-page__title {
        font-size: 35px;
    }
}

@media (max-width: 425px) {
    .contact-page__title {
        font-size: 33px;
    }
}

.contact-page__text {
    font-size: 16px;
    line-height: 1.875;
    text-transform: capitalize;
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    .contact-page .form-one__group {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991px) {
    .contact-page .form-one__group {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .contact-page .form-one__group {
        grid-template-columns: 1fr;
    }
}

.contact-page .boskery-btn {
    padding-left: 23px;
    padding-right: 72px;
}

.contact-page .boskery-btn i {
    right: 22.87px;
}

.contact-page .boskery-btn i::after {
    left: -16px;
}

.contact-info {
    position: relative;
    padding-top: 383px;
    z-index: 1;
    margin-top: -353px;
    /* background-color: var(--boskery-black, #1E1D1D); */
}

.contact-info__bg {
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    mix-blend-mode: luminosity;
}

.contact-info__bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: RGBA(var(--boskery-black-rgb, 30, 29, 29), 0.85);
}

.contact-info .container {
    position: relative;
    z-index: 11;
}

.contact-info__top {
    margin-bottom: 47px;
}

.contact-info__top--business-hours {
    margin-bottom: 21px;
}

.contact-info__title {
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.48px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.contact-info__title--business-hours {
    color: var(--boskery-white, #ffffff);
}

@media (max-width: 767px) {
    .contact-info__title {
        font-size: 20px;
    }
}

.contact-info__text {
    font-size: 16px;
    line-height: 1.875;
    text-transform: capitalize;
    margin-bottom: 0;
}

.contact-info__text--business-hours {
    color: var(--boskery-white, #ffffff);
}

@media (max-width: 767px) {
    .contact-info__text {
        font-size: 15px;
    }
}

.contact-info__contact {
    position: relative;
    padding: 34px 40px 40px;
    background-color: var(--boskery-white2, #F6F2EC);
    height: 100%;
}

@media (max-width: 430px) {
    .contact-info__contact {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 390px) {
    .contact-info__contact {
        padding: 24px 25px 30px;
    }
}

.contact-info__contact__bg {
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    mix-blend-mode: multiply;
}

.contact-info__contact__content {
    position: relative;
    z-index: 1;
}

.contact-info__contact-list {
    display: table;
}

.contact-info__contact-list__item {
    display: flex;
    align-items: center;
    gap: 22px 16px;
}

@media (max-width: 425px) {
    .contact-info__contact-list__item {
        flex-direction: column;
        align-items: flex-start;
    }
}

.contact-info__contact-list__item:not(:last-of-type) {
    margin-bottom: 29px;
}

.contact-info__contact-list__icon {
    position: relative;
    z-index: 1;
    overflow: hidden;
    flex-shrink: 0;
    display: inline-block;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    text-align: center;
    background-color: var(--boskery-base, #A42125);
    font-size: 16px;
    color: var(--boskery-white, #ffffff);
    line-height: 48px;
    transition: all 400ms ease;
}

.contact-info__contact-list__icon::after {
    content: "";
    z-index: -1;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 150%;
    height: 150%;
    background-color: var(--boskery-black, #1E1D1D);
    transition-duration: 1000ms;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    border-radius: 50%;
}

.contact-info__contact-list__item:hover .contact-info__contact-list__icon {
    -webkit-animation-name: wobble-horizontal-hover;
    animation-name: wobble-horizontal-hover;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.contact-info__contact-list__item:hover .contact-info__contact-list__icon::after {
    bottom: -50%;
}

.contact-info__contact-list__content {
    position: relative;
    top: 3px;
}

@media (max-width: 425px) {
    .contact-info__contact-list__content {
        top: 0;
    }
}

.contact-info__contact-list__title {
    display: block;
    font-family: var(--boskery-heading-font, "Roboto Condensed", sans-serif);
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.56px;
    text-transform: uppercase;
    margin-bottom: 2px;
}

@media (max-width: 425px) {
    .contact-info__contact-list__title {
        margin-bottom: 10px;
    }
}

.contact-info__contact-list__link {
    font-size: 16px;
    color: var(--boskery-black, #1E1D1D);
    font-weight: 500;
    line-height: 1.2;
    /* text-transform: capitalize; */
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.contact-info__contact-list__link:hover {
    background-size: 100% 1px;
}

.contact-info__contact-list__link:hover {
    color: var(--boskery-base, #A42125);
}

.contact-info__business-hours {
    position: relative;
    padding: 34px 40px 38px;
    background-color: var(--boskery-base, #A42125);
    height: 100%;
}

@media (max-width: 430px) {
    .contact-info__business-hours {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 390px) {
    .contact-info__business-hours {
        padding: 24px 25px 28px;
    }
}

.contact-info__business-hours__bg {
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    mix-blend-mode: multiply;
}

.contact-info__business-hours__content {
    position: relative;
    z-index: 1;
}

.contact-info__business-hours .table-responsive {
    position: relative;
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.contact-info__business-hours__table {
    position: relative;
    width: 100%;
    border: none;
}

@media (max-width: 1199px) {
    .contact-info__business-hours__table {
        min-width: 570px;
    }
}

.contact-info__business-hours__table tbody tr td {
    padding: 6.9px 6px;
    vertical-align: middle;
    background-color: transparent;
    border: 0;
    font-size: 16px;
    color: var(--boskery-white, #ffffff);
    font-weight: 600;
    line-height: 1.4;
    text-transform: capitalize;
}

.contact-info__business-hours__table tbody tr td i.icon-check {
    position: relative;
    top: 1px;
    margin-right: 15px;
    color: inherit;
}

.contact-info__business-hours__table tbody tr .table__left-data {
    padding-left: 0 !important;
    padding-left: 11px;
}

.contact-info__business-hours__table tbody tr .table__border {
    min-width: 168px;
}

.contact-info__business-hours__table tbody tr .table__border__line {
    height: 1px;
    background-color: RGBA(var(--boskery-white-rgb, 255, 255, 255), 0.2);
}

.contact-info__business-hours__table tbody tr .table__right-data {
    padding-right: 0;
    padding-left: 17px;
}

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

.topbar {
    display: none;
    background-color: var(--boskery-base, #A42125);
}

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

.topbar .container-fluid {
    max-width: 1562px;
}

.topbar__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
}

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

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

.topbar__info li+li {
    margin-left: 19px;
}

.topbar__info li {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: var(--boskery-white2, #F6F2EC);
    font-weight: 500;
    line-height: 1.5;
}

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

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

.topbar__info li i {
    font-size: 15px;
    color: var(--boskery-white, #ffffff);
    position: relative;
    top: 0px;
    margin-right: 10px;
}

.topbar__right {
    display: flex;
    align-items: center;
}

@media (max-width: 1199px) {
    .topbar__right {
        width: 100%;
        justify-content: space-between;
    }
}

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

.topbar__pages li:not(:last-of-type)::after {
    content: "/";
    position: relative;
    top: -1px;
    margin-left: 10px;
    margin-right: 10px;
    color: var(--boskery-white2, #F6F2EC);
}

.topbar__pages li a {
    font-size: 14px;
    color: var(--boskery-white2, #F6F2EC);
    font-weight: 500;
    line-height: 1;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

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

.topbar__pages li a:hover {
    color: var(--boskery-black, #1E1D1D);
}

.topbar__social {
    margin: 0;
    display: flex;
    align-items: center;
    margin-left: 43px;
}

@media (max-width: 1199px) {
    .topbar__social {
        margin-left: 0;
    }
}

.topbar__social a {
    font-size: 14px;
    color: var(--boskery-white, #ffffff);
}

.topbar__social a:hover {
    color: var(--boskery-black, #1E1D1D);
}

.topbar__social a+a {
    margin-left: 26px;
}

.topbar--two {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: transparent;
    z-index: 9;
}

.topbar--two .container-fluid {
    max-width: 1650px;
}

.topbar--two .topbar__inner {
    background-color: var(--boskery-black3, #000000);
    padding: 10px 40px;
}

.topbar--two .topbar__info li {
    color: var(--boskery-text, #7A7373);
}

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

.topbar--two .topbar__info li a:hover {
    background-size: 100% 1px;
}

.topbar--two .topbar__info li a:hover {
    color: var(--boskery-base, #A42125);
}

.topbar--two .topbar__info li i {
    color: var(--boskery-base, #A42125);
}

.topbar--two .topbar__pages li:not(:last-of-type)::after {
    color: var(--boskery-text, #7A7373);
}

.topbar--two .topbar__pages li a {
    color: var(--boskery-text, #7A7373);
}

.topbar--two .topbar__pages li a:hover {
    color: var(--boskery-base, #A42125);
}

.topbar--two .tobar__social a {
    color: var(--boskery-white, #ffffff);
}

.topbar--two .tobar__social a:hover {
    color: var(--boskery-base, #A42125);
}

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

.topbar--three .topbar__inner {
    padding-top: 14.5px;
    padding-bottom: 14.5px;
}

@media (max-width: 1199px) {
    .topbar--three .topbar__left {
        width: 100%;
    }
}

@media (max-width: 1199px) {
    .topbar--three .topbar__right {
        display: none;
    }
}

.topbar--three .topbar__info {
    display: flex;
}

@media (max-width: 1199px) {
    .topbar--three .topbar__info {
        justify-content: center;
    }
}

.topbar--three .topbar__info li {
    color: var(--boskery-white, #ffffff);
}

.topbar--three .topbar__info li span {
    color: inherit;
}

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

.main-header {
    background-color: var(--boskery-white, #ffffff);
}

@media (min-width: 1600px) {
    .main-header--one .home-showcase .container {
        margin: 0 0 0 163px;
    }
}

@media (min-width: 576px) {
    .main-header__container-fluid {
        padding-right: 0;
        padding-left: 30px;
    }
}

@media (min-width: 1200px) {
    .main-header__container-fluid {
        padding-left: 30px;
    }
}

@media (min-width: 1600px) {
    .main-header__container-fluid {
        padding-left: 92px;
    }
}

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

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

.main-header__logo {
    margin-right: 78px;
}

@media (max-width: 1199px) {
    .main-header__logo {
        margin-right: 50px;
    }
}

@media (max-width: 767px) {
    .main-header__logo {
        margin-right: 0px;
    }
}

.main-header__right {
    flex-grow: 1;
}

.main-header__right__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

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

.main-header__call {
    display: flex;
    align-items: center;
    gap: 20px;
}

@media (max-width: 1599px) {
    .main-header__call {
        gap: 15px;
    }
}

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

.main-header__call__icon {
    font-size: 33.12px;
    color: var(--boskery-base, #A42125);
}

.main-header__call:hover .main-header__call__icon {
    -webkit-animation-name: wobble-horizontal-hover;
    animation-name: wobble-horizontal-hover;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.main-header__call__tagline {
    display: block;
    font-family: var(--boskery-heading-font, "Roboto Condensed", sans-serif);
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.main-header__call__number {
    font-family: var(--boskery-heading-font, "Roboto Condensed", sans-serif);
    font-size: 16px;
    color: var(--boskery-black, #1E1D1D);
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

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

.main-header__call__number:hover {
    color: var(--boskery-base, #A42125);
}

.main-header__search {
    position: relative;
    margin-left: 62px;
}

@media (max-width: 1599px) {
    .main-header__search {
        margin-left: 52px;
    }
}

@media (max-width: 1399px) {
    .main-header__search {
        margin-left: 0;
    }
}

@media (max-width: 1199px) {
    .main-header__search {
        margin-left: 40px;
    }
}

.main-header__search::before {
    content: "";
    width: 1px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: -30.5px;
    transform: translateY(-50%);
    background-color: rgba(var(--boskery-black-rgb, 30, 29, 29), 0.5);
    opacity: 0.2;
}

@media (max-width: 1599px) {
    .main-header__search::before {
        left: -25.5px;
    }
}

@media (max-width: 1399px) {
    .main-header__search::before {
        display: none;
    }
}

@media (max-width: 1199px) {
    .main-header__search::before {
        display: inline-block;
        left: -20px;
    }
}

.main-header__cart {
    margin-left: 23px;
}

.main-header__cart,
.main-header__search {
    font-size: 20px;
    color: var(--boskery-black, #1E1D1D);
}

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

.main-header__btn {
    margin-left: 51px;
    padding: 32.52px 99.46px 31.52px 46px;
}

@media (max-width: 1599px) {
    .main-header__btn {
        margin-left: 35px;
        padding-left: 27px;
        padding-right: 77px;
    }
}

@media (max-width: 1599px) {
    .main-header__btn {
        margin-left: 25px;
    }
}

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

.main-header__btn i {
    right: 45px;
}

@media (max-width: 1599px) {
    .main-header__btn i {
        right: 27px;
    }
}

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

@media (max-width: 767px) {
    .main-header--two {
        top: 0;
    }
}

.main-header--two .main-header__container-fluid {
    max-width: 1650px;
    padding-left: 15px;
    padding-right: 15px;
}

.main-header--two .main-header__inner {
    /* border-bottom: 1px solid RGBA(var(--boskery-white-rgb, 255, 255, 255), 0.1); */
}

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

.main-header--two .main-header__logo {
    margin-right: 152px;
}

@media (max-width: 1399px) {
    .main-header--two .main-header__logo {
        margin-right: 100px;
    }
}

@media (max-width: 1199px) {
    .main-header--two .main-header__logo {
        margin-right: 0px;
    }
}

.main-header--two .main-header__right {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-header--two .main-header__right__right {
    display: flex;
    align-items: center;
}

.main-header--two .main-menu .main-menu__list>li {
    padding: 50px 0 49px;
}

.main-header--two .main-menu .main-menu__list>li>a {
    color: var(--boskery-white, #ffffff);
    font-weight: 700;
}

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

.main-header--two .main-menu .main-menu__list li ul li>a {
    font-weight: 700;
}

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

.main-header--two .main-header__call {
    position: relative;
    display: flex;
    margin-left: 61px;
}

@media (max-width: 1399px) {
    .main-header--two .main-header__call {
        margin-left: 40px;
    }
}

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

.main-header--two .main-header__call::before {
    content: "";
    width: 1px;
    height: calc(100% - 7px);
    position: absolute;
    top: 50%;
    left: -30.5px;
    transform: translateY(-50%);
    background-color: rgba(var(--boskery-white-rgb, 255, 255, 255), 0.2);
}

@media (max-width: 1399px) {
    .main-header--two .main-header__call::before {
        left: -20px;
    }
}

.main-header--two .main-header__call__tagline {
    color: var(--boskery-white, #ffffff);
}

.main-header--two .main-header__call__number {
    color: var(--boskery-white, #ffffff);
}

.main-header--two .main-header__call__number:hover {
    color: var(--boskery-base, #A42125);
}

.main-header--two .main-header__search {
    position: relative;
    margin-left: 0;
}

@media (max-width: 1199px) {
    .main-header--two .main-header__search {
        margin-left: 40px;
    }
}

.main-header--two .main-header__search::before {
    display: none;
    height: 37px;
    left: -20px;
    background-color: rgba(var(--boskery-white-rgb, 255, 255, 255), 0.2);
    opacity: 1;
}

@media (max-width: 1199px) {
    .main-header--two .main-header__search::before {
        display: inline-block;
    }
}

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

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

.main-header--three {
    position: relative;
    background-color: var(--boskery-black, #1E1D1D);
    z-index: 2;
}

.main-header--three .main-header__bg {
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    mix-blend-mode: luminosity;
}

.main-header--three .main-header__bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: RGBA(var(--boskery-black-rgb, 30, 29, 29), 0.85);
}

.main-header--three .container {
    position: relative;
    z-index: 1;
}

.main-header--three .main-header__top {
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-header--three .main-header__social {
    display: flex;
    align-items: center;
    gap: 7px;
}

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

.main-header--three .main-header__social a {
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: var(--boskery-white, #ffffff);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: RGBA(var(--boskery-white-rgb, 255, 255, 255), 0.1);
}

.main-header--three .main-header__social a::after {
    content: "";
    z-index: -1;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 150%;
    height: 150%;
    background-color: var(--boskery-base, #A42125);
    transition-duration: 1000ms;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    border-radius: 50%;
}

.main-header--three .main-header__social a:hover::after {
    bottom: -50%;
}

.main-header--three .main-header__logo {
    margin-right: 117px;
}

@media (max-width: 1199px) {
    .main-header--three .main-header__logo {
        margin-right: 50px;
    }
}

@media (max-width: 767px) {
    .main-header--three .main-header__logo {
        margin-right: 0px;
    }
}

@media (max-width: 360px) {
    .main-header--three .main-header__logo img {
        width: 130px;
    }
}

.main-header--three .main-header__top__right {
    display: flex;
    align-items: center;
    gap: 30px;
}

@media (max-width: 767px) {
    .main-header--three .main-header__top__right {
        width: 100%;
        justify-content: space-between;
    }
}

.main-header--three .main-header__top__icon-group {
    display: flex;
    align-items: center;
    gap: 30px;
}

.main-header--three .main-header__search {
    position: relative;
    margin: 0;
    font-size: 16px;
    line-height: 1;
    color: var(--boskery-white, #ffffff);
}

.main-header--three .main-header__search:hover {
    color: var(--boskery-base, #A42125);
}

.main-header--three .main-header__search::before {
    display: none;
}

.main-header--three .main-header__search::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
    width: 1px;
    height: calc(100% + 6px);
    background-color: RGBA(var(--boskery-white-rgb, 255, 255, 255), 0.2);
}

.main-header--three .main-header__cart {
    margin: 0;
    font-size: 24px;
    line-height: 1;
    color: var(--boskery-white, #ffffff);
}

.main-header--three .main-header__cart:hover {
    color: var(--boskery-base, #A42125);
}

.main-header--three .main-header__call {
    position: relative;
    margin-left: 35px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.main-header--three .main-header__call::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -35px;
    transform: translateY(-50%);
    width: 1px;
    height: calc(100% - 25px);
    background-color: RGBA(var(--boskery-white-rgb, 255, 255, 255), 0.2);
}

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

.main-header--three .main-header__call__icon {
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    font-size: 18px;
    color: var(--boskery-white, #ffffff);
    background-color: RGBA(var(--boskery-white-rgb, 255, 255, 255), 0.1);
}

.main-header--three .main-header__call__icon::after {
    content: "";
    z-index: -1;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 150%;
    height: 150%;
    background-color: var(--boskery-base, #A42125);
    transition-duration: 1000ms;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    border-radius: 50%;
}

.main-header--three .main-header__call:hover .main-header__call__icon {
    animation-play-state: paused;
}

.main-header--three .main-header__call:hover .main-header__call__icon::after {
    bottom: -50%;
}

.main-header--three .main-header__call__tagline {
    display: block;
    font-family: var(--boskery-heading-font, "Roboto Condensed", sans-serif);
    font-size: 14px;
    color: var(--boskery-base, #A42125);
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.main-header--three .main-header__call__number {
    font-family: var(--boskery-heading-font, "Roboto Condensed", sans-serif);
    font-size: 20px;
    color: var(--boskery-white, #ffffff);
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.main-header--three .main-header__call__number:hover {
    background-size: 100% 1px;
}

.main-header--three .main-header__call__number:hover {
    color: var(--boskery-base, #A42125);
}

.main-header--three .main-header__inner {
    background-color: var(--boskery-white, #ffffff);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 575px) {
    .main-header--three .main-header__inner {
        padding: 0;
    }
}

.main-header--three .main-header__sidebar-btn {
    padding: 22.5px 23.75px;
    width: 70px;
    height: 60px;
    background-color: var(--boskery-base, #A42125);
    cursor: pointer;
}

.main-header--three .main-header__sidebar-btn span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--boskery-white, #ffffff);
    border-radius: 25px;
}

.main-header--three .main-header__sidebar-btn span:nth-child(2) {
    margin-top: 4.69px;
    margin-bottom: 4.69px;
}

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

.main-header--three .main-menu .main-menu__list>li+li {
    margin-left: 56px;
}

@media (max-width: 1399px) {
    .main-header--three .main-menu .main-menu__list>li+li {
        margin-left: 45px;
    }
}

.main-header--three .main-menu .main-menu__list.one-page-scroll-menu>li+li {
    margin-left: 45px;
}

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

.main-header--three .main-header__inner__right {
    display: flex;
    align-items: center;
    gap: 30px;
}

@media (max-width: 767px) {
    .main-header--three .main-header__inner__right {
        padding-right: 15px;
    }
}

.main-header--three .main-header__contac-btn {
    position: relative;
    padding: 21.52px 60px 19.52px 34.19px;
    font-size: 16px;
    line-height: normal;
}

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

.main-header--three .main-header__contac-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../images/shapes/main-header-3-btn-bg.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    mix-blend-mode: multiply;
}

.main-header--three .main-header__contac-btn i {
    font-size: 20px;
    right: 24.86px;
}

.main-header--three .main-header__contac-btn i::after {
    display: none;
}

.sticky-header--cloned {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    top: 0;
    background-color: var(--boskery-white, #ffffff);
    transform: translateY(-100%);
    box-shadow: 0px 3px 18px rgba(var(--boskery-black-rgb, 30, 29, 29), 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-header .topbar {
    display: none;
}

.sticky-header--cloned.main-header--two {
    background-color: var(--boskery-black, #1E1D1D);
}

@media (max-width: 1399px) {
    .sticky-header--cloned.main-header--two .main-header__call::before {
        left: -20px;
    }
}

.sticky-header--cloned.main-header--three {
    background-color: var(--boskery-white, #ffffff);
}

.sticky-header--cloned.main-header--three .main-header__bg {
    display: none;
}

.sticky-header--cloned.main-header--three .main-header__top {
    display: none;
}

@media (max-width: 575px) {
    .sticky-header--cloned.main-header--three .main-header__inner__right {
        padding-right: 0px;
    }
}

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

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

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

.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;
    padding-left: 300px;
}

@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: 30.5px;
    padding-bottom: 30.5px;
    position: relative;
}

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

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

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

.main-menu .main-menu__list>li>a {
    font-size: 16px;
    display: flex;
    align-items: center;
    font-family: var(--boskery-heading-font, "Roboto Condensed", sans-serif);
    color: var(--boskery-text, #7A7373);
    font-weight: 500;
    text-transform: uppercase;
    line-height: normal;
    position: relative;
    transition: all 500ms ease;
}

.main-menu .main-menu__list>li.current>a,
.main-menu .main-menu__list>li:hover>a {
    color: var(--boskery-black, #1E1D1D);
    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(--boskery-white, #ffffff);
    box-shadow: 0px 10px 60px 0px RGBA(var(--boskery-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: static;
}

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

.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: 14px;
    line-height: 25px;
    color: var(--boskery-text, #7A7373);
    font-family: var(--boskery-heading-font, "Roboto Condensed", sans-serif);
    font-weight: 500;
    display: flex;
    text-transform: uppercase;
    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(--boskery-white, #ffffff);
    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(--boskery-base, #A42125);
    color: var(--boskery-white, #ffffff);
}

.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(--boskery-white, #ffffff);
    display: block !important;
    margin: 0;
}

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

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

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

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

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

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

.megamenu-popup {
    position: relative;
}

.megamenu-popup .megamenu-clickable--close {
    position: absolute;
    top: 18px;
    right: 20px;
    display: block;
    color: var(--boskery-black, #1E1D1D);
}

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

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

.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(--boskery-white, #ffffff);
    box-shadow: 0px 10px 60px 0px rgba(var(--boskery-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;
    font-family: var(--boskery-heading-font, "Roboto Condensed", sans-serif);
    text-transform: uppercase;
    font-size: 16px;
    color: var(--boskery-black, #1E1D1D);
    font-weight: 500;
}

.demo-one__title:hover {
    color: var(--boskery-base, #A42125);
}

.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(--boskery-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: 13px 29px 12px;
}

.demo-one__btn::before {
    background-color: var(--boskery-base, #A42125);
}

.demo-one__btn::after {
    background-color: var(--boskery-black, #1E1D1D);
}

.demo-one__btn:hover {
    color: var(--boskery-white, #ffffff);
}

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

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

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

.home-showcase__inner {
    padding: 40px 40px 21px;
    background-color: var(--boskery-white, #ffffff);
    box-shadow: 0px 10px 60px 0px rgba(var(--boskery-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: 130px;
    text-align: center;
    justify-content: center;
}

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

/*--------------------------------------------------------------
# Meat List
--------------------------------------------------------------*/

.meat-list {
    padding-top: 120px;
    padding-bottom: 115px;
    border-bottom: 1px solid var(--boskery-border-color, #EBE3D9);
}

@media (max-width: 767px) {
    .meat-list {
        padding-top: 100px;
        padding-bottom: 95px;
    }
}

@media (max-width: 575px) {
    .meat-list {
        padding-top: 80px;
        padding-bottom: 75px;
    }
}

.meat-list .container-fluid {
    max-width: 1588.5px;
}

.meat-list__item {
    text-align: center;
}

.meat-list__icon {
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    height: 130px;
    font-size: 68.86px;
    color: var(--boskery-base, #A42125);
    background-color: var(--boskery-white2, #F6F2EC);
    border-radius: 50%;
    margin: 0 auto 30px;
    transition: all 500ms ease;
}

.meat-list__icon::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform: scale(0);
    opacity: 0;
    transition: transform 400ms ease, opacity 400ms ease;
    background-color: var(--boskery-base, #A42125);
}

.meat-list__icon span {
    color: inherit;
}

.meat-list__item:hover .meat-list__icon {
    color: var(--boskery-white, #ffffff);
}

.meat-list__item:hover .meat-list__icon::after {
    transform: scale(1);
    opacity: 1;
}

.meat-list__title {
    font-size: 20px;
    color: var(--boskery-text, #7A7373);
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 0;
    transition: all 500ms ease;
}

.meat-list__item:hover .meat-list__title {
    color: var(--boskery-base, #A42125);
}

.meat-list-two {
    position: relative;
    z-index: 2;
    margin-top: -118px;
    padding: 0;
    border: 0;
}

.meat-list-two__inner {
    padding: 0 15px;
    max-width: 1650px;
    margin-left: auto;
    margin-right: auto;
}

.meat-list-two__wrapper {
    padding: 70px 0 65px;
    background-color: var(--boskery-black2, #100F0F);
}

.meat-list-two .meat-list__icon {
    width: 109px;
    height: 109px;
    font-size: 58px;
    background-color: var(--boskery-black, #1E1D1D);
}

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

.why-choose-one {
    position: relative;
    background-color: var(--boskery-white2, #F6F2EC);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

.why-choose-one .sec-title {
    margin-bottom: 44px;
}

.why-choose-one__item {
    display: flex;
    align-items: center;
    gap: 30px 20px;
}

@media (max-width: 390px) {
    .why-choose-one__item {
        flex-direction: column;
    }
}

.why-choose-one__item:not(:last-child) {
    border-bottom: 1px solid var(--boskery-border-color, #EBE3D9);
    padding-bottom: 25px;
    margin-bottom: 26px;
}

.why-choose-one__item__icon {
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 70px;
    height: 70px;
    background-color: var(--boskery-white, #ffffff);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    color: var(--boskery-base, #A42125);
    border-radius: 50%;
    transition: all 400ms ease;
}

.why-choose-one__item__icon::after {
    content: "";
    z-index: -1;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 150%;
    height: 150%;
    background-color: var(--boskery-base, #A42125);
    transition-duration: 1000ms;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    border-radius: 50%;
}

.why-choose-one__item:hover .why-choose-one__item__icon {
    color: var(--boskery-white, #ffffff);
}

.why-choose-one__item:hover .why-choose-one__item__icon::after {
    bottom: -50%;
}

@media (max-width: 390px) {
    .why-choose-one__item__content {
        text-align: center;
    }
}

.why-choose-one__item__title {
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.why-choose-one__item__text {
    line-height: 1.733;
    margin-bottom: 0;
}

.why-choose-one__image {
    background-color: var(--boskery-white2, #F6F2EC);
    animation: zump 2s linear infinite;
}

@media (min-width: 992px) {
    .why-choose-one__image {
        text-align: center;
    }
}

.why-choose-one__image img {
    max-width: 100%;
    mix-blend-mode: multiply;
}

.why-choose-two {
    counter-reset: whyChooseNumber;
}

.why-choose-two .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.why-choose-two .row {
    --bs-gutter-x: 0;
}

.why-choose-card {
    display: flex;
    height: 100%;
}

@media (min-width: 576px) and (max-width: 1199px) {
    .why-choose-card--2,
    .why-choose-card--3 {
        flex-direction: row-reverse;
    }
}

@media (max-width: 575px) {
    .why-choose-card {
        flex-direction: column;
    }
}

@media (max-width: 575px) {
    .why-choose-card--3 .why-choose-card__image,
    .why-choose-card--4 .why-choose-card__image {
        order: 0;
    }
}

@media (max-width: 575px) {
    .why-choose-card--3 .why-choose-card__content,
    .why-choose-card--4 .why-choose-card__content {
        order: 1;
    }
}

.why-choose-card__image {
    position: relative;
    width: 50%;
    height: 100%;
}

@media (max-width: 575px) {
    .why-choose-card__image {
        width: 100%;
    }
}

.why-choose-card__image>img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.why-choose-card__image__content {
    padding: 60px;
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: RGBA(var(--boskery-black-rgb, 30, 29, 29), 0.8);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    opacity: 0;
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    transition: all 500ms ease;
}

.why-choose-card__image__content.active {
    opacity: 1;
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}

@media (max-width: 1850px) {
    .why-choose-card__image__content {
        padding: 40px;
    }
}

@media (max-width: 1599px) {
    .why-choose-card__image__content {
        padding: 30px;
    }
}

.why-choose-card__image__icon {
    display: inline-flex;
    margin-bottom: 10px;
}

.why-choose-card__image__title__tagline {
    margin: 0;
    font-family: var(--boskery-heading-font, "Roboto Condensed", sans-serif);
    font-size: 16px;
    font-weight: 500;
    color: var(--boskery-white, #ffffff);
    text-transform: uppercase;
    line-height: normal;
    letter-spacing: 4px;
    margin-bottom: 7px;
}

@media (max-width: 1599px) {
    .why-choose-card__image__title__tagline {
        font-size: 14px;
    }
}

.why-choose-card__image__title__title {
    margin: 0;
    font-size: 50px;
    color: var(--boskery-white, #ffffff);
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: var(--boskery-letter-space, -1px);
    line-height: 1.3;
}

@media (max-width: 1799px) {
    .why-choose-card__image__title__title {
        font-size: 45px;
    }
}

@media (max-width: 1599px) {
    .why-choose-card__image__title__title {
        font-size: 35px;
    }
}

@media (max-width: 1399px) {
    .why-choose-card__image__title__title {
        font-size: 30px;
    }
}

.why-choose-card__image .boskery-btn {
    position: absolute;
    right: 60px;
    bottom: 60px;
    padding: 12.5px 72px 11.52px 20.91px;
}

@media (max-width: 1850px) {
    .why-choose-card__image .boskery-btn {
        right: 40px;
        bottom: 40px;
    }
}

@media (max-width: 1599px) {
    .why-choose-card__image .boskery-btn {
        right: 30px;
        bottom: 30px;
    }
}

.why-choose-card__image .boskery-btn .boskery-btn__hover {
    background-color: var(--boskery-white, #ffffff);
}

.why-choose-card__image .boskery-btn i {
    right: 20.87px;
}

.why-choose-card__image .boskery-btn:hover {
    color: var(--boskery-base, #A42125);
}

.why-choose-card__image .boskery-btn:hover i::after {
    background-color: RGBA(var(--boskery-gray-rgb, 235, 227, 217), 1);
}

.why-choose-card:hover .why-choose-card__image__content {
    opacity: 1;
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}

.why-choose-card__content {
    position: relative;
    width: 50%;
    height: 100%;
    padding: 170px 60px 51px;
    position: relative;
    background-color: var(--boskery-white2, #F6F2EC);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

@media (max-width: 1850px) {
    .why-choose-card__content {
        padding: 150px 40px 31px;
    }
}

@media (max-width: 1599px) {
    .why-choose-card__content {
        padding: 150px 30px 21px;
    }
}

@media (max-width: 575px) {
    .why-choose-card__content {
        width: 100%;
    }
}

.why-choose-card__content::after {
    content: "";
    font-family: var(--boskery-heading-font, "Roboto Condensed", sans-serif);
    font-size: 100px;
    color: var(--boskery-white, #ffffff);
    font-weight: 700;
    line-height: 1;
    counter-increment: whyChooseNumber;
    content: counters(whyChooseNumber, ".", decimal-leading-zero);
    position: absolute;
    top: 46px;
    right: 47px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

@media (max-width: 1850px) {
    .why-choose-card__content::after {
        top: 26px;
        right: 27px;
    }
}

@media (max-width: 1850px) {
    .why-choose-card__content::after {
        font-size: 80px;
    }
}

@media (max-width: 1399px) {
    .why-choose-card__content::after {
        font-size: 70px;
    }
}

.why-choose-card__content__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    mix-blend-mode: multiply;
}

.why-choose-card__content__inner {
    position: relative;
    z-index: 1;
}

.why-choose-card__content__icon {
    display: inline-block;
    font-size: 60px;
    color: var(--boskery-base, #A42125);
    margin-bottom: 24px;
    transition: all 600ms ease;
}

@media (max-width: 1399px) {
    .why-choose-card__content__icon {
        font-size: 50px;
    }
}

.why-choose-card__content:hover .why-choose-card__content__icon {
    transform: scale(1.1);
}

.why-choose-card__content__title {
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.why-choose-card__content__text {
    font-size: 16px;
    line-height: 1.875;
    margin-bottom: 0;
}

.why-choose-card:hover .why-choose-card__content::after {
    color: var(--boskery-base, #A42125);
}

.why-choose-three {
    position: relative;
    background-color: var(--boskery-white2, #F6F2EC);
}

.why-choose-three .container {
    position: relative;
    z-index: 2;
}

.why-choose-three .sec-title {
    margin-bottom: 16px;
}

.why-choose-three__text {
    margin-bottom: 35px;
}

.why-choose-three__card {
    position: relative;
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 20px 15px;
    background-color: var(--boskery-white, #ffffff);
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.1);
}

.why-choose-three__card::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    background-color: var(--boskery-base, #A42125);
    transition: all 400ms ease;
}

.why-choose-three__card:hover::after {
    left: 0;
    width: 100%;
}

.why-choose-three__card__icon {
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    color: var(--boskery-white, #ffffff);
    background-color: var(--boskery-base, #A42125);
    border-radius: 50%;
    transition: all 400ms ease;
}

.why-choose-three__card__icon::after {
    content: "";
    z-index: -1;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 150%;
    height: 150%;
    background-color: var(--boskery-black, #1E1D1D);
    transition-duration: 1000ms;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    border-radius: 50%;
}

.why-choose-three__card:hover .why-choose-three__card__icon::after {
    bottom: -50%;
}

.why-choose-three__card__title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.333;
    text-transform: uppercase;
    margin-bottom: 0;
}

.why-choose-three__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 53%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

.why-choose-three__bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 72.3%;
    height: 100%;
    background: linear-gradient(90deg, rgba(235, 227, 217, 0) 1.1%, rgba(246, 242, 236, 0.8) 22.56%, #F6F2EC 37.56%);
    z-index: 1;
}

@media (max-width: 991px) {
    .why-choose-three__bg {
        width: 100%;
    }
}

.why-choose-three__shape {
    position: absolute;
    right: 0;
    bottom: 310px;
    opacity: 0.3;
    mix-blend-mode: multiply;
    z-index: 1;
}

@media (max-width: 1599px) {
    .why-choose-three__shape {
        width: 170px;
    }
}

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

/*--------------------------------------------------------------
# Counter
--------------------------------------------------------------*/

.counter-one {
    position: relative;
}

.counter-one__bg {
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

.counter-one__bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: RGBA(var(--boskery-black-rgb, 30, 29, 29), 0.9);
}

.counter-one .container {
    position: relative;
    z-index: 1;
}

.counter-one__wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    justify-items: center;
}

@media (max-width: 991px) {
    .counter-one__wrapper {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 40px;
    }
}

@media (max-width: 767px) {
    .counter-one__wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}

.counter-one__item {
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 320px;
    height: 316px;
    border-radius: 50%;
    border: 1px solid RGBA(var(--boskery-white-rgb, 255, 255, 255), 0.2);
    transition: all 400ms ease;
}

@media (max-width: 1199px) {
    .counter-one__item {
        width: 251px;
        height: 245px;
    }
}

@media (max-width: 991px) {
    .counter-one__item {
        width: 270px;
        height: 266px;
    }
}

@media (max-width: 575px) {
    .counter-one__item {
        width: 251px;
        height: 245px;
    }
}

.counter-one__item::after {
    content: "";
    z-index: -1;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 150%;
    height: 150%;
    background-color: var(--boskery-base, #A42125);
    transition-duration: 1000ms;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    border-radius: 50%;
}

.counter-one__item:not(:first-child) {
    margin-left: -37px;
}

@media (max-width: 1199px) {
    .counter-one__item:not(:first-child) {
        margin-left: -25px;
    }
}

@media (max-width: 991px) {
    .counter-one__item:not(:first-child) {
        margin-left: 0;
    }
}

.counter-one__item:hover {
    border-color: var(--boskery-base, #A42125);
}

.counter-one__item:hover::after {
    bottom: -50%;
}

.counter-one__item__inner {
    text-align: center;
}

.counter-one__box {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.counter-one__count-text {
    font-size: 90px;
    color: var(--boskery-white, #ffffff);
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 2px;
}

@media (max-width: 1199px) {
    .counter-one__count-text {
        font-size: 65px;
    }
}

@media (max-width: 575px) {
    .counter-one__count-text {
        font-size: 50px;
    }
}

.counter-one__title {
    font-size: 20px;
    color: RGBA(var(--boskery-white-rgb, 255, 255, 255), 0.6);
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 0;
    transition: all 400ms ease;
}

@media (max-width: 1199px) {
    .counter-one__title {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .counter-one__title {
        font-size: 15px;
    }
}

.counter-one__item:hover .counter-one__title {
    color: RGBA(var(--boskery-white-rgb, 255, 255, 255), 1);
}

/*--------------------------------------------------------------
# Slide Text
--------------------------------------------------------------*/

.slide-text {
    position: relative;
    padding: 61px 0 60px;
}

.slide-text__bg {
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

.slide-text__bg::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: RGB(var(--boskery-black3-rgb, 0, 0, 0), 0.5);
}

.slide-text .container-fluid {
    position: relative;
    z-index: 1;
    padding: 0;
}

.slide-text__row {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
    animation: textScrolling 25s linear infinite;
    animation-direction: reverse;
    will-change: transform;
    position: relative;
    white-space: nowrap;
}

.slide-text__row:hover {
    animation-play-state: paused;
}

@keyframes textScrolling {
    0% {
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        transform: translate3d(0%, 0, 0);
    }
}

.slide-text__one,
.slide-text__two {
    font-size: 90px;
    font-weight: 700;
    line-height: 1.111;
    letter-spacing: -1.8px;
    text-transform: uppercase;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .slide-text__one,
    .slide-text__two {
        font-size: 80px;
    }
}

@media (max-width: 767px) {
    .slide-text__one,
    .slide-text__two {
        font-size: 70px;
    }
}

@media (max-width: 575px) {
    .slide-text__one,
    .slide-text__two {
        font-size: 60px;
    }
}

@media (max-width: 430px) {
    .slide-text__one,
    .slide-text__two {
        font-size: 50px;
    }
}

.slide-text__one {
    color: var(--boskery-white, #ffffff);
}

.slide-text__two {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--boskery-white, #ffffff);
}

.slide-text__icon {
    font-size: 24px;
    color: var(--boskery-white, #ffffff);
}

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

.testimonial-card {
    padding: 40px;
    position: relative;
    background-color: var(--boskery-white2, #F6F2EC);
}

@media (max-width: 991px) {
    .testimonial-card {
        padding: 30px 30px 80px;
    }
}

.testimonial-card__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    mix-blend-mode: multiply;
}

.testimonial-card__content {
    position: relative;
    z-index: 1;
}

.testimonial-card .boskery-ratings {
    margin-bottom: 11px;
}

.testimonial-card__text {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.777;
    text-transform: capitalize;
    padding-bottom: 27px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--boskery-gray3, #E2D8CB);
}

@media (max-width: 991px) {
    .testimonial-card__text {
        font-size: 16px;
    }
}

.testimonial-card__identity {
    display: flex;
    align-items: center;
    gap: 16px;
}

.testimonial-card__identity__inner {
    position: relative;
    top: 5px;
}

.testimonial-card__image {
    flex-shrink: 0;
    width: 60px !important;
    height: 60px !important;
    border-radius: 50%;
}

.testimonial-card__name {
    font-size: 16px;
    color: var(--boskery-base, #A42125);
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 3px;
}

.testimonial-card__designation {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-transform: capitalize;
}

.testimonial-card__quotes {
    position: relative;
    position: absolute;
    right: -40px;
    bottom: -40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    background-color: var(--boskery-base, #A42125);
    font-size: 18px;
    color: var(--boskery-white, #ffffff);
    overflow: hidden;
    z-index: 1;
    transition: all 400ms ease;
}

@media (max-width: 991px) {
    .testimonial-card__quotes {
        right: -30px;
        bottom: -80px;
    }
}

.testimonial-card__quotes::after {
    content: "";
    z-index: -1;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 150%;
    height: 150%;
    background-color: var(--boskery-black, #1E1D1D);
    transition-duration: 1000ms;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.testimonial-card:hover .testimonial-card__quotes {
    color: var(--boskery-white, #ffffff);
}

.testimonial-card:hover .testimonial-card__quotes::after {
    bottom: -50%;
}

.testimonials-one {
    position: relative;
    background-color: var(--boskery-white, #ffffff);
}

.testimonials-one .container {
    position: relative;
    z-index: 1;
}

.testimonials-one__carousel.owl-carousel .owl-nav {
    display: flex;
}

@media (min-width: 768px) {
    .testimonials-one__carousel.owl-carousel .owl-nav {
        margin-top: 0;
        position: absolute;
        top: -138px;
        right: 0;
    }
}

.testimonials-one__shape__one {
    position: absolute;
    right: 0;
    bottom: 168px;
}

@media (max-width: 991px) {
    .testimonials-one__shape__one {
        bottom: 20px;
    }
}

.testimonials-one__shape__two {
    position: absolute;
    left: -156px;
    bottom: 187px;
    animation: zump 2s linear infinite;
}

.testimonials-two {
    position: relative;
    padding-top: 200px;
    background-color: var(--boskery-black, #1E1D1D);
}

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

@media (max-width: 575px) {
    .testimonials-two {
        padding-top: 160px;
    }
}

.testimonials-two__bg {
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: var(--boskery-black, #1E1D1D);
    mix-blend-mode: hard-light;
}

.testimonials-two__bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: RGBA(var(--boskery-black-rgb, 30, 29, 29), 0.5);
}

.testimonials-two .container {
    position: relative;
    z-index: 1;
}

.testimonials-two__top {
    padding-bottom: 14px;
    border-bottom: 1px solid RGBA(var(--boskery-white-rgb, 255, 255, 255), 0.2);
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .testimonials-two__carousel .owl-stage-outer {
        padding-top: 41px;
    }
}

.testimonials-two__carousel.owl-carousel .owl-nav {
    display: flex;
}

.testimonials-two__carousel.owl-carousel .owl-nav button {
    color: var(--boskery-white, #ffffff);
    background-color: RGBA(var(--boskery-white-rgb, 255, 255, 255), 0.1);
}

@media (min-width: 768px) {
    .testimonials-two__carousel.owl-carousel .owl-nav {
        margin-top: 0;
        position: absolute;
        top: -168px;
        right: 0;
    }
}

.testimonials-two .sec-title {
    margin-bottom: 0;
}

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

.testimonials-two__item {
    display: flex;
    align-items: center;
    gap: 50px 42px;
}

@media (max-width: 767px) {
    .testimonials-two__item {
        flex-direction: column;
        align-items: flex-start;
    }
}

.testimonials-two__image {
    position: relative;
    flex-shrink: 0;
    width: 288px;
    height: 295px;
    border-radius: 50%;
}

.testimonials-two__image img {
    width: 288px !important;
    height: 295px !important;
    border-radius: 50%;
}

@media (max-width: 1399px) {
    .testimonials-two__image {
        width: 250px;
        height: 250px;
    }
    .testimonials-two__image img {
        width: 250px !important;
        height: 250px !important;
    }
}

@media (max-width: 1199px) {
    .testimonials-two__image {
        width: 200px;
        height: 200px;
    }
    .testimonials-two__image img {
        width: 200px !important;
        height: 200px !important;
    }
}

@media (max-width: 991px) {
    .testimonials-two__image {
        width: 150px;
        height: 150px;
    }
    .testimonials-two__image img {
        width: 150px !important;
        height: 150px !important;
    }
}

@media (max-width: 767px) {
    .testimonials-two__image {
        margin-left: 80px;
    }
}

@media (max-width: 575px) {
    .testimonials-two__image {
        margin-left: 70px;
    }
}

.testimonials-two__quotes {
    position: relative;
    overflow: hidden;
    z-index: 1;
    position: absolute;
    top: 6px;
    right: -7px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 101px;
    height: 101px;
    border-radius: 50%;
    background-color: var(--boskery-base, #A42125);
    font-size: 40px;
    color: var(--boskery-white, #ffffff);
    transition: all 400ms ease;
}

@media (max-width: 1199px) {
    .testimonials-two__quotes {
        width: 75px;
        height: 75px;
        font-size: 30px;
    }
}

@media (max-width: 991px) {
    .testimonials-two__quotes {
        top: -40px;
        right: -20px;
    }
}

.testimonials-two__quotes::after {
    content: "";
    z-index: -1;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 150%;
    height: 150%;
    background-color: var(--boskery-white, #ffffff);
    transition-duration: 1000ms;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    border-radius: 50%;
}

.testimonials-two__item:hover .testimonials-two__quotes {
    color: var(--boskery-base, #A42125);
}

.testimonials-two__item:hover .testimonials-two__quotes::after {
    bottom: -50%;
}

.testimonials-two .boskery-ratings {
    margin-bottom: 35px;
}

.testimonials-two__content {
    position: relative;
}

.testimonials-two__content__inner {
    padding-left: 95px;
}

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

@media (max-width: 575px) {
    .testimonials-two__content__inner {
        padding-left: 70px;
    }
}

.testimonials-two__content__text {
    font-size: 20px;
    font-weight: 600;
    font-style: italic;
    line-height: 1.6;
    text-transform: capitalize;
    margin-bottom: 40px;
}

@media (max-width: 1199px) {
    .testimonials-two__content__text {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .testimonials-two__content__text {
        font-size: 16px;
    }
}

.testimonials-two__content__border {
    width: 44px;
    height: calc(100% + 71px);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    fill: none;
}

.testimonials-two__content__border path {
    stroke: var(--boskery-white, #ffffff);
    stroke-opacity: 0.2;
    stroke-width: 2px;
}

.testimonials-two__name {
    font-size: 16px;
    color: var(--boskery-base, #A42125);
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.testimonials-two__designation {
    font-size: 14px;
    color: var(--boskery-text, #7A7373);
    font-weight: 500;
    line-height: 1;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.testimonials-three {
    background-color: var(--boskery-white, #ffffff);
}

.testimonials-three__card {
    position: relative;
    background-color: var(--boskery-white2, #F6F2EC);
    overflow: hidden;
}

.testimonials-three__card__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    mix-blend-mode: multiply;
}

.testimonials-three__card__inner {
    position: relative;
    z-index: 1;
}

.testimonials-three__card__content {
    padding: 30px 30px 23px;
}

@media (max-width: 390px) {
    .testimonials-three__card__content {
        padding: 25px 25px 18px;
    }
}

.testimonials-three__card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 21px;
}

.testimonials-three__card__quotes {
    width: 58px;
    height: 43px;
    fill: none;
    transition: all 500ms ease;
}

.testimonials-three__card__quotes path {
    fill: var(--boskery-white, #ffffff);
    stroke: var(--boskery-base, #A42125);
    transition: all 500ms ease;
}

.testimonials-three__card:hover .testimonials-three__card__quotes path {
    fill: var(--boskery-base, #A42125);
}

.testimonials-three__card__text {
    font-size: 16px;
    font-style: italic;
    font-weight: 600;
    line-height: 1.75;
    text-transform: capitalize;
    margin-bottom: 0;
}

.testimonials-three__card__identity {
    position: relative;
    padding: 23px 30px 23px 39px;
    background-color: var(--boskery-base, #A42125);
}

@media (max-width: 430px) {
    .testimonials-three__card__identity {
        padding-left: 34px;
    }
}

@media (max-width: 390px) {
    .testimonials-three__card__identity {
        padding: 18px 25px 30px;
    }
}

.testimonials-three__card__identity__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    mix-blend-mode: multiply;
}

.testimonials-three__card__identity__inner {
    position: relative;
    display: flex;
    align-items: center;
    gap: 19px;
    z-index: 1;
}

.testimonials-three__card__image {
    width: 52px;
    flex-shrink: 0;
    position: relative;
}

.testimonials-three__card__image::after {
    content: "";
    width: calc(100% + 8px);
    height: 150px;
    position: absolute;
    top: -4px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--boskery-white2, #F6F2EC);
    border-radius: 1000px 1000px 0px 0px;
    transition: all 400ms ease;
    z-index: -1;
}

.testimonials-three__card__image img {
    width: 52px;
    height: 52px;
    border-radius: 50%;
}

.testimonials-three__card:hover .testimonials-three__card__image::after {
    height: calc(100% + 8px);
    border-radius: 1000px;
}

.testimonials-three__card__name {
    font-size: 20px;
    color: var(--boskery-white, #ffffff);
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: -5px;
}

@media (max-width: 430px) {
    .testimonials-three__card__name {
        font-size: 16px;
    }
}

.testimonials-three__card__designation {
    font-family: var(--boskery-heading-font, "Roboto Condensed", sans-serif);
    font-size: 14px;
    color: var(--boskery-white, #ffffff);
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
}

@media (max-width: 430px) {
    .testimonials-three__card__designation {
        font-size: 12px;
    }
}

/*--------------------------------------------------------------
# Delivery
--------------------------------------------------------------*/

.delivery-one {
    position: relative;
    background-color: var(--boskery-white, #ffffff);
}

.delivery-one .container {
    position: relative;
    z-index: 1;
}

.delivery-one__content {
    margin-top: 31px;
}

.delivery-one .sec-title {
    margin-bottom: 26px;
}

.delivery-one__text {
    margin-bottom: 40px;
}

.delivery-one__bottom {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px 30px;
}

.delivery-one .contact__info__icon {
    background-color: var(--boskery-white2, #F6F2EC);
}

.delivery-one .contact__info__title {
    color: var(--boskery-text, #7A7373);
}

.delivery-one .contact__info__number {
    color: var(--boskery-black, #1E1D1D);
}

.delivery-one .contact__info__number:hover {
    color: var(--boskery-base, #A42125);
}

.delivery-one__image {
    position: relative;
    width: 100%;
    max-width: 570px;
}

.delivery-one__image__inner-one {
    position: relative;
    width: 100%;
    max-width: 350px;
    margin-left: auto;
    z-index: 1;
}

.delivery-one__image__one {
    max-width: 100%;
    height: auto;
    position: relative;
    z-index: 11;
}

.delivery-one__image__bg {
    position: relative;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 270px;
    height: calc(100% - 84px);
    background-color: var(--boskery-base, #A42125);
    border-radius: 1000px 1000px 0px 0px;
    z-index: -1;
}

.delivery-one__image__bg__inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    mix-blend-mode: multiply;
    border-radius: 1000px 1000px 0px 0px;
}

.delivery-one__image__inner-two {
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 236px;
}

@media (max-width: 360px) {
    .delivery-one__image__inner-two {
        display: none;
    }
}

.delivery-one__image__inner-two img {
    width: 100%;
    display: block;
}

.delivery-one__image__box {
    position: absolute;
    left: 14px;
    bottom: -14px;
    width: 195px;
    height: 202px;
    border-left: 2px solid var(--boskery-base, #A42125);
    border-bottom: 2px solid var(--boskery-base, #A42125);
    animation: zumpBottom 2s linear infinite;
}

.delivery-one__circle-text {
    position: relative;
    position: absolute;
    top: 50%;
    left: -53px;
    transform: translateY(-50%);
    width: 170px;
    height: 170px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    z-index: 1;
}

@media (max-width: 460px) {
    .delivery-one__circle-text {
        top: 60%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 11;
    }
}

.delivery-one__circle-text__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background-color: var(--boskery-white, #ffffff);
}

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

.delivery-one__circle-text__plus::before,
.delivery-one__circle-text__plus::after {
    content: "";
    width: 40px;
    height: 1px;
    background-color: var(--boskery-base, #A42125);
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.delivery-one__circle-text__plus::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.delivery-one__curved-circle {
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-origin: center center;
    animation: rotate 10s infinite linear;
}

.delivery-one__curved-circle__item {
    width: 170px;
    position: relative;
    top: 3px;
    left: 0;
}

.delivery-one__curved-circle__item span {
    font-family: var(--boskery-heading-font, "Roboto Condensed", sans-serif);
    text-transform: uppercase;
    font-size: 14px;
    color: var(--boskery-base, #A42125);
    font-weight: 500;
    letter-spacing: 0.2em;
    transition: all 400ms ease;
}

.delivery-one__shape {
    position: absolute;
    top: 287px;
    left: 0;
    background-color: var(--boskery-white, #ffffff);
}

@media (max-width: 1850px) {
    .delivery-one__shape {
        max-width: 250px;
    }
}

@media (max-width: 1700px) {
    .delivery-one__shape {
        max-width: 200px;
    }
}

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

.delivery-one__shape img {
    opacity: 0.3;
    max-width: 100%;
    height: auto;
    mix-blend-mode: multiply;
}

/*--------------------------------------------------------------
# Technologies
--------------------------------------------------------------*/

.technologies-one {
    position: relative;
    background-color: var(--boskery-black, #1E1D1D);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

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

.technologies-one__bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: RGBA(var(--boskery-black-rgb, 30, 29, 29), 0.75);
}

.technologies-one .container {
    position: relative;
    z-index: 1;
}

.technologies-one__image {
    position: relative;
}

.technologies-one__image__inner {
    width: 100%;
    max-width: 442px;
    position: relative;
    right: -60px;
}

@media (max-width: 1199px) {
    .technologies-one__image__inner {
        max-width: 410px;
        right: -38px;
    }
}

@media (max-width: 991px) {
    .technologies-one__image__inner {
        max-width: 442px;
        right: 0;
        padding-left: 35px;
    }
}

.technologies-one__image__one {
    position: relative;
    width: 100%;
    display: block;
    z-index: 1;
}

.technologies-one__image__two {
    position: absolute;
    left: -92px;
    bottom: -50px;
    max-width: 100%;
    height: auto;
    z-index: 2;
    animation: zump 2s linear infinite;
}

@media (max-width: 1399px) {
    .technologies-one__image__two {
        width: 250px;
        left: -14px;
    }
}

@media (max-width: 500px) {
    .technologies-one__image__two {
        width: 200px;
    }
}

@media (max-width: 375px) {
    .technologies-one__image__two {
        width: 170px;
    }
}

@media (max-width: 360px) {
    .technologies-one__image__two {
        width: 150px;
    }
}

.technologies-one__image__border {
    position: absolute;
    left: -60px;
    bottom: -50px;
    width: calc(100% - 53px);
    height: 100%;
    border: 3px solid var(--boskery-base, #A42125);
    animation: moveHorizontal 2s linear infinite;
}

@media (max-width: 991px) {
    .technologies-one__image__border {
        left: 0;
        bottom: -30px;
    }
}

.technologies-one__content {
    margin-top: -2px;
    padding-left: 73px;
}

@media (max-width: 1199px) {
    .technologies-one__content {
        padding-left: 15px;
    }
}

@media (max-width: 991px) {
    .technologies-one__content {
        margin-top: 50px;
        padding-left: 0;
    }
}

.technologies-one .sec-title {
    margin-bottom: 27px;
}

.technologies-one .sec-title__title {
    color: var(--boskery-white, #ffffff);
}

.technologies-one__main-tab-box {
    display: block;
    margin-bottom: 44px;
}

.technologies-one__main-tab-box .tab-buttons {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    z-index: 1;
    margin-bottom: 21px;
}

.technologies-one__main-tab-box .tab-buttons .tab-btn {
    position: relative;
    display: inline-block;
    cursor: pointer;
    padding: 5px 19.88px 4px;
    font-family: var(--boskery-heading-font, "Roboto Condensed", sans-serif);
    font-size: 16px;
    font-weight: 500;
    color: var(--boskery-white, #ffffff);
    line-height: 1.875;
    text-transform: uppercase;
    background-color: transparent;
    overflow: hidden;
    border: 1px solid RGBA(var(--boskery-white-rgb, 255, 255, 255), 0.3);
    z-index: 1;
    transition: all 500ms ease;
}

.technologies-one__main-tab-box .tab-buttons .tab-btn::after {
    content: "";
    z-index: -1;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 150%;
    height: 150%;
    background-color: var(--boskery-white, #ffffff);
    transition-duration: 1000ms;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

@media (max-width: 767px) {
    .technologies-one__main-tab-box .tab-buttons .tab-btn {
        font-size: 14px;
    }
}

.technologies-one__main-tab-box .tab-buttons .tab-btn:hover,
.technologies-one__main-tab-box .tab-buttons .tab-btn.active-btn {
    color: var(--boskery-base, #A42125);
    border-color: transparent;
}

.technologies-one__main-tab-box .tab-buttons .tab-btn:hover::after,
.technologies-one__main-tab-box .tab-buttons .tab-btn.active-btn::after {
    bottom: -50%;
}

.technologies-one__main-tab-box .tabs-content {
    position: relative;
    display: block;
}

.technologies-one__main-tab-box .tabs-content .tab {
    position: relative;
    display: none;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    z-index: 10;
}

.technologies-one__main-tab-box .tabs-content .tab p {
    padding-right: 76px;
    color: RGBA(var(--boskery-gray-rgb, 235, 227, 217), 0.6);
    line-height: 1.866;
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    .technologies-one__main-tab-box .tabs-content .tab p {
        padding-right: 0;
    }
}

.technologies-one__main-tab-box .tabs-content .tab.active-tab {
    display: block;
}

.technologies-one .boskery-btn {
    padding-left: 31px;
    padding-right: 78px;
}

.technologies-one .boskery-btn:hover {
    color: var(--boskery-base, #A42125);
}

.technologies-one .boskery-btn:hover i::after {
    background-color: RGBA(var(--boskery-gray-rgb, 235, 227, 217), 1);
}

.technologies-one .boskery-btn__hover {
    background-color: var(--boskery-white, #ffffff);
}

/*--------------------------------------------------------------
# Meat Category
--------------------------------------------------------------*/

.meat-category {
    position: relative;
    padding-top: 117px;
    padding-bottom: 107px;
    background-color: var(--boskery-black, #1E1D1D);
}

@media (max-width: 767px) {
    .meat-category {
        padding-top: 97px;
        padding-bottom: 92px;
    }
}

@media (max-width: 575px) {
    .meat-category {
        padding-top: 77px;
        padding-bottom: 71px;
    }
}

.meat-category__bg {
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: var(--boskery-black, #1E1D1D);
    mix-blend-mode: hard-light;
}

.meat-category__bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: RGBA(var(--boskery-black-rgb, 30, 29, 29), 0.5);
}

.meat-category .container {
    position: relative;
    z-index: 1;
}

.meat-category__top {
    padding-bottom: 53px;
    margin-bottom: 49px;
    border-bottom: 1px solid RGBA(var(--boskery-white-rgb, 255, 255, 255), 0.2);
}

@media (min-width: 992px) {
    .meat-category__top__image {
        text-align: right;
    }
}

.meat-category__top__image img {
    max-width: 100%;
    height: auto;
    border-radius: 86px;
}

.meat-category .sec-title {
    margin-bottom: 0;
}

.meat-category .sec-title__title {
    color: var(--boskery-white, #ffffff);
}

.meat-category__title {
    font-size: 55px;
    color: var(--boskery-black3, #000000);
    text-shadow: 1px 1px 0 var(--boskery-text, #7A7373), -1px -1px 0 var(--boskery-text, #7A7373), 1px -1px 0 var(--boskery-text, #7A7373), -1px 1px 0 var(--boskery-text, #7A7373), 1px 1px 0 var(--boskery-text, #7A7373);
    font-weight: 700;
    line-height: 1.181;
    letter-spacing: -1.1px;
    text-transform: uppercase;
    margin-bottom: 0;
    transition: all 400ms ease;
}

@media (max-width: 767px) {
    .meat-category__title {
        font-size: 40px;
    }
}

.meat-category__inner:hover .meat-category__title {
    color: var(--boskery-white, #ffffff);
    text-shadow: 1px 1px 0 var(--boskery-white, #ffffff), -1px -1px 0 var(--boskery-white, #ffffff), 1px -1px 0 var(--boskery-white, #ffffff), -1px 1px 0 var(--boskery-white, #ffffff), 1px 1px 0 var(--boskery-white, #ffffff);
}

.meat-category__column {
    position: relative;
}

.meat-category__box {
    position: absolute;
    width: 130px;
    height: 130px;
    top: 50%;
    left: 0;
    pointer-events: none;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease-out;
    z-index: 10;
}

.meat-category__box__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease-out;
}

/*--------------------------------------------------------------
# Team Details
--------------------------------------------------------------*/

.team-details {
    background-color: var(--boskery-white, #ffffff);
}

.team-details__inner {
    display: grid;
    grid-template-columns: 391px auto;
    grid-gap: 35px 30px;
    padding: 29px;
    border: 1px solid var(--boskery-border-color, #EBE3D9);
}

@media (max-width: 991px) {
    .team-details__inner {
        grid-template-columns: auto;
    }
}

@media (max-width: 375px) {
    .team-details__inner {
        padding: 20px;
    }
}

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

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

.team-details__top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 25px 20px;
    padding-bottom: 22px;
    border-bottom: 1px solid var(--boskery-border-color, #EBE3D9);
    margin-bottom: 21px;
}

.team-details__name {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.4px;
    text-transform: uppercase;
    margin-bottom: 1px;
}

.team-details__designation {
    font-family: var(--boskery-heading-font, "Roboto Condensed", sans-serif);
    font-size: 15px;
    color: var(--boskery-text, #7A7373);
    font-weight: 500;
    line-height: 14px;
    letter-spacing: -0.3px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.team-details__social {
    margin-top: 6px;
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.team-details__social a {
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--boskery-white2, #F6F2EC);
    font-size: 14px;
    color: var(--boskery-text, #7A7373);
    transition: all 500ms ease;
    border-radius: 50%;
}

.team-details__social a::after {
    content: "";
    z-index: -1;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 150%;
    height: 150%;
    background-color: var(--boskery-base, #A42125);
    transition-duration: 1000ms;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    border-radius: 50%;
}

.team-details__social a:hover {
    color: var(--boskery-white, #ffffff);
}

.team-details__social a:hover::after {
    bottom: -50%;
}

.team-details__text {
    margin: 0;
    font-size: 16px;
    line-height: 1.875;
    letter-spacing: -0.32px;
    text-transform: capitalize;
}

.team-details__text+.team-details__text {
    margin-top: 12px;
}

.team-details__description {
    margin-bottom: 37px;
}

.team-details__info {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-top: 30px;
    margin-top: 29px;
    border-top: 1px solid var(--boskery-border-color, #EBE3D9);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 29px;
}

.team-details__info li {
    display: flex;
    align-items: center;
    gap: 11px;
}

.team-details__info li span {
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--boskery-white2, #F6F2EC);
    font-size: 16px;
    color: var(--boskery-base, #A42125);
    border-radius: 50%;
    transition: all 400ms ease;
}

.team-details__info li span::after {
    content: "";
    z-index: -1;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 150%;
    height: 150%;
    background-color: var(--boskery-base, #A42125);
    transition-duration: 1000ms;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    border-radius: 50%;
}

.team-details__info li:hover span {
    color: var(--boskery-white, #ffffff);
}

.team-details__info li:hover span::after {
    bottom: -50%;
}

.team-details__info li a {
    display: inline;
    color: var(--boskery-text, #7A7373);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: capitalize;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

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

.team-details__info li a:hover {
    color: var(--boskery-base, #A42125);
}

.team-skills-one {
    padding: 60px 0;
    background-color: var(--boskery-white2, #F6F2EC);
}

.team-skills-one__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.4px;
    text-transform: uppercase;
    margin-bottom: 21px;
}

.team-skills-one__text {
    margin: 0;
    font-size: 16px;
    line-height: 1.875;
    text-transform: capitalize;
    letter-spacing: -0.32px;
}

.team-skills-one__text+.team-skills-one__text {
    margin-top: 30px;
}

.team-skills-one__skills {
    margin-top: 51px;
    background-color: var(--boskery-white, #ffffff);
    padding: 40px 41px 31px;
}

@media (max-width: 575px) {
    .team-skills-one__skills {
        padding: 30px 30px 31px;
    }
}

@media (max-width: 412px) {
    .team-skills-one__skills {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.team-skills-one__skills__title {
    margin-bottom: 31px;
}

.team-skills-one__skills__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 21px 31px;
    margin-bottom: 43px;
}

@media (max-width: 991px) {
    .team-skills-one__skills__inner {
        grid-template-columns: 1fr;
    }
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/

.gallery-page__card {
    position: relative;
    overflow: hidden;
    background-color: var(--boskery-black, #1E1D1D);
}

.gallery-page__card img {
    transform: scale(1);
    display: block;
    width: 100%;
    transition: transform 500ms ease, opacity 500ms ease;
    opacity: 1;
}

.gallery-page__card__hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(var(--boskery-black-rgb, 30, 29, 29), 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(1, 0);
    transition: transform 500ms ease;
    transform-origin: bottom center;
}

.gallery-page__card__hover .img-popup {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: var(--boskery-white, #ffffff);
    border-radius: 50%;
    transition: all 400ms ease;
}

@media (max-width: 991px) {
    .gallery-page__card__hover .img-popup {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 575px) {
    .gallery-page__card__hover .img-popup {
        width: 45px;
        height: 45px;
    }
}

.gallery-page__card__hover .img-popup:hover {
    background-color: var(--boskery-base, #A42125);
}

.gallery-page__card:hover img {
    transform: scale(1.05);
    opacity: 0.9;
    mix-blend-mode: screen;
}

.gallery-page__card:hover .gallery-page__card__hover {
    transform-origin: top center;
    transform: scale(1, 1);
}

.gallery-page__card__icon {
    width: 21.56px;
    height: 21.56px;
    display: block;
    position: relative;
}

@media (max-width: 991px) {
    .gallery-page__card__icon {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 575px) {
    .gallery-page__card__icon {
        width: 18px;
        height: 18px;
    }
}

.gallery-page__card__icon::after,
.gallery-page__card__icon::before {
    content: "";
    width: 2px;
    height: 100%;
    background-color: var(--boskery-base, #A42125);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 400ms ease;
}

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

.gallery-page__card__icon:hover::before,
.gallery-page__card__icon:hover::after {
    background-color: var(--boskery-white, #ffffff);
}

.img-popup:hover .gallery-page__card__icon::before,
.img-popup:hover .gallery-page__card__icon::after {
    background-color: var(--boskery-white, #ffffff);
}

.gallery-page__filter__list {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    flex-wrap: wrap;
    gap: 10px;
}

.gallery-page__filter__list li {
    cursor: pointer;
    display: block;
    font-family: var(--boskery-heading-font, "Roboto Condensed", sans-serif);
    font-size: 14px;
    color: var(--boskery-text, #7A7373);
    background-color: var(--boskery-white2, #F6F2EC);
    transition: all 500ms ease;
    text-transform: uppercase;
    font-weight: 500;
    padding: 13.5px 20px 12.5px;
    line-height: 1.142;
}

.gallery-page__filter__list li .boskery-btn__hover {
    background-color: var(--boskery-base, #A42125);
}

.gallery-page__filter__list li:hover {
    color: var(--boskery-white, #ffffff);
}

.gallery-page__filter__list li.active {
    color: var(--boskery-white, #ffffff);
    background-color: var(--boskery-base, #A42125);
}

.gallery-instagram {
    background-color: var(--boskery-white, #ffffff);
}

.gallery-instagram .container-fluid {
    max-width: 1710px;
    position: relative;
    margin-bottom: -83px;
    z-index: 2;
}

.gallery-instagram__grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 20px;
}

@media (max-width: 1199px) {
    .gallery-instagram__grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 991px) {
    .gallery-instagram__grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767px) {
    .gallery-instagram__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 500px) {
    .gallery-instagram__grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

.gallery-instagram__image {
    position: relative;
    overflow: hidden;
}

.gallery-instagram__image img {
    width: 100%;
    display: block;
}

.gallery-instagram__image__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(var(--boskery-black2-rgb, 16, 15, 15), 0.7);
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    transition: all 500ms ease;
}

.gallery-instagram__image__link span {
    font-size: 40px;
    color: var(--boskery-white, #ffffff);
    transition: all 500ms ease;
}

@media (max-width: 1399px) {
    .gallery-instagram__image__link span {
        font-size: 30px;
    }
}

.gallery-instagram__image__link span:hover {
    color: var(--boskery-base, #A42125);
}

.gallery-instagram__image:hover .gallery-instagram__image__link {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/

.sidebar-one {
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
    transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}

.sidebar-one.active {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    visibility: visible;
    -webkit-transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
    transition: transform 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.sidebar-one__overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--boskery-black3, #000000);
    opacity: 0.5;
    cursor: url(../images/close.png), auto;
}

.sidebar-one__content {
    width: 300px;
    background-color: var(--boskery-black, #1E1D1D);
    z-index: 10;
    position: relative;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    overflow-y: auto;
    padding-top: 40px;
    padding-bottom: 30px;
    padding-left: 24px;
    padding-right: 24px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.sidebar-one__content::-webkit-scrollbar {
    display: none;
}

.sidebar-one.active .sidebar-one__content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}

.sidebar-one__close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 24px;
    color: var(--boskery-white, #ffffff);
    cursor: pointer;
    transition: all 400ms ease;
}

.sidebar-one__close:hover {
    color: var(--boskery-base, #A42125);
}

.sidebar-one__item:not(:last-child) {
    margin-bottom: 45px;
}

.sidebar-one__title {
    font-size: 20px;
    color: var(--boskery-white, #ffffff);
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.sidebar-one__about__text {
    font-family: var(--boskery-heading-font, "Roboto Condensed", sans-serif);
    font-size: 15px;
    color: var(--boskery-white2, #F6F2EC);
    font-weight: 700;
    line-height: 1.555;
    text-transform: uppercase;
    margin-bottom: 0;
}

.sidebar-one__info__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-one__info__list li {
    display: flex;
    font-size: 15px;
    color: var(--boskery-gray2, #D7D3CB);
    font-weight: 500;
    line-height: 18px;
}

.sidebar-one__info__list li+li {
    margin-top: 20px;
}

.sidebar-one__info__list li span {
    position: relative;
    font-size: 18px;
    color: var(--boskery-base, #A42125);
    margin-right: 15px;
}

.sidebar-one__info__list li span.icon-maps-and-flags {
    top: 5px;
}

.sidebar-one__info__list li address {
    color: inherit;
    line-height: 1.866;
    text-transform: capitalize;
    margin: 0;
}

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

.sidebar-one__info__list li a:hover {
    background-size: 100% 1px;
}

.sidebar-one__info__list li a:hover {
    color: var(--boskery-base, #A42125);
}

.sidebar-one__social {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sidebar-one__social a {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--boskery-base, #A42125);
    font-size: 14px;
    color: var(--boskery-white, #ffffff);
    transition: all 400ms ease;
}

.sidebar-one__social a:hover {
    background-color: var(--boskery-black2, #100F0F);
}

.sidebar-one__newsletter__inner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebar-one__newsletter__input {
    outline: 0;
    border: 0;
    font-family: var(--boskery-font, "Plus Jakarta Sans", sans-serif);
    font-size: 14px;
    color: var(--boskery-gray2, #D7D3CB);
    width: calc(100% - 45px);
    height: 50px;
    padding-left: 15px;
    background-color: rgba(var(--boskery-white-rgb, 255, 255, 255), 0.09);
    transition: all 400ms ease;
}

.sidebar-one__newsletter__input:focus {
    color: var(--boskery-white, #ffffff);
}

.sidebar-one__newsletter__btn {
    outline: 0;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    width: 45px;
    height: 50px;
    background-color: var(--boskery-base, #A42125);
    transition: all 400ms ease;
}

.sidebar-one__newsletter__btn:hover {
    background-color: var(--boskery-black2, #100F0F);
}

.sidebar-one__newsletter__btn span {
    position: relative;
    top: 0px;
    font-size: 18px;
    color: var(--boskery-white, #ffffff);
    transition: all 400ms ease;
}

.sidebar__single {
    background-color: var(--boskery-white2, #F6F2EC);
    padding: 29px 30px 30px;
}

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

@media (max-width: 991px) {
    .sidebar__single {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 375px) {
    .sidebar__single {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.sidebar__single+.sidebar__single {
    margin-top: 30px;
}

.sidebar__title {
    margin: 0;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    line-height: 16px;
    margin-bottom: 30px;
}

.sidebar__form__title {
    margin-bottom: 29px;
}

.sidebar__search {
    display: flex;
    align-items: center;
    position: relative;
    height: 55px;
}

.sidebar__search input[type=search],
.sidebar__search input[type=text] {
    padding-left: 20px;
    padding-right: 40px;
    outline: none;
    border: 0;
    font-family: var(--boskery-font, "Plus Jakarta Sans", sans-serif);
    color: var(--boskery-text, #7A7373);
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    border: 1px solid var(--boskery-border-color, #EBE3D9);
    width: 100%;
    height: 100%;
    background-color: var(--boskery-white, #ffffff);
    transition: all 500ms ease;
}

.sidebar__search input[type=search]:focus,
.sidebar__search input[type=text]:focus {
    color: var(--boskery-black, #1E1D1D);
    border-color: var(--boskery-base, #A42125);
}

.sidebar__search button[type=submit] {
    padding: 0;
    border: none;
    outline: none;
    background-color: transparent;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: auto;
    font-size: 20px;
    color: var(--boskery-base, #A42125);
    z-index: 1;
}

.sidebar__posts {
    margin-bottom: 0;
}

.sidebar__posts-title {
    margin-bottom: 33px;
}

.sidebar__posts__item {
    display: flex;
    gap: 16px;
}

.sidebar__posts__item:not(:last-of-type) {
    margin-bottom: 32px;
}

.sidebar__posts__image {
    width: 80px;
    flex-shrink: 0;
}

.sidebar__posts__image img {
    width: 100%;
    display: block;
}

.sidebar__posts__content {
    position: relative;
    top: 0px;
    width: calc(100% - 80px);
}

.sidebar__posts__meta {
    margin: 0;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.sidebar__posts__meta a {
    display: inline-flex;
    align-items: center;
    color: var(--boskery-text, #7A7373);
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    transition: all 500ms ease;
}

.sidebar__posts__meta a:hover {
    color: var(--boskery-base, #A42125);
}

.sidebar__posts__meta a span {
    font-size: 12px;
    color: var(--boskery-base, #A42125);
    margin-right: 11px;
}

.sidebar__posts__title {
    margin: 0;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.444;
}

.sidebar__posts__title:hover {
    color: var(--boskery-base, #A42125);
}

@media (max-width: 1199px) {
    .sidebar__posts__title {
        font-size: 15px;
    }
}

@media (max-width: 991px) {
    .sidebar__posts__title {
        font-size: 18px;
    }
}

@media (max-width: 412px) {
    .sidebar__posts__title {
        font-size: 16px;
    }
}

@media (max-width: 359px) {
    .sidebar__posts__title {
        font-size: 15px;
    }
}

.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__categories {
    margin-top: -12px;
    margin-bottom: -11px;
}

.sidebar__categories li:not(:last-child) {
    margin-bottom: 6px;
}

.sidebar__categories li a {
    position: relative;
    font-size: 16px;
    font-family: var(--boskery-heading-font, "Roboto Condensed", sans-serif);
    color: var(--boskery-text, #7A7373);
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 500ms ease;
    padding: 12px 0;
    z-index: 1;
}

@media (max-width: 1199px) {
    .sidebar__categories li a {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .sidebar__categories li a {
        font-size: 15px;
    }
}

.sidebar__categories li a::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background-color: var(--boskery-base, #A42125);
    transition: all 500ms ease;
}

.sidebar__categories li a span {
    color: inherit;
}

.sidebar__categories li a:hover {
    padding: 12px 12px;
    color: var(--boskery-white, #ffffff);
    text-shadow: 0 0 1px currentColor;
}

.sidebar__categories li a:hover::after {
    left: 0;
    width: 100%;
}

.sidebar__tags-wrapper {
    padding-bottom: 32px;
}

.sidebar__tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px 10px;
}

.sidebar__tags a {
    position: relative;
    overflow: hidden;
    display: inline-block;
    background-color: var(--boskery-gray, #EBE3D9);
    font-family: var(--boskery-heading-font, "Roboto Condensed", sans-serif);
    font-size: 12px;
    color: var(--boskery-text, #7A7373);
    line-height: 16px;
    text-transform: uppercase;
    font-weight: 500;
    transition: all 500ms ease;
    padding: 4px 10.43px;
    z-index: 1;
}

.sidebar__tags a::after {
    content: "";
    z-index: -1;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 150%;
    height: 150%;
    background-color: var(--boskery-base, #A42125);
    transition-duration: 1000ms;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.sidebar__tags a:hover {
    color: var(--boskery-white, #ffffff);
    text-shadow: 0 0 1px currentColor;
}

.sidebar__tags a:hover::after {
    bottom: -50%;
}

.sidebar__comments {
    padding-top: 2px;
    margin-bottom: 0px;
}

.sidebar__comments li {
    display: flex;
    align-items: center;
    gap: 21px;
}

.sidebar__comments li:not(:last-of-type) {
    margin-bottom: 31px;
}

.sidebar__comments__icon {
    position: relative;
    z-index: 1;
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--boskery-white, #ffffff);
    font-size: 24px;
    color: var(--boskery-base, #A42125);
    border-radius: 50%;
    transition: all 500ms ease;
}

.sidebar__comments__icon::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform: scale(0);
    opacity: 0;
    transition: transform 400ms ease, opacity 400ms ease;
    background-color: var(--boskery-base, #A42125);
}

li:hover .sidebar__comments__icon {
    color: var(--boskery-white, #ffffff);
}

li:hover .sidebar__comments__icon::after {
    transform: scale(1);
    opacity: 1;
}

.sidebar__comments__title {
    margin: 0;
    font-family: var(--boskery-font, "Plus Jakarta Sans", sans-serif);
    font-size: 16px;
    line-height: 1.562;
    font-weight: 500;
    color: var(--boskery-text, #7A7373);
    text-transform: capitalize;
    transition: all 500ms ease;
}

@media (max-width: 1199px) {
    .sidebar__comments__title {
        font-size: 15px;
    }
}

@media (max-width: 991px) {
    .sidebar__comments__title {
        font-size: 16px;
    }
}

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

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

.sidebar__comments__title a:hover {
    color: var(--boskery-base, #A42125);
}

.service-sidebar__single+.service-sidebar__single {
    margin-top: 30px;
}

.service-sidebar__nav {
    margin: 0;
}

.service-sidebar__nav li+li {
    margin-top: 8px;
}

.service-sidebar__nav li {
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: var(--boskery-white2, #F6F2EC);
    transition: all 500ms ease;
}

.service-sidebar__nav li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background-color: var(--boskery-base, #A42125);
}

.service-sidebar__nav li a {
    position: relative;
    display: block;
    padding: 17px 25px 18px 31px;
    font-family: var(--boskery-heading-font, "Roboto Condensed", sans-serif);
    font-size: 20px;
    color: var(--boskery-black, #1E1D1D);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.4px;
    text-transform: uppercase;
}

@media (max-width: 1199px) {
    .service-sidebar__nav li a {
        font-size: 17px;
    }
}

@media (max-width: 360px) {
    .service-sidebar__nav li a {
        padding-left: 26px;
        padding-right: 20px;
    }
}

.service-sidebar__nav__bg {
    position: relative;
    position: absolute;
    top: 0;
    right: 0;
    width: 0%;
    height: 100%;
    z-index: -1;
    transition: all 500ms ease;
    background-color: var(--boskery-base, #A42125);
}

.service-sidebar__nav__bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("../images/shapes/service-sidebar-nav-bg-1.png") no-repeat center center/cover;
    mix-blend-mode: multiply;
}

.service-sidebar__nav li.current a,
.service-sidebar__nav li:hover a {
    color: var(--boskery-white, #ffffff);
}

.service-sidebar__nav li.current .service-sidebar__nav__bg,
.service-sidebar__nav li:hover .service-sidebar__nav__bg {
    left: 0;
    width: 100%;
}

/*--------------------------------------------------------------
# Blog details
--------------------------------------------------------------*/

.blog-details .blog-card {
    padding: 0;
    border: 0;
    margin-bottom: 34px;
}

.blog-details .blog-card__image {
    margin-bottom: 30px;
}

.blog-details .blog-card:hover .blog-card__image img {
    transform: scale(1);
}

.blog-details .blog-card:hover .blog-card__date {
    color: var(--boskery-white, #ffffff);
    background-color: var(--boskery-base, #A42125);
}

.blog-details .blog-card__meta {
    margin-bottom: 18px;
}

.blog-details .blog-card__title {
    font-size: 20px;
    line-height: 1.85;
    margin-bottom: 10px;
}

.blog-details .blog-card__title:hover {
    color: var(--boskery-black2, #100F0F);
}

.blog-details .blog-card__content__inner {
    padding-right: 59px;
}

.blog-details .blog-card__text {
    font-weight: 500;
    line-height: 1.875;
    text-transform: capitalize;
    margin-bottom: 0;
}

.blog-details .blog-card__text--1 {
    margin-bottom: 32px;
}

.blog-details__inner {
    margin-bottom: 51px;
}

.blog-details__inner__image img {
    width: 100%;
    display: block;
}

.blog-details__inner__text {
    font-weight: 500;
    line-height: 1.875;
    text-transform: capitalize;
    margin-top: 32px;
    margin-bottom: 21px;
}

.blog-details__inner__list {
    padding: 0;
    margin: 0;
    margin-left: 25px;
}

.blog-details__inner__list li+li {
    margin-top: 6px;
}

.blog-details__inner__list li {
    text-transform: capitalize;
}

.blog-details__meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 40px 30px;
    padding-top: 30px;
    padding-bottom: 29px;
    border-top: 1px solid var(--boskery-border-color, #EBE3D9);
    border-bottom: 1px solid var(--boskery-border-color, #EBE3D9);
}

.blog-details__meta__title {
    font-family: var(--boskery-heading-font, "Roboto Condensed", sans-serif);
    font-size: 18px;
    line-height: 16px;
    font-weight: 500;
    color: var(--boskery-text, #7A7373);
    text-transform: uppercase;
    margin-bottom: 0;
}

.blog-details__tags {
    display: flex;
    align-items: center;
    gap: 16px 21px;
    flex-wrap: wrap;
}

.blog-details__tags__box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.blog-details__tags__box a {
    position: relative;
    overflow: hidden;
    display: inline-block;
    background-color: var(--boskery-gray, #EBE3D9);
    font-family: var(--boskery-heading-font, "Roboto Condensed", sans-serif);
    font-size: 12px;
    color: var(--boskery-text, #7A7373);
    line-height: 16px;
    text-transform: uppercase;
    font-weight: 500;
    transition: all 500ms ease;
    padding: 4px 10.43px;
    z-index: 1;
}

.blog-details__tags__box a::after {
    content: "";
    z-index: -1;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 150%;
    height: 150%;
    background-color: var(--boskery-base, #A42125);
    transition-duration: 1000ms;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.blog-details__tags__box a:hover {
    color: var(--boskery-white, #ffffff);
    text-shadow: 0 0 1px currentColor;
}

.blog-details__tags__box a:hover::after {
    bottom: -50%;
}

.blog-details__social {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px 18px;
}

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/

.comments-one__title,
.comments-form__title {
    font-size: 34px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.088;
    margin-bottom: 54px;
}

@media (max-width: 430px) {
    .comments-one__title,
    .comments-form__title {
        font-size: 30px;
    }
}

.comments-one {
    padding-top: 54px;
}

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

.comments-one__card {
    display: grid;
    grid-template-columns: 96px auto;
    grid-gap: 21px;
    padding-bottom: 33px;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--boskery-border-color, #EBE3D9);
}

.comments-one__card:not(:last-child) {
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .comments-one__card {
        grid-template-columns: auto;
    }
}

.comments-one__card__image {
    width: 96px;
}

.comments-one__card__image img {
    width: 96px;
    height: 96px;
    border-radius: 50%;
}

.comments-one__card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px 20px;
    margin-top: 18px;
    margin-bottom: 33.5px;
}

@media (max-width: 767px) {
    .comments-one__card__top {
        margin-top: 5px;
    }
}

@media (max-width: 500px) {
    .comments-one__card__top {
        align-items: flex-start;
        flex-direction: column;
    }
}

.comments-one__card__title {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 22px;
    margin-bottom: 18px;
}

@media (max-width: 430px) {
    .comments-one__card__title {
        font-size: 18px;
    }
}

.comments-one__card__date {
    font-weight: 400;
    line-height: 1;
    text-transform: capitalize;
    margin-bottom: 0;
}

.comments-one__card__text {
    text-transform: capitalize;
    line-height: 1.875;
    margin-bottom: 0;
}

.comments-one__card__reply {
    border: none;
    outline: none;
    background-color: transparent;
    position: relative;
    top: 3px;
    z-index: 1;
    overflow: hidden;
    padding: 10.5px 17.5px 9.5px;
    font-family: var(--boskery-heading-font, "Roboto Condensed", sans-serif);
    font-size: 12px;
    color: var(--boskery-white, #ffffff);
    line-height: 1;
    text-transform: uppercase;
    background-color: var(--boskery-base, #A42125);
    transition: all 500ms ease;
}

@media (max-width: 500px) {
    .comments-one__card__reply {
        top: 0;
    }
}

.comments-one__card__reply::after {
    content: "";
    z-index: -1;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 150%;
    height: 150%;
    background-color: var(--boskery-black, #1E1D1D);
    transition-duration: 1000ms;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.comments-one__card__reply:hover::after {
    bottom: -50%;
}

.comments-form {
    margin-top: 54px;
}

/*--------------------------------------------------------------
# Shop
--------------------------------------------------------------*/

.product {
    position: relative;
}

.product__sidebar {
    margin-top: 70px;
    position: relative;
}

@media (max-width: 991px) {
    .product__sidebar {
        margin-top: 0;
    }
}

.product__sidebar__item+.product__sidebar__item {
    margin-top: 30px;
}

.product__sidebar__item {
    padding: 30px;
    background-color: var(--boskery-white2, #F6F2EC);
}

.product__sidebar__title {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
    color: var(--boskery-black, #1E1D1D);
    margin-top: -1px;
    margin-bottom: 19px;
}

.product__search {
    display: flex;
    align-items: center;
    position: relative;
    height: 59px;
}

.product__search input[type=search],
.product__search input[type=text] {
    padding-left: 10px;
    padding-right: 35px;
    outline: none;
    border: 0;
    border: 1px solid var(--boskery-border-color, #EBE3D9);
    font-size: 16px;
    color: var(--boskery-text, #7A7373);
    font-weight: 400;
    line-height: 1;
    width: 100%;
    height: 100%;
    background-color: var(--boskery-white, #ffffff);
    transition: all 500ms ease;
}

.product__search input[type=search]:focus,
.product__search input[type=text]:focus {
    color: var(--boskery-black2, #100F0F);
    border-color: var(--boskery-base, #A42125);
}

.product__search button[type=submit] {
    padding: 0;
    border: none;
    outline: none;
    background-color: transparent;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: auto;
    font-size: 20px;
    color: var(--boskery-base, #A42125);
    z-index: 11;
    transition: all 400ms ease;
}

.product__search button[type=submit]:hover {
    color: var(--boskery-black, #1E1D1D);
}

.product__price-ranger {
    padding-top: 32px;
}

.product__price-ranger .price-ranger {
    background-color: var(--boskery-white, #ffffff);
    padding: 15px 21px 5px 9px;
    border: 1px solid var(--boskery-border-color, #EBE3D9);
}

.product__price-ranger .price-ranger .ui-slider .ui-slider-handle:nth-child(2) {
    display: none;
}

.product__price-ranger .price-ranger .ui-slider .ui-slider-handle:nth-child(3) {
    position: relative;
    position: absolute;
}

.product__price-ranger .price-ranger .ui-slider .ui-slider-handle:nth-child(3)::after {
    content: "";
    width: 8px;
    height: 8px;
    background-color: var(--boskery-white, #ffffff);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.product__price-ranger #slider-range {
    margin: 0;
    background-color: transparent;
    border: 1px solid var(--boskery-base, #A42125);
    height: 7px;
    border-radius: 10px;
    position: relative;
}

.product__price-ranger #slider-range .ui-slider-range {
    height: 100%;
    background: var(--boskery-base, #A42125);
}

.product__price-ranger #slider-range .ui-slider-handle {
    position: absolute;
    top: -6.5px;
    background: var(--boskery-base, #A42125);
    border: 0;
    height: 18px;
    width: 18px !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-top: 6px;
}

.product__price-ranger .ranger-min-max-block input[type=text] {
    position: relative;
    display: inline-block;
    color: var(--boskery-text, #7A7373);
    font-size: 12px;
    font-weight: 500;
    width: 35px;
    line-height: 14px;
    border: none;
    outline: none;
    font-family: var(--boskery-font, "Plus Jakarta Sans", 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(--boskery-text, #7A7373);
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    left: -1px;
}

.product__categories {
    padding-top: 32px;
}

.product__categories__title {
    margin-bottom: 13px;
}

.product__categories ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: -17px;
}

.product__categories ul li {
    position: relative;
    margin: 0 0 3.5px;
}

.product__categories ul li a {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    line-height: 1;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--boskery-text, #7A7373);
    font-weight: 500;
    transition: all 500ms ease;
    z-index: 1;
    padding: 13.5px 0;
}

.product__categories ul li a::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background-color: var(--boskery-base, #A42125);
    transition: all 500ms ease;
}

.product__categories ul li a:hover {
    padding-left: 15px;
    padding-right: 15px;
    color: var(--boskery-white, #ffffff);
}

.product__categories ul li a:hover::after {
    left: 0;
    width: 100%;
}

.product__info-top {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-bottom: 6px;
}

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

.product__showing-text {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    font-weight: 1;
    text-transform: capitalize;
}

@media (max-width: 767px) {
    .product__showing-text {
        margin-bottom: 10px;
    }
}

.product__showing-sort {
    margin: 0;
    font-size: 18px;
}

.product__showing-sort .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    font-family: var(--boskery-font, "Plus Jakarta Sans", sans-serif);
    position: relative;
    display: block;
    width: 100%;
    min-width: 150px !important;
}

@media (max-width: 767px) {
    .product__showing-sort .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        min-width: 141px !important;
    }
}

.product__showing-sort .bootstrap-select>.dropdown-toggle::after {
    display: none;
}

.product__showing-sort .bootstrap-select .dropdown-menu {
    border: none;
}

.product__showing-sort .bootstrap-select>.dropdown-toggle {
    position: relative;
    height: 64px;
    outline: none !important;
    border-radius: 0;
    border: 0;
    background-color: transparent !important;
    margin: 0;
    padding: 0;
    padding-left: 0;
    padding-right: 22px;
    font-family: var(--boskery-font, "Plus Jakarta Sans", sans-serif);
    color: var(--boskery-text, #7A7373) !important;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 64px;
    font-weight: 400;
    box-shadow: none !important;
    background-repeat: no-repeat;
    background-size: 14px 12px;
    background-position: right 25.75px center;
}

@media (max-width: 767px) {
    .product__showing-sort .bootstrap-select>.dropdown-toggle {
        width: auto;
        padding-left: 0;
    }
}

.product__showing-sort .bootstrap-select>.dropdown-toggle>.filter-option {
    text-align: right;
}

@media (max-width: 767px) {
    .product__showing-sort .bootstrap-select>.dropdown-toggle>.filter-option {
        text-align: left;
    }
}

.product__showing-sort .bootstrap-select>.dropdown-toggle:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0px;
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: 900;
    font-size: 17px;
    color: var(--boskery-text, #7A7373);
}

.product__showing-sort .bootstrap-select .dropdown-menu>li+li>a {
    border-top: 1px solid var(--boskery-border-color, #EBE3D9);
}

.product__showing-sort .bootstrap-select .dropdown-menu>li>a {
    font-size: 14px;
    font-weight: 400;
    padding: 5px 22px 6px;
    font-family: var(--boskery-font, "Plus Jakarta Sans", sans-serif);
    font-weight: normal;
    color: var(--boskery-black, #1E1D1D);
    background-color: var(--boskery-white2, #F6F2EC);
    text-transform: capitalize;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.product__showing-sort .bootstrap-select .dropdown-menu>li:hover>a,
.product__showing-sort .bootstrap-select .dropdown-menu>li.selected>a {
    background-color: var(--boskery-base, #A42125);
    color: var(--boskery-white, #ffffff);
    border-color: var(--boskery-base, #A42125);
}

.product__item {
    position: relative;
    background-color: var(--boskery-white, #ffffff);
    border: 1px solid var(--boskery-border-color, #EBE3D9);
    transition: all 500ms ease;
}

.product__item:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.product__item__image {
    background-color: var(--boskery-white, #ffffff);
    position: relative;
    overflow: hidden;
}

.product__item__image img {
    width: 100%;
    height: auto;
    transition: all 500ms ease;
    transform: scale(1);
}

.product__item:hover .product__item__image img {
    transform: scale(1.05);
}

.product__item__content {
    position: relative;
    text-align: center;
    padding: 29.24px 30px 29px;
}

@media (max-width: 767px) {
    .product__item__content {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.product__item .boskery-ratings {
    justify-content: center;
    gap: 6.94px;
    margin-bottom: 18px;
}

.product__item .boskery-ratings span {
    font-size: 12px;
}

.product__item__title {
    font-weight: bold;
    font-size: 20px;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 11px;
}

@media (max-width: 767px) {
    .product__item__title {
        font-size: 18px;
    }
}

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

.product__item__price {
    font-family: var(--boskery-heading-font, "Roboto Condensed", sans-serif);
    text-align: center;
    font-size: 18px;
    color: var(--boskery-text, #7A7373);
    line-height: normal;
    font-weight: 500;
    margin-bottom: 18px;
}

.product__item__link {
    padding: 13.02px 70.65px 11px 20px;
}

.product__item__link i {
    right: 20px;
    font-size: 16px;
}

.product__item__link i::after {
    left: -15px;
}

.product-one {
    position: relative;
    background-color: var(--boskery-white, #ffffff);
}

.product-one .container {
    position: relative;
    z-index: 1;
}

.product-one__shape {
    position: absolute;
    left: -0.49px;
    bottom: 14px;
    background-color: var(--boskery-white, #ffffff);
}

@media (max-width: 425px) {
    .product-one__shape {
        width: 300px;
    }
}

.product-one__shape__image {
    max-width: 100%;
    mix-blend-mode: multiply;
    opacity: 0.3;
}

.product-two {
    position: relative;
    padding-top: 117px;
    background-color: var(--boskery-white2, #F6F2EC);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

@media (max-width: 767px) {
    .product-two {
        padding-top: 97px;
    }
}

@media (max-width: 575px) {
    .product-two {
        padding-top: 77px;
    }
}

.product-two .container {
    position: relative;
    z-index: 2;
    margin-bottom: -323px;
}

.product-page {
    padding-top: 95px;
}

@media (max-width: 767px) {
    .product-page {
        padding-top: 91px;
    }
}

@media (max-width: 575px) {
    .product-page {
        padding-top: 71px;
    }
}

@media (max-width: 991px) {
    .product-page--left {
        padding-top: 120px;
    }
}

@media (max-width: 767px) {
    .product-page--left {
        padding-top: 100px;
    }
}

@media (max-width: 575px) {
    .product-page--left {
        padding-top: 80px;
    }
}

.product-page .post-pagination {
    justify-content: center;
}

@media (max-width: 991px) {
    .product-page .post-pagination {
        margin-top: 20px;
    }
}

/*--------------------------------------------------------------
# Shop details
--------------------------------------------------------------*/

.product-details {
    position: relative;
}

.product-details__gallery-top {
    position: relative;
}

.product-details__gallery-top__inner {
    min-height: 570px;
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--boskery-white2, #F6F2EC);
}

@media (max-width: 767px) {
    .product-details__gallery-top__inner {
        padding: 40px;
        min-height: 500px;
    }
}

@media (max-width: 575px) {
    .product-details__gallery-top__inner {
        min-height: 400px;
    }
}

@media (max-width: 430px) {
    .product-details__gallery-top__inner {
        padding: 30px;
        min-height: 350px;
    }
}

.product-details__gallery-top__image {
    width: 100%;
    max-width: 423px;
}

.product-details__gallery-top__image img {
    display: block;
    width: 100%;
}

.product-details__gallery-thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.product-details__gallery-thumb-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 85px !important;
    height: 85px;
    cursor: pointer;
    border: 1px solid transparent;
    background-color: var(--boskery-white2, #F6F2EC);
    transition: all 400ms ease;
}

.product-details__gallery-thumb-slide img {
    max-width: 100%;
}

.product-details__gallery-thumb-slide.swiper-slide-thumb-active {
    border-color: var(--boskery-base, #A42125);
}

.product-details__content {
    position: relative;
    margin-top: 16px;
}

@media (max-width: 1199px) {
    .product-details__content {
        margin-top: 0;
    }
}

.product-details__top {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px 20px;
}

.product-details__top__left {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 21px;
}

.product-details__name {
    font-family: var(--boskery-heading-font, "Roboto Condensed", sans-serif);
    font-size: 19px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
}

.product-details__price {
    display: inline-block;
    padding: 5px 10.41px;
    font-family: var(--boskery-font2, "Quicksand", sans-serif);
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    background-color: var(--boskery-base, #A42125);
    text-transform: capitalize;
    color: var(--boskery-white, #ffffff);
    margin: 0;
}

.product-details__video {
    top: -8px;
}

.product-details__review {
    margin-top: 9px;
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 11px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--boskery-border-color, #EBE3D9);
}

.product-details__review a {
    display: inline-block;
    font-size: 16px;
    color: var(--boskery-text, #7A7373);
    text-transform: capitalize;
    line-height: normal;
    font-weight: normal;
    transition: all 400ms ease;
}

.product-details__review a:hover {
    color: var(--boskery-base, #A42125);
}

.product-details__excerpt {
    margin-top: 32.5px;
    padding-bottom: 23px;
    border-bottom: 1px solid var(--boskery-border-color, #EBE3D9);
}

.product-details__excerpt__text {
    font-size: 16px;
    line-height: 1.875;
    margin-bottom: 0;
    text-transform: capitalize;
}

.product-details__content__title {
    color: var(--boskery-black, #1E1D1D);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 0;
}

.product-details__color {
    margin: 30px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px;
}

.product-details__color__box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.product-details__color__btn {
    border: none;
    outline: none;
    background-color: transparent;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 28px;
    height: 28px;
    border: 1px solid var(--boskery-border-color, #EBE3D9);
    border-radius: 50%;
    transition: all 400ms ease;
}

.product-details__color__btn:hover {
    border-color: var(--boskery-base, #A42125);
}

.product-details__color__btn span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.product-details__color__btn--1 span {
    background-color: var(--boskery-fuchsia, #FF1C74);
}

.product-details__color__btn--2 span {
    background-color: var(--boskery-blue, #6C1CD1);
}

.product-details__color__btn--3 span {
    background-color: var(--boskery-green, #59C36A);
}

.product-details__color__btn--4 span {
    background-color: var(--boskery-yellow, #FCB720);
}

.product-details__color__btn--5 span {
    background-color: var(--boskery-orange, #E76100);
}

.product-details__size {
    display: flex;
    align-items: center;
    gap: 24px 36px;
    padding-bottom: 29px;
    border-bottom: 1px solid var(--boskery-border-color, #EBE3D9);
    margin-bottom: 30px;
}

.product-details__size__box {
    display: flex;
    align-items: center;
    gap: 10px;
}

.product-details__size__btn {
    border: none;
    outline: none;
    background-color: transparent;
    font-size: 16px;
    color: var(--boskery-text, #7A7373);
    text-transform: uppercase;
    font-weight: normal;
    line-height: 1;
    background-color: transparent;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    width: 28px;
    height: 28px;
    border: 1px solid var(--boskery-border-color, #EBE3D9);
    border-radius: 50%;
    transition: all 400ms ease;
}

.product-details__size__btn:hover {
    border-color: var(--boskery-base, #A42125);
}

.product-details__info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px 20px;
    margin-bottom: 50px;
}

.product-details__quantity {
    position: relative;
    display: flex;
    align-items: center;
    gap: 14px;
}

.product-details__quantity .quantity-box {
    padding: 0 18px;
    position: relative;
    width: 165px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid var(--boskery-border-color, #EBE3D9);
    gap: 10px;
}

.product-details__quantity .quantity-box input {
    border: none;
    outline: none;
    width: 78px;
    height: 38px;
    text-align: center;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    font-family: var(--boskery-font2, "Quicksand", sans-serif);
    color: var(--boskery-base, #A42125);
    outline: none;
    font-size: 16px;
    font-weight: 700;
    transition: all 400ms ease;
}

.product-details__quantity .quantity-box input:focus {
    color: var(--boskery-black, #1E1D1D);
}

.product-details__quantity .quantity-box button {
    padding: 0;
    color: var(--boskery-text, #7A7373);
    font-size: 15px;
    background-color: transparent;
    border: none;
    outline: none;
    transition: all 400ms ease-in-out;
}

.product-details__quantity .quantity-box button i {
    color: inherit;
}

.product-details__quantity .quantity-box button:hover {
    color: var(--boskery-base, #A42125);
}

.product-details__socials {
    display: flex;
    align-items: center;
    gap: 11px;
}

.product-details__socials__title {
    position: relative;
    top: 1.55px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: var(--boskery-text, #7A7373);
    text-transform: uppercase;
    margin-bottom: 0;
}

.product-details__btn {
    padding: 18.02px 70.65px 16px 20px;
}

.product-details__btn i {
    right: 20px;
    font-size: 16px;
}

.product-details__btn i::after {
    left: -15px;
}

.product-details__description-wrapper {
    padding-top: 63px;
    padding-bottom: 51px;
    margin-top: 65px;
    background-color: var(--boskery-white2, #F6F2EC);
}

.product-details__description {
    position: relative;
}

.product-details__description__title {
    font-size: 20px;
    color: var(--boskery-dark, #351C42);
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 21px;
}

.product-details__description__text {
    font-size: 16px;
    line-height: 1.875;
    text-transform: capitalize;
    margin-bottom: 0;
}

.product-details__description__text:not(:last-child) {
    margin-bottom: 31px;
}

.product-details__comment {
    padding-top: 114px;
}

@media (max-width: 767px) {
    .product-details__comment {
        padding-top: 95px;
    }
}

@media (max-width: 575px) {
    .product-details__comment {
        padding-top: 75px;
    }
}

.product-details__comments-form__top {
    margin-bottom: 33px;
}

.product-details__comments-form__title {
    margin-bottom: 24px;
}

.product-details__comments-form__text {
    font-size: 16px;
    line-height: 1;
    text-transform: capitalize;
    margin-bottom: 29px;
}

.product-details__comments-form__ratings {
    display: flex;
    align-items: center;
    gap: 20px 18px;
    flex-wrap: wrap;
}

.product-details__comments-form__ratings__text {
    font-family: var(--boskery-heading-font, "Roboto Condensed", sans-serif);
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 0;
}

.product-details__comments-form__ratings .boskery-ratings {
    position: relative;
    top: -2px;
}

.product-details__comments-form__ratings .boskery-ratings span {
    color: var(--boskery-gray, #EBE3D9);
}

.product-details__comments-form .comments-form__form input[type=text],
.product-details__comments-form .comments-form__form input[type=email] {
    height: 65px;
}

/*--------------------------------------------------------------
# Cart
--------------------------------------------------------------*/

.cart-page {
    position: relative;
}

.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 24px;
}

@media (max-width: 1199px) {
    .cart-page__table {
        min-width: 1000px;
    }
}

.cart-page__table thead tr {
    background-color: var(--boskery-white2, #F6F2EC);
    border: 0 !important;
}

.cart-page__table thead tr th {
    font-family: var(--boskery-heading-font, "Roboto Condensed", sans-serif);
    font-size: 16px;
    color: var(--boskery-black, #1E1D1D);
    line-height: 1;
    font-weight: 700;
    padding-top: 27.5px;
    padding-bottom: 26.5px;
    padding-left: 25px;
    padding-right: 25px;
    text-transform: uppercase;
    border: none;
    background-color: transparent;
    border: 0 !important;
    box-shadow: none;
}

.cart-page__table thead tr th:first-child {
    padding-left: 22px;
}

.cart-page__table thead tr th:last-child {
    padding-right: 22px;
}

.cart-page__table tbody tr td {
    font-family: var(--boskery-heading-font, "Roboto Condensed", sans-serif);
    font-size: 16px;
    font-weight: 700;
    color: var(--boskery-base, #A42125);
    text-transform: capitalize;
    line-height: normal;
    vertical-align: middle;
    border-top: none;
    box-shadow: none;
    background-color: transparent;
    border-top: 0 !important;
    border-bottom: 1px solid var(--boskery-border-color, #EBE3D9);
    padding: 30px 25px 29px;
    letter-spacing: 0;
}

.cart-page__table tbody tr td.cart-page__table__total {
    font-weight: normal;
    color: var(--boskery-text, #7A7373);
}

.cart-page__table tbody tr td:first-child {
    padding-left: 0;
}

.cart-page__table tbody tr td:last-child {
    padding-right: 0;
}

.cart-page__table .quantity-box {
    width: 127px;
    height: 40px;
    gap: 6px;
}

.cart-page__table .quantity-box input {
    width: 52px;
    height: 38px;
}

.cart-page__table__meta {
    display: flex;
    align-items: center;
}

.cart-page__table__meta__img {
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    margin-right: 11px;
}

.cart-page__table__meta__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cart-page__table__meta__title {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: normal;
    margin: 0;
}

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

.cart-page__table__meta__title a:hover {
    background-size: 100% 1px;
}

.cart-page__table__meta__title a:hover {
    color: var(--boskery-base, #A42125);
}

.cart-page__table__remove {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: var(--boskery-heading-font, "Roboto Condensed", sans-serif);
    text-transform: capitalize;
    color: var(--boskery-text, #7A7373);
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    margin-bottom: 0;
}

.cart-page__table__remove i {
    color: inherit;
}

.cart-page__table__remove:hover {
    color: var(--boskery-base, #A42125);
}

.cart-page__coupone__title {
    font-size: 16px;
    color: var(--boskery-text, #7A7373);
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    padding-top: 2px;
    margin-bottom: 16px;
}

.cart-page__coupone__box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

@media (max-width: 767px) {
    .cart-page__coupone__box {
        flex-direction: column;
        align-items: flex-start;
    }
}

.cart-page__coupone__form {
    min-width: 445px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
}

@media (max-width: 767px) {
    .cart-page__coupone__form {
        min-width: 100%;
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
    }
}

.cart-page__coupone__form input[type=text] {
    display: block;
    width: 268px;
    height: 62px;
    border: none;
    font-size: 16px;
    font-family: var(--boskery-heading-font, "Roboto Condensed", sans-serif);
    color: var(--boskery-text, #7A7373);
    font-weight: normal;
    line-height: normal;
    background-color: var(--boskery-white, #ffffff);
    padding-left: 18px;
    padding-right: 18px;
    outline: none;
    border: 1px solid var(--boskery-border-color, #EBE3D9);
    transition: all 400ms ease;
}

.cart-page__coupone__form input[type=text]:focus {
    color: var(--boskery-black, #1E1D1D);
    border-color: var(--boskery-base, #A42125);
}

@media (max-width: 767px) {
    .cart-page__coupone__form input[type=text] {
        width: 100%;
    }
}

.cart-page__coupone__btn {
    padding: 0 30.4px;
    height: 62px;
}

@media (max-width: 767px) {
    .cart-page__coupone__btn {
        height: 55px;
    }
}

.cart-page__update-btn {
    padding: 0 25.125px;
    height: 62px;
    background-color: var(--boskery-black, #1E1D1D);
}

.cart-page__update-btn .boskery-btn__hover {
    background-color: var(--boskery-base, #A42125);
}

@media (max-width: 767px) {
    .cart-page__update-btn {
        height: 55px;
    }
}

.cart-page__bottom-btn {
    border: 0;
    outline: 0;
    text-align: center;
    line-height: 62px;
    font-family: var(--boskery-heading-font, "Roboto Condensed", sans-serif);
    color: var(--boskery-white, #ffffff);
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 400ms ease;
}

@media (max-width: 767px) {
    .cart-page__bottom-btn {
        line-height: 55px;
    }
}

.cart-page__cart-checkout {
    padding: 26px 30px 30px;
    border: 1px solid var(--boskery-border-color, #EBE3D9);
}

@media (max-width: 375px) {
    .cart-page__cart-checkout {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.cart-page__cart-total {
    position: relative;
    margin: 0;
}

.cart-page__cart-total li:not(:nth-child(2)) {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    font-family: var(--boskery-heading-font, "Roboto Condensed", sans-serif);
    font-size: 18px;
    color: var(--boskery-black, #1E1D1D);
    text-transform: uppercase;
    font-weight: 700;
    line-height: normal;
}

.cart-page__cart-total li:not(:nth-child(2)) span {
    color: inherit;
}

.cart-page__cart-total li:nth-child(1) {
    margin-bottom: 26px;
    padding-bottom: 32px;
}

.cart-page__cart-total li:nth-child(2) {
    margin-bottom: 26px;
    padding-bottom: 22px;
}

.cart-page__cart-total li:nth-child(3) {
    margin-bottom: 29px;
}

.cart-page__cart-total li:not(:last-child) {
    border-bottom: 1px solid var(--boskery-border-color, #EBE3D9);
}

.cart-page__cart-total__amount {
    text-align: right;
}

.cart-page__cart-total__amount--top {
    color: var(--boskery-base, #A42125) !important;
}

.cart-page__cart-total__address {
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 19px;
}

.cart-page__cart-total__address__text {
    font-size: 16px;
    color: var(--boskery-text, #7A7373);
    font-weight: 400;
    line-height: 1.625;
    text-transform: capitalize;
    margin-bottom: 0;
}

.cart-page__checkout-btn {
    display: block;
    padding: 18px 29.52px 16px 29.52px;
    font-size: 16px;
}

@media (max-width: 390px) {
    .cart-page__checkout-btn {
        font-size: 15px;
    }
}

/*--------------------------------------------------------------
# Checkout
--------------------------------------------------------------*/

.checkout-page {
    position: relative;
}

.checkout-page__title {
    font-weight: 700;
    font-size: 24px;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.checkout-page__billing-address {
    position: relative;
    padding: 24px 30px 30px;
    background-color: var(--boskery-white2, #F6F2EC);
}

@media (max-width: 425px) {
    .checkout-page__billing-address {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.checkout-page__input-box--message {
    margin-top: 4px;
}

.checkout-page__input-box--address input:not(:last-child) {
    margin-bottom: 10px;
}

.checkout-page__input-box label {
    color: var(--boskery-text, #7A7373);
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.checkout-page__input-box input[type=text],
.checkout-page__input-box input[type=email],
.checkout-page__input-box input[type=tel],
.checkout-page__input-box textarea {
    height: 65px;
    width: 100%;
    border: none;
    background-color: var(--boskery-white, #ffffff);
    padding-left: 31px;
    padding-right: 31px;
    outline: none;
    font-size: 14px;
    color: var(--boskery-text, #7A7373);
    font-family: var(--boskery-font, "Plus Jakarta Sans", sans-serif);
    display: block;
    line-height: normal;
    font-weight: 400;
    transition: all 400ms ease;
}

.checkout-page__input-box input[type=text]:focus,
.checkout-page__input-box input[type=email]:focus,
.checkout-page__input-box input[type=tel]:focus,
.checkout-page__input-box textarea:focus {
    color: var(--boskery-black, #1E1D1D);
}

@media (max-width: 425px) {
    .checkout-page__input-box input[type=text],
    .checkout-page__input-box input[type=email],
    .checkout-page__input-box input[type=tel],
    .checkout-page__input-box textarea {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.checkout-page__input-box textarea {
    padding-top: 30px;
    height: 239px;
}

.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(--boskery-font, "Plus Jakarta Sans", sans-serif);
}

.checkout-page__input-box .bootstrap-select>.dropdown-toggle::after {
    display: none;
}

.checkout-page__input-box .bootstrap-select>.dropdown-toggle {
    position: relative;
    height: 65px;
    outline: none !important;
    border-radius: 0;
    border: 0;
    background-color: var(--boskery-white, #ffffff) !important;
    margin: 0;
    padding: 0;
    padding-left: 31px;
    padding-right: 27px;
    font-family: var(--boskery-font, "Plus Jakarta Sans", sans-serif);
    color: var(--boskery-text, #7A7373) !important;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 65px;
    font-weight: 400;
    box-shadow: none !important;
    background-repeat: no-repeat;
    background-size: 14px 12px;
    background-position: right 25.75px center;
}

@media (max-width: 425px) {
    .checkout-page__input-box .bootstrap-select>.dropdown-toggle {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.checkout-page__input-box .bootstrap-select>.dropdown-toggle:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 27px;
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: 900;
    font-size: 16px;
    color: var(--boskery-text, #7A7373);
}

@media (max-width: 425px) {
    .checkout-page__input-box .bootstrap-select>.dropdown-toggle:before {
        right: 20px;
    }
}

.checkout-page__input-box .bootstrap-select .dropdown-menu>li+li>a {
    border-top: 1px solid var(--boskery-border-color, #EBE3D9);
}

.checkout-page__input-box .bootstrap-select .dropdown-menu {
    border: none;
}

.checkout-page__input-box .bootstrap-select .dropdown-menu>li>a {
    font-size: 14px;
    font-weight: 400;
    padding: 10px 22px;
    font-family: var(--boskery-font, "Plus Jakarta Sans", sans-serif);
    font-weight: normal;
    color: var(--boskery-black2, #100F0F);
    background-color: var(--boskery-white, #ffffff);
    text-transform: capitalize;
    -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(--boskery-base, #A42125);
    color: var(--boskery-white, #ffffff);
    border-color: var(--boskery-base, #A42125);
}

.checkout-page__radio-box--left {
    margin-top: 12px;
}

.checkout-page__input-item+.checkout-page__input-item {
    margin-top: 12px;
}

.checkout-page__your-order {
    position: relative;
    padding: 24px 30px 30px;
    background-color: var(--boskery-white2, #F6F2EC);
}

@media (max-width: 425px) {
    .checkout-page__your-order {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.checkout-page__your-order__title {
    color: var(--boskery-black3, #000000);
    margin-bottom: 25px;
}

.checkout-page__order-table {
    position: relative;
    width: 100%;
    border: none;
    margin: 0 0 0;
}

.checkout-page__order-table thead tr th {
    font-family: var(--boskery-heading-font, "Roboto Condensed", sans-serif);
    font-size: 18px;
    color: var(--boskery-black, #1E1D1D);
    text-transform: uppercase;
    font-weight: 500;
    line-height: normal;
    margin: 0;
    padding: 22px 0 20px;
    border: none;
    border-bottom: 1px solid var(--boskery-border-color, #EBE3D9);
}

.checkout-page__order-table thead tr th:not(:first-child) {
    text-align: right;
}

.checkout-page__order-table tbody tr td {
    margin: 0;
    padding: 20px 0;
    border-bottom: 1px solid var(--boskery-border-color, #EBE3D9);
}

.checkout-page__order-table tbody tr td.pro__title,
.checkout-page__order-table tbody tr td.pro__price {
    font-size: 16px;
    line-height: normal;
    font-family: var(--boskery-font, "Plus Jakarta Sans", sans-serif);
    color: var(--boskery-text, #7A7373);
    font-weight: normal;
    text-transform: capitalize;
}

.checkout-page__order-table tbody tr td.pro__sub-title,
.checkout-page__order-table tbody tr td.pro__sub-price {
    font-family: var(--boskery-heading-font, "Roboto Condensed", sans-serif);
    font-size: 16px;
    line-height: normal;
    color: var(--boskery-black, #1E1D1D);
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 24px;
    padding-bottom: 23px;
}

.checkout-page__order-table tbody tr td .checkout-page__order-address-data {
    margin-top: -4px;
    margin-bottom: -5px;
}

.checkout-page__order-table tbody tr td .checkout-page__order-address {
    font-family: var(--boskery-heading-font, "Roboto Condensed", sans-serif);
    font-size: 16px;
    color: var(--boskery-black, #1E1D1D);
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.checkout-page__order-table tbody tr td .checkout-page__order-address-text {
    font-family: var(--boskery-font, "Plus Jakarta Sans", sans-serif);
    color: var(--boskery-text, #7A7373);
    font-weight: 400;
    line-height: 1.625;
    text-transform: capitalize;
    margin-bottom: 0;
}

.checkout-page__order-table tbody tr td .checkout-page__radio-box {
    padding-bottom: 6px;
}

.checkout-page__order-table tbody tr td .checkout-page__input-item+.checkout-page__input-item {
    margin-top: 10px;
}

.checkout-page__order-table tbody tr td .checkout-page__order-text {
    padding-top: 7px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 1.714;
    text-transform: capitalize;
    margin-bottom: 0;
}

.checkout-page__order-table tbody tr td:not(:first-child) {
    text-align: right;
}

.checkout-page__order-table tbody tr:nth-child(6) td {
    padding-top: 24px;
    padding-bottom: 24px;
}

.checkout-page__order-table tbody tr:nth-child(7) td {
    padding-top: 26px;
    padding-bottom: 18px;
}

.checkout-page__order-table tbody tr:nth-child(8) td {
    border: 0;
    padding-top: 24px;
    padding-bottom: 13px;
}

.checkout-page__order-table tbody tr:last-child td {
    border: 0;
    padding: 0;
}

.checkout-page__order-btn {
    padding: 19.19px 70px 17.17px 23px;
    font-size: 14px;
}

.checkout-page__order-btn i {
    right: 22px;
}

.checkout-page__order-btn i::after {
    left: -15px;
}

/*--------------------------------------------------------------
# Login
--------------------------------------------------------------*/

.login-page {
    position: relative;
    padding: 192px 0;
}

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

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

.login-page__inner {
    position: relative;
    width: 100%;
    max-width: 1100.79px;
    padding: 0 70px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .login-page__inner {
        padding: 0;
    }
}

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

.login-page__image img {
    max-width: 100%;
    height: auto;
    transform: rotate(-15deg);
}

.login-page__wrap {
    position: relative;
    position: absolute;
    top: 22px;
    right: 70px;
    width: 100%;
    max-width: 570px;
    padding: 52px 60px 60.73px;
    background-color: var(--boskery-white2, #F6F2EC);
}

@media (max-width: 767px) {
    .login-page__wrap {
        position: static;
        padding: 42px 40px 50.73px;
    }
}

@media (max-width: 412px) {
    .login-page__wrap {
        padding: 32px 30px 40.73px;
    }
}

@media (max-width: 390px) {
    .login-page__wrap {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.login-page__wrap__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    mix-blend-mode: multiply;
}

.login-page__wrap__top {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 19px;
    border-bottom: 1px solid var(--boskery-border-color, #EBE3D9);
}

@media (max-width: 575px) {
    .login-page__wrap__top {
        flex-direction: column;
        padding-bottom: 55px;
    }
}

.login-page__title {
    font-size: 35px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.7px;
    text-transform: uppercase;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .login-page__title {
        font-size: 30px;
    }
}

.login-page__main-tab-box {
    display: block;
}

.login-page__main-tab-box .tab-buttons {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 26px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 1;
}

@media (max-width: 575px) {
    .login-page__main-tab-box .tab-buttons {
        margin-top: 0;
    }
}

.login-page__main-tab-box .tab-buttons .tab-btn {
    position: relative;
    display: inline-block;
    cursor: pointer;
    padding: 5.5px 15.15px;
    font-family: var(--boskery-heading-font, "Roboto Condensed", sans-serif);
    font-size: 16px;
    font-weight: 500;
    color: var(--boskery-base, #A42125);
    line-height: 1.875;
    letter-spacing: 0.64px;
    text-transform: uppercase;
    background-color: var(--boskery-white, #ffffff);
    overflow: hidden;
    z-index: 1;
    transition: all 500ms ease;
}

@media (max-width: 767px) {
    .login-page__main-tab-box .tab-buttons .tab-btn {
        font-size: 14px;
    }
}

.login-page__main-tab-box .tab-buttons .tab-btn .boskery-btn__hover {
    background-color: var(--boskery-base, #A42125);
}

.login-page__main-tab-box .tab-buttons .tab-btn:hover {
    color: var(--boskery-white, #ffffff);
}

.login-page__main-tab-box .tab-buttons .tab-btn.active-btn {
    color: var(--boskery-white, #ffffff);
    background-color: var(--boskery-base, #A42125);
}

.login-page__main-tab-box .tabs-content {
    margin-top: 20px;
    position: relative;
    display: block;
}

.login-page__main-tab-box .tabs-content .tab {
    position: relative;
    display: none;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    z-index: 10;
}

.login-page__main-tab-box .tabs-content .tab.active-tab {
    display: block;
}

.login-page__tab-title {
    position: absolute;
    top: -55px;
    left: 0;
    font-family: var(--boskery-heading-font, "Roboto Condensed", sans-serif);
    font-size: 15px;
    color: var(--boskery-text, #7A7373);
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.3px;
    text-transform: uppercase;
}

.login-page__form__input-box {
    position: relative;
}

.login-page__form__input-box:not(:last-child) {
    margin-bottom: 15px;
}

.login-page__form__input-box--forgot {
    text-align: right;
    margin-top: -6px;
    margin-bottom: 21px !important;
}

.login-page__form__input-box--checkbox {
    margin-top: -4px;
}

.login-page__form__input-box span {
    position: absolute;
    top: 50%;
    left: 21px;
    transform: translateY(-50%);
    font-size: 15px;
    margin-right: 11px;
    color: var(--boskery-text, #7A7373);
    transition: all 400ms ease;
}

@media (max-width: 575px) {
    .login-page__form__input-box span {
        left: 15px;
    }
}

.login-page__form__input-box input {
    outline: 0;
    padding-left: 46px;
    padding-right: 20px;
    height: 55px;
    background-color: var(--boskery-white, #ffffff);
    border: 1px solid var(--boskery-border-color, #EBE3D9);
    width: 100%;
    font-size: 14px;
    color: var(--boskery-text, #7A7373);
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.28px;
    transition: all 400ms ease;
}

@media (max-width: 575px) {
    .login-page__form__input-box input {
        padding-left: 40px;
        padding-right: 15px;
    }
}

.login-page__form__input-box input:focus {
    border-color: var(--boskery-base, #A42125);
    color: var(--boskery-black2, #100F0F);
}

.login-page__form__input-box input:focus+span {
    color: var(--boskery-black2, #100F0F);
}

.login-page__form__input-box .pass-field-icon {
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    z-index: 1;
    font-size: 16px;
    color: var(--boskery-text, #7A7373);
    transition: all 400ms ease;
}

.login-page__form__input-box .pass-field-icon:hover {
    color: var(--boskery-base, #A42125);
}

@media (max-width: 575px) {
    .login-page__form__input-box .pass-field-icon {
        right: 15px;
    }
}

.login-page__form__checked-box {
    position: relative;
    display: block;
}

.login-page__form__checked-box label {
    position: relative;
    display: inline-block;
    padding-left: 26px;
    margin-right: 0px;
    margin-bottom: 0;
    font-size: 14px;
    color: var(--boskery-text, #7A7373);
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.28px;
    text-transform: capitalize;
    cursor: pointer;
    transition: all 400ms ease;
}

.login-page__form__checked-box label:hover {
    color: var(--boskery-base, #A42125);
}

.login-page__form__checked-box label span::before {
    position: absolute;
    top: 2px;
    left: 3px;
    display: block;
    border-bottom: 2px solid var(--boskery-base, #A42125);
    border-right: 2px solid var(--boskery-base, #A42125);
    content: "";
    width: 5px;
    height: 8px;
    pointer-events: none;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    opacity: 0;
}

.login-page__form__checked-box input[type=checkbox] {
    display: none;
}

.login-page__form__checked-box input[type=checkbox]+label span {
    position: absolute;
    top: 10px;
    left: 0;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    background: var(--boskery-white, #ffffff);
    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(--boskery-border-color, #EBE3D9);
}

.login-page__form__checked-box input[type=checkbox]:checked+label span {
    border-color: var(--boskery-base, #A42125);
}

.login-page__form__checked-box input[type=checkbox]:checked+label span::before {
    opacity: 1;
}

.login-page__form__forgot {
    font-size: 14px;
    color: var(--boskery-text, #7A7373);
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.28px;
    text-transform: capitalize;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
    transition: all 400ms ease;
}

.login-page__form__forgot:hover {
    background-size: 100% 1px;
}

.login-page__form__forgot:hover {
    color: var(--boskery-base, #A42125);
}

.login-page__form__btn {
    padding: 18px 29px 16px 29px;
    font-size: 16px;
    letter-spacing: -0.32px;
    width: 100%;
    display: block;
}

.login-page__form__btn:hover {
    background-color: var(--boskery-black, #1E1D1D);
}

.login-page__signin {
    margin-top: 23px;
    padding-top: 27px;
    border-top: 1px solid var(--boskery-border-color, #EBE3D9);
    text-align: center;
}

.login-page__signin__title {
    font-family: var(--boskery-heading-font, "Roboto Condensed", sans-serif);
    font-size: 15px;
    color: var(--boskery-text, #7A7373);
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.3px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.login-page__signin__title a {
    color: var(--boskery-base, #A42125);
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.login-page__signin__title a:hover {
    background-size: 100% 1px;
}

.login-page__signin__text {
    display: inline-block;
    font-size: 14px;
    color: var(--boskery-text, #7A7373);
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.28px;
    text-transform: capitalize;
    margin-bottom: 40px;
}

.login-page__signin__buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}

.login-page__signin__btn {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    outline: 0;
    border: 0;
    background-color: var(--boskery-white, #ffffff);
}

.login-page__signin__btn img {
    transition: all 500ms ease;
}

.login-page__signin__btn:hover img {
    transform: scale(1.1);
}

/*--------------------------------------------------------------
# error 404
--------------------------------------------------------------*/

.error-404 {
    padding-top: 120px;
    padding-bottom: 197px;
}

@media (max-width: 767px) {
    .error-404 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media (max-width: 575px) {
    .error-404 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.error-404__content {
    position: relative;
    width: 100%;
    max-width: 601px;
    margin-left: auto;
    margin-right: auto;
}

.error-404__content__inner {
    position: absolute;
    left: 0;
    bottom: 0;
}

@media (max-width: 767px) {
    .error-404__content__inner {
        margin-top: 120px;
        position: static;
        text-align: center;
    }
}

.error-404__image {
    position: relative;
    text-align: center;
}

.error-404__image__one {
    max-width: 100%;
    height: auto;
}

.error-404__image__two {
    position: absolute;
    right: 147px;
    bottom: -78px;
    animation: zumpErrorShape 2s linear infinite;
}

@media (max-width: 767px) {
    .error-404__image__two {
        width: 150px;
        right: auto;
        left: calc(50% + 20px);
        transform: translateX(-50%);
    }
}

@media (max-width: 500px) {
    .error-404__image__two {
        width: 130px;
    }
}

@media (max-width: 412px) {
    .error-404__image__two {
        width: 110px;
    }
}

.error-404__title {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 23px;
}

@media (max-width: 430px) {
    .error-404__title {
        font-size: 28px;
    }
}

@media (max-width: 575px) {
    .error-404__title br {
        display: inline-block;
    }
}

.error-404 .boskery-btn {
    padding-left: 26px;
    padding-right: 72.38px;
}

.error-404 .boskery-btn i {
    right: 25.87px;
}

@keyframes zumpErrorShape {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    50% {
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@media (max-width: 767px) {
    @keyframes zumpErrorShape {
        0% {
            -webkit-transform: translateX(-50%) translateZ(0);
            transform: translateX(-50%) translateZ(0);
        }
        50% {
            -webkit-transform: translateX(-50%) translate3d(0, 10px, 0);
            transform: translateX(-50%) translate3d(0, 10px, 0);
        }
        100% {
            -webkit-transform: translateX(-50%) translateZ(0);
            transform: translateX(-50%) translateZ(0);
        }
    }
}

/*--------------------------------------------------------------
# Faq
--------------------------------------------------------------*/

.faq-accordion .accordion {
    border: 1px solid var(--boskery-border-color, #EBE3D9);
}

.faq-accordion .accordion+.accordion {
    margin-top: 10px;
}

.faq-accordion .accordion-title {
    padding: 18px 70px 16px 18px;
    padding-right: 70px;
    cursor: pointer;
    background-color: var(--boskery-white, #ffffff);
}

.faq-accordion .accordion-title h4 {
    position: relative;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    text-transform: uppercase;
    transition: all 500ms ease;
    margin-bottom: 0;
}

.faq-accordion .accordion-title__icon {
    display: inline-block;
    width: 54px;
    height: 54px;
    position: absolute;
    top: calc(50% - 1px);
    right: -70px;
    transform: translateY(-50%);
    background-color: var(--boskery-white2, #F6F2EC);
}

.faq-accordion .accordion-title__icon::after,
.faq-accordion .accordion-title__icon::before {
    width: 2px;
    height: 12px;
    position: absolute;
    background-color: var(--boskery-base, #A42125);
    top: 50%;
    left: 50%;
    content: "";
    transform: translate(-50%, -50%);
    transition: all 500ms ease;
}

.faq-accordion .accordion-title__icon::after {
    width: 12px;
    height: 2px;
}

.faq-accordion .active.accordion {
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
}

.faq-accordion .active .accordion-title {
    border-bottom: 1px solid var(--boskery-border-color, #EBE3D9);
}

.faq-accordion .active .accordion-title h4 {
    color: var(--boskery-base, #A42125);
}

.faq-accordion .active .accordion-title__icon {
    background-color: var(--boskery-base, #A42125);
}

.faq-accordion .active .accordion-title__icon::after,
.faq-accordion .active .accordion-title__icon::before {
    background-color: var(--boskery-white, #ffffff);
    opacity: 0;
}

.faq-accordion .active .accordion-title__icon::after {
    opacity: 1;
}

.faq-accordion .accordion-content {
    background-color: var(--boskery-white, #ffffff);
}

.faq-accordion .accordion-content .inner {
    padding: 20px 20px 13px;
}

.faq-accordion .accordion-content .inner__bg {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 139px;
    margin-bottom: 13px;
}

.faq-accordion .accordion-content p {
    margin: 0;
    line-height: 1.733;
    letter-spacing: -0.3px;
    text-transform: capitalize;
}

.faq-one {
    position: relative;
}

.faq-one [class*=faq-one__bg--] {
    position: relative;
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0;
    visibility: hidden;
    transition: all 500ms ease;
}

.faq-one [class*=faq-one__bg--]::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: RGBA(var(--boskery-black-rgb, 30, 29, 29), 0.8);
}

.faq-one [class*=faq-one__bg--].active {
    opacity: 1;
    visibility: visible;
}

.faq-one .container {
    position: relative;
    z-index: 1;
}

.faq-one__item {
    position: relative;
    padding-top: 382px;
}

@media (max-width: 1399px) {
    .faq-one__item {
        padding-top: 335px;
    }
}

@media (max-width: 1199px) {
    .faq-one__item {
        padding-top: 335px;
    }
}

@media (max-width: 991px) {
    .faq-one__item {
        padding-top: 253px;
    }
}

@media (max-width: 528px) {
    .faq-one__item {
        padding-top: 283px;
    }
}

@media (max-width: 412px) {
    .faq-one__item {
        padding-top: 278px;
    }
}

@media (max-width: 374px) {
    .faq-one__item {
        padding-top: 308px;
    }
}

.faq-one__title {
    position: relative;
    font-family: var(--boskery-heading-font, "Roboto Condensed", sans-serif);
    font-size: 20px;
    color: var(--boskery-white, #ffffff);
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    transition: all 500ms ease;
    margin-bottom: 0;
}

@media (max-width: 412px) {
    .faq-one__title {
        font-size: 18px;
    }
}

.faq-one__content {
    position: relative;
    background-color: var(--boskery-base, #A42125);
    padding: 34px 90px 34px 60px;
}

@media (max-width: 1399px) {
    .faq-one__content {
        padding-left: 40px;
    }
}

@media (max-width: 1199px) {
    .faq-one__content {
        padding-left: 25px;
    }
}

@media (max-width: 991px) {
    .faq-one__content {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.faq-one__content__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    mix-blend-mode: multiply;
}

.faq-one__content__icon {
    display: inline-block;
    width: 71px;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: var(--boskery-black, #1E1D1D);
}

.faq-one__content__icon::after,
.faq-one__content__icon::before {
    width: 3px;
    height: 15px;
    position: absolute;
    background-color: var(--boskery-white, #ffffff);
    top: 50%;
    left: 50%;
    content: "";
    transform: translate(-50%, -50%);
    transition: all 500ms ease;
}

.faq-one__content__icon::after {
    width: 15px;
    height: 3px;
}

.faq-one__hover {
    position: relative;
    background-color: var(--boskery-base, #A42125);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
}

.faq-one__hover__top-icon {
    content: "";
    width: 50px;
    height: 50px;
    position: relative;
    position: absolute;
    background-color: var(--boskery-black, #1E1D1D);
    top: 0;
    right: 0;
    transition: all 500ms ease;
}

.faq-one__hover__top-icon::after {
    content: "";
    width: 20px;
    height: 3px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--boskery-white, #ffffff);
}

.faq-one__hover__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    mix-blend-mode: multiply;
}

.faq-one__hover__inner {
    position: relative;
    z-index: 1;
    padding: 120px 60px 87px;
}

@media (max-width: 1399px) {
    .faq-one__hover__inner {
        padding: 120px 40px 40px;
    }
}

@media (max-width: 1199px) {
    .faq-one__hover__inner {
        padding: 100px 30px 30px;
    }
}

@media (max-width: 412px) {
    .faq-one__hover__inner {
        padding: 100px 25px 25px;
    }
}

.faq-one__hover__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background-color: var(--boskery-white, #ffffff);
    border-radius: 50%;
    font-size: 47px;
    color: var(--boskery-base, #A42125);
    margin-bottom: 29px;
}

.faq-one__hover__title {
    margin-bottom: 14px;
}

.faq-one__hover__text {
    margin: 0;
    font-weight: 600;
    color: var(--boskery-white, #ffffff);
    text-transform: capitalize;
}

.faq-one__item:hover .faq-one__hover {
    visibility: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
}

.faq-two__content {
    width: 100%;
    max-width: 468px;
}

@media (max-width: 1399px) {
    .faq-two__content {
        max-width: 530px;
    }
}

@media (max-width: 1199px) {
    .faq-two__content {
        max-width: 440px;
    }
}

@media (max-width: 991px) {
    .faq-two__content {
        max-width: 100%;
    }
}

.faq-two .sec-title {
    margin-bottom: 26px;
}

.faq-two__info {
    margin-bottom: 45px;
}

.faq-two__info__inner {
    display: flex;
    align-items: flex-start;
    gap: 21px;
}

.faq-two__info__inner:not(:last-child) {
    margin-bottom: 30px;
}

.faq-two__info__icon {
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 46px;
    height: 46px;
    background-color: var(--boskery-base, #A42125);
    border-radius: 50%;
    font-size: 16px;
    color: var(--boskery-white, #ffffff);
    transition: all 400ms ease;
}

.faq-two__info__icon::after {
    content: "";
    z-index: -1;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 150%;
    height: 150%;
    background-color: var(--boskery-black, #1E1D1D);
    transition-duration: 1000ms;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    border-radius: 50%;
}

.faq-two__info__icon span {
    color: inherit;
}

.faq-two__info__inner:hover .faq-two__info__icon::after {
    bottom: -50%;
}

.faq-two__info__content {
    margin-top: -3px;
}

.faq-two__info__title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    text-transform: uppercase;
    margin-bottom: 7px;
}

.faq-two__info__text {
    line-height: 1.733;
    letter-spacing: -0.3px;
    margin-bottom: 0;
}

.faq-page-search {
    padding-bottom: 60px;
}

.faq-page-search__inner {
    padding: 48px 60px 60px;
    position: relative;
    background-color: var(--boskery-white2, #F6F2EC);
}

@media (max-width: 767px) {
    .faq-page-search__inner {
        padding: 39px 40px 40px;
    }
}

@media (max-width: 500px) {
    .faq-page-search__inner {
        padding: 23px 30px 30px;
    }
}

.faq-page-search__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    mix-blend-mode: multiply;
}

.faq-page-search__content {
    position: relative;
    z-index: 1;
}

.faq-page-search .sec-title__title {
    letter-spacing: -1.1px;
    margin-bottom: 17px;
}

.faq-page-search__text {
    width: 100%;
    max-width: 723px;
    font-size: 16px;
    line-height: 1.875;
    letter-spacing: -0.32px;
    text-transform: capitalize;
    margin-bottom: 34px;
}

.faq-page-search__form {
    position: relative;
}

.faq-page-search__form input[type=text] {
    width: 100%;
    display: block;
    border: none;
    outline: none;
    height: 70px;
    background-color: var(--boskery-white, #ffffff);
    color: var(--boskery-text, #7A7373);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.32px;
    padding-left: 24px;
    padding-right: 48px;
    border: 1px solid transparent;
    transition: all 500ms ease;
}

@media (max-width: 575px) {
    .faq-page-search__form input[type=text] {
        padding-left: 20px;
        padding-right: 45px;
    }
}

.faq-page-search__form input[type=text]:focus {
    border-color: var(--boskery-base, #A42125);
    color: var(--boskery-black, #1E1D1D);
}

.faq-page-search__form button[type=submit] {
    background-color: transparent;
    width: auto;
    height: auto;
    border: none;
    outline: none;
    color: var(--boskery-text, #7A7373);
    font-size: 22px;
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
    transition: all 500ms ease;
}

@media (max-width: 575px) {
    .faq-page-search__form button[type=submit] {
        right: 20px;
    }
}

.faq-page-search__form button[type=submit]:hover {
    color: var(--boskery-base, #A42125);
}

.faq-page-search__meat {
    position: absolute;
    top: 60px;
    right: 59.73px;
}

@media (max-width: 1199px) {
    .faq-page-search__meat {
        display: none;
    }
}

.faq-page .contact {
    padding: 53px 60px 60px;
    position: relative;
    min-height: 489px;
    display: flex;
    align-items: flex-end;
}

@media (max-width: 1199px) {
    .faq-page .contact {
        padding: 33px 40px 40px;
    }
}

@media (max-width: 991px) {
    .faq-page .contact {
        min-height: 400px;
    }
}

@media (max-width: 412px) {
    .faq-page .contact {
        padding: 23px 30px 30px;
    }
}

.faq-page .contact__bg::after {
    background-color: RGBA(var(--boskery-black-rgb, 30, 29, 29), 0.7);
}

.faq-page .contact__content {
    display: block;
    width: 100%;
}

.faq-page .contact__title {
    font-size: 24px;
    color: var(--boskery-white, #ffffff);
    text-align: left;
    font-weight: 700;
    line-height: 1.333;
    letter-spacing: -0.48px;
    text-transform: uppercase;
    margin-bottom: 36px;
    padding-bottom: 18px;
    border-bottom: 1px solid RGBA(var(--boskery-white-rgb, 255, 255, 255), 0.2);
}

.faq-page__bottom {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px 20px;
}

.faq-page .boskery-btn {
    padding-left: 25px;
    padding-right: 78.25px;
}

.faq-page .boskery-btn i {
    right: 29.87px;
}

.faq-page .boskery-btn .boskery-btn__hover {
    background-color: var(--boskery-white, #ffffff);
}

.faq-page .boskery-btn:hover {
    color: var(--boskery-base, #A42125);
}

.faq-page .boskery-btn:hover i::after {
    background-color: var(--boskery-gray, #EBE3D9);
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/

.pricing-card {
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    background-color: var(--boskery-white, #ffffff);
    transition: all 500ms ease;
}

.pricing-card:hover {
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1199px) {
    .pricing-card {
        padding: 25px;
    }
}

@media (max-width: 991px) {
    .pricing-card {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 767px) {
    .pricing-card {
        flex-direction: row;
        align-items: center;
    }
}

@media (max-width: 575px) {
    .pricing-card {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 412px) {
    .pricing-card {
        padding: 30px;
    }
}

.pricing-card__left,
.pricing-card__right {
    display: flex;
    align-items: center;
    gap: 30px 20px;
}

.pricing-card__left {
    width: calc(71% - 30px);
}

@media (max-width: 991px) {
    .pricing-card__left {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 767px) {
    .pricing-card__left {
        width: calc(71% - 30px);
        display: flex;
        flex-direction: row;
        align-items: center;
    }
}

@media (max-width: 575px) {
    .pricing-card__left {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
    }
}

.pricing-card__right {
    width: 29%;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .pricing-card__right {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .pricing-card__right {
        width: 29%;
        justify-content: space-between;
    }
}

@media (max-width: 575px) {
    .pricing-card__right {
        width: 100%;
        justify-content: center;
    }
}

.pricing-card__image {
    flex-shrink: 0;
}

@media (max-width: 991px) {
    .pricing-card__image {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .pricing-card__image {
        width: auto;
        text-align: left;
    }
}

@media (max-width: 575px) {
    .pricing-card__image {
        width: 100%;
        text-align: center;
    }
}

.pricing-card__image img {
    max-width: 100%;
}

@media (max-width: 991px) {
    .pricing-card__name {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .pricing-card__name {
        width: auto;
        text-align: left;
    }
}

@media (max-width: 575px) {
    .pricing-card__name {
        width: 100%;
        text-align: center;
    }
}

.pricing-card__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 6px;
}

@media (max-width: 1199px) {
    .pricing-card__title {
        font-size: 18px;
    }
}

.pricing-card__title:hover {
    color: var(--boskery-base, #A42125);
}

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

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

.pricing-card__package {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    text-transform: capitalize;
}

@media (max-width: 1199px) {
    .pricing-card__package {
        font-size: 15px;
    }
}

.pricing-card__weight {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
}

.pricing-card__price {
    font-family: var(--boskery-heading-font, "Roboto Condensed", sans-serif);
    font-size: 20px;
    color: var(--boskery-base, #A42125);
    text-align: right;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.4px;
    text-transform: uppercase;
}

.pricing-card--two {
    padding: 0 0 30px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    background-color: transparent;
    gap: 30px;
    box-shadow: 0px 0px 0px 0px transparent;
    border-bottom: 1px dashed var(--boskery-border-color, #EBE3D9);
}

.pricing-card--two:hover {
    box-shadow: none;
}

.pricing-card--two .pricing-card__right {
    position: relative;
    top: 8px;
}

@media (max-width: 991px) {
    .pricing-card--two .pricing-card__right {
        top: 0px;
    }
}

@media (max-width: 767px) {
    .pricing-card--two .pricing-card__right {
        top: 8px;
    }
}

@media (max-width: 575px) {
    .pricing-card--two .pricing-card__right {
        top: 0px;
    }
}

.pricing-one {
    position: relative;
    background-color: var(--boskery-white2, #F6F2EC);
}

.pricing-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

.pricing-one .container {
    position: relative;
    z-index: 1;
}

.pricing-one .sec-title {
    margin-bottom: 26px;
}

.pricing-one__main-tab-box {
    display: block;
}

.pricing-one__main-tab-box .tab-buttons {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    z-index: 1;
    margin-bottom: 40px;
}

.pricing-one__main-tab-box .tab-buttons .tab-btn {
    position: relative;
    display: inline-block;
    cursor: pointer;
    padding: 11px 15.48px 9px;
    font-family: var(--boskery-heading-font, "Roboto Condensed", sans-serif);
    font-size: 14px;
    font-weight: 500;
    color: var(--boskery-base, #A42125);
    line-height: 1.142;
    text-transform: uppercase;
    background-color: var(--boskery-white, #ffffff);
    overflow: hidden;
    z-index: 1;
    transition: all 500ms ease;
}

@media (max-width: 767px) {
    .pricing-one__main-tab-box .tab-buttons .tab-btn {
        font-size: 14px;
    }
}

.pricing-one__main-tab-box .tab-buttons .tab-btn .boskery-btn__hover {
    background-color: var(--boskery-base, #A42125);
}

.pricing-one__main-tab-box .tab-buttons .tab-btn:hover {
    color: var(--boskery-white, #ffffff);
}

.pricing-one__main-tab-box .tab-buttons .tab-btn.active-btn {
    color: var(--boskery-white, #ffffff);
    background-color: var(--boskery-base, #A42125);
}

.pricing-one__main-tab-box .tabs-content {
    position: relative;
    display: block;
}

.pricing-one__main-tab-box .tabs-content .tab {
    position: relative;
    display: none;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    z-index: 10;
}

.pricing-one__main-tab-box .tabs-content .tab.active-tab {
    display: block;
}

.pricing-one--home {
    background-color: var(--boskery-white, #ffffff);
}

.pricing-one--home .sec-title {
    margin-bottom: 26px;
}

.pricing-one--home .pricing-one__main-tab-box .tab-buttons {
    gap: 31px;
    margin-bottom: 30px;
    padding-bottom: 47px;
    border-bottom: 1px solid var(--boskery-border-color, #EBE3D9);
}

@media (max-width: 991px) {
    .pricing-one--home .pricing-one__main-tab-box .tab-buttons {
        gap: 25px;
    }
}

@media (max-width: 575px) {
    .pricing-one--home .pricing-one__main-tab-box .tab-buttons {
        gap: 25px 20px;
    }
}

.pricing-one--home .pricing-one__main-tab-box .tab-buttons .tab-btn {
    padding: 0;
    font-family: var(--boskery-heading-font, "Roboto Condensed", sans-serif);
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: var(--boskery-black, #1E1D1D);
    line-height: 1;
    letter-spacing: -0.32px;
    background-color: transparent;
    overflow: hidden;
    z-index: 1;
    transition: all 500ms ease;
}

@media (max-width: 767px) {
    .pricing-one--home .pricing-one__main-tab-box .tab-buttons .tab-btn {
        font-size: 14px;
    }
}

.pricing-one--home .pricing-one__main-tab-box .tab-buttons .tab-btn i {
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--boskery-base, #A42125);
    font-size: 40px;
    background-color: var(--boskery-white2, #F6F2EC);
    border-radius: 50%;
    margin-bottom: 17px;
    transition: all 500ms ease;
}

.pricing-one--home .pricing-one__main-tab-box .tab-buttons .tab-btn i::after {
    content: "";
    z-index: -1;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 150%;
    height: 150%;
    background-color: var(--boskery-base, #A42125);
    transition-duration: 1000ms;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    border-radius: 50%;
}

.pricing-one--home .pricing-one__main-tab-box .tab-buttons .tab-btn:hover,
.pricing-one--home .pricing-one__main-tab-box .tab-buttons .tab-btn.active-btn {
    color: var(--boskery-base, #A42125);
}

.pricing-one--home .pricing-one__main-tab-box .tab-buttons .tab-btn:hover i,
.pricing-one--home .pricing-one__main-tab-box .tab-buttons .tab-btn.active-btn i {
    color: var(--boskery-white, #ffffff);
}

.pricing-one--home .pricing-one__main-tab-box .tab-buttons .tab-btn:hover i::after,
.pricing-one--home .pricing-one__main-tab-box .tab-buttons .tab-btn.active-btn i::after {
    bottom: -50%;
}

.pricing-one--home .pricing-one__shape__one {
    position: absolute;
    right: -50px;
    bottom: 246px;
    animation: zump 2s linear infinite;
}

@media (max-width: 1770px) {
    .pricing-one--home .pricing-one__shape__one {
        width: 200px;
    }
}

@media (max-width: 1599px) {
    .pricing-one--home .pricing-one__shape__one {
        display: none;
    }
}

.pricing-one--home .pricing-one__shape__two {
    position: absolute;
    top: 125px;
    left: -61px;
}

@media (max-width: 1770px) {
    .pricing-one--home .pricing-one__shape__two {
        width: 200px;
    }
}

@media (max-width: 1599px) {
    .pricing-one--home .pricing-one__shape__two {
        top: 80px;
        width: 170px;
    }
}

@media (max-width: 1199px) {
    .pricing-one--home .pricing-one__shape__two {
        width: 150px;
    }
}

@media (max-width: 1000px) {
    .pricing-one--home .pricing-one__shape__two {
        display: none;
    }
}

.pricing-one--home-two .sec-title {
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    .pricing-one--home-two .sec-title {
        text-align: center;
        margin-bottom: 44px;
    }
}

.pricing-one--home-two .pricing-one__top {
    border-bottom: 1px dashed var(--boskery-border-color, #EBE3D9);
    padding-bottom: 46px;
    margin-bottom: 30px;
}

.pricing-one--home-two .pricing-one__main-tab-box .tab-buttons {
    bottom: -5px;
    border: 0;
    padding: 0;
    margin: 0;
    justify-content: flex-end;
}

@media (max-width: 1199px) {
    .pricing-one--home-two .pricing-one__main-tab-box .tab-buttons {
        justify-content: center;
    }
}

/*--------------------------------------------------------------
# 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 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 rectMove {
    0%,
    50%,
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    25%,
    75% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes squareMover {
    0%,
    100% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0);
    }
    20%,
    60% {
        -webkit-transform: translate(20px, 40px) rotate(180deg);
        transform: translate(20px, 40px) rotate(180deg);
    }
    30%,
    80% {
        -webkit-transform: translate(40px, 60px) rotate(0deg);
        transform: translate(40px, 60px) rotate(0deg);
    }
}

@keyframes treeMove {
    0%,
    100% {
        -webkit-transform: rotate(0deg) translateX(0);
        transform: rotate(0deg) translateX(0);
    }
    25%,
    75% {
        -webkit-transform: rotate(5deg) translateX(15px);
        transform: rotate(5deg) translateX(15px);
    }
    50% {
        -webkit-transform: rotate(10deg) translateX(30px);
        transform: rotate(10deg) translateX(30px);
    }
}

@keyframes leafMove {
    0%,
    100% {
        -webkit-transform: rotate(0deg) translateX(0);
        transform: rotate(0deg) translateX(0);
    }
    25%,
    75% {
        transform: rotate(-2deg) translateX(5px);
    }
    50% {
        transform: rotate(-4deg) translateX(10px);
    }
}

@keyframes messageMove {
    0%,
    100% {
        transform: translateX(0);
    }
    25%,
    75% {
        transform: translateX(5px);
    }
    50% {
        transform: translateX(10px);
    }
}

@keyframes 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% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    50% {
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes zumpBottom {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    50% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes moveHorizontal {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    50% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

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

@keyframes wobble-horizontal-hover {
    16.65% {
        transform: translateX(5px);
    }
    33.3% {
        transform: translateX(-3px);
    }
    49.95% {
        transform: translateX(4px);
    }
    66.6% {
        transform: translateX(-2px);
    }
    83.25% {
        transform: translateX(1px);
    }
    100% {
        transform: translateX(0);
    }
}

/*--------------------------------------------------------------
# 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(--boskery-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(--boskery-white, #ffffff);
}

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

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

.mobile-nav__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--boskery-black, #1E1D1D);
    opacity: 0.5;
    cursor: url(../images/close.png), auto;
}

.mobile-nav__content {
    width: 300px;
    background-color: var(--boskery-black, #1E1D1D);
    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: 20px;
    font-size: 18px;
    color: var(--boskery-white, #ffffff);
    cursor: pointer;
    transition: all 400ms ease;
}

.mobile-nav__close:hover {
    color: var(--boskery-base, #A42125);
}

.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(--boskery-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(--boskery-white-rgb, 255, 255, 255), 0.1);
}

.mobile-nav__content .main-menu__list li>a {
    display: flex;
    justify-content: space-between;
    font-family: var(--boskery-heading-font, "Roboto Condensed", sans-serif);
    line-height: 30px;
    color: var(--boskery-white, #ffffff);
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    height: 46px;
    align-items: center;
    transition: 500ms;
}

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

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

.mobile-nav__content .main-menu__list li a button {
    width: 30px;
    height: 30px;
    background-color: var(--boskery-base, #A42125);
    border: none;
    outline: none;
    color: var(--boskery-white, #ffffff);
    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(--boskery-white, #ffffff);
    color: var(--boskery-black, #1E1D1D);
}

.mobile-nav__social {
    display: flex;
    align-items: center;
}

.mobile-nav__social a {
    font-size: 16px;
    color: var(--boskery-white, #ffffff);
    transition: 500ms;
}

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

.mobile-nav__social a:hover {
    color: var(--boskery-base, #A42125);
}

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

.mobile-nav__contact li {
    color: var(--boskery-white, #ffffff);
    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(--boskery-base, #A42125);
}

.mobile-nav__contact li>i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--boskery-base, #A42125);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 12px;
    margin-right: 10px;
    color: var(--boskery-white, #ffffff);
}

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

.search-popup__form input[type=search],
.search-popup__form input[type=text] {
    width: 100%;
    background-color: var(--boskery-white, #ffffff);
    font-size: 15px;
    color: var(--boskery-text, #7A7373);
    border: none;
    outline: none;
    height: 66px;
    padding-left: 30px;
}

.search-popup__form .boskery-btn {
    padding: 0;
    width: 66px;
    height: 66px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 0;
    right: -1px;
    font-size: 18px;
    border-radius: 0;
}

.search-popup__form .boskery-btn::after {
    background-color: var(--boskery-black, #1E1D1D);
}

.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(--boskery-black, #1E1D1D);
    position: relative;
    padding-top: 107px;
    padding-bottom: 114px;
}

@media (max-width: 767px) {
    .page-header {
        padding-top: 80px;
        padding-bottom: 84px;
    }
}

.page-header__bg {
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

.page-header__bg::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: RGBA(var(--boskery-black-rgb, 30, 29, 29), 0.8);
}

.page-header .container {
    position: relative;
    z-index: 10;
    text-align: center;
}

.page-header__title {
    font-size: 55px;
    color: var(--boskery-white, #ffffff);
    font-weight: 700;
    line-height: normal;
    letter-spacing: var(--boskery-letter-space-xl, -1.1px);
    text-transform: uppercase;
    margin-bottom: 11px;
}

@media (max-width: 1199px) {
    .page-header__title {
        font-size: 50px;
    }
}

@media (max-width: 991px) {
    .page-header__title {
        font-size: 45px;
    }
}

@media (max-width: 767px) {
    .page-header__title {
        font-size: 40px;
    }
}

@media (max-width: 575px) {
    .page-header__title {
        font-size: 35px;
    }
}

.boskery-breadcrumb {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 0;
    margin: 0;
}

.boskery-breadcrumb li {
    font-family: var(--boskery-heading-font, "Roboto Condensed", sans-serif);
    font-size: 16px;
    color: var(--boskery-white, #ffffff);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.32px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.boskery-breadcrumb li:not(:last-of-type)::after {
    content: ":";
    position: relative;
    top: -1.9px;
    margin-left: 3px;
    margin-right: 3px;
}

.boskery-breadcrumb li span,
.boskery-breadcrumb li a {
    color: inherit;
    display: inline-flex;
    line-height: 1.4;
}

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

.boskery-breadcrumb li a:hover {
    background-size: 100% 1px;
}

.boskery-breadcrumb li a:hover {
    color: var(--boskery-base, #A42125);
}

/*--------------------------------------------------------------
# Google Map
--------------------------------------------------------------*/

.google-map {
    position: relative;
}

.google-map iframe {
    position: relative;
    display: block;
    border: none;
    height: 581px;
    width: 100%;
}

.contact-map {
    position: relative;
}

.contact-map .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

/*--------------------------------------------------------------
# Client Carousel
--------------------------------------------------------------*/

.client-carousel {
    background-color: var(--boskery-white2, #F6F2EC);
}

.client-carousel__one .owl-stage-outer {
    padding: 90px 0;
}

@media (max-width: 575px) {
    .client-carousel__one .owl-stage-outer {
        padding: 80px 0;
    }
}

.client-carousel__one__item img {
    max-width: 100%;
    width: auto !important;
    filter: grayscale(1);
    transition: all 400ms ease;
}

@media (max-width: 1199px) {
    .client-carousel__one__item img {
        margin-left: auto;
        margin-right: auto;
    }
}

.client-carousel__one__item:hover img {
    filter: grayscale(0);
}

.client-carousel--two {
    position: relative;
    z-index: 1;
    padding-top: 443px;
    background-color: var(--boskery-white, #ffffff);
}

@media (max-width: 767px) {
    .client-carousel--two {
        padding-top: 423px;
    }
}

@media (max-width: 575px) {
    .client-carousel--two {
        padding-top: 403px;
    }
}

.client-carousel--two .client-carousel__one .owl-stage-outer {
    border-top: 1px solid var(--boskery-border-color, #EBE3D9);
}

.client-carousel--three {
    position: relative;
}

.client-carousel--three .client-carousel__bg {
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.client-carousel--three .client-carousel__bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: RGBA(var(--boskery-black-rgb, 30, 29, 29), 0.7);
}

/*--------------------------------------------------------------
# Hero Slider
--------------------------------------------------------------*/

.hero-slider-one {
    position: relative;
}

.hero-slider-one__carousel {
    position: relative;
    width: 100%;
}

.hero-slider-one__item {
    background-color: var(--boskery-black, #1E1D1D);
    position: relative;
    z-index: 3;
    padding-top: 197px;
    padding-bottom: 212px;
}

@media (max-width: 1199px) {
    .hero-slider-one__item {
        padding-top: 150px;
        padding-bottom: 200px;
    }
}

@media (max-width: 767px) {
    .hero-slider-one__item {
        padding-top: 120px;
        padding-bottom: 190px;
    }
}

@media (max-width: 575px) {
    .hero-slider-one__item {
        padding-top: 100px;
        padding-bottom: 170px;
    }
}

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

.hero-slider-one .container {
    position: relative;
    z-index: 1;
}

.hero-slider-one__content {
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: hidden;
}

.hero-slider-one__sub-title {
    font-size: 20px;
    color: var(--boskery-white, #ffffff);
    font-weight: 700;
    line-height: normal;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding-bottom: 10px;
    opacity: 0;
    transition: transform 1500ms ease, opacity 1500ms ease;
    transform: translateY(-200px);
}

@media (max-width: 767px) {
    .hero-slider-one__sub-title {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .hero-slider-one__sub-title {
        font-size: 16px;
    }
}

.hero-slider-one__title {
    position: relative;
    display: inline-block;
    color: var(--boskery-white, #ffffff);
    font-size: 95px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: -1.9px;
    overflow: hidden;
    margin: 0;
    padding-bottom: 26px;
    opacity: 0;
    transition: transform 1200ms ease, opacity 1200ms ease;
    transform: translateX(200px);
}

@media (max-width: 1199px) {
    .hero-slider-one__title {
        font-size: 85px;
    }
}

@media (max-width: 991px) {
    .hero-slider-one__title {
        font-size: 75px;
    }
}

@media (max-width: 767px) {
    .hero-slider-one__title {
        font-size: 65px;
    }
}

@media (max-width: 575px) {
    .hero-slider-one__title {
        font-size: 55px;
    }
}

@media (max-width: 430px) {
    .hero-slider-one__title {
        font-size: 45px;
    }
}

.hero-slider-one__title__overlay-group {
    display: block;
}

.hero-slider-one__title__overlay {
    background-color: var(--boskery-white, #ffffff);
    width: 16.66%;
    height: calc(100% - 10px);
    display: block;
    position: absolute;
    transition: 1000ms cubic-bezier(0.65, 0, 0.076, 1);
    transition-delay: 2s;
    z-index: 1;
}

.hero-slider-one__title__overlay:nth-child(2),
.hero-slider-one__title__overlay:nth-child(4),
.hero-slider-one__title__overlay:nth-child(6) {
    top: 5px;
}

.hero-slider-one__title__overlay:nth-child(2) {
    left: 16.66%;
}

.hero-slider-one__title__overlay:nth-child(4) {
    left: 49.98%;
}

.hero-slider-one__title__overlay:nth-child(6) {
    left: 83.3%;
}

.hero-slider-one__title__overlay:nth-child(1),
.hero-slider-one__title__overlay:nth-child(3),
.hero-slider-one__title__overlay:nth-child(5) {
    bottom: 5px;
}

.hero-slider-one__title__overlay:nth-child(1) {
    left: 0;
}

.hero-slider-one__title__overlay:nth-child(3) {
    left: 33.32%;
}

.hero-slider-one__title__overlay:nth-child(5) {
    left: 66.64%;
}

.hero-slider-one__btn {
    position: relative;
    overflow: hidden;
    opacity: 0;
    transform: perspective(400px) rotateY(0deg) translateY(80px);
    transform-origin: bottom;
    transition: all 1500ms ease;
}

.hero-slider-one__btn .boskery-btn {
    background-color: var(--boskery-white, #ffffff);
    color: var(--boskery-base, #A42125);
}

.hero-slider-one__btn .boskery-btn .boskery-btn__hover {
    background-color: var(--boskery-base, #A42125);
}

.hero-slider-one__btn .boskery-btn i::after {
    background-color: var(--boskery-base, #A42125);
}

.hero-slider-one__btn .boskery-btn:hover {
    color: var(--boskery-white, #ffffff);
}

.hero-slider-one__btn .boskery-btn:hover i::after {
    background-color: RGBA(var(--boskery-white-rgb, 255, 255, 255), 0.2);
}

.hero-slider-one .active .hero-slider-one__sub-title {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 1100ms;
}

.hero-slider-one .active .hero-slider-one__title {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 1300ms;
}

.hero-slider-one .active .hero-slider-one__title__overlay:nth-child(2),
.hero-slider-one .active .hero-slider-one__title__overlay:nth-child(4),
.hero-slider-one .active .hero-slider-one__title__overlay:nth-child(6) {
    top: 105%;
}

.hero-slider-one .active .hero-slider-one__title__overlay:nth-child(1),
.hero-slider-one .active .hero-slider-one__title__overlay:nth-child(3),
.hero-slider-one .active .hero-slider-one__title__overlay:nth-child(5) {
    bottom: 105%;
}

.hero-slider-one .active .hero-slider-one__btn {
    opacity: 1;
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    transition-delay: 1700ms;
}

.hero-slider-two {
    position: relative;
}

.hero-slider-two__carousel {
    position: relative;
    width: 100%;
}

.hero-slider-two__carousel.owl-carousel .owl-nav {
    width: 100%;
    margin-top: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    justify-content: space-between;
}

.hero-slider-two__carousel.owl-carousel .owl-nav button {
    border-radius: 0;
    background-color: RGBA(var(--boskery-white-rgb, 255, 255, 255), 0.2);
    color: var(--boskery-white, #ffffff);
}

@media (max-width: 991px) {
    .hero-slider-two__carousel.owl-carousel .owl-nav {
        top: auto;
        bottom: 170px;
        justify-content: center;
    }
}

.hero-slider-two__item {
    background-color: var(--boskery-black, #1E1D1D);
    position: relative;
    z-index: 3;
    padding-top: 262px;
    padding-bottom: 208px;
}

@media (max-width: 991px) {
    .hero-slider-two__item {
        padding-bottom: 326px;
    }
}

@media (max-width: 767px) {
    .hero-slider-two__item {
        padding-top: 180px;
    }
}

.hero-slider-two__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.hero-slider-two .container {
    position: relative;
    z-index: 1;
}

.hero-slider-two__content {
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: hidden;
    text-align: center;
}

.hero-slider-two__sub-title {
    position: relative;
    display: inline-block;
    font-size: 30px;
    color: var(--boskery-white, #ffffff);
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.09375em;
    text-transform: uppercase;
    margin-bottom: -10px;
    opacity: 0;
    transform: translateY(-200px);
    transition: transform 1500ms ease, opacity 1500ms ease;
}

@media (max-width: 1299px) {
    .hero-slider-two__sub-title {
        font-size: 25px;
    }
}

@media (max-width: 1199px) {
    .hero-slider-two__sub-title {
        font-size: 23px;
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .hero-slider-two__sub-title {
        font-size: 20px;
    }
}

.hero-slider-two__sub-title__border {
    display: block;
    width: calc(100% - 159px);
    height: 2px;
    position: relative;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--boskery-white, #ffffff);
}

@media (max-width: 1199px) {
    .hero-slider-two__sub-title__border {
        display: none;
    }
}

.hero-slider-two__sub-title__border--left {
    left: -61.1%;
}

.hero-slider-two__sub-title__border--left::before {
    content: "";
    width: 2px;
    height: 78px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--boskery-white, #ffffff);
}

.hero-slider-two__sub-title__border--right {
    right: -61.1%;
}

.hero-slider-two__sub-title__border--right::after {
    content: "";
    width: 2px;
    height: 78px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--boskery-white, #ffffff);
}

.hero-slider-two__title {
    position: relative;
    display: table;
    color: var(--boskery-white, #ffffff);
    font-size: 150px;
    font-weight: 500;
    line-height: 1.189;
    text-transform: uppercase;
    letter-spacing: 20.25px;
    overflow: hidden;
    margin: 0 auto 2px;
    opacity: 0;
    transform: translateX(200px);
    transition: transform 1200ms ease, opacity 1200ms ease;
}

@media (max-width: 1399px) {
    .hero-slider-two__title {
        font-size: 120px;
    }
}

@media (max-width: 1199px) {
    .hero-slider-two__title {
        font-size: 100px;
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .hero-slider-two__title {
        font-size: 80px;
    }
}

@media (max-width: 575px) {
    .hero-slider-two__title {
        font-size: 70px;
    }
}

@media (max-width: 430px) {
    .hero-slider-two__title {
        font-size: 60px;
    }
}

@media (max-width: 390px) {
    .hero-slider-two__title {
        font-size: 43px;
    }
}

.hero-slider-two__btn {
    position: relative;
    overflow: hidden;
    opacity: 0;
    transform: perspective(400px) rotateY(0deg) translateY(80px);
    transform-origin: bottom;
    transition: all 1500ms ease;
}

.hero-slider-two__btn .boskery-btn {
    padding-left: 29px;
    padding-right: 76.61px;
    background-color: var(--boskery-white, #ffffff);
    color: var(--boskery-base, #A42125);
}

.hero-slider-two__btn .boskery-btn .boskery-btn__hover {
    background-color: var(--boskery-base, #A42125);
}

.hero-slider-two__btn .boskery-btn i::after {
    background-color: var(--boskery-base, #A42125);
}

.hero-slider-two__btn .boskery-btn:hover {
    color: var(--boskery-white, #ffffff);
}

.hero-slider-two__btn .boskery-btn:hover i::after {
    background-color: RGBA(var(--boskery-white-rgb, 255, 255, 255), 0.2);
}

.hero-slider-two .active .hero-slider-two__sub-title {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 1100ms;
}

.hero-slider-two .active .hero-slider-two__title {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 1300ms;
}

.hero-slider-two .active .hero-slider-two__btn {
    opacity: 1;
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    transition-delay: 1700ms;
}

.hero-slider-three {
    position: relative;
    background-color: var(--boskery-white2, #F6F2EC);
    overflow: hidden;
}

.hero-slider-three__bg {
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    mix-blend-mode: multiply;
}

.hero-slider-three.hero-main-slider .owl-dots {
    position: absolute;
    top: 29.1%;
    right: auto;
    left: 78px;
}

@media (max-width: 1599px) {
    .hero-slider-three.hero-main-slider .owl-dots {
        left: 50px;
    }
}

@media (max-width: 1399px) {
    .hero-slider-three.hero-main-slider .owl-dots {
        display: none;
    }
}

.hero-slider-three.hero-main-slider .owl-dots .owl-dot span {
    background-color: var(--boskery-base, #A42125);
}

.hero-slider-three.hero-main-slider .owl-dots .owl-dot:hover span,
.hero-slider-three.hero-main-slider .owl-dots .owl-dot.active span {
    background-color: var(--boskery-white, #ffffff);
}

.hero-slider-three .container {
    padding-top: 168px;
    padding-bottom: 77px;
    position: relative;
    z-index: 1;
}

@media (max-width: 1199px) {
    .hero-slider-three .container {
        padding-bottom: 0;
    }
}

@media (max-width: 767px) {
    .hero-slider-three .container {
        padding-top: 130px;
    }
}

@media (max-width: 500px) {
    .hero-slider-three .container {
        padding-top: 100px;
    }
}

.hero-slider-three__content {
    overflow: hidden;
}

.hero-slider-three__sub-title {
    font-size: 16px;
    color: var(--boskery-base, #A42125);
    font-weight: 700;
    line-height: normal;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 14px;
    opacity: 0;
    transition: transform 1500ms ease, opacity 1500ms ease;
    transform: translateY(-200px);
}

.hero-slider-three__title {
    font-size: 85px;
    font-weight: 700;
    line-height: 1.058;
    letter-spacing: -1.7px;
    text-transform: uppercase;
    margin-bottom: 25px;
    opacity: 0;
    transition: transform 1500ms ease, opacity 1500ms ease;
    transform: translateX(200px);
}

@media (max-width: 1399px) {
    .hero-slider-three__title {
        font-size: 75px;
    }
}

@media (max-width: 1199px) {
    .hero-slider-three__title {
        font-size: 70px;
    }
}

@media (max-width: 991px) {
    .hero-slider-three__title {
        font-size: 65px;
    }
}

@media (max-width: 767px) {
    .hero-slider-three__title {
        font-size: 60px;
    }
}

@media (max-width: 575px) {
    .hero-slider-three__title {
        font-size: 55px;
    }
}

@media (max-width: 430px) {
    .hero-slider-three__title {
        font-size: 45px;
    }
}

.hero-slider-three__title__overlay {
    display: block;
    background-color: var(--boskery-base, #A42125);
    height: 100%;
    top: 0;
    opacity: 0;
    position: absolute;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform 800ms ease;
    transition: transform 800ms ease;
    width: 25%;
    z-index: 1;
}

.hero-slider-three__title__overlay--1 {
    left: 0;
    -webkit-transition-delay: 0.105s;
    transition-delay: 0.105s;
}

.hero-slider-three__title__overlay--2 {
    left: 25%;
    -webkit-transition-delay: 0.105s;
    transition-delay: 0.105s;
}

.hero-slider-three__title__overlay--3 {
    left: 50%;
    -webkit-transition-delay: 0.105s;
    transition-delay: 0.105s;
}

.hero-slider-three__title__overlay--4 {
    left: 75%;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.hero-slider-three__btn {
    position: relative;
    overflow: hidden;
    opacity: 0;
    transform: translateY(80px);
    transition: transform 1500ms ease, opacity 1500ms ease;
}

.hero-slider-three .boskery-btn {
    margin-bottom: 12px;
}

@media (max-width: 1199px) {
    .hero-slider-three .boskery-btn {
        margin-bottom: 30px;
    }
}

.hero-slider-three__text {
    position: relative;
    width: 100%;
    max-width: 358px;
    padding-left: 22px;
    margin-left: auto;
    margin-bottom: 0;
    opacity: 0;
    transform: translateY(100px);
    transition: transform 1200ms ease, opacity 1200ms ease;
}

@media (max-width: 1199px) {
    .hero-slider-three__text {
        margin-left: 0;
    }
}

.hero-slider-three__text::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 3px;
    height: calc(100% - 18px);
    background-color: var(--boskery-base, #A42125);
}

.hero-slider-three__image {
    position: relative;
    position: absolute;
    right: -29px;
    bottom: 0;
    width: 100%;
    max-width: 542px;
    opacity: 0;
    transform: translateY(250px);
    transition: transform 1700ms ease, opacity 1700ms ease;
}

@media (max-width: 1399px) {
    .hero-slider-three__image {
        right: 50px;
    }
}

@media (max-width: 1199px) {
    .hero-slider-three__image {
        position: relative;
        right: auto;
    }
}

@media (max-width: 991px) {
    .hero-slider-three__image {
        max-width: 500px;
    }
}

@media (max-width: 767px) {
    .hero-slider-three__image {
        padding-left: 15px;
    }
}

@media (max-width: 575px) {
    .hero-slider-three__image {
        padding-left: 30px;
    }
}

.hero-slider-three__image__one {
    position: relative;
    z-index: 1;
}

.hero-slider-three__image__bg {
    position: relative;
    position: absolute;
    right: -27px;
    bottom: 0;
    width: calc(100% - 99px);
    height: calc(100% - 24px);
    background-color: var(--boskery-base, #A42125);
    border-radius: 1000px 1000px 0px 0px;
}

@media (max-width: 767px) {
    .hero-slider-three__image__bg {
        right: -20px;
    }
}

@media (max-width: 575px) {
    .hero-slider-three__image__bg {
        right: 0;
    }
}

@media (max-width: 500px) {
    .hero-slider-three__image__bg {
        width: calc(100% - 80px);
    }
}

@media (max-width: 390px) {
    .hero-slider-three__image__bg {
        width: calc(100% - 50px);
    }
}

.hero-slider-three__image__bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../images/shapes/hero-slider-shape-bg-3-1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    mix-blend-mode: multiply;
    border-radius: 1000px 1000px 0px 0px;
}

.hero-slider-three__image__shape {
    position: absolute;
    right: -135px;
    bottom: 200px;
    display: inline-block !important;
    width: 130px !important;
    height: auto;
    z-index: 1;
    animation: zump 2s linear infinite;
}

@media (max-width: 1499px) {
    .hero-slider-three__image__shape {
        right: -100px;
    }
}

@media (max-width: 1260px) {
    .hero-slider-three__image__shape {
        right: -75px;
    }
}

@media (max-width: 767px) {
    .hero-slider-three__image__shape {
        right: -25px;
        width: 100px !important;
    }
}

.hero-slider-three__curved-circle-box {
    width: 180px;
    height: 180px;
    background-color: var(--boskery-white, #ffffff);
    display: inline-block;
    border-radius: 50%;
    z-index: 2;
    position: absolute;
    top: 34px;
    right: -49.86px;
    z-index: 2;
}

@media (max-width: 767px) {
    .hero-slider-three__curved-circle-box {
        width: 160px;
        height: 160px;
        top: 0;
        right: -19px;
    }
}

@media (max-width: 575px) {
    .hero-slider-three__curved-circle-box {
        right: -10px;
    }
}

@media (max-width: 500px) {
    .hero-slider-three__curved-circle-box {
        display: none;
    }
}

.hero-slider-three__curved-circle-box .video-popup {
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--boskery-base, #A42125);
}

.hero-slider-three__curved-circle-box:hover .video-popup {
    color: var(--boskery-black, #1E1D1D);
}

.hero-slider-three .curved-circle {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 140px !important;
    height: 140px !important;
    transform-origin: center center;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    animation: rotate 10s infinite linear;
}

.hero-slider-three .curved-circle__item {
    top: 5px;
    width: 140px !important;
    height: 140px !important;
}

.hero-slider-three .curved-circle__item span {
    font-family: var(--boskery-heading-font, "Roboto Condensed", sans-serif);
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    color: var(--boskery-black, #1E1D1D);
    letter-spacing: 0.15em;
    transition: all 400ms ease;
}

.hero-slider-three__scroll-btn {
    position: relative;
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    background-color: var(--boskery-white, #ffffff);
    font-size: 34px;
    color: var(--boskery-base, #A42125);
    overflow: hidden;
    z-index: 2;
    transition: all 400ms ease;
}

@media (max-width: 767px) {
    .hero-slider-three__scroll-btn {
        font-size: 30px;
        width: 60px;
        height: 60px;
    }
}

.hero-slider-three__scroll-btn::after {
    content: "";
    z-index: -1;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 150%;
    height: 150%;
    background-color: var(--boskery-base, #A42125);
    transition-duration: 1000ms;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.hero-slider-three__scroll-btn:hover {
    color: var(--boskery-white, #ffffff);
}

.hero-slider-three__scroll-btn:hover::after {
    bottom: -50%;
}

.hero-slider-three__scroll-btn span {
    color: inherit;
    -webkit-animation: scroll 1500ms infinite;
    animation: scroll 1500ms infinite;
}

@keyframes scroll {
    0% {
        transform: translate(0, -10px);
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        transform: translate(0, 10px);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

.hero-slider-three .boskery-owl__carousel__counter {
    position: absolute;
    top: 61%;
    right: auto;
    left: 57px;
    transform: rotate(-90deg);
    color: var(--boskery-base, #A42125);
}

@media (max-width: 1599px) {
    .hero-slider-three .boskery-owl__carousel__counter {
        left: 30px;
    }
}

@media (max-width: 1399px) {
    .hero-slider-three .boskery-owl__carousel__counter {
        top: auto;
        left: 30px;
        bottom: 25px;
        transform: rotate(0deg);
    }
}

@media (max-width: 1199px) {
    .hero-slider-three .boskery-owl__carousel__counter {
        left: auto;
        right: 100px;
    }
}

@media (max-width: 767px) {
    .hero-slider-three .boskery-owl__carousel__counter {
        right: auto;
        left: 0px;
        bottom: 40px;
        transform: rotate(-90deg);
    }
}

.hero-slider-three .active .hero-slider-three__sub-title {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 1100ms;
}

.hero-slider-three .active .hero-slider-three__title {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 1000ms;
}

.hero-slider-three .active .hero-slider-three__title__overlay {
    opacity: 1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transition-delay: 2500ms;
}

.hero-slider-three .active .hero-slider-three__btn {
    opacity: 1;
    transform: translateY(0px);
    transition-delay: 1700ms;
}

.hero-slider-three .active .hero-slider-three__text {
    opacity: 1;
    transform: translateY(0px);
    transition-delay: 1900ms;
}

.hero-slider-three .active .hero-slider-three__image {
    opacity: 1;
    transform: translateY(0);
}

.hero-main-slider .owl-dots {
    position: absolute;
    top: 29.1%;
    right: 78px;
}

@media (max-width: 991px) {
    .hero-main-slider .owl-dots {
        right: 20px;
    }
}

@media (max-width: 767px) {
    .hero-main-slider .owl-dots {
        width: 80%;
        top: auto;
        right: auto;
        left: 50%;
        bottom: 50px;
        transform: translate(-50%);
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }
}

.hero-main-slider .owl-dots .owl-dot {
    display: block;
}

@media (max-width: 767px) {
    .hero-main-slider .owl-dots .owl-dot {
        width: 25%;
        height: 2px;
    }
}

.hero-main-slider .owl-dots .owl-dot:not(:last-child) {
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .hero-main-slider .owl-dots .owl-dot:not(:last-child) {
        margin-bottom: 0;
    }
}

.hero-main-slider .owl-dots .owl-dot span {
    width: 2px;
    height: 60px;
    display: block;
    background-color: RGBA(var(--boskery-white-rgb, 255, 255, 255), 0.2);
    margin: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 767px) {
    .hero-main-slider .owl-dots .owl-dot span {
        width: 100%;
        height: 100%;
    }
}

.hero-main-slider .owl-dots .owl-dot:hover span,
.hero-main-slider .owl-dots .owl-dot.active span {
    background-color: var(--boskery-white, #ffffff);
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

.about-one {
    position: relative;
    padding-bottom: 150px;
}

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

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

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

@media (max-width: 500px) {
    .about-one {
        padding-top: 150px;
    }
}

.about-one .container {
    position: relative;
    z-index: 1;
}

.about-one__image {
    position: relative;
}

.about-one__image__inner {
    position: relative;
    width: 100%;
    max-width: 400px;
}

@media (max-width: 575px) {
    .about-one__image__inner {
        padding-left: 30px;
    }
}

.about-one__image__inner img {
    position: relative;
    display: block;
    width: 100%;
    z-index: 1;
}

.about-one__image__text {
    position: absolute;
    left: 25px;
    bottom: 30px;
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    text-transform: uppercase;
    transform: rotate(180deg);
    writing-mode: vertical-rl;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: var(--boskery-white, #ffffff);
    z-index: 2;
}

@media (max-width: 575px) {
    .about-one__image__text {
        left: 55px;
    }
}

@media (max-width: 430px) {
    .about-one__image__text {
        -webkit-text-stroke-width: 1px;
        font-size: 60px;
    }
}

@media (max-width: 375px) {
    .about-one__image__text {
        font-size: 50px;
    }
}

.about-one__image__border {
    position: absolute;
    left: -59px;
    bottom: -30px;
    width: calc(100% + 29px);
    height: calc(100% - 50px);
    border: 3px solid var(--boskery-base, #A42125);
    animation: zumpBottom 2s linear infinite;
}

@media (max-width: 1399px) {
    .about-one__image__border {
        left: -30px;
        width: calc(100% - 30px);
    }
}

@media (max-width: 1250px) {
    .about-one__image__border {
        left: auto;
        right: -30px;
    }
}

@media (max-width: 1250px) {
    .about-one__image__border {
        left: auto;
        right: -30px;
    }
}

@media (max-width: 1199px) {
    .about-one__image__border {
        left: -30px;
        right: auto;
    }
}

@media (max-width: 1010px) {
    .about-one__image__border {
        left: auto;
        right: -30px;
    }
}

@media (max-width: 991px) {
    .about-one__image__border {
        left: -30px;
        right: auto;
    }
}

@media (max-width: 575px) {
    .about-one__image__border {
        left: 0;
    }
}

.about-one__image__shape {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    animation: zump 2s linear infinite;
}

@media (max-width: 1199px) {
    .about-one__image__shape {
        width: 200px;
    }
}

@media (max-width: 991px) {
    .about-one__image__shape {
        right: 70px;
        width: 293px;
    }
}

@media (max-width: 767px) {
    .about-one__image__shape {
        right: 0;
        width: 200px;
    }
}

@media (max-width: 575px) {
    .about-one__image__shape {
        display: none;
    }
}

.about-one .video-button {
    position: absolute;
    top: 0;
    right: -100px;
    width: 100px;
    height: 96px;
    background-color: var(--boskery-base, #A42125);
    border-radius: 0;
    z-index: 2;
}

@media (max-width: 1199px) {
    .about-one .video-button {
        right: 0;
        width: 70px;
        height: 70px;
    }
}

@media (max-width: 991px) {
    .about-one .video-button {
        right: -70px;
    }
}

@media (max-width: 500px) {
    .about-one .video-button {
        top: -70px;
        right: 0;
    }
}

.about-one .video-button span {
    font-size: 30px;
}

@media (max-width: 1199px) {
    .about-one .video-button span {
        font-size: 20px;
    }
}

.about-one .video-button:hover {
    background-color: var(--boskery-black, #1E1D1D);
}

.about-one .video-button:hover span {
    color: var(--boskery-white, #ffffff);
}

.about-one .video-button__ripple::before,
.about-one .video-button__ripple::after {
    box-shadow: 0 0 0 0 rgba(var(--boskery-base-rgb, 164, 33, 37), 0.6);
    border-radius: 0;
}

.about-one .video-button:hover .video-button__ripple::before,
.about-one .video-button:hover .video-button__ripple::after {
    box-shadow: 0 0 0 0 rgba(var(--boskery-black-rgb, 30, 29, 29), 0.8);
}

.about-one__content {
    position: relative;
    top: -3px;
}

@media (max-width: 991px) {
    .about-one__content {
        top: 0;
        margin-top: 30px;
    }
}

.about-one .sec-title {
    margin-bottom: 27px;
}

.about-one__text {
    margin-bottom: 38px;
}

.about-one__info-title {
    font-size: 20px;
    color: var(--boskery-base, #A42125);
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.about-one__info {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 49px;
}

.about-one__info li {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    font-family: var(--boskery-heading-font, "Roboto Condensed", sans-serif);
    font-size: 16px;
    color: var(--boskery-black, #1E1D1D);
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.about-one__info li:nth-child(1),
.about-one__info li:nth-child(4) {
    width: 24%;
}

@media (max-width: 1199px) {
    .about-one__info li:nth-child(1),
    .about-one__info li:nth-child(4) {
        width: calc(50% - 15px);
    }
}

@media (max-width: 575px) {
    .about-one__info li:nth-child(1),
    .about-one__info li:nth-child(4) {
        width: 100%;
    }
}

.about-one__info li:nth-child(2),
.about-one__info li:nth-child(5) {
    width: 28%;
}

@media (max-width: 1199px) {
    .about-one__info li:nth-child(2),
    .about-one__info li:nth-child(5) {
        width: calc(50% - 15px);
    }
}

@media (max-width: 575px) {
    .about-one__info li:nth-child(2),
    .about-one__info li:nth-child(5) {
        width: 100%;
    }
}

.about-one__info li:nth-child(3),
.about-one__info li:nth-child(6) {
    width: 37%;
}

@media (max-width: 1199px) {
    .about-one__info li:nth-child(3),
    .about-one__info li:nth-child(6) {
        width: calc(50% - 15px);
    }
}

@media (max-width: 575px) {
    .about-one__info li:nth-child(3),
    .about-one__info li:nth-child(6) {
        width: 100%;
    }
}

.about-one__info li span {
    position: relative;
    top: -1px;
    font-size: 20px;
    color: var(--boskery-base, #A42125);
}

.about-one__bottom {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px 30px;
}

.about-one .contact__info__icon {
    background-color: var(--boskery-white2, #F6F2EC);
}

.about-one .contact__info__title {
    color: var(--boskery-text, #7A7373);
}

.about-one .contact__info__number {
    color: var(--boskery-black, #1E1D1D);
}

.about-one .contact__info__number:hover {
    color: var(--boskery-base, #A42125);
}

.about-one__shape__one {
    position: absolute;
    top: 132px;
    right: -128px;
    animation: zump 2s linear infinite;
}

.about-one__shape__two {
    position: absolute;
    left: -238px;
    bottom: 117px;
    animation: zumpBottom 2s linear infinite;
}

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

.about-two {
    position: relative;
    padding-top: 193px;
    padding-bottom: 151px;
}

@media (max-width: 1399px) {
    .about-two {
        padding-top: 154px;
        padding-bottom: 120px;
    }
}

@media (max-width: 1199px) {
    .about-two {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

@media (max-width: 767px) {
    .about-two {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media (max-width: 575px) {
    .about-two {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.about-two .container {
    position: relative;
    z-index: 1;
}

.about-two__image {
    position: relative;
    text-align: right;
}

@media (max-width: 1199px) {
    .about-two__image {
        text-align: left;
        padding-left: 30px;
    }
}

.about-two__image__one {
    max-width: 100%;
}

.about-two__image__two {
    width: 100%;
    max-width: 458px;
    position: absolute;
    top: -11px;
    left: -29px;
    transform: rotate(-20deg);
    border: 8px solid var(--boskery-white, #ffffff);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.15);
}

@media (max-width: 1399px) {
    .about-two__image__two {
        max-width: 400px;
        top: 20px;
        left: 55px;
    }
}

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

.about-two__experience {
    padding: 17px 33px 30px 32px;
    position: relative;
    position: absolute;
    left: -87px;
    bottom: 0;
    background-color: var(--boskery-base, #A42125);
    z-index: 1;
    animation: zump 2s linear infinite;
}

@media (max-width: 1399px) {
    .about-two__experience {
        left: -15px;
    }
}

@media (max-width: 575px) {
    .about-two__experience {
        left: 0;
    }
}

@media (max-width: 430px) {
    .about-two__experience {
        padding: 20px 27px 25px 26px;
    }
}

.about-two__experience__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    mix-blend-mode: multiply;
}

.about-two__experience__content {
    position: relative;
    z-index: 1;
    text-align: left;
}

.about-two__experience__box {
    display: flex;
    align-items: flex-end;
}

.about-two__experience__year {
    font-size: 95px;
    color: var(--boskery-white, #ffffff);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -1.9px;
    text-transform: uppercase;
    margin-bottom: -2px;
}

@media (max-width: 1199px) {
    .about-two__experience__year {
        font-size: 75px;
        margin-bottom: 5px;
    }
}

@media (max-width: 500px) {
    .about-two__experience__year {
        font-size: 70px;
    }
}

@media (max-width: 430px) {
    .about-two__experience__year {
        font-size: 60px;
    }
}

@media (max-width: 375px) {
    .about-two__experience__year {
        font-size: 50px;
    }
}

.about-two__experience__text {
    font-size: 20px;
    color: var(--boskery-white, #ffffff);
    font-weight: 700;
    line-height: 1.4;
    text-transform: uppercase;
    margin-bottom: 0;
}

@media (max-width: 500px) {
    .about-two__experience__text {
        font-size: 18px;
    }
}

@media (max-width: 430px) {
    .about-two__experience__text {
        font-size: 16px;
    }
}

@media (max-width: 375px) {
    .about-two__experience__text {
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    .about-two__experience__text br {
        display: inline-block;
    }
}

.about-two__content {
    margin-top: -41px;
    padding-left: 68px;
}

@media (max-width: 1399px) {
    .about-two__content {
        padding-left: 40px;
    }
}

@media (max-width: 1199px) {
    .about-two__content {
        padding-left: 0;
        margin-top: 0;
    }
}

.about-two .sec-title {
    margin-bottom: 26px;
}

.about-two__text {
    margin-bottom: 31px;
}

.about-two__inner {
    display: grid;
    grid-template-columns: repeat(2, 36%);
    grid-gap: 30px 60px;
    margin-bottom: 27px;
}

@media (max-width: 1199px) {
    .about-two__inner {
        grid-template-columns: repeat(1, 1fr);
    }
}

.about-two__info {
    position: relative;
    display: flex;
    align-items: center;
    gap: 30px 10px;
}

.about-two__info:first-child::after {
    content: "";
    width: 1px;
    height: calc(100% - 10px);
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
    background-color: var(--boskery-gray, #EBE3D9);
}

@media (max-width: 1199px) {
    .about-two__info:first-child::after {
        display: none;
    }
}

.about-two__info__icon {
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 67px;
    height: 67px;
    border-radius: 50%;
    background-color: var(--boskery-base, #A42125);
    font-size: 40px;
    color: var(--boskery-white, #ffffff);
}

.about-two__info__icon::after {
    content: "";
    z-index: -1;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 150%;
    height: 150%;
    background-color: var(--boskery-black, #1E1D1D);
    transition-duration: 1000ms;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    border-radius: 50%;
}

.about-two__info:hover .about-two__info__icon::after {
    bottom: -50%;
}

.about-two__info__title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
    margin-bottom: 0;
}

.about-two__list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 42px;
}

.about-two__list li {
    display: flex;
    font-size: 16px;
    color: var(--boskery-black, #1E1D1D);
    font-weight: 600;
    line-height: 2.25;
}

.about-two__list li span {
    position: relative;
    top: 10px;
    font-size: 16px;
    color: var(--boskery-base, #A42125);
    margin-right: 10px;
}

.about-two__shape__image {
    position: absolute;
    top: 263px;
    right: 0;
    background-color: var(--boskery-white, #ffffff);
}

@media (max-width: 1900px) {
    .about-two__shape__image {
        width: 250px;
    }
}

@media (max-width: 1700px) {
    .about-two__shape__image {
        width: 200px;
    }
}

@media (max-width: 1599px) {
    .about-two__shape__image {
        top: auto;
        right: 0;
        bottom: 30px;
    }
}

.about-two__shape__image img {
    max-width: 100%;
    height: auto;
    opacity: 0.3;
    mix-blend-mode: multiply;
}

.about-two__shape__two {
    position: absolute;
    left: 29px;
    bottom: 146px;
}

@media (max-width: 575px) {
    .about-two__shape__two {
        width: 300px;
    }
}

.about-three {
    position: relative;
    background-color: var(--boskery-white, #ffffff);
}

.about-three .container {
    position: relative;
    z-index: 1;
}

.about-three__image {
    position: relative;
}

.about-three__image__one {
    display: block;
    width: 100%;
}

.about-three__image__inner {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 285px;
    padding: 0 0 15px 16px;
    background-color: var(--boskery-white, #ffffff);
}

@media (max-width: 575px) {
    .about-three__image__inner {
        display: none;
    }
}

.about-three__image__two {
    display: block;
    width: 100%;
}

.about-three__experience {
    position: relative;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: var(--boskery-base, #A42125);
    border-top: 15px solid var(--boskery-white, #ffffff);
    border-right: 15px solid var(--boskery-white, #ffffff);
}

@media (max-width: 425px) {
    .about-three__experience {
        border-width: 10px;
    }
}

.about-three__experience__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    mix-blend-mode: multiply;
}

.about-three__experience__content {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-end;
}

.about-three__experience__text {
    padding: 30px 16px 33px;
    background-color: var(--boskery-black, #1E1D1D);
}

@media (max-width: 1199px) {
    .about-three__experience__text {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.about-three__experience__title {
    font-size: 20px;
    color: var(--boskery-white, #ffffff);
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 2px;
    text-transform: uppercase;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    margin: 0;
}

@media (max-width: 1199px) {
    .about-three__experience__title {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .about-three__experience__title br {
        display: inline;
    }
}

@media (max-width: 425px) {
    .about-three__experience__title {
        font-size: 14px;
    }
}

.about-three__experience__year {
    padding: 33px 24.48px 21px 22px;
    font-size: 95px;
    color: var(--boskery-white, #ffffff);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -1.9px;
    text-transform: uppercase;
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    .about-three__experience__year {
        font-size: 80px;
        padding-bottom: 10px;
    }
}

@media (max-width: 425px) {
    .about-three__experience__year {
        font-size: 65px;
    }
}

.about-three__content {
    position: relative;
    top: -3px;
    padding-left: 30px;
}

@media (max-width: 1199px) {
    .about-three__content {
        padding-left: 15px;
    }
}

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

.about-three .sec-title {
    margin-bottom: 28px;
}

.about-three__text {
    margin-bottom: 41px;
}

.about-three__info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
    margin-bottom: 31px;
}

@media (max-width: 575px) {
    .about-three__info {
        grid-template-columns: 1fr;
    }
}

.about-three__info__inner {
    display: flex;
    align-items: center;
    gap: 15px 11px;
}

.about-three__info__icon {
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--boskery-white2, #F6F2EC);
    font-size: 30px;
    color: var(--boskery-base, #A42125);
    transition: all 500ms ease;
}

.about-three__info__icon::after {
    content: "";
    z-index: -1;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 150%;
    height: 150%;
    background-color: var(--boskery-base, #A42125);
    transition-duration: 1000ms;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    border-radius: 50%;
}

.about-three__info__inner:hover .about-three__info__icon {
    color: var(--boskery-white, #ffffff);
}

.about-three__info__inner:hover .about-three__info__icon::after {
    bottom: -50%;
}

.about-three__info__title {
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 0;
}

.about-three .progress-box {
    margin-bottom: 50px;
}

.about-three__bottom {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 35px 29px;
}

.about-three__profile {
    display: flex;
    align-items: center;
    gap: 30px 42px;
}

@media (max-width: 425px) {
    .about-three__profile {
        flex-direction: column;
    }
}

.about-three__profile__left {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.about-three__profile__left::after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: var(--boskery-gray, #EBE3D9);
    position: absolute;
    top: 50%;
    right: -21px;
    transform: translateY(-50%);
}

@media (max-width: 425px) {
    .about-three__profile__left::after {
        display: none;
    }
}

@media (max-width: 425px) {
    .about-three__profile__right {
        width: 100%;
    }
}

.about-three__profile__image {
    flex-shrink: 0;
    width: 55px;
    height: 55px;
    border-radius: 50%;
}

.about-three__profile__info {
    position: relative;
    top: -6px;
}

.about-three__profile__designation {
    font-family: var(--boskery-heading-font, "Roboto Condensed", sans-serif);
    font-size: 10px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.about-three__profile__name {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 0;
}

.about-three__shape-one {
    position: absolute;
    top: 129px;
    right: 9px;
    animation: zump 2s linear infinite;
}

@media (max-width: 1700px) {
    .about-three__shape-one {
        width: 150px;
    }
}

@media (max-width: 1550px) {
    .about-three__shape-one {
        width: 120px;
    }
}

@media (max-width: 1500px) {
    .about-three__shape-one {
        width: 100px;
        right: 0;
    }
}

@media (max-width: 1399px) {
    .about-three__shape-one {
        display: none;
    }
}

.about-three__shape__image {
    position: absolute;
    left: 0;
    bottom: 120px;
    background-color: var(--boskery-white, #ffffff);
}

@media (max-width: 1399px) {
    .about-three__shape__image {
        display: none;
    }
}

.about-three__shape__image img {
    max-width: 100%;
    height: auto;
    mix-blend-mode: multiply;
    opacity: 0.2;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

.service-card {
    position: relative;
    background-color: var(--boskery-white, #ffffff);
    border: 1px solid var(--boskery-border-color, #EBE3D9);
}

.service-card__content {
    padding: 29px 29px 20px;
}

@media (max-width: 1199px) {
    .service-card__content {
        padding: 24px 24px 20px;
    }
}

.service-card__image {
    position: relative;
    overflow: hidden;
    margin-bottom: 29px;
}

.service-card__image::after {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(var(--boskery-white-rgb, 255, 255, 255), 0) 0%, rgba(var(--boskery-white-rgb, 255, 255, 255), 0.2) 100%);
    background: linear-gradient(to right, rgba(var(--boskery-white-rgb, 255, 255, 255), 0) 0%, rgba(var(--boskery-white-rgb, 255, 255, 255), 0.2) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.service-card__image img {
    width: 100%;
    display: block;
    transition: all 400ms ease;
}

.service-card:hover .service-card__image::after {
    -webkit-animation: shine 0.75s;
    animation: shine 0.75s;
}

.service-card:hover .service-card__image img {
    transform: scale(1.1);
}

.service-card__icon {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--boskery-white, #ffffff);
    font-size: 35px;
    color: var(--boskery-base, #A42125);
    z-index: 1;
    transition: all 500ms ease;
}

@media (max-width: 1199px) {
    .service-card__icon {
        width: 60px;
        height: 60px;
        font-size: 30px;
    }
}

.service-card:hover .service-card__icon {
    color: var(--boskery-white, #ffffff);
    background-color: var(--boskery-base, #A42125);
}

.service-card__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.4px;
    text-transform: uppercase;
    margin-bottom: 11px;
}

@media (max-width: 1199px) {
    .service-card__title {
        font-size: 19px;
    }
}

.service-card__title:hover {
    color: var(--boskery-base, #A42125);
}

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

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

.service-card__text {
    letter-spacing: -0.3px;
    text-transform: capitalize;
    margin-bottom: 0;
}

.service-card__btn {
    padding: 30px 30px 29px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: var(--boskery-heading-font, "Roboto Condensed", sans-serif);
    font-size: 14px;
    line-height: 1.142;
    color: var(--boskery-text, #7A7373);
    text-transform: uppercase;
    border-top: 1px solid var(--boskery-border-color, #EBE3D9);
}

@media (max-width: 1199px) {
    .service-card__btn {
        padding: 25px 25px 24px;
    }
}

.service-card__btn span {
    width: 30px;
    height: 30px;
    font-size: 15px;
    text-align: center;
    line-height: 30px;
    color: var(--boskery-text, #7A7373);
    background-color: var(--boskery-white2, #F6F2EC);
    border-radius: 50%;
    transition: all 400ms ease;
}

.service-card__btn:hover {
    color: var(--boskery-base, #A42125);
}

.service-card__btn:hover span {
    color: var(--boskery-white, #ffffff);
    background-color: var(--boskery-base, #A42125);
}

/*--------------------------------------------------------------
# Service details
--------------------------------------------------------------*/

.service-details__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.4px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.service-details__text {
    letter-spacing: -0.3px;
    text-transform: capitalize;
    margin-bottom: 11px;
}

.service-details__content__inner-1 {
    margin-bottom: 26px;
}

.service-details__content__inner-2 {
    margin-bottom: 25px;
}

.service-details__content__inner-3 {
    margin-bottom: 27px;
}

.service-details__thumbnail {
    margin-bottom: 25px;
}

.service-details__thumbnail img {
    width: 100%;
    display: block;
}

.service-details__lists {
    display: flex;
    align-items: center;
    gap: 6px 31px;
    margin-bottom: 33px;
}

@media (max-width: 1199px) {
    .service-details__lists {
        flex-direction: column;
        align-items: flex-start;
    }
}

.service-details__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-details__list li+li {
    margin-top: 6px;
}

.service-details__list li {
    display: flex;
    gap: 11px;
    font-family: var(--boskery-heading-font, "Roboto Condensed", sans-serif);
    font-size: 15px;
    color: var(--boskery-black, #1E1D1D);
    font-weight: 500;
    line-height: 2;
    letter-spacing: -0.3px;
    text-transform: uppercase;
}

.service-details__list li i {
    position: relative;
    top: 6px;
    font-size: 16px;
    color: var(--boskery-base, #A42125);
}

.service-details__inner {
    margin-bottom: 35px;
}

.service-details__inner img {
    width: 100%;
    display: block;
}

.service-details__faq__title {
    margin-bottom: 25px;
}

/*--------------------------------------------------------------
# Boxed Home
--------------------------------------------------------------*/

body.boxed-wrapper {
    position: relative;
}

body.boxed-wrapper .page-wrapper {
    max-width: 1530px;
    margin-left: auto;
    margin-right: auto;
    background-color: var(--boskery-white, #ffffff);
    box-shadow: 0px 0px 100px 0px rgba(var(--boskery-black-rgb, 30, 29, 29), 0.08);
}

@media (min-width: 1600px) {
    body.boxed-wrapper .main-header--one .home-showcase .container {
        margin: 0 0 0 73px;
    }
}

body.boxed-wrapper .about-one__shape__one {
    width: 200px;
}

body.boxed-wrapper .about-one__shape__two {
    width: 350px;
}

body.boxed-wrapper .pricing-one--home .pricing-one__shape__one {
    width: 160px;
}

body.boxed-wrapper .pricing-one--home .pricing-one__shape__two {
    width: 200px;
}

body.boxed-wrapper .testimonials-one__shape__two {
    width: 170px;
}

body.boxed-wrapper .testimonials-one__shape__one {
    width: 160px;
}

/*--------------------------------------------------------------
# Work Process
--------------------------------------------------------------*/

.work-process-one {
    position: relative;
    counter-reset: count;
    padding: 120px 0 90px;
}

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

.work-process-one .sec-title {
    text-align: center;
}

.work-process-one__border {
    width: 100%;
    height: 2px;
    background-color: var(--boskery-base, #A42125);
    top: 103px;
    position: relative;
}

@media (max-width: 767px) {
    .work-process-one__border {
        display: none;
    }
}

.work-process-one__border::after {
    position: absolute;
    left: 0;
    top: -5px;
    width: 11px;
    height: 11px;
    background-color: var(--boskery-black, #1E1D1D);
    border-radius: 50%;
    content: "";
}

.work-process-one__border::before {
    position: absolute;
    right: 0;
    top: -5px;
    width: 11px;
    height: 11px;
    background-color: var(--boskery-black, #1E1D1D);
    border-radius: 50%;
    content: "";
}

.work-process-one__gradiant-left {
    height: 100%;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 5%;
    border-width: 1px;
    border-style: solid;
    border-image: linear-gradient(-45deg, rgba(var(--boskery-base-rgb, 164, 33, 37), 1) 0%, rgba(var(--boskery-black-rgb, 30, 29, 29), 1) 100%) 1;
}

.work-process-one__gradiant-right {
    height: 100%;
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    width: 5%;
    border-width: 1px;
    border-style: solid;
    border-image: linear-gradient(-45deg, rgba(var(--boskery-black-rgb, 30, 29, 29), 1) 0%, rgba(var(--boskery-base-rgb, 164, 33, 37), 1) 100%) 1;
}

.work-process-one__item {
    position: relative;
    counter-increment: count;
    margin-bottom: 30px;
}

.work-process-one__item__thumb {
    display: inline-block;
    width: 202px;
    height: 202px;
    border: 2px solid var(--boskery-base, #A42125);
    background-color: var(--boskery-white, #ffffff);
    border-radius: 50%;
    padding: 5px;
    position: relative;
    margin-bottom: 30px;
}

.work-process-one__item__thumb-wrap {
    background-color: var(--boskery-black, #1E1D1D);
    position: relative;
    border-radius: 50%;
    overflow: hidden;
}

.work-process-one__item__thumb-wrap::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    background: rgba(var(--boskery-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-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    opacity: 0.3;
}

.work-process-one__item__thumb__number {
    width: 67px;
    height: 67px;
    background-color: var(--boskery-base, #A42125);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: var(--boskery-white, #ffffff);
    font-family: var(--boskery-heading-font, "Roboto Condensed", sans-serif);
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    position: absolute;
    right: -9px;
    top: 5px;
    transition: all 500ms linear;
    transition-delay: 0s;
    transition-delay: 0s;
    transition-delay: 0.1s;
    transform: scale(1);
}

.work-process-one__item__thumb__number::before {
    content: counters(count, ".", decimal-leading-zero);
    position: absolute;
    top: -6px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.work-process-one__item__thumb__icon {
    width: 60px;
    height: 60px;
    font-size: 60px;
    color: var(--boskery-base, #A42125);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.work-process-one__item:hover .work-process-one__item__thumb-wrap::after {
    -webkit-animation: zoom-hover 0.95s;
    animation: zoom-hover 0.95s;
}

.work-process-one__item:hover .work-process-one__item__thumb__number {
    transform: scale(0.95);
}

.work-process-one__item__content {
    position: relative;
    box-shadow: 0px 0px 60px 0px rgba(var(--boskery-black3-rgb, 0, 0, 0), 0.07);
    background-color: var(--boskery-white, #ffffff);
    border-radius: 100px;
    padding: 24px 20px 26px;
}

.work-process-one__item__content::after {
    position: absolute;
    left: 0;
    right: 0;
    top: -10px;
    content: "";
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 25px 10px 25px;
    border-color: transparent transparent var(--boskery-white, #ffffff) transparent;
}

.work-process-one__item__title {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 5px;
}

.work-process-one__item__text {
    font-size: 15px;
    line-height: 26px;
    margin: 0;
}

/*# sourceMappingURL=boskery.css.map */