@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {

    font-family: "Poppins", sans-serif;
}

body {
    height: 100%;
    width: 100%;
}

.main {
    height: 100%;
    width: 100%;
}

.nav {
    /* background-color: rgb(226, 180, 45); */
    background-color: white;
    /* background-color: red; */
    color: red;
    padding: .5vmax 0;
    display: flex;
    justify-content: center;
}
.nav h3 {
    text-align: center;
    font-size: 26.5px;
    font-weight: 600;
    width: 100%;
    /* text-transform: uppercase; */
}


.nav h2{
    text-transform: uppercase;
    color: red;
    animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
    50% {
      opacity: 0;
    }
}

.bg-line{
    border: 2px solid rgba(153, 205, 50, 0.543);
    border-radius: 10px;
    padding: 1vmax .5vmax;
    transition: .25s;
}
.bg-line:hover{
    border: 2px solid yellowgreen;
}
.hero-section {
    background-color: #1B1530;
    color: white;
    padding: 0 14vmax;
    padding-bottom: 2vmax;
}

.hero-section .hero-sectiono-top {
    text-align: center;
    padding-top: 2vmax;
}

.hero-section .hero-sectiono-top h1 {
    font-size: 57px;
    font-weight: 600;
}

.hero-section .hero-sectiono-top h1 span {
    color: #EFE507;
}

.hero-section .hero-sectiono-top h2 {
    margin-top: -1vmax;
    font-size: 30px;
    font-weight: 600;
    line-height: 3vmax;
}

.hero-section .hero-sectiono-top h2 span {
    text-transform: uppercase;
    color: #EFE507;
}

.hero-section .hero-sectiono-top h3 {
    font-weight: 600;
    font-size: 24px;
    margin-top: 1.5vmax;
}

.hero-workshop-main {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2vmax;
}

.hero-workshop {
    border: 2px solid #EFE507;
    border-radius: 5px;
    width: 68%;
    padding: 0;
}

.hero-workshop-main .hero-workshop h3 {
    font-size: 26px;
    /* background-color: blue; */
    line-height: initial;
    margin: initial;
    padding: .5vmax 0;
}

.hero-workshop-main .hero-workshop h3 span {
    color: #EFE507;
}

.hero-sectiono-center {
    padding: 0 5vmax;
    margin-top: .8vmax;
}

.hero-sectiono-center iframe {
    width: 100%;
    height: 30vmax;
    border-radius: 7px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.233);
}

.hero-sectiono-bttom {
    margin-top: 2.5vmax;
}

