@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Roboto:wght@100;300;400;500;700;900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
    display: inline-block;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}

img {
    max-width: 100%
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 55px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h2 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 68px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h3 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 35px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 0px;
}

h4 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h5 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h6 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

p {
    color: #000;
    font-size: 15px;
    font-family: 'Roboto';
    font-weight: 400;
    letter-spacing: 0px;
    margin: 0px;
}


/*header css start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* width: 75%; */
    margin: 0 auto;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 19px;
    text-transform: uppercase;
    font-family: 'Bebas Neue', sans-serif;
    letter-spacing: 1px;
    padding: 10px 20px;
    transition: .5s ease-in-out;
}

.menuSec ul li a:hover {
    background: #fff;
    color: #000 !important;
    box-shadow: 0 0 10px 0 #000;
    border-radius: 8px;
}

.header-right-links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 40px;
}


/*.menuSec ul li a:after {
    content: '';
    position: absolute;
    top: 35%;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #393939;
    display: none;
}
*/


/*.menuSec ul li:last-child a {
    padding-right: 0px;
}*/

.menuSec ul li:last-child a:after {
    display: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #28b16d;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
    display: none;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}

header .row {
    align-items: center;
}

.cart-down {
    position: relative;
}

/*.cart-down i:after {
    position: absolute;
    content: '2';
    left: -12px;
    top: -5px;
    background: #deb6d5;
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    color: #000;
    z-index: 9;
    font-size: 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}*/

ul.cart-down i {
    position: relative;
    font-size: 30px;
    color: #000;
    margin-right: 10px;
}

.cart-down h5 {
    font-size: 13px;
    color: #000;
    font-family: 'Roboto';
}

ul.cart-down h6 {
    font-size: 15px;
    font-family: 'Roboto';
    color: #000;
    line-height: 20px;
}

ul.profile-down h5 {
    font-size: 18px;
    font-family: 'Roboto';
    color: #000;
    margin-left: 5px;
}

ul.profile-down a {
    display: flex;
    align-items: center;
}

ul.profile-down {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}


/*header css start */


/*banner css start */

.home-banner-sec img {
    width: 100%;
}

.home-banner-sec {
    position: relative;
}

.home-baner-box {
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
}

.baner-image img {
    width: 60%;
    margin: 0 auto;
    display: flex;
    animation: rotate-in-diag-2 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite both;
}

.home-baner-box:hover .baner-image {
    animation: shake-bottom 2s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both;
}

@-webkit-keyframes shake-bottom {
    0%,
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
    }
    10% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg);
    }
    20%,
    40%,
    60% {
        -webkit-transform: rotate(-4deg);
        transform: rotate(-4deg);
    }
    30%,
    50%,
    70% {
        -webkit-transform: rotate(4deg);
        transform: rotate(4deg);
    }
    80% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg);
    }
    90% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg);
    }
}

@keyframes vibrate-3 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    10% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
    }
    20% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px);
    }
    30% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px);
    }
    40% {
        -webkit-transform: translate(2px, 2px);
        transform: translate(2px, 2px);
    }
    50% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
    }
    60% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px);
    }
    70% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px);
    }
    80% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
    }
    90% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px);
    }
    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

.banner-text h3 {
    font-size: 36px;
    color: #000;
    font-weight: 200;
    letter-spacing: 3px;
}

.banner-text h2 {
    font-size: 60px;
    color: #000;
    letter-spacing: 3px;
    font-weight: 400;
}

.banner-text p {
    font-size: 14px;
    color: #000;
    font-family: 'Roboto';
}

.btn1 {
    font-size: 15px;
    font-family: 'Roboto';
    text-transform: uppercase;
    color: #fff;
    border: 0;
    padding: 12px 40px;
    border-radius: 50px;
    display: inline-block;
    background: #f7c55a;
    transition: .5s ease-in-out;
}

.btn1:hover {
    background: #fff;
    color: #000;
    box-shadow: 1px 5px 10px 5px #f8c55a;
}

.banner-text a {
    margin-top: 20px;
}

.scrol-down-baner i {
    font-size: 20px;
    color: #fff;
    background: #f7c55a;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    animation: shake-vertical 1.5s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both;
}

@-webkit-keyframes shake-vertical {
    0%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    10%,
    30%,
    50%,
    70% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
    20%,
    40%,
    60% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
    80% {
        -webkit-transform: translateY(6.4px);
        transform: translateY(6.4px);
    }
    90% {
        -webkit-transform: translateY(-6.4px);
        transform: translateY(-6.4px);
    }
}

.scrol-down-baner {
    position: absolute;
    bottom: -2%;
    left: 16.5%;
    display: none;
}


/*banner css end*/


/* Date Counter Section Start */

.date-counter-sec {
    position: relative;
}

.date-counter-sec:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 200%;
    left: 0;
    bottom: 0;
    background-image: url(../images/counter-after.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.w-\[180px\] {
    width: 140px;
}

.bg-darkDesaturatedBlue {
    background-color: #212121;
}

.days-counter-box {
    background: #fff;
    box-shadow: 0 0 10px 0 #0000007d;
    border-radius: 20px;
    width: 45%;
    margin: 0 auto;
}

.video-box img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 0 18px 0 #00000040;
}

.video-box {
    margin-top: 100px;
}


/* Coputer Box */

.font-redHatText {
    font-family: 'Red Hat Text', sans-serif;
}

.bg-grayishBlue {
    background-color: hsl(237, 18%, 59%);
}

.text-grayishBlue {
    color: #f6b722;
    font-family: 'Roboto';
    font-weight: 400;
    margin: 20px 0;
}

.text-softRed {
    color: #cccccc;
}

.bg-darkDesaturatedBlue {
    background-color: #212121;
}

.bg-slightlyDarkerDesBlue {
    background-color: #1d1d1d;
}

.bg-veryDarkBlue {
    background-color: #404040;
}

.bgmostlyBlackBlue {
    background-color: #1d1d1d;
}

.container-shadow {
    box-shadow: 0 0 0 0 #000;
}

.bottom-flip-shadow {
    box-shadow: 0 0 7px 0 #000;
}

.top-flip-shadow {
    -webkit-box-shadow: inset 0px 2px 1px 0px rgba(0, 0, 0, 0.42);
    -moz-box-shadow: inset 0px 2px 1px 0px rgba(0, 0, 0, 0.42);
    box-shadow: inset 0px 2px 1px 0px rgba(0, 0, 0, 0.42);
}

.flip-card-top {
    animation: flip-top 350ms ease-in;
    transform-origin: bottom;
}

@keyframes flip-top {
    100% {
        transform: rotateX(90deg);
    }
}

.flip-card-bottom {
    animation: flip-bottom 350ms ease-in-out 350ms;
    transform-origin: top;
    transform: rotateX(90deg);
}

@keyframes flip-bottom {
    100% {
        transform: rotateX(0deg);
    }
}

.attribution {
    font-size: 11px;
    text-align: center;
}

.attribution a {
    color: hsl(228, 45%, 44%);
}


/* Coputer Box */


/* Date Counter Section End */


/* Competition Section Start */

.competition-sec {
    background-image: url(../images/comp-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    padding: 100px 0;
    background: #f7c55a;
}

ul.date-feature-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
    margin: 0 15px 20px;
}

ul.date-feature-list li {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    position: relative;
    flex: auto;
    flex-flow: wrap;
}

ul.date-feature-list li h6 {
    /* position: absolute; */
    bottom: -20px;
    left: 0;
    font-size: 11px;
    font-family: 'Montserrat';
    font-weight: 600;
    right: 0;
    text-align: center;
}

ul.date-feature-list li h6 {
    margin-left: 1px !important;
    background: #f7c55a;
    display: block;
    padding: 5px 8px;
    border-radius: 99px;
}

.sec-head h2 {
    text-align: center;
    color: #fff;
    margin-bottom: 50px;
    font-size: 70px;
}

.featured-imag img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 15px;
    transition: 1s cubic-bezier(0.4, 0, 0.2, 1);
}

.featured-imag {
    overflow: hidden;
}

.featured-box:hover img {
    transform: scale(1.5);
}

.featured-box {
    overflow: hidden;
    background: #fff;
    border-radius: 15px;
    margin: 25px 0;
}

ul.date-feature-list i {
    font-size: 16px;
    color: #fff;
    background: #f7c55a;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    animation: pulsate-bck 0.5s ease-in-out infinite both;
}

@-webkit-keyframes pulsate-bck {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

ul.date-feature-list h5 {
    font-size: 16px;
}

.counter-fetured {
    background: #f7c55a;
    padding: 10px 0;
}

.counter-fetured li {
    display: inline-block;
    font-size: 1.5em;
    list-style-type: none;
    padding: 1em;
    text-transform: uppercase;
}

.counter-fetured li span {
    display: block;
    font-size: 4.5rem;
}

@media all and (max-width: 768px) {
    .counter-fetured li {
        font-size: calc(1.125rem * var(--smaller));
    }
    .counter-fetured li span {
        font-size: calc(3.375rem * var(--smaller));
    }
}

.counter-fetured li span {
    display: block;
    font-size: 24px;
    font-family: 'Bebas Neue', sans-serif;
    color: #fff;
}

.counter-fetured li {
    display: inline-block;
    font-size: 15px;
    font-family: 'Montserrat';
    list-style-type: none;
    color: #fff;
    padding: 1em;
    text-transform: uppercase;
}

.counter-fetured ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    text-align: center;
}

.counter-fetured ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    text-align: center;
}

.bottom-feature-text h4 {
    font-size: 32px;
    color: #0f0f0f;
}

.bottom-feature-text span {
    font-size: 17px;
    color: #0f0f0f;
    margin-left: 10px;
}

.bottom-feature-text p {
    font-size: 17px;
    color: #0f0f0f;
    margin-left: 10px;
    font-weight: 600;
    font-family: 'Montserrat';
}

.bottom-feature-text {
    text-align: center;
    padding: 20px 0;
}

.btn1.comp-btn {
    width: 90%;
    text-align: center;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin: 0 auto;
}

.featured-text-box {
    padding: 20px 0;
}


/* Competition Section End */


/* Work Section Start */

h2 {}

.work-head h2 {
    color: #000000;
    font-size: 79px;
}

.work-head {
    position: relative;
}

.work-head:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background: #ebebeb;
    bottom: 20%;
    left: 0;
}

.work-head:before {
    position: absolute;
    content: '';
    width: 16%;
    height: 4px;
    background: #f7c55a;
    bottom: 19%;
    left: 42%;
    z-index: 1;
    transition: 1s ease-in-out;
}

.work-sec:hover .work-head:before {
    width: 100%;
    left: 0;
}

.work-sec {
    position: relative;
    background-image: url(../images/work-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
}

.work-sec:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 85%;
    left: 0;
    top: 15%;
    background-image: url(../images/w-after.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 0;
}

.work-box {
    position: relative;
    background: #f5f5f5;
    padding: 40px 20px;
    width: 95%;
    z-index: 3;
    overflow: hidden;
    margin: 0 auto;
    border: 2px solid #bcbcbc;
    border-radius: 40px;
    text-align: center;
    margin-top: 40%;
    height: 330px;
}

.work-text h3 {
    font-size: 20px;
    line-height: 35px;
    letter-spacing: 1px;
}

.work-text p {
    font-size: 15px;
    font-family: 'Montserrat';
    color: #141414;
    font-weight: 600;
}

.work-imag img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    animation: vibrate-2 1s linear infinite both;
    width: 100px;
}

@-webkit-keyframes vibrate-2 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    20% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px);
    }
    40% {
        -webkit-transform: translate(2px, 2px);
        transform: translate(2px, 2px);
    }
    60% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px);
    }
    80% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
    }
    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

.after-count h2 {
    font-size: 222px;
    color: #ebe9e5;
}

