@charset "UTF-8";

.banner-home-bg {
    background: linear-gradient(90deg,rgba(255,61,0,.1) .19%,rgba(255,177,152,.1) 49.48%,rgba(255,61,0,.1) 99.8%)
}

.footer__bottom-home-1-bg {
    background-color: #001d08
}

.white-bg {
    background: #fff !important
}

.product-bg {
    background: #fafafa
}

.btn, .main-menu ul li .mega-menu, .main-menu ul li .submenu, .main-menu ul li .submenu li a:before, .main-menu ul li.has-dropdown > a:after, .offcanvas__overlay, a, button, h2, h3, h4, h5, img, input, li, p, span, svg {
    transition: all .3s ease-out 0s
}

:root {
    --rr-ff-body: "Rubik",sans-serif;
    --rr-ff-heading: "Poppins",sans-serif;
    --rr-ff-subtitle: "Sofia";
    --rr-ff-fontawesome: "Font Awesome 6 Pro";
    --rr-common-white: #fff;
    --rr-common-black: #000;
    --rr-common-placeholder: #4a5764;
    --rr-body-primary: #fff;
    --rr-theme-primary: #ff3d00;
    --rr-theme-secondary: #d44e49;
    --rr-heading-primary: #001d08;
    --rr-text-body: #646464;
    --rr-text-primary: #000;
    --rr-shadow-primary: 0px 30px 60px 0px rgba(0,15,32,.1);
    --rr-border-primary: 1px solid #ff3d00;
    --rr-fw-normal: normal;
    --rr-fw-thin: 100;
    --rr-fw-elight: 100;
    --rr-fw-light: 200;
    --rr-fw-regular: 300;
    --rr-fw-medium: 400;
    --rr-fw-sbold: 500;
    --rr-fw-bold: 600;
    --rr-fw-ebold: 800;
    --rr-fw-black: 900;
    --rr-fs-body: 15px;
    --rr-fs-body2: 18px;
    --rr-fs-p: 15px;
    --rr-fs-h1: 33px;
    --rr-fs-h2: 31px;
    --rr-fs-h3: 21px;
    --rr-fs-h4: 18px;
    --rr-fs-h5: 22px;
    --rr-fs-h6: 18px;
    --rr-lh-body: 28px;
    --rr-lh-body2: 26px;
    --rr-lh-p: 26px;
    --rr-lh-h1: 84px;
    --rr-lh-h2: 28px;
    --rr-lh-h3: 46px;
    --rr-lh-h4: 18px;
    --rr-lh-h5: 24px;
    --rr-lh-h6: 28px
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

html {
    font-size: 10px
}

body {
    background: var(--rr-body-primary);
    color: var(--rr-text-body);
    font-family: var(--rr-ff-body);
    font-size: var(--rr-fs-body);
    font-weight: 400;
    line-height: var(--rr-lh-body);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

h3, h4, h5 {
    color: var(--rr-heading-primary);
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-bold);
    margin-bottom: 0;
    margin-top: 0;
    word-break: break-word
}

h2 {
    font-size: var(--rr-fs-h2);
    line-height: var(--rr-lh-h2)
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    h2 {
        font-size: 38px;
        line-height: 50px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    h2 {
        font-size: 40px;
        line-height: 52px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    h2 {
        font-size: 40px;
        line-height: 52px
    }
}

@media (max-width:575px) {
    h2 {
        font-size: 30px;
        line-height: 42px
    }
}

@media (max-width:450px) {
    h2 {
        font-size: 27px;
        line-height: 37px
    }
}

h3 {
    font-size: var(--rr-fs-h3);
    line-height: var(--rr-lh-h3)
}

@media (max-width:575px) {
    h3 {
        font-size: 30px;
        line-height: 42px
    }
}

@media (max-width:450px) {
    h3 {
        font-size: 27px;
        line-height: 37px
    }
}

h4 {
    font-size: var(--rr-fs-h4);
    line-height: var(--rr-lh-h4)
}

h5 {
    font-size: var(--rr-fs-h5);
    line-height: var(--rr-lh-h5)
}

ul {
    margin: 0;
    padding: 0
}

p {
    color: var(--rr-text-body);
    font-size: var(--rr-fs-p);
    font-weight: var(--rr-fw-normal);
    line-height: var(--rr-lh-p)
}

a {
    text-decoration: none
}

    a:focus {
        outline: none;
        text-decoration: none
    }

    a:focus, a:hover {
        color: inherit;
        text-decoration: none
    }

a, button {
    background: transparent;
    border: none;
    color: inherit;
    outline: none
}

img {
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

button:hover {
    cursor: pointer
}

button:focus {
    outline: 0
}

input[type=text] {
    margin-left: 30px
}

input[type=text] {
    background-color: hsla(0,0%,100%,.1);
    border: 2px solid hsla(0,0%,100%,.3);
    border-bottom: 1px solid rgba(0,29,8,.1);
    color: var(--rr-heading-primary);
    font-size: 16px;
    outline: none;
    width: 100%
}

::-moz-selection {
    background: var(--rr-common-selection)
}

::selection {
    background: var(--rr-common-selection)
}

::-moz-selection {
    background: var(--rr-common-black);
    color: var(--rr-common-white);
    text-shadow: none
}

::selection {
    background: var(--rr-common-black);
    color: var(--rr-common-white);
    text-shadow: none
}

::-moz-placeholder {
    font-size: 16px;
    opacity: 1
}

    ::-moz-placeholder::-moz-placeholder {
        color: var(--rr-common-placeholder)
    }

.row {
    --bs-gutter-x: 30px
}

.fix {
    overflow: hidden
}

.p-relative {
    position: relative
}

.gap-10 {
    gap: 10px
}

.mb-25 {
    margin-bottom: 25px
}

.white-bg {
    background-color: var(--rr-common-white)
}

.rr-btn {
    align-items: center;
    background-color: var(--rr-theme-primary);
    border-radius: 4px;
    display: inline-flex;
    font-family: var(--rr-ff-heading);
    font-size: 16px;
    font-style: normal;
    font-weight: var(--rr-fw-sbold);
    gap: 10px;
    justify-content: center;
    line-height: 30px;
    overflow: hidden;
    padding: 10px 28px;
    position: relative;
    z-index: 5
}

    .rr-btn, .rr-btn:focus {
        color: var(--rr-common-white)
    }

        .rr-btn:before {
            content: "";
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            transform: translate(-165%) rotate(0deg);
            transform-origin: right bottom;
            transition: all .35s;
            width: 100%;
            z-index: -1
        }

        .rr-btn:hover {
            background: var(--rr-heading-primary);
            color: var(--rr-common-white)
        }

            .rr-btn:hover:before {
                transform: translate(0)
            }

        .rr-btn.btn-hover-white:before {
            background-color: var(--rr-common-white)
        }

        .rr-btn.btn-hover-white:hover {
            color: var(--rr-heading-primary)
        }

.offcanvas__area {
    background: #0e0a24 none repeat scroll 0 0;
    border-left: 1px solid var(--rr-border-primary);
    height: 100%;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    position: fixed;
    right: 0;
    scrollbar-width: none;
    top: 0;
    transform: translateX(calc(100% + 80px));
    transition: transform .45s ease-in-out,opacity .45s ease-in-out;
    width: 500px;
    z-index: 999
}

    .offcanvas__area ::-webkit-scrollbar {
        display: none
    }

@media (max-width:575px) {
    .offcanvas__area {
        width: 400px
    }
}

@media (max-width:450px) {
    .offcanvas__area {
        width: 100%
    }
}

.offcanvas__logo a img {
    width: 160px
}

@media (max-width:575px) {
    .offcanvas__logo a img {
        width: 150px;
        width: 130px
    }
}

.offcanvas__content {
    padding-bottom: 45px
}

.offcanvas__wrapper {
    height: 100%;
    padding: 35px 40px;
    position: relative
}

@media (max-width:575px) {
    .offcanvas__wrapper {
        padding: 25px
    }
}

.offcanvas__top {
    border-bottom: 1px solid hsla(0,0%,100%,.079);
    margin-bottom: 35px;
    padding-bottom: 20px
}

@media (max-width:575px) {
    .offcanvas__top {
        margin-bottom: 30px;
        padding-bottom: 15px
    }
}

.offcanvas__title {
    color: var(--rr-common-white)
}

@media (max-width:450px) {
    .offcanvas__title {
        font-size: 20px
    }
}

.offcanvas__social {
    margin-bottom: 40px
}

    .offcanvas__social ul li {
        display: inline-block
    }

        .offcanvas__social ul li:not(:last-child) {
            margin-right: 5px
        }

        .offcanvas__social ul li a {
            align-items: center;
            background: var(--rr-common-white);
            border-radius: 50%;
            color: var(--rr-theme-primary);
            display: flex;
            font-size: 16px;
            height: 36px;
            justify-content: center;
            width: 36px
        }

            .offcanvas__social ul li a:hover {
                background-color: var(--rr-theme-primary);
                color: var(--rr-common-white);
                transform: translateY(-3px)
            }

.offcanvas__overlay {
    background: var(--rr-common-black);
    height: 100%;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 900
}

.sidebar__toggle {
    cursor: pointer
}

.offcanvas-close-icon {
    color: var(--rr-common-white);
    line-height: 1
}

    .offcanvas-close-icon .offcanvas-m-lines {
        display: block;
        height: 12px;
        position: relative;
        width: 30px
    }

    .offcanvas-close-icon.animation--flip .offcanvas-m-line.line--1 {
        top: 6px;
        transform: rotate(45deg)
    }

    .offcanvas-close-icon.animation--flip .offcanvas-m-line.line--3 {
        opacity: 0
    }

    .offcanvas-close-icon.animation--flip .offcanvas-m-line.line--2 {
        top: 6px;
        transform: rotate(-45deg)
    }

    .offcanvas-close-icon .offcanvas-m-line {
        background-color: currentColor;
        height: 2px;
        left: 0;
        position: absolute;
        transition: top .15s ease,transform .3s ease;
        width: 100%
    }

        .offcanvas-close-icon .offcanvas-m-line.line--1 {
            top: 0
        }

        .offcanvas-close-icon .offcanvas-m-line.line--2 {
            top: 5px
        }

        .offcanvas-close-icon .offcanvas-m-line.line--3 {
            bottom: 0
        }

    .offcanvas-close-icon:hover .offcanvas-m-line {
        animation: qode-draw .8s cubic-bezier(.44,1.1,.53,.99) 1 forwards
    }

        .offcanvas-close-icon:hover .offcanvas-m-line:nth-of-type(2) {
            animation-delay: .1s
        }


@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px) {
    .breadcrumb__area .banner-all-shape-wrapper .second-shape {
        display: none
    }
}

.backtotop-wrap {
    background: var(--rr-theme-primary);
    border-radius: 50px;
    bottom: 30px;
    cursor: pointer;
    display: block;
    height: 46px;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    right: 30px;
    transform: translateY(20px);
    transition: all .4s linear;
    visibility: hidden;
    width: 46px;
    z-index: 100
}

@media (max-width:450px) {
    .backtotop-wrap {
        bottom: 20px;
        right: 20px
    }
}

.backtotop-wrap:before {
    background-color: var(--rr-heading-primary);
    border: 1px solid var(--rr-theme-primary);
    border-radius: 500px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: translate(-100%) rotate(50deg);
    transform-origin: top left;
    transition: all .35s;
    width: 100%;
    z-index: -1
}

.backtotop-wrap:after {
    color: var(--rr-common-white);
    content: "\f062";
    cursor: pointer;
    display: block;
    font-family: var(--rr-ff-fontawesome);
    font-size: 16px;
    font-weight: 400;
    height: 46px;
    left: 0;
    line-height: 46px;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all .4s linear;
    width: 46px;
    z-index: 1
}

.backtotop-wrap svg path {
    fill: none
}

.backtotop-wrap svg.backtotop-circle path {
    box-sizing: border-box;
    stroke: #ccc;
    stroke-width: 0;
    transition: all .4s linear
}

.backtotop-wrap:hover:before {
    border-color: var(--rr-heading-primary);
    transform: translate(0)
}

@keyframes qode-draw {
    0%,to {
        clip-path: inset(-2px 0)
    }

    42% {
        clip-path: inset(-2px 0 -2px 100%)
    }

    43% {
        clip-path: inset(-2px 100% -2px 0)
    }
}

@keyframes upDown {
    0% {
        transform: translateY(0)
    }

    to {
        transform: translateY(-15px)
    }
}

.upDown-bottom {
    animation: upDown .8S infinite alternate
}

@keyframes zooming {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.1)
    }

    to {
        transform: scale(1)
    }
}

.zooming {
    animation: zooming 1.3S infinite alternate
}

#popup-search-box {
    background-color: var(--rr-common-white);
    height: 20%;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: -100%;
    transition: all .5s ease;
    visibility: hidden;
    white-space: nowrap;
    width: 100%;
    z-index: 99
}

    #popup-search-box .box-inner-wrap {
        box-shadow: 0 0 60px 0 rgba(0,0,0,.05);
        height: 100%;
        position: relative;
        width: 100%
    }

        #popup-search-box .box-inner-wrap form {
            margin: 0 auto;
            max-width: 560px;
            padding: 0 15px;
            position: relative;
            width: 100%
        }

            #popup-search-box .box-inner-wrap form input {
                background: transparent;
                border: none;
                border: 1px solid var(--rr-common-black);
                color: #ddd;
                color: #666;
                font-size: 16px;
                padding: 20px 80px 20px 15px;
                width: 100%
            }

                #popup-search-box .box-inner-wrap form input:focus {
                    outline: none
                }

        #popup-search-box .box-inner-wrap:hover {
            cursor: url(../img/cross.webp),auto
        }

        #popup-search-box .box-inner-wrap .search-close {
            align-items: center;
            border: 1px solid var(--rr-heading-primary);
            border-radius: 50%;
            color: var(--rr-heading-primary);
            cursor: pointer;
            display: flex;
            font-size: 20px;
            height: 50px;
            justify-content: center;
            position: absolute;
            right: 50px;
            top: 30px;
            width: 50px
        }

            #popup-search-box .box-inner-wrap .search-close:hover {
                background-color: var(--rr-theme-primary);
                border: 1px solid var(--rr-theme-primary);
                color: var(--rr-common-white)
            }

