@charset "UTF-8";
/*-----------------------------------------------------------------------------------

  Theme Name: Sinax - Corporate And Business HTML Template
  Author: Theme_Pure
  Support: basictheme400@gmail.com
  Description: Sinax - Corporate And Business HTML Template
  Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    1.  common
	2.  overlay
    3.  header
    4.  slider
    5.  custom-animation
    6.  fetures
    7.  category
    8.  show
    9.  blog
    10. gallary
    11. footer
    12. banar
    13. offer
    14. testimonial
    15. sidemenu
    16. page
    17. shop
	18. popup
	19. about
	20. contact
	21. error
	22. service
	23. faq
	24. search
	25. cart
	26. login
	27. single

-----------------------------------------------------------------------------------*/
/*

==================================
    1. common
==================================

*/
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Italianno&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap");
@keyframes square {
    0% {
        transform: translateY(-100px);
        -webkit-transform: translateY(-100px);
        -moz-transform: translateY(-100px);
        -ms-transform: translateY(-100px);
        -o-transform: translateY(-100px);
    }
    100% {
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
    }
}
@-webkit-keyframes jump {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40% {
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes jump {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40% {
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@-webkit-keyframes rotated {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotated {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes rotatedHalf {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    50% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}
@keyframes rotatedHalf {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    50% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}
@-webkit-keyframes rotatedHalfTwo {
    0% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}
@keyframes rotatedHalfTwo {
    0% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}
.float-bob {
    animation: float-bob-y infinite 3s linear;
}

@-webkit-keyframes scale-upOne {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
    }
}
@keyframes scale-upOne {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
    }
}
@-webkit-keyframes scale-right {
    0% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    50% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }
    100% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
@keyframes scale-right {
    0% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    50% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }
    100% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
@-webkit-keyframes fade-in {
    0% {
        opacity: 0.7;
    }
    40% {
        opacity: 1;
    }
    100% {
        opacity: 0.7;
    }
}
@keyframes fade-in {
    0% {
        opacity: 0.7;
    }
    40% {
        opacity: 1;
    }
    100% {
        opacity: 0.7;
    }
}
@keyframes hvr-ripple-out {
    0% {
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        opacity: 1;
    }
    100% {
        top: -6px;
        right: -6px;
        bottom: -6px;
        left: -6px;
        opacity: 0;
    }
}
@keyframes hvr-ripple-out-two {
    0% {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 1;
    }
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
    }
}
@-webkit-keyframes scale-up-one {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    40% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes scale-up-one {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    40% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-webkit-keyframes scale-up-two {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    40% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
}
@keyframes scale-up-two {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    40% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
}
@-webkit-keyframes scale-up-three {
    0% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
    40% {
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
    }
    100% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
}
@keyframes scale-up-three {
    0% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
    40% {
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
    }
    100% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
}
@-webkit-keyframes scale-up-four {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
    }
    40% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}
@keyframes scale-up-four {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
    }
    40% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}
@-webkit-keyframes scale-up-five {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    40% {
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
    }
    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}
@keyframes scale-up-five {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    40% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}
@keyframes animationFramesOne {
    0% {
        transform: translate(0px, 0px) rotate(0deg);
    }
    20% {
        transform: translate(73px, -1px) rotate(36deg);
    }
    40% {
        transform: translate(141px, 72px) rotate(72deg);
    }
    60% {
        transform: translate(83px, 122px) rotate(108deg);
    }
    80% {
        transform: translate(-40px, 72px) rotate(144deg);
    }
    100% {
        transform: translate(0px, 0px) rotate(0deg);
    }
}
@-webkit-keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
    }
    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
    }
    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
    }
    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
    }
    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
    }
}
@keyframes animationFramesTwo {
    0% {
        transform: translate(0px, 0px) rotate(0deg) scale(1);
    }
    20% {
        transform: translate(73px, -1px) rotate(36deg) scale(0.9);
    }
    40% {
        transform: translate(141px, 72px) rotate(72deg) scale(1);
    }
    60% {
        transform: translate(83px, 122px) rotate(108deg) scale(1.2);
    }
    80% {
        transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
    }
    100% {
        transform: translate(0px, 0px) rotate(0deg) scale(1);
    }
}
@-webkit-keyframes animationFramesTwo {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
    }
    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg) scale(0.9);
    }
    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg) scale(1);
    }
    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg) scale(1.2);
    }
    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
    }
}
@keyframes animationFramesThree {
    0% {
        transform: translate(165px, -179px);
    }
    100% {
        transform: translate(-346px, 617px);
    }
}
@-webkit-keyframes animationFramesThree {
    0% {
        -webkit-transform: translate(165px, -179px);
    }
    100% {
        -webkit-transform: translate(-346px, 617px);
    }
}
@keyframes animationFramesFour {
    0% {
        transform: translate(-300px, 151px) rotate(0deg);
    }
    100% {
        transform: translate(251px, -200px) rotate(180deg);
    }
}
@-webkit-keyframes animationFramesFour {
    0% {
        -webkit-transform: translate(-300px, 151px) rotate(0deg);
    }
    100% {
        -webkit-transform: translate(251px, -200px) rotate(180deg);
    }
}
@keyframes animationFramesFive {
    0% {
        transform: translate(61px, -99px) rotate(0deg);
    }
    21% {
        transform: translate(4px, -190px) rotate(38deg);
    }
    41% {
        transform: translate(-139px, -200px) rotate(74deg);
    }
    60% {
        transform: translate(-263px, -164px) rotate(108deg);
    }
    80% {
        transform: translate(-195px, -49px) rotate(144deg);
    }
    100% {
        transform: translate(-1px, 0px) rotate(180deg);
    }
}
@-webkit-keyframes animationFramesFive {
    0% {
        -webkit-transform: translate(61px, -99px) rotate(0deg);
    }
    21% {
        -webkit-transform: translate(4px, -190px) rotate(38deg);
    }
    41% {
        -webkit-transform: translate(-139px, -200px) rotate(74deg);
    }
    60% {
        -webkit-transform: translate(-263px, -164px) rotate(108deg);
    }
    80% {
        -webkit-transform: translate(-195px, -49px) rotate(144deg);
    }
    100% {
        -webkit-transform: translate(-1px, 0px) rotate(180deg);
    }
}
@keyframes gradientBG {
    0% {
        background-position: 0 0;
    }
    50% {
        background-position: 300% 0;
    }
    100% {
        background-position: 0 0;
    }
}
@-webkit-keyframes gradientBG {
    0% {
        background-position: 0 0;
    }
    50% {
        background-position: 300% 0;
    }
    100% {
        background-position: 0 0;
    }
}
@keyframes imageBgAnim {
    0% {
        background-position: 0 0;
    }
    50% {
        background-position: 120% 0;
    }
    100% {
        background-position: 0 0;
    }
}
@-webkit-keyframes gradientBG {
    0% {
        background-position: 0 0;
    }
    50% {
        background-position: 120% 0;
    }
    100% {
        background-position: 0 0;
    }
}
:root {
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1;
}

.animate__animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animate__animated.animate__infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animate__animated.animate__repeat-1 {
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: var(--animate-repeat);
    animation-iteration-count: var(--animate-repeat);
}

.animate__animated.animate__repeat-2 {
    -webkit-animation-iteration-count: 2;
    animation-iteration-count: 2;
    -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
    animation-iteration-count: calc(var(--animate-repeat) * 2);
}

.animate__animated.animate__repeat-3 {
    -webkit-animation-iteration-count: 3;
    animation-iteration-count: 3;
    -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
    animation-iteration-count: calc(var(--animate-repeat) * 3);
}

.animate__animated.animate__delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-delay: var(--animate-delay);
    animation-delay: var(--animate-delay);
}

.animate__animated.animate__delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-delay: calc(var(--animate-delay) * 2);
    animation-delay: calc(var(--animate-delay) * 2);
}

.animate__animated.animate__delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    -webkit-animation-delay: calc(var(--animate-delay) * 3);
    animation-delay: calc(var(--animate-delay) * 3);
}

.animate__animated.animate__delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
    -webkit-animation-delay: calc(var(--animate-delay) * 4);
    animation-delay: calc(var(--animate-delay) * 4);
}

.animate__animated.animate__delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
    -webkit-animation-delay: calc(var(--animate-delay) * 5);
    animation-delay: calc(var(--animate-delay) * 5);
}

.animate__animated.animate__faster {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-duration: calc(var(--animate-duration) / 2);
    animation-duration: calc(var(--animate-duration) / 2);
}

.animate__animated.animate__fast {
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
    animation-duration: calc(var(--animate-duration) * 0.8);
}

.animate__animated.animate__slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-duration: calc(var(--animate-duration) * 2);
    animation-duration: calc(var(--animate-duration) * 2);
}

.animate__animated.animate__slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-duration: calc(var(--animate-duration) * 3);
    animation-duration: calc(var(--animate-duration) * 3);
}

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

    .animate__animated[class*="Out"] {
        opacity: 0;
    }
}
@-webkit-keyframes bounce {
    0%,
    20%,
    53%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(
            0.755,
            0.05,
            0.855,
            0.06
        );
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
        transform: translate3d(0, -30px, 0) scaleY(1.1);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(
            0.755,
            0.05,
            0.855,
            0.06
        );
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
        transform: translate3d(0, -15px, 0) scaleY(1.05);
    }
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translateZ(0) scaleY(0.95);
        transform: translateZ(0) scaleY(0.95);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
        transform: translate3d(0, -4px, 0) scaleY(1.02);
    }
}
@keyframes bounce {
    0%,
    20%,
    53%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(
            0.755,
            0.05,
            0.855,
            0.06
        );
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
        transform: translate3d(0, -30px, 0) scaleY(1.1);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(
            0.755,
            0.05,
            0.855,
            0.06
        );
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
        transform: translate3d(0, -15px, 0) scaleY(1.05);
    }
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translateZ(0) scaleY(0.95);
        transform: translateZ(0) scaleY(0.95);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
        transform: translate3d(0, -4px, 0) scaleY(1.02);
    }
}
.animate__bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

@-webkit-keyframes flash {
    0%,
    50%,
    to {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}
@keyframes flash {
    0%,
    50%,
    to {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}
.animate__flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}
@keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}
.animate__pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}
@keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}
.animate__rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

@-webkit-keyframes shakeX {
    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}
@keyframes shakeX {
    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}
.animate__shakeX {
    -webkit-animation-name: shakeX;
    animation-name: shakeX;
}

@-webkit-keyframes shakeY {
    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
}
@keyframes shakeY {
    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
}
.animate__shakeY {
    -webkit-animation-name: shakeY;
    animation-name: shakeY;
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
.animate__headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
.animate__swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}
@keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}
.animate__tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes wobble {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.animate__wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

@-webkit-keyframes jello {
    0%,
    11.1%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }
    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}
@keyframes jello {
    0%,
    11.1%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }
    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}
.animate__jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center;
}

@-webkit-keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.animate__heartBeat {
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-duration: calc(var(--animate-duration) * 1.3);
    animation-duration: calc(var(--animate-duration) * 1.3);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

@-webkit-keyframes backInDown {
    0% {
        -webkit-transform: translateY(-1200px) scale(0.7);
        transform: translateY(-1200px) scale(0.7);
        opacity: 0.7;
    }
    80% {
        -webkit-transform: translateY(0) scale(0.7);
        transform: translateY(0) scale(0.7);
        opacity: 0.7;
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
@keyframes backInDown {
    0% {
        -webkit-transform: translateY(-1200px) scale(0.7);
        transform: translateY(-1200px) scale(0.7);
        opacity: 0.7;
    }
    80% {
        -webkit-transform: translateY(0) scale(0.7);
        transform: translateY(0) scale(0.7);
        opacity: 0.7;
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
.animate__backInDown {
    -webkit-animation-name: backInDown;
    animation-name: backInDown;
}

@-webkit-keyframes backInLeft {
    0% {
        -webkit-transform: translateX(-2000px) scale(0.7);
        transform: translateX(-2000px) scale(0.7);
        opacity: 0.7;
    }
    80% {
        -webkit-transform: translateX(0) scale(0.7);
        transform: translateX(0) scale(0.7);
        opacity: 0.7;
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
@keyframes backInLeft {
    0% {
        -webkit-transform: translateX(-2000px) scale(0.7);
        transform: translateX(-2000px) scale(0.7);
        opacity: 0.7;
    }
    80% {
        -webkit-transform: translateX(0) scale(0.7);
        transform: translateX(0) scale(0.7);
        opacity: 0.7;
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
.animate__backInLeft {
    -webkit-animation-name: backInLeft;
    animation-name: backInLeft;
}

@-webkit-keyframes backInRight {
    0% {
        -webkit-transform: translateX(2000px) scale(0.7);
        transform: translateX(2000px) scale(0.7);
        opacity: 0.7;
    }
    80% {
        -webkit-transform: translateX(0) scale(0.7);
        transform: translateX(0) scale(0.7);
        opacity: 0.7;
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
@keyframes backInRight {
    0% {
        -webkit-transform: translateX(2000px) scale(0.7);
        transform: translateX(2000px) scale(0.7);
        opacity: 0.7;
    }
    80% {
        -webkit-transform: translateX(0) scale(0.7);
        transform: translateX(0) scale(0.7);
        opacity: 0.7;
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
.animate__backInRight {
    -webkit-animation-name: backInRight;
    animation-name: backInRight;
}

@-webkit-keyframes backInUp {
    0% {
        -webkit-transform: translateY(1200px) scale(0.7);
        transform: translateY(1200px) scale(0.7);
        opacity: 0.7;
    }
    80% {
        -webkit-transform: translateY(0) scale(0.7);
        transform: translateY(0) scale(0.7);
        opacity: 0.7;
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
@keyframes backInUp {
    0% {
        -webkit-transform: translateY(1200px) scale(0.7);
        transform: translateY(1200px) scale(0.7);
        opacity: 0.7;
    }
    80% {
        -webkit-transform: translateY(0) scale(0.7);
        transform: translateY(0) scale(0.7);
        opacity: 0.7;
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
.animate__backInUp {
    -webkit-animation-name: backInUp;
    animation-name: backInUp;
}

@-webkit-keyframes backOutDown {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    20% {
        -webkit-transform: translateY(0) scale(0.7);
        transform: translateY(0) scale(0.7);
        opacity: 0.7;
    }
    to {
        -webkit-transform: translateY(700px) scale(0.7);
        transform: translateY(700px) scale(0.7);
        opacity: 0.7;
    }
}
@keyframes backOutDown {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    20% {
        -webkit-transform: translateY(0) scale(0.7);
        transform: translateY(0) scale(0.7);
        opacity: 0.7;
    }
    to {
        -webkit-transform: translateY(700px) scale(0.7);
        transform: translateY(700px) scale(0.7);
        opacity: 0.7;
    }
}
.animate__backOutDown {
    -webkit-animation-name: backOutDown;
    animation-name: backOutDown;
}

@-webkit-keyframes backOutLeft {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    20% {
        -webkit-transform: translateX(0) scale(0.7);
        transform: translateX(0) scale(0.7);
        opacity: 0.7;
    }
    to {
        -webkit-transform: translateX(-2000px) scale(0.7);
        transform: translateX(-2000px) scale(0.7);
        opacity: 0.7;
    }
}
@keyframes backOutLeft {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    20% {
        -webkit-transform: translateX(0) scale(0.7);
        transform: translateX(0) scale(0.7);
        opacity: 0.7;
    }
    to {
        -webkit-transform: translateX(-2000px) scale(0.7);
        transform: translateX(-2000px) scale(0.7);
        opacity: 0.7;
    }
}
.animate__backOutLeft {
    -webkit-animation-name: backOutLeft;
    animation-name: backOutLeft;
}

@-webkit-keyframes backOutRight {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    20% {
        -webkit-transform: translateX(0) scale(0.7);
        transform: translateX(0) scale(0.7);
        opacity: 0.7;
    }
    to {
        -webkit-transform: translateX(2000px) scale(0.7);
        transform: translateX(2000px) scale(0.7);
        opacity: 0.7;
    }
}
@keyframes backOutRight {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    20% {
        -webkit-transform: translateX(0) scale(0.7);
        transform: translateX(0) scale(0.7);
        opacity: 0.7;
    }
    to {
        -webkit-transform: translateX(2000px) scale(0.7);
        transform: translateX(2000px) scale(0.7);
        opacity: 0.7;
    }
}
.animate__backOutRight {
    -webkit-animation-name: backOutRight;
    animation-name: backOutRight;
}

@-webkit-keyframes backOutUp {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    20% {
        -webkit-transform: translateY(0) scale(0.7);
        transform: translateY(0) scale(0.7);
        opacity: 0.7;
    }
    to {
        -webkit-transform: translateY(-700px) scale(0.7);
        transform: translateY(-700px) scale(0.7);
        opacity: 0.7;
    }
}
@keyframes backOutUp {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    20% {
        -webkit-transform: translateY(0) scale(0.7);
        transform: translateY(0) scale(0.7);
        opacity: 0.7;
    }
    to {
        -webkit-transform: translateY(-700px) scale(0.7);
        transform: translateY(-700px) scale(0.7);
        opacity: 0.7;
    }
}
.animate__backOutUp {
    -webkit-animation-name: backOutUp;
    animation-name: backOutUp;
}

@-webkit-keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}
@keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}
.animate__bounceIn {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
    animation-duration: calc(var(--animate-duration) * 0.75);
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
        transform: translate3d(0, -3000px, 0) scaleY(3);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
        transform: translate3d(0, 25px, 0) scaleY(0.9);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
        transform: translate3d(0, -10px, 0) scaleY(0.95);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
        transform: translate3d(0, 5px, 0) scaleY(0.985);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
        transform: translate3d(0, -3000px, 0) scaleY(3);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
        transform: translate3d(0, 25px, 0) scaleY(0.9);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
        transform: translate3d(0, -10px, 0) scaleY(0.95);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
        transform: translate3d(0, 5px, 0) scaleY(0.985);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.animate__bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
        transform: translate3d(-3000px, 0, 0) scaleX(3);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
        transform: translate3d(25px, 0, 0) scaleX(1);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
        transform: translate3d(-10px, 0, 0) scaleX(0.98);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
        transform: translate3d(5px, 0, 0) scaleX(0.995);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
        transform: translate3d(-3000px, 0, 0) scaleX(3);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
        transform: translate3d(25px, 0, 0) scaleX(1);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
        transform: translate3d(-10px, 0, 0) scaleX(0.98);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
        transform: translate3d(5px, 0, 0) scaleX(0.995);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.animate__bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
        transform: translate3d(3000px, 0, 0) scaleX(3);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
        transform: translate3d(-25px, 0, 0) scaleX(1);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
        transform: translate3d(10px, 0, 0) scaleX(0.98);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
        transform: translate3d(-5px, 0, 0) scaleX(0.995);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
        transform: translate3d(3000px, 0, 0) scaleX(3);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
        transform: translate3d(-25px, 0, 0) scaleX(1);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
        transform: translate3d(10px, 0, 0) scaleX(0.98);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
        transform: translate3d(-5px, 0, 0) scaleX(0.995);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.animate__bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
        transform: translate3d(0, 3000px, 0) scaleY(5);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
        transform: translate3d(0, -20px, 0) scaleY(0.9);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
        transform: translate3d(0, 10px, 0) scaleY(0.95);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
        transform: translate3d(0, -5px, 0) scaleY(0.985);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
        transform: translate3d(0, 3000px, 0) scaleY(5);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
        transform: translate3d(0, -20px, 0) scaleY(0.9);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
        transform: translate3d(0, 10px, 0) scaleY(0.95);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
        transform: translate3d(0, -5px, 0) scaleY(0.985);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.animate__bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}
@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}
.animate__bounceOut {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
    animation-duration: calc(var(--animate-duration) * 0.75);
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
        transform: translate3d(0, 10px, 0) scaleY(0.985);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
        transform: translate3d(0, -20px, 0) scaleY(0.9);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
        transform: translate3d(0, 2000px, 0) scaleY(3);
    }
}
@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
        transform: translate3d(0, 10px, 0) scaleY(0.985);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
        transform: translate3d(0, -20px, 0) scaleY(0.9);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
        transform: translate3d(0, 2000px, 0) scaleY(3);
    }
}
.animate__bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
        transform: translate3d(20px, 0, 0) scaleX(0.9);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
        transform: translate3d(-2000px, 0, 0) scaleX(2);
    }
}
@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
        transform: translate3d(20px, 0, 0) scaleX(0.9);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
        transform: translate3d(-2000px, 0, 0) scaleX(2);
    }
}
.animate__bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
        transform: translate3d(-20px, 0, 0) scaleX(0.9);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
        transform: translate3d(2000px, 0, 0) scaleX(2);
    }
}
@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
        transform: translate3d(-20px, 0, 0) scaleX(0.9);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
        transform: translate3d(2000px, 0, 0) scaleX(2);
    }
}
.animate__bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
        transform: translate3d(0, -10px, 0) scaleY(0.985);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
        transform: translate3d(0, 20px, 0) scaleY(0.9);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
        transform: translate3d(0, -2000px, 0) scaleY(3);
    }
}
@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
        transform: translate3d(0, -10px, 0) scaleY(0.985);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
        transform: translate3d(0, 20px, 0) scaleY(0.9);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
        transform: translate3d(0, -2000px, 0) scaleY(3);
    }
}
.animate__bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.animate__fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.animate__fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.animate__fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.animate__fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.animate__fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.animate__fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.animate__fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.animate__fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.animate__fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeInTopLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, -100%, 0);
        transform: translate3d(-100%, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes fadeInTopLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, -100%, 0);
        transform: translate3d(-100%, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.animate__fadeInTopLeft {
    -webkit-animation-name: fadeInTopLeft;
    animation-name: fadeInTopLeft;
}

@-webkit-keyframes fadeInTopRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, -100%, 0);
        transform: translate3d(100%, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes fadeInTopRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, -100%, 0);
        transform: translate3d(100%, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.animate__fadeInTopRight {
    -webkit-animation-name: fadeInTopRight;
    animation-name: fadeInTopRight;
}

@-webkit-keyframes fadeInBottomLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 100%, 0);
        transform: translate3d(-100%, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes fadeInBottomLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 100%, 0);
        transform: translate3d(-100%, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.animate__fadeInBottomLeft {
    -webkit-animation-name: fadeInBottomLeft;
    animation-name: fadeInBottomLeft;
}

@-webkit-keyframes fadeInBottomRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 100%, 0);
        transform: translate3d(100%, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes fadeInBottomRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 100%, 0);
        transform: translate3d(100%, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.animate__fadeInBottomRight {
    -webkit-animation-name: fadeInBottomRight;
    animation-name: fadeInBottomRight;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
.animate__fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
@keyframes fadeOutDown {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
.animate__fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}
@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}
.animate__fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
@keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
.animate__fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}
@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}
.animate__fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
@keyframes fadeOutRight {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
.animate__fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}
@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}
.animate__fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
@keyframes fadeOutUp {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
.animate__fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}
@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}
.animate__fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

@-webkit-keyframes fadeOutTopLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, -100%, 0);
        transform: translate3d(-100%, -100%, 0);
    }
}
@keyframes fadeOutTopLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, -100%, 0);
        transform: translate3d(-100%, -100%, 0);
    }
}
.animate__fadeOutTopLeft {
    -webkit-animation-name: fadeOutTopLeft;
    animation-name: fadeOutTopLeft;
}

@-webkit-keyframes fadeOutTopRight {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, -100%, 0);
        transform: translate3d(100%, -100%, 0);
    }
}
@keyframes fadeOutTopRight {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, -100%, 0);
        transform: translate3d(100%, -100%, 0);
    }
}
.animate__fadeOutTopRight {
    -webkit-animation-name: fadeOutTopRight;
    animation-name: fadeOutTopRight;
}

@-webkit-keyframes fadeOutBottomRight {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 100%, 0);
        transform: translate3d(100%, 100%, 0);
    }
}
@keyframes fadeOutBottomRight {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 100%, 0);
        transform: translate3d(100%, 100%, 0);
    }
}
.animate__fadeOutBottomRight {
    -webkit-animation-name: fadeOutBottomRight;
    animation-name: fadeOutBottomRight;
}

@-webkit-keyframes fadeOutBottomLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 100%, 0);
        transform: translate3d(-100%, 100%, 0);
    }
}
@keyframes fadeOutBottomLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 100%, 0);
        transform: translate3d(-100%, 100%, 0);
    }
}
.animate__fadeOutBottomLeft {
    -webkit-animation-name: fadeOutBottomLeft;
    animation-name: fadeOutBottomLeft;
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0)
            rotateY(-1turn);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px)
            rotateY(-190deg);
        transform: perspective(400px) scaleX(1) translateZ(150px)
            rotateY(-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px)
            rotateY(-170deg);
        transform: perspective(400px) scaleX(1) translateZ(150px)
            rotateY(-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95)
            translateZ(0) rotateY(0deg);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0)
            rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    to {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0)
            rotateY(0deg);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}
@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0)
            rotateY(-1turn);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px)
            rotateY(-190deg);
        transform: perspective(400px) scaleX(1) translateZ(150px)
            rotateY(-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px)
            rotateY(-170deg);
        transform: perspective(400px) scaleX(1) translateZ(150px)
            rotateY(-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95)
            translateZ(0) rotateY(0deg);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0)
            rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    to {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0)
            rotateY(0deg);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}
.animate__animated.animate__flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
.animate__flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
.animate__flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}
@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}
.animate__flipOutX {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
    animation-duration: calc(var(--animate-duration) * 0.75);
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}
@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}
.animate__flipOutY {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
    animation-duration: calc(var(--animate-duration) * 0.75);
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes lightSpeedInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.animate__lightSpeedInRight {
    -webkit-animation-name: lightSpeedInRight;
    animation-name: lightSpeedInRight;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
        transform: translate3d(-100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(-20deg);
        transform: skewX(-20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(5deg);
        transform: skewX(5deg);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes lightSpeedInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
        transform: translate3d(-100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(-20deg);
        transform: skewX(-20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(5deg);
        transform: skewX(5deg);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.animate__lightSpeedInLeft {
    -webkit-animation-name: lightSpeedInLeft;
    animation-name: lightSpeedInLeft;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOutRight {
    0% {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}
@keyframes lightSpeedOutRight {
    0% {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}
.animate__lightSpeedOutRight {
    -webkit-animation-name: lightSpeedOutRight;
    animation-name: lightSpeedOutRight;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes lightSpeedOutLeft {
    0% {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
        transform: translate3d(-100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
}
@keyframes lightSpeedOutLeft {
    0% {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
        transform: translate3d(-100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
}
.animate__lightSpeedOutLeft {
    -webkit-animation-name: lightSpeedOutLeft;
    animation-name: lightSpeedOutLeft;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}
@keyframes rotateIn {
    0% {
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}
.animate__rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
    -webkit-transform-origin: center;
    transform-origin: center;
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}
@keyframes rotateInDownLeft {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}
.animate__rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}
@keyframes rotateInDownRight {
    0% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}
.animate__rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}
@keyframes rotateInUpLeft {
    0% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}
.animate__rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}
@keyframes rotateInUpRight {
    0% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}
.animate__rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
}

@-webkit-keyframes rotateOut {
    0% {
        opacity: 1;
    }
    to {
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0;
    }
}
@keyframes rotateOut {
    0% {
        opacity: 1;
    }
    to {
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0;
    }
}
.animate__rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
    -webkit-transform-origin: center;
    transform-origin: center;
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        opacity: 1;
    }
    to {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
    }
}
@keyframes rotateOutDownLeft {
    0% {
        opacity: 1;
    }
    to {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
    }
}
.animate__rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        opacity: 1;
    }
    to {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0;
    }
}
@keyframes rotateOutDownRight {
    0% {
        opacity: 1;
    }
    to {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0;
    }
}
.animate__rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        opacity: 1;
    }
    to {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0;
    }
}
@keyframes rotateOutUpLeft {
    0% {
        opacity: 1;
    }
    to {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0;
    }
}
.animate__rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        opacity: 1;
    }
    to {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}
@keyframes rotateOutUpRight {
    0% {
        opacity: 1;
    }
    to {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}
.animate__rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
}

@-webkit-keyframes hinge {
    0% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%,
    80% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}
@keyframes hinge {
    0% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%,
    80% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}
.animate__hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-duration: calc(var(--animate-duration) * 2);
    animation-duration: calc(var(--animate-duration) * 2);
    -webkit-animation-name: hinge;
    animation-name: hinge;
    -webkit-transform-origin: top left;
    transform-origin: top left;
}

@-webkit-keyframes jackInTheBox {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes jackInTheBox {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.animate__jackInTheBox {
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox;
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        transform: translate3d(-100%, 0, 0) rotate(-120deg);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        transform: translate3d(-100%, 0, 0) rotate(-120deg);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.animate__rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        transform: translate3d(100%, 0, 0) rotate(120deg);
    }
}
@keyframes rollOut {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        transform: translate3d(100%, 0, 0) rotate(120deg);
    }
}
.animate__rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
.animate__zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.animate__zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.animate__zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.animate__zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.animate__zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}
@keyframes zoomOut {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}
.animate__zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.animate__zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
    }
}
@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
    }
}
.animate__zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
    }
}
@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
    }
}
.animate__zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
    -webkit-transform-origin: right center;
    transform-origin: right center;
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.animate__zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.animate__slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.animate__slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.animate__slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.animate__slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
@keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
.animate__slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
.animate__slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
@keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
.animate__slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
@keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
.animate__slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}

@keyframes float-bob-y {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}
@keyframes float-bob-x {
    0% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
    }
    50% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    100% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
    }
}
body {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #666;
}