.after-count {
    position: absolute;
    right: -19px;
    bottom: 0;
    z-index: -1;
}

.work-box.center-box-work {
    margin-top: 10%;
}


/* Work Section End */


/* Winner Section Start */

.winner-sec {
    position: relative;
    margin: 50px 0;
}

.winner-sec:after {
    position: absolute;
    content: '';
    width: 73%;
    height: 100%;
    right: 0;
    bottom: 0;
    background-image: url(../images/winer-bg.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: -1;
    border-radius: 30px 0px 0px 30px;
}

.winner-sec:before {
    position: absolute;
    content: '';
    width: 15%;
    height: 100%;
    left: 0px;
    bottom: 0;
    background-image: url(../images/winer-bg-after.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: -1;
    border-radius: 20px;
}

ul.winer-slid img {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    box-shadow: 3px 6px 12px 0 #dae7e1;
    border: 4px solid #fff;
}

ul.winer-slid {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
    margin-top: 30px;
}

.winner-box {
    position: relative;
    padding: 100px;
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 0 8px 0 #00000057;
    margin: 10px;
}

.winner-box h2 {
    font-size: 79px;
    margin-bottom: 20px;
}

.winner-box p {
    font-size: 16px;
    font-family: 'Roboto';
    color: #8a8a8a;
}

ul.winer-slid h4 {
    font-size: 30px;
}

ul.winer-slid h6 {
    font-size: 16px;
    color: #f7c55a;
    font-family: 'Montserrat';
}

.winer-slider .slick-prev {
    left: 40px;
    z-index: 3;
}

.winer-slider .slick-prev:before {
    position: absolute;
    content: '\f060';
    font-family: "Font Awesome 6 Pro";
    width: 70px;
    height: 100px;
    background: #f7c55a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    font-weight: 800;
    border-bottom-right-radius: 10px;
    left: -10px;
    bottom: -70px;
}

.winer-slider .slick-next:before {
    position: absolute;
    content: '\f061';
    font-family: "Font Awesome 6 Pro";
    width: 70px;
    height: 100px;
    background: #f7c55a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    font-weight: 800;
    border-top-right-radius: 10px;
    left: -10px;
    bottom: -40px;
}

.winer-slider .slick-next {
    left: 40px;
    right: auto;
    top: 36%;
}


/* Winner Section End */


/* Counter Section start */


/* Counter Section Start */

.couter-sec {
    position: relative;
}

.counter-row {
    background: #f7c55a;
    width: 80%;
    margin: 0 auto;
    border-radius: 20px;
    padding: 20px;
}

.counting {
    font-size: 94px;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    font-family: 'Bebas Neue', sans-serif;
}

.conter-box {
    position: relative;
}

.conter-box h5 {
    font-size: 34px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
}

.couter-span {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: -30px;
    line-height: 1.5;
}

.couter-span span {
    font-size: 92px;
    color: #fff;
    font-weight: 400;
    font-family: 'Bebas Neue', sans-serif;
}

.conter-box.no-border:after {
    display: none;
}


/* Counter Section End */


/* Counter Section End */


/* Testimonial Section Start */

section.testimonial-sec {
    position: relative;
}

.tetsi-head h2 {
    font-size: 50px;
    text-align: center;
    margin-bottom: 50px;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 60px;
}

.tetsi-head span {
    color: #f5b03c;
}

.testi-box {
    position: relative;
    padding: 40px;
    border: 1px solid #dedede;
    border-radius: 10px;
    background-image: url(../images/ts-qouma.png);
    background-position: 83% 36px;
    background-size: auto;
    background-repeat: no-repeat;
}

.testi-box p {
    font-size: 16px;
    line-height: 30px;
    margin: 20px 0;
    font-family: 'Roboto';
}

.testi-box h5 {
    font-size: 22px;
    text-transform: capitalize;
    line-height: 30px;
}

.testi-box h6 {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 300;
}

.testi-box:after {
    position: absolute;
    content: '';
    width: 3px;
    height: 50px;
    background: #f5b03c;
    left: -2px;
    bottom: 13%;
    border-radius: 30px;
}

ul.testi-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

ul.testi-list img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 100px;
    border: 3px solid #fff;
}

.tets-slide-imag {
    position: relative;
}

.tets-slide-imag:after {
    position: absolute;
    content: '';
    width: 105%;
    height: 105%;
    right: -8%;
    bottom: -6%;
    background: #f7c55a;
    border-radius: 50px;
    z-index: -1;
    transition: .5s ease-in-out;
}

.testi-box:hover .tets-slide-imag:after {
    background: #c68418;
}

.testi-box:hover .rate:not(:checked)>label {
    color: #ca9f5a;
}

.testi-box:hover:after {
    background: #be7d12;
}

.testi-box:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url(../images/testi-bax-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    z-index: -1;
    opacity: 0;
    transition: .5s ease-in-out;
}

.testi-box:hover:before {
    opacity: 1;
}

.testi-box:hover {
    border-color: transparent;
}

.rate {
    height: 46px;
    /* padding: 0 10px; */
    float: left;
    display: block;
    clear: both;
}

.rate input {
    top: 0;
    visibility: hidden;
}

.rate:not(:checked)>input {
    position: absolute;
    /* top: -9999px; */
}

.rate label {
    float: right;
    width: 0.8em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 35px;
    color: #fd8f00;
    margin: 0 3px;
}

button.btn1.tabs-btn {
    font-size: 16px;
    padding: 10px 50px;
    margin-top: 20px;
    display: inline-block;
}

.rate label:before {
    content: 'â˜…';
}

.rate label {
    color: #f9d71c;
}

.rate:not(:checked)>label:hover,
.rate:not(:checked)>label:hover~label {
    color: #fd8f00;
}

.rate>input:checked+label:hover,
.rate>input:checked+label:hover~label,
.rate>input:checked~label:hover,
.rate>input:checked~label:hover~label,
.rate>label:hover~input:checked~label {
    color: #c59b08;
}

.test-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #f7b23d;
    border: 2px solid #f7b23d;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    padding: 0;
    margin: 0;
    top: 36px;
}

.test-slider .slick-dots li button:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    top: 40px;
    left: 0;
    width: 30px;
    height: 30px;
    content: 'â€¢';
    text-align: center;
    opacity: 1;
    color: #dfdfdf;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.test-slider .slick-slide .slick-current .slick-active {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url(../images/testi-bax-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    z-index: -1;
    opacity: 1;
    transition: .5s ease-in-out;
}

.test-slider .slick-current.slick-active {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url(../images/testi-bax-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    z-index: -1;
    opacity: 1;
    transition: .5s ease-in-out;
}

.test-slider .slick-active {
    opacity: 1;
}

.test-slider .slick-prev:before {
    position: absolute;
    content: '\f060';
    font-family: "Font Awesome 6 Pro";
    width: 50px;
    height: 50px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    font-weight: 800;
    border-radius: 50px;
    left: -60px;
    bottom: 0px;
}

.test-slider .slick-next:before {
    position: absolute;
    content: '\f061';
    font-family: "Font Awesome 6 Pro";
    width: 50px;
    height: 50px;
    background: #f7c55a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    font-weight: 800;
    border-radius: 50px;
    right: -10px;
    bottom: 0px;
}

.sec-head.work-head.test-head {
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.testimonial-sec:hover .work-head:before {
    left: 0;
    width: 100%;
}


/* Testimonial Section End */


/*Footer Start*/

footer {
    background: #282828;
    position: relative;
}

.quick-link {
    background: #f7c55a;
    padding-top: 50px;
    position: absolute;
    height: 100%;
    z-index: 9;
    bottom: 0;
    width: 350px;
    left: 7%;
}

.quick-link ul li a {
    font-size: 13px;
    font-weight: 500;
    color: #000;
    padding: 10px 10px 0;
    line-height: 26px;
    border-bottom: 1px solid #b8964b;
    display: flex;
    margin: 0 30px 0;
    text-transform: uppercase;
    transition: 0.5s;
    padding-bottom: 4px;
}

.footer-newsletter ul {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
}

.footer-newsletter ul li h4 {
    font-size: 40px;
    color: #fff;
    margin: 0;
    font-family: 'Bebas Neue';
    line-height: 1;
}

.footer-bottom {
    width: 88%;
    margin-left: auto;
}

.newsinpt input {
    width: 90% !important;
    height: 55px;
    padding: 0 20px !important;
    border: 0;
    border-radius: 10px !important;
    margin: 0 !important;
}

.newsinpt {
    position: relative;
}

.newsinpt button {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    padding: 11px 40px;
    height: 55px;
    border-radius: 10px;
    color: #fff;
    background: #f7c55a;
    text-transform: uppercase;
}

.footer-contact h5 {
    font-size: 30px;
    color: #fff;
    font-family: 'Bebas Neue';
    margin-bottom: 10px;
}

.footer-contact ul li a {
    font-size: 13px;
    font-family: 'Montserrat';
    color: #c1c1c3;
}

.footer-contact ul li i {
    width: 30px;
    height: 20px;
    font-size: 20px;
}

.footer-contact ul li {
    line-height: 50px;
    display: flex;
    align-items: center;
    position: relative;
}

.footer-media ul {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 0 10px 0 30px;
}

.footer-media ul li a {
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    transition: 0.5s;
}

.footer-media ul li a:hover {
    background: #f7c55a;
    color: #fff;
    transition: 0.5s;
    transform: scale(1.2);
}

.footer-bottom p {
    font-size: 14px;
    margin: 0;
    text-align: right;
    font-family: 'Poppins';
    color: #ffffff94;
}

.footer-bottom {
    border-top: 1px solid #5a5a5a;
    padding: 20px 90px;
    background: #1e1e1e;
    z-index: 4;
    position: relative;
}

.footer-newsletter {
    width: 80%;
    margin: 0 auto;
    /* margin-top: -60px; */
    margin: 0 auto;
    padding: 130px 0;
}

.footer-contact {
    /* display: grid; */
    /* align-content: center; */
    position: relative;
    padding: 130px 0;
}

.footer-contact:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: -13%;
    z-index: 0;
    background: #5a5a5a;
}

.footer-newsletter ul li p {
    margin-bottom: 0;
    font-size: 14px;
    color: #ffffff8f;
    font-family: 'Poppins';
}

footer .row {
    align-items: stretch;
}

.quick-link ul li a:hover {
    transform: scale(1.1);
    color: #0f1f45;
}

.ftr-logo {
    position: absolute;
    top: 0;
    left: 10%;
    width: 60%;
}

.quick-link ul {
    margin-top: 130px;
}


/*footer End*/


/* Inner Page Start */


/* About Page Start */

.inner-baner-text {
    position: absolute;
    bottom: 30%;
    top: auto;
}

.about-imag img {
    width: 100%;
    height: 725px;
    box-shadow: 0 0 12px 0 #0000005c;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    object-fit: cover;
}

.about-text h2 {
    font-size: 95px;
    font-family: 'Bebas Neue', sans-serif;
}

.abt-txt h3 {
    font-size: 26px;
    font-family: 'Roboto';
    text-transform: uppercase;
    color: #fff;
    border-top-right-radius: 15px;
    background: linear-gradient(180deg, rgba(228, 187, 102, 1) 10%, rgb(204 153 77) 50%, rgb(195 131 44) 74%);
    display: inline-block;
    padding: 20px 50px;
}

.abt-txt {
    border-top-right-radius: 15px;
    margin-left: -30px;
    z-index: -1;
    position: relative;
    margin-bottom: 30px;
}

.abt-txt:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background: #c99243;
    bottom: 0;
}

.about-second-pera p {
    font-size: 16px;
    font-family: 'Roboto';
    line-height: 30px;
    padding: 36px 40px 34px 50px;
}

.about-pera p {
    font-size: 16px;
    font-family: 'Roboto';
    line-height: 30px;
    padding: 40px;
}

