/* Base Styels CSS Start */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: gilroy;
    scroll-behavior: smooth;
}

/* Font */
@font-face {
    font-family: gilroy;
    src: url(../font/Gilroy-Thin.ttf);
    font-weight: 200;
}

@font-face {
    font-family: gilroy;
    src: url(../font/Gilroy-Light.ttf);
    font-weight: 300;
}

@font-face {
    font-family: gilroy;
    src: url(../font/Gilroy-Regular.ttf);
    font-weight: 400;
}

@font-face {
    font-family: gilroy;
    src: url(../font/Gilroy-Medium.ttf);
    font-weight: 500;
}

@font-face {
    font-family: gilroy;
    src: url(../font/Gilroy-SemiBold.ttf);
    font-weight: 600;
}

@font-face {
    font-family: gilroy;
    src: url(../font/Gilroy-Bold.ttf);
    font-weight: 700;
}

/* Zapfino Font */

@font-face {
    font-family: "Zapfino";
    src: url(../font/Zapfino.ttf);
}

ol,
ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    cursor: pointer;
}

img {
    max-width: 100%;
}

/* Base Styels CSS End */

/* Header Part CSS Start */

/* Navigation Section CSS Start */

#Header {
    padding-top: 50px;
}

nav.navbar {
    padding: 15px 0;
    z-index: 999;
}

.navbar.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #ffffff;
    -webkit-animation: sticky 1.2s;
    animation: sticky 1.2s;
    z-index: 999;
}

@keyframes sticky {
    from {
        top: -100px;
    }

    to {
        top: 0;
    }
}

.logo img {
    max-width: 130px;
    width: 100%;
}

.nav-link {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    color: #666565;
    padding: 12px 20px !important;
    transition: 0.3s;
}

    .nav-link:hover {
        font-weight: 700;
        color: #362d2d;
    }

    .nav-link::after {
        position: absolute;
        content: "";
        left: 50%;
        transform: translate(-50%);
        bottom: 0px;
        width: 0px;
        height: 2px;
        background: rgba(245, 74, 74, 1);
        border-radius: 20px;
        transition: 0.3s ease;
    }

    .nav-link:hover::after {
        width: 20px;
    }

.download-btn {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #ffffff;
    background: #f54a4a;
    border: 1px solid #f54a4a;
    padding: 18px 32px;
    border-radius: 100px;
    transition: all 0.3s ease-in-out;
}

    .download-btn:hover {
        color: #f54a4a;
        background: transparent;
        border: 1px solid #f54a4a;
    }

.navbar-toggler {
    border: 0 !important;
    margin-top: -15px;
}

    .navbar-toggler:focus,
    .navbar-toggler:active,
    .navbar-toggler-icon:focus {
        outline: none !important;
        box-shadow: none !important;
        border: 0 !important;
    }

.toggler-icon {
    width: 25px;
    height: 2px;
    background-color: #e74c3c;
    display: block;
    transition: all 0.2s;
}

.middle-bar {
    margin: 5px auto;
}

.navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
    opacity: 0;
    filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}

.navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0);
}

.navbar-toggler.collapsed .toggler-icon {
    background-color: #151515;
}

@media (max-width: 1200px) {
    .navbar-toggler:focus {
        box-shadow: none;
    }

    .nav-link {
        padding: 5px 0 !important;
    }

    .navbar-toggler {
        padding-top: 18px;
    }

    .navbar-nav {
        padding-top: 25px;
    }

    .nav-link::after {
        left: 11px;
    }
}

/* Navigation Section CSS End */

/* Hero Section CSS Start */

.hero-wrapper {
    padding-top: 50px;
}

.hero-content {
    padding-top: 80px;
}

    .hero-content::before {
        position: absolute;
        content: "";
        top: 75px;
        left: 50%;
        transform: translate(-50%);
        width: 430px;
        height: 430px;
        background: linear-gradient( 126.73deg, rgba(245, 74, 74, 0.312) 32.62%, rgba(255, 239, 98, 0.312) 73.92% );
        filter: blur(125px);
        border-radius: 100%;
        z-index: -1;
    }

    .hero-content::after {
        position: absolute;
        content: "";
        top: 45px;
        left: 50%;
        transform: translate(-50%);
        width: 280px;
        height: 280px;
        background: linear-gradient( 126.73deg, rgba(245, 74, 74, 0.312) 32.62%, rgba(255, 239, 98, 0.312) 73.92% );
        filter: blur(70px);
        border-radius: 100%;
        z-index: -1;
    }

.hero-content {
    max-width: 500px;
    width: 100%;
}

    .hero-content h2 {
        font-size: 48px;
        font-weight: 500;
        line-height: 60px;
        letter-spacing: -0.02em;
        color: #120f0f;
    }

        .hero-content h2 span {
            position: relative;
            color: #e90034;
        }

.title-shape {
    position: absolute;
    right: 0;
    bottom: -30px;
}

.hero-content-bottom {
    padding-top: 90px;
}

