﻿html {
    font-size: 68.75%
}

@font-face {
    font-family: "AclonicaRegular";
    src: url("../fonts/AclonicaRegular.eot");
    src: url("../fonts/AclonicaRegular.eot") format("embedded-opentype"), url("../fonts/AclonicaRegular.woff2") format("woff2"), url("../fonts/AclonicaRegular.woff") format("woff"), url("../fonts/AclonicaRegular.ttf") format("truetype"), url("../fonts/AclonicaRegular.svg#AclonicaRegular") format("svg")
}

*,
::after,
::before {
    box-sizing: border-box;
    padding: 0;
    margin: 0
}

a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
tt,
ul,
var {
    border: 0;
    margin: 0;
    outline: none !important;
    padding: 0;
    vertical-align: baseline;
    font-family: "AclonicaRegular"
}

body {
    margin: 0;
    padding: 0;
    background: #fff;
    background-repeat: repeat-x;
    font-size: 1.4rem;
    color: #272320;
    font-family: "AclonicaRegular"
}

a {
    color: inherit;
    outline: none !important;
    text-decoration: none
}

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

h1,
h2 {
    font-family: "Bangers", cursive
}

.dropdown-toggle::after {
    border: none !important;
    content: "  ";
    font-family: "fontAwesome";
    top: 4px;
    right: -12px;
    position: absolute
}

button:focus {
    outline: none !important
}

ol {
    padding-left: 0
}

ol li {
    list-style: inherit
}

ul {
    padding: 0;
    list-style: none;
    margin: 0
}

ul li {
    list-style: none
}

img {
    vertical-align: top;
    max-width: 100%;
    border: none;
    outline: none
}

.btn {
    border: none !important
}

.btn:focus {
    box-shadow: none;
    border: none;
    outline: 0
}

.btn:focus,
.form-control:focus,
.resizeselect:focus {
    box-shadow: none;
    border: none;
    outline: 0
}

:root {
    --primarycolor: #EF2429;
    --secondcolor: #030303;
    --ligit-color: #ffffff;
    --special-color: #FFD04C;
    --mainhedad-font: font-family: "Bangers", cursive;
    --text-font: font-family: "Aclonica", sans-serif;
    --hedding-size: 70px
}

@media(min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1300px
    }
}

header {
    position: absolute;
    z-index: 3;
    padding: 9px 0 0 0;
    left: 0;
    right: 0;
    top: 0
}

.navbar-nav .nav-link {
    font-size: 18px;
    padding-left: 25px !important;
    padding-right: 25px !important;
    color: var(--secondcolor) !important;
    transition: all .15s;
    font-family: "AclonicaRegular"
}

.navbar-nav .nav-link:hover,
.navbar-nav a.active {
    color: var(--primarycolor) !important
}

.right-menu {
    margin: 0 0 0 25px;
    font-size: 18px;
    cursor: pointer
}

.regster-bn {
    cursor: pointer;
    color: var(--primarycolor)
}

.cm-select-login label {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 14px;
    width: 92%
}

.whilist .nubn {
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    overflow: hidden;
    display: grid;
    align-content: center;
    justify-content: center;
    color: #fff;
    top: -10px;
    right: 0;
    background: var(--primarycolor)
}

.signup {
    background: var(--primarycolor);
    border-radius: 50px 20px;
    color: var(--ligit-color) !important;
    font-size: 18px;
    padding: 15px 25px;
    position: relative;
    margin-right: 15px;
    transition: .17s ease-in-out
}

.signup span {
    position: relative;
    z-index: 2
}

.signup:after {
    content: "";
    position: absolute;
    right: -7px;
    bottom: -7px;
    width: 150px;
    height: 60px;
    background: var(--secondcolor);
    border-radius: 50px 20px;
    z-index: -1;
    transition: .15s ease-in-out
}

.signup:hover {
    background: var(--secondcolor)
}

.signup:hover:after {
    right: 0;
    bottom: 0;
    width: 150px;
    height: 60px;
    background: var(--secondcolor)
}

.right-sction li:first-child a {
    transition: .15s ease-in-out
}

.right-sction li:first-child a:hover {
    color: var(--primarycolor)
}

.fixed-menu {
    background: #fff;
    position: fixed;
    top: 0;
    animation: slide-down .7s;
    left: 0;
    right: 0;
    box-shadow: 4px -86px 103px rgba(0, 0, 0, .9);
    z-index: 999999;
    padding-bottom: 20px
}

.fixed-menu .navbar-brand {
    width: 116px
}

.fixed-menu .navbar-nav .nav-link {
    font-size: 16px
}

.fixed-menu .right-menu {
    font-size: 16px
}

@keyframes slide-down {
    0% {
        transform: translateY(-100%)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(50%)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.shop-mega .dropdown-toggle::after {
    right: 5px
}

.dropdown-menu2 {
    left: 0;
    right: 0;
    max-width: 100%;
    padding: 25px;
    transition: all .25s ease;
    opacity: 0;
    display: flex !important;
    z-index: 5;
    top: 34px;
    visibility: hidden;
    min-width: 58rem;
    opacity: 0;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    justify-content: space-between
}

.dropdown-menu2 h5,
.sm-menu h6 {
    font-size: 16px
}

.sm-menu h6 {
    margin-left: 0 !important
}

.sm-menu {
    position: relative;
    border: solid 4px #000 !important;
    border-radius: 8px
}

.sm-menu .dropdown-item {
    padding-left: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    background: none !important;
    position: relative
}

.sm-menu .dropdown-item {
    padding-left: 0;
    padding-top: 9px;
    padding-bottom: 0;
    font-size: 13px;
    transform: translateX(0);
    transition: ease-in .15s
}

.sm-menu .dropdown-item:hover {
    background: none !important;
    color: var(--primarycolor);
    padding-left: 2px
}

.dropdown-menu2 .dropdown-item {
    padding-left: 0;
    padding-top: 15px;
    padding-bottom: 15px
}

.dropdown-menu2 .dropdown-item {
    padding-left: 0;
    padding-top: 9px;
    padding-bottom: 0;
    font-size: 13px;
    transform: translateX(0);
    transition: ease-in .15s
}

.dropdown-menu2 .dropdown-item:hover {
    color: var(--primarycolor) !important;
    background: none !important;
    transform: translateX(5px)
}

.dropdown:hover .dropdown-menu2 {
    display: flex;
    transform: translateY(50px);
    opacity: 1;
    z-index: 5;
    visibility: visible;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg)
}

.dropdown:hover .dropdown-menu2 {
    display: block;
    visibility: visible
}

.banner-part {
    background: url(../images/banner-bg.jpg) no-repeat;
    /* height: 730px; */
    width: 100%;
    background-size: cover;
    position: relative;
    display: grid;
    align-content: center;
    padding-top: 300px
}

.banner-part h2 {
    font-size: 85px;
    color: var(--secondcolor);
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: var(--ligit-color);
    line-height: 85px
}

.banner-part h2 span {
    font-family: "Bangers", cursive
}

.banner-part p {
    font-size: 16px;
    line-height: 28px;
    margin: 17px 0;
    color: #453814
}

.banner-part .form-inside-div {
    background: var(--ligit-color);
    border-radius: 50px 20px;
    height: 60px;
    margin-top: 30px;
    padding: 0 10px 0 24px
}

.banner-part .form-inside-div .form-control {
    border: none !important;
    height: 60px;
    font-size: 16px;
    background: none !important
}

.banner-part .form-inside-div .form-control::placeholder {
    color: var(--secondcolor)
}

.banner-part .form-inside-div .btn-search {
    background: var(--primarycolor);
    font-size: 20px;
    color: #fff;
    border-radius: 50px 20px;
    width: 74px;
    height: 44px;
    display: grid;
    align-content: center
}

.banner-part .strat-02 {
    position: absolute;
    right: -50px;
    top: 90px
}

.banner-part .strat-023 {
    position: absolute;
    left: 0;
    bottom: -71px
}

.banner-part .banner-pic {
    position: relative;
    top: -50px;
    z-index: 2;
    text-align: center
}

.banner-part .egge-img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    z-index: 1
}

.top-sectionk .comon-items-con {
    border: solid 3px var(--secondcolor);
    padding: 30px 20px;
    border-radius: 8px;
    background: var(--ligit-color);
    z-index: 2;
    position: relative;
    width: 90%
}