.about-second-pera {
    margin-left: -30%;
    z-index: 1;
    background: #fcfcfc;
    box-shadow: 0 0 0 0 #000;
    position: relative;
    border-radius: 20px 10px 10px 0px;
    width: 130%;
}

.mission-text h3 {
    font-size: 40px;
    color: #484848;
    font-weight: 400;
    letter-spacing: 1px;
}

.mission-imag img {
    width: 100%;
    border-radius: 30px;
}

.mission-imag {
    position: relative;
}

.mission-imag:after {
    position: absolute;
    content: '';
    width: 90%;
    height: 110%;
    right: -5%;
    top: -5%;
    background: linear-gradient(111deg, rgba(228, 187, 102, 1) 10%, rgba(200, 136, 39, 1) 50%, rgba(185, 109, 5, 1) 74%);
    z-index: -1;
    border-radius: 30px;
}

.mission-imag.secd-mis:after {
    left: -5%;
    right: auto;
}

.row.second-row {
    margin-top: 100px;
}

.mission-sec .row {
    align-items: center;
}


/* About Page End */


/* Competition Page Start */

.competi {
    background: #fff;
}

.competi .featured-box {
    box-shadow: 0 0 9px 0 #00000059;
}

.competi .sec-head h2 {
    color: #000;
}

.competi .counter-fetured {
    background: #805f15;
}


/* Competition Page End */


/* Winner Page Start */

.winner-image img {
    width: 100%;
    height: 500px;
    border: 5px solid #fff;
    box-shadow: 0 0 6px 0 #0000007a;
    border-radius: 10px;
    object-fit: cover;
}

ul.winer-list-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

ul.winer-list-text h4 {
    font-size: 40px;
    color: #c27d19;
}

ul.winer-list-text h5 {
    font-size: 20px;
    font-family: 'Montserrat';
    text-transform: uppercase;
    color: #000000;
}

ul.winer-social {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
}