.header__area {
    background: linear-gradient(90deg,rgba(255,61,0,.1) .19%,rgba(255,177,152,.1) 49.48%,rgba(255,61,0,.1) 99.8%);
    background: transparent;
    position: absolute;
    width: 100%;
    z-index: 99
}

.header__logo {
    max-width: 188px
}

@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px) {
    .header__logo {
        max-width: 150px
    }
}

@media (max-width:450px) {
    .header__logo {
        max-width: 150px
    }
}

.header__main {
    align-items: center;
    display: flex;
    justify-content: space-between
}

@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px) {
    .header__main {
        padding: 18px 0
    }
}

@media (max-width:450px) {
    .header__main {
        padding: 16px 0
    }
}

.header__main .header__right .header__action {
    gap: 30px
}

    .header__main .header__right .header__action .search-icon {
        cursor: pointer
    }

@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px) {
    .header__main .header__right .header__action .search-icon {
        display: none !important
    }
}

.bar-icon {
    display: flex;
    flex-direction: column;
    height: 18px;
    justify-content: space-between;
    overflow: hidden;
    width: 26px
}

    .bar-icon, .bar-icon span {
        transition: color .2s ease-out
    }

        .bar-icon span {
            background: var(--rr-theme-primary);
            display: inline-block;
            height: 2px;
            width: 100%
        }

            .bar-icon span:nth-child(2) {
                margin-left: 0
            }

        .bar-icon:hover span {
            animation: qode-draw .8s cubic-bezier(.44,1.1,.53,.99) 1 forwards
        }

            .bar-icon:hover span:nth-child(2) {
                animation-delay: .1s;
                margin-left: 0
            }

            .bar-icon:hover span:nth-child(3) {
                animation-delay: .2s
            }