.hero-sectiono-bttom .hero-sectiono-bttom-top {
    text-transform: uppercase;
    padding: 0 8vmax;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero-sectiono-bttom .hero-sectiono-bttom-top div {
    /* background-color: green; */
    /* background-color: green; */
    width: 85%;
    text-align: center;
    padding: .5vmax 0;
    border-radius: 8px;
    animation: 2s linear 0s infinite normal none running wiggle;
}




.hero-sectiono-bttom .hero-sectiono-bttom-top div a {
    color: white;
    text-decoration: none;
    line-height: 0.4vmax;

}

.hero-sectiono-bttom .hero-sectiono-bttom-top div a h2 {
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5vmax;
}

.hero-sectiono-bttom .hero-sectiono-bttom-top div a p {
    font-size: 20px;
}

.hero-sectiono-bttom .hero-sectiono-bttom-top div a h2 i {
    font-size: 45px;
    font-weight: 100;
}

.hero-sectiono-bttom-top h1 {
    font-weight: 600;
    margin-top: 1.5vmax;
}

.hero-sectiono-bttom-center {
    margin-top: 1vmax;
}


@media only screen and (max-width: 600px) {
    .section1-pading {
        padding: 0 2vmax;
    }

    .nav {
        padding: 2vmax 0;
    }

    .nav h3 {
        font-size: 16px;
    }



    .hero-section {
        background-color: #1B1530;
        color: white;
        padding-bottom: 2vmax;

        padding: 0 2vmax;
    }

    .hero-section .hero-sectiono-top {
        text-align: center;
        padding-top: 2vmax;
    }

    .hero-section .hero-sectiono-top h1 {
        font-size: 25px;
        font-weight: 600;
    }

    .hero-section .hero-sectiono-top h1 span {
        color: #EFE507;
    }

    .hero-section .hero-sectiono-top h2 {
        margin-top: -1vmax;
        font-weight: 600;
        font-size: 14px;
        line-height: 3.5vmax;
    }

    .hero-section .hero-sectiono-top h2 span {
        color: #EFE507;
    }

    .hero-section .hero-sectiono-top h3 {
        font-weight: 400;
        margin-top: 1.5vmax;
        font-size: 16px;
    }

    .hero-workshop {
        width: 100%;
    }

    .hero-workshop-main .hero-workshop h3 {
        font-size: 15px;
        padding: 1.5vmax 0;
    }

    .hero-sectiono-center {
        padding: 0;
        margin-top: 1vmax;
    }

    .hero-sectiono-bttom .hero-sectiono-bttom-top {
        text-transform: uppercase;
        display: flex;
        flex-direction: column;
        align-items: center;

        padding: 0;
    }

    .hero-sectiono-bttom .hero-sectiono-bttom-top div {
        background-color: green;
        width: 100%;
        text-align: center;
        border-radius: 8px;
        padding: 1vmax;
    }

    .hero-sectiono-bttom .hero-sectiono-bttom-top div a {
        color: white;
        text-decoration: none;
        line-height: 0.4vmax;

    }

    .hero-sectiono-bttom .hero-sectiono-bttom-top div a h2 {
        font-weight: 700;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: .5vmax;

        font-size: 18px;
    }

    .hero-sectiono-bttom .hero-sectiono-bttom-top div a p {
        font-size: 16px;
    }

    .hero-sectiono-bttom .hero-sectiono-bttom-top div a h2 i {
        font-size: 35px;
        font-weight: 100;
    }

    .hero-sectiono-bttom-top h1 {
        font-weight: 600;
        margin-top: 3vmax;

        text-align: center;
    }

    .hero-sectiono-bttom-center {
        margin-top: 3vmax;
    }



}


.bttom-center-card {
    display: flex;
    align-items: flex-start;
    gap: .5vmax;
    border: 2px solid rgb(226, 180, 45);
    padding: 1vmax 2vmax 0 1vmax;
    border-radius: 5px;
}

.bttom-center-card i {
    font-size: 24px;
    color: #EFE507;
}

.bttom-center-card p {
    font-size: 20px;
}



.hero-sectiono-bttom .hero-sectiono-bttom-top-new {
    margin-top: 1.5vmax;
}








.hero-sectiono-bttom .hero-sectiono-bttom-top-new div {
    /* background-color: green; */
    background-color: green;
    width: 100%;
    text-align: center;
    padding: .5vmax 0;
    border-radius: 8px;
    animation: 2s linear 0s infinite normal none running wiggle;
}

@keyframes wiggle {
    0%, 7% {
        transform: rotateZ(0);
    }
    15% {
        transform: rotateZ(-15deg);
    }
    20% {
        transform: rotateZ(10deg);
    }
    25% {
        transform: rotateZ(-10deg);
    }
    30% {
        transform: rotateZ(6deg);
    }
    35% {
        transform: rotateZ(-4deg);
    }
    40%, 100% {
        transform: rotateZ(0);
    }
    }

.hero-sectiono-bttom-top-new h4 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 1vmax;
}

.hero-sectiono-bttom-top-new h4 span {
    color: #E69B2F;
}

.hero-section-bottom {
    background-color: #131847;
    color: white;
    text-align: center;
    padding: 2.5vmax 0;
}

.hero-section-bottom h4 {
    font-size: 24px;
    font-weight: 600;
}

.hero-section-bottom h4 span {
    color: #E69B2F;
}

.hero-section-bottom h3 {
    font-size: 26px;
    color: #EFE507;
}


@media only screen and (max-width: 600px) {

    .bttom-center-card {
        margin-bottom: 2vmax;
    }



    .hero-sectiono-bttom-top-new h4 {
        font-weight: 600;
        font-size: 16px;
        text-align: center;
        margin-top: 3vmax;
        margin-bottom: 2vmax;
    }

    .hero-section-bottom {
        background-color: #131847;
        color: white;
        text-align: center;
        padding: 2.5vmax 0;
    }

    .hero-section-bottom h4 {
        font-size: 16px;
        font-weight: 600;
    }

    .hero-section-bottom h4 span {
        color: #E69B2F;
    }

    .hero-section-bottom h3 {
        font-size: 16px;
        color: #EFE507;
    }

}