ul.winer-social i {
    width: 40px;
    height: 40px;
    background: linear-gradient(180deg, rgba(228, 187, 102, 1) 10%, rgba(200, 136, 39, 1) 50%, rgba(185, 109, 5, 1) 74%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #fff;
}

.winer-text-box p {
    padding: 20px 0;
}

.winner-pag .row {
    margin: 100px 0;
}


/* Winner Page End */


/*PRODUCT DETAIL PAGE CSS*/

.top-section h2 {
    font-size: 39px;
    line-height: 50px;
    color: #000000;
    font-family: 'Bebas Neue';
    width: 77%;
}

.price_rev h3 {
    font-size: 44px;
    font-weight: 400;
    margin-bottom: 0px;
    font-family: 'Bebas Neue';
    background: -webkit-linear-gradient(#da9a38, #bd720a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.price_rev ul {
    text-align: right;
}

.price_rev ul li {
    display: inline-block;
    color: #ffc007;
}

.price_rev ul li span {
    color: #000;
    margin-left: 10px;
}

.product-content hr {
    border-top: 1px solid #9695BA;
    width: 90%;
}

.flexEnd {
    display: flex;
    align-items: flex-end;
    width: 87%;
}

.brand {
    margin: 25px 0px;
}

.brand li {
    color: #000000;
    font-weight: 400;
    font-size: 19px;
    font-family: 'Roboto';
}

.brand li:not(:last-child) {
    margin-bottom: 7px;
}

.brand li small {
    color: #d4922f;
    display: inline-block;
    margin-left: 6px;
}

.product-content p {
    font-size: 16px;
    color: #636363;
    font-family: 'Roboto', sans-serif;
    line-height: 30px;
}

.addtocart a {
    color: #fff !important;
    padding: 8px 40px;
    font-family: 'Oswald', sans-serif;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 17px;
    border-radius: 30px;
    display: block;
    background: linear-gradient(180deg, rgba(228, 187, 102, 1) 10%, rgba(200, 136, 39, 1) 50%, rgba(185, 109, 5, 1) 74%);
}

.functionality-box ul {
    display: flex;
    align-items: center;
    margin: 30px 0;
    flex-flow: wrap;
    gap: 5px 20px;
}

.functionality-box ul li {
    display: inline-block;
}

.functionality-box ul li:not(:last-child) {
    margin-right: 20px;
}

.functionality-box ul li .heart-button a i {
    border: 1px solid #d5d5d5;
    font-size: 21px;
    color: #e3b863;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
}

.social-icon-detail {
    margin-top: 20px;
}

.social-icon-detail ul li {
    display: inline-block;
}

.social-icon-detail ul li a i {
    width: 40px;
    height: 40px;
    font-size: 22px;
    border: 1px solid #bebebe;
    color: #d50000;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-icon-detail ul li a i:hover {
    background-color: #d50000;
    color: #fff;
    transform: rotate(360deg);
    transition: 0.3s ease-in-out;
}

.product-body {
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #d5d5d5;
    border-radius: 15px;
    background: #e7e7c7;
    overflow: hidden;
}

.prod_description h4 {
    color: #000000;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 20px;
}

.prod_description p {
    font-size: 16px;
    color: #636363;
    font-family: 'Roboto', sans-serif;
    line-height: 22px;
}

.related_heading h2 {
    font-size: 55px;
    color: #fff;
    line-height: 60px;
    text-align: center;
    margin-bottom: 50px;
}


/* skin 2 */

.skin-2 .num-in {
    background: #ffffff00;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
    border-radius: 25px;
    height: 40px;
    border: 1px solid #AD86A3;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}

.skin-2 .num-in span {
    width: 40px;
    display: block;
    height: 40px;
    position: relative;
    background: transparent;
}

.skin-2 .num-in span:before,
.skin-2 .num-in span:after {
    content: '';
    position: absolute;
    background-color: #000;
    height: 2px;
    width: 10px;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -5px;
}

.skin-2 .num-in span.plus:after {
    transform: rotate(90deg);
}

.skin-2 .num-in input {
    height: 40px;
    border: none;
    text-align: center;
    background: transparent;
    color: #000;
    margin-top: 0 !important;
    white-space: nowrap;
    display: inline-block;
    width: 63px !important;
}


/* / skin 2 */

section.product-detail {
    background: url(../images/faqs-bg.jpg);
    padding: 80px 0;
}

section.feature-product1:after {
    display: none;
}

section.feature-product1:before {
    display: none;
}

.socail-media1 {
    text-align: left;
    padding-top: 10px;
}

.socail-media1 a i {
    border: 2px solid #7e7f74;
    color: #e1b55e;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border-radius: 40px;
    margin-right: 8px;
}

.socail-media1 a i:hover {
    color: #fff;
    background: linear-gradient(180deg, rgba(228, 187, 102, 1) 10%, rgba(200, 136, 39, 1) 50%, rgba(185, 109, 5, 1) 74%);
}

.product-body img {
    width: 100%;
}

.price_rev h3 span {
    font-size: 15px;
    font-family: 'Roboto';
    color: #000 !important;
    background: transparent;
}

.product-body img {
    width: 100%;
}

.price_rev h3 span {
    font-size: 15px;
    font-family: 'Roboto';
    color: #000 !important;
    background: transparent;
}

.counter-fetured.product-detail-box {
    background: linear-gradient(180deg, rgba(228, 187, 102, 1) 10%, rgba(200, 136, 39, 1) 50%, rgba(185, 109, 5, 1) 74%);
    padding: 1px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}


/*product-detail end*/


/* Cart Page Start */


/*CART*/

.add-to-cart {
    position: relative;
    padding: 120px 0px;
    background: url(../images/faqs-bg.jpg);
}

.add-to-cart thead {
    background-color: #ebebeb;
    color: #000;
}

.add-to-cart .table>thead>tr>th {
    border-bottom: 0;
    padding-left: 30px;
    padding-bottom: 25px;
    padding-top: 25px;
}

.table-space {
    display: flex;
    align-items: center;
}

.add-to-cart thead tr th {
    font-size: 28px;
    color: #000;
    font-family: 'Bebas Neue';
    font-weight: 400;
    line-height: 18px;
    text-transform: capitalize;
}

.add-to-cart thead tr th:first-child {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.add-to-cart thead tr th:last-child {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

.table-space h3 {
    font-size: 15px;
    color: #333333;
    font-weight: 400;
    margin-bottom: 5px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}

.table-space span {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
    color: #333333;
    font-family: 'Roboto', sans-serif;
}

.product-img {
    border: 2px solid #cdcdcb;
    display: flex;
    width: 70%;
    height: auto;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    /* padding: 10px; */
    background: #e9e9c1;
    margin: 0 auto;
}

.no-space {
    display: block;
    margin-left: 15px;
}

.product-img img {
    /* border-radius: 20px; */
}

.add-to-cart input {
    width: 60px;
    text-align: center;
    height: 39px;
    border-radius: 6px;
    border: 0;
    font-size: 23px !important;
    color: #000;
    font-weight: 500;
    margin-top: 24px;
    background: transparent;
    padding: 0 !important;
}

.add-to-cart a {
    font-size: 17px;
    display: block;
    text-align: center;
    padding-top: 9px;
    color: rgba(0, 0, 0, 0.50);
    font-weight: 400;
    text-decoration: none;
    color: #fff;
}

.add-to-cart h4 {
    font-size: 29px;
    font-weight: 400;
    color: #000000;
    text-align: center;
    margin-top: 40px;
    font-family: 'Bebas Neue';
    white-space: nowrap;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

tr.space {
    border-bottom: 1px solid #ccc;
}

a.remove {
    color: #fff;
    font-size: 29px;
    padding: 0px 15px;
    border: 1px solid #cc8f2f;
    margin-top: 25px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, rgba(228, 187, 102, 1) 10%, rgba(200, 136, 39, 1) 50%, rgba(185, 109, 5, 1) 74%);
}

.proceed a {
    color: #d90c1e;
    text-align: left;
    font-size: 18px;
    font-family: 'Roboto';
    text-transform: uppercase;
    padding-top: 20px;
}

.proceed i {
    margin-left: 10px;
}

.proceed .checkout-btn {
    background-color: #99247c;
    border: none;
    padding: 16px;
    border-radius: 50px;
    width: 100%;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin-top: 4px;
    border-radius: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}

.or-amazon {
    margin-top: 50px;
    position: relative;
    border: 1px solid #d2d2c9;
    /* top: 25px; */
    padding: 30px 50px;
    border-radius: 5px;
    background-color: #ebebeb;
}

.or-amazon p {
    font-size: 13px;
    position: absolute;
    background: #ebebeb;
    top: -18px;
    left: 50%;
    padding: 3px 10px;
    color: #000;
    display: block;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    transform: translateX(-50%);
    border: 1px solid #000;
}

.or-amazon img {}

.or-amazon a {
    text-decoration: none;
    text-align: center;
}

.total-section {
    border: 1px solid #cacaca;
    padding: 34px 24px;
    background-color: #ebebeb;
    border-radius: 11px;
}

.total-section li {
    font-size: 20px;
    padding-bottom: 33px;
    color: #000;
    font-family: 'Roboto', sans-serif;
}

li.color-change {
    color: #000;
    text-transform: uppercase;
    font-size: 30px;
    font-family: 'Bebas Neue';
    padding-bottom: 0;
}

.total-section li span {
    float: right;
}

.ship-estimate {
    background-color: #ffffff;
    padding: 10px 20px;
    margin-top: 100px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
}

.ship-estimate ul {
    margin-top: 20px;
    margin-bottom: 50px;
}

.ship-estimate li {
    font-size: 23px;
    color: #d50000;
    margin-bottom: 5px;
}

.ship-estimate .grey-style {
    color: #000;
    font-size: 16px;
}

.table> :not(caption)>*>* {
    padding: 1.5rem 0.5rem;
}

.table-space h6 {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Roboto';
    color: #333333;
    margin-bottom: 0;
    margin-top: 4px;
}

a.checkout-btn {
    font-size: 20px;
    padding: 20px 0;
    margin-top: 20px;
    border-radius: 12px;
    background: linear-gradient(180deg, rgba(228, 187, 102, 1) 10%, rgba(200, 136, 39, 1) 50%, rgba(185, 109, 5, 1) 74%);
}

.btn-clr button {
    color: #757575;
    font-size: 15px;
    font-family: 'Roboto';
    background: #fff;
    border: 1px solid #cbcbc5;
    height: 50px;
    width: 28%;
    margin-right: 10px;
    border-radius: 6px;
}

.btn-clr input::placeholder {
    color: #ffffff;
}

.btn-clr input {
    font-size: 15px;
    font-family: 'Roboto';
    border: 1px solid #d9a64c;
    height: 50px;
    width: 28% !important;
    margin-right: 10px;
    border-radius: 6px;
    background: linear-gradient(180deg, rgba(228, 187, 102, 1) 10%, rgba(200, 136, 39, 1) 50%, rgb(173 121 51) 74%);
}


/*CART END*/


/* Cart Page End */


/*CHECKOUT PAGE*/

.billing_form h3 {
    font-family: 'Bebas Neue';
    font-size: 36px;
    color: #000;
    margin: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 400;
}

.billing_form label {
    font-size: 15px;
    font-family: 'Roboto';
    color: #7c7c7c;
    font-weight: 400;
}

.radiosss p {
    color: #7C7C7C;
    font-size: 14px;
    font-family: 'Roboto';
    font-weight: 400;
    background: transparent;
}

.billing_form input {
    width: 100%;
    height: 45px;
    border: 1px solid #deded9;
    margin-bottom: 20px;
    padding-left: 15px;
    background: transparent;
    border-radius: 5px;
}

.billing_form input::placeholder {
    color: #7C7C7C;
    font-family: 'Roboto';
}

.cart_sidebar .cart_lst li:not(:last-child) {
    margin-bottom: 15px;
}

.cart_sidebar .cart_lst li {
    font-size: 14px;
    color: #7c7c7c;
    font-family: 'Roboto', sans-serif;
}

.cart_sidebar .cart_lst li span {
    float: right;
}

.cart_sidebar .cart_lst li:last-child {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    font-family: 'Bebas Neue';
}

.cart_sidebar .cart_lst {
    margin-top: 20px;
    margin-bottom: 40px;
}

.thankyou_txt {
    padding: 50px;
    border: 2px solid #b7b7b7;
}

.thankyou_txt h3 {
    font-size: 35px;
    color: #000;
    font-weight: 800;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

.thankyou_txt h3 i {
    font-size: 40px;
    margin-right: 15px;
}

.order_det h5 {
    font-size: 20px;
    color: #7c7c7c;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.order_det p {
    font-weight: 700;
    font-size: 20px;
    color: #000;
    margin: 0;
}

.order_complete_detail h3 {
    font-size: 22px;
    color: #000;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}

.order_detail_table {
    padding: 40px;
    border: 1px solid #b7b7b7;
}

.order_detail_table h5 {
    margin-top: 0px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dbdbdb;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    font-family: 'Roboto', sans-serif;
}

.order_detail_table ul {
    margin-top: 20px;
    margin-bottom: 30px;
}

.order_detail_table ul li:not(:last-child) {
    margin-bottom: 25px;
}

.order_detail_table ul li {
    font-size: 14px;
    color: #7c7c7c;
}

.order_detail_table ul li span {
    float: right;
}

.order_detail_table ul li:last-child {
    font-weight: 700;
    color: #000;
}

.order_detail_table h6 {
    font-size: 17px;
    font-weight: 700;
    color: #000;
    font-family: 'Roboto', sans-serif;
    padding: 25px 0;
    border-top: 1px solid #dbdbdb;
    margin: 0;
}

.order_detail_table h6 span {
    float: right;
}

.check_menu ul {
    text-align: center;
    margin-bottom: 40px;
}

.check_menu ul li {
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    color: #7c7c7c;
    margin: 0 14px;
}

.check_menu ul li i {
    font-size: 18px;
}

.check_menu ul li.purp {
    color: #700ea3;
}

.cart_sidebar {
    padding: 40px 25px;
    border: 1px solid #d8d8d8;
    border-radius: 0;
}

.cart_sidebar h3 {
    font-size: 26px;
    color: #000000;
    margin-top: 0px;
    margin-bottom: 20px;
    text-transform: capitalize;
    line-height: normal;
    font-family: 'Bebas Neue';
    font-weight: 400;
}

.cart_sidebar .h-sub {
    font-weight: 400;
    font-family: 'Bebas Neue';
    font-size: 24px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 20px;
    line-height: 0;
    padding-bottom: 30px;
    padding-top: 15px;
    background: -webkit-linear-gradient(#cf9537, #c17b17);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cart_sidebar h5 span {
    float: right;
}

.cart_sidebar h4 {
    font-size: 18px;
    color: #000000;
    font-weight: 600;
    font-family: 'Poppins';
    margin-bottom: 30px;
    line-height: normal;
    padding-top: 0;
}

.cart_sidebar ul li input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.cart_sidebar ul li label {
    position: relative;
    cursor: pointer;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #7c7c7c;
}

.cart_sidebar ul li label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #7c7c7c;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
}

.cart_sidebar ul li input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #cc9137;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.cart_sidebar ul li:not(:last-child) {
    margin-bottom: 15px;
}

.cart_sidebar form {
    margin-top: 30px;
    padding-bottom: 40px;
    border-bottom: 1px solid #b7b7b7;
}

.cart_sidebar form h4 {
    font-size: 14px;
    font-weight: 400;
    color: #b7b7b7;
    font-family: 'Roboto', sans-serif;
}

.cart_sidebar form select {
    width: 100%;
    height: 40px;
    padding-left: 15px;
    border-radius: 0;
    border: 1px solid #b7b7b7;
    margin-bottom: 20px;
    appearance: auto;
    color: #b7b7b7;
}

.cart_sidebar form select option {
    color: #000;
}

.cart_sidebar form input {
    width: 100%;
    height: 40px;
    padding-left: 15px;
    border-radius: 0;
    border: 1px solid #b7b7b7;
    margin-bottom: 20px;
    appearance: auto;
    color: #b7b7b7;
}

.cart_sidebar form input::placeholder {
    color: #b7b7b7;
}

.cart_sidebar form button {
    color: #000;
    font-size: 15px;
    border-radius: 0px;
    font-family: 'Poppins', sans-serif;
    padding: 10px 40px;
    background-color: #ebebeb;
    border: 2px solid #ebebeb;
}

.cart_sidebar form button:hover {
    background-color: transparent;
    transition: 0.3s ease-in-out;
}

.checkout_btn {
    padding: 12px 50px;
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    border-radius: 29px;
    background: linear-gradient(180deg, rgba(228, 187, 102, 1) 10%, rgba(200, 136, 39, 1) 50%, rgba(185, 109, 5, 1) 74%);
}

.checkout_btn:hover {
    color: white;
}

ul.shipping-ul {
    /* border-bottom: 1px solid #dbdbdb; */
    margin: 0;
    padding-bottom: 30px;
}

h6.payment-h {
    font-weight: 400;
    color: #000000;
    font-family: 'Bebas Neue';
    font-size: 20px;
    margin-bottom: 30px;
}

.cart_sidebar .radiosss-payments li label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #b7b7b7;
    box-shadow: 0 1px 2px rgb(82 76 70), inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 50px;
}

.cart_sidebar .radiosss-payments li input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    border-radius: 20px;
    left: 6px;
    border: 0;
    width: 10px;
    height: 10px;
    background: linear-gradient(180deg, rgba(228, 187, 102, 1) 10%, rgba(200, 136, 39, 1) 50%, rgba(185, 109, 5, 1) 74%);
}

.radiosss-payments .card.card-body {
    padding: 0;
    border: 0;
    margin-left: 30px;
    background: transparent;
}

.radiosss-payments {
    /* border-bottom: 1px solid rgb(219, 219, 219); */
}

section.checkout_page.all-section.all-side {
    background: url(../images/faqs-bg.jpg);
    padding: 100px 0;
}

.billing_form {
    /* border: 1px solid #8080806e; */
    padding: 15px 25px;
}


/*checkout end*/


/* Contact Section Begin */

.contact-form form {
    position: relative;
}

.contact-form .form-group {
    position: relative;
}

.contact-form .form-group::after {
    content: '';
    height: 53px;
    width: 10px;
    position: absolute;
    left: 40px;
    top: 1px;
    background-size: 10px 50px;
    background-image: url(../images/aroow-forward.png);
    background-repeat: no-repeat;
}

.contact-form .form input.form-control {
    height: 52px;
    font-size: 12px;
    padding-left: 70px !important;
    border: 1px solid #c6c6c6;
    line-height: 0;
    box-shadow: none;
    color: #909091;
    font-weight: 400;
    background-color: transparent;
    margin-top: 20px !important;
    font-family: 'Roboto';
    display: flex;
}

.contact-form .form input.form-control::placeholder {
    color: #909091;
}

.contact-main-sec .them-btn-1:hover {
    background-color: #00006d;
    transition: 0.3s all;
}

.contact-form .form textarea.form-control {
    font-size: 15px;
    border-radius: 0px;
    padding-left: 70px;
    padding-top: 13px;
    border: 1px solid #c6c6c6;
    letter-spacing: 0;
    box-shadow: none;
    border-radius: 25px;
    resize: none;
    background-color: transparent;
    margin-top: 20px;
    color: #c6c6c6;
    margin-bottom: 30px;
}

.contact-form .email {
    padding: 0;
}

.contact-form h4 {
    font-size: 62px;
    line-height: 70px;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
}

.contact-form .form textarea.form-control::placeholder {
    color: #909091;
}

.contact-form .form .phone:before {
    position: absolute;
    content: '';
    width: 42px;
    height: 50px;
    background: url(../images/fom4.png);
    background-repeat: no-repeat;
    left: 16px;
    z-index: 1;
}

.footer_logo img {
    width: 30%;
}

.contact-form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #909091;
}

.contact-form ::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(18, 28, 42, 0.55);
}

.contact-form :-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(18, 28, 42, 0.55);
}

.contact-form :-moz-placeholder {
    /* Firefox 18- */
    color: rgba(18, 28, 42, 0.55);
}

.cicle-icon i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    border: 1px solid #d6a852;
    height: 70px;
    width: 70px;
    border-radius: 50px;
    background: -webkit-linear-gradient(#d49d41, #be7610);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cicle-icon img {
    margin: 0 auto;
}

.contact-info {
    /* background: transparent; */
    width: 100%;
    display: inline-block;
    padding: 14px;
    margin-bottom: 10px;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 115px;
    margin-bottom: 27px;
    border: 1px solid #c6c6c6;
    border-radius: 10px;
}

.contact-main-sec h4 {
    font-size: 60px;
    color: #000 !important;
    line-height: 60px;
    margin-bottom: 0;
    margin-left: 0;
    padding: 0;
}

.contact-main-sec h2 {
    margin: 0;
    font-size: 17px;
    color: #000;
    font-weight: 600;
    line-height: 20px;
    font-family: 'Roboto';
    text-transform: uppercase;
}

.contact_text {
    padding-top: 0;
}

.contact_text p {
    font-size: 17px;
    line-height: 25px;
    color: #8b8b8b;
    padding-top: 4px;
    font-weight: 400;
    font-family: 'Roboto';
    letter-spacing: 0;
}

.contact_text p a {
    font-size: 17px;
    color: #8b8b8b;
    text-decoration: none;
    transition: 0.5s ease-in-out;
    margin-top: 3px;
    display: block;
    font-family: 'Roboto';
}

.mailt {
    padding-left: 30px;
}

.contact_text a:hover {
    color: #8b8b8b;
}

.contact_text p a.email-text {
    font-size: 17px;
    color: #000000;
}

.contact_text p a.email-text:hover {
    color: #8b8b8b;
}

.contact-us {
    padding: 6% 0;
}

.contact-head {
    text-align: center;
}

.contact-head h2 {
    font-size: 50px;
    color: #000;
    text-transform: uppercase;
}

.lg-btn {
    width: 100%;
}

.primary-btn {
    /* display: inline-block; */
    padding: 8px 30px;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    background: #00aa00;
    color: #fff;
    text-align: center;
    transition: all .4s ease;
    border: 2px solid transparent;
    border-radius: 4px;
}

.cp {
    font-size: 17px;
    line-height: 27px;
}

.contact_heading {
    margin-bottom: 30px;
}

.contact_heading h2 {
    font-size: 45px;
    color: #000000;
    font-weight: bolder;
}

.contact-side-bar {
    padding-top: 50px;
}

.contact-main-sec {
    padding: 100px 0;
}

.contact-main-sec .them-btn-1 {
    margin-top: 20px;
    border: none;
    padding: 12px 20px;
    background-color: #ff0000;
    color: white;
    border-radius: 25px;
}

.contact-form .form-group i {
    position: absolute;
    top: 17px;
    left: 10px;
    font-size: 20px;
    background: -webkit-linear-gradient(#d49d41, #be7610);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.contact-form {
    margin-top: 30px;
}

.alert-msg {
    margin: 0 0 20px;
    padding: 10px;
    background: #ddd;
    color: #fff;
    display: none;
}

.alert-msg.succ {
    background: green;
    display: block;
}

.alert-msg.err {
    background: red;
    display: block;
}


.billing_form input.err {
    border-color: red;
}
/*CONTACT END*/


/* account page css */

.log-in-wrap {
    padding: 40px 35px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.13) 0px 0px 20px;
    /* border: 2px solid #E1E1E1; */
    border-radius: 20px;
}

.log-in-wrap h2 {
    margin: 0px 0px 30px;
    text-align: center;
    color: #000;
    font-size: 32px;
    text-transform: uppercase;
}

.log-in-wrap form button {
    padding: 15px 50px;
    font-size: 21px;
    color: #fff;
    font-weight: 500;
    font-family: 'Roboto';
    border: none;
    border-radius: 50px;
}

.width-100 {
    width: 100% !important;
}

.log-in-page-main {
    padding: 100px 0px;
}

.log-in-page-main .form-control {
    height: 60px;
    padding-left: 25px;
    margin-bottom: 20px;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    color: #b0afaf;
    box-shadow: unset !important;
}

.log-in-page-main .form-control::placeholder {
    color: rgb(176, 175, 175);
}

.log-in-page-main .form-check label.form-check-label {
    font-size: 16px;
    font-weight: 400;
    margin: 0px;
    color: #b6b5b5;
    font-family: 'Roboto';
}

.log-in-page-main .form-check,
.forgot-pass {
    display: inline-block;
}

.forgot-pass {
    width: 72%;
    text-align: right;
}

.forgot-pass a {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto';
    margin: 0px;
    color: #b6b5b5;
}

.forgot-pass a:hover {
    color: rgb(213, 0, 0);
}

.agree-text {
    font-size: 16px;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 15px;
    font-family: 'Roboto';
    color: #b6b5b5;
}

.terms_chk .form-check-input {
    border: 2px solid #c27c18;
    width: 1rem !important;
}

a.term-condition {
    color: #c27c18;
    text-decoration: underline;
    padding-left: 5px;
}


/* Account Page End */


/* Inner Page End */


/* Floating Menu Section Start */

.menu-item,
.menu-open-button {
    background: #f7c55a;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    margin-left: -40px;
    position: absolute;
    color: #FFFFFF;
    text-align: center;
    line-height: 80px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform ease-out 200ms;
    transition: -webkit-transform ease-out 200ms;
    transition: transform ease-out 200ms;
    transition: transform ease-out 200ms, -webkit-transform ease-out 200ms;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-open {
    display: none;
}

.lines {
    width: 25px;
    height: 3px;
    background: #010101;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -12.5px;
    margin-top: -1.5px;
    -webkit-transition: -webkit-transform 200ms;
    transition: -webkit-transform 200ms;
    transition: transform 200ms;
    transition: transform 200ms, -webkit-transform 200ms;
}

.line-1 {
    -webkit-transform: translate3d(0, -8px, 0);
    transform: translate3d(0, -8px, 0);
}

.line-2 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.line-3 {
    -webkit-transform: translate3d(0, 8px, 0);
    transform: translate3d(0, 8px, 0);
}

.menu-open:checked+.menu-open-button .line-1 {
    -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
    transform: translate3d(0, 0, 0) rotate(45deg);
}

.menu-open:checked+.menu-open-button .line-2 {
    -webkit-transform: translate3d(0, 0, 0) scale(0.1, 1);
    transform: translate3d(0, 0, 0) scale(0.1, 1);
}

.menu-open:checked+.menu-open-button .line-3 {
    -webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
    transform: translate3d(0, 0, 0) rotate(-45deg);
}

.menu {
    margin: auto;
    position: absolute;
    position: fixed;
    top: 50%;
    bottom: auto;
    right: 0;
    left: auto;
    width: 80px;
    height: 80px;
    text-align: center;
    box-sizing: border-box;
    font-size: 26px;
    z-index: 9;
}


/* .menu-item {
   transition: all 0.1s ease 0s;
} */

.menu-item:hover {
    background: #EEEEEE;
    color: #3290B1;
}

.menu-item:nth-child(3) {
    -webkit-transition-duration: 180ms;
    transition-duration: 180ms;
}

.menu-item:nth-child(4) {
    -webkit-transition-duration: 180ms;
    transition-duration: 180ms;
}

.menu-item:nth-child(5) {
    -webkit-transition-duration: 180ms;
    transition-duration: 180ms;
}

.menu-item:nth-child(6) {
    -webkit-transition-duration: 180ms;
    transition-duration: 180ms;
}

.menu-item:nth-child(7) {
    -webkit-transition-duration: 180ms;
    transition-duration: 180ms;
}

.menu-item:nth-child(8) {
    -webkit-transition-duration: 180ms;
    transition-duration: 180ms;
}

.menu-item:nth-child(9) {
    -webkit-transition-duration: 180ms;
    transition-duration: 180ms;
}

.menu-open-button {
    z-index: 2;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    -webkit-transform: scale(1.1, 1.1) translate3d(0, 0, 0);
    transform: scale(1.1, 1.1) translate3d(0, 0, 0);
    cursor: pointer;
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
    animation: heartbeat 1.5s ease-in-out infinite both;
}

@-webkit-keyframes heartbeat {
    from {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    10% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    17% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    45% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

.menu-open-button:hover {
    -webkit-transform: scale(1.2, 1.2) translate3d(0, 0, 0);
    transform: scale(1.2, 1.2) translate3d(0, 0, 0);
}

.menu-open:checked+.menu-open-button {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transform: scale(0.8, 0.8) translate3d(0, 0, 0);
    transform: scale(0.8, 0.8) translate3d(0, 0, 0);
}

.menu-open:checked~.menu-item {
    -webkit-transition-timing-function: cubic-bezier(0.935, 0, 0.34, 1.33);
    transition-timing-function: cubic-bezier(0.935, 0, 0.34, 1.33);
    overflow: visible;
    width: auto;
    opacity: 1;
}
.menu a.menu-item {
    white-space: nowrap;
    display: flex;
    padding-left: 50px;
    overflow: hidden;
    justify-content: start;
    align-items: center;
    background: transparent;
    text-shadow: 0 0 2px BLACK;
    opacity: 0;
}

.menu a.menu-item:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 50px;
    background: #f7c55a;
    left: 25px;
    top: 0;
    border-radius: 119px;
    z-index: -1;
    transition: 0.3s all;
    box-shadow: 0 0 20px 0 #00000036;
}

.menu a.menu-item:hover::before {
    width: 100%;
}

.menu a.menu-item:hover {
    color: #fff;
    width: auto;
}
.menu-open:checked~.menu-item:nth-child(3) {
    transition-duration: 180ms;
    -webkit-transition-duration: 180ms;
    -webkit-transform: translate3d(0.08361px, -104.99997px, 0);
    transform: translate3d(-90px, -150px, 0);
}

.menu-open:checked~.menu-item:nth-child(4) {
    transition-duration: 280ms;
    -webkit-transition-duration: 280ms;
    -webkit-transform: translate3d(90.9466px, -52.47586px, 0);
    transform: translate3d(-185px, -80px, 0);
}

.menu-open:checked~.menu-item:nth-child(5) {
    transition-duration: 380ms;
    -webkit-transition-duration: 380ms;
    -webkit-transform: translate3d(90.9466px, 52.47586px, 0);
    transform: translate3d(-290px, 0px, 0);
}

.menu-open:checked~.menu-item:nth-child(6) {
    transition-duration: 480ms;
    -webkit-transition-duration: 480ms;
    -webkit-transform: translate3d(0.08361px, 104.99997px, 0);
    transform: translate3d(-185px, 80px, 0);
}

.menu-open:checked~.menu-item:nth-child(7) {
    transition-duration: 580ms;
    -webkit-transition-duration: 580ms;
    -webkit-transform: translate3d(-90.86291px, 52.62064px, 0);
    transform: translate3d(-90px, 150px, 0);
}

.menu-open:checked~.menu-item:nth-child(8) {
    transition-duration: 680ms;
    -webkit-transition-duration: 680ms;
    -webkit-transform: translate3d(-91.03006px, -52.33095px, 0);
    transform: translate3d(90px, 87px, 0);
}

.menu-open:checked~.menu-item:nth-child(9) {
    transition-duration: 780ms;
    -webkit-transition-duration: 780ms;
    -webkit-transform: translate3d(-0.25084px, -104.9997px, 0);
    transform: translate3d(50px, 125px, 0);
}

.menu-open:checked~.menu-item:nth-child(10) {
    transition-duration: 780ms;
    -webkit-transition-duration: 780ms;
    -webkit-transform: translate3d(-0.25084px, -104.9997px, 0);
    transform: translate3d(0px, 150px, 0);
}

.blue {
    background-color: #669AE1;
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}

.blue:hover {
    color: #669AE1;
    text-shadow: none;
}

.green {
    background-color: #70CC72;
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}

.green:hover {
    color: #70CC72;
    text-shadow: none;
}

.red {
    background-color: #FE4365;
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}

.red:hover {
    color: #FE4365;
    text-shadow: none;
}

.purple {
    background-color: #C49CDE;
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}

.purple:hover {
    color: #C49CDE;
    text-shadow: none;
}

.orange {
    background-color: #FC913A;
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}

.orange:hover {
    color: #FC913A;
    text-shadow: none;
}

.lightblue {
    background-color: #62C2E4;
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}

.lightblue:hover {
    color: #62C2E4;
    text-shadow: none;
}

.credit {
    margin: 24px 20px 120px 0;
    text-align: right;
    color: #EEEEEE;
}

.credit a {
    padding: 8px 0;
    color: #C49CDE;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}

.credit a:hover {
    text-decoration: underline;
}


/* Floating Menu Section End */




/*Media Query End*/
h5.card-title.mb-3 {font-size: 28px;}

span.winning-ticket {
    font-weight: 600;
    font-size: 18px;
    display: block;
    margin: 5px 0 0;
}
.card {
    padding: 4px;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
    box-shadow: 0 0.5rem 1rem rgba(23,23,23,.15);
    height: 100%;
    margin-bottom: 0;
    text-align: center;
}
.card-img-top{
    flex-shrink: 0;
    width: 100%;
}
.card-body {
    padding: 1.25rem;
}
div.pagination .page-item.active .page-link.current {
    background-color: #f7c55a;
    border-color: #f7c55a;
    color: #000;
}

.page-numbers .page-numbers.current {
    background-color: #12524b !important;
    border-color: #12524b !important;
    color: #fff
}

div.pagination {
    justify-content: center !important
}
.page-link {
    color: #000;
}

.page-link:hover {
    color: #000;
}
h1.s404-page {
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #ffae00;
    padding-top: 100px;
    font-size: 100px;
}
ul#menu {
    display: none;
}
p.error-msg {
    color: red;
    font-family: 'Roboto';
    margin: -20px 0 10px;
}

.icon-flex>button {
    transform: rotateY(180deg);
}

.err-msg {
    margin-top: 20px;
    text-align: center;
    height: 50px;
    background: #ff0000;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 19px;
    display: none;
}

.err-msg.show {
    display: flex;
}

.added-msg.show+.err-msg {
    display: none;
}

input.cpasswd.eror {
    border-color: red;
    box-shadow: 0 0 3px 0 red;
}

p.eroorapi {
    background: red;
    color: #fff;
    padding: 0 20px;
    line-height: 40px;
}
.added-msg{
    display: none;
}
*{
  box-sizing:border-box;
 /* outline:1px solid ;*/
}
body{
background: #ffffff;
background: linear-gradient(to bottom, #ffffff 0%,#e1e8ed 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1e8ed',GradientType=0 );
    height: 100%;
        margin: 0;
        background-repeat: no-repeat;
        background-attachment: fixed;
  
}

.wrapper-1{
  width:100%;
  height:100vh;
  display: flex;
flex-direction: column;
}
.wrapper-2{
  padding :30px;
  text-align:center;
}
h1{
    font-family: 'Kaushan Script', cursive;
    font-size:4em;
    letter-spacing:3px;
    color: #f4dda8;
    margin:0;
    margin-bottom:20px;
}
.wrapper-2 p{
  margin:0;
  font-size:1.3em;
  color:#aaa;
  font-family: 'Source Sans Pro', sans-serif;
  letter-spacing:1px;
}
.go-home{
  color:#fff;
  background: #f7c55a;
  border:none;
  padding:10px 50px;
  margin:30px 0;
  border-radius:30px;
  text-transform:capitalize;
  box-shadow: 0 10px 16px 1px rgba(174, 199, 251, 1);
}
.footer-like{
  margin-top: auto;
  background: #fdecc9;
  padding:6px;
  text-align:center;
}
.footer-like p{
  margin:0;
  padding:4px;
  color: #f7c55a;
  font-family: 'Source Sans Pro', sans-serif;
  letter-spacing:1px;
}
.footer-like p a{
  text-decoration:none;
  color:#5892FF;
  font-weight:600;
}

@media (min-width:360px){
  h1{
    font-size:4.5em;
  }
  .go-home{
    margin-bottom:20px;
  }
}

@media (min-width:600px){
  .content{
  max-width:1000px;
  margin:0 auto;
}
  .wrapper-1{
  height: initial;
  max-width:620px;
  margin:0 auto;
  margin-top:50px;
  box-shadow: 4px 8px 40px 8px rgba(88, 146, 255, 0.2);
}
  
}
.CricleDiv{
    position: absolute;
    left: -11px;
    top: -5px;
    /* padding: 5px; */
    background-color: #deb6d5;
    border-radius: 20px;
    width: 20px;
    height: 20px;
    font-size: 11px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.side-bar {
    background: #f4e0ad;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 25px 0;
}

.side-bar>a {
    font-size: 22px;
    line-height: 1;
    color: #000;
    padding: 20px 30px;
}

.side-bar>a:hover,
.side-bar>a.active {
    color: #000000;
    background: #f6f6f6;
}

section.user-area {
    padding: 100px 0;
}

.side-bar>a>i {
    font-size: 24px;
    margin-right: 10px;
}

.body-wrapper {
    padding: 40px;
    background: #f6f6f6;
}

.userInfo label {
    display: block;
    font-size: 20px;
    margin: 0 0 10px;
}

.userInfo input {
    height: 55px;
    width: 100%;
    border-radius: 99px;
    border: 1px solid #434343;
    margin: 0 0 30px;
    padding: 0 20px;
    font-size: 20px;
}

.body-wrapper h3 {
    text-transform: uppercase;
}

.page-title span {
    margin: 0 20px;
    font-size: 50px;
    line-height: 0;
    position: relative;
    top: 6px;
}

.home-banner-sec.my-account img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: bottom;
}
.user-area .white-box.card{
    text-align: left;
}

.user-area .white-box.card h2 {
    font-family: 'Poppins';
    font-size: 20px;
    border-bottom: 1px solid;
    margin-bottom: 10px
}

.show {
    display: block;
    color: #009312;
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0;
}
.profile{
    width: 34px;
    height: 34px;
    object-fit: contain;
    border-radius: 50%;
}

/* Payment Page */
.payment-title {
    width: 100%;
    text-align: center;
}

.form-container .field-container:first-of-type {
    grid-area: name;
}

.form-container .field-container:nth-of-type(2) {
    grid-area: number;
}

.form-container .field-container:nth-of-type(3) {
    grid-area: expiration;
}

.form-container .field-container:nth-of-type(4) {
    grid-area: security;
}

.field-container input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.field-container {
    position: relative;
}

.form-container {
    display: grid;
    grid-column-gap: 10px;
    grid-template-columns: auto auto;
    grid-template-rows: 90px 90px 90px;
    grid-template-areas: "name name""number number""expiration security";
    max-width: 400px;
    padding: 20px;
    color: #707070;
}

label {
    padding-bottom: 5px;
    font-size: 13px;
}

input {
	margin-top: 3px !important;
	padding: 6px !important;
	font-size: 16px !important;
	/* width: 100% !important; */
	border-radius: 3px !important;
	/* border: 1px solid #dcdcdc !important; */
}

.ccicon {
    height: 38px;
    position: absolute;
    right: 1px;
    top: calc(50% - 17px);
    width: 60px;
}

/* CREDIT CARD IMAGE STYLING */
.preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
}

.containers {
    width: 100%;
    max-width: 400px;
    max-height: 251px;
    height: 54vw;
    padding: 20px;
}

#ccsingle {
    position: absolute;
    right: 15px;
    top: 20px;
}

#ccsingle svg {
    width: 100px;
    max-height: 60px;
}

.creditcard svg#cardfront,
.creditcard svg#cardback {
    width: 100%;
    -webkit-box-shadow: 1px 5px 6px 0px black;
    box-shadow: 1px 5px 6px 0px black;
    border-radius: 22px;
}

