/* Font cdn of "Open Sans" */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

/* <!--> BEGIN : M.MUNSIF Id_366 <--> */

* {
    font-family: "Open Sans";
}



/* bg-img-2nd */
.bg-2 {
    width: 600px;
    height: 300px;
    position: absolute;
    top: -170px;
    right: 0px;
    bottom: 300px;
}




.bg-5 {
    position: absolute;
    top: -20px;
    left: -20px;
    z-index: -1;
    border-top-left-radius: 8px;
}

/* background Image # 1 */

body {
    background-color: #f9f9f9;
    font-family: "Open Sans", sans-serif;
}

h3 {
    font-weight: 600;
    margin-bottom: 10px;
}

p {
    color: #666;
    margin-bottom: 15px;
}

a {
    font-weight: 500;
}

/* hero section code start */

.btn-primary {
    background-color: #00bcd4;
    border-color: #00bcd4;
    transition: background-color 0.3s ease;
}

.btn-outline-primary {
    border-color: #00bcd4;
    color: #00bcd4;
}

/* First button: Filled by default, becomes outline on hover */
.btn-primary:hover {
    background-color: transparent !important;
    color: #00bcd4 !important;
    border: 1px solid #00bcd4 !important;
}

/* Second button: Outline by default, becomes filled on hover */
.btn-outline-primary:hover {
    background-color: #00bcd4;
    color: white;
    border-color: #00bcd4;
}

.user-stats img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border: 2px solid #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* hero section code start */
/* hero section code start */
.hero-section {
    background-color: #ffffff;
    position: relative;
}

.text-section h1 {
    font-size: 4rem;
    font-weight: 600;
}

.text-section .highlight {
    color: #00bcd4;
    font-weight: 700;
}

.lead {
    color: #555;
    margin-bottom: 25px;
}

.btn-group .btn {
    padding: 10px 20px;
    border-radius: 25px;
}

.user-info .avatars img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    display: flex;
    justify-content: start;
    align-items: flex-start;
}

.row.text-center p {
    margin-top: 10px;
    font-weight: 500;
}

/* badge section code start */
.badge {
    background-color: white;
    color: #2B2B2B;
    /* padding: 10px 15px; */
    border-radius: 25px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    box-shadow: 2px 2px 14px gray;
}

.badge-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit: cover;
    background-color: rgba(0, 123, 255, 0.8);
}



.download-icon {
    width: 170px;
}

/* badge section code end */



.features-title {
    font-size: 2rem;
    margin-bottom: 75px;
    font-weight: bold;
}

.feature-card {
    border-radius: 8px;
    padding: 20px;
    background-color: #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-top: 4px solid transparent;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

/* Border-top  colors  for all features-cards*/
.blue-border {
    border-top: 2px solid #00ADD4;
}

.red-border {
    border-top: 4px solid #f44336;
}

.green-border {
    border-top: 4px solid #4caf50;
}

.purple-border {
    border-top: 4px solid #9c27b0;
}

.orange-border {
    border-top: 4px solid #ff9800;
}

.yellow-border {
    border-top: 4px solid #ffeb3b;
}

.feature-icon {
    font-size: 40px;
    margin-bottom: 10px;
}



.feature-description {
    font-size: 0.9rem;
    color: #555;
    margin-top: auto;
}



/* media query design start  */
@media (min-width: 768px) and (max-width:1440px) {


    .home-cross-icon {
        width: 20px;
        position: absolute;
        left: 0px;
        right: 10px;
    }

}

@media (min-width: 320px) and (max-width: 768px) {
    .avatars {
        width: 100% !important;
    }

    .home-nav-flag {
        margin: 0% !important;
    }

    .home-cross-icon {
        width: 20px;
        position: absolute;
        left: 100px;
        display: none;
    }



    /* background-image code for responsiveness */
    .bg-1 {
        width: 150px;
        height: 150px;
        position: absolute;
        top: 120px;
        left: 0px;
    }

    .bg-2 {
        width: 250px;
        height: 250px;
        position: absolute;
        top: -170px;
        right: 0px;
        bottom: 300px;
    }

    .bg-3 {
        width: 150px;
        height: 150px;
        position: absolute;
        top: 580px;
        right: 0px;
        display: none !important;
    }

    .bg-4 {
        width: 100%;
        height: auto;
        position: absolute;
        top: 50%;
        right: 0;
        left: 0;
        border-radius: 0px !important;
    }

    .bg-5 {
        position: absolute;
        top: -8px;
        left: -8px;
        z-index: -1;
    }

    /* background-image code for responsiveness */
    /* hero section of main heading */
    .text-section h1 {
        font-size: 1rem;
        font-weight: 700;
        margin-top: 30px;
    }

    /* hero section badges */
    .badge-2 {
        bottom: 35%;
        right: 10%;
    }

    .badge-1 {
        margin-top: -132px;
        margin-right: 10% !important;
    }

    /* to change the fontsize of h3 heading */
    .fontsize {
        font-size: 1rem;
    }

    /* card-feature */
    .feature-card {
        margin-bottom: 10px;
    }

    .advantage-box {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }

    .last-heading-download {
        width: 100%;
    }

    .last-heading,
    .last-para {
        font-size: 15px;
    }

    .last-heading-download {
        font-size: 15px;
    }

    .home-last-section {
        display: flex !important;
        flex-direction: column !important;
        align-items: start !important;
        justify-content: start !important;
        gap: 13px !important;
        height: 120px;
    }

    .home-last-input::placeholder {
        font-size: 15px;
    }
}

/* features section code end */

/* <!--> END : M.MUNSIF Id_366 <--> */

/* ############################################################# */



.user-info {
    position: relative;
    /* background-color: white; */
}

.home-start-card {
    /* border: 2px solid red; */
    position: relative;
    top: -55px;
}


@media (min-width:768px) {
    .home-cross-icon {
        position: absolute;
        left: 218px;
    }
}

.login-btn-home:hover {
    background-color: #00bcd4 !important;
    color: white !important;
    border: none !important;
}

.dropdown-menu .dropdown-item:hover {
    background-color: #00bcd4;
    color: white !important;
}

.footer-links-home:hover {
    color: #00bcd4 !important;
}

.carousel-indicators [data-bs-target] {
    width: 10px;
}

.carousel-indicators .active {
    opacity: 1;
    width: 22px !important;
}