.section1-pading {
    padding: 0 14vmax;
    padding-bottom: 3vmax;
}

.section1 {
    padding-top: 3vmax;
    background: #F6F6F6;
}

.section1-card {
    display: flex;
    align-items: flex-start;
    gap: .5vmax;
    padding: 1.5vmax 2vmax 0 1.5vmax;
    border-radius: 5px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.164);
    background-color: white;
    margin-bottom: 2vmax;
}

.section1-card p {
    font-size: 20px;
    margin-top: -.5vmax;
}

.section1 h1 {
    text-align: center;
    font-weight: 700;
}

.section1 h1 span {
    color: #008C2F;
}


@media only screen and (max-width: 600px) {
    .section1-pading {
        padding: 0 1vmax;
        padding-bottom: 3vmax;
    }

    .section1 h1 {
        padding-top: 3vmax;
        font-size: 18px;
    }

    .section1-card {
        display: flex;
        align-items: flex-start;
        gap: 2vmax;
        padding: 2vmax 2vmax 0 2vmax;
        border-radius: 5px;
        box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.164);
        background-color: white;
        margin-bottom: 2vmax;
    }

    .section1-card p {
        font-size: 18px;
        margin-top: -1.5vmax;
    }

    .section1 h3 {
        font-size: 16px;
    }


}

.hero-sectiono-bttom-top {
    text-transform: uppercase;
    padding: 0 8vmax;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero-sectiono-bttom-top div {
    background-color: green;
    width: 85%;
    text-align: center;
    padding: .5vmax 0;
    border-radius: 8px;
}

.hero-sectiono-bttom-top div a {
    color: white;
    text-decoration: none;
    line-height: 0.4vmax;

}

.hero-sectiono-bttom-top div a h2 {
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5vmax;
}

.hero-sectiono-bttom-top div a p {
    font-size: 20px;
}

.hero-sectiono-bttom-top div a h2 i {
    font-size: 45px;
    font-weight: 100;
}

.fino-bottom {
    margin-top: 2.5vmax;
    text-align: center;
}

.fino-bottom h3 {
    font-weight: 400;
}

.fino-bottom h1 {
    margin-top: 1.5vmax;
    font-size: 50px;
    font-weight: 500;
}


@media only screen and (max-width: 600px) {
    .hero-sectiono-bttom-top {
        text-transform: uppercase;
        padding: 0 8vmax;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .hero-sectiono-bttom-top div {
        background-color: green;
        width: 100%;
        text-align: center;
        padding: 2vmax 1vmax;
        border-radius: 8px;
    }

    .hero-sectiono-bttom-top div a {
        color: white;
        text-decoration: none;
        line-height: 0.4vmax;

    }

    .hero-sectiono-bttom-top div a h2 {
        font-weight: 700;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: .5vmax;
        font-size: 18px;
    }

    .hero-sectiono-bttom-top div a p {
        font-size: 16px;
    }

    .hero-sectiono-bttom-top div a h2 i {
        font-size: 35px;
        font-weight: 100;
    }

    .fino-bottom {
        margin-top: 2.5vmax;
        text-align: center;
    }

    .fino-bottom h3 {
        font-weight: 400;
    }

    .fino-bottom h1 {
        font-size: 20px;
    }

}

.hero-sectiono-bttom-top-new-one {
    width: 100%;
    padding: 0;
}
.hero-sectiono-bttom-top-new-one div{
    animation: 2s linear 0s infinite normal none running wiggle;
}

.hero-sectiono-bttom-top-new-one h4 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 1vmax;
}


@media only screen and (max-width: 600px) {
    .hero-sectiono-bttom-top-new-one h4 {
        font-size: 16px;
    }
}

.hero-sectiono-bttom-top-new-one h4 span {
    color: #F5A623;
}

.section2 {
    background-color: #F0F0F0;
    padding: 0 14vmax 2vmax 14vmax;
    text-align: center;
}

.section2 h1 {
    font-weight: 700;
}

.section2 h1 span {
    color: #008C2F;
}

.section2 h5 {
    font-size: 30px;
    margin-top: 2.5vmax;
    font-weight: 400;
}

.section2 h2 {
    font-size: 40px;
    margin-top: 1vmax;
    font-weight: 600;
    color: #E81313;
}

.section2 img {
    height: 28vmax;
}

@media only screen and (max-width: 600px) {
    .section2 {
        background-color: #F0F0F0;
        padding: 1vmax;
        text-align: center;
    }

    .section2 h1 {
        font-weight: 700;
        font-size: 18px;
    }

    .section2 h1 span {
        color: #008C2F;
    }

    .section2 h5 {
        font-size: 18px;
        margin-top: 2.5vmax;
        font-weight: 400;
    }

    .section2 h2 {
        font-size: 26px;
        margin-top: 1vmax;
        font-weight: 700;
        color: #E81313;
    }

    .section2 img {
        height: 30vmax;
    }
}


.hero-sectiono-bttom-top-new-one1 {
    padding: 0;
}

.hero-sectiono-bttom-top-new-one1 h2 {
    margin: 0;
    font-size: 30px;
    font-weight: 600;
    color: white;
}

.section3 {
    background-color: #1B1530;
    padding-top: 2vmax;
    padding-bottom: 2vmax;

}

.section3 .hero-sectiono-bttom-center .bttom-center-card {
    border: none;
    color: white;
}

.section3 .hero-sectiono-bttom-center .bttom-center-card span {
    font-weight: 600;
    color: #ADFF4D;
}




.section4 {
    text-align: center;
}

.section4-card {
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.276);
    padding: .5vmax;
    border-radius: 5px;
}
.section4-card:hover{
    border-color: black;
}