#generatecard{
    cursor: pointer;
    float: right;
    font-size: 12px;
    color: #fff;
    padding: 2px 4px;
    background-color: #909090;
    border-radius: 4px;
    cursor: pointer;
    float:right;
}

/* CHANGEABLE CARD ELEMENTS */
.creditcard .lightcolor,
.creditcard .darkcolor {
    -webkit-transition: fill .5s;
    transition: fill .5s;
}

.creditcard .lightblue {
    fill: #03A9F4;
}

.creditcard .lightbluedark {
    fill: #0288D1;
}

.creditcard .red {
    fill: #ef5350;
}

.creditcard .reddark {
    fill: #d32f2f;
}

.creditcard .purple {
    fill: #ab47bc;
}

.creditcard .purpledark {
    fill: #7b1fa2;
}

.creditcard .cyan {
    fill: #26c6da;
}

.creditcard .cyandark {
    fill: #0097a7;
}

.creditcard .green {
    fill: #66bb6a;
}

.creditcard .greendark {
    fill: #388e3c;
}

.creditcard .lime {
    fill: #d4e157;
}

.creditcard .limedark {
    fill: #afb42b;
}

.creditcard .yellow {
    fill: #ffeb3b;
}

.creditcard .yellowdark {
    fill: #f9a825;
}