.header-top-menu {
    gap: 30px;
    list-style: none
}

    .header-top-menu li {
        align-items: center;
        color: var(--rr-common-white);
        display: flex;
        font-family: var(--rr-ff-body);
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        gap: 6px;
        line-height: 17px
    }

@media only screen and (min-width:768px) and (max-width:991px) {
    .header-top-menu li {
        font-size: 12px
    }
}

.header-top-menu li a {
    align-items: center;
    color: var(--rr-common-white);
    display: flex;
    gap: 10px
}

    .header-top-menu li a:hover {
        color: var(--rr-theme-primary)
    }

.header-top-socail-menu {
    align-items: center;
    display: flex;
    gap: 20px;
    justify-content: center;
    list-style: none
}

    .header-top-socail-menu .lan-select-2 {
        width: 85px
    }

    .header-top-socail-menu span a {
        color: var(--rr-common-white);
        display: flex;
        font-family: var(--rr-ff-body);
        font-size: 14px;
        font-style: normal;
        line-height: 17px
    }

@media only screen and (min-width:768px) and (max-width:991px) {
    .header-top-socail-menu span a {
        font-size: 12px
    }
}

.header-top-socail-menu span a:hover {
    color: var(--rr-theme-primary)
}

.header-top-3 {
    background: var(--rr-heading-primary);
    padding: 5px 0
}

    .header-top-3 .header-top-socail-menu {
        gap: 15px !important
    }

    .header-top-3 .header-top-menu li a {
        color: var(--rr-theme-primary)
    }

        .header-top-3 .header-top-menu li a:hover {
            text-decoration: underline
        }

    .header-top-3 .header-top-social {
        color: hsla(0,0%,100%,.7);
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        gap: 20px;
        line-height: 15px
    }

        .header-top-3 .header-top-social a:hover {
            color: var(--rr-common-white)
        }