.img,
img {
    max-width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.fix {
    overflow: hidden;
}

a {
    text-decoration: none;
}

a,
.button {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
    text-decoration: none;
    outline: none;
}

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

a,
button {
    color: inherit;
    outline: medium none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
    outline: 0;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: normal;
    color: #222;
    margin-top: 0px;
    font-style: normal;
    font-weight: 400;
    text-transform: normal;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 {
    font-size: 40px;
    font-weight: 500;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
}

p {
    font-size: 14px;
    font-weight: normal;
    line-height: 26px;
    color: #666;
    margin-bottom: 15px;
}

hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}

label {
    color: #878787;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

*::-moz-selection {
    background: #222;
    color: #ffffff;
    text-shadow: none;
}

::-moz-selection {
    background: #222;
    color: #ffffff;
    text-shadow: none;
}

::selection {
    background: #222;
    color: #ffffff;
    text-shadow: none;
}

/*--
    - Input Placeholder
-----------------------------------------*/
*::-moz-placeholder {
    color: #222;
    font-size: 14px;
    opacity: 1;
}

*::placeholder {
    color: #222;
    font-size: 14px;
    opacity: 1;
}

/*--
    - Common Classes
-----------------------------------------*/
.fix {
    overflow: hidden;
}

.clear {
    clear: both;
}

/*--
    - Background color
-----------------------------------------*/
.grey-bg {
    background: #f6f6f6;
}

.white-bg {
    background: #ffffff;
}

.black-bg {
    background: #222;
}

.theme-bg {
    background: #a3a284;
}

/*--
    - color
-----------------------------------------*/
.white-color {
    color: #ffffff;
}

.black-color {
    color: #222;
}

.theme-color {
    color: #a3a284;
}

/*--
    - Margin & Padding
-----------------------------------------*/
/*-- Margin Top --*/
.mt-5 {
    margin-top: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*-- Margin Bottom --*/
.mb-5 {
    margin-bottom: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*-- Margin Left --*/
.ml-5 {
    margin-left: 5px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-25 {
    margin-left: 25px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-35 {
    margin-left: 35px;
}

.ml-40 {
    margin-left: 40px;
}

.ml-45 {
    margin-left: 45px;
}

.ml-50 {
    margin-left: 50px;
}

.ml-55 {
    margin-left: 55px;
}

.ml-60 {
    margin-left: 60px;
}

.ml-65 {
    margin-left: 65px;
}

.ml-70 {
    margin-left: 70px;
}

.ml-75 {
    margin-left: 75px;
}

.ml-80 {
    margin-left: 80px;
}

.ml-85 {
    margin-left: 85px;
}

.ml-90 {
    margin-left: 90px;
}

.ml-95 {
    margin-left: 95px;
}

.ml-100 {
    margin-left: 100px;
}

.ml-105 {
    margin-left: 105px;
}

.ml-110 {
    margin-left: 110px;
}

.ml-115 {
    margin-left: 115px;
}

.ml-120 {
    margin-left: 120px;
}

.ml-125 {
    margin-left: 125px;
}

.ml-130 {
    margin-left: 130px;
}

.ml-135 {
    margin-left: 135px;
}

.ml-140 {
    margin-left: 140px;
}

.ml-145 {
    margin-left: 145px;
}

.ml-150 {
    margin-left: 150px;
}

.ml-155 {
    margin-left: 155px;
}

.ml-160 {
    margin-left: 160px;
}

.ml-165 {
    margin-left: 165px;
}

.ml-170 {
    margin-left: 170px;
}

.ml-175 {
    margin-left: 175px;
}

.ml-180 {
    margin-left: 180px;
}

.ml-185 {
    margin-left: 185px;
}

.ml-190 {
    margin-left: 190px;
}

.ml-195 {
    margin-left: 195px;
}

.ml-200 {
    margin-left: 200px;
}

/*-- Margin Right --*/
.mr-5 {
    margin-right: 5px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-25 {
    margin-right: 25px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-35 {
    margin-right: 35px;
}

.mr-40 {
    margin-right: 40px;
}

.mr-45 {
    margin-right: 45px;
}

.mr-50 {
    margin-right: 50px;
}

.mr-55 {
    margin-right: 55px;
}

.mr-60 {
    margin-right: 60px;
}

.mr-65 {
    margin-right: 65px;
}

.mr-70 {
    margin-right: 70px;
}

.mr-75 {
    margin-right: 75px;
}

.mr-80 {
    margin-right: 80px;
}

.mr-85 {
    margin-right: 85px;
}

.mr-90 {
    margin-right: 90px;
}

.mr-95 {
    margin-right: 95px;
}

.mr-100 {
    margin-right: 100px;
}

.mr-105 {
    margin-right: 105px;
}

.mr-110 {
    margin-right: 110px;
}

.mr-115 {
    margin-right: 115px;
}

.mr-120 {
    margin-right: 120px;
}

.mr-125 {
    margin-right: 125px;
}

.mr-130 {
    margin-right: 130px;
}

.mr-135 {
    margin-right: 135px;
}

.mr-140 {
    margin-right: 140px;
}

.mr-145 {
    margin-right: 145px;
}

.mr-150 {
    margin-right: 150px;
}

.mr-155 {
    margin-right: 155px;
}

.mr-160 {
    margin-right: 160px;
}

.mr-165 {
    margin-right: 165px;
}

.mr-170 {
    margin-right: 170px;
}

.mr-175 {
    margin-right: 175px;
}

.mr-180 {
    margin-right: 180px;
}

.mr-185 {
    margin-right: 185px;
}

.mr-190 {
    margin-right: 190px;
}

.mr-195 {
    margin-right: 195px;
}

.mr-200 {
    margin-right: 200px;
}

/*-- Padding Top --*/
.pt-5 {
    padding-top: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*-- Padding Bottom --*/
.pb-5 {
    padding-bottom: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*-- Padding Left --*/
.pl-5 {
    padding-left: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*-- Padding Right --*/
.pr-5 {
    padding-right: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mean-container a.meanmenu-reveal {
    right: 127px;
    left: auto;
    top: 23px;
}

.bg-soft {
    padding: 0px 45px 0px 36px;
    background: #202020;
}
@media (max-width: 767px) {
    .bg-soft {
        padding: 0;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bg-soft {
        padding-top: 15px;
    }
}

.main-menu nav > ul > li.menu-item-has-children > a::after {
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-size: 13px;
    margin-left: 4px;
    font-weight: 600;
}

.section-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.5;
    color: #222222;
    font-family: "Barlow Condensed", Sans-serif;
    text-transform: uppercase;
}
@media (max-width: 767px) {
    .section-title {
        font-size: 27px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .section-title {
        font-size: 24px;
    }
}

.sub-title {
    font-size: 18px;
    font-weight: 600;
    color: #a3a284;
    text-transform: uppercase;
    font-family: "Barlow Condensed", Sans-serif;
}

.section-wrapper {
    position: relative;
    z-index: 999;
}
@media (min-width: 768px) and (max-width: 991px) {
    .section-wrapper {
        padding-top: 30px;
    }
}
.section-wrapper p {
    font-size: 16px;
    color: #666666;
    font-size: 16px;
    font-family: "Futura Std Book";
    font-weight: 400;
}
@media (min-width: 768px) and (max-width: 991px) {
    .section-wrapper p {
        font-size: 13px;
    }
}

.start-color {
    color: #ffab02;
}

.lightblue {
    background: #202227;
}

.swiper-slide.bgclr3 {
    background: #7d0b2c;
}

.background-white {
    background: #ffffff;
}

.lightbluee {
    color: #a3a284;
}

/***********************
========================
    2.  overlay
========================
************************/
[data-overlay] {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
[data-overlay]::before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
}

/*-- Overlay Color --*/
[data-overlay="light"]::before {
    background-color: #ffffff;
}

[data-overlay="dark"]::before {
    background-color: #222;
}

/*-- Overlay Opacity --*/
[data-opacity="1"]::before {
    opacity: 0.1;
}

[data-opacity="2"]::before {
    opacity: 0.2;
}

[data-opacity="3"]::before {
    opacity: 0.3;
}

[data-opacity="4"]::before {
    opacity: 0.4;
}

[data-opacity="5"]::before {
    opacity: 0.5;
}

[data-opacity="6"]::before {
    opacity: 0.6;
}

[data-opacity="7"]::before {
    opacity: 0.7;
}

[data-opacity="8"]::before {
    opacity: 0.8;
}

[data-opacity="9"]::before {
    opacity: 0.9;
}

/***********************
========================
    3.  header
========================
************************/
.gota_top li {
    display: inline-block;
    margin-right: 35px;
    position: relative;
}
.gota_top li a {
    font-size: 16px;
    font-weight: 500;
    color: #888888;
    text-transform: uppercase;
    display: block;
    padding: 12px 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.gota_top li a i {
    margin-left: 6px;
    display: inline-block;
}
.gota_top li a:hover {
    color: #a3a284;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .gota_top li a {
        font-size: 13px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .gota_top li a {
        font-size: 13px;
    }
}
.gota_top li:hover .additional_dropdown {
    transform: scaleY(1);
    top: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media (max-width: 767px) {
    .gota_lang {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .gota_right {
        float: left;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .gota_right {
        float: none;
    }
}
.gota_right ul li {
    margin-left: 18px;
    margin-right: 0;
}
@media (max-width: 767px) {
    .gota_right ul li {
        margin-left: 0;
        margin-right: 10px;
        padding-bottom: 20px;
    }
}

.additional_dropdown {
    position: absolute;
    top: 160%;
    left: 0;
    min-width: 180px;
    background: #202227;
    border-radius: 0 5px 5px;
    padding: 5px;
    transform: scaleY(0);
    transform-origin: top;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    z-index: 99999;
}
.additional_dropdown li {
    width: 100%;
    margin-right: 0;
}
.additional_dropdown li a {
    display: inline-block;
    padding: 10px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.additional_dropdown li a:hover {
    color: #a3a284;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.search_form button {
    border: 0;
    padding: 0;
    background: transparent;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .search_form button {
        margin-right: 10px;
    }
}
.search_form button i {
    color: #222222;
    font-size: 18px;
    display: inline-block;
    margin-right: 2px;
    font-weight: 500;
}
.search_form input {
    border: 0;
    font-weight: 600;
    color: #222222;
    text-transform: uppercase;
}
.search_form input::-webkit-input-placeholder {
    color: #222222;
    font-weight: 600;
}
.search_form input:-moz-placeholder {
    color: #222222;
    font-weight: 600;
}
.search_form input::-moz-placeholder {
    color: #222222;
    font-weight: 600;
}
.search_form input:-ms-input-placeholder {
    color: #222222;
    font-weight: 600;
}

@media (max-width: 767px) {
    .sidemenu.sidemenu-1 {
        top: 10px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .sidemenu.sidemenu-1 {
        top: 2%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .search_form {
        display: flex;
        justify-content: center;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .gota_search {
        padding-left: 0;
    }
}

.gota_bottom {
    padding: 0 36px;
}
@media (max-width: 767px) {
    .gota_bottom {
        padding: 18px 36px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .gota_bottom {
        padding: 6px 36px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .gota_bottom {
        padding: 20px 36px;
    }
}

@media (max-width: 767px) {
    .gota_cart {
        float: left;
    }
}

.main-menu.main-menu-3 {
    padding-left: 60px;
}

.main-menu ul {
    text-align: center;
}
.main-menu ul li {
    display: inline-block;
    margin-right: 30px;
    position: relative;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .main-menu ul li {
        margin-right: 17px;
    }
}
@media (min-width: 1200px) and (max-width: 1500px) {
    .main-menu ul li {
        margin-right: 30px;
    }
}
.main-menu ul li a {
    font-size: 16px;
    color: #222222;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    padding: 30px 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.main-menu ul li a i {
    display: inline-block;
    margin-left: 10px;
    transform: translateY(4px);
    color: #222222;
    font-weight: 600;
}
.main-menu ul li a:hover {
    color: #a3a284;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.main-menu ul li:hover .sub-menu {
    transform: scaleY(1);
    top: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.main-menu ul li:hover .mega_menu {
    transform: scaleY(1);
    top: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.main-menu ul li:hover .mega_menu_2 {
    transform: scaleY(1);
    top: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.main-menu .sub-menu {
    position: absolute;
    top: 150%;
    left: 0;
    min-width: 270px;
    background: #ffffff;
    text-align: left;
    padding: 16px 16px;
    transform: scaleY(0);
    transform-origin: top;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    z-index: 99999;
    border: 1px solid #ebebeb;
}
.main-menu .sub-menu li {
    display: block;
    margin-right: 0;
}
.main-menu .sub-menu li a {
    padding: 9px 11px;
    display: block;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    font-family: "Futura Std Book";
}

.mega_menu {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fafafa;
    padding: 56px;
    margin-right: 0;
    padding-right: 0;
    padding-left: 120px;
    background-repeat: no-repeat;
    background-size: cover;
    transform: scaleY(0);
    transform-origin: top;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    z-index: 99999;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .mega_menu {
        padding-left: 30px;
    }
}

.main-menu .mega_menu > li {
    float: left;
    width: 20%;
    margin-right: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .main-menu .mega_menu > li {
        width: 30%;
    }
}

.main-menu .mega_menu > li a {
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 300;
    display: block;
    padding: 0;
    font-family: "Futura Std Book";
}

.mega_title {
    text-align: left;
    font-size: 16px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
}

.mega_item > li {
    width: 100%;
    margin-bottom: 9px;
    text-align: left;
}

.product_thumb img {
    width: 100%;
}

.gota_cart a {
    font-size: 18px;
    font-weight: 600;
    color: #222222;
}
@media (min-width: 768px) and (max-width: 991px) {
    .gota_cart a {
        float: right;
    }
}
.gota_cart a i {
    display: inline-block;
    margin-right: 10px;
    font-size: 17px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .gota_cart.gotat_cart_1 a {
        color: #222222;
    }
}

.mega_menu_2 {
    position: absolute;
    top: 110%;
    left: 0;
    background: #fafafa;
    width: 100%;
    transform: scaleY(0);
    transform-origin: top;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    padding: 0;
    z-index: 99999;
}

.main-menu .mega_menu_2 > li {
    float: left;
    width: 33.33%;
    text-align: left;
    margin-right: 0;
}

.mega_item_2 > li {
    display: block;
    width: 100%;
}

.mega_menu_2 .mega_item_2 {
    text-align: left !important;
    padding: 15px 33px 33px 33px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}
.mega_menu_2 .mega_item_2 li {
    margin: 0;
    padding: 0;
}
.mega_menu_2 .mega_item_2 li a {
    margin: 0;
    padding: 8px 0;
    font-size: 14px;
    text-transform: capitalize;
    color: #ffffff;
    text-transform: capitalize;
}

.mega_title_2 {
    padding-left: 5%;
    padding-top: 10%;
    color: #ffffff;
    font-size: 18px;
}

.bgclr2 {
    background: #d33333;
}

.search2 input {
    background: transparent;
    width: 0;
}

.main-menu.white-color ul li a {
    color: #ffffff;
}
.main-menu.white-color ul li a:hover {
    color: #a3a284;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.sub-menu.white-color li a {
    color: #222222 !important;
}

.mega_item.white-color li a {
    color: #222222 !important;
}

.search_form.search2 button i {
    color: #ffffff;
}

.search2 span {
    color: #ffffff;
    text-transform: uppercase;
}

.gota_cart.cart-2 a {
    color: #ffffff;
}

.gota_top_3 {
    background: #202020;
}

.popup_offer p {
    font-size: 12px;
    color: #888888;
    text-align: center;
}
.popup_offer p span {
    color: #a3a284;
}

.gota_call p {
    font-size: 16px;
    font-weight: 700;
    color: #222222;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .gota_call p {
        font-size: 14px;
    }
}
.gota_call p i {
    display: inline-block;
    transform: rotate(-40deg);
    margin-right: 10px;
}

.gota_vertical_menu {
    position: relative;
}
.gota_vertical_menu ul li {
    display: inline-block;
    margin: 0 20px;
    margin-right: -5px;
}
@media (min-width: 1200px) and (max-width: 1500px) {
    .gota_vertical_menu ul li {
        margin: 0 6px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .gota_vertical_menu ul li {
        margin: 0 14px 0 0;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .gota_vertical_menu ul li {
        margin-right: 4px;
        margin-left: 0;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .gota_vertical_menu ul li {
        margin-right: 8px;
        margin-left: 0;
    }
}
.gota_vertical_menu ul li a {
    font-size: 16px;
    font-weight: 700;
    color: #222222;
    text-transform: uppercase;
}
@media (min-width: 1200px) and (max-width: 1500px) {
    .gota_vertical_menu ul li a {
        font-size: 12px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .gota_vertical_menu ul li a {
        font-size: 15px !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .gota_vertical_menu ul li a {
        font-size: 12px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .gota_vertical_menu ul li a {
        font-size: 11px;
    }
}
.gota_vertical_menu::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 2px;
    background: #ebebeb;
    right: -39px;
}

.sidemenu.sidemenu-3 {
    top: -58px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .sidemenu.sidemenu-3 {
        top: -74px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .sidemenu.sidemenu-3 {
        top: -74px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .sidemenu.sidemenu-1 a {
        color: #222222;
    }
}

.vertical-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 267px;
    z-index: 9999;
    background: #ffffff;
    padding: 36px 0;
}

.gota_vertical_menu .vertical-dropdown li {
    display: block;
    border-top: 1px solid #ddd;
    padding: 13px 15px 10px 34px;
    margin: 0;
}
@media (min-width: 1200px) and (max-width: 1500px) {
    .gota_vertical_menu .vertical-dropdown li {
        padding: 8px 15px;
    }
}

.gota_vertical_menu .vertical-dropdown li a {
    font-size: 13px;
    color: #222222;
    font-weight: 400;
    font-family: "Futura Std Book";
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
@media (min-width: 1200px) and (max-width: 1500px) {
    .gota_vertical_menu .vertical-dropdown li a {
        font-size: 13px;
    }
}
.gota_vertical_menu .vertical-dropdown li a:hover {
    color: #a3a284;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media (min-width: 768px) and (max-width: 991px) {
    .c-border {
        padding: 30px 0;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .c-border {
        padding: 30px 0;
    }
}
@media (max-width: 767px) {
    .c-border {
        padding: 30px 0;
    }
}
.c-border::before {
    position: absolute;
    top: 85px;
    left: 0px;
    height: 1px;
    width: 100%;
    background: #ddd;
    content: "";
}

.vertical_mega_menu {
    position: absolute;
    width: 800px;
    height: 420px;
    background: #ffffff;
    z-index: 999;
    left: 101%;
    top: 56px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    padding: 40px 0 40px 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
}

.gota_vertical_menu
    .vertical-dropdown
    .vertical_mega_menu
    .vertical_mega_item
    li {
    border: 0;
    padding: 0;
    margin: 0;
    padding-top: 5px;
}

.gota_vertical_menu
    .vertical-dropdown
    .vertical_mega_menu
    .vertical_mega_item
    li
    a {
    font-size: 12px;
    color: #666666;
    font-weight: 400;
    display: block;
    padding: 1px 0;
}
.gota_vertical_menu
    .vertical-dropdown
    .vertical_mega_menu
    .vertical_mega_item
    li
    a:hover {
    color: #222222;
}

.vertical_mega_menu > li h4 {
    text-transform: uppercase;
    color: #222222;
    font-weight: 600;
}

.vertical_mega_menu > li {
    float: left;
    width: 20.33%;
    width: 200px;
}

.vertical_mega_menu > li img {
    width: 100%;
}

.vertical-dropdown > li > a i {
    margin-left: 100px;
}

.vertical-dropdown > li:hover .vertical_mega_menu {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.vertical-dropdown {
    display: none;
}

.search__input {
    position: relative;
}
.search__input input {
    width: 700px;
    border-radius: 50px;
    border: 1px solid #ddd;
    padding: 10px 58px;
    background: #f9f9f9;
    height: 54px;
}
@media (min-width: 1200px) and (max-width: 1500px) {
    .search__input input {
        width: 480px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .search__input input {
        width: 400px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .search__input input {
        width: 300px;
        position: relative;
        z-index: 9999;
    }
}
.search__input input::-webkit-input-placeholder {
    font-size: 16px;
    color: #666666;
    font-family: "Futura Std Book";
}
.search__input input:-moz-placeholder {
    font-size: 16px;
    color: #666666;
    font-family: "Futura Std Book";
}
.search__input input::-moz-placeholder {
    font-size: 16px;
    color: #666666;
    font-family: "Futura Std Book";
}
.search__input input:-ms-input-placeholder {
    font-size: 16px;
    color: #666666;
    font-family: "Futura Std Book";
}

.search {
    top: 50%;
    transform: translateY(-50%);
    left: 14%;
}

.close {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
@media (min-width: 1200px) and (max-width: 1500px) {
    .close {
        right: 76px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .close {
        right: -97px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .close {
        right: 40%;
    }
}

.gota_lang_3 {
    position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
    .gota_lang_3 {
        float: right;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .gota_lang_3 {
        margin-left: 0;
        float: right;
    }
}
.gota_lang_3 ul li a {
    font-size: 12px;
}

.gota_cart_3 {
    right: 51px;
    top: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .gota_cart_3 {
        right: -142px;
        top: -54px;
    }
}
@media (min-width: 1200px) and (max-width: 1500px) {
    .gota_cart_3 {
        right: 45px;
    }
}
.gota_cart_3 i {
    display: inline-block;
    margin-right: 36px;
    font-size: 24px;
    padding-top: 8px;
}
@media (min-width: 768px) and (max-width: 991px) {
    .gota_cart_3 i {
        padding-top: 8px;
    }
}
.gota_cart_3 a {
    background: #a3a284;
    padding: 16px 60px;
    color: #ffffff;
    border-radius: 3px;
    font-size: 16px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .gota_cart_3 a {
        padding: 10px 25px;
        font-size: 12px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .gota_cart_3 a {
        padding: 23px 50px;
    }
}
@media (min-width: 1200px) and (max-width: 1500px) {
    .gota_cart_3 a {
        padding: 16px 38px;
    }
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .gota_call {
        margin-left: -37px;
    }
}

.gota_top_bg li {
    margin-right: 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .gota_top_bg li {
        margin-right: 20px;
    }
}
@media (min-width: 1200px) and (max-width: 1500px) {
    .gota_top_bg li {
        margin-right: 14px;
    }
}

input::-webkit-input-placeholder {
    color: #c1c1c1;
}
input:-moz-placeholder {
    color: #c1c1c1;
}
input::-moz-placeholder {
    color: #c1c1c1;
}
input:-ms-input-placeholder {
    color: #c1c1c1;
}

.border-bottomm {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 20px;
}

.gota_bottom_3 {
    padding: 0px 45px 0px 45px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .gota_bottom_3 {
        padding: 16px 45px 16px 45px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .gota_bottom_3 {
        padding: 13px 45px 14px 45px;
    }
}

.main-menu-3 ul {
    text-align: left;
}

.Message__customer li {
    display: inline-block;
    color: #888888;
    font-size: 14px;
    font-family: "Futura Std Book";
    margin-right: 70px;
    position: relative;
}
@media (min-width: 1200px) and (max-width: 1500px) {
    .Message__customer li {
        margin-right: 30px;
        font-size: 13px;
    }
}
.Message__customer li:first-child::before {
    width: 0;
}
.Message__customer li::before {
    position: absolute;
    top: 0;
    left: -35px;
    width: 1px;
    height: 100%;
    background: #3d4964;
    content: "";
}
@media (min-width: 1200px) and (max-width: 1500px) {
    .Message__customer li::before {
        left: -17px;
    }
}

.header-area.home-4 {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 800px;
}

.background-white {
    background: #ffffff;
    padding: 18px;
    position: relative;
    padding-top: 24px;
}

@media (max-width: 767px) {
    .gota_cart_4 {
        margin-top: -29px;
        margin-left: 38px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .gota_cart_4 {
        margin-top: 0px;
    }
}
.gota_cart_4 a {
    padding: 10px 30px;
}
@media (max-width: 767px) {
    .gota_cart_4 a i {
        font-size: 12px;
    }
}
@media (max-width: 767px) {
    .gota_cart_4 a {
        padding: 12px 23px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .gota_cart {
        position: absolute;
        right: 100px;
        top: 9px;
    }
}
@media (min-width: 768px) and (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
    .gota_cart a {
        color: #ffffff;
    }
}
.gota_cart:is(.gota_cart_4) {
    position: static;
}

@media (min-width: 768px) and (max-width: 991px) {
    .gota_cart.cart-2 {
        right: 100px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .gota_bottom.gota_bottom_2 {
        padding: 7px 36px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .gota_cart_3 {
        top: 0;
        right: -167px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .gota_cart_3 {
        top: 6px;
        right: -296px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .gota_cart_3 a {
        padding: 9px 23px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .gota_cart_3 a {
        font-size: 16px;
        text-transform: uppercase;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .gota_cart_3 a i {
        font-size: 16px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .gota_cart_3 a i {
        font-size: 13;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .gota_top_bg_3 {
        padding-left: 0;
        padding-top: 10px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .gota_top_bg_3 {
        padding: 13px 19px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .gota_call {
        padding-top: 7px;
        float: none;
    }
}

.main-menu-3 ul li {
    margin-right: 35px;
}
.main-menu-3 ul li a {
    padding: 20px 0;
}

.background-white.white-1 {
    padding-bottom: 0;
}

/* mobile menu css */
.side-toggle {
    background: none;
    border: 0;
    padding: 0;
}

.side-menu-icon i {
    color: #fff;
    font-size: 32px;
    cursor: pointer;
}

.side-info {
    background: #152136;
    width: 300px;
    height: 100%;
    position: fixed;
    right: -100%;
    top: 0;
    padding: 30px;
    transition: 0.6s;
    overflow-y: scroll;
    z-index: 999999999;
}

.side-info.info-open {
    right: 0;
}

.side-info-close {
    background: none;
    border: 0;
    color: #fff;
    font-size: 20px;
    padding: 0;
    margin-bottom: 20px;
}

.side-info-content h1 {
    color: #fff;
    font-size: 29px;
}

.offcanvas-overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #000;
    height: 100%;
    width: 100%;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
}

.offcanvas-overlay.overlay-open {
    opacity: 0.5;
    visibility: visible;
}

/* mean menu customize */
.mean-container a.meanmenu-reveal {
    display: none;
}

.mean-container .mean-nav {
    background: none;
    margin-top: 0;
}

.mean-container .mean-bar {
    padding: 0;
    min-height: auto;
    background: none;
}

.mean-container .mean-nav > ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
    display: block !important;
}

.mean-container a.meanmenu-reveal {
    display: none !important;
}

.mean-container .mean-nav ul li a {
    width: 100%;
    padding: 10px 0;
    color: #fff;
    border-top: 1px solid #2a3a57;
    font-size: 13px;
}

.mean-container .mean-nav ul li a.mean-expand {
    margin-top: 0px;
    height: 15px;
    padding: 12px 12px !important;
    line-height: 14px;
}

.mean-container .mean-nav > ul > li:first-child a {
    border-top: 0;
}

.mobile-menu.mean-container {
    overflow: hidden;
    margin-bottom: 40px;
}

/***********************
========================
    4.  slider
========================
************************/
.height {
    max-height: 838px;
}
@media (max-width: 767px) {
    .height {
        height: 300px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .height {
        height: 600px;
    }
}

.slider-item {
    width: 100%;
    background: #ffab02;
    height: 830px;
}

.slider-item.bgclr2 {
    background: #d33333;
}

.slider_images {
    position: relative;
}

.top {
    position: absolute;
    top: 400px;
    left: 0;
    transform: translateY(-50%);
    z-index: 9;
}
@media (max-width: 767px) {
    .top {
        top: 150px;
        left: 0;
    }
}

.back {
    position: absolute;
    top: 50px;
    left: 400px;
    transform: translateY(-50%);
    z-index: 999;
    animation: float-bob-y 2s infinite;
}
@media (max-width: 767px) {
    .back {
        left: 0px;
        top: 0px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .back {
        left: 0px;
        top: 0px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .back {
        top: 73px;
        left: 0;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .back {
        top: 73px;
        left: 0;
    }
}
@media (min-width: 1200px) and (max-width: 1500px) {
    .back {
        top: 73px;
        left: 0;
    }
}

.left_text {
    position: relative;
}
.left_text h2 {
    font-size: 128px;
    color: #ffffff;
    font-weight: 700;
    -text-fill-color: #d33333;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #d33333;
    text-align: right;
    text-transform: uppercase;
    padding-top: 130px;
    text-align: center;
}
.left_text h3 {
    font-size: 150px;
}

.common-absoulute.changevalue {
    position: absolute;
    left: -74px;
    top: 36%;
    animation: float-bob-x 5s infinite;
}
@media (min-width: 768px) and (max-width: 991px) {
    .common-absoulute.changevalue {
        left: 100px;
    }
}

.changevalu2 {
    position: absolute;
    bottom: -61px;
    left: -33%;
    animation: fadeIn 2s infinite linear;
}

.changevalu3 {
    position: absolute;
    right: -50px;
    top: 50%;
}

.righ-images {
    position: relative;
}

.common-absoulute.ab-2 {
    top: -96px;
    right: -81px;
    position: absolute;
    animation: float-bob-y 2s infinite;
    max-width: inherit;
}

.ab-3 {
    position: absolute;
    top: 30%;
    left: 39%;
    animation: animationFramesTwo 30s alternate infinite linear;
}

.ab-4 {
    position: absolute;
    right: -165px;
    top: 0;
    animation: animationFramesOne 10s infinite linear;
}

.ab-5 {
    position: absolute;
    bottom: 0;
    left: 82%;
    animation: rubberBand 3s infinite linear;
}

.ab-6 {
    position: absolute;
    bottom: 10%;
    right: -22%;
    animation: shakeY 15s infinite linear;
}

.changevalue.slide2up {
    top: 20%;
}

.changevalu2.bottomleft {
    bottom: -16%;
    left: -14%;
}

.header-area.header-transparent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

.common-absoulute.ab-6.ab-66 {
    bottom: -100%;
}

.height.hight2 {
    min-height: 1000px;
}

.swiper-slide {
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}

.slider__content i {
    display: inline-block;
    margin-right: 31px;
}
.slider__content h4 {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
}
.slider__content h2 {
    font-size: 90px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
}
@media (max-width: 767px) {
    .slider__content h2 {
        font-size: 60px;
    }
}
.slider__content a {
    display: inline-block;
    padding: 15px 65px;
    background: #ffffff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #333333;
    position: relative;
    z-index: 999;
}
.slider__content a::before {
    position: absolute;
    border: 1px solid #fff;
    content: "";
    height: 100%;
    width: 100%;
    left: 8px;
    top: 7px;
    z-index: -2;
}
.slider__content a::after {
    position: absolute;
    content: "";
    width: 0%;
    height: 100%;
    background: #7c0c2c;
    visibility: hidden;
    opacity: 0;
    left: 0;
    top: 0;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    z-index: -1;
}
.slider__content a:hover::after {
    visibility: visible;
    opacity: 1;
    width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    border: 1px solid #fff;
}
.slider__content a:hover {
    color: #ffffff;
}

.absoulute {
    position: absolute;
}

.play {
    right: 83px;
    bottom: 200px;
    color: #fff;
    font-weight: 700;
    z-index: 9999999;
}

.pause {
    right: 50px;
    bottom: 200px;
    color: #fff;
    font-weight: 700;
    z-index: 9999999;
}

.text_3 {
    font-size: 400px;
    text-transform: uppercase;
    color: #6e0724;
    left: 28%;
    bottom: -71px;
    text-align: center;
    z-index: 9;
    font-weight: 700;
    animation: pulse 2s infinite;
}

.slider__content,
.slider_image_3 {
    position: relative;
    z-index: 999;
}

.slider-4 {
    min-height: 950px;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (min-width: 1200px) and (max-width: 1500px) {
    .slider-4 {
        min-height: 650px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .slider-4 {
        min-height: 550px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .slider-4 {
        min-height: 450px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-4 {
        min-height: 350px;
    }
}
@media (max-width: 767px) {
    .slider-4 {
        min-height: 350px;
    }
}

.slider-text h2 {
    font-size: 300px;
    font-weight: 700;
    text-transform: uppercase;
    -text-fill-color: #f6f6f6;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    position: absolute;
    z-index: 1;
    top: 136px;
    text-align: center;
}

.mt-top {
    transform: translateY(-90px);
}

.categories_area_4 {
    min-height: 860px;
    margin-top: -178px;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (min-width: 768px) and (max-width: 991px) {
    .categories_area_4 {
        min-height: 450px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .categories_area_4 {
        min-height: 350px;
    }
}

.box-layout-2 {
    margin-top: -130px;
}

.image-width {
    height: 396px;
}
.image-width img {
    height: 100%;
}

@media (min-width: 768px) and (max-width: 991px) {
    .slider-active.swiper-container.height.swiper-container-initialized.swiper-container-vertical.swiper-container-pointer-events {
        margin-top: 32px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .slider-active.slider-2.swiper-container.height.swiper-container-initialized.swiper-container-vertical.swiper-container-pointer-events {
        margin-top: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .gota_search {
        padding-top: 10px;
    }
}

.slider-active .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 0;
    background: #000;
    opacity: 0.2;
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 50px;
    top: 50%;
    transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical
    > .swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 14px 0;
    display: block;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .testimonial-area {
        padding-top: 56px;
    }
}

/*
==========================================
5.  custom-animation
==========================================
*/
@keyframes square {
    0% {
        transform: translateY(-100px);
        -webkit-transform: translateY(-100px);
        -moz-transform: translateY(-100px);
        -ms-transform: translateY(-100px);
        -o-transform: translateY(-100px);
    }
    100% {
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
    }
}
@-webkit-keyframes jump {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40% {
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes jump {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40% {
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@-webkit-keyframes rotated {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotated {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes rotatedHalf {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    50% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}
@keyframes rotatedHalf {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    50% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}
@-webkit-keyframes rotatedHalfTwo {
    0% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}
@keyframes rotatedHalfTwo {
    0% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}
.float-bob {
    animation: float-bob-y infinite 3s linear;
}

@-webkit-keyframes scale-upOne {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
    }
}
@keyframes scale-upOne {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
    }
}
@-webkit-keyframes scale-right {
    0% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    50% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }
    100% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
@keyframes scale-right {
    0% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    50% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }
    100% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
@-webkit-keyframes fade-in {
    0% {
        opacity: 0.7;
    }
    40% {
        opacity: 1;
    }
    100% {
        opacity: 0.7;
    }
}
@keyframes fade-in {
    0% {
        opacity: 0.7;
    }
    40% {
        opacity: 1;
    }
    100% {
        opacity: 0.7;
    }
}
@keyframes hvr-ripple-out {
    0% {
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        opacity: 1;
    }
    100% {
        top: -6px;
        right: -6px;
        bottom: -6px;
        left: -6px;
        opacity: 0;
    }
}
@keyframes hvr-ripple-out-two {
    0% {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 1;
    }
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
    }
}
@-webkit-keyframes scale-up-one {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    40% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes scale-up-one {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    40% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-webkit-keyframes scale-up-two {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    40% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
}
@keyframes scale-up-two {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    40% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
}
@-webkit-keyframes scale-up-three {
    0% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
    40% {
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
    }
    100% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
}
@keyframes scale-up-three {
    0% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
    40% {
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
    }
    100% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
}
@-webkit-keyframes scale-up-four {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
    }
    40% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}
@keyframes scale-up-four {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
    }
    40% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}
@-webkit-keyframes scale-up-five {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    40% {
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
    }
    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}
@keyframes scale-up-five {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    40% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}
@keyframes animationFramesOne {
    0% {
        transform: translate(0px, 0px) rotate(0deg);
    }
    20% {
        transform: translate(73px, -1px) rotate(36deg);
    }
    40% {
        transform: translate(141px, 72px) rotate(72deg);
    }
    60% {
        transform: translate(83px, 122px) rotate(108deg);
    }
    80% {
        transform: translate(-40px, 72px) rotate(144deg);
    }
    100% {
        transform: translate(0px, 0px) rotate(0deg);
    }
}
@-webkit-keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
    }
    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
    }
    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
    }
    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
    }
    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
    }
}
@keyframes animationFramesTwo {
    0% {
        transform: translate(0px, 0px) rotate(0deg) scale(1);
    }
    20% {
        transform: translate(73px, -1px) rotate(36deg) scale(0.9);
    }
    40% {
        transform: translate(141px, 72px) rotate(72deg) scale(1);
    }
    60% {
        transform: translate(83px, 122px) rotate(108deg) scale(1.2);
    }
    80% {
        transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
    }
    100% {
        transform: translate(0px, 0px) rotate(0deg) scale(1);
    }
}
@-webkit-keyframes animationFramesTwo {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
    }
    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg) scale(0.9);
    }
    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg) scale(1);
    }
    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg) scale(1.2);
    }
    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
    }
}
@keyframes animationFramesThree {
    0% {
        transform: translate(165px, -179px);
    }
    100% {
        transform: translate(-346px, 617px);
    }
}
@-webkit-keyframes animationFramesThree {
    0% {
        -webkit-transform: translate(165px, -179px);
    }
    100% {
        -webkit-transform: translate(-346px, 617px);
    }
}
@keyframes animationFramesFour {
    0% {
        transform: translate(-300px, 151px) rotate(0deg);
    }
    100% {
        transform: translate(251px, -200px) rotate(180deg);
    }
}
@-webkit-keyframes animationFramesFour {
    0% {
        -webkit-transform: translate(-300px, 151px) rotate(0deg);
    }
    100% {
        -webkit-transform: translate(251px, -200px) rotate(180deg);
    }
}
@keyframes animationFramesFive {
    0% {
        transform: translate(61px, -99px) rotate(0deg);
    }
    21% {
        transform: translate(4px, -190px) rotate(38deg);
    }
    41% {
        transform: translate(-139px, -200px) rotate(74deg);
    }
    60% {
        transform: translate(-263px, -164px) rotate(108deg);
    }
    80% {
        transform: translate(-195px, -49px) rotate(144deg);
    }
    100% {
        transform: translate(-1px, 0px) rotate(180deg);
    }
}
@-webkit-keyframes animationFramesFive {
    0% {
        -webkit-transform: translate(61px, -99px) rotate(0deg);
    }
    21% {
        -webkit-transform: translate(4px, -190px) rotate(38deg);
    }
    41% {
        -webkit-transform: translate(-139px, -200px) rotate(74deg);
    }
    60% {
        -webkit-transform: translate(-263px, -164px) rotate(108deg);
    }
    80% {
        -webkit-transform: translate(-195px, -49px) rotate(144deg);
    }
    100% {
        -webkit-transform: translate(-1px, 0px) rotate(180deg);
    }
}
@keyframes gradientBG {
    0% {
        background-position: 0 0;
    }
    50% {
        background-position: 300% 0;
    }
    100% {
        background-position: 0 0;
    }
}
@-webkit-keyframes gradientBG {
    0% {
        background-position: 0 0;
    }
    50% {
        background-position: 300% 0;
    }
    100% {
        background-position: 0 0;
    }
}
@keyframes imageBgAnim {
    0% {
        background-position: 0 0;
    }
    50% {
        background-position: 120% 0;
    }
    100% {
        background-position: 0 0;
    }
}
@-webkit-keyframes gradientBG {
    0% {
        background-position: 0 0;
    }
    50% {
        background-position: 120% 0;
    }
    100% {
        background-position: 0 0;
    }
}
:root {
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1;
}

.animate__animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animate__animated.animate__infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animate__animated.animate__repeat-1 {
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: var(--animate-repeat);
    animation-iteration-count: var(--animate-repeat);
}

.animate__animated.animate__repeat-2 {
    -webkit-animation-iteration-count: 2;
    animation-iteration-count: 2;
    -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
    animation-iteration-count: calc(var(--animate-repeat) * 2);
}

.animate__animated.animate__repeat-3 {
    -webkit-animation-iteration-count: 3;
    animation-iteration-count: 3;
    -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
    animation-iteration-count: calc(var(--animate-repeat) * 3);
}

.animate__animated.animate__delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-delay: var(--animate-delay);
    animation-delay: var(--animate-delay);
}

.animate__animated.animate__delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-delay: calc(var(--animate-delay) * 2);
    animation-delay: calc(var(--animate-delay) * 2);
}

.animate__animated.animate__delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    -webkit-animation-delay: calc(var(--animate-delay) * 3);
    animation-delay: calc(var(--animate-delay) * 3);
}

.animate__animated.animate__delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
    -webkit-animation-delay: calc(var(--animate-delay) * 4);
    animation-delay: calc(var(--animate-delay) * 4);
}

.animate__animated.animate__delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
    -webkit-animation-delay: calc(var(--animate-delay) * 5);
    animation-delay: calc(var(--animate-delay) * 5);
}

.animate__animated.animate__faster {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-duration: calc(var(--animate-duration) / 2);
    animation-duration: calc(var(--animate-duration) / 2);
}

.animate__animated.animate__fast {
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
    animation-duration: calc(var(--animate-duration) * 0.8);
}

.animate__animated.animate__slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-duration: calc(var(--animate-duration) * 2);
    animation-duration: calc(var(--animate-duration) * 2);
}

.animate__animated.animate__slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-duration: calc(var(--animate-duration) * 3);
    animation-duration: calc(var(--animate-duration) * 3);
}

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

    .animate__animated[class*="Out"] {
        opacity: 0;
    }
}
@-webkit-keyframes bounce {
    0%,
    20%,
    53%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(
            0.755,
            0.05,
            0.855,
            0.06
        );
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
        transform: translate3d(0, -30px, 0) scaleY(1.1);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(
            0.755,
            0.05,
            0.855,
            0.06
        );
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
        transform: translate3d(0, -15px, 0) scaleY(1.05);
    }
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translateZ(0) scaleY(0.95);
        transform: translateZ(0) scaleY(0.95);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
        transform: translate3d(0, -4px, 0) scaleY(1.02);
    }
}
@keyframes bounce {
    0%,
    20%,
    53%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(
            0.755,
            0.05,
            0.855,
            0.06
        );
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
        transform: translate3d(0, -30px, 0) scaleY(1.1);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(
            0.755,
            0.05,
            0.855,
            0.06
        );
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
        transform: translate3d(0, -15px, 0) scaleY(1.05);
    }
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translateZ(0) scaleY(0.95);
        transform: translateZ(0) scaleY(0.95);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
        transform: translate3d(0, -4px, 0) scaleY(1.02);
    }
}
.animate__bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

@-webkit-keyframes flash {
    0%,
    50%,
    to {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}
@keyframes flash {
    0%,
    50%,
    to {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}
.animate__flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}
@keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}
.animate__pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}
@keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}
.animate__rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

@-webkit-keyframes shakeX {
    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}
@keyframes shakeX {
    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}
.animate__shakeX {
    -webkit-animation-name: shakeX;
    animation-name: shakeX;
}

@-webkit-keyframes shakeY {
    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
}
@keyframes shakeY {
    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
}
.animate__shakeY {
    -webkit-animation-name: shakeY;
    animation-name: shakeY;
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
.animate__headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
.animate__swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}
@keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}
.animate__tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes wobble {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.animate__wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

@-webkit-keyframes jello {
    0%,
    11.1%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }
    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}
@keyframes jello {
    0%,
    11.1%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }
    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}
.animate__jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center;
}

@-webkit-keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.animate__heartBeat {
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-duration: calc(var(--animate-duration) * 1.3);
    animation-duration: calc(var(--animate-duration) * 1.3);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

@-webkit-keyframes backInDown {
    0% {
        -webkit-transform: translateY(-1200px) scale(0.7);
        transform: translateY(-1200px) scale(0.7);
        opacity: 0.7;
    }
    80% {
        -webkit-transform: translateY(0) scale(0.7);
        transform: translateY(0) scale(0.7);
        opacity: 0.7;
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
@keyframes backInDown {
    0% {
        -webkit-transform: translateY(-1200px) scale(0.7);
        transform: translateY(-1200px) scale(0.7);
        opacity: 0.7;
    }
    80% {
        -webkit-transform: translateY(0) scale(0.7);
        transform: translateY(0) scale(0.7);
        opacity: 0.7;
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
.animate__backInDown {
    -webkit-animation-name: backInDown;
    animation-name: backInDown;
}

@-webkit-keyframes backInLeft {
    0% {
        -webkit-transform: translateX(-2000px) scale(0.7);
        transform: translateX(-2000px) scale(0.7);
        opacity: 0.7;
    }
    80% {
        -webkit-transform: translateX(0) scale(0.7);
        transform: translateX(0) scale(0.7);
        opacity: 0.7;
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
@keyframes backInLeft {
    0% {
        -webkit-transform: translateX(-2000px) scale(0.7);
        transform: translateX(-2000px) scale(0.7);
        opacity: 0.7;
    }
    80% {
        -webkit-transform: translateX(0) scale(0.7);
        transform: translateX(0) scale(0.7);
        opacity: 0.7;
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
.animate__backInLeft {
    -webkit-animation-name: backInLeft;
    animation-name: backInLeft;
}

@-webkit-keyframes backInRight {
    0% {
        -webkit-transform: translateX(2000px) scale(0.7);
        transform: translateX(2000px) scale(0.7);
        opacity: 0.7;
    }
    80% {
        -webkit-transform: translateX(0) scale(0.7);
        transform: translateX(0) scale(0.7);
        opacity: 0.7;
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
@keyframes backInRight {
    0% {
        -webkit-transform: translateX(2000px) scale(0.7);
        transform: translateX(2000px) scale(0.7);
        opacity: 0.7;
    }
    80% {
        -webkit-transform: translateX(0) scale(0.7);
        transform: translateX(0) scale(0.7);
        opacity: 0.7;
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
.animate__backInRight {
    -webkit-animation-name: backInRight;
    animation-name: backInRight;
}

@-webkit-keyframes backInUp {
    0% {
        -webkit-transform: translateY(1200px) scale(0.7);
        transform: translateY(1200px) scale(0.7);
        opacity: 0.7;
    }
    80% {
        -webkit-transform: translateY(0) scale(0.7);
        transform: translateY(0) scale(0.7);
        opacity: 0.7;
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
@keyframes backInUp {
    0% {
        -webkit-transform: translateY(1200px) scale(0.7);
        transform: translateY(1200px) scale(0.7);
        opacity: 0.7;
    }
    80% {
        -webkit-transform: translateY(0) scale(0.7);
        transform: translateY(0) scale(0.7);
        opacity: 0.7;
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
.animate__backInUp {
    -webkit-animation-name: backInUp;
    animation-name: backInUp;
}

@-webkit-keyframes backOutDown {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    20% {
        -webkit-transform: translateY(0) scale(0.7);
        transform: translateY(0) scale(0.7);
        opacity: 0.7;
    }
    to {
        -webkit-transform: translateY(700px) scale(0.7);
        transform: translateY(700px) scale(0.7);
        opacity: 0.7;
    }
}
@keyframes backOutDown {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    20% {
        -webkit-transform: translateY(0) scale(0.7);
        transform: translateY(0) scale(0.7);
        opacity: 0.7;
    }
    to {
        -webkit-transform: translateY(700px) scale(0.7);
        transform: translateY(700px) scale(0.7);
        opacity: 0.7;
    }
}
.animate__backOutDown {
    -webkit-animation-name: backOutDown;
    animation-name: backOutDown;
}

@-webkit-keyframes backOutLeft {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    20% {
        -webkit-transform: translateX(0) scale(0.7);
        transform: translateX(0) scale(0.7);
        opacity: 0.7;
    }
    to {
        -webkit-transform: translateX(-2000px) scale(0.7);
        transform: translateX(-2000px) scale(0.7);
        opacity: 0.7;
    }
}
@keyframes backOutLeft {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    20% {
        -webkit-transform: translateX(0) scale(0.7);
        transform: translateX(0) scale(0.7);
        opacity: 0.7;
    }
    to {
        -webkit-transform: translateX(-2000px) scale(0.7);
        transform: translateX(-2000px) scale(0.7);
        opacity: 0.7;
    }
}
.animate__backOutLeft {
    -webkit-animation-name: backOutLeft;
    animation-name: backOutLeft;
}

@-webkit-keyframes backOutRight {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    20% {
        -webkit-transform: translateX(0) scale(0.7);
        transform: translateX(0) scale(0.7);
        opacity: 0.7;
    }
    to {
        -webkit-transform: translateX(2000px) scale(0.7);
        transform: translateX(2000px) scale(0.7);
        opacity: 0.7;
    }
}
@keyframes backOutRight {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    20% {
        -webkit-transform: translateX(0) scale(0.7);
        transform: translateX(0) scale(0.7);
        opacity: 0.7;
    }
    to {
        -webkit-transform: translateX(2000px) scale(0.7);
        transform: translateX(2000px) scale(0.7);
        opacity: 0.7;
    }
}
.animate__backOutRight {
    -webkit-animation-name: backOutRight;
    animation-name: backOutRight;
}

@-webkit-keyframes backOutUp {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    20% {
        -webkit-transform: translateY(0) scale(0.7);
        transform: translateY(0) scale(0.7);
        opacity: 0.7;
    }
    to {
        -webkit-transform: translateY(-700px) scale(0.7);
        transform: translateY(-700px) scale(0.7);
        opacity: 0.7;
    }
}
@keyframes backOutUp {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    20% {
        -webkit-transform: translateY(0) scale(0.7);
        transform: translateY(0) scale(0.7);
        opacity: 0.7;
    }
    to {
        -webkit-transform: translateY(-700px) scale(0.7);
        transform: translateY(-700px) scale(0.7);
        opacity: 0.7;
    }
}
.animate__backOutUp {
    -webkit-animation-name: backOutUp;
    animation-name: backOutUp;
}

@-webkit-keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}
@keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}
.animate__bounceIn {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
    animation-duration: calc(var(--animate-duration) * 0.75);
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
        transform: translate3d(0, -3000px, 0) scaleY(3);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
        transform: translate3d(0, 25px, 0) scaleY(0.9);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
        transform: translate3d(0, -10px, 0) scaleY(0.95);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
        transform: translate3d(0, 5px, 0) scaleY(0.985);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
        transform: translate3d(0, -3000px, 0) scaleY(3);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
        transform: translate3d(0, 25px, 0) scaleY(0.9);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
        transform: translate3d(0, -10px, 0) scaleY(0.95);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
        transform: translate3d(0, 5px, 0) scaleY(0.985);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.animate__bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
        transform: translate3d(-3000px, 0, 0) scaleX(3);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
        transform: translate3d(25px, 0, 0) scaleX(1);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
        transform: translate3d(-10px, 0, 0) scaleX(0.98);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
        transform: translate3d(5px, 0, 0) scaleX(0.995);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
        transform: translate3d(-3000px, 0, 0) scaleX(3);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
        transform: translate3d(25px, 0, 0) scaleX(1);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
        transform: translate3d(-10px, 0, 0) scaleX(0.98);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
        transform: translate3d(5px, 0, 0) scaleX(0.995);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.animate__bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
        transform: translate3d(3000px, 0, 0) scaleX(3);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
        transform: translate3d(-25px, 0, 0) scaleX(1);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
        transform: translate3d(10px, 0, 0) scaleX(0.98);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
        transform: translate3d(-5px, 0, 0) scaleX(0.995);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
        transform: translate3d(3000px, 0, 0) scaleX(3);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
        transform: translate3d(-25px, 0, 0) scaleX(1);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
        transform: translate3d(10px, 0, 0) scaleX(0.98);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
        transform: translate3d(-5px, 0, 0) scaleX(0.995);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.animate__bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
        transform: translate3d(0, 3000px, 0) scaleY(5);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
        transform: translate3d(0, -20px, 0) scaleY(0.9);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
        transform: translate3d(0, 10px, 0) scaleY(0.95);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
        transform: translate3d(0, -5px, 0) scaleY(0.985);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
        transform: translate3d(0, 3000px, 0) scaleY(5);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
        transform: translate3d(0, -20px, 0) scaleY(0.9);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
        transform: translate3d(0, 10px, 0) scaleY(0.95);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
        transform: translate3d(0, -5px, 0) scaleY(0.985);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.animate__bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}
@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}
.animate__bounceOut {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
    animation-duration: calc(var(--animate-duration) * 0.75);
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
        transform: translate3d(0, 10px, 0) scaleY(0.985);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
        transform: translate3d(0, -20px, 0) scaleY(0.9);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
        transform: translate3d(0, 2000px, 0) scaleY(3);
    }
}
@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
        transform: translate3d(0, 10px, 0) scaleY(0.985);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
        transform: translate3d(0, -20px, 0) scaleY(0.9);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
        transform: translate3d(0, 2000px, 0) scaleY(3);
    }
}
.animate__bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
        transform: translate3d(20px, 0, 0) scaleX(0.9);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
        transform: translate3d(-2000px, 0, 0) scaleX(2);
    }
}
@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
        transform: translate3d(20px, 0, 0) scaleX(0.9);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
        transform: translate3d(-2000px, 0, 0) scaleX(2);
    }
}
.animate__bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
        transform: translate3d(-20px, 0, 0) scaleX(0.9);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
        transform: translate3d(2000px, 0, 0) scaleX(2);
    }
}
@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
        transform: translate3d(-20px, 0, 0) scaleX(0.9);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
        transform: translate3d(2000px, 0, 0) scaleX(2);
    }
}
.animate__bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
        transform: translate3d(0, -10px, 0) scaleY(0.985);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
        transform: translate3d(0, 20px, 0) scaleY(0.9);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
        transform: translate3d(0, -2000px, 0) scaleY(3);
    }
}
@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
        transform: translate3d(0, -10px, 0) scaleY(0.985);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
        transform: translate3d(0, 20px, 0) scaleY(0.9);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
        transform: translate3d(0, -2000px, 0) scaleY(3);
    }
}
.animate__bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.animate__fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.animate__fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.animate__fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.animate__fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.animate__fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.animate__fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.animate__fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.animate__fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.animate__fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeInTopLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, -100%, 0);
        transform: translate3d(-100%, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes fadeInTopLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, -100%, 0);
        transform: translate3d(-100%, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.animate__fadeInTopLeft {
    -webkit-animation-name: fadeInTopLeft;
    animation-name: fadeInTopLeft;
}

@-webkit-keyframes fadeInTopRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, -100%, 0);
        transform: translate3d(100%, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes fadeInTopRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, -100%, 0);
        transform: translate3d(100%, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.animate__fadeInTopRight {
    -webkit-animation-name: fadeInTopRight;
    animation-name: fadeInTopRight;
}

@-webkit-keyframes fadeInBottomLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 100%, 0);
        transform: translate3d(-100%, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes fadeInBottomLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 100%, 0);
        transform: translate3d(-100%, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.animate__fadeInBottomLeft {
    -webkit-animation-name: fadeInBottomLeft;
    animation-name: fadeInBottomLeft;
}

@-webkit-keyframes fadeInBottomRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 100%, 0);
        transform: translate3d(100%, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes fadeInBottomRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 100%, 0);
        transform: translate3d(100%, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.animate__fadeInBottomRight {
    -webkit-animation-name: fadeInBottomRight;
    animation-name: fadeInBottomRight;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
.animate__fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
@keyframes fadeOutDown {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
.animate__fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}
@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}
.animate__fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
@keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
.animate__fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}
@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}
.animate__fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
@keyframes fadeOutRight {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
.animate__fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}
@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}
.animate__fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
@keyframes fadeOutUp {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
.animate__fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}
@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}
.animate__fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

@-webkit-keyframes fadeOutTopLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, -100%, 0);
        transform: translate3d(-100%, -100%, 0);
    }
}
@keyframes fadeOutTopLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, -100%, 0);
        transform: translate3d(-100%, -100%, 0);
    }
}
.animate__fadeOutTopLeft {
    -webkit-animation-name: fadeOutTopLeft;
    animation-name: fadeOutTopLeft;
}

@-webkit-keyframes fadeOutTopRight {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, -100%, 0);
        transform: translate3d(100%, -100%, 0);
    }
}
@keyframes fadeOutTopRight {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, -100%, 0);
        transform: translate3d(100%, -100%, 0);
    }
}
.animate__fadeOutTopRight {
    -webkit-animation-name: fadeOutTopRight;
    animation-name: fadeOutTopRight;
}

@-webkit-keyframes fadeOutBottomRight {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 100%, 0);
        transform: translate3d(100%, 100%, 0);
    }
}
@keyframes fadeOutBottomRight {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 100%, 0);
        transform: translate3d(100%, 100%, 0);
    }
}
.animate__fadeOutBottomRight {
    -webkit-animation-name: fadeOutBottomRight;
    animation-name: fadeOutBottomRight;
}

@-webkit-keyframes fadeOutBottomLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 100%, 0);
        transform: translate3d(-100%, 100%, 0);
    }
}
@keyframes fadeOutBottomLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 100%, 0);
        transform: translate3d(-100%, 100%, 0);
    }
}
.animate__fadeOutBottomLeft {
    -webkit-animation-name: fadeOutBottomLeft;
    animation-name: fadeOutBottomLeft;
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0)
            rotateY(-1turn);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px)
            rotateY(-190deg);
        transform: perspective(400px) scaleX(1) translateZ(150px)
            rotateY(-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px)
            rotateY(-170deg);
        transform: perspective(400px) scaleX(1) translateZ(150px)
            rotateY(-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95)
            translateZ(0) rotateY(0deg);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0)
            rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    to {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0)
            rotateY(0deg);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}
@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0)
            rotateY(-1turn);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px)
            rotateY(-190deg);
        transform: perspective(400px) scaleX(1) translateZ(150px)
            rotateY(-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px)
            rotateY(-170deg);
        transform: perspective(400px) scaleX(1) translateZ(150px)
            rotateY(-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95)
            translateZ(0) rotateY(0deg);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0)
            rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    to {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0)
            rotateY(0deg);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}
.animate__animated.animate__flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
.animate__flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
.animate__flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}
@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}
.animate__flipOutX {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
    animation-duration: calc(var(--animate-duration) * 0.75);
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}
@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}
.animate__flipOutY {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
    animation-duration: calc(var(--animate-duration) * 0.75);
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes lightSpeedInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.animate__lightSpeedInRight {
    -webkit-animation-name: lightSpeedInRight;
    animation-name: lightSpeedInRight;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
        transform: translate3d(-100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(-20deg);
        transform: skewX(-20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(5deg);
        transform: skewX(5deg);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes lightSpeedInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
        transform: translate3d(-100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(-20deg);
        transform: skewX(-20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(5deg);
        transform: skewX(5deg);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.animate__lightSpeedInLeft {
    -webkit-animation-name: lightSpeedInLeft;
    animation-name: lightSpeedInLeft;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOutRight {
    0% {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}
@keyframes lightSpeedOutRight {
    0% {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}
.animate__lightSpeedOutRight {
    -webkit-animation-name: lightSpeedOutRight;
    animation-name: lightSpeedOutRight;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes lightSpeedOutLeft {
    0% {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
        transform: translate3d(-100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
}
@keyframes lightSpeedOutLeft {
    0% {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
        transform: translate3d(-100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
}
.animate__lightSpeedOutLeft {
    -webkit-animation-name: lightSpeedOutLeft;
    animation-name: lightSpeedOutLeft;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}
@keyframes rotateIn {
    0% {
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}
.animate__rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
    -webkit-transform-origin: center;
    transform-origin: center;
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}
@keyframes rotateInDownLeft {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}
.animate__rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}
@keyframes rotateInDownRight {
    0% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}
.animate__rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}
@keyframes rotateInUpLeft {
    0% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}
.animate__rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}
@keyframes rotateInUpRight {
    0% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}
.animate__rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
}

@-webkit-keyframes rotateOut {
    0% {
        opacity: 1;
    }
    to {
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0;
    }
}
@keyframes rotateOut {
    0% {
        opacity: 1;
    }
    to {
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0;
    }
}
.animate__rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
    -webkit-transform-origin: center;
    transform-origin: center;
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        opacity: 1;
    }
    to {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
    }
}
@keyframes rotateOutDownLeft {
    0% {
        opacity: 1;
    }
    to {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
    }
}
.animate__rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        opacity: 1;
    }
    to {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0;
    }
}
@keyframes rotateOutDownRight {
    0% {
        opacity: 1;
    }
    to {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0;
    }
}
.animate__rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        opacity: 1;
    }
    to {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0;
    }
}
@keyframes rotateOutUpLeft {
    0% {
        opacity: 1;
    }
    to {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0;
    }
}
.animate__rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        opacity: 1;
    }
    to {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}
@keyframes rotateOutUpRight {
    0% {
        opacity: 1;
    }
    to {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}
.animate__rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
}

@-webkit-keyframes hinge {
    0% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%,
    80% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}
@keyframes hinge {
    0% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%,
    80% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}
.animate__hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-duration: calc(var(--animate-duration) * 2);
    animation-duration: calc(var(--animate-duration) * 2);
    -webkit-animation-name: hinge;
    animation-name: hinge;
    -webkit-transform-origin: top left;
    transform-origin: top left;
}

@-webkit-keyframes jackInTheBox {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes jackInTheBox {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.animate__jackInTheBox {
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox;
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        transform: translate3d(-100%, 0, 0) rotate(-120deg);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        transform: translate3d(-100%, 0, 0) rotate(-120deg);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.animate__rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        transform: translate3d(100%, 0, 0) rotate(120deg);
    }
}
@keyframes rollOut {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        transform: translate3d(100%, 0, 0) rotate(120deg);
    }
}
.animate__rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
.animate__zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.animate__zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.animate__zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.animate__zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.animate__zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}
@keyframes zoomOut {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}
.animate__zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.animate__zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
    }
}
@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
    }
}
.animate__zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
    }
}
@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
    }
}
.animate__zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
    -webkit-transform-origin: right center;
    transform-origin: right center;
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.animate__zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.animate__slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.animate__slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.animate__slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.animate__slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
@keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
.animate__slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
.animate__slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
@keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
.animate__slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
@keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
.animate__slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}