.section4-card h5 {
    font-weight: 600;
}

.section4-card img {
    width: 100%;
    height: 10vmax;
    object-fit: contain;
}

.section4 {
    padding-top: 3vmax;
    padding-bottom: 3vmax;
}

.section4 h2 {
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
}

.section4 h3 {
    margin-top: 1vmax;
    font-weight: 700;
    font-size: 32px;
}

@media only screen and (max-width: 600px) {
    .section4 h2 {
        font-size: 18px;
    }

    .section4-card {
        text-align: center;
    }



    .section4-card img {
        width: 100%;
    }

    .section4 {
        padding-top: 3vmax;
        padding-bottom: 3vmax;
    }

    .section4 h2 {
        text-align: center;
        font-weight: 400;
    }

    .section4 h3 {
        margin-top: 1vmax;
        font-weight: 700;
        font-size: 18px;
    }
}

.timer {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.timer div span {
    font-size: 45px;
    font-weight: 600;
}

.timer span {
    font-size: 36px;
}

.timer-short {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    background-color: #151515;
    color: #EBEF00;
    gap: .5vmax;
    padding: 1vmax 3vmax;
    border-radius: 5px;
}

.timer-short p {
    color: white;
    font-weight: 400;
    margin-top: -.5vmax;
}

.section4 h5 {
    margin-top: 1vmax;
    font-size: 24px;
}

@media only screen and (max-width: 600px) {
    .section4 h5 {
        margin-top: 1vmax;
        font-size: 18px;
    }
}

.section4 h5 span {
    font-weight: 600;
    color: green;
}



.section5 {
    margin-top: 3vmax;
    background-color: #100D1B;
    color: white;
}

.section5 .section5-top {
    background-color: #1B1731;
    color: rgba(255, 255, 255, 0.918);
    padding: 1vmax;
    border-radius: 15px;
}


.section5 .section5-top img {
    width: 100%;
    margin-top: -5vmax;

}

.section5-top-ul h1 {
    text-align: center;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 700;
    font-style: italic;
    color: white;
}

.section5-top-ul ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: .5vmax;
}

.section5-top-ul ul li {
    list-style-type: none;
    font-size: 20px;
}

.section5-top-ul ul li i {
    color: #E69B2F;
    margin-right: .5vmax;
}

.section5-top h5 {
    line-height: 2vmax;
    font-weight: 400;
    margin-top: 1vmax;
}