.hero-content-bottom-text {
    padding-left: 30px;
}

    .hero-content-bottom-text h6 {
        font-size: 14px;
        font-weight: 500;
        line-height: 17px;
        color: #7e6a6a;
        margin-bottom: 15px;
    }

        .hero-content-bottom-text h6 span {
            font-weight: 800;
            color: #000000;
        }

.download-sources a {
    padding-right: 5px;
}

.hero-shape {
    position: absolute;
    bottom: 35px;
    right: 70px;
}

.hero-img img {
    max-width: 100%;
    width: 100%;
}

/* Hero Section CSS End */

/* Header Part CSS End */

/* Main Part CSS Start */

/* Features Section CSS Start */

.features-wrapper {
    padding-top: 80px;
}

.features-card {
    padding-top: 100px;
}

.features-card-img img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
}

.emoji {
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
}

.features-card-content h2 {
    font-size: 48px;
    font-weight: 500;
    line-height: 50px;
    color: #120f0f;
}

.features-card-content p {
    font-size: 18px;
    line-height: 28px;
    color: #7e6a6a;
    padding-top: 7px;
    margin-bottom: 0;
}

/* Features Section CSS End */

/* Join Us Section CSS Start */

.join-us-wrapper {
    padding: 100px 0;
    margin: 100px 30px;
    background: #fffbf5;
    border-radius: 60px;
    overflow: hidden;
}

.join-us-img {
    transform: translateX(43%);
}

.join-us-content h2 {
    font-size: 48px;
    font-weight: 500;
    line-height: 56px;
    letter-spacing: -0.02em;
    color: #120f0f;
}

    .join-us-content h2 span {
        position: relative;
        color: #f32424;
    }

.join-us-border {
    position: absolute;
    left: 0;
    top: -20px;
}

.join-us-content p {
    font-size: 20px;
    color: #7e6a6a;
    padding-top: 5px;
}

/* Join Us Section CSS End */

/* About-us Section CSS Start */

.about-us-wrapper {
    background: #fef4f4;
    margin-top: 200px;
    padding-bottom: 100px;
}

.about-us-img {
    position: relative;
    max-width: 960px;
    width: 100%;
    margin: auto;
}

    .about-us-img img {
        position: relative;
        max-width: 960px;
        width: 100%;
        min-height: 500px;
        max-height: 500px;
        height: 100%;
        margin-top: -100px;
        object-fit: cover;
        border-radius: 30px;
    }

.about-us-content {
    position: relative;
    max-width: 800px;
    width: 100%;
    margin: auto;
    padding-top: 60px;
    z-index: 1;
}

    .about-us-content::before {
        position: absolute;
        content: "";
        top: -150px;
        left: 0;
        max-width: 500px;
        width: 100%;
        min-height: 500px;
        max-height: 500px;
        height: 100%;
        background: rgba(245, 74, 74, 0.19);
        filter: blur(100px);
        transform: rotate(36.65deg);
        z-index: -1;
    }

    .about-us-content::after {
        position: absolute;
        content: "";
        top: -150px;
        right: -100px;
        max-width: 600px;
        width: 100%;
        min-height: 600px;
        max-height: 600px;
        height: 100%;
        background: rgba(255, 197, 98, 0.28);
        filter: blur(100px);
        transform: rotate(36.65deg);
        z-index: -1;
    }

    .about-us-content h2 {
        font-family: "Zapfino";
        font-style: italic;
        font-size: 85px;
        color: #000000;
    }

    .about-us-content p {
        font-size: 18px;
        font-weight: 500;
        line-height: 30px;
        color: #7e6a6a;
        margin-top: -10px;
    }

    .about-us-content a {
        font-size: 16px;
        font-weight: 700;
        color: #f54a4a;
    }

/* About-us Section CSS End */

/* Download App Section CSS Start */

.download-app-wrapper {
    margin-top: 100px;
}