.top-sectionk .comon-items-con .rightextr {
    padding-left: 15px
}

.top-sectionk .comon-items-con .rightextr h5 {
    font-family: "Bangers", cursive;
    font-size: 30px;
    margin-bottom: 8px
}

.top-sectionk .comon-items-con::before {
    position: absolute;
    content: "";
    bottom: -35px;
    left: 1px;
    border-bottom: solid 15px rgba(0, 0, 0, 0);
    border-left: solid 15px rgba(0, 0, 0, 0);
    border-right: solid 15px rgba(0, 0, 0, 0);
    border-top: solid 18px var(--secondcolor);
    transform: rotate(3deg);
    z-index: -2
}

.top-sectionk .comon-items-con::after {
    position: absolute;
    content: "";
    top: 2px;
    right: -42px;
    border-bottom: solid 15px rgba(0, 0, 0, 0);
    border-left: solid 27px var(--secondcolor);
    border-right: solid 15px rgba(0, 0, 0, 0);
    border-top: solid 18px rgba(0, 0, 0, 0);
    transform: rotate(0deg);
    z-index: -2
}

.top-sectionk .comiuy-after {
    width: 85%;
    height: 100%;
    background: var(--secondcolor);
    border-radius: 8px;
    left: 35px;
    top: 21px;
    position: absolute;
    z-index: 1
}

.home-body {
    margin-top: 70px
}

.serices-div {
    padding: 0 0 80px 0;
    margin-top: 110px
}

.sub-heading {
    color: var(--primarycolor);
    font-size: 30px;
    position: relative;
    z-index: 2
}

.page-haeding {
    color: var(--secondcolor);
    font-size: 70px
}

.tabs-div {
    margin-top: 40px;
    position: relative;
    z-index: 2
}

.tabs-div .nav-link {
    border-radius: 50px 20px;
    background: #f3f3f3;
    padding: 17px 51px;
    color: var(--secondcolor);
    font-size: 18px;
    margin: 0 12px;
    transition: ease-in .15s
}

.tabs-div .nav-link.active {
    background: var(--primarycolor);
    color: var(--ligit-color)
}

.tabs-div .nav-link:hover {
    border-radius: 20px 50px
}

.spoider {
    position: absolute;
    bottom: -90px;
    left: -40px;
    animation-name: animar;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate
}

@keyframes animar {
    from {
        transform: translateY(-100px)
    }

    to {
        transform: translateY(0px)
    }
}

@keyframes sombra {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(0.6);
        opacity: .2
    }
}

.grow {
    animation: grow 2s ease infinite
}

@keyframes grow {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

.pulse {
    animation: pulse 1s infinite ease-in-out alternate
}

@keyframes pulse {
    from {
        transform: scale(0.8)
    }

    to {
        transform: scale(1.2)
    }
}

.hithere {
    animation: hithere 1s ease infinite
}

@keyframes hithere {
    30% {
        transform: scale(1.2)
    }

    40%,
    60% {
        transform: rotate(-20deg) scale(1.2)
    }

    50% {
        transform: rotate(20deg) scale(1.2)
    }

    70% {
        transform: rotate(0deg) scale(1.2)
    }

    100% {
        transform: scale(1)
    }
}

.shake {
    animation: shake 2s ease infinite
}

@keyframes shake {

    0%,
    100% {
        transform: translateX(0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translateX(-10px)
    }

    20%,
    40%,
    60%,
    80% {
        transform: translateX(10px)
    }
}

.comon-items {
    height: 380px;
    border-radius: 20px
}

.comon-items .img-box-div {
    height: 380px
}

.comon-items .img-box-div img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: ease-in-out .15s
}

.comon-items .content-section {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0px 0px 20px 20px;
    background: rgba(5, 5, 5, .55);
    height: 101px;
    display: grid;
    align-content: center;
    padding-left: 20px
}

.comon-items .content-section h5 {
    color: #fff;
    font-size: 22px
}

.comon-items .content-section p {
    font-size: 16px;
    color: #ffd04c;
    margin-top: 8px
}

.comon-items:hover .img-box-div img {
    transform: scale(1.1)
}

.comon-button {
    position: relative;
    border-radius: 8px;
    height: 60px;
    background: var(--secondcolor);
    color: var(--ligit-color);
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    padding-left: 30px;
    padding-right: 30px;
    transition: ease-in .17s
}

.comon-button span {
    position: relative;
    z-index: 3
}

.comon-button::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: var(--secondcolor);
    z-index: 2;
    border-radius: 8px;
    transition: ease-in .17s
}

.comon-button:after {
    background: #ffd04c;
    width: 100%;
    height: 60px;
    border-radius: 8px;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    transform: translate(17px, 13px);
    transition: ease-in .15s
}

.comon-button:hover {
    background: #ffd04c
}

.comon-button:hover:after {
    transform: none
}

.comon-button:hover::before {
    background: #ffd04c
}

.shop-collections {
    min-height: 1000px;
    background: url(../images/game_bg.png) no-repeat;
    background-position: top right;
    background-size: 100%;
    margin-top: 60px;
    padding: 60px 0
}

.shop-collections .comon-button {
    background: #ffd04c;
    color: var(--secondcolor)
}

.shop-collections .comon-button::before {
    background: #ffd04c
}

.shop-collections .comon-button:after {
    background: var(--secondcolor)
}

.shop-collections .comon-button:hover {
    color: var(--ligit-color)
}

.shop-collections .comon-button:hover::before {
    background: var(--secondcolor)
}

.woder-women {
    position: absolute;
    left: 0;
    bottom: -5px;
    float: left
}

.woder-women figure {
    display: inline-block
}

.shop-items {
    border-radius: 20px;
    height: 320px;
    border: solid 5px var(--ligit-color);
    transition: ease-in .15s
}

.shop-items .img-box-div {
    height: 240px;
    overflow: hidden
}

.shop-items .img-box-div img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: ease-in .15s
}

.shop-items .details-shopi {
    height: 75px;
    backdrop-filter: blur(2px);
    display: grid;
    align-content: center;
    padding: 0 25px;
    background: var(--ligit-color);
    transition: ease-in .15s
}

.shop-items .details-shopi h5 {
    font-size: 20px;
    text-overflow: ellipsis;
    width: 98%;
    white-space: nowrap;
    overflow: hidden
}

.shop-items .details-shopi h3 {
    font-size: 32px;
    color: var(--primarycolor);
    font-family: "Bangers", cursive
}

.shop-items .details-shopi h3 span {
    font-family: "Bangers", cursive;
    color: #cbcbcb;
    text-decoration: line-through;
    margin-left: 5px
}

.shop-items:hover {
    border-color: #ffd04c
}

.shop-items:hover img {
    transform: scale(1.1)
}

.shop-items:hover .details-shopi {
    background: #ffd04c
}

.eg-bg2 {
    position: absolute;
    top: -70px;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2
}

.super-hero-div {
    padding: 100px 0 80px 0;
    background: url(../images/super-bg01.png) top center;
    background-size: 100%
}

.super-hero-div .container {
    position: relative;
    z-index: 2
}

.super-hero-div .comon-button {
    color: var(--ligit-color)
}

.super-hero-div .comon-button::before {
    background: var(--primarycolor)
}

.super-hero-div .comon-button:after {
    background: var(--secondcolor)
}

.super-hero-div .comon-button:hover {
    color: var(--ligit-color)
}

.super-hero-div .comon-button:hover::before {
    background: var(--secondcolor)
}

.superman {
    position: absolute;
    right: 0;
    top: 60px;
    animation: rocket 2s ease-in-out infinite
}

.super-items {
    border-color: var(--primarycolor);
    height: 366px
}

.super-items .img-box-div {
    height: 366px
}

.super-items .details-shopi {
    height: 106px;
    border-radius: 0px 0px 20px 20px;
    background: rgba(0, 0, 0, .8);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    backdrop-filter: inherit !important
}

.super-items .details-shopi h5 span {
    color: #ffd04c;
    font-size: 16px;
    margin-top: 8px
}

.super-items .details-shopi h3 {
    color: var(--ligit-color)
}

.super-items .details-shopi h3 span {
    font-size: 20px
}

.join-div02 .eg-bg {
    position: absolute;
    bottom: -160px;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2
}