.section5 h1 {
    text-align: center;
    margin-top: 2vmax;
    color: #ADFF4E;
    font-weight: 700;
}

@media only screen and (max-width: 600px) {
    .section5 {
        margin-top: 8vmax;
        background-color: #100D1B;
        color: white;
    }



    .section5 .section5-top img {
        width: 100%;
        margin-top: -8vmax;

    }

    .section5-top-ul h1 {
        text-align: center;
        font-size: 30px;
        font-weight: 700;
        font-style: italic;
        color: white;
    }

    .section5-top-ul ul {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 1.5vmax;

        padding: 0;
    }

    .section5-top-ul ul li {
        list-style-type: none;
        font-size: 16px;
    }

    .section5-top-ul ul li i {
        color: #E69B2F;
        margin-right: 1vmax;
        font-size: 22px;
    }

    .section5-top h5 {
        line-height: 4.5vmax;
        font-weight: 400;
        margin-top: 1vmax;
        font-size: 16px;
    }

    .section5 h1 {
        text-align: center;
        margin-top: 2vmax;
        color: #ADFF4E;
        font-weight: 700;
        font-size: 24px;
    }

    .hero-sectiono-bttom-top-new-one14 {
        text-align: center;
    }

}

.section6 {
    margin-top: 3vmax;
}

.section6 h1 {
    font-size: 48px;
    text-align: center;
    font-weight: 700;
}

.section6 img {
    height: 30vmax;
}

.section6-gelley {
    display: flex;
    align-items: center;
    justify-content: center;
}

.section6-card {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #F2F2F2;
    padding-bottom: 1vmax;
}

.section6-card img {
    width: 50%;
    height: 50%;
    object-fit: contain;
    margin-top: 1vmax;
    margin-bottom: 1vmax;
}

.section6-card div {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #160C4D;
    width: max-content;
    color: #FF6101;
    font-weight: 700;
    font-size: 22px;
    padding: .5vmax 2vmax;
    border-radius: 5px;
    gap: .5vmax;
    margin-top: -1vmax;
}

.section6-card div i {
    color: #FCD53F;
}

.section6-card h6 {
    font-size: 18px;
    font-weight: 700;
}

.section6-card a {
    margin-top: .8vmax;
    text-decoration: none;
    color: black;
    border: 1px solid rgba(0, 0, 0, 0.61);
    padding: .8vmax 3vmax;
    font-size: 20px;
    border-radius: 5px;
}

.section6-bottom {
    text-align: center;
    margin-top: 3vmax;
}

.section6-bottom h3 {
    font-size: 40px;
    font-weight: 400;
}

.section6-bottom h2 {
    font-size: 40px;
    font-weight: 700;
    color: green;
}

.section6-bottom h4 {
    font-size: 40px;
    font-weight: 700;
}

.section6-bottom h1 {
    color: #38761D;
    font-weight: 800;
    font-size: 60px;
}

.section-6-p {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}


@media only screen and (max-width: 600px) {
    .section6 {
        margin-top: 3vmax;
    }

    .section6 h1 {
        font-size: 30px;
    }



    .section6-gelley {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .section6-card {
        margin-bottom: 5vmax;
        padding-bottom: 2vmax;
    }

    .section6-card img {
        width: 80%;
        height: 80%;
    }

    .section6-card div {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #160C4D;
        width: max-content;
        color: #FF6101;
        font-weight: 700;
        font-size: 22px;
        padding: .5vmax 2vmax;
        border-radius: 5px;
        gap: .5vmax;
        margin-top: -2vmax;
    }

    .section6-card div i {
        color: #FCD53F;
    }

    .section6-card h6 {
        font-size: 18px;
        font-weight: 700;
    }

    .section6-card a {
        margin-top: .8vmax;
        text-decoration: none;
        color: black;
        border: 1px solid rgba(0, 0, 0, 0.61);
        padding: .8vmax 3vmax;
        font-size: 20px;
        border-radius: 5px;
    }

    .section6-bottom {
        text-align: center;
        margin-top: 3vmax;
    }

    .section6-bottom h3 {
        font-size: 20px;
        font-weight: 600;
    }

    .section6-bottom h2 {
        font-size: 22px;
        font-weight: 700;
        color: green;
    }

    .section6-bottom h4 {
        font-size: 24px;
        font-weight: 700;
    }

    .section6-bottom h1 {
        color: #38761D;
        font-weight: 800;
        font-size: 35px;
    }

    .section-6-p {
        font-size: 18px;
        font-weight: 500;
        text-align: center;
    }

}


.section7 {
    text-align: center;
    margin-top: 3vmax;
}

.section7 h2 {
    font-size: 48px;
    font-weight: 700;
}

.section7 p {
    font-size: 22px;
}



.faq-main {
    margin-top: 2vmax;
}

.faq-card {
    color: white;
    border-radius: 5px;
    text-align: start;
    background-color: #18314F;
    padding-bottom: .5vmax;
}

.faq-card div {
    padding: 1vmax;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    cursor: pointer;
}

.faq-card div i {
    font-weight: 800;
    font-size: 22px;
}

.faq-card p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.689);
    display: none;
    transition: .25s;
    padding: 0 1vmax;
}