.download-app-container {
    background: url(../images/download-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 100px;
    border-radius: 30px;
}

.download-app-content {
    max-width: 450px;
}

    .download-app-content h3 {
        font-size: 34px;
        font-weight: 700;
        line-height: 40px;
        color: #fef4f4;
    }

    .download-app-content p {
        font-size: 18px;
        line-height: 22px;
        color: #fddddd;
        padding-top: 10px;
        margin: 0;
    }

/* Download App Section CSS End */

/* Main Part CSS End */

/* Footer Part CSS Start */

.footer-wrapper {
    padding-top: 100px;
}

.footer-container {
    padding-bottom: 50px;
}

.footer-menu ul li {
    padding: 0 20px;
}

    .footer-menu ul li a {
        font-size: 16px;
        font-weight: 600;
        color: #12141d;
    }

.footer-social ul li {
    padding-left: 30px;
}

    .footer-social ul li a {
        font-size: 16px;
        font-weight: 600;
        color: #12141d;
    }

.footer-wrapper hr {
    border-top: 1px solid #d0d0d2;
    opacity: 1;
    margin: 0;
}

.footer-copyright {
    padding: 30px 0;
}

    .footer-copyright p,
    .footer-copyright ul li a {
        font-size: 16px;
        font-weight: 500;
        color: #5a4c4c;
    }

    .footer-copyright ul li {
        padding-left: 30px;
    }

/* Footer Part CSS End */

/* Testimonial Section CSS Start */

.testimonial-wrapper {
    padding-top: 100px;
}

.testimonial-title {
    position: relative;
    max-width: 650px;
    width: 100%;
    padding: 20px 0 50px 70px;
}

    .testimonial-title h2 {
        font-size: 48px;
        font-weight: 500;
        line-height: 56px;
        color: #120f0f;
    }

.quote-icon {
    position: absolute;
    top: -15px;
    left: -10px;
    z-index: -1;
}

.testimonial-slide {
    max-width: 550px;
    position: relative;
}

    .testimonial-slide::after {
        position: absolute;
        content: "";
        top: 0;
        left: -60px;
        width: 2px;
        height: 100%;
        background: #dcd7d7;
    }

    .testimonial-slide h3 {
        font-size: 23px;
        font-weight: 600;
        line-height: 26px;
        letter-spacing: -0.02em;
        color: #120f0f;
    }

    .testimonial-slide p {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        color: #7e6a6a;
        padding-top: 10px;
    }

.customer-img {
    width: 56px;
    margin-right: 18px;
}

    .customer-img img {
        width: 56px;
        height: 56px;
        border-radius: 100%;
    }

.customer-name p {
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    color: #120f0f;
}

.owl-carousel .owl-nav.disabled {
    display: block;
}

.owl-prev,
.owl-next {
    width: 60px;
    height: 60px;
    border: 1px solid #afabab !important;
    border-radius: 100% !important;
}

.owl-next {
    border: 1px solid #352d2d !important;
}

.owl-prev i {
    color: #afabab;
}

.owl-prev {
    position: absolute;
    top: -180px;
    right: 80px;
}

.owl-next {
    position: absolute;
    top: -180px;
    right: 0px;
}

    .owl-prev:hover,
    .owl-next:hover {
        color: #352d2d !important;
        background: none !important;
    }

/* Testimonial Section CSS End */

/* ===============***================
Coming Soon Page CSS
===============***================ */

.coming-soon-header-wrapper {
    padding-top: 65px;
}

.comming-soon-container {
    position: relative;
    max-width: 600px;
    margin: auto;
    padding: 180px 0;
    text-align: center;
}

    .comming-soon-container::before {
        position: absolute;
        content: "";
        top: 60%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 400px;
        width: 100%;
        height: 400px;
        background: linear-gradient( 126.73deg, rgba(245, 74, 74, 0.1248) 32.62%, rgba(255, 239, 98, 0.1248) 73.92% );
        filter: blur(70px);
        z-index: -2;
    }

    .comming-soon-container::after {
        position: absolute;
        content: "";
        top: 60%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 800px;
        width: 100%;
        height: 800px;
        background: linear-gradient( 126.73deg, rgba(245, 74, 74, 0.3432) 32.62%, rgba(255, 239, 98, 0.3432) 73.92% );
        filter: blur(150px);
        z-index: -1;
    }

.coming-soon-content h2 {
    position: relative;
    font-size: 56px;
    font-weight: 600;
    line-height: 67px;
    color: #f54a4a;
    padding-bottom: 50px;
}

.cst-line {
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
}

.coming-soon-content h3 {
    font-size: 32px;
    font-weight: 500;
    line-height: 38px;
    color: #120f0f;
}

.coming-soon-form {
    padding-top: 40px;
}

.form-input-filed {
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
}

    .form-input-filed input,
    .form-input-filed select {
        width: 100%;
        background: rgba(255, 255, 255, 0.3);
        padding: 12px 24px;
        border: 1px solid #f54a4a;
        border-radius: 64px;
    }

        .form-input-filed input:focus,
        .form-input-filed select:focus {
            outline: 0;
        }

.form-btn-filed {
    max-width: 17%;
    width: 100%;
    float: right;
}

    .form-btn-filed input {
        width: 100%;
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        color: #f9f8f8;
        background: #f54a4a;
        padding: 14px;
        border: none;
        border-radius: 100px;
    }

.coming-soon-form-container ::placeholder {
    font-size: 16px;
    font-weight: 600;
    color: #f99999;
}


/* Add your custom style for dropdown */
.form-input-filed select {
    width: 100%;
    background: rgba(255, 255, 255, 0.3);
    padding: 12px 24px;
    border: 1px solid #f54a4a;
    border-radius: 16px;
    color: #7e6a6a;
    appearance: none;
    -webkit-appearance: none;
    background-image: url('path_to_dropdown_icon.svg');
    background-repeat: no-repeat;
    background-position: right 12px center;
}

/* Add your custom style for textarea */
.form-input-filed textarea {
    width: 100%;
    background: rgba(255, 255, 255, 0.3);
    padding: 12px 24px;
    border: 1px solid #f54a4a;
    border-radius: 16px;
    resize: none;
}

/* Add your custom style for character countdown */
#characterCount {
    font-size: 14px;
    color: #7e6a6a;
    margin-top: 5px;
}