@font-face {
    font-family: Shabnam;
    src: url('../fonts/Shabnam.ttf');
}

body {
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

td {
    vertical-align: middle;
}

* {
    font-family: 'Shabnam','Sans Serif Collection';
}

ul {
    list-style-type: none;
}

.height-45 {
    height: 400px;
}

.dark-border {
    border: 1px solid #212529;
    color: #212529;
}
/*button 82*/
/* CSS */
.button-82-pushable {
    position: relative;
    border: none;
    width: 100%;
    background: transparent;
    padding: 0;
    cursor: pointer;
    outline-offset: 4px;
    transition: filter 250ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.button-82-shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    background: hsl(0deg 0% 0% / 0.25);
    will-change: transform;
    transform: translateY(2px);
    transition: transform 600ms cubic-bezier(.3, .7, .4, 1);
}

.button-82-edge {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    background: #00bf8f; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #001510, #00bf8f); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #001510, #00bf8f); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.button-82-front {
    display: block;
    position: relative;
    padding: 12px 27px;
    border-radius: 12px;
    font-size: 0.8rem !important;
    color: white;
    background: #00bf8f; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #001510, #00bf8f); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #001510, #00bf8f); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

    will-change: transform;
    transform: translateY(-4px);
    transition: transform 600ms cubic-bezier(.3, .7, .4, 1);
}

@media (min-width: 768px) {
    .button-82-front {
        font-size: 0.8rem;
        padding: 12px 5px;
    }
}

.button-82-pushable:hover {
    filter: brightness(110%);
    -webkit-filter: brightness(110%);
}

    .button-82-pushable:hover .button-82-front {
        transform: translateY(-6px);
        transition: transform 250ms cubic-bezier(.3, .7, .4, 1.5);
    }

.button-82-pushable:active .button-82-front {
    transform: translateY(-2px);
    transition: transform 34ms;
}

.button-82-pushable:hover .button-82-shadow {
    transform: translateY(4px);
    transition: transform 250ms cubic-bezier(.3, .7, .4, 1.5);
}

.button-82-pushable:active .button-82-shadow {
    transform: translateY(1px);
    transition: transform 34ms;
}

.button-82-pushable:focus:not(:focus-visible) {
    outline: none;
}

.link {
    color: #34e89e;
}

    .link:hover {
        color: #34e89e;
    }

.bg-text {
    background: url('../img/bg-page-section (1).png') fixed, linear-gradient( 30deg, #021b79 0%, #4E9C51 100%);
}

.w-h-100 {
    width: 100%;
    height: 100%;
}

.rtl {
    direction: rtl !important;
}

.color-white {
    color: white !important;
}

.color-black {
    color: black !important;
}

.logo {
    height: 40px !important;
}

header {
    margin: 0;
}

.header-content {
    padding: 4% 15%;
}

.stick-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.top-15 {
    top: 2%;
    z-index:0!important;
}

.pos-rel-center {
    position: relative;
}

.pos-ab-center {
    position: absolute;
}
.dropdown-menu{
    z-index:2000;
}
.dropdown:hover > ul {
    display: block;
}
.contents-nav {
    background-color: #ffffff;
    border-radius: 5px;
    position: relative;
    z-index: 0;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
    text-align: center;
}
nav.navbar{
    z-index:1;
}
.contents {
    background-color: #ffffff;
    border-radius: 5px;
    position: relative;
    z-index: 0;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    text-align: center;
}

.blur-div {
    height: auto;
    background: rgba(255,255,255,0.3);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255,255,255,0.15);
}

.color-green {
    color: #34e89e;
}

article {
    position: relative;
}

    article:before {
        background-position: 50%;
        background-size: 600px;
        background-image: url('../img/background.png');
        position: absolute;
        height: 100%;
        display: block;
        z-index: -1;
        top: 0;
        left: 0;
        width: 100%;
        content: "";
        opacity: .03;
        pointer-events: none;
    }

.button-33 {
    background-color: #c2fbd7;
    border-radius: 100px;
    box-shadow: rgba(44, 187, 99, .2) 0 -25px 18px -14px inset,rgba(44, 187, 99, .15) 0 1px 2px,rgba(44, 187, 99, .15) 0 2px 4px,rgba(44, 187, 99, .15) 0 4px 8px,rgba(44, 187, 99, .15) 0 8px 16px,rgba(44, 187, 99, .15) 0 16px 32px;
    color: green;
    cursor: pointer;
    display: inline-block;
    font-family: CerebriSans-Regular,-apple-system,system-ui,Roboto,sans-serif;
    padding: 7px 20px;
    text-align: center;
    text-decoration: none;
    transition: all 250ms;
    border: 0;
    font-size: 16px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

    .button-33:hover {
        box-shadow: rgba(44,187,99,.35) 0 -25px 18px -14px inset,rgba(44,187,99,.25) 0 1px 2px,rgba(44,187,99,.25) 0 2px 4px,rgba(44,187,99,.25) 0 4px 8px,rgba(44,187,99,.25) 0 8px 16px,rgba(44,187,99,.25) 0 16px 32px;
        transform: scale(1.05) rotate(-1deg);
    }

.search {
    width: 500px;
    max-width: calc(100% - 8px);
    background-color: #fff;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
    border-radius: 60px;
    display: inline-block;
    padding: 4px;
}

    .search input[type="text"] {
        width: calc(100% - 55px);
        border: 0;
        background: none;
        color: #222;
        padding: 9px 15px;
    }

        .search input[type="text"]:focus-visible {
            border: 0 !important;
        }

.rt-16 {
    font-size: 16px;
}

#searchButton {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: #fff;
    background-color: #5cce00;
    border: 0;
    font-family: FontAwesome;
    cursor: pointer;
    border-bottom: 3px #3f8c01 solid;
}
/*Product Cards*/
.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-centerY-centerX {
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-wrapper {
    height: 100%;
    display: table;
}

    .page-wrapper .page-inner {
        display: table-cell;
        vertical-align: middle;
    }

.nav-link:hover {
    color: #4E9C51;
}

.el-wrapper {
    width: 80%;
    padding: 15px;
    margin: 15px auto;
    background-color: #fff;
}



@media (max-width: 991px) {
    .el-wrapper {
        width: 100%;
    }
    .header-content {
        padding: 4% 4%;
    }
}

@media (max-width: 767px) {
    .el-wrapper {
        width: 100%;
        margin: 30px auto;
    }
}

.el-wrapper:hover .h-bg {
    left: 0px;
}

.el-wrapper:hover .price {
    left: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #818181;
    display: none;
}

.el-wrapper:hover .add-to-cart {
    left: 50%;
}

.el-wrapper:hover .img {
    webkit-filter: blur(7px);
    -o-filter: blur(7px);
    -ms-filter: blur(7px);
    filter: blur(7px);
    filter: progid:DXImageTransform.Microsoft.Blur(pixelradius='7', shadowopacity='0.0');
    opacity: 0.4;
}

.el-wrapper:hover .info-inner {
    bottom: 155px;
}

.el-wrapper:hover .a-size {
    -webkit-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
    bottom: 50px;
    opacity: 1;
}

.el-wrapper .box-down {
    width: 100%;
    height: 60px;
    position: relative;
    overflow: hidden;
}

.el-wrapper .box-up {
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.nav-pills .nav-link {
    color: #222222;
}

    .nav-pills .nav-link.active {
        background: #34e89e; /* fallback for old browsers */
        background: -webkit-linear-gradient(to top, #0f3443, #34e89e); /* Chrome 10-25, Safari 5.1-6 */
        background: linear-gradient(to top, #0f3443, #34e89e); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

        color: white;
    }

.el-wrapper .img {
    padding: 0px 0px 45% 0px;
    -webkit-transition: all 800ms cubic-bezier(0, 0, 0.18, 1);
    -moz-transition: all 800ms cubic-bezier(0, 0, 0.18, 1);
    -o-transition: all 800ms cubic-bezier(0, 0, 0.18, 1);
    transition: all 800ms cubic-bezier(0, 0, 0.18, 1);
    /* ease-out */
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
    -moz-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
    -o-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
    /* ease-out */
}

@media (max-width: 1238px) {
    .el-wrapper .img {
        padding: 0 0 60% 0;
    }
}

@media (max-width: 1200px) {
    .el-wrapper .img {
        padding: 0 0 70% 0;
    }
}

@media (max-width: 992px) {
    .el-wrapper .img {
        padding: 0 0 45% 0;
    }
}

@media (max-width: 768px) {
    .el-wrapper .img {
        padding: 0 0 25% 0;
    }
}

@media (max-width: 549px) {
    .el-wrapper .img {
        padding: 0 0 40% 0;
    }
}

@media (max-width: 480px) {
    .el-wrapper .img {
        padding: 0 0 70% 0;
    }
}

.h-bg {
    -webkit-transition: all 800ms cubic-bezier(0, 0, 0.18, 1);
    -moz-transition: all 800ms cubic-bezier(0, 0, 0.18, 1);
    -o-transition: all 800ms cubic-bezier(0, 0, 0.18, 1);
    transition: all 800ms cubic-bezier(0, 0, 0.18, 1);
    /* ease-out */
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
    -moz-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
    -o-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
    /* ease-out */
    width: 660px;
    height: 100%;
    background-color: #3f96cd;
    position: absolute;
    left: -659px;
}

    .h-bg .h-bg-inner {
        width: 50%;
        height: 100%;
        background-color: #464646;
    }

.info-inner {
    -webkit-transition: all 400ms cubic-bezier(0, 0, 0.18, 1);
    -moz-transition: all 400ms cubic-bezier(0, 0, 0.18, 1);
    -o-transition: all 400ms cubic-bezier(0, 0, 0.18, 1);
    transition: all 400ms cubic-bezier(0, 0, 0.18, 1);
    /* ease-out */
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
    -moz-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
    -o-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
    /* ease-out */
    position: absolute;
    width: 100%;
    bottom: 25px;
}

    .info-inner .p-name,
    .info-inner .p-company {
        display: block;
    }

    .info-inner .p-name {
        font-family: 'PT Sans', sans-serif;
        font-size: 18px;
        color: #252525;
    }

    .info-inner .p-company {
        font-family: 'Lato', sans-serif;
        font-size: 12px;
        text-transform: uppercase;
        color: #8c8c8c;
    }

.a-size {
    -webkit-transition: all 300ms cubic-bezier(0, 0, 0.18, 1);
    -moz-transition: all 300ms cubic-bezier(0, 0, 0.18, 1);
    -o-transition: all 300ms cubic-bezier(0, 0, 0.18, 1);
    transition: all 300ms cubic-bezier(0, 0, 0.18, 1);
    /* ease-out */
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
    -moz-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
    -o-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
    /* ease-out */
    position: absolute;
    width: 100%;
    bottom: -20px;
    font-family: 'PT Sans', sans-serif;
    color: #828282;
    opacity: 0;
}

    .a-size .size {
        color: #252525;
    }

.cart {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}

    .cart .price {
        -webkit-transition: all 600ms cubic-bezier(0, 0, 0.18, 1);
        -moz-transition: all 600ms cubic-bezier(0, 0, 0.18, 1);
        -o-transition: all 600ms cubic-bezier(0, 0, 0.18, 1);
        transition: all 600ms cubic-bezier(0, 0, 0.18, 1);
        /* ease-out */
        -webkit-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
        -moz-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
        -o-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
        transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
        /* ease-out */
        -webkit-transition-delay: 100ms;
        -o-transition-delay: 100ms;
        transition-delay: 100ms;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-size: 16px;
        color: #252525;
    }

    .cart .add-to-cart {
        -webkit-transition: all 600ms cubic-bezier(0, 0, 0.18, 1);
        -moz-transition: all 600ms cubic-bezier(0, 0, 0.18, 1);
        -o-transition: all 600ms cubic-bezier(0, 0, 0.18, 1);
        transition: all 600ms cubic-bezier(0, 0, 0.18, 1);
        /* ease-out */
        -webkit-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
        -moz-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
        -o-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
        transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
        /* ease-out */
        -webkit-transition-delay: 100ms;
        -o-transition-delay: 100ms;
        transition-delay: 100ms;
        display: block;
        position: absolute;
        top: 50%;
        left: 110%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

        .cart .add-to-cart .txt {
            font-size: 12px;
            color: #fff;
            letter-spacing: 0.045em;
            text-transform: uppercase;
            white-space: nowrap;
        }

footer {
    background: #232323 url('../img/footer.jpg');
    padding-top: 55px;
    color: #fff;
    border-top: 4px solid #5cce00;
}
/* ============ desktop view ============ */
@media all and (min-width: 992px) {

    .dropdown-menu li {
        position: relative;
    }

    .dropdown-menu .submenu {
        display: none;
        position: absolute;
        right: 100%;
        top: -7px;
    }

    .dropdown-menu .submenu-left {
        left: 100%;
        right: auto;
    }

    .dropdown-menu > li:hover {
        background-color: #f1f1f1
    }

        .dropdown-menu > li:hover > .submenu {
            display: block;
        }
}
/*rating*/
.star-rating {
    white-space: nowrap;
}

    .star-rating [type="radio"] {
        appearance: none;
    }

    .star-rating i {
        font-size: 1.2em;
        transition: 0.3s;
    }

    .star-rating label:is(:hover, :has(~ :hover)) i {
        transform: scale(1.35);
        color: #fffdba;
        animation: jump 0.5s calc(0.3s + (var(--i) - 1) * 0.15s) alternate infinite;
    }

    .star-rating label:has(~ :checked) i {
        color: #faec1b;
        text-shadow: 0 0 2px #ffffff, 0 0 10px #ffee58;
    }

@keyframes jump {
    0%, 50% {
        transform: translatey(0) scale(1.35);
    }

    100% {
        transform: translatey(-15%) scale(1.35);
    }
}

/*end rating*/
/*social media*/

ul.social {
    position: relative;
    direction: ltr;
    top: 50%;
    left: 80%;
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
    display: flex;
}

    ul.social li {
        list-style: none;
    }

        ul.social li a {
            position: relative;
            width: 60px;
            height: 60px;
            display: block;
            text-align: center;
            margin: 0 10px;
            border-radius: 50%;
            padding: 6px;
            box-sizing: border-box;
            text-decoration: none;
            box-shadow: 0 10px 15px rgba(0,0,0,0.3);
            background: linear-gradient(0deg, #ddd, #fff);
            transition: .5s;
        }

            ul.social li a:hover {
                box-shadow: 0 2px 5px rgba(0,0,0,0.3);
                text-decoration: none;
            }

            ul.social li a .fa {
                widht: 100%;
                height: 100%;
                display: block;
                background: linear-gradient(0deg, #fff, #ddd);
                border-radius: 50%;
                line-height: calc(60px - 12px);
                font-size: 24px;
                color: #262626;
                transition: .5s;
            }

        ul.social li:nth-child(1) a:hover .fa {
            color: #00aced;
        }

        ul.social li:nth-child(3) a:hover .fa {
            color: #007bb6;
        }

        ul.social li:nth-child(2) a:hover .fa {
            color: #e4405f;
        }
/*Login*/
.login-form {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    background: url('../img/bg-index.png') 100% 100%;
}
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {
    .dropdown-menu > li:hover > .submenu {
        display: block;
    }

    .dropdown-menu .dropdown-menu {
        margin-left: 0.7rem;
        margin-right: 0.7rem;
        margin-bottom: .5rem;
    }
}
/* ============ small devices .end// ============ */