.ri-add-large-line {
    display: block;
}

.ri-subtract-fill {
    display: none;
}


@media only screen and (max-width: 600px) {
    .section7 {
        text-align: center;
        margin-top: 3vmax;
    }

    .section7 h2 {
        font-size: 30px;
        font-weight: 700;
    }

    .section7 p {
        font-size: 22px;
    }


    .faq-main {
        margin-top: 2vmax;
    }

    .faq-card {
        color: white;
        border-radius: 5px;
        text-align: start;
        background-color: #18314F;
        padding-bottom: .5vmax;
    }
    .faq-card div h4{
        font-size: 16px;
    }

    .faq-card div {
        padding: 1vmax;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        cursor: pointer;
    }

    .faq-card div i {
        font-weight: 800;
        font-size: 22px;
    }

    .faq-card p {
        font-size: 14px;
        color: rgba(255, 255, 255, 0.689);
        display: none;
        transition: .25s;
        padding: 0 1vmax;
    }

    .ri-add-large-line {
        display: block;
    }

    .ri-subtract-fill {
        display: none;
    }
}


@media only screen and (max-width: 600px) {
    .hero-sectiono-bttom-top-new-one14 p {
        margin-top: 2vmax;
    }
}


/* *********** */
.checout-top{
    background-color: #153B53;
    padding: 1.5vmax 15vmax;
    color: white;
    text-align: center;
}
.checout-top h1{
    font-weight: 600;
    font-size: 37px;
}
.checout-top h1 span{
    color: #EFE507;
}
.checout-bottom{
    padding: 1vmax 16vmax;
    background-color: #172934;
    color: white;
}
.checout-bottom h2{
    font-size: 28px;
    font-weight: 600;
}
.checout-bottom h2 span{
    color: #EFE507;
}
.checout-bottom ul{
    padding: 0;
    margin-top: 3vmax;
}
.checout-bottom ul li{
    list-style-type: none;
    margin-bottom: 1.5vmax;
    font-size: 22px;
}
.checout-bottom ul li span{
    color: #EFE507;
}

.cheku-left-bottom h4{
    text-align: center;
    font-size: 22px;
    font-weight: 700;
}
.cheku-left-bottom h4 span{
    background-color: #EFE507;
    color: black;
    padding: 0 .5vmax;
}

.pay-card{
    display: flex;
    align-items: center;
    gap: .8vmax;
    background-color: white;
    padding: 1vmax;
}
.pay-card h3{
    font-size: 24px;
    color: black;
}
.pay-card div{
    font-size: 14px;
    color: black;
}
.pay-card div p{
    font-size: 12px;
    margin-top: .2vmax;
    color: rgba(0, 0, 0, 0.783);
    font-weight: 400;
}
.form{
    background-color: white;
    padding: 0;
    width: 100%;
    color: black;
}
.form form{
    /*margin-top: 3vmax;*/
    padding: 0 1vmax;
    padding-bottom: 2vmax;
    /* background-color: red; */
}
.checout-bottom form input{
    width: 100%;
    height: 3vmax;
    border-radius: 3px;
    outline: none;
    border: 1px solid rgba(0, 0, 0, 0.361);
    margin-bottom: 1vmax;
    padding: 0 .5vmax;
    font-size: 14px;
}
.form label{
    font-size: 12px;
}
.checout-bottom form button{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    padding-top: 1vmax;
    background-color: #127C42;
    color: white;
    border: none;
    outline: none;
}
.checout-bottom form button h6{
    font-size: 18px;
    font-weight: 700;
}
.checout-bottom form button p{
    font-size: 14px;
    margin-top: -.4vmax;
}
.form-top{
    background-color: #EFE507;
    padding: .5vmax;
    margin-bottom: 1vmax;
}

