@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');
@import url('https://fonts.googleapis.com/css2?family=Abhaya+Libre:wght@400;500;600;700;800&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');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

/* Default Select Box Custom Style */
.custom-select{
    position: relative;
}
.custom-select select{
    appearance: none; /* Removes the default arrow */
    -webkit-appearance: none;
    -moz-appearance: none;
}
.custom-select::after {
    content: '>'; /* Arrow symbol */
    position: absolute;
    top: 50%;
    right: 8px; /* Adjust this to move the arrow */
    transform: translateY(-50%) rotate(90deg);
    pointer-events: none; /* Prevent the arrow from being clicked */
    font-size: 14px;
    color: #555;
}

.first_container_mobile{
    display: none;
}
.mobile-signup-text{
    display: none;
}
.mobile-about-us{
    display: none;
}
.first_container {
    position: relative;
    width: 100%;
    height: 738px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 658px;
    object-fit: cover;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    animation: slideShow 15s infinite;
}

.bg-image.img1 {
    animation-delay: 0s;
}

.bg-image.img2 {
    animation-delay: 5s;
}

.bg-image.img3 {
    animation-delay: 10s;
}

@keyframes slideShow {
    0% { opacity: 0; }
    20% { opacity: 1; }
    33% { opacity: 1; }
    53% { opacity: 0; }
    100% { opacity: 0; }
}