.banner-home__banner-shape-2 {
    left: -317px;
    position: absolute;
    top: 420px
}

    .banner-home__banner-shape-2 img {
        height: auto;
        max-width: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

@media (max-width:990px) {
    .breadcrumb-cms {
        padding: 116px 0 2px
    }
}

@media (max-width:770px) {
    .breadcrumb-cms {
        padding: 80px 0 2px
    }

    .zooming {
        display: none
    }
}

.main-menu ul {
    margin-bottom: 0
}

    .main-menu ul li {
        display: inline-block;
        list-style: none;
        margin-inline-end: 30px;
        position: relative
    }

@media only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px) {
    .main-menu ul li {
        margin-inline-end: 30px
    }
}

.main-menu ul li.active > a {
    color: var(--rr-theme-primary) !important
}

.main-menu ul li > a {
    color: var(--rr-heading-primary);
    display: inline-block;
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-regular);
    line-height: normal;
    padding: 30px 0;
    text-transform: capitalize
}

@media only screen and (min-width:1400px) and (max-width:1600px) {
    .main-menu ul li > a {
        padding: 30px 0
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px) {
    .main-menu ul li > a {
        padding: 30px 0
    }
}

.main-menu ul li.has-dropdown > a {
    position: relative
}

    .main-menu ul li.has-dropdown > a:after {
        content: "+";
        display: inline-block;
        font-family: var(--rr-ff-body);
        font-weight: var(--rr-fw-regular);
        margin-inline-start: 5px;
        transform: translateY(1px)
    }

.main-menu ul li.has-mega-menu {
    position: static
}

.main-menu ul li .submenu {
    background: var(--rr-common-white);
    border: 1px solid var(--rr-border-primary);
    box-shadow: 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);
    color: var(--rr-common-white);
    inset-inline-start: 0;
    min-width: 280px;
    opacity: 0;
    padding: 35px 0 6px;
    position: absolute;
    top: 110%;
    transform-origin: top center;
    visibility: hidden;
    z-index: 99
}

    .main-menu ul li .submenu li {
        display: block;
        margin: 0;
        padding: 0;
        transform: translateY(-10px);
        width: 100%
    }

        .main-menu ul li .submenu li a {
            color: var(--rr-heading-primary);
            font-size: 16px;
            padding-inline-start: 30px;
            padding: 0 25px 9px;
            position: relative;
            width: 100%;
            z-index: 11
        }

            .main-menu ul li .submenu li a:before {
                background-color: var(--rr-theme-primary);
                content: "";
                height: 1px;
                left: 25px;
                position: absolute;
                top: 40%;
                transform: translateY(-50%);
                width: 0
            }

        .main-menu ul li .submenu li:hover > a {
            color: var(--rr-theme-primary);
            padding-inline-start: 43px
        }

            .main-menu ul li .submenu li:hover > a:before {
                width: 12px
            }

            .main-menu ul li .submenu li:hover > a:after {
                color: var(--rr-theme-primary)
            }

