@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;700;800;900&family=Ubuntu:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ysabeau+Infant:wght@300&display=swap');

* {
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

li {
    align-items: center;
    display: flex;
    border: 0;
}

.nav li:hover {
    border-bottom: 2px solid #b80202;
}

.navbar .navbar-toggler:focus,
.navbar .navbar-toggler:active,
.navbar .navbar-toggler:hover {
    outline: none;
    box-shadow: none;
}

.w-20 {
    width: 20% !important;
}

.section {
    position: relative;
    width: 100%;
    height: 100vh;
    background: linear-gradient(to right, #ffed2b, #b80202);
    overflow: hidden;
}

section .wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: url(../simple-images/wave.png);
    background-size: 1000px 100px;
}

section .wave.wave1 {
    animation: animate 30s linear infinite;
    z-index: 1000;
    opacity: 1;
    animation-delay: 0s;
    bottom: 0;
}

section .wave.wave2 {
    animation: animate2 15s linear infinite;
    z-index: 999;
    opacity: 0.5;
    animation-delay: -5s;
    bottom: 10px;
}

section .wave.wave3 {
    animation: animate2 30s linear infinite;
    z-index: 998;
    opacity: 0.2;
    animation-delay: -2s;
    bottom: 15;
}

section .wave.wave4 {
    animation: animate2 5s linear infinite;
    z-index: 997;
    opacity: 0.7;
    animation-delay: -5s;
    bottom: 20px;
}

@keyframes animate {
    0% {
        background-position-x: 0;
    }

    100% {
        background-position-x: 1000px;
    }
}

@keyframes animate2 {
    0% {
        background-position-x: 0;
    }

    100% {
        background-position-x: -1000px;
    }
}

.container-fluid {
    padding: 0px 70px;
}

.contact .container-fluid .col-lg-4,
.contact .container-fluid .col-md-5 {
    left: 0;
    display: flex;
    align-items: end !important;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.contact .container-fluid .col-lg-8,
.contact .container-fluid .col-md-7 {
    padding: 0px 50px 0px 230px;
    left: 100px;
    background: linear-gradient(to right, #4a001c, #b80202);
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
}

/* Default styles */
.menu-toggle-checkbox {
    display: none;
    /* Hide the checkbox input */
}

.menu-toggle-label {
    display: none;
    /* Hide the toggler label by default */
    cursor: pointer;
}

.menu-toggle-icon {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #fff;
    position: relative;
    transition: transform 0.3s, opacity 0.3s;
    margin: 4.7px 0px;
}

/* Styles for checked state (when the menu is open) */
.menu-toggle-checkbox:checked~.navbar-av {
    display: block;
}

.menu-toggle-checkbox:checked~.navbar-av .nav-item {
    display: block;
}

.menu-toggle-checkbox:checked~.menu-toggle-icon {
    transform: rotate(45deg);
}

.menu-toggle-checkbox:checked~.menu-toggle-icon:before,
.menu-toggle-checkbox:checked~.menu-toggle-icon:after {
    top: 0;
    transform: rotate(-90deg);
}

.menu-toggle-checkbox:checked~.menu-toggle-icon:before {
    margin-top: -6px;
}

.menu-toggle-checkbox:checked~.menu-toggle-icon:after {
    margin-top: 6px;
}

.banner {
    min-height: 50vh;
    display: flex;
    justify-content: center;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}

.banner .row h1 {
    font-family: 'Ysabeau Infant', sans-serif !important;
    font-size: 37px;
}

.size-normal {
    font-size: 15px;
}

.accordion-button:not(.collapsed) {
    color: black;
    background-color: white;
}

.accordion-button:not(.collapsed)::after {
    background-image: none;
    content: "\2212";
    transform: none;
}

.accordion-button::after {
    background-image: none;
    content: "\002B";
    width: 35px;
    font-size: 25px;
    align-items: end;
    display: flex;
    justify-content: end;
    margin-bottom: -10px;
}

.accordion-button:focus {
    box-shadow: none;
}

.border-left {
    border-radius: 100px 0 0 100px !important;
}

.border-right {
    border-radius: 0 100px 100px 0 !important;
}

.backgrounds {
    background: linear-gradient(to right, #ffed2b, #b80202);
}

.lottery .col-lg-4:first-child,
.lottery .col-lg-4:last-child {
    margin-top: 100px !important;
}

.lottery .col-lg-4 img {
    height: 12vh;
    width: 12vh;
    margin: 35px 0;
}

.lottery-red {
    background-color: #f14747;
    background: linear-gradient(to right, #b80202, #f14747);
    box-shadow: 0px 15px 20px #fcb5b5;
    border-radius: 15px;
}

.lottery-yellow {
    background: linear-gradient(to right, #ffbb0e, #f0b700);
    box-shadow: 0px 15px 20px #fff8ac;
    border-radius: 15px;
}

.lottery-green {
    background-color: #18c796;
    background: linear-gradient(to right, #319b7d, #18c796);
    box-shadow: 0px 15px 20px #aaf6e0;
    border-radius: 15px;
}

.xss {
    font-size: 17px;
    font-weight: 300 !important;
}

.contact.my-5 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
}

.contact .container-fluid i {
    padding: 15px;
    margin: 5px 15px;
    border-radius: 50%;
    color: #fff;
    border: 2px solid #fff !important;
}

.dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d6d6d6;
    margin-right: 5px;
}

.slick-dots {
    margin-bottom: 20px;
    text-align: center;
}

.slick-dots li {
    display: inline;
    margin: 0 3px;
}

.bg-darks {
    background-color: #0a0909;
}

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.customer-logos {
    background: white;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
    border-radius: 100px;
}

.customer-logos button,
.testimonial .row.d-flex.justify-content-center.py-4.m-2 button {
    background: white;
    border: 1px solid white;
    font-size: 25px;
    padding: 0px;
}

footer {
    background-image: url("../simple-images/footer.jpg");
    background-size: cover;
}

footer ul li a {
    text-decoration: none;
}

@media screen and (min-width: 1800px) {
    ul li a {
        font-size: 20px !important;
    }

    h1,
    h2 {
        font-size: 60px !important;
    }

    .banner img.google-play {
        width: 300px !important;
    }

    .banner img.app-store {
        width: 278px !important;
    }

    i,
    span,
    button {
        font-size: 25px !important;
    }

    p,
    div.accordion-body,
    #footer-year {
        font-size: 20px !important;
    }

    .accordion-button::after {
        font-size: 30px;
    }

    .top-section .py-5 {
        padding: 100px 0px !important;
    }

    .top-section i,
    .top-section span {
        font-size: 40px;
    }

    .lottery-red,
    .lottery-green,
    .lottery-yellow {
        margin: 3.5rem !important;
    }

    .contact .container-fluid .col-lg-8,
    .contact .container-fluid .col-md-7 {
        padding: 40px 100px 0px 360px;
    }
}

@media screen and (max-width: 956px) {
    header img.w-25 {
        width: 50% !important;
        padding: 0 !important;
    }

    header .container-fluid {
        min-width: 100% !important;
    }

    header ul li a {
        color: white !important;
    }

    .container-fluid {
        padding: 0px 30px;
    }

    .banner {
        min-height: 30vh;
    }

    .banner img {
        width: 200px !important;
    }

    .banner h1 {
        font-size: 22px;
    }

    .banner .text-start img,
    .banner .pt-5 img {
        display: none;
    }

    .section {
        height: 45vh !important;
    }

    .testimonial .row span {
        padding: 5px !important;
        font-size: 18px;
    }

    .testimonial .row .p-3 {
        padding: 10px !important;
    }

    .testimonial .row i {
        font-size: 18px;
    }

    .testimonial .row p {
        font-size: 16px;
    }

    .lottery .col-md-12 h1 {
        font-size: 35px;
    }

    .lottery .col-md-12 p {
        font-size: 16px;
    }

    .contact .container-fluid .col-md-7 {
        clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
    }

    .lottery .col-lg-4:first-child,
    .lottery .col-lg-4:last-child {
        margin-top: 0px !important;
    }

    .lottery .col-lg-4 img {
        height: 5vh;
        width: 5vh;
    }

    .lottery .col-lg-4 h3 {
        /* font-size: 25px; */
        padding: 7px 0 !important;
    }

    .lottery .col-lg-4 p {
        font-size: 14px;
        text-align: justify;
        padding: 0 px 5px;
    }

    .xss {
        font-size: 15px;
        font-weight: 300 !important;
    }

    .contact .container-fluid.w-75 {
        width: 100% !important;
    }

    .contact .col-md-6 .col-lg-12 p {
        font-size: 13px !important;
    }

    h2,
    h1 {
        font-size: 28px !important;
    }

    .top-section i {
        font-size: 28px !important;
    }

    .top-section p {
        font-size: 18px !important;
    }

    .contact .col-md-6 .col-lg-12 span {
        font-size: 14px;
    }

    .carousel img {
        width: calc(100%/2);
    }

    .contact .container-fluid .col-md-7 {
        padding: 15px 0px 0px 100px;
    }
}

@media screen and (max-width: 480px) {
    header img.w-25 {
        width: 100% !important;
    }

    header ul li a {
        padding: 10px !important;
    }

    header .col-3 img {
        width: 100% !important;
        padding: 0 !important;
    }

    header .col-lg-6:last-child {
        justify-content: center !important;
    }

    .section {
        height: 70vh !important;
    }

    .container-fluid {
        padding: 0px 10px;
    }

    .menu-toggle-label {
        display: block;
        /* Show the toggler label on mobile devices */
        position: absolute;
        top: 10px;
        right: 10px;
    }

    .navbar-av {
        display: none;
        /* Hide the navbar by default on mobile devices */
    }

    .navbar-av .nav-item {
        display: none;
        /* Hide the nav items by default on mobile devices */
    }

    .navbar-av.nav.justify-content-end.align-item-center {
        margin-top: 10px !important;
        width: 100%;
        background: #000000ac;
        border-radius: 15px;
        text-align: center;
    }

    .navbar-av .nav-item:hover {
        border: none;
    }

    .banner {
        min-height: 45vh;
    }

    .banner img {
        width: 220px !important;
        padding: 5px 0;
    }

    h1 {
        font-size: 28px !important;
    }

    .banner .row .col-md-12.py-4 {
        padding: 0px !important;
    }

    .banner .text-start img,
    .banner .pt-5 img {
        display: none;
    }

    .backgrounds {
        background: transparent;
        border-radius: 0px !important;
    }

    .top-section .col-md-4 {
        border-radius: 0px !important;
        background: white !important;
        margin: 15px 0px !important;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2) !important;
    }

    .top-section .row {
        margin: 5px;
    }

    .lottery .col-lg-4 .lottery-green,
    .lottery .col-lg-4 .lottery-red,
    .lottery .col-lg-4 .lottery-yellow {
        /* height: 35vh !important; */
        margin: 20px 0px;
    }

    .lottery .col-md-12.pb-5 {
        padding: 0 10px !important;
    }

    #faq .row {
        margin: 0;
    }

    #faq .row .col-md-6 {
        padding: 0;
    }

    .contact {
        margin: 0px;
    }

    .contact .container-fluid {
        width: 100%;
        margin: 0;
    }

    .contact .container-fluid .col-md-6 .row {
        padding: 50px 0px !important;
    }

    .contact .container-fluid .row .row .col-lg-12 h2 {
        font-size: 28px;
    }

    .contact .container-fluid .row .row .col-lg-12 p {
        font-size: 14px;
        padding: 0 10px;
    }

    .contact .container-fluid .row .row .col-lg-12 i {
        font-size: 14px;
    }

    .contact .container-fluid .row .row .col-lg-12 span {
        font-size: 15px;
    }

    .contact .container-fluid .col-lg-8,
    .contact .container-fluid .col-md-7 {
        padding: 10px;
        clip-path: polygon(0% 0, 100% 0, 100% 100%, 0 100%);
    }

    .contact .container-fluid .col-lg-12.px-4 {
        text-align: center !important;
    }

    .customer-logos {
        border-radius: 0px;
    }

    footer ul {
        padding: 0;
    }

    footer .row {
        margin: 0;
    }

    footer .row .col-md-12 {
        padding: 0px;
    }

    footer .px-3 {
        padding: 0px 8px !important;
        font-size: 14px;
    }

    footer .container-fluid p {
        font-size: 13px;
    }

    .carousel img {
        width: calc(100%);
    }

    .col-lg-3.col-12.lottery-red.pt-5,
    .col-lg-3.col-12.lottery-green,
    .col-lg-3.col-12.lottery-yellow {
        width: 100% !important;
        margin: 30px 0px !important;
    }
}