@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


body{
    overflow-x: hidden;
}

.main {
    font-family: "Montserrat", sans-serif;
}


.nav-bar {
    background-color: black;
    color: white;
    text-align: center;
    padding: .5vmax 0;
}

.nav-bar h2 {
    font-size: 27px;
    font-weight: 700;
    text-transform: capitalize;
}

@media screen and (max-width: 800px) {
    .nav-bar {
        padding: 1vmax 0;
    }

    .nav-bar h2 {
        font-size: 16px;
    }
}

.text-color {
    background-color: #fbab7e;
    background-image: linear-gradient(38deg, #1ddca5 10%, #4fe9ed 59%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
}

/* *** */

.hero-section {
    background-color: #202020;
    color: white;
    text-align: center;
    padding: 2vmax 0;
}

.hero-section-top {
    padding: 0 5vmax;
}

.hero-section h1 {
    line-height: 3.5vmax;
    font-weight: 700;
    font-size: 40px;
}

.hero-section-bottom {
    margin-top: 4vmax;
}



.hero-section-bottom .card {
    background-color: black;
    color: white;
}

.hero-section-bottom .card .card-body {
    padding: 1vmax 0;
    padding-bottom: 0;
}

.hero-section-bottom .card .card-body p {
    margin: 1vmax;
    margin-top: 0;
    font-size: 13px;
    color: #FFFFFF8C;
}

.hero-section-bottom .card .card-body h3 {
    font-size: 38px;
    font-weight: 600;
}

.hero-section-bottom .card .card-body i {
    color: #42DA55;
}

.card-body-new {
    padding: 1vmax !important;
}

.card-body-new h5 {
    font-size: 18px;
}

.card-body-new a {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-content: center;
    padding: .5vmax 0;
    border-radius: 5px;
    margin-top: 1.5vmax;
    text-decoration: none;
}


@media screen and (max-width: 800px) {
    .hero-section {
        padding: 5vmax 0;
    }

    .hero-section-top {
        padding: initial;
    }

    .hero-section h1 {
        line-height: initial;
        font-size: 18px;
    }

    .hero-section-bottom {
        margin-top: 5vmax;
    }

    .hero-section-bottom .card {
        height: 100%;
    }


    .hero-section-bottom .card .card-body p {
        font-size: 10px;
    }

    .hero-section-bottom .card .card-body h3 {
        font-size: 30px;
        display: flex;
        flex-direction: column;
    }

    .hero-section-bottom .card .card-body i {
        color: #42DA55;
    }

    .card-body-new {
        padding: 2vmax 1vmax !important;
    }

    .card-body-new h5 {
        font-size: 14px;
    }
}

.btn h6 {
    font-size: 30px;
    font-weight: 800;
}

.btn {
    text-transform: uppercase;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #FF0000;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FFFFFF;
}



.btn span {
    font-size: 18px;
    font-weight: 600;
}

@media screen and (max-width: 800px) {
    .btn h6 {
        font-size: 20px;
    }

    .btn span {
        font-size: 12px;
        font-weight: 600;
    }

    .card-rever {
        flex-direction: column-reverse;
        gap: 4vmax;
        margin-top: 1vmax;
    }
}

.btn-a {
    width: 100% !important;
    background: linear-gradient(60deg, #37f432, #05b2cc, #37c800, #3cd586, #49822a, #77f733, #4e570d);
    background-size: 300% 300%;
    animation: btnAnimation 5s ease infinite;
    color: #fff;
}

@keyframes btnAnimation {
    0% {
        background-position: 0 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0 50%;
    }

}

.hero-section-bottom-vedio {
    box-shadow: 0px 0px 5px 1px #FFC135;
    border-radius: 8px;
    padding: .5vmax;
}

.hero-section-bottom-vedio video {
    width: 100%;
    height: 100%;
}

/* *************** */

.section2 {
    padding: 2vmax 12vmax;
    background-color: black;
    color: white;
}



.section2 .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.section2 img {
    height: 25vmax;
}

@media screen and (max-width: 800px) {
    .section2 {
        padding: 5vmax 2vmax;
    }

    .section2 img {
        height: 30vmax;
    }
}

.section2 h2 {
    font-weight: 700;
    font-size: 39px;
    text-align: center;
    margin-top: 1.5vmax;
}


.section2-h5 {
    font-weight: 700;
    margin-top: 1vmax;
    margin-bottom: 2vmax;
}

@media screen and (max-width: 800px) {
    .section2 {
        padding: 5vmax 2vmax;
    }

    .section2 img {
        height: 30vmax;
    }

    .section2 h2 {
        font-size: 18px;
        margin-top: 2.5vmax;
    }

    .section2-h5 {
        font-size: 16px;
    }
}


.btn:hover {
    color: white;
}

/* 88************************ */

.section3 {
    text-align: center;
    padding: 3vmax 12vmax;
}

.section3 h2 {
    margin-bottom: 2vmax;
    font-size: 38px;
    font-weight: 700;
}

@media screen and (max-width: 800px) {
    .section3 {
        padding: 5vmax 0;
    }

    .section3 h2 {
        font-size: 22px;
    }
}

.you-are {
    row-gap: 1vmax;
}

.you-are .card {
    background-color: #021217;
    color: white;
    border-radius: 5px;
}

.you-are .card i {
    color: #42EC9E;
    font-size: 50px;
}

.you-are .card h5 {
    font-weight: 700;
    font-size: 24px;
}



.section2-h5-ewn {
    margin-top: 3vmax;
    font-size: 26px;
}

@media screen and (max-width: 800px) {
    .section3 {
        padding: 5vmax 1vmax;
    }

    .you-are .card {
        height: 100%;
    }

    .section3 h2 {
        font-size: 22px;
    }

    .you-are .card h5 {
        font-weight: 700;
        font-size: 12px;
    }

    .section2-h5-ewn {
        font-size: 17px;
    }
}


.you-are .card-new {
    background-color: #222222;
    color: white;
    padding: .5vmax;
    border-radius: 5px;
}

.you-are .card-new img {
    width: 100%;
    height: 100%;
}



.you-are .card-new h5 {
    font-weight: 700;
    margin-top: 1vmax;
}

@media screen and (max-width: 800px) {
    .you-are .card-new {
        height: 100%;
    }

    .you-are .card-new img {
        height: 15vmax;
    }

    .you-are .card-new h5 {
        font-size: 14px;
    }
}

/* ********* */

.section4 {
    background-color: #202020;
    color: white;
    text-align: center;
    padding: 2vmax 12vmax;
}

.section4 img {
    height: 35vmax;
}

.section4 h2 {
    font-weight: 800;
    font-size: 40px;
}



.section4 .col-md-6 {
    /* display: flex; */
    /* align-items: flex-end; */
    /* justify-content: flex-end; */
}

.section4 ul {
    list-style-type: none;
    text-align: start;
    margin-top: 1vmax;
}



.text-to {
    justify-content: flex-start !important;
}

.section4 ul li {
    font-size: 25px;
    font-weight: 600;
    border-bottom: 1px solid white;
}

.section4 ul li i {
    color: #00C000;
    font-size: 35px;
}

.section4 h4 {
    font-weight: 600;
    font-size: 30px;
}

@media screen and (max-width: 800px) {
    .section4 {
        padding: 2vmax 0;
    }

    .section4 img {
        height: 40vmax;
    }

    .section4 h2 {
        font-weight: 800;
        font-size: 19px;
    }

    .section4 .col-md-6 {
        display: initial;
    }

    .section4 ul {
        padding: 0;
    }

    .section4 ul li {
        font-size: 18px;
        border-bottom: none;
    }

    .section4 ul li i {
        color: #00C000;
        font-size: 20px;
    }

    .text-to {
        margin-top: -3vmax;
    }

    .section4 h4 {
        font-size: 20px;
    }

}



.section5 {
    padding: 2vmax 12vmax;
    text-align: center;
}

@media screen and (max-width: 800px) {
    .section5 {
        padding: 2vmax 0;
        text-align: center;
    }
}

.secti4-top h4 {
    text-align: start;
    color: red;
}

.secti4-top ul {
    padding: 0;
}

.secti4-top ul li {
    border: none;
}

@media screen and (max-width: 800px) {
    .secti4-top ul li {
        font-size: 14px;
        margin-bottom: .5vmax;
    }

    .secti4-top h4 {
        font-size: 28px;
        margin-top: 5vmax !important;
        margin-bottom: 2vmax;
    }
}

.secti4-top ul i {
    color: red !important;
}

.secti4-top ul li {
    font-weight: 500;
}

.secti4-top-bottom {
    box-shadow: 1px 1px 10px black;
    padding: .5vmax 1vmax;
    border-radius: 10px;
}

.secti4-top-new h4 {
    margin-top: 2vmax;
    color: #04FF72;
}

.secti4-top-new li i {
    color: #00C000 !important;
}

.button-pading {
    padding: 0 3vmax;
}

@media screen and (max-width: 800px) {
    .button-pading {
        padding: 0;
    }
}

/* ***** */

.section5 h4 {
    font-weight: 800;
    font-size: 35px;
}


.section5 h4 span {
    color: #ffc107;
}

.card-nwo {
    justify-content: center;
    row-gap: 1vmax;
    margin-top: 3vmax;
}

.card-nwo .col-md-4 {
    padding: 0 2vmax;
}

.card-nwo .card-ne-ne {
    background-color: black;
    width: 100%;
    border-radius: 10px;
    color: white;
    overflow: hidden;
}

.card-nwo .card-ne-ne img {
    height: 22vmax;
    object-fit: contain;
    width: 100%;
    padding: 1vmax;
}


.card-nwo .card-ne-ne h4 {
    background-color: #202020;
    padding: .8vmax;
    font-weight: 700;
}

.card-nwo .card-ne-ne h4 i {
    color: #ffc107;
}

.card-nwo .card-ne-ne p {
    font-size: 18px;
    font-weight: 600;
    color: #ffc107;
}

@media screen and (max-width: 800px) {
    .section5 h4 {
        font-weight: 800;
        font-size: 20px;
    }

    .card-nwo .card-ne-ne img {
        height: 30vmax;
    }

    .card-nwo .card-ne-ne h4 {
        padding: 1.5vmax;
    }

    .card-nwo .card-ne-ne p {
        font-size: 24px;
    }
}

.section5 h2 {
    font-size: 40px;
    font-weight: 700;
    margin-top: 2vmax;
}

@media screen and (max-width: 800px) {
    .section5 h2 {
        font-size: 24px;
    }
}

.section5 h2 span {
    color: #ffc107;
}

.timer-main {
    display: flex;
    align-items: ;
    justify-content: space-around;
    margin-top: 3vmax;
    gap: 1vmax;
}

.timer-main .timer {
    background-color: black;
    color: white;
    width: 100%;
    padding: 1.5vmax 0;
    border-radius: 15px;
}

.timer-main .timer h3 {
    font-size: 50px;
}

@media screen and (max-width: 800px) {
    .mat-zeo {
        padding: 0 !important;
    }
}


/* ***** */
.order-today {
    box-shadow: 1px 1px 10px black;
    padding: 2vmax 0;
    border-radius: 15px;
}


.order-today img {
    height: 25vmax;
}

.order-today-bottom {
    padding: 0 18vmax;
}

@media screen and (max-width: 800px) {
    .order-today-bottom {
        padding: 2vmax;
    }
}

.order-today-bottom h4 {
    font-family: 35px;
    font-weight: 700;
    margin-top: 1.5vmax;
    border-bottom: 2px solid #0E4573;
    border-top: 2px solid #0E4573;
    padding: .8vmax 0;
    color: #0E4573;
    text-align: center;
}

@media screen and (max-width: 800px) {
    .order-today-bottom {
        padding: 2vmax;
    }
}

.order-today-bottom-top {
    margin-top: 2.5vmax;
}

.order-today-bottom-top div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.order-today-bottom-top div h3 {
    font-size: 22px;
    font-weight: 600;
}

.order-today-bottom-top div h3 {
    color: #0E4573;
    margin-top: .5vmax;
}

.botomsamw {
    margin-bottom: 2vmax;
}

.order-today-bottom-top div h3 span {
    color: red;
}

.text-son-nl {
    font-size: 32px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: red !important;
}

@media screen and (max-width: 800px) {
    .order-today-bottom {
        padding: 2vmax;
    }

    .order-today-bottom-top div h3 {
        font-size: 14px;
        text-align: start;
    }

    .asd {
        text-align: end !important;
    }

    .text-son-nl {
        font-size: 20px !important;
    }
}


.text-son-nl span {
    color: red !important;
}


.new-bvtun {
    font-size: 42px;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    padding: 1vmax 0;
    border-radius: 10px;
    color: white;
    font-weight: 700;
    background-color: transparent;
    background-image: linear-gradient(260deg, #20B72D 0%, #158E6C 100%);
}

.new-bvtun span {
    font-size: 22px;
}

@media screen and (max-width: 800px) {
    .new-bvtun {
        font-size: 24px;
        padding: 2vmax 0;
    }

    .new-bvtun span {
        font-size: 14px;
    }

    .clas-shoi {
        padding: 1vmax !important;
        margin-top: 0 !important;
    }
}

.new-bvtun:hover {
    animation-name: elementor-animation-pulse-grow;
    animation-duration: .3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes elementor-animation-pulse-grow {
    100% {
        transform: scale(1.1);
    }
}

.change-shiow img {
    height: 20vmax;
}

.change-shiow ul {
    list-style-type: none;
    text-align: start;
    padding: 0 23vmax;
}


.change-shiow ul li {
    font-size: 20px;
    font-weight: 500;
}

.change-shiow ul li i {
    color: green;
}

@media screen and (max-width: 800px) {
    .change-shiow ul {
        padding: 1.5vmax;
    }

    .change-shiow ul li {
        font-size: 14px;
        font-weight: 500;
    }
}



.about-us img {
    height: 100%;
    width: 100%;
}

.section6 {
    text-align: center;
}

.section6 h2 {
    font-weight: 700;
    font-size: 36px;
}

@media screen and (max-width: 800px) {
    .section6 h2 {
        font-size: 22px;
        margin-top: 2vmax;
    }
}

.section6 .about-us {
    border: 3px solid #FCA218;
    border-radius: 10px;
}

.section6 .row {
    padding: 2vmax 7vmax;
}

@media screen and (max-width: 800px) {
    .section6 h2 {
        font-size: 22px;
        margin-top: 2vmax;
    }

    .section6 .row {
        padding: 0;
    }
}


.section7 {
    margin-top: 2vmax;
}

.section7 .aa-manin {
    padding: 0 7vmax;
    margin-top: 4vmax;
}

.section7 .btn-new {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    width: 100%;
    padding: .6vmax 1vmax;
    background-color: #202020;
    color: white;
    border: none;
    font-size: 18px;
    font-weight: 600;
}

.section7 h2 {
    font-weight: 700;
    font-size: 35px;
}

.section7 .btn-new.open .icon {
    transform: rotate(45deg);
}

.section7 .content {
    height: 0;
    transition: 0.4s;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.183);
    padding: .2vmax;
    font-size: 18px;
}

@media screen and (max-width: 800px) {
    .section7 h2 {
        font-size: 20px;
    }

    .section7 .aa-manin {
        padding: 0;
        margin-top: 2vmax;
    }

    .section7 .btn-new {
        font-size: 14px;
        text-align: start;
    }

    .section7 .content {
        font-size: 14px;
    }
}


.padinf-dci {
    padding: 0 8vmax;
    margin-top: 2vmax;
}

.section8 {
    text-align: center;
    margin-top: 2vmax;
}

@media screen and (max-width: 800px) {
    .padinf-dci {
        padding: 0;
        margin-top: 2vmax;
    }

    .dsscsdc {
        font-size: 16px;
    }

}

.section8 h2 {
    font-weight: 700;
}

.section8 h2 span {
    color: #ffc107;
}

.section8 img {
    height: 5vmax;
}

.section9 {
    background-color: black;
    color: white;
    padding: 3vmax 13vmax 10vmax 13vmax;
}

@media screen and (max-width: 800px) {
    .section9 {
        padding: 3vmax 0;
    }
    .section9 {
        background-color: black;
        color: white;
        padding: 3vmax 0 15vmax 0 ;
    }

    .section8 h2 {
        font-size: 20px;
    }

    .section8 img {
        height: 8vmax;
        margin-bottom: 2vmax;
    }
}

.section9 h3 {
    font-weight: 600;
    font-size: 26px;
    margin-bottom: .5vmax;
}

.section9 p {
    font-size: 10px;
    color: #7A7A7A;
}

.section9 ul {
    display: flex;
    align-items: center;
    list-style-type: none;
    padding: 0;
    gap: .5vmax;
}

@media screen and (max-width: 800px) {
    .section9 ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
}

.section9 ul li {
    font-size: 14px;
}

.section9 ul li a {
    color: #8e7c7c;
}

/* ********* */
.view-section{
    background-color: black;
    color: white;
    padding: .5vmax 13vmax;
    border-top: 1px solid white;
    position: absolute;
    width: 100vw;
    bottom: 0;
    position: fixed;
}


.new-timr{
    display: flex;
    align-self: center;
    text-align: center;
    justify-content: space-around;
    border: 2px solid #00C000;
    padding: .5vmax 1vmax;
    border-radius: 10px;
}
.new-timr span{
    font-size: 12px;
    margin-top: 0 !important;
}
.new-timr  h5{
    font-size: 26px;
    margin-bottom: 0 !important;
}
.new-timr-ofer{
    display: flex;
    align-items: center;
    justify-content: center;
}
.new-timr-ofer h6{
    background-color: #00C000;
    color: black;
    width: max-content;
    padding: .5vmax;
    font-weight: 600;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-bottom: 0;
}
.ul-left-new ul{
    padding: 0;
    list-style-type: none;
}



.ul-left-new ul li{
    margin-bottom: .3vmax;
    font-weight: 600;
}
.ul-left-new ul li i{
    color: #00C000;
}
.bua-shjow a{
    background: linear-gradient(60deg, #37f432, #05b2cc, #37c800, #3cd586, #49822a, #77f733, #4e570d);
    background-size: 300% 300%;
    animation: btnAnimation 5s ease infinite;
    color: #fff;
    text-decoration: none;
    padding: 1vmax 5vmax;
    font-weight: 700;
    border-radius: 5px;
    font-size: 24px;
}
.align-items-center{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.timeash{
    width: 25%;
}

@media screen and (max-width: 800px) {
    .view-section{
        padding: 1vmax 2vmax;
    }
    .ul-left-new {
        display: none;
    }
    .timeash{
        width: 50%;
    }
    .bua-shjow a{
        padding: 1vmax ;
        font-size: 18px;
    }
    .new-timr span{
        font-size: 10px;
        margin-top: 0 !important;
    }
    .new-timr-ofer h6{
        font-size: 10px;
    }
}

/* ************ */

.section5-from{
    padding-top: 0;
    padding-bottom: 0;
}
.section5-from h2{
    margin-top: .5vmax;
}
.section5-from .timer-main{
    margin-top: 1.5vmax;
}
.from-section{
    padding: 2vmax 12vmax;
    margin-top: 2vmax;
}


.fomr-page h5{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 1.5vmax;
}
.fomr-page form .form-input {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: .3vmax;
    margin-bottom: 1.5vmax;
}
.fomr-page form .form-input label{
    font-size: 12px;
    font-weight: 600;
    color: red;
}
.fomr-page form .form-input input{
    width: 100%;
    padding: .5vmax;
    outline: none;
    font-size: 14px;
}
.fomr-page form .form-input span{
    font-size: 10px;
    color: red;
    font-weight: 500;
}
.bundle-add-top-section{
    padding: 1vmax;
    align-items: center;
    display: flex;
    gap: 1.5vmax;
}



.bundle-add-top-section p{
    font-size: 14px;
    font-weight: 500;
}
.bundle-add-top-section span{
    font-weight: 700;
    font-size: 14px;
}
.bundle-add-top img{
    width: 65%;
}
.bundle-add-top h6{
    font-weight: 700;
    padding: 1vmax 1vmax 0 1vmax;
}
.bundle-add{
    border: 2px dashed black;
    border-radius: 5px;
    margin-top: 3vmax;
}
.bundle-add-bottom{
    padding: 1vmax;
    border-top: 2px dashed black;
    display: flex;
    align-items: center;
    gap: .5vmax;
}
.bundle-add-bottom input{
    width: 1.2vmax;
    height: 1.2vmax;
}
.bundle-add-bottom label{
    font-weight: 600;
}


@media screen and (max-width: 800px) {
    .from-section{
        padding: 1vmax;
        margin-top: 2vmax;
    }

    .bundle-add-top-section{
        display: initial;
        gap: initial;
    }
    
    
    
    .bundle-add-top-section p{
        font-size: 14px;
        font-weight: 500;
        padding: 1vmax;
    }
    .bundle-add-top-section span{
        font-weight: 700;
        font-size: 12px;
        padding: 1vmax;
    }
    .bundle-add-top img{
        width: 95%;
        object-fit: contain;
    }


    .bundle-add-bottom{
        padding: 1vmax;
        border-top: 2px dashed black;
        display: flex;
        align-items: center;
        gap: .5vmax;
    }
    .bundle-add-bottom input{
        width: initial;
        height: initial;
    }
    .bundle-add-bottom label{
        font-weight: 600;
        font-size: 12px;
    }
    
}

@keyframes blink {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
}

.bundle-add-bottom i{
    font-size: 24px;
    color: red;
    font-weight: bold;
    animation: blink 1s infinite;
}

.order-summary {
    font-family: Arial, sans-serif;
    /* max-width: 400px; */
}
@media screen and (max-width: 800px) {
    .order-summary {
        margin-top: 3vmax;
    }
}
.table-order {
    width: 100%;
    border-collapse: collapse;
}
.table-order th, .table-order td {
    padding: 8px;
    border-bottom: 1px solid #ddd;
}
.product-detail {
    display: flex;
    align-items: center;
    gap: 10px;
}
.product-detail img {
    height: 40px;
    border-radius: 5px;
}
.coupon-section {
    margin-top: 10px;
    display: flex;
    gap: 10px;
}
.coupon-section input {
    width: 100%;
    padding: .5vmax;
    outline: none;
    font-size: 14px;
}
.coupon-section button {
    background-color: #F1653C;
    color: white;
    border: none;
    padding: 5px 30px;
    cursor: pointer;
}
.order-place{
    margin-top: 2vmax;
    padding: ;
}
.order-place button{
    width: 100%;
    padding: 1vmax;
    border: none;
    background-color: #F1653C;
    color: white;
    display: flex;
    align-items: center;
    justify-content: ;
    flex-direction: column;
    font-weight: 600;
    border-radius: 5px;
}