.main-menu ul li .mega-menu {
    background: var(--rr-heading-primary);
    left: 50%;
    opacity: 0;
    padding: 30px 35px 0;
    position: absolute;
    top: 100%;
    transform: translateX(-50%) translateZ(0);
    visibility: hidden;
    width: 100%;
    z-index: 99;
    clip: rect(0,200vw,0,0);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .main-menu ul li .mega-menu {
        padding: 25px
    }
}

.main-menu ul li .mega-menu li a:hover:before {
    width: 12px
}

.main-menu ul li:hover > a {
    color: var(--rr-theme-primary)
}

    .main-menu ul li:hover > a:after {
        color: var(--rr-theme-primary);
        transform: rotate(180deg)
    }

.main-menu ul li:hover > .submenu {
    opacity: 1;
    top: 100%;
    visibility: visible
}

.main-menu ul li:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    clip: rect(0,100vw,200vh,-30px);
    transition: clip .6s linear,opacity .4s linear
}

.home__menu-item {
    position: relative
}

.home__menu-thumb {
    border: 1px solid var(--rr-theme-primary);
    border-radius: 6px;
    padding: 20px;
    position: relative
}

    .home__menu-thumb:before {
        background: hsla(0,0%,5%,.7);
        border-radius: 6px;
        content: "";
        height: 100%;
        left: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        transition: .3s;
        width: 100%
    }