.creditcard .orange {
    fill: #ff9800;
}

.creditcard .orangedark {
    fill: #ef6c00;
}

.creditcard .grey {
    fill: #bdbdbd;
}

.creditcard .greydark {
    fill: #616161;
}

/* FRONT OF CARD */
#svgname {
    text-transform: uppercase;
}

#cardfront .st2 {
    fill: #FFFFFF;
}

#cardfront .st3 {
    font-family: 'Source Code Pro', monospace;
    font-weight: 600;
}

#cardfront .st4 {
    font-size: 54.7817px;
}

#cardfront .st5 {
    font-family: 'Source Code Pro', monospace;
    font-weight: 400;
}

#cardfront .st6 {
    font-size: 33.1112px;
}

#cardfront .st7 {
    opacity: 0.6;
    fill: #FFFFFF;
}

#cardfront .st8 {
    font-size: 24px;
}

#cardfront .st9 {
    font-size: 36.5498px;
}

#cardfront .st10 {
    font-family: 'Source Code Pro', monospace;
    font-weight: 300;
}

#cardfront .st11 {
    font-size: 16.1716px;
}

#cardfront .st12 {
    fill: #4C4C4C;
}

/* BACK OF CARD */
#cardback .st0 {
    fill: none;
    stroke: #0F0F0F;
    stroke-miterlimit: 10;
}

#cardback .st2 {
    fill: #111111;
}

#cardback .st3 {
    fill: #F2F2F2;
}

#cardback .st4 {
    fill: #D8D2DB;
}

#cardback .st5 {
    fill: #C4C4C4;
}

#cardback .st6 {
    font-family: 'Source Code Pro', monospace;
    font-weight: 400;
}

#cardback .st7 {
    font-size: 27px;
}

#cardback .st8 {
    opacity: 0.6;
}

#cardback .st9 {
    fill: #FFFFFF;
}

#cardback .st10 {
    font-size: 24px;
}

#cardback .st11 {
    fill: #EAEAEA;
}

#cardback .st12 {
    font-family: 'Rock Salt', cursive;
}

#cardback .st13 {
    font-size: 37.769px;
}

/* FLIP ANIMATION */
.containers {
    perspective: 1000px;
}

.wrapps{
    margin: 0;
    padding: 0;
    background-color: #f9f9f9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100vh;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.creditcard {
    width: 100%;
    max-width: 400px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: -webkit-transform 0.6s;
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
    cursor: pointer;
}

.creditcard .front,
.creditcard .back {
    position: absolute;
    width: 100%;
    max-width: 400px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    color: #47525d;
}

.error {
    color: #c74747;
}

.noitemcart {
    display: none;
}

.noitemcart:first-child {
    display: block;
}

.creditcard .back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.creditcard.flipped {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.msg-box {
    display: block;
    padding: 10px;
    color: #fff !important;
}
/* Payment Page */
.slick-track {
    display: flex;
}
.rate ul {
    display: flex;
}

.loading-body {
    position: relative;
}

.loading-body:after {
    content: '';
    position: fixed;
    height: 100px;
    width: 100px;
    background: url(../images/loading.gif);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 999;
    mix-blend-mode: darken;
}

.loading-body:before {
    content: '';
    position: fixed;
    height: 100%;
    width: 100%;
    background: #ffffff;
    z-index: 99;
}

.Loading {
    font-size: 0;
    padding: 200px 0;
    text-align: center;
    position: relative;
    mix-blend-mode: darken;
}
@keyframes rotate{
    0%{transform: rotate(0deg)}
    100%{transform: rotate(360deg)}
}
.Loading:before {
    content: '';
    height: 50px;
    width: 50px;
    position: absolute;
    background: url(../images/loading.gif);
    background-size: cover;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    animation: rotate 2s infinite Linear;
}
.success {
    color: #5ecd5e;
}
.countyy {
    display: flex;
    align-items: center;
    justify-content: center;
}

.countyy>span {
    background: #f7c55a;
    margin: 0 10px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    color: #000;
    cursor: pointer;
    user-select: none;
}
.body-wrapper > .table-responsive {
    margin: 0 -40px;
}
.user-area .white-box.card .col-lg-4 {
    margin: 20px 0;
}

/*Media Query Start*/

@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1291) and (max-width: 1365px) {}

