:root {
    --primary-color: #3488FF;
    --secondary-color: #FF3179;
    --text-color: #3A3B4A;
    --links-color: #C2DBFF;
}


/* #region Fonts */
@font-face {
    font-family: 'BubbleGum';
    src: url('../fonts/Bubblegum.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FredokaOne';
    src: url('../fonts/FredokaOne-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Fredoka';
    src: url('../fonts/Fredoka-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "fontfutura";
    src: url("https://fonts.googleapis.com/css?family=Open+Sans") format("ttf");
    font-weight: normal;
    font-style: normal;
}

/* #endregion */

.page-title {
    font-family: 'FredokaOne';
    font-size: 24px;
    line-height: 1.8;
}

.page-header {
    font-family: 'BubbleGum';
    font-size: clamp(50px, 2vw + 1rem, 55px);
}

.caption {
    font-family: 'FredokaOne';
    font-size: 24px;
}

.custom-panel {
    text-align: center;
    padding-top: 35px;
    padding-bottom: 35px;
}

hr {
    background-color: #fff;
    height: 2px;
    border: none;
}

.section-1,
.section-8,
.section-9 {
    min-height: 100vh;
}

.section-8,
.section-9 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-1,
.section-2,
.section-3,
.section-4,
.section-5,
.section-6 {
    height: auto;
}

/* #region Alternating BG Colors */
.section-2,
.section-4,
.section-6,
.section-10 {
    background-color: #EAF3FF;
}

.section-3,
.section-5,
.section-9 {
    background-color: var(--primary-color);
}

/* #endregion */



.flex-row {
    display: flex;
    align-items: center;
    /* height: 100vh; */
}

.btn-top {
    position: fixed;
    right: 45px;
    bottom: 45px;
    width: 120px;
    height: 48px;
    background: linear-gradient(to bottom right, #4294E3, #EA4BED);
    text-decoration: none;
}

.home-buttons {
    position: absolute;
    bottom: 30px;
}


a.btn-google,
a.btn-apple {
    color: #fff;
    box-shadow: 5px 5px 0px rgba(0, 0, 0, 1);
}

.btn {
    min-width: 150px;
    padding: 10px 16px;
    margin: 5px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    font-weight: 500;
    text-decoration: none;
    display: inline-block
}

.btn:active:focus,
.btn:focus {
    outline: 0
}

.btn:focus,
.btn:hover {
    color: #333;
    text-decoration: none;
    outline: 0
}

.btn:active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-google,
.btn-apple {
    color: #fff;
    background-color: #111;
    border-color: #000;
    padding: 15px 16px 5px 40px;
    position: relative;
    font-family: fontfutura;
    font-weight: 600
}

.btn-google:focus,
.btn-apple:focus {
    color: #fff;
    background-color: #555;
    border-color: #000
}

.btn-google:active,
.btn-google:hover,
.btn-apple:active,
.btn-apple:hover {
    color: #fff;
    background-color: #555;
    border-color: #000;
}

.btn-google:after {
    content: "GET IT ON";
    position: absolute;
    top: 5px;
    left: 40px;
    font-size: 10px;
    font-weight: 400;
}

.btn-apple:after {
    content: "DOWNLOAD ON THE";
    position: absolute;
    top: 5px;
    left: 40px;
    font-size: 10px;
    font-weight: 400;
}

.btn-google:before,
.btn-apple:before {
    content: "";
    background-size: cover;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 6px;
    top: 50%;
    margin-top: -15px
}

.btn-google:before {
    background-image: url('../img/playstore.png');
}

.btn-apple:before {
    background-image: url('../img/apple.png');
}

.truncate {

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5em;
    /* Adjust line height as needed */
    max-height: 3em;
    /* line-height * 2 */
}

.custom-spacing {
    margin-bottom: 25px;
}


/* #region Section1 */
.section-1 {
    background-size: cover;
    background-position: bottom;
    background-image: url('../img/bg1.png');

    .custom-details {
        h2 {
            color: var(--secondary-color);
            -webkit-text-stroke: 3px #FFF;
            text-shadow: 5px 8px 4px rgba(0, 0, 0, 0.5);
            line-height: 1.2;
            font-family: 'BubbleGum';
            font-size: clamp(50px, 2vw + 1rem, 55px)
        }

        p {
            color: #fff;
            font-family: 'FredokaOne';
            font-size: 20px;
        }
    }




    .logo img {
        height: 100px;
    }

    .navbar {
        /* position: fixed; */
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 0px;
        background-color: transparent;
        color: #fff;
        height: 150px;
        position: relative;
    }


    .menu-toggle {
        display: none;
        flex-direction: column;
        cursor: pointer;
    }

    .menu-toggle .bar {
        width: 25px;
        height: 3px;
        background-color: #fff;
        margin: 4px 0;
        transition: all 0.3s ease;
    }

    .nav-links {
        display: flex;
        gap: 5px;
    }


    .nav-links a {
        margin-right: 20px;
        color: #fff;
        font-family: 'FredokaOne';
        font-size: 20px;
        text-decoration: none;
        display: inline-block;
        padding: 10px 15px;
    }

    .nav-links a:hover {
        border-radius: 15px;
        background-color: #fff;
        color: var(--secondary-color);
    }

    @media (max-width: 992px) {
        .nav-links {
            display: none;
            flex-direction: column;
            width: auto;
            text-align: center;
            background-color: #333;
            position: absolute;
            top: 100px;
            right: 0px;
            z-index: 1;
        }

        .nav-links a {
            text-align: center;
            padding: 15px 30px;
            border-top: 1px solid #444;
            margin-right: 0px;
        }

        .menu-toggle {
            display: flex;
        }
    }

    .nav-links.show {
        display: flex;
        position: absolute;
    }



}


/* #endregion */


/* #region Section2 */
.section-2 {
    img {
        max-width: 100%;
    }

    h2 {
        color: var(--secondary-color);
        font-size: 24px;
        font-family: 'FredokaOne';
    }

    span {
        color: var(--primary-color);
        font-size: 65px;
        font-family: 'BubbleGum';
    }

    p {
        color: var(--text-color);
        font-size: 24px;
        font-family: 'FredokaOne';
    }
}

/* #endregion */

/* #region Section3 */
.section-3 {
    img {
        max-width: 100%;
    }

    h2 {
        color: #FAD11E;
        font-size: 24px;
        font-family: 'FredokaOne';
    }

    span {
        color: #fff;
        font-size: 65px;
        font-family: 'BubbleGum';
    }

    p {
        color: #fff;
        font-size: 24px;
        font-family: 'FredokaOne';
    }

    @media (max-width: 768px) {
        .custom-order {
          order: 2 !important;
        }
      }
}

/* #endregion */

/* #region Section4 */
.section-4 {
    .page-title {
        color: var(--secondary-color);
    }

    .page-header {
        color: var(--primary-color);
        line-height: 1.3em;
    }

    .caption {
        line-height: 1.7;
        color: var(--text-color);
    }

    .main-container {
        margin-top: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

    .subscription-container {
        height: 100%;
        background-color: #fff;
        padding: 25px 50px;
        border-radius: 25px;
        box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
        border: #fff 1px solid;

        @media (min-width: 992px) {
            margin-right: 25px;
        }

        .sub-type {
            text-align: center;
            font-family: 'FredokaOne';
            font-size: 30px;
            color: var(--text-color);
        }

        .sub-price {
            text-align: center;
            font-family: 'BubbleGum';
            font-size: 80px;
            color: var(--primary-color)
        }

        hr {
            background-color: rgba(52, 136, 255, .5);
        }

        .sub-item {
            display: inline-flex;
            align-items: center;
            font-size: 20px;
            font-family: 'FredokaOne';
            color: var(--text-color);
            margin-bottom: 10px;
        }

        .pink-check {
            color: var(--secondary-color);
            font-size: 24px;
            margin-right: 10px;
        }

    }

    .container2 {
        background-color: var(--primary-color);

        .sub-type {
            color: #fff;
        }

        .sub-price {
            color: var(--secondary-color);
            text-shadow:
                2px 2px 0 rgba(255, 255, 255, 1),
                -2px -2px 0 rgba(255, 255, 255, 1),
                2px -2px 0 rgba(255, 255, 255, 1),
                -2px 2px 0 rgba(255, 255, 255, 1),
                0 2px 0 rgba(255, 255, 255, 1),
                2px 0 0 rgba(255, 255, 255, 1),
                0 -2px 0 rgba(255, 255, 255, 1),
                -2px 0 0 rgba(255, 255, 255, 1);
        }

        hr {
            background-color: rgba(255, 255, 255, .5);
        }

        .sub-item {
            color: #fff;
        }

        .pink-check {
            color: #FAD11E;
        }
    }

    .parent-container {
        position: relative;
    }

    .discount-tag {
        position: absolute;
        background-color: transparent;
        top: 0px;
        right: 26px;
        overflow: hidden;
        border-top-right-radius: 25px;
        padding-bottom: 10px;

        .recommended-tag {
            overflow: hidden;
            padding: 10px 25px;
            background-color: #7AD62D;
            border-bottom-left-radius: 35px;
            box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.5);

            span {
                font-family: 'FredokaOne';
                font-size: 20px;
                color: #fff;
            }
        }

        .price-container {
            display: flex;
            align-items: right;
            justify-content: right;

        }

        .price-tag {
            margin-top: 15px;
            padding: 10px 25px;
            background-color: #EA4BED;
            border-radius: 35px 0px 0px 35px;
            box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.5);

            span {
                display: flex;
                font-family: 'FredokaOne';
                font-size: 20px;
                color: #fff;
            }
        }
    }
}

/* #endregion */

/* #region Section5 */
.section-5 {
    h2 {
        color: #FAD11E;
        font-size: 24px;
        font-family: 'FredokaOne';
    }

    span {
        color: #fff;
        font-family: 'BubbleGum';
        font-size: clamp(50px, 2vw + 1rem, 65px);
    }

    p {
        color: #fff;
        font-size: 24px;
        font-family: 'FredokaOne';
    }

    img {
        max-width: 100%;
    }

    .language-list {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 15px;

        .language {
            margin-right: 20px;
            margin-bottom: 20px;
            width: 180px;
            padding: 10px 0px;
            border: #fff 2px solid;
            color: #fff;
            font-family: 'FredokaOne';
            font-size: 24px;
            border-radius: 20px;
            text-align: center;
        }
    }
}

/* #endregion */

/* #region Section6 */
.section-6 {
    .page-title {
        color: var(--secondary-color);
    }

    .page-header {
        color: var(--primary-color);
        line-height: 1.3em;
    }

    .caption {
        line-height: 1.7;
        color: var(--text-color);
    }

    .carousel {
        height: 100%;
    }

    .main-container {
        position: relative;
    }

    .button-container1 {
        position: absolute;
        top: 50%;
    }

    .button-container2 {
        position: absolute;
        top: 50%;
        right: 0;
    }



    .btn-control {
        background-color: #3488FF;
        height: 50px;
        width: 50px;
        border: 0px;
        border-radius: 100px;
        box-shadow: 4px 4px 0px rgba(1, 106, 255, 1);

        i {
            color: #fff;
            font-size: 24px;
        }
    }

    .carousel-container {
        background-color: #fff;
        border-radius: 30px;
        padding: 20px;

        .dashed-panel {

            border: 5px dashed var(--primary-color);
            border-radius: 30px;
            padding: 30px 15px;
            text-align: center;

            h3 {
                display: flex;
                align-items: center;
                color: var(--secondary-color);
                font-family: 'FredokaOne';
                font-size: 24px;
            }

            p {
                display: flex;
                align-items: center;
                color: var(--text-color);
                font-size: 16px;
                font-family: 'FredokaOne';
            }

            hr {
                background-color: rgba(52, 136, 255, .5);
            }

            .custom-details {
                display: flex;
                align-items: center;
                justify-content: center;

                .blog-username {
                    font-family: 'FredokaOne';
                    font-size: 18px;
                    color: var(--primary-color);
                }

                .blog-rate {
                    display: block;
                }
            }
        }
    }

}


/* #endregion */

/* #region Section8 */

.section-8 {
    .page-title {
        color: var(--secondary-color);
    }

    .page-header {
        color: var(--primary-color);
        line-height: 1.3em;
    }

    .caption {
        line-height: 1.7;
        color: var(--text-color);
    }

    .container1 {
        position: relative;

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

    .container2 {
        display: flex;

        .image-container {
            position: relative;

        }

        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 25px;
        }
    }

    .bottom-left {
        position: absolute;
        bottom: 8px;
        left: 16px;
        padding: 10px 40px;

        img {
            max-width: 50px;
            max-height: 50px;
        }

        h2 {
            font-size: 26px;
            font-family: 'FredokaOne';
            line-height: 1.3;
        }

        .style1 {
            color: #FDBB2D;
        }

        .style2 {
            color: #19BECF;
        }

        .style3 {
            color: #AED136;
        }

        .blog-details,
        .blog-date,
        .blog-username {
            color: #FFF;
            font-family: 'Fredoka';
        }

        .blog-date {
            font-size: 12px;
            display: block;
        }

        .blog-username,
        .blog-details {
            font-size: 18px;
            display: block;
        }
    }

    .custom-details {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .top-left {
        position: absolute;
        top: 8px;
        left: 16px;
        padding: 20px 40px;

        button {
            border-radius: 30px;
            border: 0px;
            color: white;
            font-size: 16px;
            font-family: 'FredokaOne';
            padding: 10px 30px;
        }

        .btn1 {
            background-color: rgba(253, 187, 45, 0.75);
        }

        .btn2 {
            background-color: rgba(25, 190, 207, 0.75);
        }

        .btn3 {
            background-color: rgba(174, 209, 54, 0.75)
        }
    }


}

/* #endregion */

/* #region Section9 */
.section-9 .container {
    padding: 25px 35px 70px 35px;
}

.section-9 .page-title {
    color: #FAD11E;
}

.section-9 .page-header {
    color: #FFF;
    line-height: 1.3em;
}

.section-9 .caption {
    line-height: 1.7;
    color: #FFF;
}

.section-9 .column {
    width: 50%;
}

.section-9 .box1 {
    flex: 1;
    position: relative;
    display: flex;
    flex-direction: row;
    background-color: #CBCEFF;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.section-9 .box2 {
    background-color: #EAF3FF;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    padding: 20px;
}

.section-9 .dashed-panel {
    border: 5px dashed var(--primary-color);
    border-radius: 30px;
    padding: 50px 15px;
    text-align: center;
}

.section-9 .center-image {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    /* Pushes the bottom-left image to the bottom */

}

.section-9 .center-image img {
    max-width: 120%;
}

.section-9 .bottom-left-image {
    position: absolute;
    bottom: -80px;
    left: -60px;
}

.section-9 .bottom-left-image img {
    max-width: 70%;
}

.section-9 h2 {
    font-family: 'BubbleGum';
    font-size: 50px;
    color: var(--primary-color);
    -webkit-text-stroke: 2px #FFF;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

.section-9 p {
    font-family: 'FredokaOne';
    font-size: 22px;
}

/* #endregion */

/* #region Section10 */
.section-10 .page-title {
    color: var(--secondary-color);
}

.section-10 .page-header {
    color: var(--primary-color);
    line-height: 1.3em;
}

.section-10 .caption {
    line-height: 1.7;
}

.section-10 .custom-panel {
    padding-bottom: 0px;
}

.section-10 .download-links {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.section-10 .image-container {
    padding-top: 20px;
    overflow: hidden;
    /* Optional: to ensure no content overflows */
}

.section-10 .image-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* Ensures the image fits within the container while preserving its aspect ratio */
    margin-bottom: -50px;
}

/* #endregion */

/* #region Footer */
footer {
    bottom: 0;
    width: 100%;
    padding: 20px;
    background-color: var(--primary-color);
}

footer .links a {
    text-decoration: none;
    font-family: 'FredokaOne';
    color: var(--links-color);
    font-size: 18px;
    line-height: 2;
}

.single-footer {
    margin-top: 35px
}

footer h4 {
    font-family: 'FredokaOne';
    color: white;
    font-size: 24px;
}

footer .about-app p {
    font-family: 'FredokaOne';
    color: #B4D3FF;
    font-size: 20px;
}

footer .logo-container {
    display: flex;
    justify-content: center;
    /* Centers items horizontally */
    align-items: center;
}


footer .copyright span {
    color: #9BC4FF;
    font-family: 'FredokaOne';
    font-size: 16px;
}

footer .copyright {
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .social {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.social ul {
    padding: 0px;
    list-style: outside none none;
    margin: 0;
}

.social li {
    display: inline-block;
    padding-right: 0.7em;
    padding-bottom: 0em;
}

.social ul li a:hover {
    cursor: pointer;
    background-color: #fff;
}

.social ul li a:hover i {
    color: var(--secondary-color);
}

.social ul li a {
    text-align: center;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #fff;
    transition: all 0.8s ease 0s;
}

.social ul li a i {
    color: #fff;
    font-size: 25px;
    padding: 10px;
}

/* #endregion */

/* #region Media Queries */
/* Small devices (phones) */
@media (max-width: 600px) {
    .section-9 .column {
        width: 100%;
    }

    .section-9 .box1 {
        border-top-left-radius: 25px;
        border-top-right-radius: 25px;
    }

    .section-9 .box2 {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 25px;
        border-bottom-right-radius: 25px;
    }

    .section-9 .center-image img {
        max-width: 90%;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .custom-spacing {
        margin-bottom: 0px;
    }

    .mid-container {
        margin-bottom: 25px;
    }


}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

/* #endregion */