.join-serc-divu {
    background: url(../images/join-bg.png) no-repeat;
    background-size: cover;
    width: 100%;
    height: 430px;
    border-radius: 30px;
    display: grid;
    align-content: center;
    position: relative
}

.join-serc-divu h2 {
    font-size: 60px
}

.join-serc-divu p {
    color: #ffd04c;
    font-size: 24px;
    margin-top: 25px
}

.join-serc-divu .comon-button {
    color: var(--ligit-color)
}

.join-serc-divu .comon-button::before {
    background: var(--primarycolor)
}

.join-serc-divu .comon-button:after {
    background: var(--secondcolor)
}

.join-serc-divu .comon-button:hover {
    color: var(--ligit-color)
}

.join-serc-divu .comon-button:hover::before {
    background: var(--secondcolor)
}

.boy-img {
    position: absolute;
    right: 40px;
    bottom: -70px
}

.testmonsaosl-div {
    background: #f5f5f5 url(../images/bg-tesimonail.png) no-repeat;
    padding: 100px 0 80px 0;
    background-position: top left;
    background-size: contain;
    margin-top: 120px
}

.slider-divu {
    margin-top: 50px
}

.items-slider-txeti {
    height: 400px
}

.items-slider-txeti .text-box {
    background: url(../images/shape.svg) no-repeat;
    padding: 52px 48px;
    height: 258px;
    border-radius: 10px
}

.items-slider-txeti .text-box p {
    color: var(--ligit-color);
    font-size: 16px
}

.items-slider-txeti .userid figure {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden
}

.items-slider-txeti .userid figure img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.items-slider-txeti .userid h5 {
    font-family: "Bangers", cursive;
    font-size: 25px
}

.items-slider-txeti .userid h5 span {
    color: var(--primarycolor);
    font-size: 16px;
    margin-top: 5px
}

.cloos {
    position: absolute;
    left: 0;
    top: 0;
    width: 15%;
    display: inline-block
}

.lool {
    position: absolute;
    right: 200px;
    bottom: 90px;
    width: 15%;
    display: inline-block
}

.boom {
    position: absolute;
    right: 93px;
    bottom: 90px;
    width: 23%;
    display: inline-block
}

.woo {
    position: absolute;
    left: 0;
    top: 0;
    width: 15%;
    display: inline-block;
    z-index: 2
}

.azp {
    position: absolute;
    right: 93px;
    top: -70px;
    width: 23%;
    display: inline-block
}

.blogs-div {
    padding: 80px 0;
    background: url(../images/blogs-bg.png) no-repeat top center;
    background-size: 100%
}

.blogs-div .comon-button {
    color: var(--ligit-color)
}

.blogs-div .comon-button::before {
    background: var(--primarycolor)
}

.blogs-div .comon-button:after {
    background: var(--secondcolor)
}

.blogs-div .comon-button:hover {
    color: var(--ligit-color)
}

.blogs-div .comon-button:hover::before {
    background: var(--secondcolor)
}

.subscribe-section {
    padding: 80px 0;
    position: relative;
    z-index: 2
}

.subscribe-section .comon-button {
    color: var(--secondcolor);
    margin-bottom: 80px
}

.subscribe-section .comon-button::before {
    background: #ffd04c
}

.subscribe-section .comon-button:after {
    background: var(--secondcolor)
}

.subscribe-section .comon-button:hover {
    color: var(--ligit-color)
}

.subscribe-section .comon-button:hover::before {
    background: var(--secondcolor)
}

.hilishf-blogs .img-figh-pic {
    height: 318px;
    width: 100%;
    box-shadow: 6px 16px 30px 0px rgba(0, 0, 0, .25);
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 40px;
    display: inline-block
}

.hilishf-blogs .img-figh-pic img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.hilishf-blogs .blos-pos-dl h5 {
    font-family: "Bangers", cursive;
    font-size: 40px
}

.hilishf-blogs .blos-pos-dl h6 {
    color: var(--primarycolor);
    font-size: 16px;
    margin-top: 5px
}

.list-blogs-divu {
    margin-bottom: 30px
}

.list-blogs-divu .b-pic {
    height: 158px;
    border-radius: 10px;
    overflow: hidden
}

.list-blogs-divu .b-pic img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.list-blogs-divu h5 {
    font-family: "Bangers", cursive;
    font-size: 25px
}

.list-blogs-divu h6 {
    color: var(--primarycolor);
    font-size: 16px;
    margin: 8px 0
}

.list-blogs-divu p {
    font-size: 14px
}

.sub-ixtr {
    position: absolute;
    right: 0;
    bottom: -30px;
    width: 50%;
    display: inline-block
}

.svg-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    left: 0;
    right: 0;
    top: -270px;
    pointer-events: none
}

.eg-bg {
    position: absolute;
    bottom: -90px;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2
}

footer {
    padding: 0px 0 0 0
}

footer hr {
    background: #bbb
}

footer .fuyr-divu {
    padding-top: 60px;
    background: var(--secondcolor);
    width: 100%
}

footer .items-footer-div h5 {
    font-family: "Bangers", cursive;
    font-size: 35px
}

footer .items-footer-div li {
    margin-bottom: 23px
}

footer .items-footer-div li a {
    font-size: 17px;
    color: var(--ligit-color)
}

footer .items-footer-div li a span:first-child {
    margin-right: 8px
}

.callo {
    font-size: 20px;
    color: #0fe
}

.btn-socla {
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: inline-block;
    text-align: center;
    line-height: 41px;
    color: var(--ligit-color);
    font-size: 18px;
    background: #36383c;
    margin: 0 7px
}

.head-boyd-img {
    position: absolute;
    left: 20px;
    bottom: 15px;
    width: 12%
}

.serices-div {
    background: url(../images/find-secr.png) no-repeat;
    background-position: right top;
    background-size: 90%
}

.serices-div .comon-button {
    margin-top: 90px
}

.sub-banner {
    height: 221px;
    padding-top: 0
}

.bedcrum {
    position: relative;
    z-index: 2
}

.bedcrum li {
    font-size: 18px
}

.bedcrum li a {
    color: var(--secondcolor)
}

.bedcrum .active {
    color: var(--primarycolor) !important
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--secondcolor)
}

.about-hisotry h2 {
    color: var(--secondcolor)
}

.about-hisotry h2 span {
    font-family: "Bangers", cursive
}

.about-hisotry .cloos {
    right: 7px;
    bottom: -100px;
    left: inherit;
    top: inherit;
    width: 29%
}

.aboutbui02 {
    width: 100%;
    height: 600px;
    overflow: hidden;
    margin: 0;
    border-radius: 20px;
    position: relative;
    z-index: 2
}

.aboutbui02 img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.bargar span {
    width: 60px;
    display: inline-block
}

.comon-shape {
    background: #fff url(../images/shu2.svg) no-repeat;
    background-position: left;
    height: 236px;
    display: inline-block;
    width: 305px;
    padding-top: 83px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    margin-bottom: 60px
}

.comon-shape h4 {
    color: var(--primarycolor);
    font-family: "Bangers", cursive;
    font-size: 30px;
    text-align: center;
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    font-size: 80px;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: var(--ligit-color)
}

.comon-shape h5 {
    font-size: 25px
}

.offter-div {
    background: url(../images/super-bg01.png) no-repeat top center;
    background-size: 100%;
    margin-top: 150px
}

.offter-div .eg-bg {
    bottom: -190px
}

.offter-div .row>div:last-child .comon-shape {
    background: #fff url(../images/shu3.svg) no-repeat
}

.items-collection {
    height: 411px;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: #cdcdcd 11px 15px 15px
}

.items-collection .img-hbox {
    height: 411px;
    width: 100%
}

.items-collection .img-hbox img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: all .15s
}

.items-collection .btn {
    background: var(--primarycolor);
    border-radius: 12px 28px;
    color: #fff;
    position: absolute;
    left: 20px;
    bottom: 30px;
    font-size: 19px;
    padding: 12px 30px
}

.items-collection .hover-ic {
    color: var(--ligit-color);
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    text-align: center;
    margin: auto
}

.items-collection .hover-ic svg {
    width: 40px;
    height: 40px
}

.items-collection:hover .img-hbox img {
    transform: scale(1.1)
}

.blosewe-div02 .eg-bg {
    bottom: -131px
}

.features-collection {
    background: var(--primarycolor) url(../images/shop-collection-bg.png) no-repeat;
    background-position: top right;
    background-size: 100%;
    padding: 80px 0 100px 0;
    margin: 80px 0 0 0;
    min-height: 600px
}

