    @import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700&display=swap');
    @import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&display=swap");
    @import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&display=swap");
     :root {
        --body-color: #2c2d2a;
        --Argan-bg: #f0b976;
        --pure-bg: #e86357;
        --skin-bg: #b6d6c8;
        --arrow-fill: #333231;
        --body-font: "Montserrat", sans-serif;
        --italic-font: "Cinzel", serif;
    }
    
    * {
        box-sizing: border-box;
        outline: none;
    }
    
    @media (max-width: 720px) {
        #about,
        #gallary,
        #videos {
            height: auto !important;
        }
    }
    
    img {
        max-width: 100%;
    }
    
    a {
        text-decoration: none;
        color: var(--body-color);
    }
    
    a:hover {
        color: var(--primaryColor-dark);
    }
    
    h1,
    h2,
    h3 {
        margin: 0;
    }
    
    body {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    
    @media (max-width: 480px) {
        body {
            padding: 0;
        }
    }
    
    .section-bg {
        background-color: #fdfdfd;
    }
    
    .section-title {
        font-size: 2.8em;
        font-weight: 700;
        text-align: center;
    }
    
    .section-title h2 {
        font-size: 1.5em;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 15px;
        padding-bottom: 0;
        color: var(--primaryColor);
        font-family: var(--italic-font);
    }
    
    @media (max-width: 480px) {
        .section-title h2 {
            font-size: 10vw;
        }
    }
    
    .section-title-White {
        font-size: 2.8em;
        font-weight: 700;
        text-align: center;
        color: #fff;
    }
    
    .section-title-White h2 {
        font-size: 0.8em;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 15px;
        padding-bottom: 0;
        font-family: var(--italic-font);
    }
    
    @media (max-width: 480px) {
        .section-title-White h2 {
            font-size: 10vw;
        }
    }
    
    .section-title p {
        margin-bottom: 0;
        color: #aeaeae;
    }
    
    .cont {
        max-width: 100vw;
        height: 100vh;
        flex-direction: column;
        scroll-behavior: smooth;
        background-color: var(--Argan-bg);
        padding: 0 30px;
        overflow-y: hidden;
        overflow-x: hidden;
    }
    
    @media (max-width: 480px) {
        .cont {
            height: 100%;
            max-height: 100%;
            padding: 0 15px;
        }
    }
    
    .logo {
        width: 116px;
    }
    
    .header {
        display: flex;
        align-items: center;
        height: 62px;
        width: 100%;
        background-color: #f9f9f9;
        white-space: nowrap;
        flex-shrink: 0;
        font-weight: 600;
        font-size: 15px;
        border-bottom: 1px solid rgba(44, 45, 42, 0.25);
        position: sticky;
        top: 0;
        left: 0;
        background-color: #f9f9f9;
        z-index: 6;
        padding: 0 20px 0 20px;
    }
    
    @media (max-width: 575px) {
        .header {
            width: calc(100% + 20px);
            margin-left: -10px;
        }
    }
    
    .header-menu {
        display: flex;
        align-items: center;
        margin-left: auto;
    }
    
    @media screen and (max-width: 740px) {
        .header-menu {
            display: none;
        }
    }
    
    .header-menu a:not(:first-child) {
        margin-left: 30px;
    }
    
    .header .menu-icon {
        display: flex;
        align-items: center;
        margin-right: 20px;
    }
    
    .header .menu-icon svg {
        width: 22px;
    }
    
    .cartificate {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .cartificate .logo {
        margin-right: 20px;
        width: 10VW;
    }
    
    .header-icons {
        margin-left: auto;
        display: flex;
        align-items: center;
        font-size: 25px;
        letter-spacing: 6px;
    }
    
    .left-side {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        max-width: 370px;
        padding: 15px;
        text-align: left;
    }
    
    @media screen and (max-width: 930px) {
        .left-side {
            text-align: center;
            max-width: 450px;
        }
    }
    
    .mySwiper {
        display: flex;
        flex-grow: 1;
        position: relative;
    }
    
    .main {
        padding: 15px 0 15px;
        display: flex;
        flex-grow: 1;
        position: relative;
        margin-bottom: 20px;
        justify-content: space-evenly;
    }
    
    @media screen and (max-width: 930px) {
        .main {
            flex-direction: column-reverse;
            align-items: center;
            justify-content: center;
        }
    }
    
    .main-header {
        text-transform: uppercase;
        font-size: 14px;
        letter-spacing: 4px;
        font-weight: 600;
        transition-delay: 0.2s;
    }
    
    .main-title {
        font-family: var(--italic-font);
        font-size: 72px;
        font-weight: 550;
        margin-top: 10px;
        line-height: 1em;
        transition-delay: 0.3s;
        margin-bottom: 105px;
    }
    
    .main-subtitle {
        font-family: var(--italic-font);
        font-weight: 400;
        font-size: 32px;
        margin-top: 14px;
        margin-bottom: 60px;
        transition-delay: 0.4s;
    }
    
    .main-content__title {
        font-size: 26px;
        font-family: var(--italic-font);
        font-style: italic;
        margin-bottom: 14px;
        transition-delay: 0.2s;
    }
    
    .main-content__subtitle {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 24px;
        letter-spacing: -0.01em;
        transition-delay: 0.3s;
    }
    
    .main-content .more-menu {
        font-size: 13px;
        font-weight: 500;
        display: flex;
        align-items: center;
        transition-delay: 0.4s;
    }
    
    @media screen and (max-width: 930px) {
        .main-content .more-menu {
            justify-content: center;
        }
    }
    
    .main-content .more-menu svg {
        width: 28px;
        height: 18px;
        margin-left: 10px;
    }
    
    .center {
        display: flex;
        margin-left: 120px;
        position: relative;
        flex-shrink: 0;
    }
    
    @media screen and (max-width: 930px) {
        .center {
            margin-left: 0;
            margin-bottom: 56px;
        }
    }
    
    .center .bottle-bg {
        width: 320px;
        height: 75vh;
        object-fit: cover;
        border-radius: 160px 160px 0 0;
    }
    
    @media screen and (max-width: 930px) {
        .center .bottle-bg {
            width: 45vw;
            height: 41vh;
        }
    }
    
    @media screen and (max-width: 575px) {
        .center .bottle-bg {
            width: 220px;
            height: 340px;
        }
    }
    
    .center .bottle-img {
        position: absolute;
        top: 25%;
        left: 0;
        transform: scale(1.6);
    }
    
    .swiper-pagination {
        position: absolute;
        right: 30px;
        left: auto;
        top: 100px;
        width: auto;
        bottom: auto;
        z-index: 2;
        font-size: 14px;
        font-family: var(--body-font);
        font-weight: 500;
    }
    
    .button-wrapper {
        position: absolute;
        right: 30px;
        bottom: 20px;
        z-index: 1;
        display: flex;
        align-items: center;
    }
    
    @media screen and (max-width: 930px) {
        .button-wrapper {
            top: 0;
            left: 0;
            width: 100%;
            justify-content: space-between;
            padding: 0 60px;
        }
    }
    
    @media screen and (max-width: 575px) {
        .button-wrapper {
            padding: 0 20px;
        }
    }
    
    .button-wrapper svg {
        width: 28px;
    }
    
    .button-wrapper .swiper-button {
        border: 1px solid var(--body-color);
        border-radius: 50%;
        width: 44px;
        height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(to right, var(--body-color) 40%, transparent 0%);
        background-size: 200% 100%;
        background-position: right bottom;
        transition: all 0.3s ease-out;
        cursor: pointer;
    }
    
    .button-wrapper .swiper-button+.swiper-button {
        margin-left: 16px;
    }
    
    @media screen and (max-width: 930px) {
        .button-wrapper .swiper-button+.swiper-button {
            margin-left: 0;
        }
    }
    
    .button-wrapper .swiper-button:hover {
        background-color: var(--body-color);
        background-position: left bottom;
    }
    
    .button-wrapper .swiper-button:hover svg {
        stroke: #fff;
    }
    
    .button-wrapper .swiper-prev-button {
        background: linear-gradient(to left, var(--body-color) 40%, transparent 0%);
        background-size: 200% 100%;
        background-position: left bottom;
        transition: all 0.3s ease-out;
    }
    
    .button-wrapper .swiper-prev-button svg {
        transform: rotate(-180deg);
    }
    
    .button-wrapper .swiper-prev-button:hover {
        background-position: right bottom;
    }
    
    .swiper-slide {
        opacity: 0 !important;
        transition: 0.4s;
    }
    
    .swiper-slide-active {
        opacity: 1 !important;
    }
    
    .swiper-slide .main-wrapper>*,
    .swiper-slide .main-content>* {
        transform: translateY(-30px);
        opacity: 0;
        transition-duration: 0.8s;
    }
    
    .swiper-slide-active .main-wrapper>*,
    .swiper-slide-active .main-content>* {
        transform: none;
        opacity: 1;
    }
    
    .swiper-slide .bottle-bg {
        transition-duration: 0.6s;
        opacity: 0;
        object-position: 60%;
    }
    
    .swiper-slide-active .bottle-bg {
        opacity: 1;
        transform: none;
        object-position: 50%;
    }
    
    .swiper-slide .bottle-img {
        transition-duration: 0.8s;
        opacity: 0;
    }
    
    .swiper-slide-active .bottle-img {
        opacity: 1;
        transform: scale(1.6);
    }
    /*--------------------------------------------------------------
# Argan 
--------------------------------------------------------------*/
    
    [data-sld="0"] .cont {
        background-color: var(--Argan-bg);
    }
    /*--------------------------------------------------------------
#Puredema
--------------------------------------------------------------*/
    
    [data-sld="1"] .cont {
        background-color: var(--pure-bg);
    }
    /*--------------------------------------------------------------
# Skinlite
--------------------------------------------------------------*/
    
    [data-sld="2"] .cont {
        background-color: var(--skin-bg);
    }
    /*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
    
    .about {
        height: 100vh;
        padding-top: 10vh;
    }
    
    .about .image img {
        height: 65vh;
        border-radius: 9px;
    }
    
    .inner-container {
        width: 55%;
        float: right;
        background-color: #fdfdfd;
        padding: 150px;
    }
    
    .inner-container h1 {
        margin-bottom: 30px;
        font-size: 30px;
        font-weight: 900;
    }
    
    .text {
        font-size: 13px;
        color: #545454;
        line-height: 30px;
        text-align: justify;
        margin-bottom: 40px;
    }
    
    .skills {
        display: flex;
        justify-content: space-between;
        font-weight: 700;
        font-size: 13px;
    }
    
    @media screen and (max-width:1200px) {
        .inner-container {
            padding: 80px;
        }
    }
    
    @media screen and (max-width:1000px) {
        .about-section {
            background-size: 100%;
            padding: 100px 40px;
        }
        .inner-container {
            width: 100%;
        }
    }
    
    @media screen and (max-width:600px) {
        .about {
            margin-bottom: 70px;
        }
        .cartificate .logo {
            width: 25VW;
        }
        .inner-container {
            padding: 60px;
        }
        .about .image img {
            height: 30vh;
        }
    }
    /*--------------------------------------------------------------
# hovr boton 
--------------------------------------------------------------*/
    
    .cta {
        position: relative;
        font-size: 5rem;
    }
    
    .cta::before {
        transform: scaleX(0);
        transform-origin: bottom left;
    }
    
    .cta:hover::before {
        transform: scaleX(.5);
        transform-origin: bottom left;
    }
    
    .cta::before {
        content: " ";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        inset: 0 0 0 0;
        background: #fff;
        z-index: -1;
        transition: transform .4s ease;
    }
    /* Arrow & Hover Animation */
    
    .demo {
        position: absolute;
        bottom: 10%;
        left: 21%;
        z-index: 5;
        display: inline-block;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        color: #232323;
        font: normal 400 20px/1 'Josefin Sans', sans-serif;
        letter-spacing: .1em;
        text-decoration: none;
        transition: opacity .3s;
    }
    
    .demo span:hover {
        color: #ffffff;
    }
    
    .demo span {
        position: absolute;
        top: 0;
        left: 50%;
        width: 24px;
        height: 24px;
        margin-left: -12px;
        border-left: 3px solid #232323;
        border-bottom: 3px solid #232323;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-animation: sdb04 2s infinite;
        animation: sdb04 2s infinite;
        box-sizing: border-box;
    }
    
    @-webkit-keyframes sdb04 {
        0% {
            -webkit-transform: rotate(-45deg) translate(0, 0);
        }
        20% {
            -webkit-transform: rotate(-45deg) translate(-10px, 10px);
        }
        40% {
            -webkit-transform: rotate(-45deg) translate(0, 0);
        }
    }
    
    @keyframes sdb04 {
        0% {
            transform: rotate(-45deg) translate(0, 0);
        }
        20% {
            transform: rotate(-45deg) translate(-10px, 10px);
        }
        40% {
            transform: rotate(-45deg) translate(0, 0);
        }
    }
    
    @media only screen and (max-width: 600px) {
        .demo {
            position: absolute;
            bottom: 3%;
            left: 50%;
        }
    }
    /*brands */
    
    .brand {
        background: #eda42f;
        min-height: 100vh;
        font-family: "Fira Sans", sans-serif;
        display: flex;
    }
    
    .blog-slider {
        width: 95%;
        position: relative;
        max-width: 75vw;
        margin: auto;
        background: #fff;
        box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);
        padding: 15px;
        border-radius: 9px;
        height: 60vh;
        transition: all 0.3s;
        top: 6%;
    }
    
    @media screen and (max-width: 992px) {
        .blog-slider {
            max-width: 680px;
            height: 400px;
        }
    }
    
    @media screen and (max-width: 768px) {
        .blog-slider {
            min-height: 500px;
            height: auto;
            margin: 180px auto;
        }
        .about .image img {
            height: 30vh;
        }
    }
    
    @media screen and (max-height: 500px) and (min-width: 992px) {
        .blog-slider {
            height: 350px;
        }
    }
    
    .blog-slider__item {
        display: flex;
        align-items: center;
    }
    
    @media screen and (max-width: 768px) {
        .blog-slider__item {
            flex-direction: column;
        }
    }
    
    .blog-slider__item.swiper-slide-active .blog-slider__img img {
        opacity: 1;
        transition-delay: 0.3s;
    }
    
    .blog-slider__item.swiper-slide-active .blog-slider__content>* {
        opacity: 1;
        transform: none;
    }
    
    .blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(1) {
        transition-delay: 0.3s;
    }
    
    .blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(2) {
        transition-delay: 0.4s;
    }
    
    .blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(3) {
        transition-delay: 0.5s;
    }
    
    .blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(4) {
        transition-delay: 0.6s;
    }
    
    .blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(5) {
        transition-delay: 0.7s;
    }
    
    .blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(6) {
        transition-delay: 0.8s;
    }
    
    .blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(7) {
        transition-delay: 0.9s;
    }
    
    .blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(8) {
        transition-delay: 1s;
    }
    
    .blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(9) {
        transition-delay: 1.1s;
    }
    
    .blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(10) {
        transition-delay: 1.2s;
    }
    
    .blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(11) {
        transition-delay: 1.3s;
    }
    
    .blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(12) {
        transition-delay: 1.4s;
    }
    
    .blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(13) {
        transition-delay: 1.5s;
    }
    
    .blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(14) {
        transition-delay: 1.6s;
    }
    
    .blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(15) {
        transition-delay: 1.7s;
    }
    
    .blog-slider__img {
        width: 25vw;
        flex-shrink: 0;
        height: 75vh;
        box-shadow: 4px 13px 30px 1px rgba(252, 56, 56, 0.2);
        border-radius: 12px;
        transform: translateX(-80px);
        overflow: hidden;
    }
    
    .blog-slider__img:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 20px;
        opacity: 0.8;
    }
    
    .blog-slider__img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        opacity: 0;
        border-radius: 20px;
        transition: all 0.3s;
    }
    
    @media screen and (max-width: 768px) {
        .blog-slider__img {
            transform: translateY(-50%);
            width: 90%;
            height: 60%;
        }
    }
    
    @media screen and (max-width: 576px) {
        .blog-slider__img {
            width: 95%;
            height: 40%;
        }
    }
    
    @media screen and (max-height: 500px) and (min-width: 992px) {
        .blog-slider__img {
            height: 270px;
        }
    }
    
    .blog-slider__content {
        padding-right: 25px;
        text-align: left;
        padding-top: 80px;
        margin-left: -45px;
    }
    
    @media screen and (max-width: 768px) {
        .blog-slider__content {
            margin-top: -130px;
            text-align: center;
            padding: 0 30px;
            margin-left: 0px;
        }
    }
    
    @media screen and (max-width: 576px) {
        .blog-slider__content {
            padding: 0;
            margin-top: initial;
        }
    }
    
    .blog-slider__content>* {
        opacity: 0;
        transform: translateY(25px);
        transition: all 0.4s;
    }
    
    .blog-slider__code {
        color: #7b7992;
        margin-bottom: 15px;
        display: block;
        font-weight: 500;
    }
    
    .blog-slider__title {
        font-size: 62px;
        font-weight: 400;
        color: var(--primaryColor-dark);
        margin-bottom: 20px;
        font-family: var(--italic-font);
        margin-top: -90px
    }
    
    .blog-slider__text {
        color: #232323;
        margin-bottom: 30px;
        line-height: 1.5em;
        padding-right: 24px;
    }
    
    .blog-slider__button {
        display: inline-flex;
        background-color: var(--primaryColor-dark);
        padding: 15px 35px;
        border-radius: 9px;
        text-decoration: none;
        font-weight: 550;
        justify-content: center;
        text-align: center;
        letter-spacing: 1px;
        color: #fff
    }
    
    .blog-slider__button:hover {
        color: #eda42f;
        background-color: #151515
    }
    
    @media screen and (max-width: 576px) {
        .blog-slider__button {
            width: 100%;
        }
    }
    
    .blog-slider .swiper-container-horizontal>.swiper-pagination-bullets,
    .blog-slider .swiper-pagination-custom,
    .blog-slider .swiper-pagination-fraction {
        bottom: 10px;
        left: 0;
        width: 100%;
    }
    
    .blog-slider__pagination {
        position: absolute;
        z-index: 21;
        right: 20px;
        width: 11px !important;
        text-align: center;
        left: auto !important;
        top: 50%;
        bottom: auto !important;
        transform: translateY(-50%);
    }
    
    @media screen and (max-width: 768px) {
        .blog-slider__pagination {
            transform: translateX(-50%);
            left: 50% !important;
            top: 97%;
            width: 100% !important;
            display: flex;
            justify-content: center;
            align-items: center;
        }
    }
    
    .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 8px 0;
    }
    
    @media screen and (max-width: 768px) {
        .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
            margin: 0 5px;
        }
    }
    
    .blog-slider__pagination .swiper-pagination-bullet {
        width: 11px;
        height: 11px;
        display: block;
        border-radius: 10px;
        background: #474747;
        opacity: 0.2;
        transition: all 0.3s;
    }
    
    .blog-slider__pagination .swiper-pagination-bullet-active {
        opacity: 1;
        background: var(--primaryColor);
        height: 30px;
        box-shadow: 0px 0px 20px rgba(252, 56, 56, 0.3);
    }
    
    @media screen and (max-width: 768px) {
        .blog-slider__pagination .swiper-pagination-bullet-active {
            height: 11px;
            width: 30px;
        }
    }
    /*Stats of xrose  */
    
    #Stats {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: #f9f9f9;
        height: 100vh;
    }
    
    #Stats .section-title {
        font-size: 2.8em;
        font-weight: 700;
        padding-bottom: 15px;
        color: var(--primaryColor);
    }
    
    #Stats i {
        font-size: 10vw;
        color: white;
    }
    
    #Stats h3 {
        font-size: 2.2em;
        font-weight: 650;
        text-transform: uppercase;
    }
    
    #Stats h6 {
        font-size: 1.6em;
        font-weight: 650;
        text-transform: capitalize;
    }
    
    #Stats .card {
        background-color: var(--primaryColor);
        min-height: 300px;
        border-radius: 9px;
    }
    
    #Stats .card:hover {
        background-color: var(--primaryColor-dark);
        border: var(--primaryColor);
        color: var(--primaryColor);
    }
    
    #Stats .card:hover i+h3+h6 {
        color: var(--primaryColor);
    }
    /*distributors */
    /*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
    
    .clients {
        background: var(--primaryColor);
        padding: 15px 0;
        text-align: center;
    }
    
    .clients img {
        width: 50%;
        filter: grayscale(100);
        transition: all 0.4s ease-in-out;
        display: inline-block;
        padding: 15px 0;
        font-family: var(--italic-font);
    }
    
    .clients h3 {
        color: #fff;
        font-weight: 550
    }
    
    .clients img:hover {
        filter: none;
        transform: scale(1.2);
    }
    
    @media (max-width: 768px) {
        .clients img {
            width: 40%;
        }
        #Stats {
            height: 100%;
        }
        #Stats .card {
            min-height: auto;
        }
        #Stats i {
            font-size: 15vw;
            color: white;
        }
        #Stats h6 {
            font-size: 1.2em;
        }
    }
    
    @media (max-width: 575px) {
        .clients img {
            width: 50%;
        }
    }
    /*Social media A,basador */
    
    #ambassador {
        font-family: tahoma;
        height: 100vh;
        background-color: #f0f0f0;
        background-size: cover;
        background-position: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    #ambassador.container {
        max-width: 80vw;
        margin: 0 auto;
        height: 100%;
    }
    
    .swiper-container {
        width: 100%;
        height: 100%;
    }
    
    .swiper-slide {
        text-align: center;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    
    .our-team {
        padding: 30px 0 40px;
        margin: 15px 0 15px 0;
        background-color: #f7f5ec;
        text-align: center;
        overflow: hidden;
        position: relative;
        border-radius: 12px;
        -webkit-box-shadow: 0px 0px 15px 1px rgba(95, 95, 95, 0.49);
        box-shadow: 0px 0px 15px 1px rgba(95, 95, 95, 0.49);
        max-width: 15vw;
        min-width: 10vw;
    }
    
    .our-team .picture {
        display: inline-block;
        height: 130px;
        width: 130px;
        margin-bottom: 25px;
        z-index: 1;
        position: relative;
        border-radius: 75px 75px 0 0;
    }
    
    .our-team .picture::before {
        content: "";
        width: 100%;
        height: 0;
        border-radius: 50%;
        background-color: var(--primaryColor);
        position: absolute;
        bottom: 135%;
        right: 0;
        left: 0;
        opacity: 0.9;
        transform: scale(3);
        transition: all 0.3s linear 0s;
    }
    
    .our-team:hover .picture::before {
        height: 100%;
    }
    
    .our-team .picture::after {
        content: "";
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background-color: #fff;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }
    
    .our-team .picture img {
        width: 100%;
        height: auto;
        border-radius: 50%;
        transform: scale(1);
        transition: all 0.9s ease 0s;
    }
    
    .our-team:hover .picture img {
        box-shadow: 0 0 0 14px var(--primaryColor-dark);
        transform: scale(0.7);
    }
    
    .our-team:hover .team-content {
        margin-bottom: 20px;
    }
    
    .our-team .title {
        display: block;
        font-size: 15px;
        color: #4e5052;
        text-transform: capitalize;
    }
    
    .our-team .social {
        width: 100%;
        padding: 0;
        margin: 0;
        background-color: var(--primaryColor);
        position: absolute;
        bottom: -100px;
        left: 0;
        transition: all 0.5s ease 0s;
    }
    
    .our-team:hover .social {
        bottom: 0;
    }
    
    .our-team .social li {
        display: inline-block;
    }
    
    .our-team .social li a {
        display: block;
        padding: 10px;
        font-size: 17px;
        color: #fff;
        transition: all 0.3s ease 0s;
        text-decoration: none;
    }
    
    .our-team .social li a:hover {
        color: var(--primaryColor);
        background-color: var(--primaryColor-dark);
    }
    
    .our-team h3 {
        font-weight: 550;
        color: var(--primaryColor-dark);
    }
    
    .our-team .title {
        font-weight: 550;
        color: var(--primaryColor-dark);
    }
    
    @media (max-width: 1150px) {
        .our-team {
            max-width: 30vw;
        }
    }
    
    @media (max-width: 750px) {
        .our-team {
            max-width: 40vw;
        }
    }
    
    @media (max-width: 350px) {
        .our-team {
            max-width: 45vw;
        }
    }
    /*TopSeller */
    
    #TopSeller .products-slider {
        width: 100%;
    }
    
    .products-slider .p-element {
        margin: 15px;
        background-color: #ffffff;
        border-radius: 7px;
        box-shadow: 0px 0px 13px #909090;
        width: 230px;
        height: 280px;
        overflow: hidden;
        position: relative;
        text-align: center;
        display: grid;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        min-width: 10vw;
    }
    
    .products-slider .p-element .p-info {
        position: absolute;
        background-color: #62646436;
        width: 100%;
        height: 100%;
        top: 200px;
        transition: top 0.3s, background-color 0.3s;
    }
    
    .products-slider .p-element:hover .p-info {
        top: 0;
        background-color: #272727c4;
    }
    
    .products-slider .p-element .p-title {
        padding: 7px;
        color: var(--primaryColor-dark);
        transition: color 0.3s;
        font-weight: 550;
    }
    
    .products-slider .p-element.p-element:hover .p-info .p-title {
        color: #ffffff;
    }
    
    .products-slider .p-element .p-desc {
        color: #ffffff;
    }
    /*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
    
    .contact {
        padding-bottom: 80px;
    }
    
    .contact .section-title {
        color: var(--primaryColor);
    }
    
    .contact .info-box {
        color: #444444;
        background: #fff;
        text-align: center;
        box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
        padding: 20px 25px 30px 25px;
        min-height: 250px;
    }
    
    .contact .info-box i {
        font-size: 54px;
        color: var(--primaryColor);
        border-radius: 50%;
        padding: 8px;
        border: 2px dotted #f0f7fa;
    }
    
    .contact .info-box h3 {
        font-size: 20px;
        color: #777777;
        font-weight: 700;
        margin: 10px 0;
    }
    
    .contact .info-box p {
        padding: 0;
        line-height: 24px;
        font-size: 14px;
        margin-bottom: 0;
        color: var(--primaryColor);
        font-size: medium;
    }
    
    .contact .info-box a {
        color: var(--primaryColor);
        text-decoration: none;
        background-color: transparent;
        font-size: medium;
    }
    
    .contact label {
        font-size: 01.2em;
        font-weight: 550;
        color: var(--primaryColor);
        margin: 09px 0 9px 0;
    }
    
    .contact .php-email-form {
        box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
        padding: 30px;
        background: #fff;
    }
    
    .contact .php-email-form .validate {
        display: none;
        color: red;
        margin: 0 0 15px 0;
        font-weight: 400;
        font-size: 13px;
    }
    
    .contact .php-email-form .error-message {
        display: none;
        color: #fff;
        background: #ed3c0d;
        text-align: left;
        padding: 15px;
        font-weight: 600;
    }
    
    .contact .php-email-form .error-message br+br {
        margin-top: 25px;
    }
    
    .contact .php-email-form .sent-message {
        display: none;
        color: #fff;
        background: #18d26e;
        text-align: center;
        padding: 15px;
        font-weight: 600;
    }
    
    .contact .php-email-form .loading {
        display: none;
        background: #fff;
        text-align: center;
        padding: 15px;
    }
    
    .contact .php-email-form .loading:before {
        content: "";
        display: inline-block;
        border-radius: 50%;
        width: 24px;
        height: 24px;
        margin: 0 10px -6px 0;
        border: 3px solid #18d26e;
        border-top-color: #eee;
        -webkit-animation: animate-loading 1s linear infinite;
        animation: animate-loading 1s linear infinite;
    }
    
    .contact .php-email-form input,
    .contact .php-email-form textarea {
        border-radius: 0;
        box-shadow: none;
        font-size: 14px;
    }
    
    .contact .php-email-form input::focus,
    .ontact .php-email-form textarea::focus {
        background-color: #67b0d1;
    }
    
    .contact .php-email-form input {
        padding: 20px 15px;
    }
    
    .contact .php-email-form textarea {
        padding: 12px 15px;
    }
    
    .contact .php-email-form button[type="submit"] {
        background: #67b0d1;
        border: 0;
        padding: 10px 24px;
        color: #fff;
        transition: 0.4s;
    }
    
    .contact .php-email-form button[type="submit"]:hover {
        background: #8ec4dd;
    }
    
    .bot {
        justify-content: end;
        justify-items: end;
        display: flex;
    }
    
    .submit {
        display: inline-flex;
        background-color: var(--primaryColor-dark);
        padding: 10px 24px;
        border-radius: 9px;
        color: var(--primaryColor);
        box-shadow: 0px 14px 80px #eda42f57;
        text-decoration: none;
        font-weight: 550;
        justify-content: center;
        text-align: center;
        letter-spacing: 1px;
    }
    /*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
    
    footer {
        background: var(--primaryColor);
        padding: 0 0 30px 0;
        color: #fff;
        font-size: 14px;
        position: relative;
    }
    
    footer .footer-top {
        padding: 60px 0 30px 0;
    }
    
    footer .footer-top .footer-info {
        margin-top: -120px;
        margin-bottom: 15px;
        background: white;
        color: var(--primaryColor);
        border-top: 4px solid var(--primaryColor-dark);
        text-align: center;
        padding: 30px 20px;
    }
    
    footer .footer-top .footer-info h3 {
        font-size: 24px;
        margin: 0 0 20px 0;
        padding: 2px 0 2px 0;
        line-height: 1;
        font-weight: 700;
    }
    
    footer .footer-top .footer-info p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 0;
        font-family: "Raleway", sans-serif;
        color: var(--primaryColor);
    }
    
    footer .footer-top .social-links {
        justify-content: center;
        display: flex;
    }
    
    footer .footer-top .social-links a {
        font-size: 18px;
        display: inline-block;
        background: var(--primaryColor-dark);
        color: #fff;
        line-height: 1;
        padding: 8px 0;
        margin-right: 14px;
        border-radius: 50%;
        text-align: center;
        width: 36px;
        height: 36px;
        transition: 0.3s;
    }
    
    footer .footer-top .social-links a:hover {
        background: #fff;
        color: var(--primaryColor);
        text-decoration: none;
    }
    
    footer .footer-top h4 {
        font-size: 18px;
        font-weight: 600;
        color: #fff;
        position: relative;
        padding-bottom: 12px;
    }
    
    footer .footer-top p {
        font-size: 14px;
        font-weight: 500;
        color: #fff;
        position: relative;
        padding-bottom: 12px;
    }
    
    footer .footer-top .footer-links {
        margin-bottom: 30px;
    }
    
    footer .footer-top .footer-links ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    
    footer .footer-top .footer-links ul i {
        padding-right: 2px;
        color: #b5d9e9;
        font-size: 18px;
        line-height: 1;
    }
    
    footer .footer-top .footer-links ul li {
        padding: 10px 0;
        display: flex;
        align-items: center;
    }
    
    footer .footer-top .footer-links ul li:first-child {
        padding-top: 0;
    }
    
    footer .footer-top .footer-links ul a {
        color: #fff;
        transition: 0.3s;
        display: inline-block;
        line-height: 1;
    }
    
    footer .footer-top .footer-links ul a:hover {
        color: #a2cfe3;
    }
    
    footer .footer-top .footer-newsletter {
        margin-top: -16px;
        background-color: var(--primaryColor);
        position: relative;
        border-radius: 4;
        font-family: var(--italic-font);
    }
    
    footer .footer-top .footer-newsletter form input[type="email"] {
        border: 0;
    }
    
    footer .footer-top .footer-newsletter form input[type="submit"] {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        border: 0;
        background: none;
        font-size: 16px;
        padding: 0 20px;
        background: #67b0d1;
        color: #fff;
        transition: 0.3s;
        border-radius: 4;
    }
    
    footer .footer-top .footer-newsletter form input[type="submit"]:hover {
        background: #409cc5;
    }
    
    footer .copyright {
        border-top: 3px solid var(--primaryColor-dark);
        text-align: center;
        padding-top: 15px;
        color: #fff;
        font-weight: 550;
    }
    
    footer .credits {
        padding-top: 10px;
        text-align: center;
        font-size: 14px;
        color: #fff;
    }
    
    @media (max-width: 575px) {
        footer .footer-top .footer-info {
            margin: -20px 0 30px 0;
        }
        footer .footer-top .footer-newsletter {
            margin-top: 0;
        }
    }
    
    #loader {
        display: block;
        position: relative;
        left: 50%;
        top: 50%;
        width: 150px;
        height: 150px;
        margin: -75px 0 0 -75px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #9370DB;
        -webkit-animation: spin 2s linear infinite;
        animation: spin 2s linear infinite;
    }
    
    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #BA55D3;
        -webkit-animation: spin 3s linear infinite;
        animation: spin 3s linear infinite;
    }
    
    .load {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        /*change these sizes to fit into your project*/
        width: 100px;
        height: 100px;
    }
    
    .load hr {
        border: 0;
        margin: 0;
        width: 40%;
        height: 40%;
        position: absolute;
        border-radius: 50%;
        animation: spin 2s ease infinite
    }
    
    .load :first-child {
        background: #19A68C;
        animation-delay: -1.5s
    }
    
    .load :nth-child(2) {
        background: #F63D3A;
        animation-delay: -1s
    }
    
    .load :nth-child(3) {
        background: #FDA543;
        animation-delay: -0.5s
    }
    
    .load :last-child {
        background: #193B48
    }
    
    @keyframes spin {
        0%,
        100% {
            transform: translate(0)
        }
        25% {
            transform: translate(160%)
        }
        50% {
            transform: translate(160%, 160%)
        }
        75% {
            transform: translate(0, 160%)
        }
    }
    
    .btn-ligh {
        color: #eda42f;
        background-color: #f8f9fa;
        border-color: #f8f9fa;
    }
    
    .btn-ligh:hover {
        color: #232323;
        background-color: #eda42f;
        border-color: #eda42f;
    }
    /*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
    
    #hero {
        width: 100%;
        height: 100vh;
        background-size: cover;
    }
    
    #hero .hero-container {
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
        padding: 0 15px;
        font-family: var(--italic-font);
    }
    
    #hero .hero-logo {
        margin-bottom: 20px;
    }
    
    #hero h1 {
        font-size: 32px;
        font-weight: 650;
        line-height: 34px;
        color: var(--primaryColor);
        width: 35vw;
        margin-bottom: 20px;
    }
    
    #hero h2 {
        color: var(--primaryColor);
        margin-bottom: 30px;
        font-size: 32px;
        font-weight: 500;
        line-height: 56px;
        text-transform: uppercase;
    }
    
    #hero .btn-get-started {
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        font-size: 16px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 14px 30px;
        border-radius: 3px;
        margin: 10px;
        color: #fff;
        background: var(--primaryColor);
    }
    
    .btn-get-started {
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        font-size: 16px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 14px 30px;
        border-radius: 3px;
        margin: 10px;
        color: #fff;
        background: var(--primaryColor);
    }
    
    #hero .btn-get-started:hover {
        transition: 0.5s;
        background: var(--primaryColor-dark);
        color: var(--primaryColor);
    }
    
    .btn-get-started:hover {
        transition: 0.5s;
        background: var(--primaryColor-dark);
        color: var(--primaryColor);
    }
    
    @media (min-width: 1024px) {
        #hero {
            background-attachment: fixed;
        }
    }
    
    @media (max-width: 768px) {
        #hero h1 {
            font-size: 28px;
            line-height: 36px;
        }
        #hero h2 {
            line-height: 32px;
            font-size: 28px;
            font-weight: 550;
        }
    }
    /*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
    
    #header {
        height: 90px;
        transition: all 0.5s;
        z-index: 997;
        transition: all 0.5s;
        background: #fff;
        box-shadow: 0 4px 10px -3px rgba(191, 191, 191, 0.5);
    }
    
    #header .logo h1 {
        font-size: 28px;
        margin: 0;
        line-height: 1;
        font-weight: 400;
        letter-spacing: 3px;
        text-transform: uppercase;
    }
    
    #header .logo h1 a,
    #header .logo h1 a:hover {
        color: #fff;
        text-decoration: none;
    }
    
    #header .logo img {
        padding: 0;
        margin: 0;
        min-width: 175px;
    }
    
    @media (max-width: 992px) {
        #header {
            height: 70px;
        }
    }
    
    .scrolled-offset {
        margin-top: 90px;
    }
    
    @media (max-width: 992px) {
        .scrolled-offset {
            margin-top: 90px;
        }
    }
    /*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
    /**
* Desktop Navigation 
*/
    
    .navbar {
        padding: 0;
    }
    
    .navbar ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
    }
    
    .navbar li {
        position: relative;
    }
    
    .navbar a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 0 10px 30px;
        font-size: 15px;
        font-weight: 550;
        color: #151515;
        text-transform: uppercase;
        white-space: nowrap;
        transition: 0.3s;
    }
    
    .navbar a i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
    }
    
    .navbar a:hover,
    .navbar .active,
    .navbar li:hover>a {
        color: var(--primaryColor);
    }
    
    .navbar .dropdown ul {
        display: block;
        position: absolute;
        left: 14px;
        top: calc(100% + 30px);
        margin: 0;
        padding: 10px 0;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        transition: 0.3s;
    }
    
    .navbar .dropdown ul li {
        min-width: 200px;
    }
    
    .navbar .dropdown ul a {
        padding: 10px 20px;
        font-size: 15px;
        text-transform: none;
        font-weight: 600;
    }
    
    .navbar .dropdown ul a i {
        font-size: 12px;
    }
    
    .navbar .dropdown ul a:hover,
    .navbar .dropdown ul .active:hover,
    .navbar .dropdown ul li:hover>a {
        color: var(--primaryColor);
    }
    
    .navbar .dropdown:hover>ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }
    
    .navbar .dropdown .dropdown ul {
        top: 0;
        left: calc(100% - 30px);
        visibility: hidden;
    }
    
    .navbar .dropdown .dropdown:hover>ul {
        opacity: 1;
        top: 0;
        left: 100%;
        visibility: visible;
    }
    
    @media (max-width: 1366px) {
        .navbar .dropdown .dropdown ul {
            left: -90%;
        }
        .navbar .dropdown .dropdown:hover>ul {
            left: -100%;
        }
    }
    /**
* Mobile Navigation 
*/
    
    .mobile-nav-toggle {
        color: #151515;
        font-size: 28px;
        cursor: pointer;
        display: none;
        line-height: 0;
        transition: 0.5s;
    }
    
    .mobile-nav-toggle.bi-x {
        color: #fff;
    }
    
    @media (max-width: 991px) {
        .mobile-nav-toggle {
            display: block;
        }
        .navbar ul {
            display: none;
        }
    }
    
    .navbar-mobile {
        position: fixed;
        overflow: hidden;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.9);
        transition: 0.3s;
        z-index: 999;
    }
    
    .navbar-mobile .mobile-nav-toggle {
        position: absolute;
        top: 15px;
        right: 15px;
    }
    
    .navbar-mobile ul {
        display: block;
        position: absolute;
        top: 55px;
        right: 15px;
        bottom: 15px;
        left: 15px;
        padding: 10px 0;
        background-color: #fff;
        overflow-y: auto;
        transition: 0.3s;
    }
    
    .navbar-mobile a {
        padding: 10px 20px;
        font-size: 15px;
        color: #151515;
    }
    
    .navbar-mobile a:hover,
    .navbar-mobile .active,
    .navbar-mobile li:hover>a {
        color: var(--primaryColor);
    }
    
    .navbar-mobile .getstarted {
        margin: 15px;
    }
    
    .navbar-mobile .dropdown ul {
        position: static;
        display: none;
        margin: 10px 20px;
        padding: 10px 0;
        z-index: 99;
        opacity: 1;
        visibility: visible;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    }
    
    .navbar-mobile .dropdown ul li {
        min-width: 200px;
    }
    
    .navbar-mobile .dropdown ul a {
        padding: 10px 20px;
    }
    
    .navbar-mobile .dropdown ul a i {
        font-size: 12px;
    }
    
    .navbar-mobile .dropdown ul a:hover,
    .navbar-mobile .dropdown ul .active:hover,
    .navbar-mobile .dropdown ul li:hover>a {
        color: var(--primaryColor);
    }
    
    .navbar-mobile .dropdown>.dropdown-active {
        display: block;
    }
    /*--------------------------------------------------------------
# product line 
--------------------------------------------------------------*/
    
    .service-box {
        position: relative;
        overflow: hidden;
        margin-bottom: 10px;
        perspective: 1000px;
        -webkit-perspective: 1000px;
    }
    
    .service-icon {
        width: 100%;
        height: 140px;
        padding: 20px;
        text-align: center;
        transition: all 0.5s ease;
        background-color: var(--primaryColor);
        border-radius: 9px
    }
    
    .service-content {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        opacity: 0;
        width: 100%;
        height: 140px;
        padding: 20px;
        text-align: center;
        transition: all 0.5s ease;
        background-color: #242424;
        backface-visibility: hidden;
        transform-style: preserve-3d;
        -webkit-transform: translateY(110px) rotateX(-90deg);
        -moz-transform: translateY(110px) rotateX(-90deg);
        -ms-transform: translateY(110px) rotateX(-90deg);
        -o-transform: translateY(110px) rotateX(-90deg);
        transform: translateY(110px) rotateX(-90deg);
        border-radius: 9px;
    }
    
    .service-box .service-icon .front-content {
        position: relative;
        top: 35px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    
    .service-box .service-icon .front-content i {
        font-size: 42px;
        color: #fff;
        font-weight: normal;
    }
    
    .service-box .service-icon .front-content h3 {
        font-size: 18px;
        color: #fff;
        text-align: center;
        margin-bottom: 15px;
        text-transform: uppercase;
        font-weight: 550;
        letter-spacing: 1px;
    }
    
    .service-box .service-content h3 {
        font-size: 15px;
        font-weight: 700;
        color: var(--primaryColor);
        margin-bottom: 10px;
        text-transform: uppercase;
    }
    
    .service-box .service-content p {
        font-size: 13px;
        color: #fff;
        margin: 0;
    }
    
    .service-box:hover .service-icon {
        opacity: 0;
        -webkit-transform: translateY(-110px) rotateX(90deg);
        -moz-transform: translateY(-110px) rotateX(90deg);
        -ms-transform: translateY(-110px) rotateX(90deg);
        -o-transform: translateY(-110px) rotateX(90deg);
        transform: translateY(-110px) rotateX(90deg);
    }
    
    .service-box:hover .service-content {
        opacity: 1;
        -webkit-transform: rotateX(0);
        -moz-transform: rotateX(0);
        -ms-transform: rotateX(0);
        -o-transform: rotateX(0);
        transform: rotateX(0);
    }
    /*--------------------------------------------------------------
# product line 
--------------------------------------------------------------*/
    /* Container Area */
    
    .jumbotron {
        color: #2c3e50;
        background-color: #ecf0f1;
        border: 1px solid #D6DBDF;
        margin-top: 10px;
    }
    /*--------------------------------------------------------------
# product line 
--------------------------------------------------------------*/
    
    .photo-gallery {
        color: #313437;
        background-color: #fff;
        height: 100vh;
    }
    
    .photo-gallery p {
        color: #7d8285;
    }
    
    .photo-gallery h2 {
        font-weight: bold;
        margin-bottom: 40px;
        padding-top: 40px;
        color: inherit;
        color: var(--primaryColor)
    }
    
    @media (max-width:767px) {
        .photo-gallery h2 {
            margin-bottom: 25px;
            padding-top: 25px;
            font-size: 37px;
            font-weight: 600;
        }
    }
    
    .photo-gallery .intro {
        font-size: 16px;
        max-width: 500px;
        margin: 0 auto 40px;
    }
    
    .photo-gallery .intro p {
        margin-bottom: 0;
    }
    
    .photo-gallery .photos {
        padding-bottom: 20px;
    }
    
    .photo-gallery .item {
        padding-bottom: 30px;
        margin: 5px 0 0 0;
        border: 2px var(--primaryColor);
    }
    
    .photo-gallery .item :hover {
        transition: 0.3s;
        scale: 1.02;
    }
    
    .owl-carousel .item-video {
        height: 300px;
        border-radius: 14px;
    }
    /*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
    
    .back-to-top {
        position: fixed;
        visibility: hidden;
        opacity: 0;
        right: 15px;
        bottom: 15px;
        z-index: 996;
        background: var(--primaryColor-dark);
        width: 40px;
        height: 40px;
        border-radius: 4px;
        transition: all 0.4s;
    }
    
    .back-to-top i {
        font-size: 28px;
        color: #fff;
        line-height: 0;
    }
    
    .back-to-top:hover {
        background: var(--primaryColor);
        color: #fff;
    }
    
    .back-to-top:hover .back-to-top i {
        color: var(--primaryColor-dark);
    }
    
    .back-to-top.active {
        visibility: visible;
        opacity: 1;
    }
    
    .back-to-top.active {
        visibility: visible;
        opacity: 1;
    }
    /*------------------------------------*\
	Preloader
\*------------------------------------*/
    
    #preloader {
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        background-color: var(--primaryColor);
        z-index: 99999;
    }
    
    .loader {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 7.33333em;
        height: 7.33333em;
        margin-left: -3.66667em;
        margin-top: -3.66667em;
    }
    
    .loader-block {
        position: absolute;
        top: 0;
        left: 0;
        display: inline-block;
        opacity: 0;
        width: 2em;
        height: 2em;
        background: #fdfdfd;
        -webkit-animation: show 0.88s step-end infinite alternate, pulse 0.88s linear infinite alternate;
        animation: show 0.88s step-end infinite alternate, pulse 0.88s linear infinite alternate;
    }
    
    .loader-block:nth-child(1) {
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-animation-delay: 0.065s;
        animation-delay: 0.065s;
    }
    
    .loader-block:nth-child(2) {
        -moz-transform: translate(2.66667em, 0);
        -ms-transform: translate(2.66667em, 0);
        -webkit-transform: translate(2.66667em, 0);
        transform: translate(2.66667em, 0);
        -webkit-animation-delay: 0.13s;
        animation-delay: 0.13s;
    }
    
    .loader-block:nth-child(3) {
        -moz-transform: translate(5.33333em, 0);
        -ms-transform: translate(5.33333em, 0);
        -webkit-transform: translate(5.33333em, 0);
        transform: translate(5.33333em, 0);
        -webkit-animation-delay: 0.195s;
        animation-delay: 0.195s;
    }
    
    .loader-block:nth-child(4) {
        -moz-transform: translate(0, 2.66667em);
        -ms-transform: translate(0, 2.66667em);
        -webkit-transform: translate(0, 2.66667em);
        transform: translate(0, 2.66667em);
        -webkit-animation-delay: 0.325s;
        animation-delay: 0.325s;
    }
    
    .loader-block:nth-child(5) {
        -moz-transform: translate(2.66667em, 2.66667em);
        -ms-transform: translate(2.66667em, 2.66667em);
        -webkit-transform: translate(2.66667em, 2.66667em);
        transform: translate(2.66667em, 2.66667em);
        -webkit-animation-delay: 0.13s;
        animation-delay: 0.13s;
    }
    
    .loader-block:nth-child(6) {
        -moz-transform: translate(5.33333em, 2.66667em);
        -ms-transform: translate(5.33333em, 2.66667em);
        -webkit-transform: translate(5.33333em, 2.66667em);
        transform: translate(5.33333em, 2.66667em);
        -webkit-animation-delay: 0.455s;
        animation-delay: 0.455s;
    }
    
    .loader-block:nth-child(7) {
        -moz-transform: translate(0, 5.33333em);
        -ms-transform: translate(0, 5.33333em);
        -webkit-transform: translate(0, 5.33333em);
        transform: translate(0, 5.33333em);
        -webkit-animation-delay: 0.39s;
        animation-delay: 0.39s;
    }
    
    .loader-block:nth-child(8) {
        -moz-transform: translate(2.66667em, 5.33333em);
        -ms-transform: translate(2.66667em, 5.33333em);
        -webkit-transform: translate(2.66667em, 5.33333em);
        transform: translate(2.66667em, 5.33333em);
        -webkit-animation-delay: 0.26s;
        animation-delay: 0.26s;
    }
    
    .loader-block:nth-child(9) {
        -moz-transform: translate(5.33333em, 5.33333em);
        -ms-transform: translate(5.33333em, 5.33333em);
        -webkit-transform: translate(5.33333em, 5.33333em);
        transform: translate(5.33333em, 5.33333em);
    }
    
    @-webkit-keyframes pulse {
        from,
        40% {
            background: #fdfdfd;
        }
        to {
            background: #dadada;
        }
    }
    
    @-webkit-keyframes show {
        from,
        40% {
            opacity: 0;
        }
        41%,
        to {
            opacity: 1;
        }
    }
    
    @keyframes pulse {
        from,
        40% {
            background: #fdfdfd;
        }
        to {
            background: #dadada;
        }
    }
    
    @keyframes show {
        from,
        40% {
            opacity: 0;
        }
        41%,
        to {
            opacity: 1;
        }
    }