@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px) {
    .home__menu-thumb:before {
        opacity: 1
    }
}

.home__menu-title {
    color: var(--rr-common-white);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px;
    padding-top: 10px;
    text-align: center
}

.footer__area-common {
    position: relative;
    z-index: 1
}

    .footer__area-common.background {
        background: #fff5f1
    }

@media only screen and (min-width:768px) and (max-width:991px) {
    .footer__area-common {
        padding-top: 60px
    }
}

@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px) {
    .footer__area-common {
        padding-top: 50px
    }
}

.footer-wrap {
    padding: 40px 0
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .footer-wrap {
        --bs-gutter-x: none
    }
}

@media only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px) {
    .footer-wrap {
        padding: 0 0 70px
    }
}

@media (max-width:575px) {
    .footer-wrap {
        padding: 0 0 30px
    }
}

.footer__widget {
    margin-bottom: 0
}

    .footer__widget.footer__widget-item-1 {
        max-width: 323px
    }

@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px) {
    .footer__widget.footer__widget-item-1 {
        max-width: 100%
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .footer__widget.footer__widget-item-2 {
        padding-left: 10px
    }
}

@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px) {
    .footer__widget.footer__widget-item-2 {
        padding-left: 0
    }
}

.footer__widget.footer__widget-item-3 {
    padding-left: 45px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .footer__widget.footer__widget-item-3 {
        padding-left: 10px
    }
}

@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px) {
    .footer__widget.footer__widget-item-3 {
        padding-left: 0
    }
}

.footer__widget.footer__widget-item-4 {
    padding-left: 88px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .footer__widget.footer__widget-item-4 {
        padding-left: 10px
    }
}

@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px) {
    .footer__widget.footer__widget-item-4 {
        padding-left: 0
    }
}