.features-collection .super-items {
    border: solid 5px var(--ligit-color)
}

.features-collection .super-items span {
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 95%
}

.features-collection .super-items:hover {
    border-color: #ffd04c
}

.features-collection .super-items:hover h5 {
    color: var(--secondcolor) !important
}

.features-collection .super-items:hover h5 span {
    color: var(--secondcolor) !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 95%
}

.features-collection .comon-button {
    margin-top: 80px
}

.pow {
    position: absolute;
    right: 50px;
    bottom: 0;
    width: 20%;
    z-index: 3
}

.specioui-div {
    padding-top: 120px;
    margin-bottom: 170px
}

.items-lou {
    height: 150px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, .1215686275) 1px 2px 30px;
    padding: 33px;
    border-radius: 20px
}

.items-lou img {
    transform: scale(1);
    transition: all .5s
}

.items-lou:hover img {
    transform: scale(1.1)
}

.blosewe-div02 {
    padding: 70px 0 30px 0
}

.blosewe-div02 .page-haeding {
    position: relative;
    z-index: 3
}

.listed-bn ul li {
    margin: 0 7px
}

.listed-bn ul li a {
    color: #161616;
    font-size: 24px;
    cursor: pointer;
    display: flex;
    align-items: center
}

.listed-bn ul li a i {
    font-size: 24px
}

.listed-bn ul li a.active {
    color: var(--primarycolor)
}

.listed-bn ul li svg {
    width: 25px;
    height: 25px
}

.right-section-btn .dropdown-toggle {
    background-color: #f4f4f4;
    text-transform: capitalize
}

.grid-group-item .comon-items-d1,
.grid-group-item .left-div-list {
    width: 100%;
    position: relative
}

.grid-group-item .left-div-list {
    height: 220px;
    overflow: hidden
}

.grid-group-item .left-div-list .posi {
    width: 100%;
    height: 220px;
    position: relative
}

.grid-group-item .left-div-list .posi .strat-r {
    background: #ff003d;
    position: absolute;
    left: 20px;
    top: 10px;
    color: #fff
}

.grid-group-item .left-div-list .posi img {
    width: 70%;
    transform: scale(1);
    transition: all .5s
}

.grid-group-item .ratine {
    color: #fecb0e
}

.grid-group-item .right-list-div {
    padding-top: 15px
}

.grid-group-item .right-list-div h6 {
    color: var(--primarycolor)
}

.grid-group-item .right-list-div .price-text {
    font-size: 24px;
    color: var(--secondcolor);
    font-weight: 700
}

.grid-group-item .right-list-div .price-text span {
    text-decoration: line-through;
    color: #999;
    font-weight: 400;
    font-size: 16px
}

.grid-group-item .titel-product {
    font-size: 20px;
    font-weight: 700
}

.grid-group-item .titel-product span {
    font-size: 16px;
    font-weight: 400
}

.listing-page-div .accordion-item {
    margin-bottom: 30px
}

.righty {
    width: 95%;
    margin-left: auto
}

.list-serach-acd .accordion-button {
    color: var(--secondcolor);
    font-size: 25px;
    border: solid 4px #000 !important;
    position: relative;
    border-radius: 10px !important;
    background-color: var(--ligit-color) !important
}

.list-serach-acd .accordion-button:not(.collapsed) {
    background-color: var(--ligit-color) !important;
    border: solid 4px #000 !important;
    box-shadow: none !important;
    color: var(--secondcolor);
    font-size: 25px;
    border-radius: 10px
}

.corm-check .form-check-input {
    position: relative;
    top: -2px
}

.accordion-item {
    border: none !important;
    box-shadow: none !important;
    background: none !important
}

.accordion-button:after,
.accordion-button:not(.collapsed):after {
    background-image: url(../images/up.svg)
}

.corm-check {
    margin-bottom: 15px;
    position: relative;
    display: flex;
    align-items: center
}

.accordion-body {
    padding-top: 40px
}

.corm-check .form-check-label {
    margin-left: 28px
}

.corm-check .form-check-input:checked::before {
    background-color: var(--secondcolor);
    color: var(--ligit-color);
    content: "";
    font-family: "fontAwesome"
}

.corm-check .form-check-input:before {
    background: #fff;
    border: 2px solid #535151;
    content: "";
    height: 25px;
    left: -3px;
    position: absolute;
    right: 0;
    top: -3px;
    width: 25px;
    text-align: center
}

.po .form-control {
    height: 45px;
    font-size: 16px
}

.submit-btn {
    margin-top: 25px;
    text-transform: uppercase;
    background: var(--primarycolor);
    color: #fff;
    padding: 12px 28px;
    font-size: 16px;
    border-radius: 8px
}

.accordion-header {
    position: relative
}

.accordion-header:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: var(--secondcolor);
    display: inline-block;
    top: 13px;
    left: 13px;
    z-index: -1;
    transform: none !important
}

.itemp-spost {
    height: 420px;
    text-align: center;
    margin-bottom: 30px
}

.itemp-spost .posi {
    width: 100%;
    height: 240px;
    overflow: hidden;
    border-radius: 10px
}

.itemp-spost .posi img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.itemp-spost .tags-ts {
    color: var(--primarycolor);
    font-size: 16px;
    margin: auto;
    margin-top: 10px;
    text-align: center
}

.itemp-spost .titel-product {
    font-size: 20px
}

.itemp-spost .ratine {
    color: #ffd04c
}

.itemp-spost .price-text {
    font-size: 30px
}

.itemp-spost .price-text span {
    font-size: 24px;
    font-family: "Bangers", cursive;
    color: #bbb;
    text-decoration: line-through
}

.itemp-spost .view-products {
    background: var(--primarycolor);
    padding: 12px 25px;
    border-radius: 15px 30px;
    color: var(--ligit-color) !important;
    font-size: 15px;
    display: table;
    margin: auto
}

.ashow,
.right-section-btn .dropdown-item,
.right-section-btn .dropdown-toggle {
    font-size: 14px;
    background: none
}

.rt-icon {
    color: #fecb0e
}

.pol-btn .btn {
    background: #fff;
    color: var(--secondcolor);
    border: solid 2px var(--secondcolor) !important;
    margin-bottom: 10px;
    font-size: 15px;
    margin: 8px;
    padding: 12px 25px
}

.comon-details-part h2 {
    font-size: 47px
}

.comon-details-part .ratine {
    color: #fecb0e;
    font-size: 18px
}

.comon-details-part .ratine span:last-child {
    color: var(--secondcolor)
}

.comon-details-part .price-text {
    font-size: 40px;
    font-family: "Bangers", cursive
}

.comon-details-part .price-text span {
    font-family: "Bangers", cursive;
    text-decoration: line-through;
    font-size: 25px;
    color: #bbb
}

.comon-details-part .tags-ts {
    color: var(--primarycolor);
    font-size: 17px
}

.comon-details-part .feature-div-list li {
    margin-bottom: 13px
}

.comon-details-part .feature-div-list li span:first-child {
    display: inline-block;
    width: 160px
}

.quantity-btn {
    background: var(--secondcolor);
    color: var(--ligit-color);
    padding: 8px 15px;
    font-size: 16px
}

.quantity-input {
    outline: none;
    user-select: none;
    text-align: center;
    width: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0);
    border: none;
    text-align: center;
    pointer-events: none;
    text-indent: 18px
}

.quantity-control {
    display: flex
}

.add-btn {
    text-align: center;
    line-height: 53px;
    font-size: 18px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    background: var(--special-color);
    border-radius: 8px;
    height: 58px;
    margin-top: 30px;
    transition: ease-in .17s
}

.add-btn span {
    position: relative;
    z-index: 3
}

.add-btn::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: var(--special-color);
    z-index: 2;
    border-radius: 8px;
    transition: ease-in .17s
}

.add-btn:after {
    background: var(--secondcolor);
    width: 100%;
    height: 58px;
    border-radius: 8px;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    transform: translate(17px, 13px);
    transition: ease-in .15s
}

.add-btn:hover:after {
    transform: translate(0, 0)
}

.comon-details-part {
    width: 93%;
    margin-left: auto
}