@media only screen and (min-width: 992px) and (max-width: 1290px) {
    .menuSec ul li a {
        font-size: 15px;
        padding: 6px 10px;
    }
    .menuSec ul {
        width: 95%;
    }
    .header-right-links {
        gap: 0;
    }
    ul.cart-down i {
        font-size: 18px;
        margin-right: 5px;
    }
    ul.profile-down h5 {
        font-size: 14px;
        margin-left: 5px;
    }
    .banner-text h2 {
        font-size: 80px;
    }
    .home-baner-box {
        position: absolute;
        top: 20%;
    }
    .scrol-down-baner i {
        font-size: 20px;
        width: 40px;
        height: 40px;
    }
    .scrol-down-baner {
        position: absolute;
        bottom: -3%;
        left: 16%;
    }
    .menu {
        left: 4.7%;
    }
    .days-counter-box {
        width: 90%;
    }
    ul.date-feature-list {
        gap: 10px;
        margin: 0px 2px 30px;
    }
    ul.date-feature-list i {
        font-size: 15px;
        width: 30px;
        height: 30px;
    }
    .counter-fetured ul {
        gap: 0;
    }
    .counter-fetured li {
        font-size: 15px;
        padding: 10px;
    }
    .featured-imag img {
        height: 220px;
    }
    .work-box {
        width: 100%;
    }
    .work-sec:after {
        position: absolute;
        content: '';
        width: 60%;
        height: 94%;
        left: 15%;
        top: 15%;
    }
    .winner-box {
        padding: 20px;
        width: 100%;
        padding-left: 60px;
    }
    .winner-box h2 {
        font-size: 50px;
        margin-bottom: 10px;
    }
    ul.winer-slid {
        gap: 20px;
    }
    ul.winer-slid h4 {
        font-size: 26px;
    }
    ul.winer-slid h6 {
        font-size: 14px;
    }
    .winer-slider .slick-next:before {
        width: 50px;
        height: 80px;
    }
    .winer-slider .slick-prev:before {
        width: 50px;
        height: 80px;
    }
    .couter-span {
        margin-bottom: 20px;
    }
    .counter-row {
        padding: 50px 0 20px;
    }
    .winner-sec {
        margin: 0;
    }
    .couter-sec {
        position: relative;
        padding: 0;
    }
    .quick-link {
        width: 220px;
        left: 5%;
    }
    .footer-newsletter {
        width: 90%;
        padding: 130px 0;
    }
    .footer-newsletter ul li h4 {
        font-size: 30px;
    }
    .footer-contact ul li a {
        font-size: 10px;
    }
    .inner-baner-text {
        bottom: 30%;
        top: auto;
    }
    .abt-txt {
        margin-bottom: 0;
    }
    .about-pera p {
        padding: 20px;
    }
    .about-second-pera p {
        padding: 15px 0 0 30px;
    }
    .inner-baner-text .banner-text h2 {
        font-size: 60px;
    }
    .competi {
        background: #fff0;
    }
    .top-section h2 {
        width: 80%;
    }
    .or-amazon p {
        font-size: 9px;
        padding: 3px 10px;
    }
    section.checkout_page.all-section.all-side {
        padding: 70px 0;
    }
    .contact-info {
        padding: 10px;
    }
    .cicle-icon i {
        font-size: 25px;
        height: 60px;
        width: 60px;
    }
    .forgot-pass {
        width: 65%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menuSec ul li a {
        font-size: 14px;
        padding: 5px 6px;
    }
    .menuSec ul {
        width: 100%;
    }
    .header-right-links {
        gap: 0;
    }
    ul.cart-down i {
        font-size: 18px;
        margin-right: 5px;
    }
    ul.profile-down h5 {
        font-size: 14px;
        margin-left: 5px;
    }
    .banner-text h3 {
        font-size: 40px;
        line-height: 40px;
    }
    .banner-text h2 {
        font-size: 70px;
    }
    .baner-image img {
        object-fit: contain;
        height: 100% !important;
    }
    .home-banner-sec img {
        width: 100%;
        height: 500px;
        object-fit: cover;
    }
    .home-baner-box {
        position: absolute;
        top: 20%;
    }
    .scrol-down-baner i {
        font-size: 20px;
        width: 40px;
        height: 40px;
    }
    .scrol-down-baner {
        position: absolute;
        bottom: -3%;
        left: 11.3%;
    }
    .video-box img {
        width: 100%;
        height: 400px;
    }
    .menu {
        left: 5.7%;
    }
    .days-counter-box {
        width: 90%;
    }
    ul.date-feature-list {
        gap: 10px;
        margin: 0px 2px 30px;
    }
    ul.date-feature-list i {
        font-size: 15px;
        width: 30px;
        height: 30px;
    }
    .counter-fetured ul {
        gap: 0;
    }
    .counter-fetured li {
        font-size: 15px;
        padding: 10px;
    }
    .competition-sec {
        padding: 60px 0;
    }
    .featured-imag img {
        height: 220px;
    }
    .work-box {
        width: 100%;
        padding: 20px 10px;
    }
    .work-sec:after {
        position: absolute;
        content: '';
        width: 60%;
        height: 94%;
        left: 15%;
        top: 15%;
    }
    .counter-row {
        width: 100%;
    }
    .counting {
        font-size: 80px;
    }
    .conter-box h5 {
        font-size: 30px;
    }
    .couter-span span {
        font-size: 80px;
    }
    .testi-box {
        padding: 20px;
    }
    .winner-box {
        padding: 20px;
        width: 100%;
        padding-left: 60px;
    }
    .winner-box h2 {
        font-size: 50px;
        margin-bottom: 10px;
    }
    ul.winer-slid {
        gap: 20px;
    }
    ul.winer-slid h4 {
        font-size: 26px;
    }
    ul.winer-slid h6 {
        font-size: 14px;
    }
    .winer-slider .slick-next:before {
        width: 50px;
        height: 80px;
    }
    .winer-slider .slick-prev:before {
        width: 50px;
        height: 80px;
    }
    .couter-span {
        margin-bottom: 20px;
    }
    .counter-row {
        padding: 50px 0 20px;
    }
    .winner-sec {
        margin: 0;
    }
    .couter-sec {
        position: relative;
        padding: 0;
    }
    .quick-link {
        width: 200px;
        left: 0;
    }
    .footer-newsletter {
        width: 100%;
        padding: 130px 0;
    }
    .footer-newsletter ul li h4 {
        font-size: 20px;
    }
    .footer-newsletter ul li p {
        font-size: 12px;
        line-height: 22px;
    }
    .newsinpt button {
        right: 2%;
        padding: 11px 15px;
    }
    .footer-contact ul li a {
        font-size: 10px;
    }
    img.home-baner.inner-baner-imag {
        height: 395px;
    }
    .inner-baner-text {
        bottom: 30%;
        top: auto;
    }
    .abt-txt {
        margin-bottom: 0;
    }
    .test-slider .slick-prev {
        left: 40px;
    }
    .about-pera p {
        padding: 20px;
    }
    .about-second-pera p {
        padding: 15px 0 0 30px;
    }
    .inner-baner-text .banner-text h2 {
        font-size: 60px;
    }
    .competi {
        background: #fff0;
    }
    .top-section h2 {
        width: 80%;
    }
    .or-amazon p {
        font-size: 9px;
        padding: 3px 10px;
    }
    .product-body img {
        width: 100%;
        height: 400px;
        object-fit: cover;
        object-position: top;
    }
    .product-body {
        height: 400px;
    }
    .add-to-cart .table>thead>tr>th {
        padding-left: 10px;
    }
    .add-to-cart thead tr th {
        font-size: 20px;
    }
    .table-space h3 {
        margin-bottom: 0;
    }
    .table-space h6 {
        margin-top: 0;
    }
    a.checkout-btn {
        font-size: 16px;
    }
    .add-to-cart {
        padding: 70px 0px;
    }
    section.checkout_page.all-section.all-side {
        padding: 70px 0;
    }
    .cart_sidebar {
        padding: 30px 10px;
    }
    .checkout_btn {
        padding: 12px 40px;
    }
    .contact-info {
        padding: 10px;
    }
    .cicle-icon i {
        font-size: 25px;
        height: 60px;
        width: 60px;
    }
    .winner-pag .row {
        align-items: center;
        margin: 50px 0;
    }
    ul.winer-list-text h4 {
        font-size: 30px;
    }
    ul.winer-list-text h5 {
        font-size: 15px;
    }
    ul.winer-social {
        gap: 7px;
    }
    ul.winer-social i {
        width: 30px;
        height: 30px;
    }
    .winer-text-box p {
        padding: 7px 0;
    }
    .log-in-wrap {
        padding: 30px 10px;
    }
    .forgot-pass {
        width: 55%;
    }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
    header {
        position: relative;
        background: #000;
    }
    .slicknav_menu {
        font-size: 16px;
        box-sizing: border-box;
        background: #f8c55a;
        padding: 5px;
    }
    .slicknav_nav a:hover {
        background: #f4dda8;
        color: #000;
    }
    .home-banner-sec img {
        width: 100%;
        height: 700px;
        object-fit: cover;
    }
    .baner-image img {
        width: 40%;
        height: 100% !important;
        object-fit: cover;
        margin: 0 auto 30px;
    }
    .home-baner-box {
        position: absolute;
        top: 6%;
    }
    html {
        overflow-x: hidden;
    }
    .days-counter-box {
        width: 100%;
    }
    .flex.justify-center.items-center.gap-\[20px\] {
        display: block;
        column-count: 2;
    }
    .video-box img {
        height: 300px;
    }
    .video-box {
        margin-top: 70px;
    }
    .competition-sec {
        padding: 60px 0;
    }
    .sec-head h2 {
        margin-bottom: 20px;
        font-size: 50px;
    }
    .work-box {
        margin: 20px auto;
    }
    .work-sec {
        padding-bottom: 0;
    }
    .menu {
        left: 9.7%;
    }
    .winner-sec {
        margin: 0;
    }
    .winner-box {
        padding: 15px;
        padding-left: 50px;
    }
    .winner-box h2 {
        font-size: 60px;
        margin-bottom: 0px;
    }
    .winer-slider .slick-next:before {
        width: 40px;
        height: 80px;
    }
    .winer-slider .slick-prev:before {
        width: 40px;
        height: 80px;
    }
    .winner-sec:after {
        position: absolute;
        content: '';
        width: 80%;
        height: 80%;
        right: 0;
        bottom: 10%;
        background-size: cover;
    }
    .winner-sec:before {
        position: absolute;
        content: '';
        width: 15%;
        height: 80%;
        left: 0;
        bottom: 10%;
        background-size: cover;
    }
    .counter-row {
        width: 100%;
        margin: 0 auto;
        border-radius: 20px;
        padding: 40px 0 20px;
    }
    .couter-sec {
        position: relative;
        padding: 20px 0;
    }
    .couter-span {
        margin-bottom: 20px;
    }
    .counting {
        font-size: 60px;
    }
    .conter-box h5 {
        font-size: 20px;
    }
    .couter-span span {
        font-size: 60px;
    }
    .quick-link {
        padding-top: 70px;
        position: relative;
        bottom: 0;
        width: 100%;
        left: 0;
    }
    .footer-newsletter {
        width: 100%;
        padding: 50px 0;
    }
    .footer-contact {
        padding: 0 0;
    }
    .footer-bottom {
        width: 100%;
    }
    .footer-media {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 10px;
    }
    img.home-baner.inner-baner-imag {
        height: 300px;
        object-fit: cover;
    }
    .banner-text h2 {
        font-size: 60px;
    }
    .inner-baner-text {
        top: auto;
    }
    .scrol-down-baner {
        left: 6.5%;
    }
    .about-imag img {
        width: 100%;
        height: 300px;
    }
    .about-pera p {
        font-size: 16px;
        padding: 0;
    }
    .about-second-pera p {
        font-size: 16px;
        padding: 10px 0;
    }
    .about-second-pera {
        margin-left: 0;
        width: 100%;
    }
    section.mission-sec.all-section {
        padding: 0;
    }
    .row.second-row {
        flex-direction: column-reverse;
    }
    .mission-imag img {
        margin-top: 30px;
    }
    .mission-imag:after {
        height: 105%;
        top: 0;
    }
    .competi {
        background: #fff0;
    }
    .product-body {
        height: 350px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 2px solid #d5d5d5;
        border-radius: 15px;
        background: #e7e7c7;
        overflow: hidden;
    }
    .product-body img {
        object-fit: cover;
        width: 100%;
        height: 350px;
        object-position: top;
    }
    .product-content {
        margin-top: 30px;
    }
    .table {
        width: 700px;
        max-width: 700px;
        margin-bottom: 20px;
    }
    .total-section {
        margin-top: 30px;
    }
    .add-to-cart {
        padding: 60px 0px;
    }
    section.checkout_page.all-section.all-side {
        padding: 50px 0;
    }
    .winner-pag .row {
        margin: 40px 0;
    }
    ul.winer-list-text {
        margin-top: 30px;
    }
    .contact-form {
        margin-top: 0;
        margin-bottom: 30px;
    }
    .contact-side-bar {
        padding-top: 0;
    }
    .contact-info {
        justify-content: flex-start;
        gap: 50px;
    }
    .contact-main-sec {
        padding: 60px 0;
    }
    .forgot-pass {
        width: 62%;
    }
    .log-in-wrap {
        margin-bottom: 30px;
    }
    .log-in-page-main {
        padding: 50px 0px;
    }
}
.menu-open ~ span {
    display: none;
}
@media only screen and (min-width: 300px) and (max-width: 519px) {
    .userInfo label {
        font-size: 15px;
        margin: 0;
    }
    
    .userInfo input {
        height: 40px;
        margin: 0 0 14px;
    }
    .side-bar {
        position: fixed;
        height: 55px !important;
        width: 90%;
        left: 0;
        right: 0;
        bottom: 10px;
        padding: 7px !important;
        border-radius: 99px;
        flex-direction: row !important;
        gap: 7px;
        z-index: 999;
        margin: auto;
        justify-content: center;
        box-shadow: 0 0 20px 0px var(--primary)70;
   }
    .side-bar>a {
        font-size: 0 !important;
        padding: 0 !important;
        height: 40px;
        width: 40px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #f7c55a !important;
   }
    .side-bar>a>i {
        font-size: 18px !important;
        margin-right: 0 !important;
   }
    .wrapper-2 h1 {
        font-size: 30px;
    }
    .menu-open:checked ~ span {
        content: '';
        position: fixed;
        height: 100vh;
        width: 100vw;
        background: #0c0c0c38;
        top: 0;
        left: 0;
        transform: none;
        display: block;
        z-index: -1;
    }
    .menu-open-button{
        margin-left: -20px;
    }
    header {
        padding: 10px 0 0;
        background: #f4dda8;
        border-bottom: 3px solid #f7c55a;
    }
    .header-right-links {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 10px;
    }
    ul.profile-down a {
        display: block;
        align-items: center;
    }
    ul.profile-down h5 {
        font-size: 13px;
        margin-left: 0px;
    }
    .slicknav_menu {
        font-size: 16px;
        box-sizing: border-box;
        background: #f8c55a;
        padding: 5px;
        display: none;
    }
    .slicknav_nav a:hover {
        background: #f4dda8;
        color: #000;
    }
    .home-banner-sec img {
        width: 100%;
        height: 800px;
        object-fit: cover;
    }
    .baner-image img {
        width: 40%;
        height: 100% !important;
        object-fit: cover;
        margin: 0 auto 30px;
    }
    .home-baner-box {
        position: absolute;
        top: 150px;
    }
    html {
        overflow-x: hidden;
    }
    .date-counter-sec {
        position: relative;
        padding: 30px 0;
    }
    .days-counter-box {
        width: 100%;
        padding: 0 10px;
    }
    .video-box img {
        height: 250px;
    }
    .flex.justify-center.items-center.gap-\[20px\] {
        display: block;
        column-count: 2;
    }
    .video-box img {
        height: 300px;
    }
    .video-box {
        margin-top: 70px;
    }
    .competition-sec {
        padding: 60px 0;
    }
    .sec-head h2 {
        margin-bottom: 10px;
        font-size: 40px;
    }
    .featured-imag img {
        width: 100%;
        height: 200px;
    }
    ul.date-feature-list {
        gap: 15px;
        margin: 20px 0 40px;
    }
    ul.date-feature-list li h6 {
        font-size: 13px;
    }
    ul.date-feature-list li h6.ms-5 {
        margin-left: 35px !important;
    }
    .counter-fetured ul {
        gap: 5px;
    }
    .counter-fetured li {
        font-size: 13px;
    }
    ul.date-feature-list i {
        font-size: 15px;
        width: 30px;
        height: 30px;
    }
    ul.date-feature-list li {
        gap: 5px;
    }
    .work-box {
        margin: 20px auto;
        width: 100%;
    }
    .work-sec {
        padding-bottom: 0;
    }
    .menu {
        left: 86%;
    }
    .menu a.menu-item {
    font-size: 16px;
    font-weight: 600;
    padding-right: 5px;
    left: 34px;
    padding-left: 40px;
}
    .winner-sec {
        margin: 0;
    }
    .winner-box {
        padding: 15px;
        padding-left: 50px;
    }
    .winner-box h2 {
        font-size: 35px;
        margin-bottom: 0px;
    }
    ul.winer-slid {
        gap: 10px;
        margin-left: -35px;
    }
    ul.winer-slid img {
        width: 70px;
        height: 70px;
    }
    ul.winer-slid h4 {
        font-size: 25px;
    }
    .winer-slider .slick-next:before {
        width: 40px;
        height: 40px;
    }
    .winer-slider .slick-prev:before {
        width: 40px;
        height: 40px;
        bottom: -40px;
    }
    .winner-sec:after {
        position: absolute;
        content: '';
        width: 80%;
        height: 80%;
        right: 0;
        bottom: 10%;
        background-size: cover;
    }
    .winner-sec:before {
        position: absolute;
        content: '';
        width: 15%;
        height: 80%;
        left: 0;
        bottom: 10%;
        background-size: cover;
    }
    .counter-row {
        width: 100%;
        margin: 0 auto;
        border-radius: 20px;
        padding: 40px 0 20px;
    }
    .couter-sec {
        position: relative;
        padding: 20px 0;
    }
    .couter-span {
        margin-bottom: 0px;
    }
    .counting {
        font-size: 60px;
    }
    .conter-box h5 {
        font-size: 20px;
    }
    .couter-span span {
        font-size: 50px;
    }
    .counter-row .col-4 {
        width: 100% !important;
    }
    .testi-box {
        padding: 10px;
        background-position: center;
    }
    .rate:not(:checked)>label {
        font-size: 26px;
    }
    .quick-link {
        padding-top: 30px;
        position: relative;
        bottom: 0;
        width: 100%;
        left: 0;
    }
    .footer-newsletter {
        width: 100%;
        padding: 50px 0;
    }
    .footer-contact {
        padding: 0 0;
    }
    .footer-bottom {
        width: 100%;
        padding: 10px 0;
    }
    .footer-newsletter ul li h4 {
        font-size: 30px;
    }
    .newsinpt button {
        position: absolute;
        top: 0;
        right: 0;
        border: 0;
        padding: 11px 25px;
    }
    .footer-media {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 10px;
    }
    img.home-baner.inner-baner-imag {
        height: 400px;
        object-fit: cover;
    }
    .banner-text h2 {
        font-size: 40px;
    }
    .inner-baner-text {
        top: auto;
    }
    .scrol-down-baner {
        left: 6.5%;
        bottom: 5%;
    }
    .about-imag img {
        width: 100%;
        height: 250px;
    }
    .abt-txt h3 {
        font-size: 20px;
        padding: 15px 30px;
    }
    .about-pera p {
        font-size: 16px;
        padding: 0;
    }
    .about-second-pera p {
        font-size: 16px;
        padding: 10px 0;
    }
    .about-second-pera {
        margin-left: 0;
        width: 100%;
    }
    .about-text {
        margin-top: 20px;
    }
    section.mission-sec.all-section {
        padding: 0;
    }
    .row.second-row {
        flex-direction: column-reverse;
    }
    .mission-imag img {
        margin-top: 30px;
    }
    .mission-imag:after {
        height: 105%;
        top: 5px;
    }
    .competi {
        background: #fff0;
    }
    .product-body {
        height: 250px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 2px solid #d5d5d5;
        border-radius: 15px;
        background: #e7e7c7;
        overflow: hidden;
    }
    .product-body img {
        object-fit: cover;
        width: 100%;
        height: 250px;
        object-position: top;
    }
    .top-section h2 {
        font-size: 30px;
        line-height: 35px;
        width: 100%;
    }
    .price_rev ul {
        text-align: left;
    }
    .addtocart a {
        padding: 8px 10px;
        font-size: 16px;
        margin: 0 10px;
    }
    .functionality-box ul li:not(:last-child) {
        margin-right: 0;
    }
    .product-content {
        margin-top: 30px;
    }
    .table {
        width: 900px;
        max-width: 900px;
        margin-bottom: 20px;
    }
    .add-to-cart .table>thead>tr>th {
        padding: 30px 20px;
        white-space: nowrap;
    }
    .total-section {
        margin-top: 30px;
    }
    .add-to-cart {
        padding: 60px 0px;
    }
    .btn-clr button {
        font-size: 13px;
        margin-right: 0;
        width: 32%;
    }
    .btn-clr input {
        font-size: 15px;
        width: 32%;
        margin-right: 0;
    }
    section.checkout_page.all-section.all-side {
        padding: 50px 0;
    }
    .winner-pag .row {
        margin: 20px 0;
    }
    ul.winer-list-text {
        margin-top: 30px;
        display: block;
    }
    ul.winer-social {
        margin-top: 10px;
    }
    .winner-image img {
        width: 100%;
        height: 300px;
    }
    .winer-text-box p {
        padding: 10px 0;
    }
    .contact-form {
        margin-top: 0;
        margin-bottom: 30px;
    }
    .contact-side-bar {
        padding-top: 0;
    }
    .contact-info {
        justify-content: flex-start;
        gap: 20px;
    }
    .contact-main-sec {
        padding: 60px 0;
    }
    .forgot-pass {
        width: 50%;
    }
    .log-in-wrap {
        margin-bottom: 30px;
        padding: 20px 10px;
    }
    .log-in-page-main {
        padding: 50px 0px;
    }
    .log-in-wrap form button {
        padding: 15px 40px;
    }
    .test-slider .slick-next,.test-slider .slick-prev {
        top: 115%;
        margin: 0 54%;
        left: 0px;
        right: 0;
    }
}

section.privay-page {
    padding: 100px 0;
}
.content.pay-fail .wrapper-1 {box-shadow: 4px 8px 40px 8px rgb(255 88 88 / 20%);}

.content.pay-fail .wrapper-1 h1 {
    color: red;
}
section.privay-page h1>span, section.privay-page h1 {
    font-size: 40px !important;
    letter-spacing: 0;
    font-weight: 400 !important;
    font-family: 'Bebas Neue' !important;
    color: #000 !important;
    display: block;
    line-height: 2 !important;
}
.notfound {
    font-size: 20px;
}