.section_heading {
    position: relative;
    width: 76rem;
    z-index: 1;
    text-align: start;
}
.section_heading h1{
    color: var(--reply-bg, #FFF);
    font-family: Poppins;
    font-size: 50.192px;
    font-style: normal;
    font-weight: 600;
    line-height: 63.45px;
}
.section_heading p{
    color: var(--reply-bg, #FFF);
    font-family: Poppins;
    font-size: 15.774px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.download_now_app p{
    color: var(--reply-bg, #FFF);
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.download_now_app img{
    width: 143.543px;
    height: 38.994px; 
    margin-left: -1rem;
}
.reg_form_container{
    position: absolute;
    width: 76rem;
    border-radius: 9.32px;
    border: 0.966px solid rgba(255, 255, 255, 0.25);
    background: var(--reply-bg, #FFF);
    box-shadow: 0px 3.863px 13.522px 0px rgba(0, 0, 0, 0.20);
    bottom: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding: 1.5rem 3rem;
}
.reg_form_container label{
    display: block;
    color: #000;
    font-family: Poppins;
    font-size: 16.42px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0.5rem;
}
.reg_form_container input,select{
    border-radius: 5.795px;
    border: 0.966px solid rgba(16, 16, 16, 0.53);
    padding: 0.5rem;
    width: 293.38px;
    height: 42.021px; 
    background-color: white;
}
/* .reg_form_container input,select{
    appearance: none; 
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5 4'%3E%3Cpath fill='%23333' d='M2 4 L0 0 L4 0 Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 10px;
} */
.register_button_cont button{
    color: var(--reply-bg, #FFF);
    text-align: center;
    font-family: Poppins;
    font-size: 14.488px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 5.795px;
    border: none;
    background: #178A43;
    width: 175.033px;
    height: 42.021px;
    flex-shrink: 0;
}

/* second section start here */
.second_container{
    margin-top: 2rem;
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 2rem 0rem;
    position: relative;
    
}
#second_sub_container{
    width: 76rem;

}
.left_image_tree{
    position: absolute;
    left: 0px;
    top: 1rem;
}
.right_image_tree{
    position: absolute;
    right: 0px;
    bottom: 0rem;
}

/* signup_cards */
.signup_cards_whole_container{
    display: flex;
    justify-content: center;
   
}
.signup_cards_container{
    display: flex;
    justify-content: space-between;
    width: 65rem;
    gap: 15%;
    
}
.signup_card{
    text-align: center;
    
}
.signup_card img{
    width: 85.291px;
    height: 76.089px; 
}

.signup_card h6{
    color: #202020;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.signup_card p{
    color: #808080;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* about us */
.aboutus_container{
    width: 100%;
    margin-top: 4rem;
    display: flex;
    justify-content: space-between;
}
.about_details_container{
    width: 50%;
}
.about_details_container h2{
    color: #000;
    font-family: "Abhaya Libre";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    
}
.about_details_container p{
    color: #000;
    text-align: justify;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px; /* 181.25% */
}
.about_button_container button{
    color: var(--reply-bg, #FFF);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 6px;
    background: #009B47; 
    padding: 0.8rem 4rem;
    border: none;
    margin-top: 1rem;
}


.about_image_container {
    overflow: hidden; 
}


.about_image_container img{
    transition: transform 0.5s ease;
    width: 483px;
    height: 438px; 
    border-radius: 14px;   
}

.about_image_container img:hover {
    transform: scale(1.4);  

}


/* quick search****************************************************************** */
.quick_search_whole_container{
    width: 100%;
    margin-top: 4rem;
    padding: 3rem 0rem;
    background: #EEFFF6; 
}
.quick_search_whole_container{
    display: flex;
    justify-content: center;
}

.quick_sub_container h1{
    color: #000;
    font-family: "Abhaya Libre";
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    margin-bottom: 2rem;
}
.quick_search_input_fields{
    display: flex;
    justify-content: center;
    align-items: end;
    gap:1.31rem;    
}
.quick_search_input_fields select{
    color: #808080;
    /* height: 42.017px;  */
    border-radius: 31.513px;
    border: 1.167px solid #747474;
    background-color: transparent;
    font-size: 1rem;

}
.quick_search_input_fields input{
    text-align: center;
    color: #808080;
    width: 5.9375rem;
    height: 2.625rem;
    border-radius: 31.513px;
    border: 1.167px solid #747474;
    background-color: transparent;
    font-size: 1rem;

}
.quick_search_input_fields label{
    color: #808080;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0.6rem;
}
#quick_item1 {
    display: flex;
    flex-direction: column;
}
#quick_item1 select{
    width: 242.764px;
}
#age_input {
    display: flex;
    flex-direction: column;
}

#age_input select{
    width: 94px; 
}
.quick_search_button button{
    color: var(--reply-bg, #FFF);
    font-family: Poppins;
    font-size: 17.507px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 6px;
    background: #009B47; 
    padding: 0.5rem 2rem;
    border: none;
    margin-top: 1rem;
    margin-left: 2rem;
}

/* discover your perfect match******************** */
.discover_perfect_match_container{
    display: flex;
    justify-content: center;
    padding: 2rem 0rem;
    background: #009B47;
}
.discover_sub{
    display: flex;
    justify-content: space-between;
    align-items: center;

}
.discover_heading h1{
    color: var(--reply-bg, #FFF);
    font-family: Poppins;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.discover_button button{
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 8px;
    background: var(--reply-bg, #FFF);
    width: 189px;
    height: 46px; 
    border: none;
    
}

/* trust by  couples **************************/
.trust_whole_container{
    position: relative;
    width: 100%;
    height: 50rem;
    display: flex;
    justify-content: center;
    margin-top: 6rem;

}
.trust_heading{
    text-align: center;

}
.trust_heading h4{
    color: #009B47;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 131.523%;
    letter-spacing: 4.08px;
}
.trust_heading h1{
    color: #000;
    font-family: "Abhaya Libre";
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.trusted_couples_cards_container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 3%;
    position: relative;
    margin-top: 7rem;
}

.previous_image{
    position: absolute;
    left: -4rem;
    top: 40%;
}
.next_image{
    position: absolute;
    right: -4rem;
    top: 40%; 
}

.style_img{
    position: absolute;
    top: -3rem;
    left: 1rem;
    
}
.style_img img{
    width: 130px;
}
.trust_cards {
    width: 360px;
    box-sizing: border-box; 
    position: relative;
    height: 361px; 
    border-radius: 1rem;
    border: none;
    background-color: transparent;
}

.users_img {
    position: relative;
}

.users_img img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 1rem;
   
}

.info_overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    border-radius: 1rem;
    background: rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease;
    box-sizing: border-box;
}

.info_content {
    text-align: left; 
    color: white;
    padding: 1rem;
    width: 100%;
    box-sizing: border-box;
    transition: all 0.5s ease;
}

.trust_cards:hover .info_overlay {
    align-items: center; 
    justify-content: center; 
    background: rgba(0, 0, 0, 0.7); 
    
}

.trust_cards:hover .info_content {
    text-align: center; 
}

.name, .description {
    margin: 0;
    transition: all 0.5s ease; 
}
.name{
    color: var(--reply-bg, #FFF);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 56px;
    text-transform: uppercase;
}
.description{
    color: var(--reply-bg, #FFF);
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 143.523%;
}

/* download container************************************************************ */
.download_store_container{
    margin-top: 5rem;
    display: flex;
    justify-content: center;
    background: #ED1F30;
    box-shadow: 0px 12px 19px 0px rgba(0, 0, 0, 0.25) inset;
}
.sub_dovnload{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.getin_touch{
    color: rgba(255, 255, 255, 0.53);
    font-family: Poppins;
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.download_content h5{
    color: var(--reply-bg, #FFF);
    font-family: Poppins;
    font-size: 35px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.download_para{
    color: var(--reply-bg, #FFF);
    text-align: justify;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.download_image_container img{
    width: 690px;
    height: 518px; 
}
.play_app_store img{
    width: 190.261px;
    height: 50.79px; 
}

/* Floating 24 icon butons section */

.call-icon-floating-container{
    position: fixed;
    padding: 0.5rem;
    right: 0rem;
    bottom: 0rem;
    z-index: 100;
    cursor: pointer;
}
.call-icon{
    width: 6.4375rem;
    height: 6.5rem; 
    display: flex;
}
.call-icon img{
    width: 6.4375rem;
    height: 6.5rem;
    display: inline-block;
    opacity: 1;
    visibility: visible;
    animation: none;
}

.number-display-container{
    position: absolute;
    bottom: 6.8rem;
    right: 2rem;
    z-index: 100;
}
.num-display{
    border-radius: 0.25rem 1.3125rem;
    background: #009B47;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 13.125rem;
    height: 3.75rem;

    color: #FFF;
    font-family: Poppins;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.close-button-display{
    display: flex;
    position: absolute;
    right: -0.3rem;
    top: -0.3rem;
}

.small-bubble, .large-bubble {
    position: absolute;
    background-color: #075D2D;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.small-bubble {
    width: 14px;
    height: 14px;
    bottom: 5rem;
}

.large-bubble {
    width: 20px;
    height: 20px;
    bottom: 6rem;
    right: 6.2rem;
}

@keyframes fadeInScale {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes slideIn {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Bubbles */
.small-bubble, .large-bubble {
    opacity: 0;
    transform: scale(0.5);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.small-bubble.animated {
    animation: fadeInScale 0.01s ease forwards;
}

.large-bubble.animated {
    animation: fadeInScale 0.01s ease 0.2s forwards; /* Delayed animation */
}

/* Number display */
.number-display-container {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.number-display-container.animated {
    animation: slideIn 0.01s ease 0.4s forwards; /* Delayed animation */
}

@media screen and (max-width: 1600px) and (min-width: 1400px) {
    .first_container {
        height: 538px; 
    }
    
    .bg-image {
        height: 458px; 
    }
    
    .section_heading {
        width: 75rem;
    }
    .section_heading h1{
        font-size: 2.3rem;
        line-height: 43.45px;
    }
    .section_heading p{
        font-size: 0.93rem;

    }
    .download_now_app p{
        font-size: 0.93rem;
    }
    .download_now_app img{
        width: 135px;
        height: 38px; 
        margin-left: -1rem;
    }
    .reg_form_container{
        width: 75rem;
        border-radius: 9.32px;
        bottom: 1rem;
        padding: 1.5rem 2rem;
    }
    .reg_form_container label{
        font-size: 0.875rem;
        margin-bottom: 0.5rem;
    }
    .reg_form_container input::placeholder{
        font-size: 0.875rem;
    }
    .reg_form_container input,select{
        padding: 0.4rem ;
        width: 260px;
        height: 35px; 
        font-size: 0.75rem;
    }
    .register_button_cont button{
        font-size: 0.0.75rem;
        border-radius: 5.795px;
        width: 155.033px;
        height: 35px;
    }
    /* second section start here */
    .second_container{
        margin-top: 2rem;
        padding: 2rem 0rem;
        
    }
    #second_sub_container{
        width: 72rem;

    }
    .left_image_tree{

        left: 0px;
        top: 1rem;
    }
    .right_image_tree{

        right: 0px;
        bottom: 0rem;
    }
    .right_image_tree img{
        height: 270px;
        width: 100px;
    }
    .left_image_tree img{
        height: 240px;
        width: 150px;
    }
    /* signup_cards */
    .signup_cards_container{
        width: 64rem;
        gap: 15%;
        
    }

    .signup_card img{
        width: 70px;
        height: 63px; 
    }

    .signup_card h6{
        font-size: 0.93rem;
    }

    .signup_card p{
        font-size: 0.875rem;
    }
    /* about us */
    .aboutus_container{
        margin-top: 4rem;
    }
    .about_details_container{
        width: 50%;
    }
    .about_details_container h2{
        font-size: 2.5rem;
        
    }
    .about_details_container p{
        font-size: 0.875rem;
        line-height: 29px; 
    }
    .about_button_container button{
        font-size: 0.875rem;
        padding: 0.6rem 3rem;
        margin-top: 0.7rem;
    }


    .about_image_container img{
        width: 440px;
        height: 390px; 
    }

    .about_image_container img:hover {
        transform: scale(1.4);  

    }

    /* quick search****************************************************************** */
    .quick_search_whole_container{
        margin-top: 4rem;
        padding: 3rem 0rem;
    }

    .quick_sub_container h1{
        font-size: 2rem;
        margin-bottom: 1.8rem;
    }
    .quick_search_input_fields{
        display: flex;
        /* justify-content: space-between; */
        gap: 1.33rem;
    }
    .quick_search_input_fields select{
        height: 32px; 
        border-radius: 31.513px;
        border: 1px solid #747474;
        font-size: 0.75rem;
    }
    .quick_search_input_fields label{
        font-size: 0.875rem;
        margin-bottom: 0.3rem;
        display: block;
    }
    #quick_item1 select{
        width: 190px;
    }

    #age_input select{
        width: 90px; 
    }
    .quick_search_button button{
        font-size: 0.875rem;
        padding: 0.4rem 2rem;
        margin-top: 1rem;
        margin-left: 2rem; 

    }

    /* discover your perfect match******************** */
    .discover_perfect_match_container{
        padding: 2rem 0rem;
    }

    .discover_heading h1{
        font-size: 1.5rem;
    }
    .discover_button button{
        font-size: 0.875rem;
        border-radius: 8px;
        width: 149px;
        height: 38px; 

        
    }

    /* trust by  couples **************************/
    .trust_whole_container{
        height: 40rem;
        margin-top: 6rem;
    }

    .trust_heading h4{
        font-size: 1.3rem;
        line-height: 121.523%;
        letter-spacing: 1.08px;
    }

    .trust_heading h1{
        font-size: 2.4rem;
    }

    .trusted_couples_cards_container {
        gap: 3%;
        margin-top: 7rem;
        width: 75rem;
    }

    .previous_image img,.next_image img{
        width: 2.5rem;
        height: 2.5rem;
    }

    .previous_image{
        left: -3rem;
        top: 40%;

    }
    .next_image{
        right: -3rem;
        top: 40%; 
    }

    .style_img{
        top: -3rem;
        left: 1rem;
    }

    .style_img img{
        width: 120px;
    }

    .trust_cards {
        width: 360px;
        height: 360px; 
        border-radius: 1rem;
    }

    .info_content {
        padding: 1rem;
    }


    .name{
        font-size: 1.25rem;
        line-height: 26px;
    }

    .description{
        font-size: 0.93rem;
        line-height: 113.523%;
    }

/* download container************************************************************ */
.download_store_container{
    margin-top: 2rem;
}


.getin_touch{
    font-size: 0.875rem;
}
.download_content h5{
    font-size:1.8rem;
}
.download_para{
    font-size: 0.875rem;
}
.download_image_container img{
    width: 520px;
    height: 428px; 
}
.play_app_store img{
    width: 120px;
    height: 30px; 
}
}
/* ******************************************************************************************************** */
/* ***************1200-1400***************************************************************************** */
@media screen and (max-width: 1400px) and (min-width: 1200px) {
    .first_container {
        height: 538px; 
    }
    
    .bg-image {
        height: 458px; 
    }
    
    .section_heading {
        width: 62rem;
    }
    .section_heading h1{
        font-size: 2rem;
        line-height: 43.45px;
    }
    .section_heading p{
        font-size: 0.75rem;

    }
    .download_now_app p{
        font-size: 0.75rem;
    }
    .download_now_app img{
        width: 120px;
        height: 30px; 
        margin-left: -1rem;
    }
    .reg_form_container{
        width: 62rem;
        border-radius: 9.32px;
        bottom: 1rem;
        padding: 1.5rem 2rem;
    }
    .reg_form_container label{
        font-size: 0.75rem;
        margin-bottom: 0.5rem;
    }
    .reg_form_container input::placeholder{
        font-size: 0.75rem;
    }
    .reg_form_container input,select{
        padding: 0.4rem ;
        width: 240px;
        height: 32px; 
        font-size: 0.75rem;
    }
    .register_button_cont button{
        font-size: 0.69rem;
        border-radius: 5.795px;
        width: 145.033px;
        height: 32px;
    }
    /* second section start here */
    .second_container{
        margin-top: 2rem;
        padding: 2rem 0rem;
        
    }
    #second_sub_container{
        width: 62rem;

    }
    .left_image_tree{

        left: 0px;
        top: 1rem;
    }
    .right_image_tree{

        right: 0px;
        bottom: 0rem;
    }
    .right_image_tree img{
        height: 250px;
        width: 100px;
    }
    .left_image_tree img{
        height: 230px;
        width: 150px;
    }
    /* signup_cards */
    .signup_cards_container{
        width: 54rem;
        gap: 15%;
        
    }

    .signup_card img{
        width: 60px;
        height: 55px; 
    }

    .signup_card h6{
        font-size: 0.875rem;
    }

    .signup_card p{
        font-size: 0.75rem;
    }
    /* about us */
    .aboutus_container{
        margin-top: 4rem;
    }
    .about_details_container{
        width: 50%;
    }
    .about_details_container h2{
        font-size: 2rem;
        
    }
    .about_details_container p{
        font-size: 0.75rem;
        line-height: 26px; 
    }
    .about_button_container button{
        font-size: 0.75rem;
        padding: 0.5rem 3rem;
        margin-top: 0.7rem;
    }


    .about_image_container img{
        width: 420px;
        height: 370px; 
    }

    .about_image_container img:hover {
        transform: scale(1.4);  

    }

    /* quick search****************************************************************** */
    /* .quick_search_input_fields{
        display: flex;
        justify-content: center;
        align-items: end;
        gap:1.31rem;    
    } */
    .quick_search_whole_container{
        margin-top: 4rem;
        padding: 2.8rem 0rem;
    }

    .quick_sub_container h1{
        font-size: 1.7rem;
        margin-bottom: 1.8rem;
    }
    .quick_search_input_fields{
        display: flex;
        gap: 1.11rem;
    }
    .quick_search_input_fields select{
        height: 32px; 
        border-radius: 31.513px;
        border: 1px solid #747474;
        font-size: 0.65rem;
    }
    .quick_search_input_fields label{
        font-size: 0.75rem;
        margin-bottom: 0.3rem;
        display: block;
    }
    #quick_item1 select{
        width: 180px;
    }

    #age_input select{
        width: 80px; 
    }
    .quick_search_button button{
        font-size: 0.875rem;
        padding: 0.4rem 1.5rem;
        margin-top: 1rem;
    }

    /* discover your perfect match******************** */
    .discover_perfect_match_container{
        padding: 2rem 0rem;
    }

    .discover_heading h1{
        font-size: 1.25rem;
    }
    .discover_button button{
        font-size: 0.75rem;
        border-radius: 8px;
        width: 139px;
        height: 36px; 

        
    }

    /* trust by  couples **************************/
    .trust_whole_container{
        height: 40rem;
        margin-top: 6rem;
    }

    .trust_heading h4{
        font-size: 1rem;
        line-height: 121.523%;
        letter-spacing: 1.08px;
    }

    .trust_heading h1{
        font-size: 2rem;
    }

    .trusted_couples_cards_container {
        gap: 3%;
        margin-top: 7rem;
        width: 65rem;
    }

    .previous_image img,.next_image img{
        width: 2.5rem;
        height: 2.5rem;
    }

    .previous_image{
        left: -3rem;
        top: 40%;

    }
    .next_image{
        right: -3rem;
        top: 40%; 
    }

    .style_img{
        top: -3rem;
        left: 1rem;
    }

    .style_img img{
        width: 110px;
    }

    .trust_cards {
        width: 320px;
        height: 320px; 
        border-radius: 1rem;
    }

    .info_content {
        padding: 1rem;
    }


    .name{
        font-size: 0.93rem;
        line-height: 26px;
    }

    .description{
        font-size: 0.75rem;
        line-height: 113.523%;
    }

/* download container************************************************************ */
.download_store_container{
    margin-top: 2rem;
}


.getin_touch{
    font-size: 0.75rem;
}
.download_content h5{
    font-size:1.5rem;
}
.download_para{
    font-size: 0.75rem;
}
.download_image_container img{
    width: 490px;
    height: 408px; 
}
.play_app_store img{
    width: 110px;
    height: 28px; 
}
}

/* ****************************************************************************************** */
/* **********992-1200************************************************************************ */
@media screen and (max-width: 1200px) and (min-width: 992px) {
    .first_container {
        height: 470px; 
    }
    
    .bg-image {
        height: 400px; 
    }
    
    .section_heading {
        width: 54rem;
    }
    .section_heading h1{
        font-size: 1.5rem;
        line-height: 33.45px;
    }
    .section_heading p{
        font-size: 0.69rem;

    }
    .download_now_app p{
        font-size: 0.69rem;
    }
    .download_now_app img{
        width: 90px;
        height: 24px; 
        margin-left: -0.5rem;
        margin-top: -1rem;
    }
    .reg_form_container{
        width: 54rem;
        border-radius: 9.32px;
        bottom: 1rem;
        padding: 1.5rem 2rem;
    }
    .reg_form_container label{
        font-size: 0.69rem;
        margin-bottom: 0.3rem;
    }
    .reg_form_container input::placeholder{
        font-size: 0.69rem;
    }
    .reg_form_container input,select{
        padding: 0.4rem ;
        width: 200px;
        height: 28px; 
        font-size: 0.69rem;
    }
    .register_button_cont button{
        font-size: 0.69rem;
        border-radius: 5.795px;
        width: 125.033px;
        height: 28px;
    }
    /* second section start here */
    .second_container{
        margin-top: 2rem;
        padding: 2rem 0rem;
        
    }
    #second_sub_container{
        width: 54rem;

    }
    .left_image_tree{

        left: 0px;
        top: 1rem;
    }
    .right_image_tree{
        right: 0px;
        bottom: 0rem;
    }
    .right_image_tree img{
        height: 190px;
        width: 60px;
    }
    .left_image_tree img{
        height: 140px;
        width: 80px;
    }
    /* signup_cards */
    .signup_cards_container{
        width: 44rem;
        gap: 15%;
        
    }

    .signup_card img{
        width: 50px;
        height: 45px; 
    }

    .signup_card h6{
        font-size: 0.75rem;
    }

    .signup_card p{
        font-size: 0.69rem;
    }
    /* about us */
    .aboutus_container{
        margin-top: 4rem;
    }
    .about_details_container{
        width: 50%;
    }
    .about_details_container h2{
        font-size: 1.5rem;
        
    }
    .about_details_container p{
        font-size: 0.69rem;
        line-height: 20px; 
    }
    .about_button_container button{
        font-size: 0.69rem;
        padding: 0.5rem 2.5rem;
        margin-top: 0.7rem;
    }


    .about_image_container img{
        width: 360px;
        height: 320px; 
    }

    .about_image_container img:hover {
        transform: scale(1.4);  

    }

    /* quick search****************************************************************** */
    .quick_search_whole_container{
        margin-top: 3rem;
        padding: 2rem 0rem;
    }

    .quick_sub_container h1{
        font-size: 1.3rem;
        margin-bottom: 1.4rem;
    }

    .quick_search_input_fields select{
        height: 25px; 
        border-radius: 31.513px;
        border: 1px solid #747474;
        font-size: 0.60rem;
    }
    .quick_search_input_fields label{
        font-size: 0.69rem;
        margin-bottom: 0.2rem;

    }
    #quick_item1 select{
        width: 160px;
    }

    #age_input select{
        width: 70px; 
    }
    .quick_search_button button{
        font-size: 0.69rem;
        padding: 0.4rem 1.5rem;
        margin-top: 1rem;
    }

    /* discover your perfect match******************** */
    .discover_perfect_match_container{
        padding: 1.5rem 0rem;
    }

    .discover_heading h1{
        font-size: 0.93rem;
    }
    .discover_button button{
        font-size: 0.69rem;
        border-radius: 8px;
        width: 100px;
        height: 28px; 

        
    }

    /* trust by  couples **************************/
    .trust_whole_container{
        height: 35rem;
        margin-top: 6rem;
    }

    .trust_heading h4{
        font-size: 0.93rem;
        line-height: 121.523%;
        letter-spacing: 1.08px;
    }

    .trust_heading h1{
        font-size: 1.5rem;
    }
    .trust_heading img{
        width: 10rem;
        height: 3rem;
    }
    .trusted_couples_cards_container {
        gap: 1%;
        margin-top: 7rem;
        width: 54rem;
    }

    .previous_image img,.next_image img{
        width: 2.5rem;
        height: 2.5rem;
    }

    .previous_image{
        left: -3rem;
        top: 40%;

    }
    .next_image{
        right: -3rem;
        top: 40%; 
    }

    .style_img{
        top: -3rem;
        left: 1rem;
    }

    .style_img img{
        width: 90px;
    }

    .trust_cards {
        width: 280px;
        height: 280px; 
        border-radius: 1rem;
    }

    .info_content {
        padding: 1rem;
    }


    .name{
        font-size: 0.875rem;
        line-height: 26px;
    }

    .description{
        font-size: 0.69rem;
        line-height: 113.523%;
    }

    /* download container************************************************************ */
    .download_store_container{
        margin-top: 2rem;
    }


    .getin_touch{
        font-size: 0.69rem;
    }
    .download_content h5{
        font-size:1rem;
    }
    .download_para{
        font-size: 0.69rem;
    }
    .download_image_container img{
        width: 410px;
        height: 348px; 
    }
    .play_app_store img{
        width: 80px;
        height: 22px; 
    }
}

@media screen and (max-width: 992px) and (min-width: 768px) {
    .first_container {
        height: 440px; 
    }
    
    .bg-image {
        height: 370px; 
    }
    
    .section_heading {
        width: 44rem;
    }
    .section_heading h1{
        font-size: 1.2rem;
        line-height: 27px;
    }
    .section_heading p{
        font-size: 0.65rem;

    }
    .download_now_app p{
        font-size: 0.65rem;
    }
    .download_now_app img{
        width: 90px;
        height: 24px; 
        margin-left: -0.7rem;
        margin-top: -1rem;
    }
    .reg_form_container{
        width: 44rem;
        border-radius: 9.32px;
        bottom: 1rem;
        padding: 1.2rem 1.2rem;
    }
    .reg_form_container label{
        font-size: 0.65rem;
        margin-bottom: 0.3rem;
    }
    .reg_form_container input::placeholder{
        font-size: 0.65rem;
    }
    .reg_form_container input,select{
        padding: 0.4rem ;
        width: 160px;
        height: 26px; 
        font-size: 0.65rem;
    }
    .register_button_cont button{
        font-size: 0.65rem;
        border-radius: 5.795px;
        width: 90px;
        height: 26px;
    }
    /* second section start here */
    .second_container{
        margin-top: 1rem;
        padding: 2rem 0rem;
        
    }
    #second_sub_container{
        width: 44rem;

    }
    .left_image_tree{
        left: 0px;
        top: 1rem;
    }
    .right_image_tree{
        right: 0px;
        bottom: 2rem;
    }
    .right_image_tree img{
        height: 120px;
        width: 35px;
    }
    .left_image_tree img{
        height: 100px;
        width: 60px;
    }
    /* signup_cards */
    .signup_cards_container{
        width: 38rem;
        gap: 15%;
        
    }

    .signup_card img{
        width: 40px;
        height: 35px; 
    }

    .signup_card h6{
        font-size: 0.69rem;
    }

    .signup_card p{
        font-size: 0.65rem;
    }
    /* about us */
    .aboutus_container{
        margin-top: 4rem;
    }
    .about_details_container{
        width: 50%;
    }
    .about_details_container h2{
        font-size: 1.2rem;
        
    }
    .about_details_container p{
        font-size: 0.65rem;
        line-height: 17px; 
    }
    .about_button_container button{
        font-size: 0.65rem;
        padding: 0.4rem 2.5rem;
        margin-top: 0.7rem;
    }


    .about_image_container img{
        width: 310px;
        height: 270px; 
    }

    .about_image_container img:hover {
        transform: scale(1.4);  

    }

    /* quick search****************************************************************** */
    .quick_search_whole_container{
        margin-top: 3rem;
        padding: 2rem 0rem;
    }

    .quick_sub_container h1{
        font-size: 1.2rem;
        margin-bottom: 1rem;
    }
    .quick_search_input_fields{
        
        display: flex;
        gap: 1rem;
    }

    .quick_search_input_fields select{
        height: 27px; 
        border-radius: 31.513px;
        border: 1px solid #747474;
        font-size: 0.64rem;
    }
    .quick_search_input_fields label{
        font-size: 0.65rem;
        margin-bottom: 0.2rem;

    }
    #quick_item1 select{
        width: 140px;
        height: 27px; 
    }

    #age_input select{
        width: 60px; 
        height: 27px; 
    }
    .quick_search_button button{
        font-size: 0.65rem;
        padding: 0.4rem 1.5rem;
        margin-top: 1rem;
        height: 27px;
    }

    /* discover your perfect match******************** */
    .discover_perfect_match_container{
        padding: 1.3rem 0rem;
    }

    .discover_heading h1{
        font-size: 0.90rem;
    }
    .discover_button button{
        font-size: 0.65rem;
        border-radius: 8px;
        width: 90px;
        height: 23px; 

        
    }

    /* trust by  couples **************************/
    .trust_whole_container{
        height: 27rem;
        margin-top: 3rem;
    }

    .trust_heading h4{
        font-size: 0.875rem;
        line-height: 111.523%;
        letter-spacing: 1.08px;
    }

    .trust_heading h1{
        font-size: 1.2rem;
    }
    .trust_heading img{
        width: 7rem;
        height: 2rem;
    }
    .trusted_couples_cards_container {
        gap: 1%;
        margin-top: 4rem;
        width: 44rem;
        display: flex;
        justify-content: space-between;
    }

    .previous_image img,.next_image img{
        width: 1.5rem;
        height: 1.5rem;
    }

    .previous_image{
        left: -2rem;
        top: 40%;

    }
    .next_image{
        right: -2rem;
        top: 40%; 
    }

    .style_img{
        top: -2rem;
        left: 1rem;
    }

    .style_img img{
        width: 60px;
    }

    .trust_cards {
        width: 215px;
        height: 215px; 
        border-radius: 1rem;
    }

    .info_content {
        padding: 1rem;
    }


    .name{
        font-size: 0.875rem;
        line-height: 20px;
    }

    .description{
        font-size: 0.65rem;
        line-height: 113.523%;
    }

    /* download container************************************************************ */
    .download_store_container{
        margin-top: 2rem;
    }


    .getin_touch{
        font-size: 0.65rem;
    }
    .download_content h5{
        font-size:0.875rem;
    }
    .download_para{
        font-size: 0.65rem;
    }
    .download_image_container img{
        width: 350px;
        height: 300px; 
    }
    .play_app_store img{
        width: 60px;
        height: 17px; 
    }
}
@media (max-width: 768px) {
    .mobile-about-us{
        display: block;
    }
    .sub_container{
        width: 100%;
    }
    #second_sub_container{
        width: 90%;   
    }
    .left_image_tree,.right_image_tree{
        display: none;
    }
    .first_container_desk{
        display: none;
    }
    .common-text{
        font-size: 16px !important;
    }
    .first_container_mobile img{
        width: 100%;
        height: 100%;
    }
    .first_container_mobile{
        display: flex;
        position: relative;
        width: 100%;
        overflow: hidden;
        justify-content: center;
        align-items: center;
        height: 850px;
    }
    .mobile-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }
    .section_heading{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .section-heading-mobile{
        position: absolute;
        bottom: 108px;
    }
    .section_heading h1{
        color: var(--reply-bg, #FFF);
        text-align: center;
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        font-family: Poppins;
        font-size: 2rem;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
    .register-free{
        border-radius: 5.795px;
        background: #178A43;
        width: 240px;
        height: 46px;
        border: none;
        color: var(--reply-bg, #FFF);
        text-align: center;
        font-family: Poppins;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    /* signup section mobile */
    .signup_cards_container{
        display: flex;
        justify-content: center;
        width: 100%;
        gap: 1rem;
    }
    .signup_cards_container{
        flex-direction: column;
        gap: 1rem;
    }
    .mobile-signup-text{
        display: block;
        color: #009B47;
        font-family: Poppins;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        font-size: 1.2rem;
        text-align: center;
        margin-bottom: 38px;
    }


    /* about us */
    .aboutus_container{
        flex-direction: column-reverse;
        gap: 1rem;
    }
    .about_details_container{
        width: 100%;
    }
    .about_image_container{
        width: 100%;
    }
    .about_image_container img{
        transition: transform 0.5s ease;
        width: 100%;
        height: 500px;
        border-radius: 14px;   
    }
    .about_details_container h2{
        display: none !important;
    }
    .about_details_container{
        width: 100%;
    }
    .mobile-about-us{
        color: #000;
        font-family: "Abhaya Libre";
        font-size: 38px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
        margin-bottom: -3rem;
        margin-top: 3rem;
        border-bottom: 3px solid #EF9D22;
        width: 25%;
    }
    .about_button_container{
        width: 100%;
        margin-top: 1rem ;
    }
    .about_button_container button{
        width: 100%;
        height: 38px;
        padding: 0rem;
    }

    /* quick search */
    .quick_search_whole_container{
        margin-top: 2rem;
        padding: 2rem 0rem;
    }
    .quick_search_input_fields{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .quick_search_input_fields label{
        display: block;
        margin-top: 1rem;
    }
    .looking_for,.location,.religion{
        width: 100%;
    }
    #religion_inp,#location,#looking_for{
        width: 100%;
        border-radius: 5.8px;
    }
    #age_input {
        width: 100%;
        border-radius: 5.8px;
    }
    /* .age-from{
        margin-right: 4%;
    } */
    #age_input select{
        width: 100%;
        border-radius: 5.8px;
        
    }
    .quick_search_input_fields{
        width: 100%;
    }
    #quick_item1 select{
        width: 100%;
    }

    /* discover */
    .discover_sub{
        flex-direction: column;
    }
    .discover_heading h1{
        font-size: 21px;
        text-align: center;

    }
    .discover_button button{
        width: 80%;
        height: 40px;
    }
    .discover_button{
        width: 100%;
        display: flex;
        justify-content: center;
    }

    /* trust section */
    .trust_whole_container{
        position: relative;
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        margin-top: 3rem;
    }
    .trust_second_sub{
        width: 90%;
        align-items: center;
    }
    .trusted_couples_cards_container {
        display: flex !important;
        flex-direction: row;
        overflow-x: scroll !important;
        scrollbar-width: none !important; /* For Firefox */
        -ms-overflow-style: none !important; /* For Internet Explorer and Edge */
        margin-top: 2rem !important;
    }
    
    .trusted_couples_cards_container::-webkit-scrollbar {
        display: none; /* For Chrome, Safari, and Opera */
    }
    .trust_heading{
        text-align: center;
    }
    .trust_heading h1{
        font-size: 36px;
        text-align: center;
    }
    .trust_cards {
        flex: 0 0 auto; 
        width: 234px;
        height: 234px;
        margin:0rem 0.5rem; 
    }
    
    .style_img img, .users_img img {
        width: 100%;
        height: auto;
        display: block;
    }
    .previous_image,.next_image{
        display: none;
    }
    
    .trusted_couples_cards_container {
        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap;
        gap: 1rem;
        position: relative;
        margin-top: 7rem;
    }
    .info_content {
        padding: 0.5rem;
    }
    .description{
        font-size: 0.75rem;
        line-height: 105%;
    }
    .name{
        font-size: 0.875rem;
        line-height: 10px;
    }

    /* dowinload */
    .sub_dovnload{
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
        padding-bottom: 2rem;
    }
    .download_content{
        width: 100%;
    }
    .download_content h5{
        font-size: 34px;
    }
    .getin_touch{
        font-size: 22px;
        margin-bottom: -0.5rem;
    }
    .download_image_container{
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .download_image_container img{
        width: 100%;
        height: 450px;
    }
    .play_app_store img{
        width: 140px;
        height: 37px;
        margin-left: -0.4rem;
    }

}

@media (max-width: 576px) {
    .common-text{
        font-size: 15px !important;
    }
    .first_container_mobile{
        height: 532px;
    }
    .section-heading-mobile{
        bottom: 76px;
    }
    .section_heading h1{
        font-size: 24px;
    }
    .register-free{
        width: 240px;
        height: 44px;
        font-size: 15px;
    }
    .signup_cards_container{
        gap: 1rem;
    }
    .signup_cards_container{
        gap: 1rem;
    }
    .signup_card img{
        width: 3.5rem;
        height: 3.5rem;
    }
    .mobile-signup-text{
        font-size: 15px;
        margin-bottom: 20px;
    }
    .aboutus_container{
        gap: 1rem;
    }
    .about_image_container img{
        height: 315px;
    }
    .mobile-about-us{
        font-size: 32px;
        margin-bottom: -3rem;
        margin-top: 2rem;
        width: 40%;
    }
    .about_button_container{
        margin-top: 1rem ;
    }
    .about_button_container button{
        height: 36px;
    }
    .quick_search_whole_container{
        margin-top: 2rem;
        padding: 2rem 0rem;
    }
    .quick_search_input_fields label{
        margin-top: 1rem;
    }
    .discover_heading h1{
        font-size: 18px;
    }
    .discover_button button{
        height: 36px;
    }
    .trust_whole_container{
        margin-top: 2rem;
    }
    .trusted_couples_cards_container {
        margin-top: 2rem !important;
    }
    .trust_heading h1{
        font-size: 32px;
    }
    .trust_cards {
        width: 222.09px;
        height: 222.09px;
        margin:0rem 0.5rem; 
    } 
    .trusted_couples_cards_container {
        gap: 1rem;
        margin-top: 7rem;
    }
    .info_content {
        padding: 0.5rem;
    }
    .description{
        font-size: 0.7rem;
        line-height: 105%;
    }
    .name{
        font-size: 0.8rem;
        line-height: 10px;
    }
    .sub_dovnload{
        padding-bottom: 2rem;
    }
    .download_content h5{
        font-size: 30px;
    }
    .getin_touch{
        font-size: 19px;
        margin-bottom: -0.5rem;
    }
    .download_image_container img{
        height: 288.278px;
    }
    .play_app_store img{
        width: 135.229px;
        height: 34.431px;
        margin-left: -0.4rem;
    }
}

@media (max-width: 370px) {
    .first_container_mobile{
        height: 500px;
    }
    .section-heading-mobile{
        bottom: 76px;
    }
    .section_heading h1{
        font-size: 20px;
    }
    .register-free{
        width: 220px;
        height: 40px;
        font-size: 14px;
    }
}