.ad-whish {
    text-align: center;
    line-height: 53px;
    font-size: 18px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    background: var(--primarycolor);
    border-radius: 8px;
    height: 58px;
    transition: ease-in .17s;
    margin-left: 40px;
    margin-top: 30px
}

.ad-whish span {
    position: relative;
    z-index: 3;
    color: var(--ligit-color)
}

.ad-whish::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: var(--primarycolor);
    z-index: 2;
    border-radius: 8px;
    transition: ease-in .17s
}

.ad-whish:after {
    background: var(--secondcolor);
    width: 100%;
    height: 58px;
    border-radius: 8px;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    transform: translate(17px, 13px);
    transition: ease-in .15s
}

.ad-whish:hover:after {
    transform: translate(0, 0)
}

.sub-re {
    text-align: center;
    line-height: 53px;
    font-size: 18px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    background: var(--primarycolor);
    border-radius: 8px;
    height: 58px;
    transition: ease-in .17s;
    margin-top: 10px;
    margin-bottom: 40px
}

.sub-re span {
    position: relative;
    z-index: 3;
    color: var(--ligit-color)
}

.sub-re::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: var(--primarycolor);
    z-index: 2;
    border-radius: 8px;
    transition: ease-in .17s
}

.sub-re:after {
    background: var(--secondcolor);
    width: 100%;
    height: 58px;
    border-radius: 8px;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    transform: translate(17px, 13px);
    transition: ease-in .15s
}

.sub-re:hover:after {
    transform: translate(0, 0)
}

.submit-review h5 {
    font-size: 40px;
    font-family: "Bangers", cursive
}

.user-dsl h6 {
    font-family: "Bangers", cursive;
    font-size: 24px
}

.products-slide-1 .item .mian-ppic {
    height: 500px;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 20px
}

.products-slide-1 .item .mian-ppic img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.thum-pic-slide figure {
    height: 120px !important;
    overflow: hidden;
    margin: 0;
    border-radius: 20px;
    width: 90%;
    margin: auto
}

.thum-pic-slide figure img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.tabs-details-gn .nav-tabs .nav-link {
    font-size: 18px;
    color: var(--secondcolor);
    padding: 12px 25px;
    border-radius: 10px 10px 0 0;
    border: none
}

.tabs-details-gn .nav-tabs .nav-item.show .nav-link,
.tabs-details-gn .nav-tabs .nav-link.active {
    background: var(--primarycolor);
    color: var(--ligit-color)
}

.tabs-details-gn .nav-tabs {
    border: none
}

.tabs-details-gn .tab-content {
    border: solid 3px var(--primarycolor);
    padding: 0 20px;
    border-radius: 0 0 20px 20px
}

.delivery-part {
    background: #f7f7f7;
    padding: 20px;
    border-radius: 20px;
    margin-top: 40px
}

.delivery-part h5 {
    font-size: 20px
}

.delivery-part ul li {
    margin: 8px 0;
    font-size: 15px
}

.delivery-part ul li span {
    color: var(--primarycolor)
}

.comon-desctiopn ul li {
    margin-bottom: 8px
}

.comon-desctiopn ul li span:last-child {
    color: var(--primarycolor)
}

.comon-desctiopn h3 {
    font-family: "Bangers", cursive;
    font-size: 35px
}

.rate-area {
    float: left;
    border-style: none
}

.rate-area:not(:checked)>input {
    position: absolute;
    top: -9999px;
    clip: rect(0, 0, 0, 0)
}

.rate-area:not(:checked)>label {
    float: right;
    width: .8em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    color: #d3d3d3;
    font-size: 40px
}

.like-div-also h2 {
    font-size: 45px
}

.rate-area:not(:checked)>label:before {
    content: "★"
}

.rate-area>input:checked~label {
    color: gold
}

.rate-area:not(:checked)>label:hover,
.rate-area:not(:checked)>label:hover~label {
    color: gold
}

.rate-area>input:checked+label:hover,
.rate-area>input:checked+label:hover~label,
.rate-area>input:checked~label:hover,
.rate-area>input:checked~label:hover~label,
.rate-area>label:hover~input:checked~label {
    color: gold
}

.comment-user-div {
    display: flex;
    flex-wrap: wrap;
    border-bottom: solid 1px #f1f1f1;
    padding-bottom: 20px;
    padding-top: 20px
}

.comment-user-div .us-pic {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 8px;
    margin-right: 8px
}

.comment-user-div .us-pic img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.comment-user-div .user-dsl {
    width: 80%;
    padding-left: 15px
}

.comment-user-div .user-dsl h6 span {
    font-size: 13px;
    color: #fecb0e;
    display: block;
    margin-top: 5px;
    margin-left: 8px;
    margin-right: 8px;
    font-family: "Signika", sans-serif
}

.submit-review .form-control {
    border: none;
    background: #f3f3f3;
    height: 50px;
    margin-bottom: 15px;
    font-size: 16px
}

.submit-review .form-control::placeholder {
    color: var(--secondcolor)
}

.submit-review textarea {
    height: 150px !important;
    resize: none
}

.blog-info-design .items-blogs {
    height: 550px !important;
    border-radius: 8px;
    margin-bottom: 30px
}

.blogs-info-div {
    padding: 80px 0
}

.blogs-info-div .comon-blogs-list-items {
    display: inline-block;
    min-height: 610px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, .1);
    background: #fff;
    overflow: hidden;
    border-radius: 20px
}

.blogs-info-div .comon-blogs-list-items .content-post {
    padding: 30px
}

.blogs-info-div .comon-blogs-list-items .content-post h6 {
    color: var(--primarycolor);
    font-size: 1.7rem;
    font-weight: 600;
    margin-bottom: 8px;
    display: inline-block
}

.blogs-info-div .comon-blogs-list-items .content-post h5 {
    color: var(--secondcolor);
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    font-size: 40px;
    font-family: "Bangers", cursive
}

.blogs-info-div .comon-blogs-list-items .content-post .admin-t {
    margin-right: 15px !important
}

.blogs-info-div .comon-blogs-list-items .content-post .admin-t i {
    color: var(--primarycolor);
    margin-right: 5px
}

.blogs-info-div .comon-blogs-list-items figure {
    height: 350px;
    display: inline-block;
    position: relative;
    width: 100%;
    overflow: hidden
}

.blogs-info-div .comon-blogs-list-items figure img {
    transition: all .5s linear;
    transform: scale(1);
    object-fit: cover;
    width: 100%;
    height: 100%
}

.blogs-info-div .comon-blogs-list-items figure figcaption {
    position: absolute;
    top: 20px;
    left: 20px;
    background: var(--primarycolor);
    color: #fff;
    font-weight: 700;
    text-align: center;
    display: grid;
    justify-content: center;
    align-content: center;
    width: 70px;
    height: 70px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 2rem;
    line-height: 23px
}

.blogs-info-div .comon-blogs-list-items:hover figure img {
    transform: scale(1.1)
}

.comon-sec-blogs-inf-right {
    border: solid 3px var(--secondcolor);
    background: #fff;
    padding: 30px;
    display: grid;
    align-content: center;
    width: 100%;
    margin-bottom: 30px;
    border-radius: 20px
}

.comon-sec-blogs-inf-right ul li {
    margin-bottom: 10px;
    font-size: 16px;
    border-bottom: solid 1px #f9f9f9;
    padding-bottom: 11px
}

.comon-sec-blogs-inf-right ul li i {
    color: var(--primarycolor)
}

.comon-sec-blogs-inf-right h5.subheding {
    font-size: 35px;
    color: var(--secondcolor);
    font-family: "Bangers", cursive
}

.left-details-info h1 {
    font-size: 45px
}

.contact-us-page {
    margin-bottom: 120px
}

.conatct-form-div {
    margin-top: 80px
}

.conatct-form-div h2 {
    font-size: 45px
}

.conatct-form-div h6 {
    color: var(--primarycolor);
    font-size: 24px
}

.conatct-form-div .form-control {
    margin-bottom: 20px;
    height: 50px
}

.mapo {
    height: 400px;
    overflow: hidden;
    border-radius: 20px
}

.left-details-info .share-div li {
    margin-right: 15px
}

.left-details-info .share-div li i {
    color: var(--primarycolor)
}

.left-details-info .moni {
    height: 400px;
    border-radius: 20px;
    overflow: hidden
}