@media only screen and (max-width: 600px) {
    .checout-top{
        padding: 2vmax 1vmax;
    }
    .checout-top h1{
        font-weight: 600;
        font-size: 25px;
    }
    .checout-top h1 span{
        color: #EFE507;
    }
    .checout-bottom{
        padding: 1vmax;
        background-color: #172934;
        color: white;
    }
    .checout-bottom h2{
        font-size: 28px;
        font-weight: 600;
        text-align: center;
    }
    .checout-bottom h2 span{
        color: #EFE507;
    }
    .checout-bottom ul{
        padding: 0;
        margin-top: 3vmax;
        text-align: center;
    }
    .checout-bottom ul li{
        list-style-type: none;
        margin-bottom: 1.5vmax;
        font-size: 22px;
    }
    .checout-bottom ul li span{
        color: #EFE507;
    }
    
    .cheku-left-bottom h4{
        text-align: center;
        font-size: 18px;
        font-weight: 700;
    }
    .cheku-left-bottom h4 span{
        background-color: #EFE507;
        color: black;
        padding: 0 .5vmax;
    }
    
    .pay-card{
        display: flex;
        align-items: center;
        gap: .8vmax;
        background-color: white;
        padding: 1vmax;
    }
    .pay-card h3{
        font-size: 24px;
        color: black;
    }
    .pay-card div{
        font-size: 14px;
        color: black;
    }
    .pay-card div p{
        font-size: 12px;
        margin-top: .2vmax;
        color: rgba(0, 0, 0, 0.783);
        font-weight: 400;
    }
    .form{
        background-color: white;
        padding: 0;
        width: 100%;
        color: black;
    }
    .form form{
        margin-top: 3vmax;
        padding: 0 1vmax;
        padding-bottom: 2vmax;
        /* background-color: red; */
    }
    .checout-bottom form input{
        width: 100%;
        height: 6vmax;
        border-radius: 3px;
        outline: none;
        border: 1px solid rgba(0, 0, 0, 0.361);
        margin-bottom: 1vmax;
        padding: 0 .5vmax;
        font-size: 14px;
    }
    .form label{
        font-size: 12px;
    }
    .checout-bottom form button{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0;
        padding-top: 1vmax;
        background-color: #127C42;
        color: white;
        border: none;
        outline: none;
    }
    .checout-bottom form button h6{
        font-size: 18px;
        font-weight: 700;
    }
    .checout-bottom form button p{
        font-size: 14px;
        margin-top: -.4vmax;
    }
    .form-top{
        background-color: #EFE507;
        padding: .5vmax;
        margin-bottom: 1vmax;
    }

    .section4-card h5 {
        font-weight: 500;
        font-size: 13px;

    }
}

.popap{
    position: absolute;
    /* bottom: .5vmax; */
    left: .5vmax;
    z-index: 55;
    border-radius: 8px;
    position: fixed;
    /* background-color: #2E3192; */
    /* background-color: rgba(25, 191, 25, 0.865); */
    background-color: rgb(7, 156, 7);
    color: white;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.18);
    padding: 1vmax;
    padding-bottom: 0;
    bottom: -100%;
    transition: bottom 1s ease;
}
.popap.show {
    bottom: 1vmax;
}

.popap h4{
    padding: 0;
    font-size: 26px;
    /* color: yellowgreen; */
    text-align: center;
}
.popap h5{
    font-size: 16px;
    padding: 0;
    line-height: 0;
    text-align: center;
    /* color: yellow; */
}
.popap p{
    margin-top: .8vmax;
    font-size: 14px;
    /* color: rgba(255, 255, 255, 0.667); */
}
.popap .ri-close-large-line{
    position: absolute;
    top: .5vmax;
    right: .5vmax;
    font-size: 22px;
    cursor: pointer;
}