@keyframes float-bob-y {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}
@keyframes float-bob-x {
    0% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
    }
    50% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    100% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
    }
}
/***********************
========================
    6.  fetures
========================
************************/
.fetures {
    position: relative;
}
.fetures__thumb a {
    display: block;
}
.fetures__thumb img {
    width: 100%;
    max-height: 100vh;
}
.fetures:hover img {
    transform: scale(1.1);
}
.fetures__content {
    position: absolute;
    top: 54%;
    left: 20%;
    transform: translateY(-50%);
    pointer-events: none;
}
.fetures__content p {
    font-size: 18px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
}
@media (max-width: 767px) {
    .fetures__content {
        left: 5%;
    }
}

.feature-title {
    color: #ffffff;
    font-family: "Barlow Condensed", Sans-serif;
    font-size: 3.5vw;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2em;
    text-align: right;
}
@media (max-width: 767px) {
    .feature-title {
        text-align: left;
        font-size: 30px;
        margin-bottom: 10px;
    }
}

.discount {
    color: #ffab02;
}

@media (max-width: 767px) {
    .features-area {
        padding-top: 30px;
    }
}

@media (max-width: 767px) {
    .fetures {
        margin-bottom: 30px;
    }
}

.fetures_3 {
    background-repeat: no-repeat;
    position: relative;
    padding: 30px 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
    .fetures_3 {
        margin-top: 296px;
    }
}
.fetures_3 h2 {
    padding-top: 66px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .fetures_3 h2 {
        padding-top: 51px;
    }
}
.fetures_3 p {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
}
.fetures_3 p span {
    color: #ffc000;
}

.offer-text.offer_3 {
    height: 80px;
    width: 35px;
    position: absolute;
    background: #ffc000;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    display: grid;
    left: 29%;
    place-items: center;
    font-weight: 600;
}
.offer-text.offer_3::before {
    position: absolute;
    bottom: 0px;
    left: 0;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 17.5px 8px 17.5px;
    border-color: transparent transparent #9a1819 transparent;
}