.left-details-info .moni img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.tags02 ul li .btn {
    font-size: 1.4rem;
    background: var(--primarycolor);
    color: #fff;
    text-transform: capitalize;
    border-radius: 5px 20px;
    padding: 10px 25px
}

.tags02 ul li {
    float: left;
    display: inline-block;
    border-bottom: none !important;
    margin-right: 8px
}

.oqute {
    border: solid 1px rgba(0, 0, 0, .05) !important;
    background: rgba(0, 0, 0, .05)
}

.comment-sec-part {
    margin-top: 30px
}

.comment-sec-part h2 {
    margin-bottom: 30px;
    font-size: 40px
}

.comment-sec-part .comon-com-div {
    margin-bottom: 30px
}

.comment-sec-part figure {
    width: 63px;
    height: 63px;
    overflow: hidden;
    border-radius: 20px
}

.comment-sec-part .comment-text {
    width: 89%
}

.comment-sec-part .comment-text h5 {
    font-size: 24px
}

.leave-sec-part .form-control,
.conatct-form-div .form-control {
    border: none;
    background: #f1f1f1;
    height: 45px;
    font-size: 16px
}

.leave-sec-part .form-group {
    margin-bottom: 20px
}

.leave-sec-part textarea,
.conatct-form-div textarea {
    height: 150px !important;
    resize: none
}

.leave-sec-part h2 {
    font-size: 40px;
    margin-bottom: 10px
}

.comment-sec-part .comment-text span {
    color: var(--primarycolor)
}

.como-list .jou-div {
    width: 80px;
    height: 70px;
    border-radius: 10px;
    overflow: hidden
}

.como-list .jou-div img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.como-list .textry {
    width: 90%;
    padding-left: 20px
}

.subimt-comment {
    text-align: center;
    line-height: 53px;
    font-size: 18px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    background: var(--primarycolor);
    border-radius: 8px;
    height: 58px;
    transition: ease-in .17s;
    margin-top: 10px;
    margin-bottom: 40px
}

.subimt-comment::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: var(--primarycolor);
    z-index: 2;
    border-radius: 8px;
    transition: ease-in .17s
}

.subimt-comment span {
    position: relative;
    z-index: 3;
    color: var(--ligit-color)
}

.subimt-comment::after {
    background: var(--secondcolor);
    width: 100%;
    height: 58px;
    border-radius: 8px;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    transform: translate(17px, 13px);
    transition: ease-in .15s
}

.cart-haedeing h2 {
    text-transform: capitalize;
    font-style: normal
}

.cart-haedeing h2 span {
    color: var(--primarycolor);
    font-size: 20px;
    font-weight: 500
}

.comon-items-cart {
    display: flex;
    align-items: flex-start;
    margin-bottom: 16px;
    padding-bottom: 25px;
    flex-wrap: wrap;
    box-shadow: #efefef 1px 2px 30px;
    padding: 20px
}

.comon-items-cart .left-section-div .products-cart1 ul {
    margin-top: 12px
}

.comon-items-cart .left-section-div {
    display: flex;
    align-items: flex-start;
    width: 67%
}

.comon-items-cart .left-section-div .products-cart1 h5 {
    font-family: "Bangers", cursive;
    color: #182025;
    font-weight: 500;
    font-size: 35px;
    text-transform: capitalize
}

.comon-items-cart .left-section-div .products-cart1 ul li span:first-child {
    width: 90px;
    display: inline-block;
    color: var(--primarycolor)
}

.comon-items-cart .left-section-div figure {
    width: 200px;
    height: 170px;
    overflow: hidden;
    margin: 0;
    display: grid;
    align-content: center
}

.comon-items-cart .crat-linl-pay {
    padding-top: 20px;
    display: grid;
    justify-content: flex-end;
    width: 32%;
    text-align: right
}

.comon-items-cart .crat-linl-pay h4 span {
    text-decoration: line-through;
    color: #bbb;
    font-size: 30px;
    font-family: "Bangers", cursive
}

.comon-items-cart .crat-linl-pay h4 {
    color: #f7a007;
    font-size: 30px;
    font-family: "Bangers", cursive
}

.comon-items-cart .crat-linl-pay h6 {
    color: #ff003d;
    margin-top: 5px;
    font-size: 16px
}

.comon-items-cart .left-section-div .products-cart1 ul li {
    margin-bottom: 5px
}

.remove-btn {
    font-size: 16px
}

.quantity-btn {
    background: var(--primarycolor);
    color: #fff !important;
    border: none;
    outline: none;
    margin: 0;
    padding: 3px 11px;
    cursor: pointer
}

.quantity-btn svg {
    color: #fff !important
}

.total-count-div {
    padding: 30px;
    display: inline-block;
    width: 100%;
    border-radius: 20px;
    border: solid 4px #000
}

.quantity-control {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: fit-content;
    margin: 0;
    background: #f7f7f7;
    border-radius: 6px;
    padding: 0 15px;
    height: 40px;
    margin: 15px 0
}

.total-count-div h4 {
    font-family: "Bangers", cursive;
    font-size: 35px
}

.share-links li a {
    margin: 0 10px;
    color: #071f40
}

.total-count-div .itemsl-list li span:first-child {
    color: #f7a007
}

.total-count-div .promo-code1 label {
    font-family: "Work Sans", sans-serif;
    font-size: 19px;
    margin-bottom: 5px;
    font-weight: 600
}

.reconded-procuts {
    margin-bottom: 150px
}

.reconded-procuts h2 {
    font-family: "Bangers", cursive;
    font-size: 40px
}

.total-count-div .pay-listy li .price-bn {
    font-size: 35px;
    font-family: "Bangers", cursive
}

.total-count-div h3 span:first-child {
    color: #182025
}

.total-count-div h3 span {
    color: #f7a007;
    font-family: "Bangers", cursive;
    font-size: 35px
}

.total-count-div h3 {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.total-count-div .btncheck-btn {
    background: #f7a007;
    color: #fff;
    display: inline-block;
    width: 100%;
    padding: 10px 28px;
    font-size: 16px;
    border-radius: 8px
}

.comon-items-cart .left-section-div .products-cart1 {
    padding-left: 25px;
    padding-top: 20px;
    width: 70%
}

.total-count-div .itemsl-list li span {
    font-size: 19px
}

.total-count-div .itemsl-list li span:last-child {
    font-size: 19px;
    font-family: "Bangers", cursive
}

.total-count-div .pay-listy li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-transform: capitalize
}

.total-count-div .promo-code1 .btn {
    background: #222;
    color: #fff;
    margin-top: 10px;
    padding: 10px 28px;
    font-size: 16px;
    border-radius: 8px
}

.promo-code1 .form-control {
    font-size: 16px
}

.total-count-div .pay-listy li span {
    margin-bottom: 10px;
    font-size: 18px
}

.total-count-div .pay-listy li .list-payt {
    color: #f7a007
}

.ad-cart-bn {
    background: var(--secondcolor);
    width: 180px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    color: #fff !important;
    font-family: "Work Sans", sans-serif;
    text-transform: capitalize;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    box-shadow: #a1a1a1 12px 12px 48px
}

.ad-cart-bn span {
    background: #d9991d;
    width: 40px;
    height: 40px;
    display: grid;
    align-content: center;
    justify-content: center;
    margin-right: 10px
}

.ad-cart-bn i {
    margin-right: 5px
}

.quantity-field {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 40px;
    margin: 0 auto;
    margin-top: 15px
}

.quantity-field .value-button {
    border: 1px solid var(--secondcolor);
    margin: 0px;
    width: 40px;
    height: 100%;
    padding: 0;
    background: var(--secondcolor);
    outline: none;
    cursor: pointer;
    color: #fff;
    font-size: 18px
}

.quantity-field .value-button:hover {
    background: var(--primarycolor)
}

.quantity-field .value-button:active {
    background: var(--primarycolor)
}

.quantity-field .decrease-button {
    margin-right: -4px;
    border-radius: 8px 0 0 8px
}

.quantity-field .increase-button {
    margin-left: -4px;
    border-radius: 0 8px 8px 0
}

.quantity-field .number {
    display: inline-block;
    text-align: center;
    border: none;
    border-top: 1px solid var(--secondcolor);
    border-bottom: 1px solid var(--secondcolor);
    margin: 0px;
    width: 40px;
    height: 100%;
    line-height: 40px;
    font-size: 14pt;
    box-sizing: border-box;
    background: #fff;
    font-family: calibri
}