.footer__widget-title h4 {
    color: var(--rr-common-black);
    font-family: var(--rr-ff-heading);
    font-size: 22px;
    font-weight: var(--rr-fw-sbold);
    line-height: var(--rr-lh-h4);
    margin-bottom: 35px;
    margin-top: 18px;
    position: relative;
    text-transform: capitalize;
    z-index: 10
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .footer__widget-title h4 {
        font-size: 18px
    }
}

@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px) {
    .footer__widget-title h4 {
        margin-bottom: 18px;
        margin-top: 35px
    }
}

.footer__logo img {
    max-width: 188px
}

.footer__link ul {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 5px
}

    .footer__link ul li {
        align-items: flex-start;
        display: flex;
        list-style: none
    }

        .footer__link ul li a {
            color: var(--rr-text-body);
            display: flex;
            font-family: var(--rr-ff-heading);
            font-size: 18px;
            font-weight: var(--rr-fw-regular);
            gap: 10px;
            position: relative
        }

            .footer__link ul li a:hover {
                color: var(--rr-theme-primary)
            }

                .footer__link ul li a:hover:before {
                    width: 12px
                }

.footer__social {
    display: flex;
    gap: 10px
}

.footer__subscribe {
    max-width: 210px
}

    .footer__subscribe ul li {
        align-items: flex-start;
        display: flex;
        list-style: none
    }

        .footer__subscribe ul li a {
            color: var(--rr-text-body);
            display: flex;
            font-family: var(--rr-ff-heading);
            font-size: 18px;
            font-weight: var(--rr-fw-regular);
            gap: 10px;
            margin-bottom: 18px;
            position: relative
        }

            .footer__subscribe ul li a:hover {
                color: var(--rr-theme-primary)
            }

    .footer__subscribe.subscribe-2 {
        max-width: inherit
    }

.footer__area-common {
    background-size: contain
}

.footer__bottom {
    padding: 30px 0
}

.footer__bottom-wrapper {
    border-top: 1px solid var(--rr-border-secondary)
}

@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px) {
    .footer__bottom {
        flex-wrap: wrap;
        justify-content: center
    }
}

.footer__bottom {
    align-items: center;
    border-top: var(--rr-border-white30);
    display: flex;
    gap: 10px 30px;
    justify-content: space-between;
    padding: 24.5px 0
}

@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px) {
    .footer__bottom {
        flex-wrap: wrap;
        justify-content: center
    }
}

.footer__copyright-menu ul {
    display: flex;
    gap: 10px
}

@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px) {
    .footer__copyright-menu ul {
        flex-wrap: wrap;
        justify-content: center
    }
}

.footer__copyright-menu ul li {
    list-style: none;
    position: relative
}

    .footer__copyright-menu ul li a {
        color: var(--rr-common-white);
        font-size: 14px;
        opacity: .9;
        position: relative
    }

        .footer__copyright-menu ul li a:hover {
            color: var(--rr-theme-primary)
        }

.prodact-area .bottom-button h5 {
    color: var(--rr-heading-primary);
    font-family: var(--rr-ff-body);
    font-size: 18px;
    font-style: normal;
    font-weight: var(--rr-fw-regular);
    line-height: var(--rr-lh-h5)
}

.prodact-area .bottom-button .social {
    gap: 10px
}

    .prodact-area .bottom-button .social a {
        align-items: center;
        background-color: #f5f5f5;
        border-radius: 4px;
        color: var(--rr-heading-primary);
        display: flex;
        height: 40px;
        justify-content: center;
        transition: .3s;
        width: 40px
    }

        .prodact-area .bottom-button .social a.active, .prodact-area .bottom-button .social a:hover {
            background: var(--rr-theme-primary);
            color: var(--rr-common-white)
        }

.sub-inner-area .rr-fea-product__tab .nav-inner {
    border-radius: 4px;
    box-shadow: 0 0 4px rgba(0,29,8,.1);
    padding: 13px 20px 12px
}

@media (max-width:320px) {
    .sub-inner-area .rr-fea-product__tab .nav-inner {
        padding: 13px 11px 12px
    }
}