.offer-text.offer_3 {
    top: 6%;
    left: 10%;
    text-align: center;
}

.fetures_s_2 {
    font-size: 70px;
    font-weight: 600;
}
@media (max-width: 767px) {
    .fetures_s_2 {
        font-size: 44px;
    }
}
.fetures_s_2 span {
    font-weight: 400;
}

.fesection-2.fetures_s_2 {
    padding: 0;
}

.button_style_f {
    padding: 20px 35px;
    background: #ffffff;
    font-size: 18px;
    color: #222222;
    font-weight: 600;
}

.fetures_3 .text-clr-change {
    color: #a80e0e;
}

.close-times {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.search-c-btn {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.search__input-group-c {
    padding-left: 70px;
}
.search__input-group-c input {
    width: 100%;
}

.p-rel {
    position: relative;
}

.background-white {
    padding: 18px 30px;
}

.search-c-btn {
    width: 50px;
    background: transparent;
    color: #222222;
    border: 0;
    height: 100%;
}

.close-times {
    width: 50px;
    background: transparent;
    border: 0;
    height: 100%;
    color: #222222;
}

@media (min-width: 768px) and (max-width: 991px) {
    .fetures_3 {
        margin-top: 0;
    }
}

/***********************
========================
    7.  category
========================
************************/
@media (max-width: 767px) {
    .categories_area {
        padding-top: 50px;
        margin-bottom: 0;
    }
}

.categories__tab .nav-tabs {
    border: 1px solid transparent;
}

.categories__tab ul li button {
    font-family: "Barlow Condensed", Sans-serif;
    font-weight: 600;
    color: #222222;
    font-size: 16px;
    display: inline-block;
    padding: 10px 45px;
    border: 2px solid #ebebeb !important;
    border-radius: 0 !important;
}
@media (max-width: 767px) {
    .categories__tab ul li button {
        padding: 5px 10px;
    }
}

.categories__tab .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #a3a284;
    background-color: #fff;
    border: 1px solid #a3a284 !important;
    border-radius: 0;
}

.product__thumb {
    position: relative;
}
.product__thumb:hover .product-secondary {
    opacity: 1;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.product__thumb:hover .product__update {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.product__thumb:hover .product__action {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    top: 27%;
}

.product-secondary {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.product__update a {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    height: 50px;
    width: 50px;
    background: #1c3ce3;
    border-radius: 50%;
    color: #ffffff;
    font-weight: 500;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.product-info {
    display: flex;
    /* border-bottom: 1px solid #ebebeb; */
    padding-bottom: 10px;
    justify-content: space-between;
}

.product_rating a {
    display: inline-block;
    font-size: 11px;
}
.product_rating a i {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.product_rating a i:hover {
    color: #ffab02;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.product_category {
    width: 51%;
}
.product_category span {
    color: #888888;
    font-size: 14px;
    text-transform: uppercase;
}

.product__name h4 {
    font-size: 18px;
    color: #222222;
    font-weight: 600;
    font-family: "Barlow Condensed", Sans-serif;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    text-transform: capitalize;
}
.product__name h4:hover {
    color: #a3a284;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.product__name p {
    font-size: 18px;
    color: #222222;
    font-weight: 600;
    font-family: "Barlow Condensed", Sans-serif;
}

.new_product_area {
    border-bottom: 1px solid #ebebeb;
    padding: 80px 60px;
}
@media (max-width: 767px) {
    .new_product_area {
        padding: 0;
    }
}

.padding-left {
    padding-left: 50px;
}
@media (max-width: 767px) {
    .padding-left {
        padding: 0;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .padding-left {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .section-wrapper {
        padding-top: 44px;
        padding-bottom: 0;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .section-wrapper {
        padding-top: 44px;
        padding-bottom: 0;
    }
}

@media (max-width: 767px) {
    .product-2 {
        padding: 16px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .product-2 {
        padding: 16px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .product-2 {
        padding: 16px;
    }
}
@media (min-width: 1200px) and (max-width: 1500px) {
    .product-2 {
        padding: 16px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .categories_area {
        padding-top: 0;
        margin-bottom: 50px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .new_product_area {
        padding-top: 0;
    }
}

.product.product_3 {
    background: #fff;
    padding: 10px;
}

.categories_area_3 {
    position: relative;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .categories_area_3 {
        margin-bottom: 0;
    }
}
.categories_area_3::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    content: "";
    opacity: 0.7;
}

.pro-price {
    position: relative;
    min-height: 35px;
}

.p-absoulute {
    position: absolute;
}

.pr-1 {
    top: 0;
    transition: all 0.3s;
    left: 0;
}

.pr-2 {
    text-transform: uppercase;
    transform: translateY(-43px);
    transition: all 0.3s;
    border-bottom: 2px solid #000;
}

.product {
    padding: 12px;
    margin: 5px;
    width: 100%;
}
.product:hover {
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.product:hover .pro-price .pr-2 {
    transform: translateY(0);
}
.product:hover .pro-price .pr-1 {
    transform: translateY(43px);
    opacity: 1;
    visibility: visible;
}
.product:hover .product__thumb > a {
    opacity: 0.6;
}
.product:hover .inner__action {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    top: 50%;
}

.inner__action {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    width: 138px;
    justify-content: space-around;
    background: #fff;
    border: 1px solid #000;
    opacity: 0;
    justify-content: flex-end;
    visibility: hidden;
}

.inner__action > div {
    flex: 0 0 33.33%;
    background-color: #fff;
    text-align: center;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.inner__action > div:hover {
    background: #000;
    color: #fff;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.inner__action > div:not(:first-child)::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
    background: #000;
    content: "";
}

.inner__action > div > a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    display: block;
}

.layer:hover::before {
    opacity: 0;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product.product-2 {
        margin-left: -3px;
        padding: 37px;
    }
    .product.product-2:hover {
        box-shadow: none;
    }
}

@media (max-width: 767px) {
    .product.product-2 {
        padding: 45px;
    }
}

@media (max-width: 767px) {
    .product:hover {
        box-shadow: none;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product {
        width: 107%;
        padding: 6px;
    }
    .product:hover {
        box-shadow: none;
    }
}

@media (max-width: 767px) {
    .product-4 {
        margin: 64px 0;
    }
}

.view__para p {
    font-family: "Futura Std Book";
    font-size: 16px;
    color: #666666;
    line-height: 1.8571428571;
}

.list-actions a {
    text-transform: uppercase;
}
.list-actions a:first-child {
    padding: 15px 80px;
    background-color: transparent;
    color: #222222;
    border: 1px solid #ddd;
}

.list-actions a {
    border: 1px solid #ddd;
    padding: 15px 15px;
}
.list-actions a:hover {
    color: #a3a284;
}

.border-top {
    border-top: 1px solid #ddd;
}

.list__thumb img:hover {
    opacity: 0.6;
}

.list__content .viewcontent {
    padding-bottom: 0px;
    padding-top: 20px;
}

.pro-price {
    overflow: hidden;
}

/***********************
========================
    8.  show
========================
************************/
.back-text {
    position: absolute;
    z-index: 1;
    font-size: 250px;
    text-transform: uppercase;
    font-weight: 900;
    color: #35383f;
    left: 52%;
    top: 72%;
    transform: translate(-50%, -50%);
    font-family: "Barlow Condensed", Sans-serif;
    letter-spacing: 60px;
    opacity: 0.5;
}
@media (max-width: 767px) {
    .back-text {
        font-size: 86px;
        left: 52%;
        top: 72%;
        letter-spacing: 3px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .back-text {
        left: 43%;
    }
}

.banar-product {
    position: relative;
    z-index: 999;
    top: 10%;
    animation: float-bob-x 5s infinite;
}

.show-case {
    position: relative;
    padding-bottom: 130px;
}
@media (max-width: 767px) {
    .show-case {
        position: relative;
        padding: 50px 0;
    }
}

.back1-text {
    font-size: 250px;
    position: absolute;
    top: 33%;
    left: 35%;
    color: #35383f;
    font-family: "Barlow Condensed", Sans-serif;
    letter-spacing: 60px;
    font-weight: 900;
    opacity: 0.5;
    text-transform: uppercase;
}
@media (max-width: 767px) {
    .back1-text {
        font-size: 50px;
        top: 53%;
        left: 35%;
        letter-spacing: 20px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .back1-text {
        left: 28%;
    }
}

.offer-text {
    height: 80px;
    width: 35px;
    position: absolute;
    background: #ff145c;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    display: grid;
    left: 29%;
    place-items: center;
    font-weight: 600;
}
.offer-text i {
    display: inline-block;
    padding-bottom: 12px;
}

.product__update .lightblueclr {
    background: #a3a284;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .show-case {
        padding-top: 0;
    }
}

.offer-text::before {
    position: absolute;
    bottom: 0px;
    left: 0;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 17.5px 8px 17.5px;
    border-color: transparent transparent #202227 transparent;
}

/***********************
========================
    9.  blog
========================
************************/
@media (max-width: 767px) {
    .blog-area {
        margin-bottom: 50px;
    }
}

.bpost {
    overflow: hidden;
    margin-bottom: 30px;
}

.blog {
    position: relative;
    height: 100%;
    background-position: left top;
    background-size: cover;
}
.blog__content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 40px 40px;
}
.blog__content > span {
    display: inline-block;
    padding: 7px 8px;
    background: #a3a284;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
}
.blog__content p {
    font-family: "Futura Std Book";
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 8px;
}
.blog__content > a {
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    position: relative;
}
.blog__content > a::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0px;
    height: 2px;
    background: #ffffff;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    content: "";
}
.blog__content > a:hover:before {
    width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.blog::before {
    content: "";
    display: block;
    position: absolute;
    height: 0%;
    width: 100%;
    bottom: 0;
    transition: height 0.5s ease-out;
    background: linear-gradient(to bottom, transparent 0%, #a3a284 100%);
}
.blog:hover::before {
    height: 100%;
}

.viewcontent__footer.border-top-0.pb-30.text-ccenter ul {
    float: none;
}

.blog-title {
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 1px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-title {
        font-size: 12px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .blog-title {
        font-size: 19px;
    }
}
.blog-title a {
    text-decoration: none;
}
.blog-title:hover {
    color: #a3a284;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media (max-width: 767px) {
    .bpost {
        margin-bottom: 50px;
    }
}
.bpost__thumb {
    position: relative;
    float: left;
    margin-right: 20px;
}
.bpost__thumb::before {
    content: "";
    display: block;
    position: absolute;
    height: 0%;
    width: 100%;
    bottom: 0;
    transition: height 0.5s ease-out;
    background: linear-gradient(to bottom, transparent 0%, #a3a284 100%);
}
.bpost__thumb:hover::before {
    height: 100%;
}
@media (max-width: 767px) {
    .bpost__thumb img {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .bpost__thumb {
        float: none;
    }
}
.bpost__content {
    overflow: hidden;
}
.bpost__content > span {
    display: inline-block;
    padding: 7px 8px;
    background: #a3a284;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 15px;
    text-transform: uppercase;
    display: none;
}
.bpost__content p {
    color: #999999;
    font-family: "Futura Std Book";
}
.bpost__content p span {
    color: #a3a284;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bpost__content p {
        font-size: 12px;
    }
}
.bpost__content p:last-child {
    color: #666666;
    font-size: 16px;
}

.title-2 {
    color: #222222;
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .title-2 {
        font-size: 20px;
    }
}

.subscribe-form-3 {
    position: relative;
}

.input_3 {
    padding: 14px 29px;
    width: 600px;
    border-radius: 50px;
    border: 1px solid #ebebeb;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.06);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .input_3 {
        width: 400px;
    }
}
@media (max-width: 767px) {
    .input_3 {
        width: 300px;
    }
}

.send {
    right: 31%;
    top: 50%;
    transform: translateY(-50%);
    color: #a3a284;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .send {
        right: 20%;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .send {
        right: 27% !important;
    }
}
@media (max-width: 767px) {
    .send {
        right: 10%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .send {
        right: 10%;
    }
}

.subscribe__area {
    border-top: 1px solid #ebebeb;
    background-position: bottom;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .service-area {
        margin-bottom: 50px;
    }
}
@media (max-width: 767px) {
    .service-area {
        margin-bottom: 50px;
    }
}

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

.mainBlog {
    border: 1px solid #ebebeb;
    padding: 45px 23px;
}
@media (max-width: 767px) {
    .mainBlog {
        padding: 0;
        border: 0;
    }
}
.mainBlog__content p {
    color: #666666;
    line-height: 1.83;
    color: #666;
    font-size: 16px;
    font-family: "Futura Std Book";
    font-weight: 400;
}

@media (max-width: 767px) {
    .blog__widget {
        text-align: left;
    }
}

.search__widget {
    background: #cde5d3;
    padding: 28px 30px;
}
.search__widget input {
    width: 100%;
    padding: 16px 0;
    padding-left: 20px;
    font-size: 16px;
}
.search__widget input::-webkit-input-placeholder {
    font-size: 18px;
    text-transform: capitalize;
    color: #999999;
}
.search__widget input:-moz-placeholder {
    font-size: 18px;
    text-transform: capitalize;
    color: #999999;
}
.search__widget input::-moz-placeholder {
    font-size: 18px;
    text-transform: capitalize;
    color: #999999;
}
.search__widget input:-ms-input-placeholder {
    font-size: 18px;
    text-transform: capitalize;
    color: #999999;
}
.search__widget button {
    background: transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    right: 5%;
}

.custom-form {
    position: relative;
}

.blog-s-title {
    text-transform: uppercase;
    font-size: 1.48rem;
    font-weight: 600;
    color: #222222;
    position: relative;
    padding-bottom: 10px;
}
.blog-s-title::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 15%;
    height: 2px;
    content: "";
    background: #222222;
}

.singleBlog__content p {
    display: block;
    margin: 15px 0 5px;
    color: #222;
    font-size: 16px;
    font-family: "Futura Std Book";
    font-weight: 400;
}
.singleBlog__content span {
    font-size: 12px;
    font-family: "Futura Std Book";
}

.common-widget {
    border: 1px solid #ebebeb;
    padding: 28px 30px;
}

.b_single {
    border-top: 1px solid #ebebeb;
}
.b_single__thumb {
    float: left;
    margin-right: 15px;
    width: 85px;
}
.b_single__content {
    overflow: hidden;
}
.b_single__content a {
    margin: 0 0 10px;
    padding: 0;
    font-size: 16px;
    font-family: "Futura Std Book";
}
.b_single__content span {
    font-size: 13px;
    display: block;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}

.blog-category ul li {
    padding: 5px 0 5px;
}
.blog-category ul li a {
    text-transform: capitalize;
    text-transform: capitalize;
    color: #666;
    padding-right: 5px;
    font-size: 16px;
}
.blog-category ul li a span {
    color: #999;
    padding-left: 5px;
}

.newsletter {
    background: #f2e1e0;
}
.newsletter > p {
    font-size: 16px;
}
.newsletter input {
    width: 100%;
    height: 3.625rem;
    font-family: "Futura Std Book";
    padding-left: 20px;
}
.newsletter input::-webkit-input-placeholder {
    text-transform: capitalize;
}
.newsletter input:-moz-placeholder {
    text-transform: capitalize;
}
.newsletter input::-moz-placeholder {
    text-transform: capitalize;
}
.newsletter input:-ms-input-placeholder {
    text-transform: capitalize;
}
.newsletter input:first-child {
    margin-bottom: 10px;
    border: 1px solid #222;
}
.newsletter input:last-child {
    background: #222;
    color: #ffffff;
    font-size: 16px;
}

.padding-remove {
    padding: 20px 30px;
}

.instagram {
    background: #e0e7f2;
}

.instagram-images {
    overflow: hidden;
    margin: 0 -5px;
}
.instagram-images a {
    float: left;
    width: 33.33%;
    padding: 0 5px;
    margin-bottom: 10px;
}

.sidebar__wrapper {
    overflow: hidden;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .bigpost-wrapper {
        padding-left: 96px;
    }
}
@media (min-width: 1200px) and (max-width: 1500px) {
    .bigpost-wrapper {
        padding-left: 30px;
    }
}

.pagination {
    padding-top: 0;
}

@media (max-width: 767px) {
    .pagination {
        padding-top: 0;
    }
}

@media (max-width: 767px) {
    .bigpost {
        padding-top: 10px;
    }
}
.bigpost__thumb {
    max-width: 45%;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .bigpost__thumb {
        overflow: auto;
        max-width: none;
    }
}
@media (max-width: 767px) {
    .bigpost__thumb {
        max-width: none;
        overflow: hidden;
    }
}
.bigpost__thumb img {
    width: 100%;
    float: left;
    margin-right: 30px;
}
.bigpost__content {
    overflow: hidden;
}
.bigpost__content h4 {
    font-size: 16px;
    color: #a3a284;
    font-weight: 400;
    font-family: "Futura Std Book";
}
@media (max-width: 767px) {
    .bigpost__content h4 {
        padding-top: 10px;
    }
}
.bigpost__content p {
    font-size: 16px;
    font-family: "Futura Std Book";
    line-height: 1.8;
    color: #888888;
}

.b-title {
    font-size: 32px;
    color: #222222;
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 5px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
@media (min-width: 1200px) and (max-width: 1500px) {
    .b-title {
        font-size: 25px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .b-title {
        font-size: 16px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .b-title {
        font-size: 25px;
    }
}
@media (max-width: 767px) {
    .b-title {
        font-size: 23px;
    }
}
.b-title:hover {
    color: #a3a284;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.post-meta p {
    font-size: 13px;
}
.post-meta p span {
    color: #a3a284;
}

@media (max-width: 767px) {
    .grid_blog__content {
        text-align: left;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .grid_blog__content {
        text-align: left;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .grid_blog__content {
        text-align: left;
    }
}
@media (min-width: 1200px) and (max-width: 1500px) {
    .grid_blog__content {
        text-align: left;
    }
}

.pagination ul li {
    display: inline-block;
}
.pagination ul li a {
    display: block;
    padding: 10px 18px;
    background: #222222;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.pagination ul li a:hover {
    background: #a3a284;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.grid_blog__content h4 {
    font-size: 16px;
    color: #a3a284;
    font-family: "Futura Std Book";
}
.grid_blog__content p {
    font-size: 15px;
    font-family: "Futura Std Book";
    color: #888888;
    line-height: 1.8;
}

.bigpost {
    overflow: hidden;
}

@media (max-width: 767px) {
    .latest-news-area {
        padding-bottom: 37px;
    }
}

.blog__img img {
    width: 100%;
}
.blog__content {
    padding: 40px 30px;
}

.blog-title {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 15px;
}
@media (max-width: 767px) {
    .blog-title a {
        font-size: 17px;
    }
}
.blog-title:hover a {
    color: #a3a284;
}

.blog-meta span {
    font-size: 13px;
    margin-right: 10px;
    color: #666;
}
@media (max-width: 767px) {
    .blog-meta span {
        margin-right: 0;
    }
}
.blog-meta span a {
    color: #a3a284;
}

.read-more {
    border-top: 1px solid #222;
    padding-top: 25px;
    margin-top: 30px;
}
.read-more a {
    font-weight: 700;
    font-size: 13px;
    color: #222;
    text-transform: uppercase;
}
.read-more a i {
    position: relative;
    top: 1px;
}
.read-more a:hover {
    color: #a3a284;
}

.pagenationstyle ul li {
    display: inline-block;
}
.pagenationstyle ul li a {
    padding: 14px 17px;
    background: #a3a284;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
}
.pagenationstyle ul li a:hover {
    background: #ffffff;
    color: #a3a284;
}

@media (max-width: 767px) {
    .blog-area {
        padding-top: 30px;
    }
}

.blog-title-2 {
    font-size: 24px;
    font-weight: 700;
    color: #222;
    margin-bottom: 15px;
}
@media (max-width: 767px) {
    .blog-title-2 {
        font-size: 16px;
    }
}

.blogitem__thumb img {
    width: 100%;
}
.blogitem__content {
    background: #ffffff;
    padding: 35px 30px;
}
@media (max-width: 767px) {
    .blogitem__content {
        padding: 30px 18px;
    }
}
.blogitem__content--meta {
    margin-bottom: 20px;
}
.blogitem__content--meta ul li {
    display: inline-block;
    font-size: 13px;
    color: #666;
}
.blogitem__content--meta ul li span {
    color: #a3a284;
    margin-right: 5px;
}
.blogitem__content--meta ul li span:last-child {
    margin-left: 5px;
}
.blogitem__content p {
    font-size: 16px;
    color: #666;
    line-height: 2;
    position: relative;
    padding-bottom: 40px;
}
.blogitem__content p::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    background: #dddddd;
    bottom: 0px;
    margin-bottom: 10px;
}
@media (max-width: 767px) {
    .blogitem__content p {
        font-size: 12px;
    }
}
.blogitem__quote {
    background: #f9f9f9;
    padding: 30px 30px;
    margin: 0 70px;
    margin-bottom: 20px;
    border-left: 3px solid #a3a284;
}
@media (max-width: 767px) {
    .blogitem__quote {
        margin: 20px 0;
    }
}
.blogitem__quote h5 {
    font-size: 14px;
    color: #7b7b7b;
    font-style: italic;
    line-height: 1.5;
}

.blogitem2 p {
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}
.blogitem2 p::before {
    width: 0;
}

.readmore {
    color: #222;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}
.readmore i {
    margin-left: 8px;
}
.readmore:hover {
    color: #a3a284;
}

.bgwhite ul li a {
    background: #ffffff;
    color: #a3a284;
    margin-right: 6px;
}
.bgwhite ul li a:hover {
    background: #a3a284;
    color: #ffffff;
}

.widget-title {
    font-size: 18px;
    color: #222;
    font-weight: 700;
    position: relative;
    padding-bottom: 8px;
}
.widget-title::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 45px;
    background: #cccccc;
    bottom: 0;
    left: 0;
}

.widgets {
    background: #ffffff;
    padding: 25px 25px;
}
.widgets__content form {
    position: relative;
}
.widgets__content input {
    width: 100%;
    height: 50px;
    border: 1px solid #f5f5f5;
    color: #222;
    padding: 0 15px;
}
.widgets__content button {
    height: 50px;
    width: 60px;
    background: #222;
    color: #ffffff;
    border: 0;
    font-size: 22px;
    position: absolute;
    top: 10px;
    right: 0;
}
.widgets__social a {
    display: inline-block;
    background: #222;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    line-height: 37px;
    text-align: center;
    color: #ffffff;
    margin-right: 7px;
}
.widgets__social a:hover {
    background: #a3a284;
}
.widgets__list ul li {
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 10px;
    margin-bottom: 14px;
}
.widgets__list ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.widgets__list ul li a {
    color: #222;
    font-size: 14px;
    font-weight: 700;
}
.widgets__list ul li a:hover {
    color: #a3a284;
}
.widgets__post ul {
    display: flex;
}
.widgets__post ul li:first-child {
    width: 30%;
}
.widgets__post ul li:last-child {
    width: 60%;
    margin-left: 7px;
}
.widgets__post ul li a {
    color: #222;
    font-size: 14px;
    font-weight: 700;
}
.widgets__post ul li a:hover {
    color: #a3a284;
}
.widgets__post ul li p {
    color: #908181;
    font-size: 14px;
}
.widgets__tags ul li {
    display: inline-block;
    margin-bottom: 5px;
}
.widgets__tags ul li a {
    padding: 11px 20px;
    display: block;
    background: #f7f7f7;
    font-size: 13px;
    color: #222;
    font-weight: 700;
}
.widgets__tags ul li a:hover {
    background: #a3a284;
    color: #ffffff;
}

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

.blogtags ul li {
    display: inline-block;
}
.blogtags ul li a {
    padding: 11px 20px;
    background: #f7f7f7;
}
.blogtags ul li a:hover {
    background: #a3a284;
    color: #ffffff;
}
.blogtags__icon ul span {
    display: inline-block;
    margin-right: 30px;
    font-size: 15px;
}
.blogtags__icon ul li {
    display: inline-block;
    margin-right: 23px;
}
.blogtags__icon ul li a {
    display: block;
}
.blogtags__icon ul li a:hover {
    color: #a3a284;
}

.columndivide {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 25px;
}
.columndivide__tags ul li {
    display: inline-block;
    margin-bottom: 10px;
}
.columndivide__tags ul li a {
    display: block;
    background: #f7f7f7;
    padding: 10px 20px;
    color: #222;
    font-weight: 700;
    text-transform: uppercase;
}
.columndivide__tags ul li a:hover {
    background: #a3a284;
    color: #ffffff;
}
.columndivide__icon ul span {
    margin-right: 20px;
}
.columndivide__icon ul li {
    display: inline-block;
    margin-right: 10px;
}
@media (max-width: 767px) {
    .columndivide__icon ul li {
        margin-bottom: 10px;
        display: block;
        margin-right: 0;
        margin-left: 5px;
    }
}
.columndivide__icon ul li a {
    margin-right: 10px;
}
.columndivide__icon ul li a:hover {
    color: #a3a284;
}

.share-icon ul li {
    display: inline-block;
}

.comments-title {
    position: relative;
    padding-bottom: 10px;
    font-weight: 700;
    font-size: 24px;
    color: #333333;
}
.comments-title::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 45px;
    bottom: 0;
    left: 0;
    background: #cccccc;
}

.avatar-name h5 {
    font-size: 14px;
    font-weight: 400;
    font-family: poppins;
}

.post-comment-form h4 {
    font-size: 22px;
    margin-bottom: 0;
    font-weight: 600;
}

.post-meta {
    position: relative;
}

.commentstime {
    position: absolute;
    top: 0;
    right: 40px;
}
.commentstime span {
    font-size: 12px;
    font-family: "Work Sans", sans-serif;
}

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

.comments-avatar {
    float: left;
    margin-right: 20px;
}

.comments-text {
    overflow: hidden;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.comment-reply {
    border: 1px solid #ddd;
    display: inline-block;
    padding: 10px 16px;
    font-family: poppins;
}

.avatar-name {
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
}

.post-comment-form {
    padding: 30px 30px;
}

.post-input input,
.post-input textarea {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 2px 15px;
    border-radius: 4px;
    border: 2px solid #f5f5f5;
    background: transparent;
    margin-bottom: 20px;
    font-weight: 400;
}

.post-input.bg-form-color textarea {
    height: 150px;
    background: transparent;
}

.post-check span {
    font-size: 14px;
}

@media (max-width: 767px) {
    .latest-news-area {
        padding-top: 37px;
        padding-bottom: 37px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .latest-news-area {
        padding-top: 37px;
        padding-bottom: 37px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .latest-news-area {
        padding-top: 37px;
        padding-bottom: 37px;
    }
}

@media (max-width: 767px) {
    .pagenationstyle {
        margin-bottom: 50px;
    }
}

.post-check .btn-comment {
    background: #222;
    color: #ffffff;
    padding: 10px 30px;
}

.subscribe-form-3 button {
    background: transparent;
    border: 0;
}

/***********************
========================
    10. gallary
========================
************************/
.gallary_area {
    display: flex;
}
@media (max-width: 767px) {
    .gallary_area {
        flex-direction: column;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .gallary_area {
        flex-direction: row;
    }
}
.gallary_area__thumb {
    width: 16.66%;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .gallary_area__thumb {
        width: 30%;
    }
}

.company__info.info2 {
    padding: 116px 30px;
    text-align: center;
}
.company__info.info2 h3 {
    font-size: 30px;
    font-weight: 600;
}
.company__info.info2 p {
    font-family: "Futura Std Book";
}

.subscribe.subscribe-2 input {
    float: none;
    padding: 10px 100px;
}
.subscribe.subscribe-2 input::-webkit-input-placeholder {
    font-size: 10px;
    padding-left: 10px;
}
.subscribe.subscribe-2 input:-moz-placeholder {
    font-size: 10px;
    padding-left: 10px;
}
.subscribe.subscribe-2 input::-moz-placeholder {
    font-size: 10px;
    padding-left: 10px;
}
.subscribe.subscribe-2 input:-ms-input-placeholder {
    font-size: 10px;
    padding-left: 10px;
}
@media (max-width: 767px) {
    .subscribe.subscribe-2 input {
        padding: 0;
    }
}
@media (max-width: 767px) {
    .subscribe.subscribe-2 input {
        float: left;
    }
}
.subscribe.subscribe-2 input::-webkit-input-placeholder {
    padding: 0;
    text-transform: uppercase;
}
.subscribe.subscribe-2 input:-moz-placeholder {
    padding: 0;
    text-transform: uppercase;
}
.subscribe.subscribe-2 input::-moz-placeholder {
    padding: 0;
    text-transform: uppercase;
}
.subscribe.subscribe-2 input:-ms-input-placeholder {
    padding: 0;
    text-transform: uppercase;
}
.subscribe.subscribe-2 button {
    margin-left: -5px;
}

.gallary__thumb {
    overflow: hidden;
}
@media (max-width: 767px) {
    .gallary__thumb {
        margin-bottom: 20px;
    }
}
.gallary__thumb img {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
@media (max-width: 767px) {
    .gallary__thumb img {
        width: 100%;
    }
}
.gallary__thumb img:hover {
    transform: scale(1.1);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.cover-img {
    object-fit: cover;
}

/***********************
========================
    11. footer
========================
************************/
.footer_area {
    background: #202227;
    padding: 100px 0;
    padding-bottom: 0;
}

.footer_area.footer_area_3 {
    padding: 108px 0 85px 0;
}

.f-title {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 30px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .company__info {
        padding-top: 30px;
    }
}
.company__info ul {
    margin-bottom: 30px;
}
.company__info ul li {
    margin-bottom: 10px;
    color: #888888;
    font-family: "Futura Std Book";
}
.company__info ul li a:hover {
    color: #a3a284;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.company__info p {
    font-size: 16px;
    color: #888888;
}
.company__info p span {
    color: #ffffff;
    font-weight: 600;
    line-height: 2.5;
    display: inline-block;
}

.social__media a {
    display: inline-block;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    color: #999999;
    background: #383b43;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.social__media a i {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.social__media a:hover {
    background: #a3a284;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    color: #ffffff;
}
.social__media a:hover i {
    transform: translateY(-2px);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.subscribe input {
    width: 100%;
    height: 50px;
    float: left;
    border: 0;
    padding-left: 15px;
}
.subscribe button {
    display: inline-block;
    background: #a3a284;
    color: #ffffff;
    border: 0;
    position: absolute;
    height: 50px;
    right: 0px;
    padding: 0 26px;
}
@media (max-width: 767px) {
    .subscribe button {
        right: -26px;
    }
}

.subscribe {
    position: relative;
}

.fblog__thumb {
    float: left;
    margin-right: 21px;
}
.fblog__content {
    overflow: hidden;
}
.fblog__content p {
    color: #888888;
    font-size: 16px;
    font-family: "Futura Std Book";
}
.fblog__content span {
    font-size: 16px;
    color: #888888;
    font-family: "Futura Std Book";
}

.footer-menu ul li {
    display: inline-block;
}

.footer__bottom {
    border-top: 1px solid #37393d;
    padding-top: 26px;
}
.footer__bottom p {
    font-size: 16px;
    font-family: "Futura Std Book";
    color: #888888;
}
@media (max-width: 767px) {
    .footer__bottom p {
        font-size: 13px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .footer__bottom p {
        font-size: 15px;
    }
}
.footer__bottom p span {
    color: #a3a284;
}

.footer-menu ul li {
    margin-right: 25px;
}
@media (min-width: 768px) and (max-width: 991px) {
    .footer-menu ul li {
        margin-right: 10px;
    }
}
@media (min-width: 1200px) and (max-width: 1500px) {
    .footer-menu ul li {
        margin-right: 10px;
    }
}
.footer-menu ul li a {
    font-size: 16px;
    color: #888888;
    font-family: "Futura Std Book";
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
@media (min-width: 768px) and (max-width: 991px) {
    .footer-menu ul li a {
        font-size: 12px;
    }
}
.footer-menu ul li a:hover {
    color: #a3a284;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.footer_3 ul li {
    margin-right: 18px;
}
@media (min-width: 768px) and (max-width: 991px) {
    .footer_3 ul li {
        margin-right: 7px;
    }
}
.footer_3 ul li a {
    font-size: 16px;
    color: #ffffff;
    font-family: "Futura Std Book";
}
@media (min-width: 768px) and (max-width: 991px) {
    .footer_3 ul li a {
        font-size: 13px;
    }
}

.border-left {
    position: relative;
}
.border-left::before {
    position: absolute;
    top: 0;
    left: -47%;
    height: 100%;
    width: 1px;
    background: #38393e;
    content: "";
}

@media (max-width: 767px) {
    .footer-menu ul li a {
        font-size: 13px;
    }
}
@media (max-width: 767px) {
    .footer-menu ul {
        text-align: left !important;
    }
}

/***********************
========================
    12. banar
========================
************************/
.container-fluid.padding-remove {
    padding: 0;
}

.banar__left {
    position: relative;
}
.banar__content {
    position: absolute;
    top: 64%;
    left: 50%;
    transform: translateX(-50%);
}
.banar__content p {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
}

.banarright {
    position: relative;
}
.banarright__content {
    position: absolute;
    top: 5%;
    left: 56%;
    pointer-events: none;
}
.banarright__content span {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
}
@media (max-width: 767px) {
    .banarright__content span {
        font-size: 13px;
    }
}
.banarright__content h4 {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
}
@media (max-width: 767px) {
    .banarright__content h4 {
        font-size: 13px;
    }
}
.banarright__content p {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
}
@media (max-width: 767px) {
    .banarright__content p {
        font-size: 11px;
    }
}
.banarright__content p span {
    color: #a80e0e;
    font-weight: 600;
}

.banar_right_down {
    position: relative;
}
.banar_right_down__contentt {
    position: absolute;
    top: 5%;
    left: 5%;
}

.position-change {
    left: 5%;
}
.position-change span {
    color: #ef601b;
}
.position-change p span {
    color: #ef601b;
}

.banar-title {
    font-size: 36px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 95%;
    font-family: "Barlow Condensed", Sans-serif;
}
@media (max-width: 767px) {
    .banar-title {
        font-size: 25px;
        padding-top: 5px;
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banar-title {
        font-size: 27px;
        padding-top: 20px;
        margin-bottom: 25px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .banar-title {
        padding-top: 22px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .banar-title {
        font-size: 20px;
        padding-top: 20px;
        margin-bottom: 20px;
    }
}
@media (min-width: 1200px) and (max-width: 1500px) {
    .banar-title {
        padding-top: 14px;
        margin-bottom: 26px;
    }
}

/***********************
========================
    13. offer
========================
************************/
.count_down {
    background: #ffab02;
    width: 475px;
    margin: 0 auto;
    position: relative;
    transform: translateX(235px);
}
@media (max-width: 767px) {
    .count_down {
        transform: translateX(0);
    }
}

.offer-text {
    position: absolute;
    top: 42%;
    left: 40%;
    z-index: 99;
}
@media (max-width: 767px) {
    .offer-text {
        top: 57%;
        left: 9%;
    }
}

.offer2 {
    top: 19%;
    left: 40px;
}
@media (max-width: 767px) {
    .offer2 {
        top: 17%;
        left: 243px;
    }
}

.offer-text.offer2::before {
    border-color: transparent transparent #ffab02 transparent;
}

.inner_content {
    padding: 250px 40px;
    padding-bottom: 200px;
}
@media (max-width: 767px) {
    .inner_content {
        padding: 50px 40px;
        padding-bottom: 50px;
    }
}
.inner_content h2 {
    font-size: 48px;
    font-weight: 600;
    font-family: "Barlow Condensed", Sans-serif;
    color: #ffffff;
    text-transform: uppercase;
}
.inner_content h3 {
    font-size: 36px;
    color: #ffffff;
    font-family: "Futura Std Book";
}

.btn-style-1 {
    font-size: 18px;
    color: #a3a284;
    text-transform: uppercase;
    background: #ffffff;
    padding: 10px 30px;
}

.product__countdown-inner {
    position: relative;
}
.product__countdown-inner ul li {
    font-size: 12px;
    color: #ffffff;
    font-family: "Futura Std Book";
    display: inline-block;
    margin-right: 34px;
    font-weight: 600;
}
.product__countdown-inner ul li span {
    font-size: 36px;
    font-weight: 600;
    color: #ffffff;
    font-family: "Barlow Condensed", Sans-serif;
}
.product__countdown-inner::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    width: 100px;
    background: #fff;
    content: "";
}

/***********************
========================
    14. testimonial
========================
************************/
@media (min-width: 768px) and (max-width: 991px) {
    .categories_area {
        margin-bottom: 50px;
    }
}

.testimonial__content p {
    font-size: 18px;
    color: #222222;
    font-family: "Futura Std Book";
    line-height: 1.8;
}
@media (max-width: 767px) {
    .testimonial__content p {
        font-size: 11px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .testimonial__content p {
        font-size: 13px;
    }
}
.testimonial__content h4 {
    color: #222222;
    font-size: 16px;
}
.testimonial__content h4 span {
    font-weight: 600;
    color: #a3a284;
}

@media (max-width: 767px) {
    .service {
        margin-bottom: 30px;
    }
}
.service__thumb {
    float: left;
    margin-right: 20px;
}
.service__content {
    overflow: hidden;
}
.service__content h4 {
    font-size: 16px;
    color: #222222;
    font-weight: 600;
}
.service__content p {
    font-size: 16px;
    color: #666666;
    font-family: "Futura Std Book";
}
@media (min-width: 768px) and (max-width: 991px) {
    .service__content p {
        font-size: 11px;
    }
}

.service__thumb.service4 {
    float: none;
}

/***********************
========================
    15. sidemenu
========================
************************/
.mega-sidebar {
    position: fixed;
    height: 100vh;
    width: 300px;
    background: #ffffff;
    z-index: 9999999;
    right: -300px;
    top: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.open-sidebar {
    right: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.contact-list h4 {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    font-family: "Dancing Script", cursive;
}

.sidebar-content {
    margin-bottom: 30px;
}
.sidebar-content ul li a {
    padding: 8px 0;
    display: block;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.sidebar-content ul li a:hover {
    color: #a3a284;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.contact-list p {
    color: #fff;
}

.social-media a {
    margin: 0 14px;
    color: #fff;
}

.mean-nav > ul {
    display: block !important;
}

.mean-bar .meanmenu-reveal {
    display: none !important;
}

.close-icon {
    height: 50px;
    width: 50px;
    background: transparent;
    color: #000;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    position: absolute;
    top: 5px;
    right: 9px;
}

.sidemenu {
    position: absolute;
    top: 53%;
    right: 25px;
    font-size: 30px;
    z-index: 999999;
}
@media (min-width: 768px) and (max-width: 991px) {
    .sidemenu a {
        color: #222222;
    }
}

/***********************
========================
    16. page
========================
************************/
.page-layout {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    padding: 160px 0;
}

.page-layout.about {
    padding: 250px 0;
}
@media (max-width: 767px) {
    .page-layout.about {
        padding: 100px 0;
    }
}

.page-title {
    font-size: 60px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
}
@media (max-width: 767px) {
    .page-title {
        font-size: 32px;
    }
}

.breadcrumb-area p {
    color: #ffffff;
}

.breadcrumb-menu ol li a {
    color: #ffffff;
    font-size: 16px;
}

.widget-title {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
}

.sidebar {
    max-width: 300px;
}

/***********************
========================
    17. shop
========================
************************/
.product-categories {
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}
.product-categories li {
    padding: 5px 0 5px;
    margin: 5px 0;
}
.product-categories li a {
    text-transform: capitalize;
    color: #666666;
    padding-right: 5px;
    font-size: 16px;
    font-family: "Futura Std Book";
}
.product-categories li a span {
    color: #999999;
}

.layer-size span {
    display: inline-flex;
    line-height: 1;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #f1f1f1;
    align-items: center;
    justify-content: center;
    color: #666;
    background-color: #f1f1f1;
    font-size: 12px;
}

.blue,
.gray,
.skyblue,
.red,
.yellow {
    display: inline-block;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    background: blue;
    outline: 0;
    border: 1px solid transparent;
}

.gray {
    background: #d4d4d4;
}

.skyblue {
    background: #1cbbb4;
}

.red {
    background: #dd3333;
}

.yellow {
    background: #eeee22;
}

.img-left img {
    float: left;
    width: 46%;
    max-width: 95px;
    margin-right: 20px;
}

.sm-title {
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
}

.item-widget {
    overflow: hidden;
}

.product-meta {
    overflow: hidden;
}
.product-meta span {
    font-size: 15px;
    font-weight: 600;
}

.tags a {
    font-size: 12px;
    padding: 3px 10px;
    border-radius: 30px;
    display: inline-block;
    margin: 4px;
    background: #f5f5f5;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.tags a:hover {
    background: #a3a284;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.shop-top-bar {
    display: flex;
    justify-content: space-between;
    padding-bottom: 5px;
}
@media (max-width: 767px) {
    .shop-top-bar {
        flex-direction: column;
    }
}

.showing-result p {
    font-size: 16px;
    font-family: "Futura Std Book";
    color: #666666;
    font-weight: 400;
}

.shop-tabs:first-child button {
    background: transparent;
    border: 0;
    font-size: 16px;
    font-family: "Futura Std Book";
}

.shop-tab .nav-tabs {
    border: 0 !important;
}

.shop-tab .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #222222;
    background-color: #fff;
    border: 0 !important;
    border-radius: 0;
}

.order-by {
    text-transform: capitalize;
    font-size: 1rem;
    border: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    color: #666;
    cursor: pointer;
    height: auto;
    line-height: 25px;
}

.filter-select button {
    display: inline-flex;
    align-items: center;
    color: #666;
    padding: 7px 18px 7px 11px;
    background-color: #232323;
    font-weight: 500;
    border: 1px solid #232323;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    position: relative;
}
.filter-select button i {
    display: inline-block;
    margin-right: 5px;
}

.filter-content {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #ffffff;
    z-index: 99;
    box-shadow: 0 8px 32px -8px rgba(0, 0, 0, 0.1);
    padding: 0px 30px;
    display: none;
}

.filter-content .product-widget .widget-title {
    font-size: 17px;
}

/* price filter */
.filter-widget .filter-item {
    margin-bottom: 50px;
}

div#slider-range,
div#slider-range-2 {
    height: 4px;
    background: #eb2323;
    border: none;
}

.ui-slider-range.ui-corner-all.ui-widget-header {
    background-color: #eb2323;
}

span.ui-slider-handle.ui-corner-all.ui-state-default {
    background: #eb2323;
    border-radius: 50%;
    cursor: e-resize;
    transform: translateY(-2px);
    outline: none;
    border: none;
    position: absolute;
}

span.ui-slider-handle.ui-corner-all.ui-state-default::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    transform: scale(0.5);
    position: absolute;
    left: 0;
    top: 0;
}

.filter-form-submit button {
    background: #333333;
    border: none;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    transition: all 0.5s;
    line-height: 25px;
    font-weight: 400;
    padding: 0 24px;
    border-radius: 3px;
    height: 40px;
}

.filter-form-submit button:hover {
    background-color: #eb2323;
}

.filter-price {
    font-size: 14px;
    color: #666;
    font-weight: 400;
}

.filter-price input {
    background: transparent;
    border: none;
    color: #666;
    font-size: 14px;
    line-height: 33.6px;
    font-weight: 500;
}

ul.color-list li {
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    display: inline-block;
    transition: all 0.3s;
    cursor: pointer;
    border: 1px solid #ddd;
}

ul.color-list li:not(:last-child) {
    margin-right: 15px;
}

ul.color-list li:hover {
    transform: scale(0.8);
}

.widget .size-link a {
    display: inline-block;
    line-height: 32px;
    min-width: 32px;
    min-height: 32px;
    border-radius: 50%;
    font-size: 10px;
    text-transform: uppercase;
    color: #222;
    margin-bottom: 10px;
    text-align: center;
    background-color: #eeeeee;
}

.widget .size-link a {
    margin-right: 15px;
}

.widget .size-link a:hover {
    color: #fff;
    background-color: #eb2323;
}

.single_prodct.single-bottom .nav-tabs li {
    display: inline-block;
    width: 20%;
}

.single_prodct.single-bottom .nav-tabs li button {
    border: 0;
}

.single_prodct.single-bottom .nav-tabs {
    border: 0;
}

/***********************
========================
    18. popup
========================
************************/
.overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    visibility: hidden;
    z-index: 3;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.product-popup {
    position: fixed;
    left: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    opacity: 0;
    visibility: hidden;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1170px;
    right: 0;
    margin: auto;
    z-index: 999;
    height: 100%;
}
.product-popup :is(.popup-text) {
    background-color: #fff;
    position: relative;
    padding: 30px;
    overflow-y: auto;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product-popup {
        padding: 0 50px;
    }
}

.show-popup {
    opacity: 1;
    visibility: visible;
}

.view {
    cursor: pointer;
}

.quickview__area {
    background: #ddd;
    height: 100vh;
    padding-top: 100px;
}

.ratingcolor {
    color: #efc609;
}

.view-background {
    background: #fff;
    flex: 0 0 auto;
    width: 100%;
}

.quickview__thumb img {
    width: 100%;
}

.viewcontent {
    padding: 70px 0;
    position: relative;
}
@media (max-width: 767px) {
    .viewcontent {
        padding: 70px 24px;
    }
}
.viewcontent__header h2 {
    font-size: 30px;
    color: #000;
    text-transform: capitalize;
}
.viewcontent__header h2:hover {
    color: #a3a284;
}
@media (max-width: 767px) {
    .viewcontent__header h2 {
        font-size: 20px;
    }
}
.viewcontent__rating {
    padding-bottom: 30px;
}
.viewcontent__rating i {
    font-size: 14px;
}
.viewcontent__price h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}
.viewcontent__price h4 span {
    color: #669900;
}
.viewcontent__stock {
    margin-bottom: 30px;
}
.viewcontent__stock h4 {
    font-size: 18px;
}
.viewcontent__stock h4 span {
    color: #669900;
}
.viewcontent__details {
    margin-bottom: 40px;
}
.viewcontent__details p {
    font-size: 16px;
}
.viewcontent__action {
    margin-bottom: 50px;
}
.viewcontent__action span {
    display: inline-block;
    margin-right: 15px;
}
@media (max-width: 767px) {
    .viewcontent__action span {
        margin-right: 3px;
        margin-bottom: 15px;
    }
}
.viewcontent__action span input {
    width: 100px;
    height: 42px;
    border: 1px solid #dddd;
    padding: 0 15px;
}
.viewcontent__action span a {
    display: inline-block;
    padding: 10px 15px;
    background: #fc4a1a;
    color: #fff;
    text-transform: capitalize;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    z-index: 99;
}
.viewcontent__action span a::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #000;
    transition: 0.3s;
    content: "";
    z-index: -1;
}
.viewcontent__action span a:hover::before {
    width: 100%;
    transition: 0.3s;
    color: #fff;
}
.viewcontent__footer {
    overflow: hidden;
    border-top: 1px solid #ddd;
    padding-top: 30px;
}
.viewcontent__footer ul {
    float: left;
    margin: 0;
    padding: 0;
}
.viewcontent__footer ul:last-child {
    margin-left: 20px;
}
.viewcontent__footer ul li {
    list-style: none;
    margin-bottom: 10px;
}

.view_close {
    position: absolute;
    top: 5%;
    right: 5%;
    height: 50px;
    width: 50px;
    background: #000;
    color: #fff;
    line-height: 50px;
    text-align: center;
    transition: 0.3s;
}
.view_close i {
    display: inline-block;
    transition: 0.3s;
}
.view_close:hover {
    color: #fc4a1a;
    transition: 0.3s;
}
.view_close:hover i {
    transition: 0.3s;
    transform: translateY(-5px);
}

/***********************
========================
    19. about
========================
************************/
.g_history h4 {
    color: #999999;
    font-size: 18px;
    text-transform: capitalize;
    font-family: "Futura Std Book";
    font-weight: 400;
    position: relative;
}
.g_history h4::before {
    position: absolute;
    top: 5px;
    left: 0;
    width: 100px;
    height: 2px;
    background: #222222;
    content: "";
}
@media (max-width: 767px) {
    .g_history h4::before {
        top: -7px;
    }
}
.g_history p {
    font-size: 16px;
    font-family: "Futura Std Book";
    color: #888888;
    line-height: 2.5;
    font-weight: 400;
}

.title-3 {
    font-size: 40px;
    font-weight: 600;
    color: #222222;
    text-transform: capitalize;
}
@media (max-width: 767px) {
    .title-3 {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .g_history h4 {
        padding: 0;
    }
}
@media (max-width: 767px) {
    .g_history p {
        padding: 0;
    }
}

.singleaward span i {
    font-size: 40px;
    margin-bottom: 30px;
}
.singleaward__content p {
    color: #878787;
    font-family: "Futura Std Book";
    line-height: 2;
    padding-top: 10px;
}

.shiping__content h2 {
    border-bottom: 0;
    color: #ffffff;
}

.title-4 {
    font-size: 28px;
    font-weight: 600;
    color: #222222;
}

.border-right {
    border-right: 1px solid #ddd;
}

.singleaward_1 {
    border-bottom: 1px solid #ddd;
}

.singleaward_3 {
    border-bottom: 1px solid #dddd;
}

.free__shiping {
    padding: 250px 0;
    padding-bottom: 220px;
}
@media (max-width: 767px) {
    .free__shiping {
        padding: 100px 0;
    }
}
.free__shiping p {
    font-size: 16px;
    color: #ffffff;
    font-family: "Futura Std Book";
    line-height: 30px;
}

.title-6 {
    font-size: 48px;
    line-height: 1.2;
    letter-spacing: -2.2px;
    color: #ffffff;
    font-weight: 600;
}

.team_members__thumb {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.team_members__thumb:hover {
    transform: translateY(-10px);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.team_members__content h4 {
    font-size: 22px;
    color: #222222;
    font-weight: 600;
    margin-bottom: 15px;
}
.team_members__content h4::before {
    width: 0;
}
.team_members__content span {
    font-size: 16px;
    color: #999999;
    font-family: "Futura Std Book";
}

.testimonial__area {
    background-image: linear-gradient(180deg, #97545b 100%, #f2295b 100%);
    padding: 150px 0;
    padding-bottom: 150px;
}

.testimonial__thumb i {
    font-size: 40px;
    color: #ffffff;
}
.testimonial__content p {
    color: #000;
    font-size: 16px;
    line-height: 2;
}
.testimonial__content span {
    text-transform: uppercase;
}

.brand-area {
    padding: 50px 0 30px 0;
}

.brand-item img {
    filter: opacity(0.6);
}

.about__gallary {
    position: relative;
    padding: 265px 0 0 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.about_box {
    background: #222329;
    padding: 70px 70px;
}
.about_box h3 {
    color: #ffffff;
    font-weight: 500;
    font-size: 41px;
    letter-spacing: 1.2px;
    padding-bottom: 40px;
}
.about_box p {
    color: rgba(255, 255, 255, 0.59);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8em;
}

.inner-title {
    color: #222222;
    font-size: 45px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

.inner-section-wrapper p {
    color: #595858;
    font-size: 18px;
    font-weight: 300;
    line-height: 2;
    margin-bottom: 40px;
}

.exhibitions-box {
    min-height: 350px;
    padding-top: 250px;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-sub-title {
    font-size: 28px;
    color: #ffffff;
    background: #222329;
    text-align: center;
    padding: 10px 0;
    text-transform: uppercase;
}

.workshop__area {
    background: #eae8dd;
    padding: 150px 0;
}

.workshop {
    padding: 81px 50px;
    background: #222222;
}
.workshop h3 {
    color: #ffffff;
    font-size: 45px;
    font-weight: 500;
    margin-bottom: 25px;
}
.workshop p {
    line-height: 2;
    color: #ffffff;
}

.ceo__area {
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    padding: 80px 0;
}
.ceo__area::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #222222;
    content: "";
    opacity: 0.8;
    z-index: 9;
}

.ceo__content {
    position: relative;
    z-index: 99;
}
@media (max-width: 767px) {
    .ceo__content {
        padding-top: 30px;
    }
}
.ceo__content p {
    color: #ffffff;
    font-family: "Futura Std Book";
}
.ceo__content h3 {
    color: #ffffff;
    font-size: 35px;
    line-height: 1.6;
    font-weight: 600;
    margin-bottom: 50px;
    padding-top: 30px;
    padding-bottom: 50px;
    position: relative;
}
.ceo__content h3::before {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 5px;
    width: 80px;
    background: #eae8dd;
    content: "";
}
.ceo__content span {
    color: #ffffff;
    font-size: 18px;
    font-style: italic;
    font-family: "Futura Std Book";
    padding-left: 10px;
}

.moon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    height: 50px;
    width: 50px;
    background: #eae8dd;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    color: #ffffff;
    z-index: 99;
}

.company__social {
    background: #a3a284;
    padding: 35px 0;
    margin-top: -6px;
}

.c_social a {
    display: inline-block;
    height: 30px;
    width: 30px;
    background: #ffffff;
    color: #595858;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
}

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

.additional-information {
    background: #f7f7f7;
    overflow: hidden;
    padding: 20px 30px 40px 30px;
    margin-top: 40px;
}

.additional-information ul li.title {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    width: 100%;
}

.additional-information li {
    font-size: 16px;
    font-weight: 600;
    color: #646464;
    border-bottom: 1px solid #ccc;
    padding: 10px 0px;
    width: 50%;
    float: left;
}

/***********************
========================
    20. contact
========================
************************/
.contact__area {
    background: #f7f8f9;
    padding: 160px 0;
}

.contact__content h2 {
    color: #222222;
    font-size: 80px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .contact__content h2 {
        font-size: 40px;
    }
}
.contact__content p {
    line-height: 2;
}

.contactbox__heading h5 {
    font-size: 16px;
    color: #999999;
}
.contactbox__heading h2 {
    font-size: 36px;
    color: #222222;
    font-family: "Futura Std Book";
    line-height: 1.7;
}
@media (max-width: 767px) {
    .contactbox__heading h2 {
        font-size: 30px;
    }
}
.contactbox__info h5 {
    color: #006699;
    font-family: "Futura Std Book";
    margin-bottom: 15px;
    font-weight: 400;
}
.contactbox__info ul li {
    color: #666666;
    font-family: "Futura Std Book";
    margin-bottom: 8px;
}

.form h5 {
    margin-bottom: 10px;
    font-family: "Futura Std Book";
    color: #7a7a7a;
    text-transform: capitalize;
    font-size: 14px;
    padding-top: 5px;
}

.c-input-group label {
    display: block;
    margin: 15px 0;
    color: #222222;
    font-size: 12px;
}
.c-input-group input {
    width: 100%;
    padding: 15px 20px;
    display: inline-block;
    border: 1px solid #ebebeb;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.c-input-group input:focus {
    outline: 1px solid #222222;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.c-input-group textarea {
    height: 150px;
    width: 100%;
    border: 1px solid #ebebeb;
    padding-left: 20px;
    padding-top: 20px;
    resize: none;
    margin-bottom: 25px;
}
.c-input-group textarea:focus {
    outline: 1px solid #222222;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.submit-btn input {
    width: 100%;
    padding: 15px 0;
    background: #222222;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    border: 1px solid transparent;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.submit-btn input:hover {
    background: transparent;
    border: 1px solid #a3a284;
    color: #222222;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.contact-wrapper {
    box-shadow: 0px 33px 30px -18px rgba(0, 0, 0, 0.2);
    padding: 60px 80px 60px 80px;
    background: #ffffff;
    z-index: 999999;
    position: relative;
}
@media (max-width: 767px) {
    .contact-wrapper {
        padding: 20px;
    }
}

.map__area {
    margin-top: -410px;
}

.contact__area_2 {
    padding: 168px 0 180px 0;
    background-size: cover;
    background-attachment: fixed;
    background-position: left top;
    background-repeat: no-repeat;
    display: block;
    position: relative;
}
.contact__area_2::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #02122d;
    content: "";
    z-index: 2;
    opacity: 0.8;
}

.contact__inner_2 {
    position: relative;
    z-index: 9;
}
.contact__inner_2 h2 {
    color: #ffffff;
    font-size: 80px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    position: relative;
}
@media (max-width: 767px) {
    .contact__inner_2 h2 {
        font-size: 30px;
    }
}
.contact__inner_2 h2::before {
    position: absolute;
    bottom: -30px;
    height: 2px;
    width: 70px;
    background: #ffffff;
    content: "";
    left: 50%;
    transform: translateX(-50%);
}
.contact__inner_2 p {
    line-height: 2;
    color: #ffffff;
}

.contact-single {
    border-right: 1px solid #ddd;
}
@media (max-width: 767px) {
    .contact-single {
        margin-bottom: 50px;
    }
}
.contact-single__thumb i {
    font-size: 50px;
    color: #a3a284;
    display: inline-block;
    height: 100px;
    width: 100px;
    border: 2px solid #a3a284;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    margin-bottom: 30px;
}
.contact-single__content h3 {
    color: #222222;
    font-weight: 600;
    font-size: 21px;
}
.contact-single__content p {
    font-size: 15px;
}
.contact-single__content h5 {
    font-size: 17px;
    color: #222222;
    font-weight: 600;
    font-family: "Futura Std Book";
}

.google-map.contact-map {
    margin-bottom: -5px;
}

/***********************
========================
    21. error
========================
************************/
.error-page {
    padding: 175px 0 240px 0;
    background-attachment: fixed;
}

.error_inner h2 {
    font-size: 220px;
    letter-spacing: 20px;
    font-weight: 600;
}
.error_inner h2::before {
    width: 0;
}
.error_inner h3 {
    font-size: 50px;
    font-weight: 600;
    color: #ffffff;
}
.error_inner a {
    display: inline-block;
    padding: 12px 50px;
    background: #ffffff;
    color: #222222;
    text-transform: capitalize;
}

/***********************
========================
    22. service
========================
************************/
.service_page {
    padding: 200px 0 200px 0;
}

.service-single {
    color: #ffffff;
}
.service-single h3 {
    color: #ffffff;
    font-size: 35px;
    font-weight: 600;
    text-transform: uppercase;
}
.service-single p {
    color: #ffffff;
    font-size: 17px;
    font-family: "Futura Std Book";
}
.service-single a {
    display: inline-block;
    padding: 9px 46px;
    background: #a3a284;
    text-transform: uppercase;
    font-weight: 600;
}

.service__wrapper h2 {
    color: #222329;
    font-size: 35px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0px;
}

.m_single_service img {
    width: 100%;
}
.m_single_service__content {
    background: #222329;
    padding: 50px 25px;
    text-align: center;
}
.m_single_service__content h5 {
    color: #ffffff;
    font-size: 21px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    padding-bottom: 25px;
}
.m_single_service__content h5::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 50px;
    background: #a3a284;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.m_single_service__content p {
    color: #ffffff;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 1px;
    padding-top: 20px;
}

.expertsingle {
    overflow: hidden;
}
.expertsingle__thumb {
    float: left;
    margin-right: 50px;
}
@media (max-width: 767px) {
    .expertsingle__thumb {
        float: none;
        margin-bottom: 30px;
    }
}
.expertsingle__thumb span {
    border: 5px solid #e5b034;
    display: inline-block;
    height: 100px;
    width: 100px;
    line-height: 100px;
    text-align: center;
    color: #e5b034;
}
.expertsingle__content {
    overflow: hidden;
}
.expertsingle__content h5 {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0px;
    color: #222222;
}
.expertsingle__content p {
    color: #222329;
    font-size: 16px;
    font-weight: 300;
}

.service_brand {
    background: #dfaa0a;
    padding: 100px 0;
}

/***********************
========================
    23. faq
========================
************************/
.title-5 {
    font-size: 34px;
    color: #202020;
    text-transform: uppercase;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
    font-weight: 600;
}
@media (max-width: 767px) {
    .title-5 {
        font-size: 20px;
    }
}

.accordion .c-item {
    border: 0;
}
.accordion .c-item button {
    background: transparent;
    color: #000;
    font-size: 18px;
    font-weight: 600;
}
@media (max-width: 767px) {
    .accordion .c-item button {
        font-size: 16px;
    }
}
.accordion .c-item button:focus {
    border: 0;
}

button.accordion-button {
    position: relative;
}
button.accordion-button:focus {
    box-shadow: none;
}

button.accordion-button.collapsed:after {
    transform: translateY(-50%) rotate(0) !important;
}

button.accordion-button::after {
    transform: translateY(-50%) rotate(90deg) !important;
    color: #222;
}

button.accordion-button::after {
    position: absolute;
    right: 18px;
    background-image: none;
    width: auto;
    height: auto;
    content: "";
    font-family: "Font awesome 5 pro";
    font-size: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.accordion-button:not(.collapsed)::after {
    background-image: none;
}

.accordion-item.c-item {
    border-bottom: 1px solid #ddd;
}

/***********************
========================
    24. search
========================
************************/
.search_area {
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffff;
    height: 100%;
    width: 100%;
    z-index: 999999;
    padding-top: 150px;
    display: none;
}

.search-wrapper h2 {
    font-size: 30px;
    padding: 38px 0 5px 0;
    text-transform: uppercase;
    font-weight: 600;
}

.search_tab ul {
    border: 0;
}
.search_tab ul li button {
    font-size: 18px;
    color: #333e48;
    padding: 0 30px;
    line-height: 35px;
}

.categories__tab .nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: 2px solid #a3a284;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.categories__tab .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #a3a284;
    background-color: #fff;
    border-radius: 0;
}

.categories__tab .nav-tabs li button.active {
    border: 2px solid #a3a284 !important;
}

.search_tab .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #a3a284;
    background-color: #fff;
    border-radius: 0;
}

.shop-tab .nav button.active {
    opacity: 0.4;
}

.search_tab .nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: 0px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.main_search {
    position: relative;
}
.main_search input {
    width: 100%;
    border-bottom: 1px solid #ddd;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding: 10px 0;
    text-align: center;
}
.main_search input::-webkit-input-placeholder {
    font-size: 20px;
    text-transform: capitalize;
}
.main_search input:-moz-placeholder {
    font-size: 20px;
    text-transform: capitalize;
}
.main_search input::-moz-placeholder {
    font-size: 20px;
    text-transform: capitalize;
}
.main_search input:-ms-input-placeholder {
    font-size: 20px;
    text-transform: capitalize;
}

.m-search {
    position: absolute;
    right: 0;
    background: transparent;
    border: 0;
    font-size: 21px;
    color: #000;
    font-weight: 600;
}

.search_close {
    position: absolute;
    top: 8%;
    right: 4%;
    font-size: 30px;
    color: #222;
    cursor: pointer;
}

/***********************
========================
    25. cart
========================
************************/
.cart__sidebar {
    position: fixed;
    top: 0;
    right: -340px;
    width: 340px;
    height: 100%;
    background: #ffffff;
    z-index: 999999999;
    padding: 50px 5px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
@media (max-width: 767px) {
    .cart__sidebar {
        width: 302px;
    }
}

.open-cart {
    right: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.cart__content {
    display: flex;
    justify-content: space-between;
}

.cart-text h3 {
    font-size: 18px;
    font-weight: 600;
    color: #222222;
    text-transform: uppercase;
}
.cart-text p {
    font-family: "Futura Std";
    font-size: 16px;
    text-transform: capitalize;
    color: #888888;
    font-weight: 900;
}

.cart-icon {
    cursor: pointer;
}

.cart_close i {
    font-size: 12px;
}

.cart_table table {
    width: 100%;
}
.cart_table table,
.cart_table tr,
.cart_table td,
.cart_table th {
    border: 1px solid #ddd;
    text-align: center;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    height: 70px;
}
.cart_table table {
    border: 0;
}

.max-width-set td img {
    width: 100px;
}

.width-set {
    width: 50px;
}

.design-footer {
    height: 100px;
}
.design-footer input {
    padding: 15px 0;
    border: 1px solid #ddd;
    padding-left: 15px;
}
.design-footer button {
    padding: 13px 15px;
    background: transparent;
    border: 1px solid #ddd;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .design-footer button {
        padding: 9px 22px;
        font-size: 12px;
    }
}
.design-footer a {
    display: inline-block;
    text-align: center;
    float: right;
    border: 1px solid #ddd;
    padding: 10px 15px;
}

.design-footer > td {
    border: 0;
}

.design-footer td:nth-child(2) {
    text-align: left;
}

.cart__acount {
    font-family: "Futura Std Book";
    background: #f5f5f5;
    padding: 30px 30px;
}
.cart__acount h5 {
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #000;
    font-size: 20px;
    font-weight: 600;
}
.cart__acount table,
.cart__acount tr,
.cart__acount td {
    border: 1px solid #ddd;
    text-align: center;
    padding: 10px 30px;
}
.cart__acount table input,
.cart__acount tr input,
.cart__acount td input {
    width: 100%;
    background: #ffffff;
    padding: 15px 0;
    border: 1px solid #ddd;
    text-transform: capitalize;
    margin-top: 30px;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.cart__acount table input:hover,
.cart__acount tr input:hover,
.cart__acount td input:hover {
    background: #222222;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.first-child td:first-child {
    font-weight: 600;
}
.first-child td:last-child {
    font-size: 24px;
}

.lastchild td:last-child {
    font-size: 16px;
}

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

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .cart_table {
        display: none;
    }
}

.notification__message p {
    font-size: 16px;
    font-family: "Futura Std Book";
    background-color: #f7f6f7;
    padding: 15px 0;
    border-top: 2px solid #a3a284;
    margin-bottom: 30px;
    padding-left: 15px;
}
.notification__message p i {
    padding-right: 15px;
    color: #a3a284;
}

.checkout__wrap label {
    display: block;
    padding: 15px 0;
    font-size: 16px;
}
.checkout__wrap label span {
    color: #f00;
}
.checkout__wrap input {
    width: 100%;
    height: 50px;
    border: 1px solid #ddd;
    padding-left: 15px;
}
.checkout__wrap input:focus {
    border: 1px solid #222222;
}
.checkout__wrap input::-webkit-input-placeholder {
    text-transform: capitalize;
    font-size: 16px;
    font-family: "Futura Std Book";
}
.checkout__wrap input:-moz-placeholder {
    text-transform: capitalize;
    font-size: 16px;
    font-family: "Futura Std Book";
}
.checkout__wrap input::-moz-placeholder {
    text-transform: capitalize;
    font-size: 16px;
    font-family: "Futura Std Book";
}
.checkout__wrap input:-ms-input-placeholder {
    text-transform: capitalize;
    font-size: 16px;
    font-family: "Futura Std Book";
}
.checkout__wrap textarea {
    height: 100px;
    width: 100%;
    border: 1px solid #ddd;
    padding: 15px;
}
.checkout__wrap textarea:focus {
    border: 1px solid #222222;
}
.checkout__wrap textarea::-webkit-input-placeholder {
    text-transform: capitalize;
    font-size: 16px;
    font-family: "Futura Std Book";
    color: #ddd;
}
.checkout__wrap textarea:-moz-placeholder {
    text-transform: capitalize;
    font-size: 16px;
    font-family: "Futura Std Book";
    color: #ddd;
}
.checkout__wrap textarea::-moz-placeholder {
    text-transform: capitalize;
    font-size: 16px;
    font-family: "Futura Std Book";
    color: #ddd;
}
.checkout__wrap textarea:-ms-input-placeholder {
    text-transform: capitalize;
    font-size: 16px;
    font-family: "Futura Std Book";
    color: #ddd;
}
.checkout__wrap select {
    display: block;
    width: 100%;
    height: 50px;
    border: 1px solid #ebebeb;
    padding: 0 7px;
}

.checkout__wrap-2 span {
    font-size: 16px;
    font-weight: 600;
    padding-left: 10px;
}

.first-child-2 {
    height: 85px;
}

.terms {
    text-align: left;
}
.terms p {
    font-size: 16px;
    color: #666;
}

.check_term p {
    display: inline-block;
    font-size: 16px;
}

.order-button button {
    display: block;
    width: 100%;
    height: 50px;
    text-transform: uppercase;
    background: #000;
    color: #ffffff;
    font-weight: 600;
}

.checkout__accordion button.accordion-button::after {
    position: absolute;
    right: 18px;
    background-image: none;
    width: auto;
    height: auto;
    content: "";
    font-family: "Font awesome 5 pro";
    font-size: 0;
    top: 50%;
    transform: translateY(-50%);
}

.checkout__accordion .accordion-item {
    margin-bottom: -1px;
    background-color: transparent;
    border: 0;
}

.checkout__accordion .accordion-button:not(.collapsed) {
    color: #a3a284;
    background-color: transparent;
    box-shadow: none;
    border: 1px solid #a3a284;
}

.add_cart_product {
    position: relative;
    border-top: 1px solid #ddd;
    padding-top: 14px;
    padding-bottom: 14px;
}
.add_cart_product__thumb img {
    float: left;
    width: 25%;
    border: 1px solid #ddd;
    padding: 5px;
    margin-right: 13px;
}
.add_cart_product__content {
    overflow: hidden;
}

.cart_close {
    position: absolute;
    top: 13%;
    right: -7px;
    background: transparent;
    border: 0;
}

.cart-bottom {
    position: absolute;
    bottom: 0;
    border-top: 2px solid #ddd;
    padding-top: 20px;
    margin-bottom: 20px;
    padding: 16px;
}
.cart-bottom__text {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
}

.end {
    margin-left: 108px;
    letter-spacing: 2px;
    color: #a3a284;
}

.cart-bottom__text a {
    margin-top: 20px;
    border: 2px solid #ddd;
    padding: 10px 30px;
    color: #222;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    width: 100%;
    background: #ffffff;
    display: inline-block;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    text-align: center;
}
.cart-bottom__text a:hover {
    border: 2px solid #a3a284;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

/***********************
========================
    26. login
========================
************************/
.login_register_area {
    padding: 90px 0;
}

.title-7 {
    font-size: 34px;
    margin-bottom: 30px;
    font-weight: 600;
    color: #222222;
    text-transform: capitalize;
}

.login_wrapper {
    padding: 80px 75px;
    background: #f7f7f7;
    margin-bottom: 30px;
}
@media (max-width: 767px) {
    .login_wrapper {
        padding: 70px 15px;
    }
}

.input_wrap {
    position: relative;
    text-align: left;
    margin-bottom: 20px;
}
.input_wrap label {
    display: block;
    margin-bottom: 15px;
    font-family: "Futura Std";
    font-size: 16px;
    text-transform: capitalize;
    padding-top: 5px;
}
.input_wrap label span {
    color: #f00;
}
.input_wrap input {
    width: 100%;
    height: 50px;
    border: 1px solid #ddd;
    padding: 0 15px;
}
.input_wrap button {
    width: 100%;
    text-align: center;
    height: 50px;
    border: 0;
    background: #222222;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.input_wrap button:hover {
    background: #a3a284;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.input_wrap a {
    text-decoration: underline;
    font-family: "Futura Std";
    color: #222222;
}

.input_wrapp-2 {
    text-align: left;
    margin-bottom: 20px;
}
.input_wrapp-2 span {
    font-family: "Futura Std";
    font-size: 16px;
    margin-left: 2px;
}

.show-pass {
    position: absolute;
    top: 58%;
    right: 3%;
}

.input_wrap_3 {
    text-align: left;
    font-family: "Futura Std";
}
.input_wrap_3 span {
    display: inline-block;
}
.input_wrap_3 p {
    font-size: 16px;
}

.login_wrapper_2 {
    background: transparent;
    border: 1px solid #ddd;
}

.login {
    position: absolute;
    top: 0;
    left: 217px;
    background: transparent;
    border: 0;
    font-size: 26px;
}

.sm_login_wrapper {
    position: absolute;
    width: 300px;
    min-height: 348px;
    background: #fff;
    z-index: 99999;
    padding: 28px 22px;
    border: 1px solid #ddd;
    left: 0;
    display: none;
}

.sm-input-wrap label {
    display: block;
    text-transform: capitalize;
    margin-bottom: 10px;
    padding-top: 10px;
}

.sm-input-wrap input {
    width: 100%;
    height: 40px;
    border: 1px solid #ddd;
}

.sm-input-wrap button {
    width: 100%;
    text-transform: uppercase;
    background: #000;
    color: #fff;
    padding: 4px 0;
    border: 0;
}

.forgetpass {
    display: flex;
    justify-content: space-between;
    padding-top: 35px;
}

.forgetpass button {
    background: transparent;
    border: 0;
    text-decoration: underline;
    text-transform: capitalize;
}

.sm-input-wrap-2 {
    padding: 15px 0;
}
.sm-input-wrap-2 label {
    text-transform: capitalize;
    padding-left: 5px;
}

/***********************
========================
    27. single
========================
************************/
.single_breadcrumb ol li a {
    font-size: 16px;
    font-family: "Futura Std Book";
    color: #999;
}

.single_preview_product {
    position: relative;
}

.single-popup-view {
    position: absolute;
    right: 0;
    display: inline-block;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
    border-radius: 50%;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    color: #000;
    font-weight: 500;
}

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

.edit-title {
    padding-bottom: 6px;
}

.s-price span {
    font-size: 28px;
    color: #000;
    font-weight: 600;
}

.s-des p {
    font-size: 16px;
    color: #666;
    font-family: "Futura Std Book";
    line-height: 2;
    font-weight: 300;
}

.single_action span input {
    width: 100px;
    height: 50px;
    border: 2px solid #ddd;
}
.single_action span a {
    display: inline;
    padding: 16px 50px;
    background: transparent;
    color: #000;
    border: 2px solid #ddd;
    text-align: center;
    text-transform: uppercase;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .single_action span a {
        padding: 16px 28px;
    }
}
.single_action span a::before {
    background: #a3a284;
    color: #ffffff;
}
.single_action span a:hover {
    color: #ffffff;
}
.single_action span i {
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border: 2px solid #ddd;
    color: #000;
    font-weight: 400;
}

.edit-f-title {
    margin-bottom: 0;
}

.f-social-media a {
    background: #f1f1f1;
    height: 40px;
    width: 40px;
    line-height: 40px;
    margin-right: 10px;
    color: #999;
    font-size: 16px;
}

.single_action {
    margin-bottom: 10px;
}

.categories__tab.single_disc_tab .nav li button {
    border: 0 !important;
    color: #222;
    font-family: Barlow Condensed;
    text-transform: uppercase;
}

.single_disc_tab .nav.nav-tabs {
    border-top: 2px solid #ebebeb;
    border-bottom: 2px solid #ebebeb;
}

.single_product_description p {
    font-size: 15px;
    font-family: "Futura Std Book";
    line-height: 2.5;
    color: #999;
}

.desc-3_image {
    float: left;
    margin-right: 50px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.desc-3_image:hover {
    transform: rotate(30deg);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.desc-3_content {
    overflow: hidden;
    width: 80%;
    text-align: left;
}

.desc-3_content h4 {
    color: #000;
    font-weight: 500;
}

.desc_title_wrapper {
    text-align: left;
}
.desc_title_wrapper h2 {
    color: #222;
    font-weight: 500;
    font-size: 27px;
}
.desc_title_wrapper h4 {
    font-size: 18px;
    color: #999999;
    font-weight: 600;
}

.show_model_product {
    background: #f6f6f6;
    padding: 95px 0;
}
.show_model_product h4 {
    color: #222;
    padding-top: 15px 0;
    text-transform: uppercase;
}

.user__thumb img {
    float: left;
    margin-right: 10px;
    border: 1px solid #ddd;
    background: #ebe9eb;
}

.user__content {
    overflow: auto;
    border: 1px solid #ddd;
    padding: 13px;
}

.user__content h4 {
    display: inline-block;
    margin-bottom: 19px;
    font-size: 14px;
}
.user__content span {
    text-align: right;
    display: inline-block;
    float: right;
}
.user__content p {
    font-size: 16px;
    color: #666;
    font-family: "Futura Std Book";
    font-weight: 400;
    line-height: 2.2;
}

.product__reviews_comment > p {
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 20px;
    color: #222;
}

.add_review {
    font-size: 20px;
    color: #222;
}

.rating-title {
    font-size: 16px;
    text-transform: capitalize;
    font-family: "Futura Std Book";
}

.review_form label {
    display: block;
    margin: 19px 0;
    font-size: 16px;
}

.review__wrap_1 textarea {
    width: 100%;
    height: 150px;
    border: 1px solid #222;
    padding: 12px;
}

.review__wrap input {
    height: 50px;
    width: 100%;
    padding: 10px;
}
@media (max-width: 767px) {
    .review__wrap input {
        width: 100%;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .review__wrap input {
        width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .review__wrap input {
        width: 100%;
    }
}

.review__wrap_2 span {
    display: inline-block;
    padding-left: 10px;
}

.review__wrap button {
    font-size: 16px;
    padding: 10px 30px;
    border: 0;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.review__wrap button:hover {
    background: #a3a284;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.categories__tab.single_disc_tab .nav-tabs .nav-item .nav-link.active {
    color: #a3a284;
}

/*# sourceMappingURL=style.css.map */

/* ===================================================================
   SADEEM BRAND OVERRIDES  — palette: #eae8dd #eae8dd #a3a284 #a3a284 #a3a284
   Tagline: "Cloud-soft comfort, tailored for you."  (appended 2026)
   =================================================================== */
:root{
  --sadeem-cream:#eae8dd;
  --sadeem-greige:#eae8dd;
  --sadeem-taupe:#a3a284;
  --sadeem-sage:#a3a284;
  --sadeem-charcoal:#a3a284;
}
/* Primary dark CTAs -> brand charcoal (instead of Bootstrap near-black) */
.btn-dark{
  background-color:var(--sadeem-charcoal)!important;
  border-color:var(--sadeem-charcoal)!important;
}
.btn-dark:hover,.btn-dark:focus{
  background-color:var(--sadeem-sage)!important;
  border-color:var(--sadeem-sage)!important;
  color:#fff!important;
}
.add-to-cart-btn.hover-invert-dark:hover{
  background-color:var(--sadeem-sage)!important;
  border-color:var(--sadeem-sage)!important;
  color:#fff!important;
}
.btn-outline-dark:hover{
  background-color:var(--sadeem-charcoal)!important;
  border-color:var(--sadeem-charcoal)!important;
}
/* Deepen white-on-sage minor accents for legibility */
.pagenationstyle ul li a{ background:#8f8c73; }
/* Soft brand tagline helper (usable in blades: <span class="sadeem-tagline">) */
.sadeem-tagline{
  color:var(--sadeem-sage);
  letter-spacing:.04em;
  font-style:italic;
}

/* ---- SADEEM typography + brand marks + patterns (full brand-guide pass) ---- */
body{
  font-family:'Jost', 'Futura Std', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background-color:var(--sadeem-cream);
  color:var(--sadeem-charcoal);
}
h1,h2,h3,h4,h5,h6,.tp-section-title,.section-title,.product-title{
  font-family:'Cormorant Garamond','Times New Roman',serif;
  letter-spacing:.01em;
}
/* Brand wordmark (header + footer logo, placeholder until SVG logo arrives) */
.sadeem-wordmark{
  font-family:'Cormorant Garamond', serif !important;
  font-weight:600;
  letter-spacing:.22em;
  text-transform:uppercase;
  color:var(--sadeem-charcoal);
  line-height:1;
  white-space:nowrap;
  display:inline-block;
  margin:0;
}
.nav-brand .sadeem-wordmark{ color:var(--sadeem-charcoal); }
.header.sticky .nav-brand .sadeem-wordmark{ color:var(--sadeem-charcoal); }
/* Tagline (Quicksand, rounded geometric — matches the guide) */
.sadeem-tagline{
  font-family:'Quicksand', sans-serif;
  font-weight:500;
  font-style:normal;
  color:var(--sadeem-sage);
  letter-spacing:.06em;
}
.footer-tagline{
  text-align:center;
  font-size:.9rem;
  margin-top:-.4rem;
  margin-bottom:1.2rem;
}
/* Footer wordmark sizing */
footer h1.logo.sadeem-wordmark{
  font-size:clamp(2.2rem,6vw,3.4rem);
  text-align:center;
  letter-spacing:.3em;
  color:var(--sadeem-sage);
}
/* Brand wave pattern (recreated from guide p.4) — subtle band atop the footer */
footer.bg-light{ background-color:var(--sadeem-greige)!important; position:relative; }
footer.bg-light::before{
  content:"";
  position:absolute; left:0; right:0; top:0; height:26px;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72' height='26' viewBox='0 0 72 26'%3E%3Cpath d='M0 13 Q 18 1 36 13 T 72 13' fill='none' stroke='%23a5a288' stroke-width='1.1' opacity='0.55'/%3E%3C/svg%3E");
  background-repeat:repeat-x;
  background-size:72px 26px;
  opacity:.8;
}
/* Reusable wave divider utility */
.sadeem-waves{
  height:26px;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72' height='26' viewBox='0 0 72 26'%3E%3Cpath d='M0 13 Q 18 1 36 13 T 72 13' fill='none' stroke='%23a5a288' stroke-width='1.1' opacity='0.55'/%3E%3C/svg%3E");
  background-repeat:repeat-x;
  background-size:72px 26px;
}
/* Greige section helper using brand background */
.sadeem-bg-greige{ background-color:var(--sadeem-greige); }
.sadeem-bg-cream{ background-color:var(--sadeem-cream); }
.sadeem-bg-taupe{ background-color:var(--sadeem-taupe); }

/* ---- SADEEM About page ---- */
.sadeem-about-hero{
  background:var(--sadeem-greige);
  padding:72px 0 56px;
}
.sadeem-about-eyebrow{
  font-size:.95rem;
  margin-bottom:.6rem;
}
.sadeem-about-title{
  font-size:clamp(2.4rem,6vw,4rem);
  letter-spacing:.18em;
  color:var(--sadeem-charcoal);
  margin:0;
}
.sadeem-about-brand-title{
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(1.8rem,4vw,2.6rem);
  color:var(--sadeem-charcoal);
}
.sadeem-about-body{
  font-family:'Jost',sans-serif;
  font-size:1.05rem;
  line-height:1.9;
  color:#5b5b52;
}
.sadeem-stat-value{
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(2rem,5vw,2.8rem);
  font-weight:600;
  color:var(--sadeem-sage);
  line-height:1;
}
.sadeem-stat-label{
  font-family:'Quicksand',sans-serif;
  font-size:.85rem;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:var(--sadeem-charcoal);
  margin-top:.5rem;
}

/* ---- SADEEM policy pages ---- */
.sadeem-policy-body{
  font-family:'Jost',sans-serif;
  color:#5b5b52;
  line-height:1.85;
  font-size:1rem;
}
.sadeem-policy-body h4{
  font-family:'Cormorant Garamond',serif;
  color:var(--sadeem-charcoal);
  font-size:1.4rem;
  margin:1.6rem 0 .6rem;
}
.sadeem-policy-body a{ color:var(--sadeem-sage); text-decoration:underline; }
.sadeem-policy-body ul{ padding-inline-start:1.2rem; }
.sadeem-policy-body li{ margin-bottom:.4rem; }

/* ============================================================
   SADEEM header+footer — 2-color scheme (sage #a3a284 / cream #eae8dd)
   ============================================================ */
/* Footer: solid sage block with cream content */
footer.bg-light{ background-color:#a3a284 !important; }
footer.bg-light, footer.bg-light *{ color:#eae8dd !important; }
footer.bg-light a{ color:#eae8dd !important; opacity:.92; }
footer.bg-light a:hover{ color:#ffffff !important; opacity:1; }
footer.bg-light .sadeem-wordmark,
footer.bg-light h1.logo,
footer.bg-light .sadeem-tagline,
footer.bg-light .footer-tagline,
footer.bg-light i,
footer.bg-light svg{ color:#eae8dd !important; }
footer.bg-light hr,
footer.bg-light [class*="border"]{ border-color:rgba(234,232,221,.25) !important; }
/* Cream wave divider atop footer */
footer.bg-light::before{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72' height='26' viewBox='0 0 72 26'%3E%3Cpath d='M0 13 Q 18 1 36 13 T 72 13' fill='none' stroke='%23eae8dd' stroke-width='1.1' opacity='0.75'/%3E%3C/svg%3E") !important;
  opacity:.9 !important;
}
/* Newsletter input + subscribe button within the sage footer */
footer.bg-light input[type="email"],
footer.bg-light input[type="text"]{
  background:#eae8dd !important; color:#5f6347 !important;
  border:1px solid #eae8dd !important;
}
footer.bg-light input::placeholder{ color:#8d8f72 !important; }
footer.bg-light button,
footer.bg-light .btn{
  background:#eae8dd !important; color:#a3a284 !important;
  border:1px solid #eae8dd !important; font-weight:600;
}
footer.bg-light button:hover,
footer.bg-light .btn:hover{ background:#ffffff !important; color:#8a8a66 !important; }
/* Payment method logos are real brand images — keep them legible on sage */
footer.bg-light img{ background:#eae8dd; border-radius:6px; padding:2px 4px; }

/* ============================================================
   SADEEM footer — refined design (sage #a3a284 + cream #eae8dd)
   (appended last → supersedes earlier footer rules)
   ============================================================ */
footer.bg-light{ background-color:#a3a284 !important; padding-top:0 !important; }

/* Brand block: wordmark (was hidden) + tagline, centered */
footer.bg-light .logo,
footer.bg-light h1.logo.sadeem-wordmark{
  display:block !important;
  text-align:center !important;
  color:#eae8dd !important; opacity:1 !important;
  font-family:'Cormorant Garamond',serif !important;
  font-size:clamp(2rem,5vw,3rem) !important;
  font-weight:600 !important;
  letter-spacing:.34em !important; text-indent:.34em;
  margin:2.4rem 0 .35rem !important; line-height:1 !important;
}
footer.bg-light .footer-tagline{
  text-align:center !important; color:#eae8dd !important; opacity:.85 !important;
  font-size:.95rem !important; letter-spacing:.05em !important; margin:0 auto 0 !important;
}
footer.bg-light .footer-tagline::after{
  content:""; display:block; width:64px; height:1px;
  background:rgba(234,232,221,.5); margin:1.6rem auto 2.6rem;
}

/* Column headings: Quicksand caps + accent underline */
footer.bg-light .footer-column h2,
footer.bg-light h2{
  color:#eae8dd !important; opacity:1 !important;
  font-family:'Quicksand',sans-serif !important; text-transform:uppercase !important;
  font-size:.78rem !important; font-weight:700 !important; letter-spacing:.2em !important;
  margin-bottom:1.1rem !important; padding-bottom:.7rem !important;
  border-bottom:1px solid rgba(234,232,221,.22) !important;
}

/* Links + body text */
footer.bg-light a{ color:#eae8dd !important; opacity:.8 !important; text-decoration:none !important;
  transition:opacity .2s ease, padding .2s ease; }
footer.bg-light a:hover{ opacity:1 !important; padding-inline-start:4px; }
footer.bg-light li{ margin-bottom:.6rem !important; }
footer.bg-light p, footer.bg-light .number, footer.bg-light span{ color:#eae8dd !important; }
footer.bg-light p{ opacity:.82 !important; line-height:1.75 !important; }
footer.bg-light .footer-link-icon, footer.bg-light i{ color:#eae8dd !important; opacity:.78; }

/* Social: cream-outlined circles */
footer.bg-light a.footer-link.fs-5,
footer.bg-light .social-links a{
  display:inline-flex !important; align-items:center; justify-content:center;
  width:38px; height:38px; border-radius:50%;
  border:1px solid rgba(234,232,221,.5) !important; opacity:1 !important;
  transition:background .2s ease, color .2s ease;
}
footer.bg-light a.footer-link.fs-5:hover,
footer.bg-light .social-links a:hover{ background:#eae8dd !important; padding:0 !important; }
footer.bg-light a.footer-link.fs-5:hover i,
footer.bg-light .social-links a:hover i{ color:#a3a284 !important; opacity:1; }

/* Newsletter: pill input + pill button */
footer.bg-light input[type="email"], footer.bg-light input[type="text"]{
  background:#eae8dd !important; color:#5f6347 !important; border:none !important;
  border-radius:999px !important; padding:.72rem 1.15rem !important; width:100% !important;
}
footer.bg-light input::placeholder{ color:#9a9982 !important; }
footer.bg-light button, footer.bg-light .btn{
  background:#eae8dd !important; color:#7c7b5f !important; border:none !important;
  border-radius:999px !important; font-weight:700 !important; letter-spacing:.12em !important;
  text-transform:uppercase; padding:.6rem 1.7rem !important; margin-top:.8rem !important;
  transition:background .2s ease;
}
footer.bg-light button:hover, footer.bg-light .btn:hover{ background:#ffffff !important; color:#6f6e54 !important; }

/* Payment chips: uniform cream pills */
footer.bg-light img{
  background:#eae8dd !important; border-radius:7px !important;
  height:34px !important; width:auto !important; padding:5px 9px !important;
  object-fit:contain !important; margin:0 3px !important; box-shadow:0 1px 3px rgba(0,0,0,.08);
}

/* Copyright bar: subtle top divider */
footer.bg-light .footer-bottom,
footer.bg-light [class*="copyright"]{ border-top:1px solid rgba(234,232,221,.18) !important; }

/* ============================================================
   SADEEM footer v2 — compact · luxury · mobile-first
   (appended last → wins)
   ============================================================ */
/* FIX: POPULAR CATEGORIES reuses .social-links — keep as plain text links, NOT circles */
footer.bg-light .footer-column .social-links a,
footer.bg-light ul.social-links a{
  display:inline !important; width:auto !important; height:auto !important;
  border:none !important; border-radius:0 !important; padding:0 !important; background:transparent !important;
}
/* Compact brand block */
footer.bg-light h1.logo, footer.bg-light .logo, footer.bg-light h1.logo.sadeem-wordmark{
  padding-block:0 !important; margin:1.5rem 0 .25rem !important;
  font-size:clamp(1.5rem,3vw,2rem) !important; letter-spacing:.42em !important;
}
footer.bg-light .footer-tagline{ font-size:.78rem !important; margin:0 auto !important; }
footer.bg-light .footer-tagline::after{ width:46px !important; margin:.9rem auto 0 !important; }
/* Compact desktop grid + tight link rhythm */
footer.bg-light .footer-grid{ margin-block:.75rem !important; padding:1rem 4.6875vw 1.75rem !important; gap:2.5rem !important; }
footer.bg-light .footer-grid ul{ gap:.5rem !important; }
footer.bg-light .footer-column h2{ margin-bottom:.85rem !important; padding-bottom:.55rem !important; font-size:.72rem !important; }
footer.bg-light li{ margin-bottom:0 !important; }
footer.bg-light a, footer.bg-light p, footer.bg-light .number{ font-size:.85rem !important; }
footer.bg-light p{ line-height:1.6 !important; margin-bottom:.4rem !important; }
/* Smaller refined social circles (FOLLOW US links only) */
footer.bg-light a.footer-link.fs-5{ width:34px !important; height:34px !important; font-size:.9rem !important; }
/* Newsletter button — scope to ABOUT column */
footer.bg-light .footer-column button{ margin-top:.7rem !important; padding:.55rem 1.6rem !important; font-size:.72rem !important; }
/* Payment chips smaller */
footer.bg-light img{ height:26px !important; padding:4px 8px !important; margin:0 3px !important; }

/* ---------- MOBILE (≤1024px) — priority ---------- */
@media (max-width:1024px){
  footer.bg-light h1.logo, footer.bg-light .logo{ font-size:1.55rem !important; letter-spacing:.36em !important; margin:1.3rem 0 .25rem !important; }
  footer.bg-light .footer-tagline{ font-size:.74rem !important; }
  footer.bg-light .footer-tagline::after{ margin:.8rem auto 0 !important; }
  footer.bg-light .footer-accordion{ margin:.9rem auto 0 !important; padding-inline:6vw !important; }
  footer.bg-light .footer-accordion > .d-flex{ margin-bottom:.4rem !important; }
  /* accordion → elegant flat rows (override the cream-pill button look) */
  footer.bg-light .footer-accordion .accordion-header{
    background:transparent !important; border:none !important; border-radius:0 !important;
    color:#eae8dd !important; padding:.95rem .2rem !important; margin:0 !important;
    font-family:'Quicksand',sans-serif !important; text-transform:uppercase !important;
    font-size:.78rem !important; letter-spacing:.16em !important; font-weight:700 !important;
  }
  footer.bg-light .footer-accordion .accordion-header:hover{ background:transparent !important; color:#fff !important; }
  footer.bg-light .footer-accordion .accordion-section{ border-top:1px solid rgba(234,232,221,.22) !important; }
  footer.bg-light .footer-accordion .accordion-content a,
  footer.bg-light .footer-accordion .accordion-content li,
  footer.bg-light .footer-accordion .accordion-content p{ font-size:.85rem !important; }
  footer.bg-light a.footer-link.fs-5{ width:36px !important; height:36px !important; }
  footer.bg-light img{ height:24px !important; }
  /* copyright stack tidy */
  footer.bg-light .footer-bottom, footer.bg-light [class*="copyright"]{ text-align:center !important; padding-block:1rem !important; }
}

/* ============================================================
   SADEEM footer v3 — social icons fix + mobile newsletter
   ============================================================ */
/* Social: solid cream circle + clear sage icon (desktop + mobile) */
footer.bg-light a.footer-link.fs-5,
footer.bg-light a.footer-link.fs-4,
footer.bg-light a.footer-link.rounded-circle{
  background:#eae8dd !important; border:none !important;
  width:42px !important; height:42px !important; min-width:42px !important;
  border-radius:50% !important; padding:0 !important;
  display:inline-flex !important; align-items:center !important; justify-content:center !important;
  box-shadow:0 2px 8px rgba(0,0,0,.10) !important; transition:transform .2s ease, background .2s ease !important;
}
footer.bg-light a.footer-link.fs-5 i,
footer.bg-light a.footer-link.fs-4 i,
footer.bg-light a.footer-link.rounded-circle i{
  color:#7d7c5e !important; opacity:1 !important; font-size:1.05rem !important; line-height:1 !important;
}
footer.bg-light a.footer-link.fs-5:hover,
footer.bg-light a.footer-link.fs-4:hover,
footer.bg-light a.footer-link.rounded-circle:hover{
  background:#ffffff !important; transform:translateY(-2px) !important; padding:0 !important;
}

/* Mobile newsletter block (inside the accordion area) */
footer.bg-light .footer-mobile-newsletter{
  padding:1.8rem 1rem 0.5rem !important; margin-top:.5rem !important;
  border-top:1px solid rgba(234,232,221,.22) !important;
}
footer.bg-light .footer-mobile-newsletter h2{
  color:#eae8dd !important; font-family:'Quicksand',sans-serif !important;
  font-size:.8rem !important; letter-spacing:.2em !important; text-transform:uppercase !important;
  font-weight:700 !important; border:none !important; margin:0 0 .4rem !important; padding:0 !important; text-align:center !important;
}
footer.bg-light .footer-mobile-newsletter p{
  color:#eae8dd !important; opacity:.82 !important; font-size:.8rem !important; margin:0 auto 1rem !important; max-width:300px;
}
footer.bg-light .footer-mobile-newsletter form{ display:flex !important; flex-direction:column; gap:.6rem; align-items:center; max-width:320px; margin:0 auto; }
footer.bg-light .footer-mobile-newsletter input{ width:100% !important; text-align:center; }
footer.bg-light .footer-mobile-newsletter button,
footer.bg-light .footer-mobile-newsletter .btn{ width:100% !important; margin-top:0 !important; }
/* hide the duplicate desktop newsletter only within mobile grid context — grid already hidden <1024 */

/* ============================================================
   SADEEM mobile menu — half-width drawer + blurred backdrop
   ============================================================ */
@media (max-width:768px){
  /* Side drawer: partial width, slides in from the left (not full screen) */
  .nav-sidebar{
    left:0 !important; top:0 !important;
    width:80vw !important; max-width:330px !important; height:100% !important;
    transform:translateX(-105%) !important; opacity:1 !important;
    background:#fefdf8 !important;
    transition:transform .32s ease-in-out !important;
    box-shadow:6px 0 40px rgba(64,64,66,.28) !important;
    border-right:1px solid rgba(163,162,132,.3) !important;
  }
  .nav-sidebar.active{
    width:80vw !important; max-width:330px !important; height:100% !important;
    transform:translateX(0) !important; opacity:1 !important;
  }
  /* Dimmed + blurred backdrop over the rest of the screen (tap to close) */
  .nav-sidebar.active ~ .shadow-overlay{
    display:block !important; opacity:1 !important;
    background-color:rgba(64,64,66,.42) !important;
    backdrop-filter:blur(4px) !important; -webkit-backdrop-filter:blur(4px) !important;
    z-index:90 !important;
  }
}

/* ============================================================
   SADEEM mobile menu — half drawer + blurred tappable backdrop
   (#mobile-sidemenu is the real mobile menu)
   ============================================================ */
@media (max-width:767.98px){
  #mobile-sidemenu{
    width:80vw !important; max-width:330px !important;
    box-shadow:6px 0 40px rgba(64,64,66,.30) !important;
    border-right:1px solid rgba(163,162,132,.35) !important;
  }
  #mobile-menu-backdrop{
    position:fixed !important; inset:0 !important; z-index:2999 !important;
    display:none; opacity:0; background:rgba(64,64,66,.45) !important;
    backdrop-filter:blur(4px) !important; -webkit-backdrop-filter:blur(4px) !important;
    transition:opacity .3s ease !important;
  }
  #mobile-sidemenu.active ~ #mobile-menu-backdrop{ display:block !important; opacity:1 !important; }
  /* brand touches inside the drawer */
  #mobile-sidemenu a:hover, #mobile-sidemenu a:active{ color:#a3a284 !important; }
  #mobile-sidemenu .border-bottom{ border-color:rgba(163,162,132,.22) !important; }
  #mobile-sidemenu .fa-times{ color:#a3a284 !important; }
}

/* ============================================================
   SADEEM search overlay — brand (#a3a284 / #eae8dd)
   ============================================================ */
#nav-searchscreen{ background:#eae8dd !important; }
#nav-searchscreen #search-input-main,
#nav-searchscreen .search-input{
  border:1px solid #a3a284 !important; background:#fffefb !important; color:#5f6347 !important;
  border-radius:999px !important;
}
#nav-searchscreen #search-input-main::placeholder,
#nav-searchscreen .search-input::placeholder{ color:#9a9982 !important; }
#nav-searchscreen #search-input-main:focus,
#nav-searchscreen .search-input:focus{ outline:none !important; box-shadow:0 0 0 3px rgba(163,162,132,.25) !important; }
#nav-searchscreen .search-close-button{ color:#a3a284 !important; }
/* category filter: active = sage */
#nav-searchscreen .category-tab.active, #nav-searchscreen .search-cat.active,
#nav-searchscreen [data-category].active, #nav-searchscreen .nav-link.active{ color:#a3a284 !important; border-color:#a3a284 !important; }

/* ============================================================
   SADEEM search field — single clean pill (fix double border)
   ============================================================ */
#nav-searchscreen form{ display:flex !important; justify-content:center !important; width:100% !important; }
#nav-searchscreen .search-input-container{
  border:1.5px solid #a3a284 !important; background:#fffefb !important;
  border-radius:999px !important; width:100% !important; max-width:620px !important;
  margin:0 auto !important; padding:.9rem 1.5rem !important;
  transition:box-shadow .2s ease, border-color .2s ease !important;
}
#nav-searchscreen .search-input-container:focus-within{
  border-color:#8f8e6f !important; box-shadow:0 0 0 3px rgba(163,162,132,.22) !important;
}
#nav-searchscreen #search-input-main,
#nav-searchscreen .search-input-container input,
#nav-searchscreen .search-input{
  border:none !important; background:transparent !important; border-radius:0 !important;
  box-shadow:none !important; outline:none !important;
  color:#5f6347 !important; font-size:1rem !important; width:100% !important; height:auto !important;
}
#nav-searchscreen #search-input-main::placeholder,
#nav-searchscreen .search-input::placeholder{ color:#9a9982 !important; letter-spacing:.02em; }

/* ============================================================
   SADEEM product cards — premium polish (home · shop · search)
   ============================================================ */
.product, .card.product{
  background:#fdfcf7 !important;
  border:1px solid rgba(163,162,132,.20) !important;
  border-radius:14px !important;
  overflow:hidden !important;
  transition:transform .3s ease, box-shadow .3s ease, border-color .3s ease !important;
}
.product:hover, .card.product:hover{
  transform:translateY(-6px) !important;
  box-shadow:0 18px 36px -18px rgba(64,64,66,.32) !important;
  border-color:rgba(163,162,132,.45) !important;
}
.product .product-image-link, .card.product a[class*="image"]{ overflow:hidden !important; display:block; }
.product img, .card.product img{ transition:transform .55s ease !important; }
.product:hover img, .card.product:hover img{ transform:scale(1.06) !important; }
/* tidy the card text block */
.product .p-3, .card.product .p-3{ padding:1rem .9rem !important; }

/* ============================================================
   SADEEM search overlay — full polish (awesome + responsive)
   ============================================================ */
#nav-searchscreen{ background:#eae8dd !important; padding:1.6rem 1rem 3rem !important; }
#nav-searchscreen.active{ height:100dvh !important; }
/* Logo — centered, sized (was overflowing on mobile) */
#nav-searchscreen > a.my-2{ display:block !important; text-align:center !important; margin:.2rem auto .9rem !important; width:100% !important; }
#nav-searchscreen > a.my-2 img,
#nav-searchscreen > a.my-2 .sadeem-wordmark{ height:48px !important; width:auto !important; max-width:72vw !important; object-fit:contain !important; }
/* Close button — sage tint, larger tap target, clear position */
#nav-searchscreen .close-button.search-close-button{
  top:1.1rem !important; right:1.1rem !important; width:1.7rem !important; height:1.7rem !important; opacity:.85;
}
#nav-searchscreen .close-button.search-close-button:hover{ opacity:1; }
/* Centered results container with breathing room */
#nav-searchscreen #search-results-container,
#nav-searchscreen #search-results-container .container,
#nav-searchscreen .container{ max-width:1120px !important; margin:0 auto !important; }
/* Price: keep tidy, don't break awkwardly */
.product .fw-bold, .card.product .fw-bold{ line-height:1.45 !important; }

@media (max-width:768px){
  #nav-searchscreen{ padding:1.2rem .8rem 2.4rem !important; }
  #nav-searchscreen > a.my-2 img,
  #nav-searchscreen > a.my-2 .sadeem-wordmark{ height:38px !important; max-width:66vw !important; }
  #nav-searchscreen .close-button.search-close-button{ top:.9rem !important; right:.9rem !important; }
  /* tidy card text on small screens */
  .product .p-3, .card.product .p-3{ padding:.75rem .55rem !important; }
  .product .fw-semibold, .card.product .fw-semibold{ font-size:.78rem !important; letter-spacing:.5px !important; }
  .product .fw-bold, .card.product .fw-bold{ font-size:.82rem !important; }
  .product .text-decoration-line-through, .card.product .text-decoration-line-through{ font-size:.74rem !important; }
}

/* Mobile: stack struck old-price above current price (avoid wrap on narrow cards) */
@media (max-width:768px){
  .product .fw-bold .text-decoration-line-through,
  .card.product .fw-bold .text-decoration-line-through{
    display:block !important; margin:0 0 2px !important;
  }
}

/* ============================================================
   FIX: closed search overlay must NOT overlap / intercept header clicks
   (earlier padding on the base #nav-searchscreen covered the icons)
   ============================================================ */
#nav-searchscreen:not(.active){
  height:0 !important; min-height:0 !important; padding:0 !important;
  overflow:hidden !important; pointer-events:none !important;
}
#nav-searchscreen.active{
  pointer-events:auto !important; padding:1.6rem 1rem 3rem !important;
}
@media (max-width:768px){
  #nav-searchscreen.active{ padding:1.2rem .8rem 2.4rem !important; }
}

/* Search: luxury breathing room between the field and the results */
#nav-searchscreen form{ margin-bottom:3rem !important; }
#nav-searchscreen #search-results-container{ margin-top:1rem !important; }
@media (max-width:768px){
  #nav-searchscreen form{ margin-bottom:2rem !important; }
}

/* ============================================================
   SADEEM home — premium editorial polish
   ============================================================ */
/* Section headers: eyebrow + serif title + sage divider */
.section-wrapper{ margin-bottom:2.75rem !important; }
.section-eyebrow{
  display:block; font-family:'Quicksand',sans-serif; text-transform:uppercase;
  letter-spacing:.3em; font-size:.7rem; font-weight:600; color:#a3a284; margin-bottom:.75rem;
}
.section-title{
  font-family:'Cormorant Garamond',serif !important; color:#4a4938 !important;
  font-size:clamp(2rem,4vw,2.9rem) !important; font-weight:600 !important;
  letter-spacing:.015em !important; margin:0 !important; line-height:1.1 !important;
}
.section-divider{ display:block; width:58px; height:1px; background:#a3a284; opacity:.55; margin:1.1rem auto 0; }
.section-wrapper p{ color:#8d8c78 !important; font-size:.78rem !important; letter-spacing:.14em !important; margin-top:1rem !important; }
/* Generous section rhythm */
.category_area, .categories_area{ padding-block:4.5rem !important; }
/* Category feature card — premium hover + caption */
.category_area .card{ background:#fdfcf7 !important; border:1px solid rgba(163,162,132,.18) !important; border-radius:14px !important; transition:box-shadow .3s ease, transform .3s ease !important; }
.category_area .card:hover{ transform:translateY(-5px); box-shadow:0 18px 38px -18px rgba(64,64,66,.30); }
.category_area .card img{ transition:transform .65s ease !important; }
.category_area .card:hover img{ transform:scale(1.06) !important; }
.category_area .card-body{ background:#fdfcf7 !important; }
.category_area .card-body li{
  font-family:'Quicksand',sans-serif !important; font-weight:600 !important;
  letter-spacing:.18em !important; color:#4a4938 !important; font-size:.82rem !important;
}

/* ============================================================
   SADEEM shop — collection hero / breadcrumb (luxury)
   ============================================================ */
.sadeem-shop-hero{
  background:#eae8dd; background-size:cover; background-position:center;
  padding:4rem 1rem 3.4rem; text-align:center;
}
.sadeem-breadcrumb{
  font-family:'Quicksand',sans-serif; font-size:.7rem; letter-spacing:.16em; text-transform:uppercase;
  color:#8d8c78; margin-bottom:1.1rem;
}
.sadeem-breadcrumb a{ color:#a3a284; text-decoration:none; transition:color .2s; }
.sadeem-breadcrumb a:hover{ color:#4a4938; }
.sadeem-breadcrumb .sep{ margin:0 .55rem; opacity:.6; }
.sadeem-breadcrumb .current{ color:#4a4938; }
.sadeem-shop-title{
  font-family:'Cormorant Garamond',serif !important; color:#4a4938 !important;
  font-size:clamp(2.4rem,5vw,3.6rem) !important; font-weight:600 !important;
  letter-spacing:.02em !important; margin:0 !important; text-transform:capitalize !important; line-height:1.05 !important;
}
.sadeem-shop-divider{ margin-top:1.2rem !important; }
/* When a category banner image is set: light text over the image */
.sadeem-shop-hero.has-banner{ padding:6rem 1rem; }
.sadeem-shop-hero.has-banner .sadeem-breadcrumb,
.sadeem-shop-hero.has-banner .sadeem-breadcrumb a,
.sadeem-shop-hero.has-banner .sadeem-breadcrumb .current,
.sadeem-shop-hero.has-banner .sadeem-shop-title,
.sadeem-shop-hero.has-banner .section-eyebrow{ color:#fdfcf7 !important; }
.sadeem-shop-hero.has-banner .section-divider{ background:#fdfcf7 !important; }
@media (max-width:768px){
  .sadeem-shop-hero{ padding:2.6rem 1rem 2.2rem; }
  .sadeem-shop-hero.has-banner{ padding:4rem 1rem; }
}

/* ============================================================
   SADEEM product detail — luxury polish
   ============================================================ */
.sadeem-pd-eyebrow{
  font-family:'Quicksand',sans-serif; text-transform:uppercase; letter-spacing:.28em;
  font-size:.66rem; font-weight:600; color:#a3a284;
}
.sadeem-pd-title{
  font-family:'Cormorant Garamond',serif !important; color:#4a4938 !important;
  font-size:clamp(1.8rem,3vw,2.6rem) !important; font-weight:600 !important;
  letter-spacing:.01em !important; line-height:1.12 !important; text-transform:none !important;
}
.sadeem-pd-price{ font-size:1.15rem !important; color:#4a4938 !important; }
.sadeem-pd-price .pd-now-price{ font-weight:700; color:#4a4938; }
.sadeem-pd-price .pd-old-price{ font-weight:400; color:#a3a284; text-decoration:line-through; opacity:.8; font-size:.95rem; }
.sadeem-pd-price svg, .sadeem-pd-price img{ width:.85em; height:.85em; }
/* Size label + select */
#select_size .form-label, .product-detail label.form-label,
[id^="select_"] .form-label{ font-family:'Quicksand',sans-serif !important; text-transform:uppercase; letter-spacing:.16em; font-size:.7rem !important; color:#8d8c78 !important; }
.variant-select{
  border:1px solid #a3a284 !important; border-radius:999px !important; padding:.7rem 1.2rem !important;
  color:#4a4938 !important; background-color:#fdfcf7 !important;
}
.variant-select:focus{ box-shadow:0 0 0 3px rgba(163,162,132,.22) !important; border-color:#8f8e6f !important; }
/* SKU */
#product-sku{ letter-spacing:.14em !important; color:#a8a896 !important; }
/* Breadcrumb on product detail */
.single_breadcrumb .breadcrumb{ background:transparent !important; padding-left:0 !important; }
.single_breadcrumb .breadcrumb-item a{ color:#a3a284 !important; text-decoration:none; }
.single_breadcrumb .breadcrumb-item.active{ color:#4a4938 !important; }
/* CATEGORY label */
.product-detail .category-label, .single-product .text-uppercase b{ color:#4a4938; }

/* ============================================================
   SADEEM cart page (.f_cart_area) — luxury polish
   ============================================================ */
.f_cart_area{ padding-block:4rem !important; }
/* Cards: warm cream + sage hairline */
.f_cart_area .bg-white.rounded-4{
  background:#fdfcf7 !important; border:1px solid rgba(163,162,132,.22) !important;
  border-radius:16px !important; box-shadow:0 16px 38px -24px rgba(64,64,66,.28) !important;
}
/* Headings (MY BAG / CART SUMMARY) -> serif */
.f_cart_area h5.fw-bold{
  font-family:'Cormorant Garamond',serif !important; font-weight:600 !important;
  text-transform:none !important; letter-spacing:.01em !important; color:#4a4938 !important; font-size:1.55rem !important;
}
.f_cart_area h5.fw-bold i{ color:#a3a284 !important; }
.f_cart_area a.fw-bold, .f_cart_area .fw-bold.text-dark{ color:#4a4938 !important; }
/* Quantity selector -> sage pill */
.f_cart_area .quantity-wrapper{ border:1px solid rgba(163,162,132,.45) !important; border-radius:999px !important; overflow:hidden; }
.f_cart_area .quantity-wrapper button{ color:#a3a284 !important; background:transparent !important; border:none !important; }
.f_cart_area .quantity-wrapper button:hover{ color:#4a4938 !important; background:rgba(163,162,132,.12) !important; }
/* Coupon */
.f_cart_area #coupon_code{ border:1px solid #a3a284 !important; color:#5f6347 !important; }
.f_cart_area #apply_coupon_btn{ background:#a3a284 !important; color:#fdfcf7 !important; border-color:#a3a284 !important; }
.f_cart_area #apply_coupon_btn:hover{ background:#8f8e6f !important; color:#fff !important; }
.f_cart_area #remove_coupon_btn{ color:#a3a284 !important; border-color:#a3a284 !important; background:transparent !important; }
/* Summary text + divider */
.f_cart_area .text-muted{ color:#8d8c78 !important; }
.f_cart_area hr{ border-color:rgba(163,162,132,.25) !important; }
/* Proceed to checkout -> sage pill */
.f_cart_area a[href*="checkout"]{
  background:#a3a284 !important; color:#fdfcf7 !important; border:none !important;
  border-radius:999px !important; letter-spacing:.12em !important; font-weight:600 !important; text-transform:uppercase;
}
.f_cart_area a[href*="checkout"]:hover{ background:#8f8e6f !important; color:#fff !important; }
/* Remove icon -> muted sage */
.f_cart_area .cart-remove-btn i{ color:#a3a284 !important; }
.f_cart_area .cart-remove-btn:hover i{ color:#b06a5a !important; }
/* Empty-cart CTA */
.f_cart_area .btn-outline-dark{ border-color:#a3a284 !important; color:#4a4938 !important; border-radius:999px !important; }
.f_cart_area .btn-outline-dark:hover{ background:#a3a284 !important; color:#fdfcf7 !important; }
@media (max-width:768px){ .f_cart_area{ padding-block:2.4rem !important; } }

/* ============================================================
   SADEEM customer dashboard — loyalty/card headers + badges
   ============================================================ */
.sadeem-head{ background:#a3a284 !important; color:#fdfcf7 !important; }
.sadeem-head *{ color:#fdfcf7 !important; }
/* status badges -> brand tones */
.dashboard-area .badge.bg-success, .f_cart_area .badge.bg-success{ background:#a3a284 !important; color:#fdfcf7 !important; }
.dashboard-area .badge.bg-warning{ background:#ded9c6 !important; color:#4a4938 !important; }

/* ============================================================
   SADEEM ACCOUNT / DASHBOARD â€” luxury design system (.acc)
   ============================================================ */
.acc{ background:#eae8dd; padding:2.5rem 0 4rem; min-height:62vh; }
.acc-grid{ display:grid; grid-template-columns:268px 1fr; gap:1.75rem; align-items:start; }
@media(max-width:991px){ .acc-grid{ grid-template-columns:1fr; gap:1.1rem; } }

/* page heading */
.acc-head{ margin-bottom:1.5rem; }
.acc-eyebrow{ font-family:'Quicksand',sans-serif; text-transform:uppercase; letter-spacing:.26em; font-size:.66rem; font-weight:600; color:#a3a284; display:block; }
.acc-title{ font-family:'Cormorant Garamond',serif; color:#4a4938; font-size:clamp(1.7rem,3vw,2.4rem); font-weight:600; margin:.25rem 0 0; line-height:1.08; }

/* sidebar */
.acc-sidebar{ background:#fff; border:1px solid rgba(163,162,132,.2); border-radius:18px; padding:1.5rem 1.1rem; position:sticky; top:1.5rem; box-shadow:0 16px 38px -26px rgba(64,64,66,.3); }
.acc-user{ display:flex; flex-direction:column; align-items:center; text-align:center; padding:.4rem 0 1.1rem; border-bottom:1px solid rgba(163,162,132,.18); margin-bottom:.9rem; }
.acc-avatar{ width:66px;height:66px;border-radius:50%; background:#eae8dd; color:#a3a284; display:grid;place-items:center; font-size:1.7rem; margin-bottom:.7rem; font-family:'Cormorant Garamond',serif; font-weight:700; }
.acc-user-name{ font-family:'Cormorant Garamond',serif; font-size:1.25rem; font-weight:600; color:#4a4938; margin:0; line-height:1.15; }
.acc-user-email{ font-size:.76rem; color:#8d8c78; margin:.25rem 0 0; word-break:break-word; }
.acc-nav{ display:flex; flex-direction:column; gap:.18rem; }
.acc-link{ display:flex; align-items:center; gap:.7rem; padding:.72rem .9rem; border-radius:11px; color:#5b5a4c !important; text-decoration:none !important; font-size:.9rem; font-weight:500; transition:background .2s,color .2s; }
.acc-link i{ font-size:1.12rem; color:#a3a284; transition:color .2s; }
.acc-link:hover{ background:#f3f1e6; color:#4a4938 !important; }
.acc-link.is-active{ background:#a3a284; color:#fff !important; box-shadow:0 8px 18px -10px rgba(163,162,132,.8); }
.acc-link.is-active i{ color:#fff !important; }
.acc-divider{ border:none; border-top:1px solid rgba(163,162,132,.2); margin:.8rem 0; }
.acc-logout{ width:100%; background:none; border:none; text-align:left; cursor:pointer; font-family:inherit; }
.acc-logout i{ color:#bf9b91 !important; }
.acc-logout:hover{ background:#f7ece9; color:#b06a5a !important; }
.acc-logout:hover i{ color:#b06a5a !important; }
@media(max-width:991px){
  .acc-sidebar{ position:static; padding:1rem 1.1rem; }
  .acc-user{ flex-direction:row; gap:.8rem; text-align:left; align-items:center; padding-bottom:.9rem; }
  .acc-avatar{ margin:0; width:50px;height:50px;font-size:1.3rem; flex:0 0 auto; }
  .acc-nav{ flex-direction:row; overflow-x:auto; gap:.45rem; padding:.2rem 0 .4rem; scrollbar-width:thin; }
  .acc-link{ white-space:nowrap; flex:0 0 auto; padding:.55rem .9rem; }
  .acc-divider{ display:none; }
  .acc-logout{ width:auto; white-space:nowrap; flex:0 0 auto; }
}

/* cards */
.acc-card{ background:#fff; border:1px solid rgba(163,162,132,.2); border-radius:18px; padding:1.6rem; box-shadow:0 16px 38px -28px rgba(64,64,66,.26); }
.acc-card + .acc-card{ margin-top:1.25rem; }
.acc-card-title{ font-family:'Cormorant Garamond',serif; font-size:1.4rem; font-weight:600; color:#4a4938; margin:0 0 1.1rem; display:flex; align-items:center; gap:.55rem; padding-bottom:.85rem; border-bottom:1px solid rgba(163,162,132,.16); }
.acc-card-title i{ color:#a3a284; font-size:1.2rem; }
.acc-card-title .acc-link-text{ margin-inline-start:auto; }

/* stat tiles */
.acc-stats{ display:grid; grid-template-columns:repeat(3,1fr); gap:1rem; margin-bottom:1.25rem; }
@media(max-width:575px){ .acc-stats{ grid-template-columns:1fr; } }
.acc-stat{ background:#fff; border:1px solid rgba(163,162,132,.2); border-radius:16px; padding:1.25rem 1.3rem; display:flex; align-items:center; gap:.95rem; box-shadow:0 16px 38px -30px rgba(64,64,66,.25); }
.acc-stat-ic{ width:48px;height:48px;border-radius:13px; background:#eae8dd; color:#a3a284; display:grid;place-items:center; font-size:1.35rem; flex:0 0 auto; }
.acc-stat-val{ font-family:'Cormorant Garamond',serif; font-size:2rem; font-weight:600; color:#4a4938; line-height:1; }
.acc-stat-label{ font-size:.68rem; text-transform:uppercase; letter-spacing:.14em; color:#8d8c78; margin-top:.3rem; }

/* info rows */
.acc-info-row{ display:flex; justify-content:space-between; gap:1rem; padding:.72rem 0; border-bottom:1px dashed rgba(163,162,132,.22); }
.acc-info-row:last-child{ border-bottom:none; }
.acc-info-row .k{ color:#8d8c78; text-transform:uppercase; letter-spacing:.08em; font-size:.72rem; font-weight:600; }
.acc-info-row .v{ color:#4a4938; font-weight:500; text-align:right; font-size:.9rem; }

/* table */
.acc-table-wrap{ overflow-x:auto; }
.acc-table{ width:100%; border-collapse:collapse; min-width:520px; }
.acc-table th{ text-align:left; font-size:.66rem; text-transform:uppercase; letter-spacing:.12em; color:#8d8c78; font-weight:700; padding:.6rem .8rem; border-bottom:1px solid rgba(163,162,132,.28); }
.acc-table td{ padding:1rem .8rem; border-bottom:1px solid rgba(163,162,132,.12); font-size:.88rem; color:#4a4938; vertical-align:middle; }
.acc-table tr:last-child td{ border-bottom:none; }
.acc-table tbody tr{ transition:background .15s; }
.acc-table tbody tr:hover{ background:#faf8ef; }
[dir=rtl] .acc-table th, [dir=rtl] .acc-table td{ text-align:right; }

/* badges / status */
.acc-badge{ display:inline-block; padding:.3rem .75rem; border-radius:999px; font-size:.68rem; font-weight:700; letter-spacing:.05em; text-transform:uppercase; }
.acc-badge.ok{ background:#e3e7d2; color:#5f6b3c; }
.acc-badge.warn{ background:#f0ead4; color:#8a7733; }
.acc-badge.muted{ background:#eae8dd; color:#8d8c78; }
.acc-status{ display:inline-block;padding:.32rem .85rem;border-radius:999px;font-size:.72rem;font-weight:600;background:#eae8dd;color:#5b5a4c; text-transform:capitalize; }

/* buttons / links */
.acc-btn{ display:inline-flex;align-items:center;gap:.5rem; background:#a3a284; color:#fff !important; border:1px solid #a3a284; border-radius:999px; padding:.62rem 1.5rem; font-size:.76rem; letter-spacing:.12em; text-transform:uppercase; font-weight:600; text-decoration:none !important; cursor:pointer; transition:all .2s; }
.acc-btn:hover{ background:#8f8e6f; border-color:#8f8e6f; }
.acc-btn-ghost{ background:transparent; color:#4a4938 !important; border:1px solid #a3a284; }
.acc-btn-ghost:hover{ background:#a3a284; color:#fff !important; }
.acc-link-text{ color:#a3a284 !important; font-weight:600; text-decoration:none !important; font-size:.82rem; white-space:nowrap; }
.acc-link-text:hover{ color:#8f8e6f !important; }

/* forms */
.acc-field{ margin-bottom:1.15rem; }
.acc-label{ display:block; font-size:.7rem; text-transform:uppercase; letter-spacing:.1em; color:#8d8c78; font-weight:700; margin-bottom:.4rem; }
.acc-input{ width:100%; border:1px solid #ded9c6; border-radius:10px; padding:.72rem .95rem; font-size:.92rem; color:#4a4938; background:#fff; transition:border .2s, box-shadow .2s; font-family:inherit; }
.acc-input:focus{ outline:none; border-color:#a3a284; box-shadow:0 0 0 3px rgba(163,162,132,.18); }
.acc-input:disabled,.acc-input[readonly]{ background:#f3f1e6; color:#8d8c78; }
.acc-grid-2{ display:grid; grid-template-columns:1fr 1fr; gap:1rem; }
@media(max-width:575px){ .acc-grid-2{ grid-template-columns:1fr; } }
.acc-help{ font-size:.74rem; color:#8d8c78; margin-top:.4rem; }
.acc-err{ color:#b06a5a; font-size:.74rem; margin-top:.35rem; display:block; }

/* empty state */
.acc-empty{ text-align:center; padding:3rem 1rem; color:#8d8c78; }
.acc-empty i{ font-size:2.6rem; color:#c9c7b2; display:block; margin-bottom:.7rem; }
.acc-empty p{ margin:0 0 1.2rem; }

/* loyalty */
.acc-points{ text-align:center; padding:.5rem 0 1rem; }
.acc-points-big{ font-family:'Cormorant Garamond',serif; font-size:3.2rem; font-weight:700; color:#a3a284; line-height:1; }
.acc-points-label{ font-size:.72rem; text-transform:uppercase; letter-spacing:.16em; color:#8d8c78; margin-top:.3rem; }
.acc-progress{ height:9px; background:#eae8dd; border-radius:999px; overflow:hidden; margin:.7rem 0 .4rem; }
.acc-progress > span{ display:block; height:100%; background:linear-gradient(90deg,#b8b79a,#a3a284); border-radius:999px; }
.acc-voucher{ display:flex; align-items:center; justify-content:space-between; gap:1rem; padding:.9rem 1.1rem; border:1px dashed #c7b9a1; border-radius:12px; background:#faf8ef; margin-bottom:.7rem; }
.acc-voucher .code{ font-family:'Quicksand',sans-serif; font-weight:700; letter-spacing:.1em; color:#4a4938; }

/* wishlist */
.acc-wish-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:1.2rem; }
@media(max-width:767px){ .acc-wish-grid{ grid-template-columns:1fr 1fr; gap:.8rem; } }
.acc-wish{ background:#fff;border:1px solid rgba(163,162,132,.2);border-radius:14px;overflow:hidden; transition:transform .25s, box-shadow .25s; }
.acc-wish:hover{ transform:translateY(-5px); box-shadow:0 18px 34px -18px rgba(64,64,66,.32); }
.acc-wish-img{ display:block; width:100%; aspect-ratio:3/4; object-fit:cover; }
.acc-wish-body{ padding:.85rem; text-align:center; }
.acc-wish-name{ font-size:.8rem; font-weight:600; color:#4a4938; letter-spacing:.02em; display:block; }
.acc-wish-price{ color:#a3a284; font-weight:700; margin-top:.25rem; display:flex; align-items:center; justify-content:center; gap:3px; }
.acc-wish-actions{ display:flex; gap:.45rem; margin-top:.75rem; }
.acc-wish-actions > *{ flex:1; }
.acc-wish-actions .acc-btn, .acc-wish-actions .acc-btn-ghost{ padding:.5rem; font-size:.66rem; justify-content:center; width:100%; }


/* ACC — mobile overflow fix: let grid items shrink below content width */
.acc{ overflow-x:clip; }
.acc-grid{ grid-template-columns:268px minmax(0,1fr); }
.acc-main{ min-width:0; }
.acc-sidebar{ min-width:0; }
.acc-nav{ min-width:0; }
.acc-table-wrap{ max-width:100%; }
@media(max-width:991px){
  .acc-grid{ grid-template-columns:minmax(0,1fr); }
}

/* ACC — mobile sidebar nav: visible 2-col tile grid (no hidden scroll) */
@media(max-width:991px){
  .acc-nav{ display:grid !important; grid-template-columns:1fr 1fr; gap:.5rem; overflow:visible !important; padding:0; }
  .acc-link{ white-space:normal; flex:initial; padding:.8rem .85rem; border:1px solid rgba(163,162,132,.22); background:#faf8ef; }
  .acc-link.is-active{ border-color:#a3a284; }
  .acc-nav > form{ grid-column:1 / -1; }
  .acc-logout{ width:100%; justify-content:center; background:#fff; }
}
@media(max-width:380px){
  .acc-nav{ grid-template-columns:1fr; }
}

/* Product-detail wishlist pill + branded card heart */
.pd-wishlist{ display:inline-flex; align-items:center; justify-content:center; gap:.5rem; border:1.5px solid #a3a284; background:#fff; color:#4a4938; letter-spacing:.06em; text-transform:uppercase; font-size:.82rem; font-weight:600; text-decoration:none; transition:background .2s,color .2s; }
.pd-wishlist i{ color:#a3a284; transition:color .2s; }
.pd-wishlist:hover, .pd-wishlist.active{ background:#a3a284; color:#fff; }
.pd-wishlist:hover i, .pd-wishlist.active i{ color:#fff; }
.wishlist-btn{ transition:transform .15s ease, color .2s; }
.wishlist-btn:hover{ transform:scale(1.12); color:#a3a284 !important; }

/* Fix: card-heart hover rule must not bleed into the detail-page pill */
.pd-wishlist, .pd-wishlist:hover{ transform:none !important; }
.pd-wishlist:hover, .pd-wishlist.active{ background:#a3a284 !important; color:#fff !important; }
.pd-wishlist:hover .wl-label, .pd-wishlist.active .wl-label{ color:#fff !important; }
.pd-wishlist:hover i, .pd-wishlist.active i{ color:#fff !important; }

/* ============================================================
   SADEEM home â€” luxury editorial upgrade (v2)
   ============================================================ */
/* Scroll reveal (guarded by .js so content stays visible without JS) */
.js .reveal{ opacity:0; transform:translateY(28px); transition:opacity .9s cubic-bezier(.22,.61,.36,1), transform .9s cubic-bezier(.22,.61,.36,1); }
.js .reveal.in{ opacity:1; transform:none; }

/* Hero â€” refined Swiper controls + CTA (height left to the banner art) */
.home-swiper .swiper-button-next, .home-swiper .swiper-button-prev{
  width:46px; height:46px; border-radius:50%; background:rgba(253,252,247,.72);
  backdrop-filter:blur(6px); box-shadow:0 8px 22px -10px rgba(64,64,66,.45); transition:background .25s, transform .25s;
}
.home-swiper .swiper-button-next:hover, .home-swiper .swiper-button-prev:hover{ background:#fdfcf7; transform:scale(1.05); }
.home-swiper .swiper-button-next::after, .home-swiper .swiper-button-prev::after{ font-size:1rem; font-weight:700; }
.home-swiper .swiper-pagination-bullet{ width:8px; height:8px; background:#4a4938; opacity:.3; border-radius:99px; transition:opacity .25s, width .25s; }
.home-swiper .swiper-pagination-bullet-active{ opacity:1; width:24px; background:#a3a284; }
.home-swiper .btn.rounded-pill{ box-shadow:0 12px 30px -12px rgba(64,64,66,.55); transition:transform .25s, background .25s; }
.home-swiper .btn.rounded-pill:hover{ transform:translateY(-2px); background:#8f8e6f !important; }

/* Trust / features strip */
.sadeem-features{ border-block:1px solid rgba(163,162,132,.22); background:#fdfcf7; }
.sadeem-features-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:1.4rem; padding:2.2rem 0; }
.sadeem-feature{ display:flex; align-items:center; gap:.9rem; justify-content:center; text-align:start; }
.sadeem-feature i{ font-size:1.75rem; color:#a3a284; flex:0 0 auto; }
.sadeem-feature h4{ font-family:'Quicksand',sans-serif; font-size:.8rem; font-weight:700; letter-spacing:.08em; text-transform:uppercase; color:#4a4938; margin:0 0 .15rem; }
.sadeem-feature p{ font-size:.75rem; color:#8d8c78; margin:0; letter-spacing:.02em; }
@media(max-width:991px){ .sadeem-features-grid{ grid-template-columns:1fr 1fr; gap:1.4rem 1rem; } }
@media(max-width:575px){ .sadeem-feature{ flex-direction:column; text-align:center; gap:.5rem; } }

/* Brand story band */
.sadeem-story{ background:#eae8dd; padding:5.5rem 0; }
.sadeem-story-inner{ max-width:760px; margin:0 auto; text-align:center; }
.sadeem-story-body{ color:#5b5a4c; font-size:1.02rem; line-height:1.9; margin:1.5rem auto 0; max-width:640px; }
.sadeem-story-stats{ display:flex; flex-wrap:wrap; justify-content:center; gap:.6rem 2.4rem; margin:2rem 0 2.2rem; }
.sadeem-story-stats span{ position:relative; font-family:'Quicksand',sans-serif; font-size:.72rem; letter-spacing:.16em; text-transform:uppercase; color:#a3a284; font-weight:600; }
.sadeem-story-stats span:not(:last-child)::after{ content:'Â·'; position:absolute; right:-1.35rem; color:#c2beA8; }
[dir=rtl] .sadeem-story-stats span:not(:last-child)::after{ right:auto; left:-1.35rem; }

/* Editorial CTAs */
.sadeem-outline-cta{ display:inline-block; border:1px solid #a3a284; color:#4a4938; padding:.82rem 2.3rem; border-radius:999px; font-family:'Quicksand',sans-serif; font-size:.75rem; letter-spacing:.16em; text-transform:uppercase; font-weight:600; text-decoration:none; transition:all .25s; }
.sadeem-outline-cta:hover{ background:#a3a284; color:#fdfcf7; }
.sadeem-fill-cta{ display:inline-block; background:#a3a284; color:#fdfcf7; padding:.85rem 2.5rem; border-radius:999px; font-family:'Quicksand',sans-serif; font-size:.75rem; letter-spacing:.16em; text-transform:uppercase; font-weight:600; text-decoration:none; transition:all .25s; box-shadow:0 14px 30px -14px rgba(163,162,132,.95); }
.sadeem-fill-cta:hover{ background:#8f8e6f; color:#fff; transform:translateY(-2px); }

/* Made-to-measure steps */
.sadeem-mtm{ padding:5rem 0; }
.sadeem-steps{ display:grid; grid-template-columns:repeat(3,1fr); gap:2.2rem; margin:1rem 0 2.8rem; }
.sadeem-step{ text-align:center; padding:0 1rem; position:relative; }
.sadeem-step .num{ font-family:'Cormorant Garamond',serif; font-size:2.7rem; font-weight:600; color:#cbc7b0; line-height:1; display:block; margin-bottom:.5rem; }
.sadeem-step h4{ font-family:'Cormorant Garamond',serif; font-size:1.4rem; color:#4a4938; font-weight:600; margin:0 0 .5rem; }
.sadeem-step p{ color:#8d8c78; font-size:.86rem; line-height:1.75; max-width:300px; margin:0 auto; }
.sadeem-step:not(:last-child)::after{ content:''; position:absolute; top:1.15rem; right:-1.1rem; width:2.2rem; height:1px; background:rgba(163,162,132,.45); }
[dir=rtl] .sadeem-step:not(:last-child)::after{ right:auto; left:-1.1rem; }
@media(max-width:767px){ .sadeem-steps{ grid-template-columns:1fr; gap:2rem; } .sadeem-step:not(:last-child)::after{ display:none; } }

/* Bestseller product cards â€” image-forward, elevated */
.categories_area .product{ background:transparent !important; border:none !important; }
.categories_area .product .product-image-link{ display:block; border-radius:12px; overflow:hidden; background:#f3f1e6; }
.categories_area .product .product-main-image{ transition:transform .8s cubic-bezier(.22,.61,.36,1); }
.categories_area .product:hover .product-main-image{ transform:scale(1.06); }
.categories_area .product .p-3{ padding-top:1rem !important; }
.categories_area .product .fw-semibold{ font-family:'Quicksand',sans-serif; font-size:.8rem !important; letter-spacing:.1em !important; color:#4a4938; }
.categories_area .product .fw-bold{ font-family:'Cormorant Garamond',serif; font-size:1.2rem !important; color:#a3a284 !important; letter-spacing:.01em; }
.categories_area .product .fw-bold .text-decoration-line-through{ font-family:'Jost',sans-serif; font-size:.82rem; color:#b7b49c !important; }

/* Discover CTA â€” centered outlined pill */
.categories_area .d-flex:has(> .cta-button){ justify-content:center !important; width:100%; }
.cta-button{ display:inline-block; border:1px solid #4a4938; color:#4a4938 !important; padding:.85rem 2.5rem; border-radius:999px; font-family:'Quicksand',sans-serif; font-size:.75rem; letter-spacing:.16em; font-weight:600; text-decoration:none; transition:all .25s; }
.cta-button:hover{ background:#4a4938; color:#fdfcf7 !important; transform:translateY(-2px); }


/* ============================================================
   SADEEM home â€” premium motion & material layer (fx)
   ============================================================ */

/* Staggered scroll reveal (guarded by .js; visible if JS/observer absent) */
.js .reveal{ opacity:0; transform:translateY(30px); transition:opacity 1s cubic-bezier(.19,1,.22,1), transform 1s cubic-bezier(.19,1,.22,1); will-change:opacity,transform; }
.js .reveal.in{ opacity:1; transform:none; }
.js .reveal-stagger > *{ opacity:0; transform:translateY(30px); transition:opacity .9s cubic-bezier(.19,1,.22,1), transform .9s cubic-bezier(.19,1,.22,1); }
.js .reveal-stagger.in > *{ opacity:1; transform:none; }
.js .reveal-stagger.in > *:nth-child(1){ transition-delay:.05s; }
.js .reveal-stagger.in > *:nth-child(2){ transition-delay:.15s; }
.js .reveal-stagger.in > *:nth-child(3){ transition-delay:.25s; }
.js .reveal-stagger.in > *:nth-child(4){ transition-delay:.35s; }
.js .reveal-stagger.in > *:nth-child(5){ transition-delay:.45s; }
.js .reveal-stagger.in > *:nth-child(6){ transition-delay:.55s; }

/* Film grain â€” home-only, ultra-subtle, sits above bg below content */
.sadeem-grain{ position:fixed; inset:0; z-index:1; pointer-events:none; opacity:.05; mix-blend-mode:multiply;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }

/* Silk / cloud-soft animated band (CSS base; WebGL canvas layers on top if available) */
.sadeem-story{ position:relative; overflow:hidden; }
.sadeem-silk{ position:absolute; inset:0; z-index:0;
  background:
    radial-gradient(60% 85% at 18% 28%, rgba(163,162,132,.38), transparent 60%),
    radial-gradient(58% 78% at 82% 72%, rgba(222,217,198,.60), transparent 62%),
    radial-gradient(50% 60% at 62% 18%, rgba(253,252,247,.70), transparent 55%),
    #e6e3d6;
  background-size:220% 220%, 220% 220%, 200% 200%, 100% 100%;
  animation:silkDrift 22s ease-in-out infinite; }
.sadeem-silk canvas{ position:absolute; inset:0; width:100%!important; height:100%!important; display:block; opacity:.9; }
.sadeem-story-inner{ position:relative; z-index:2; }
@keyframes silkDrift{
  0%,100%{ background-position:0% 50%, 100% 50%, 50% 0%, 0 0; }
  50%{ background-position:100% 50%, 0% 50%, 50% 100%, 0 0; }
}


/* Parallax targets */
.parallax{ will-change:transform; }

/* Animated hairline that draws under section titles */
.section-divider{ transition:width .9s cubic-bezier(.19,1,.22,1) .2s; }
.js .reveal .section-divider{ width:0; }
.js .reveal.in .section-divider{ width:58px; }

/* Hero CTA: subtle shimmer sweep */
.home-swiper .btn.rounded-pill{ position:relative; overflow:hidden; }
.home-swiper .btn.rounded-pill::after{ content:''; position:absolute; top:0; left:-60%; width:40%; height:100%;
  background:linear-gradient(120deg, transparent, rgba(255,255,255,.45), transparent); transform:skewX(-20deg);
  animation:sheen 5.5s ease-in-out infinite; }
@keyframes sheen{ 0%,60%{ left:-60%; } 85%,100%{ left:130%; } }

/* Respect reduced-motion â€” kill non-essential animation, keep content visible */
@media (prefers-reduced-motion:reduce){
  .js .reveal, .js .reveal-stagger > *{ opacity:1 !important; transform:none !important; transition:none !important; }
  .sadeem-silk{ animation:none !important; }
  .home-swiper .btn.rounded-pill::after{ animation:none !important; display:none; }
}


/* ============================================================
   SADEEM header — minimal language toggle (EN · ع)
   ============================================================ */
.lang-toggle{ display:inline-flex; align-items:center; gap:.55rem; font-family:'Quicksand',sans-serif;
  font-size:.78rem; letter-spacing:.14em; line-height:1; }
.lang-toggle .lang-opt{ text-decoration:none; color:#8d8c78; transition:color .22s ease; padding:.1rem 0; cursor:pointer; }
.lang-toggle .lang-opt:hover{ color:#4a4938; }
.lang-toggle .lang-opt.is-active{ color:#a3a284; font-weight:700; cursor:default; }
.lang-toggle .lang-opt[lang="ar"]{ font-size:.95rem; letter-spacing:0; }
.lang-toggle .lang-sep{ color:#c7c3ad; font-weight:400; }

/* Mobile drawer variant of the language toggle — larger, easier tap target */
.lang-toggle--menu{ font-size:1rem; letter-spacing:.12em; gap:.7rem; }
.lang-toggle--menu .lang-opt{ padding:.35rem .15rem; }
.lang-toggle--menu .lang-opt[lang="ar"]{ font-size:1.15rem; }

/* ============================================================
   SADEEM mobile drawer — luxury minimalist (.sd-*)
   ============================================================ */
#mobile-sidemenu.sd-drawer{
  position:fixed !important; top:0; left:-110%; height:100% !important;
  width:min(86vw,384px) !important; max-width:none !important;
  background:#fdfcf7 !important; z-index:3000;
  display:flex; flex-direction:column;
  box-shadow:14px 0 60px -16px rgba(64,64,66,.4) !important;
  border-inline-end:1px solid rgba(163,162,132,.25) !important;
  transition:left .5s cubic-bezier(.19,1,.22,1);
}
#mobile-sidemenu.sd-drawer.active{ left:0; }
[dir=rtl] #mobile-sidemenu.sd-drawer{ left:auto; right:-110%; transition:right .5s cubic-bezier(.19,1,.22,1); }
[dir=rtl] #mobile-sidemenu.sd-drawer.active{ right:0; }

.sd-head{ display:flex; align-items:center; justify-content:space-between; padding:1.5rem 1.5rem 1.2rem; border-bottom:1px solid rgba(163,162,132,.18); }
.sd-wordmark{ font-family:'Cormorant Garamond',serif; font-size:1.55rem; font-weight:600; letter-spacing:.32em; color:#4a4938 !important; text-decoration:none !important; padding-inline-start:.2em; }
.sd-close{ background:none; border:none; width:42px; height:42px; border-radius:50%; color:#8d8c78; font-size:1.8rem; line-height:1; cursor:pointer; display:grid; place-items:center; transition:background .2s, color .2s; margin-inline-end:-.4rem; }
.sd-close:hover{ background:#f1efe6; color:#4a4938; }

.sd-nav{ padding:1.7rem 1.5rem .4rem; display:flex; flex-direction:column; }
.sd-eyebrow{ font-family:'Quicksand',sans-serif; text-transform:uppercase; letter-spacing:.3em; font-size:.62rem; color:#a3a284; font-weight:600; margin-bottom:1rem; }
.sd-link{ display:flex; align-items:center; justify-content:space-between; gap:1rem;
  font-family:'Cormorant Garamond',serif; font-size:1.7rem; font-weight:600; color:#4a4938 !important;
  text-decoration:none !important; padding:.9rem 0; border-bottom:1px solid rgba(163,162,132,.14);
  transition:color .25s ease, padding-inline-start .25s ease; }
.sd-link i{ font-size:1rem; color:#c9c5af; transition:transform .25s ease, color .25s ease; }
.sd-link:hover, .sd-link:active, .sd-link.is-current{ color:#a3a284 !important; }
.sd-link:hover{ padding-inline-start:.45rem; }
.sd-link:hover i{ color:#a3a284; transform:translateX(3px); }
[dir=rtl] .sd-link:hover i{ transform:translateX(-3px); }

.sd-account{ padding:1.3rem 1.5rem; margin-top:auto; }
.sd-account-link{ display:inline-flex; align-items:center; gap:.6rem; font-family:'Quicksand',sans-serif; font-size:.8rem; letter-spacing:.14em; text-transform:uppercase; font-weight:600; color:#4a4938 !important; text-decoration:none !important; transition:color .2s; }
.sd-account-link i{ color:#a3a284; font-size:1.15rem; }
.sd-account-link:hover{ color:#a3a284 !important; }

.sd-foot{ display:flex; align-items:center; justify-content:space-between; gap:1rem; padding:1.2rem 1.5rem 1.7rem; border-top:1px solid rgba(163,162,132,.18); }
.sd-social{ display:inline-flex; align-items:center; gap:1rem; font-size:1.2rem; }
.sd-social a{ color:#8d8c78 !important; transition:color .2s, transform .2s; text-decoration:none !important; }
.sd-social a:hover{ color:#a3a284 !important; transform:translateY(-2px); }

/* Staggered entrance when the drawer opens */
#mobile-sidemenu.sd-drawer .sd-eyebrow,
#mobile-sidemenu.sd-drawer .sd-link,
#mobile-sidemenu.sd-drawer .sd-account,
#mobile-sidemenu.sd-drawer .sd-foot{ opacity:0; transform:translateY(16px); transition:opacity .6s ease, transform .6s ease; }
#mobile-sidemenu.sd-drawer.active .sd-eyebrow{ opacity:1; transform:none; transition-delay:.1s; }
#mobile-sidemenu.sd-drawer.active .sd-link{ opacity:1; transform:none; }
#mobile-sidemenu.sd-drawer.active .sd-nav .sd-link:nth-of-type(1){ transition-delay:.16s; }
#mobile-sidemenu.sd-drawer.active .sd-nav .sd-link:nth-of-type(2){ transition-delay:.23s; }
#mobile-sidemenu.sd-drawer.active .sd-nav .sd-link:nth-of-type(3){ transition-delay:.30s; }
#mobile-sidemenu.sd-drawer.active .sd-nav .sd-link:nth-of-type(4){ transition-delay:.37s; }
#mobile-sidemenu.sd-drawer.active .sd-account{ opacity:1; transform:none; transition-delay:.44s; }
#mobile-sidemenu.sd-drawer.active .sd-foot{ opacity:1; transform:none; transition-delay:.5s; }

@media (prefers-reduced-motion:reduce){
  #mobile-sidemenu.sd-drawer{ transition:none; }
  #mobile-sidemenu.sd-drawer .sd-eyebrow,
  #mobile-sidemenu.sd-drawer .sd-link,
  #mobile-sidemenu.sd-drawer .sd-account,
  #mobile-sidemenu.sd-drawer .sd-foot{ opacity:1 !important; transform:none !important; transition:none !important; }
}

/* ============================================================
   SADEEM search overlay — elevated results (.sd-search-*)
   ============================================================ */
#search-default, .sd-search-body{ width:100%; max-width:1180px; margin:0 auto; padding:1.4rem clamp(1rem,6.4vw,4rem) 3rem; }
.sd-search-eyebrow{ display:block; text-align:center; font-family:'Quicksand',sans-serif; text-transform:uppercase;
  letter-spacing:.3em; font-size:.66rem; font-weight:600; color:#a3a284; margin:0 0 1.4rem; }
.sd-search-grid{ margin:0 auto; }

/* results header */
.sd-search-head{ display:flex; align-items:baseline; justify-content:space-between; gap:1rem;
  max-width:1180px; margin:0 auto 1.3rem; padding:0 clamp(1rem,6.4vw,4rem); flex-wrap:wrap; }
.sd-search-count{ font-family:'Quicksand',sans-serif; font-size:.74rem; letter-spacing:.14em; text-transform:uppercase; color:#8d8c78; }
.sd-search-count em{ font-style:normal; color:#4a4938; font-weight:600; }
.sd-search-viewall{ font-family:'Quicksand',sans-serif; font-size:.74rem; letter-spacing:.14em; text-transform:uppercase;
  font-weight:600; color:#a3a284 !important; text-decoration:none !important; white-space:nowrap; display:inline-flex; align-items:center; gap:.35rem; }
.sd-search-viewall:hover{ color:#8f8e6f !important; }
.sd-search-viewall i, .sd-search-viewall-btn i{ font-size:.95rem; }

/* view-all button */
.sd-search-viewall-btn{ display:inline-flex; align-items:center; gap:.5rem; margin-top:2rem;
  border:1px solid #a3a284; color:#4a4938 !important; background:transparent; border-radius:999px;
  padding:.8rem 2.2rem; font-family:'Quicksand',sans-serif; font-size:.74rem; letter-spacing:.16em;
  text-transform:uppercase; font-weight:600; text-decoration:none !important; transition:all .25s; }
.sd-search-viewall-btn:hover{ background:#a3a284; color:#fdfcf7 !important; }

/* no-results */
.sd-search-noresults{ text-align:center; padding:3rem 1rem 4rem; }
.sd-search-noresults i{ font-size:2.6rem; color:#c9c5af; display:block; margin-bottom:1rem; }
.sd-nr-title{ font-family:'Cormorant Garamond',serif; font-size:1.7rem; color:#4a4938; margin:0 0 .4rem; }
.sd-nr-title em{ font-style:normal; color:#a3a284; }
.sd-nr-sub{ color:#8d8c78; font-size:.9rem; margin:0 0 1.6rem; }

/* loading shimmer */
.sd-search-loading{ display:grid; grid-template-columns:repeat(4,1fr); gap:1rem;
  max-width:1180px; margin:0 auto; padding:0 clamp(1rem,6.4vw,4rem); }
.sd-search-loading span{ display:block; border-radius:12px; aspect-ratio:3/4;
  background:linear-gradient(100deg,#efedE4 30%,#f7f5ee 50%,#efedE4 70%); background-size:200% 100%;
  animation:sdShimmer 1.3s ease-in-out infinite; }
@keyframes sdShimmer{ 0%{ background-position:200% 0; } 100%{ background-position:-200% 0; } }

/* staggered card reveal */
.sd-search-results .product, #search-default .product{ animation:sdCardIn .55s cubic-bezier(.19,1,.22,1) both; }
.sd-search-grid > *:nth-child(1) .product{ animation-delay:.03s; }
.sd-search-grid > *:nth-child(2) .product{ animation-delay:.1s; }
.sd-search-grid > *:nth-child(3) .product{ animation-delay:.17s; }
.sd-search-grid > *:nth-child(4) .product{ animation-delay:.24s; }
.sd-search-grid > *:nth-child(5) .product{ animation-delay:.31s; }
.sd-search-grid > *:nth-child(6) .product{ animation-delay:.38s; }
.sd-search-grid > *:nth-child(7) .product{ animation-delay:.45s; }
.sd-search-grid > *:nth-child(8) .product{ animation-delay:.52s; }
@keyframes sdCardIn{ from{ opacity:0; transform:translateY(16px); } to{ opacity:1; transform:none; } }

/* search product card polish (match storefront) */
.sd-search-results .product, #search-default .product{ background:transparent !important; border:none !important; }
.sd-search-results .product .product-image-link, #search-default .product .product-image-link{ display:block; border-radius:12px; overflow:hidden; background:#f3f1e6; }
.sd-search-results .product .fw-bold, #search-default .product .fw-bold{ font-family:'Cormorant Garamond',serif; font-size:1.15rem !important; color:#a3a284 !important; }
.sd-search-results .product .fw-semibold, #search-default .product .fw-semibold{ font-family:'Quicksand',sans-serif; font-size:.78rem !important; letter-spacing:.08em !important; color:#4a4938; }

@media (max-width:575px){
  .sd-search-loading{ grid-template-columns:1fr 1fr; }
}
@media (prefers-reduced-motion:reduce){
  .sd-search-results .product, #search-default .product{ animation:none !important; }
  .sd-search-loading span{ animation:none !important; }
}

/* ============================================================
   SADEEM hero — cinematic first impression (Ken Burns + fade)
   ============================================================ */
.home-swiper.hero{ position:relative; overflow:hidden; background:#eae8dd; }
.hero-slide{ position:relative; overflow:hidden; }
.hero-media-link{ display:block; }
.hero-media{ position:relative; width:100%; height:clamp(520px,64vh,700px); overflow:hidden; background:#eae8dd; }
.hero-img{ width:100%; height:100%; object-fit:cover; display:block; will-change:transform; }
/* slow Ken Burns zoom on the active slide */
.home-swiper .swiper-slide-active .hero-img{ animation:heroKenBurns 7.5s ease-out both; }
@keyframes heroKenBurns{ from{ transform:scale(1.001); } to{ transform:scale(1.09); } }
/* bottom scrim: depth + legibility for the caption/CTA */
.hero-scrim{ position:absolute; inset:0; pointer-events:none;
  background:linear-gradient(to top, rgba(64,64,66,.36) 0%, rgba(64,64,66,.10) 26%, transparent 52%); }

/* caption — bottom-centred */
.hero-caption{ position:absolute; left:50%; bottom:clamp(3.2rem,8vh,4.8rem); transform:translateX(-50%);
  z-index:3; width:min(92%,760px); text-align:center; }
.hero-eyebrow{ display:block; font-family:'Quicksand',sans-serif; text-transform:uppercase; letter-spacing:.34em;
  font-size:.68rem; font-weight:600; color:#fdfcf7; opacity:.92; margin-bottom:.7rem; text-shadow:0 1px 12px rgba(0,0,0,.3); }
.hero-title{ font-family:'Cormorant Garamond',serif; color:#fff; font-weight:600;
  font-size:clamp(1.9rem,4.6vw,3.5rem); line-height:1.05; margin:0 0 1.35rem; text-shadow:0 2px 26px rgba(0,0,0,.34); }
.hero-cta{ display:inline-flex; align-items:center; gap:.55rem; background:#a3a284; color:#fdfcf7 !important;
  padding:.85rem 2.25rem; border-radius:999px; font-family:'Quicksand',sans-serif; font-size:.8rem; letter-spacing:.14em;
  text-transform:uppercase; font-weight:600; text-decoration:none !important; position:relative; overflow:hidden;
  box-shadow:0 16px 36px -12px rgba(64,64,66,.6); transition:transform .25s, background .25s; }
.hero-cta:hover{ transform:translateY(-2px); background:#8f8e6f; color:#fff !important; }
.hero-cta i{ transition:transform .25s; }
.hero-cta:hover i{ transform:translateX(3px); }
[dir=rtl] .hero-cta:hover i{ transform:translateX(-3px); }
.hero-cta::after{ content:''; position:absolute; top:0; left:-60%; width:40%; height:100%;
  background:linear-gradient(120deg,transparent,rgba(255,255,255,.5),transparent); transform:skewX(-20deg); animation:sheen 5.5s ease-in-out infinite; }

/* staggered caption entrance on the active slide */
.home-swiper .swiper-slide .hero-eyebrow,
.home-swiper .swiper-slide .hero-title,
.home-swiper .swiper-slide .hero-cta{ opacity:0; transform:translateY(20px); transition:opacity .8s ease, transform .8s ease; }
.home-swiper .swiper-slide-active .hero-eyebrow{ opacity:.92; transform:none; transition-delay:.35s; }
.home-swiper .swiper-slide-active .hero-title{ opacity:1; transform:none; transition-delay:.5s; }
.home-swiper .swiper-slide-active .hero-cta{ opacity:1; transform:none; transition-delay:.68s; }

/* progress-bar pagination — bars fill over the 5.5s autoplay interval */
.home-swiper .swiper-pagination{ bottom:1.4rem !important; display:flex; gap:.5rem; justify-content:center; align-items:center; }
.home-swiper .swiper-pagination-bullet{ width:34px; height:3px; border-radius:2px; margin:0 !important;
  background:rgba(253,252,247,.42); opacity:1; position:relative; overflow:hidden; transition:background .3s; }
.home-swiper .swiper-pagination-bullet::after{ content:''; position:absolute; inset:0; width:0; background:#fdfcf7; }
.home-swiper .swiper-pagination-bullet-active::after{ animation:heroBar 5.5s linear forwards; }
@keyframes heroBar{ from{ width:0; } to{ width:100%; } }

@media (max-width:767px){
  .hero-media{ height:min(84vh,720px); }
  .hero-title{ font-size:clamp(1.6rem,7vw,2.3rem); }
  .home-swiper .swiper-button-next, .home-swiper .swiper-button-prev{ display:none; }
  /* Mobile banner bakes the wordmark + tagline into its upper panel, leaving a
     clear bottom band — drop the CTA into it so it never overlaps the artwork. */
  .hero-caption{ bottom:clamp(1.4rem,5vh,2.4rem); }
  .home-swiper .swiper-pagination{ bottom:.5rem !important; }
}
@media (prefers-reduced-motion:reduce){
  .home-swiper .swiper-slide-active .hero-img{ animation:none; transform:scale(1.03); }
  .hero-cta::after{ display:none; }
  .home-swiper .swiper-slide .hero-eyebrow,
  .home-swiper .swiper-slide .hero-title,
  .home-swiper .swiper-slide .hero-cta{ opacity:1 !important; transform:none !important; transition:none; }
  .home-swiper .swiper-pagination-bullet-active::after{ animation:none; width:100%; }
}