.quantity-field .number::selection {
    background: none
}

.ad-fm label {
    font-size: 16px
}

.ad-fm .comon-heading {
    text-transform: capitalize;
    font-style: normal;
    color: var(--secondcolor);
    font-size: 30px
}

.ad-fm .form-select {
    background-color: #f1f1f1;
    height: 45px;
    border: none
}

.ad-fm .form-group {
    position: relative;
    margin: 13px 0
}

.ad-fm .form-group label {
    font-size: 16px;
    margin-bottom: 8px
}

.ad-fm .form-control {
    font-weight: 300;
    height: 45px;
    color: #888;
    background-color: #f1f1f1;
    border: none
}

.ceck-out-right-div {
    display: inline-block;
    width: 100%;
    border: solid 4px var(--secondcolor);
    padding: 30px;
    border-radius: 20px
}

.ceck-out-right-div h2 {
    font-style: normal;
    font-size: 45px;
    color: var(--secondcolor)
}

#ac-2 {
    display: none
}

.left-sec-d2 {
    margin-left: 15px
}

.end-date,
.cvv {
    display: flex;
    place-items: center
}

.cvv .form-control {
    width: 60%;
    margin-right: 8px
}

.end-date .form-select {
    margin-right: 5px;
    font-size: 13px
}

.paymeny h4 {
    font-weight: 600;
    margin-bottom: 8px;
    font-family: "Work Sans", sans-serif;
    font-size: 16px
}

.checkout-table th {
    background: var(--secondcolor);
    color: #fff;
    font-family: "Work Sans", sans-serif;
    text-transform: capitalize;
    font-weight: 400
}

.form-wizard-next-btn {
    background: var(--primarycolor);
    color: #fff !important;
    height: 50px;
    width: 100%;
    line-height: 40px;
    box-shadow: rgba(247, 36, 87, .3019607843) 12px 12px 48px;
    font-size: 16px;
    border-radius: 5px !important
}

.price-am,
.delivery-am,
.discount-am {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    margin-bottom: 15px
}

.total-price span {
    font-weight: 700;
    font-size: 30px
}

.delivery-am span {
    font-size: 15px;
    font-weight: 500;
    color: var(--primarycolor)
}

.quick-link ul li {
    display: flex;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: normal;
    align-items: center
}

.quick-link ul li i {
    font-size: 35px;
    margin-right: 14px;
    color: var(--primarycolor)
}

.side-media li a {
    background: #101014;
    color: #fff;
    padding: 8px 12px;
    border-radius: 8px;
    display: inline-block
}

.side-media li {
    margin: 0 5px
}

.head-contact p {
    font-size: 16px
}

.close-menu {
    border: none;
    color: #323657;
    background: none !important;
    position: absolute;
    right: 21px;
    top: 10px
}

.form-wizard .form-select {
    font-size: 16px
}

.ctres-part {
    box-shadow: 0px 5px 30px 0px rgba(9, 29, 62, .15);
    padding: 28px;
    min-height: 229px;
    border-radius: 5px
}

.ctres-part h5 {
    font-family: "Work Sans", sans-serif;
    font-weight: 700;
    color: var(--secondcolor);
    text-transform: capitalize;
    font-size: 22px
}

.ctres-part .loctoion {
    font-size: 14px
}

.ctres-part .loctoion i {
    color: var(--primarycolor)
}

.ctres-part .btn-apply-job {
    background: var(--primarycolor);
    padding: 12px 28px;
    border-radius: 30px;
    margin-top: 15px;
    color: #fff;
    font-size: 15px;
    font-weight: 500
}

.sub-textr {
    font-size: 28px;
    font-weight: 700;
    color: var(--secondcolor);
    font-family: "Work Sans", sans-serif
}

.aply-divfm {
    background: #fff;
    box-shadow: 0px 5px 30px 0px rgba(9, 29, 62, .15);
    padding: 30px;
    margin-top: 50px
}

.aply-divfm h4 {
    font-family: "Work Sans", sans-serif;
    font-weight: 700;
    font-size: 25px
}

.aply-divfm .form-group {
    margin-bottom: 15px;
    font-weight: 600
}

.aply-divfm .form-group label {
    margin-bottom: 10px;
    font-family: "Work Sans", sans-serif
}

.aply-divfm .form-group .form-control {
    height: 40px
}

.aply-divfm .submit-bn,
.aply-divfm .submit-cn {
    background: var(--primarycolor) !important;
    color: #fff;
    margin-top: 15px;
    text-transform: uppercase;
    border: none;
    padding: 12px 30px;
    border-radius: 50px;
    font-size: 16px
}

.comon-acoudinodn h3 {
    font-family: "Work Sans", sans-serif;
    font-weight: 700;
    color: var(--secondcolor);
    font-size: 30px;
    margin-bottom: 20px
}

.comon-acoudinodn .accordion-button {
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: var(--secondcolor)
}

.cart-dropdown-ne {
    width: 310px !important;
    border: none;
    top: 120%;
    z-index: 4;
    right: 0 !important;
    left: inherit !important;
    opacity: 0;
    transition: .15s ease-in;
    visibility: hidden;
    display: block
}

.cart-dropdown-ne li {
    display: block !important;
    width: 100% !important
}

.top-notitext h6 {
    font-size: 12px;
    width: 80%
}

.dropdown-menu li a {
    color: gray;
    padding: .5em 1em
}

.lgoin-sectoon-top a {
    display: flex;
    align-items: center;
    margin-left: 20px;
    font-size: 16px
}

.cart-drop-bn {
    font-weight: 500;
    display: inline-block !important;
    font-style: normal;
    background: #101014;
    color: #fff !important;
    text-align: center;
    justify-content: center;
    border: solid 2px #101014 !important;
    font-size: 13px !important;
    width: 45%
}

.dropdown:hover .cart-dropdown-ne {
    visibility: visible;
    opacity: 1;
    opacity: 9 !important
}

.cart-dropdown-ne .comon-cart-ps .products-sm-pic .imo-caty {
    height: 60px;
    width: 60px;
    overflow: hidden;
    margin: 0;
    display: grid;
    align-items: center;
    border-radius: 10px
}

.cart-dropdown-ne .comon-cart-ps .products-sm-pic .imo-caty img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.desktop-rightcanvas .close-menu-02 svg {
    color: #181818;
    width: 35px;
    height: 35px
}

.desktop-rightcanvas .quick-link ul li .svg-icon {
    width: 35px;
    height: 35px;
    margin-right: 14px;
    color: var(--primarycolor)
}

.desktop-rightcanvas .quick-link ul li .svg-icon svg {
    width: 35px;
    height: 35px
}

.comon-cart-ps a {
    padding: 0 !important;
    color: inherit !important;
    margin: 18px 0
}

.sub-total-products h6 {
    color: #1d1d1d;
    font-size: 16px
}

.cart-ps-details h6,
.ct-text05 span:last-child,
.ct-text06 span:last-child {
    font-family: "Bangers", cursive;
    font-size: 20px
}

.titel-crt-products {
    font-size: 15px
}

.ct-text05 {
    font-weight: 300 !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    font-size: 14px !important
}

.check-drop-bn {
    background: var(--primarycolor);
    width: 90%;
    margin: 0 auto;
    display: table;
    color: #fff !important;
    margin-top: 15px;
    text-align: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 16px;
    line-height: 32px
}

.mobile-menu-sec li a,
.mobile-menu-sec li .dropdown .btn {
    text-decoration: none;
    color: #212529;
    padding: 10px 5px 10px 10px;
    display: block;
    background: #f7f7f7;
    margin-bottom: 8px;
    width: 100%;
    text-align: left;
    border-radius: 8px
}

.active-m a {
    background-color: var(--primarycolor) !important;
    color: #fff !important
}

.side-media {
    list-style-type: none;
    margin-top: 15px;
    display: flex
}

.mobile-menu-sec .dropdown-toggle::after {
    top: 8px;
    right: 10px
}

.top-sectionk .comon-items-con .rightextr h5 {
    font-size: 20px
}

.top-sectionk .comon-items-con .rightextr p {
    font-size: 14px
}

.tabs-div .nav-link {
    font-size: 15px;
    margin-bottom: 18px
}

.comon-items .content-section h5 {
    font-size: 18px
}

.eg-bg2 {
    top: -50px
}

.svg-bg {
    top: -270px
}