@media (max-width:575px) {
    .sub-inner-area .rr-fea-product__tab .nav-inner {
        flex-direction: column
    }
}

.sub-inner-area .rr-fea-product__tab .nav-inner button {
    margin: 0;
    padding: 0 0 0 24px
}

.sub-inner-area .rr-fea-product__tab .nav-inner .all-button {
    display: flex;
    gap: 24px;
    position: relative
}

@media only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px) {
    .sub-inner-area .rr-fea-product__tab .nav-inner .all-button {
        left: 0
    }
}

.sub-inner-area .rr-fea-product__tab .nav-inner .all-button button {
    border-radius: 0;
    height: auto;
    margin: 0;
    padding: 0
}

@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px) {
    .sub-inner-area .rr-fea-product__tab .nav-inner .all-button button {
        display: none
    }
}

.sub-inner-area .rr-fea-product__tab .nav-inner .all-button button.active svg circle {
    fill: #001d08 !important;
    fill-opacity: 100% !important
}

.rr-fea-product__thumb {
    border-radius: 10px;
    overflow: hidden;
    text-align: center
}

    .rr-fea-product__thumb img {
        border-radius: 10px;
        height: 300px;
        transition: .5s;
        width: auto;
    }

.rr-fea-product__content {
    padding: 20px 0 0;
    text-align: center;
}

.rr-fea-product__item {
    border-radius: 10px;
    padding: 10px;
    position: relative;
    transition: .3s;
    z-index: 1
}
.rr-fea-product__wrapper .col-xl-4 {
    padding: 10px 13px;
}

@media (max-width:575px) {
    .rr-fea-product__content {
        text-align: left;
    }

    .rr-fea-product__item {
        background: var(--rr-common-white) !important;
        box-shadow: 0 20px 40px rgba(0,29,8,.1);
        margin-bottom: 30px
    }
}

.rr-fea-product__item:hover {
    background: var(--rr-common-white) !important;
    background-color: var(--rr-common-white);
    box-shadow: 0 3px 62px 18px rgba(0,16,0,.1)
}

    .rr-fea-product__item:hover .rr-fea-product__thumb img {
        transform: scale(1.2) rotate(-1deg)
    }

.rr-fea-product__title-sm {
    color: var(--rr-heading-primary);
    font-family: var(--rr-ff-heading);
    font-size: 20px;
    font-style: normal;
    line-height: var(--rr-lh-h5);
    margin-bottom: 10px;
    transition: .3s
}
.rr-product-content-price p{
    text-align: justify;
}

.rr-fea-product__title-sm:hover {
    color: var(--rr-theme-primary)
}

.rr-fea-product__tab nav button {
    border-radius: 30px;
    color: var(--rr-heading-primary);
    font-family: var(--rr-ff-heading);
    font-size: 16px;
    font-weight: var(--rr-fw-regular);
    height: 40px;
    line-height: 26px;
    padding: 0 19px;
    transition: .3s
}

@media (max-width:1120px) {
    .rr-fea-product__thumb img {
        width: 100%;
    }
}

@media (max-width:770px) {
    .rr-fea-product__thumb img {
        width: auto;
    }
}

@media (max-width:975px) {
    .rr-product-content-price p{
        font-size: 14px;
    }
    .rr-fea-product__title-sm a{
        font-size: 18px;
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px) {
    .rr-fea-product__tab nav button {
        font-size: 14px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .rr-fea-product__tab nav button {
        font-size: 13px;
        margin: 0 10px
    }
}

@media (max-width:575px) {
    .rr-fea-product__tab nav button {
        font-size: 13px
    }
    .rr-fea-product__thumb img{
        width: 100%;
    }
}

.rr-fea-product__tab nav button.active {
    background-color: #fafafa;
    color: var(--rr-theme-primary);
    font-weight: var(--rr-fw-medium);
    text-decoration: underline
}

.rr-fea-product__tab nav button:hover {
    color: var(--rr-theme-primary)
}
/* !END:  Slider CSS */
/*# sourceMappingURL=main.min.css.map */