.checkout-page-main-div {
    margin-bottom: 150px !important
}

.com-div-md {
    background: #fff;
    padding-top: 25px;
    padding-bottom: 25px
}

.login-div-modal .modal-content,
.login-div-modal .modal-header {
    background: none;
    border: none
}

.com-div-md h5 {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    color: #1d1d1d
}

.login-div-modal .close {
    transform: none;
    position: absolute;
    right: 6px;
    top: 7px;
    border: none;
    background: none;
    font-size: 29px;
    background: var(--primarycolor);
    border-radius: 50px;
    width: 35px;
    height: 35px;
    display: grid;
    align-content: center
}

.login-modal-pn {
    padding: 10px 40px 30px 40px
}

.login-modal-pn .form-control {
    border: none;
    font-size: 15px;
    background: #f3f3f3;
    height: 45px;
    margin-bottom: 20px
}

.login-div-modal .close svg {
    width: 26px;
    height: 26px;
    margin: auto;
    color: #fff
}

.continue-bn {
    background: var(--primarycolor);
    color: #fff !important;
    width: 100%;
    display: inline-block;
    box-shadow: 0 20px 30px 0 rgba(172, 172, 172, .4);
    font-style: normal;
    letter-spacing: 1px;
    height: 45px;
    line-height: 31px;
    transition: all .5s;
    font-size: 16px;
    border-radius: 8px
}

@media(max-width: 1180px) {
    .banner-part h2 {
        font-size: 65px;
        line-height: 74px
    }

    .page-haeding {
        font-size: 45px
    }

    .sub-heading {
        font-size: 20px;
        position: relative;
        z-index: 2
    }

    .join-serc-divu h2 {
        font-size: 32px
    }

    .eg-bg {
        bottom: -120px
    }

    .eg-bg2 {
        top: -40px
    }

    .items-slider-txeti .text-box p {
        font-size: 13px
    }

    .items-collection {
        height: 291px
    }

    .items-collection .btn {
        font-size: 15px
    }
}

@media(max-width: 896px) {
    .banner-part {
        padding-top: 170px;
        height: auto
    }

    .comon-items .content-section h5 {
        font-size: 22px
    }

    .banner-part .banner-pic {
        top: 20px
    }

    .tabs-div .nav-link {
        margin-bottom: 20px
    }

    .superman,
    .woder-women,
    .boy-img,
    .head-boyd-img,
    .boom {
        display: none
    }

    .items-slider-txeti .text-box {
        background-position: center;
        padding: 52px 178px
    }

    .userid {
        justify-content: center
    }

    .offter-div .eg-bg {
        bottom: -150px
    }
}

@media(max-width: 820px) {
    .svg-bg {
        top: -150px
    }

    .azp {
        display: none
    }
}

@media(max-width: 768px) {
    .svg-bg {
        top: -95px
    }
}

@media(max-width: 667px) {
    .sub-ixtr{
        display: none;
    }
    .banner-part h2 {
        line-height: 45px;
        text-align: center;
        font-size: 48px;
        margin-top: 40px
    }

    .banner-part {
        height: auto;
        padding-top: 210px
    }

    .right-sction {
        width: 100%
    }

    .right-sction>ul {
        justify-content: space-between;
        width: 100%
    }

    .banner-part .banner-pic {
        margin-top: 40px !important;
        display: inline-block;
        top: 0
    }

    .tabs-div .nav-link {
        font-size: 16px;
        margin-bottom: 15px
    }

    .eg-bg2 {
        top: -30px
    }

    .superman,
    .woder-women,
    .boy-img,
    .head-boyd-img,
    .boom {
        display: none
    }

    .page-haeding {
        font-size: 45px
    }

    .sub-heading {
        font-size: 20px
    }

    .join-serc-divu h2 {
        font-size: 32px
    }

    .join-serc-divu p {
        font-size: 22px;
        width: 90%;
        margin-left: auto;
        margin-right: auto
    }

    .items-slider-txeti .text-box {
        background-position: center;
        padding: 52px 88px
    }

    .userid {
        justify-content: center
    }

    .svg-bg {
        top: -95px
    }

    .sub-banner {
        padding-bottom: 40px
    }

    .items-collection {
        height: 251px
    }

    .items-collection .btn {
        font-size: 12px
    }

    .aboutbui02 {
        height: 400px;
        z-index: 2;
        position: relative
    }

    .comon-shape {
        margin-left: auto;
        margin-right: auto;
        display: table
    }

    .comon-shape h5 {
        font-size: 22px
    }

    .tabs-details-gn .nav-tabs .nav-link {
        font-size: 14px
    }

    .delivery-part h5 {
        font-size: 18px
    }

    .products-slide-1 .item .mian-ppic {
        height: 400px
    }

    .comon-items-cart .left-section-div .products-cart1 h5 {
        font-size: 22px
    }

    .super-items,
    .shop-items,
    .comon-items {
        height: 296px
    }

    .shop-items .img-box-div {
        height: 212px
    }

    .eg-bg {
        bottom: -90px
    }

    .top-sectionk .comon-items-con .rightextr h5 {
        font-size: 31px
    }

    .banner-part .strat-02 {
        display: none
    }

    .eg-bg,
    .eg-bg2,
    .lool,
    .spoider,
    .azp {
        display: none
    }
}

@media(max-width: 414px) {
    .svg-bg {
        top: -95px
    }

    .comon-items-cart .left-section-div {
        flex-direction: column;
        width: 100%
    }

    .comon-items-cart .left-section-div figure {
        width: 100%
    }

    .comon-items-cart .left-section-div .products-cart1 {
        width: 100%
    }

    .comon-items-cart .crat-linl-pay {
        width: 100%;
        justify-content: start
    }

    .super-items,
    .shop-items,
    .comon-items {
        height: 356px
    }
}

@media(max-width: 390px) {

    .super-items,
    .shop-items,
    .comon-items {
        height: 293px
    }

    .shop-items .details-shopi h3 {
        font-size: 28px
    }
}

@media(max-width: 375px) {
    .banner-part h2 {
        line-height: 45px;
        text-align: center;
        font-size: 48px;
        margin-top: 40px
    }

    .banner-part {
        height: auto;
        padding-top: 210px
    }

    .banner-part p {
        text-align: center
    }

    .banner-part .form-inside-div {
        width: 95%
    }

    .banner-part h2 {
        font-size: 50px
    }

    .banner-part .strat-02 {
        right: 0
    }

    .page-haeding,
    .join-serc-divu h2 {
        font-size: 40px
    }

    .sub-heading {
        font-size: 20px
    }

    .top-sectionk .comon-items-con .rightextr h5 {
        font-size: 25px
    }

    .tabs-div .nav-link {
        font-size: 15px;
        margin-bottom: 15px
    }

    .eg-bg {
        bottom: -81px
    }

    .offter-div .eg-bg {
        bottom: -140px
    }

    .eg-bg2 {
        top: -20px
    }

    .comon-button span {
        font-size: 16px
    }

    .cart-dropdown-ne {
        right: -30px !important;
        top: 70px !important
    }

    .join-serc-divu {
        height: 520px
    }

    .superman,
    .woder-women,
    .boy-img,
    .head-boyd-img,
    .boom {
        display: none
    }

    .hilishf-blogs .blos-pos-dl h5 {
        font-size: 35px
    }

    .svg-bg {
        top: -52px
    }

    .items-collection {
        height: 311px
    }

    .items-collection .btn {
        font-size: 19px
    }

    .comment-user-div .user-dsl {
        padding-left: 0;
        margin-top: 15px;
        width: 100%
    }

    .shop-items .img-box-div {
        height: 272px
    }
}

@keyframes rocket {

    0%,
    100% {
        transform: translate(0px, 0px) rotate(0deg)
    }

    50% {
        transform: translate(0px, 20px) rotate(0deg)
    }
}

@-webkit-keyframes blinker {
    from {
        opacity: 1;
        transform: scale(1)
    }

    to {
        opacity: 0;
        transform: scale(0.2)
    }
}

.blink {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: .6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate
}

.megamenu {
    position: absolute;
    max-width: 100%;
    left: 0;
    right: 0;
    padding: 15px;
    min-width: 58rem
}

.megamenu h6 {
    margin-left: 21px
}

.megamenu i {
    width: 20px
}

/*# sourceMappingURL=style.min.css.map */