@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Host+Grotesk:ital,wght@0,300..800;1,300..800&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Lobster&family=Noto+Kufi+Arabic:wght@100..900&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&family=Rethink+Sans:ital,wght@0,400..800;1,400..800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", serif;
}

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}




/* main */
#main-cv {
    min-height: 85vh;
    background-color: #e9ddcf;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-top: 3rem;
}

    #main-cv .card {
        position: relative;
        width: 500px;
        min-height: 500px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        /* background: url('../images/rsme_bg.png')no-repeat center center/cover; */
        background: radial-gradient(50% 50% at 50% 50%, rgb(17, 47, 86) 0, rgba(29, 23, 105, 0) 100%), radial-gradient(40% 40% at 50% 50%, rgb(129, 20, 69) 0, rgba(174, 54, 108, 0) 100%);
    }

.color_text {
    font-weight: 600;
    font-size: 3rem;
    color: #e7471a;
}

.main_con_grp {
    position: relative;
    padding: 2rem 2rem;
}

.main_tle {
    font-size: 3rem;
    color: #000;
}

.main_con_grp .main_head_btn_grp .bg_btn {
    background: #44475A;
    color: #fff !important;
    font-weight: 500;
    border: 2px solid #44475A;
}




/* template_sec */
.template_sec {
    min-height: 40vh;
    padding-top: 3rem;
    padding-bottom: 4rem;
   
    background-color: #000;
    color: #fff;
}

.template_head_title {
    padding: 0 8rem;
}

.swiper {
    width: 100%;
    min-height: 40vh;
    mask-image: linear-gradient(to right, transparent, #000 10% 90%, transparent);
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    height: 300px;
    border-radius: .5rem;
}

    .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: top center;
        border-radius: .5rem;
    }

.swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 86px);
    right: auto;
    background: #0D6EFD;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 0;
}

.swiper-button-next {
    right: var(--swiper-navigation-sides-offset, 86px);
    left: auto;
    background: #0D6EFD;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 0;
}

.swiper-button-prev:after {
    content: 'prev';
    font-size: 1.5rem;
    left: 100px !important;
    color: #ffffff;
    font-weight: 700;
}

.swiper-button-next:after {
    content: 'next';
    font-size: 1.5rem;
    left: 100px !important;
    color: #ffffff;
    font-weight: 700;
}



/* howItWork */
#howItWork {
    min-height: 40vh;
    padding-top: 3rem;
}

.how_it_work .container-fluid {
    overflow-x: hidden;
}

.how_it_work .card {
    height: 450px;
}

.h_let_crd {
    height: 450px;
}

    .h_let_crd img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.how_it_work .nav-pills {
    min-height: 50px;
    gap: 20px;
}

    .how_it_work .nav-pills button {
        border-radius: 50%;
        width: 40px;
        height: 40px;
        padding: 0;
        line-height: normal;
        border: 2px solid #ffffff;
        outline: 2px solid #000;
    }

.how_it_work .tab-content {
    min-height: 100px;
}

.r-let_crd {
    background-color: #f4f4f4;
    border: none;
}

/* detItWork */
#detItWork {
    min-height: 40vh;
    padding-top: 3rem;
    overflow: hidden;
}

.det_it_work .row {
    margin-bottom: 2rem;
}

.det_it_work {
    padding: 0 12rem;
}

    .det_it_work .card {
        height: 400px;
        border: none;
    }

        .det_it_work .card .card-body {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            justify-content: center;
        }

        .det_it_work .card img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }



/* faq */
.faq {
    min-height: 300px;
    padding: 2rem 0;
}

.accordion-button:focus {
    box-shadow: none !important;
}

.accordion {
    --bs-accordion-bg: #f6f6f6;
}

.faq_col {
    padding: 0 8rem !important;
}

.accordion-button:not(.collapsed) {
    background-color: #d4d4d4;
}

.faq .accordion-button {
    font-weight: 600 !important;
    font-size: 1rem;
}

.faq .accordion-body {
    font-size: .8rem;
}
/* blog */
.blog {
    min-height: 300px;
    padding: 2rem 0;
    padding-bottom: 3rem;
}

    .blog .card img {
        height: 300px;
        object-fit: cover;
        border-top-left-radius: 0.375rem;
        border-top-right-radius: 0.375rem;
    }

    .blog .card .card-body h3 {
        font-size: 1rem !important;
        font-weight: 500 !important;
        height: 45px;
    }

    .blog .card .card-body p {
        font-size: 0.8rem !important;
    }

    .blog .card .card-body ul li {
        font-size: .8rem !important;
    }
/* responsive */
@media (max-width: 920px) {
    #main-cv {
        min-height: 60vh;
        margin-top: 3rem;
    }

        #main-cv .row {
            flex-direction: column-reverse;
        }

    .bg-container {
        width: 100%;
        min-height: 60vh;
    }

    .main_con_grp {
        padding-top: 6rem;
    }

    .mobile_mt_b {
        margin-top: 2.5rem;
    }

    /* det work */
    .det_it_work {
        padding: 0;
    }

        .det_it_work .row {
            margin-bottom: 0;
        }

        .det_it_work .card {
            height: 350px;
        }

    /* swiper */
    .swiper {
        width: 100%;
        min-height: 300px;
    }


    /* footer */
    footer {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }


    .faq_col {
        padding: 0 1rem !important;
    }

}

@media (max-width: 600px) {
    #main {
        margin-top: 2rem;
    }

    .main_con_grp {
        padding: 2rem 1rem;
        margin-top: 1rem;
    }

    .main_tle {
        font-size: 2.5rem;
    }

    .color_text {
        font-size: 2.5rem;
    }

    .template_head_title {
        padding: 0;
    }

    .how_it_work .card {
        height: 400px;
    }

    .det_it_work .card {
        height: 300px;
    }

    .md_reverse_clm {
        flex-direction: column-reverse;
    }

    .swiper {
        mask-image: none;
    }

    .swiper-button-prev {
        left: var(--swiper-navigation-sides-offset, 10px);
    }

    .swiper-button-next {
        right: var(--swiper-navigation-sides-offset, 10px);
    }

    /* footer */
    footer {
        margin-top: 0;
    }

        footer .card .card-body {
            padding: 0;
        }

        footer .row {
            gap: 20px;
        }

    .leftee_and_rightee {
        text-align: center;
        padding-bottom: 1.5rem;
    }

    .sm_center_text {
        text-align: center;
    }

    .main .card .c_img_con {
        height: 350px !important;
    }

    .main_rotate {
        height: 417px !important;
        position: absolute !important;
        top: -20px !important;
        left: -26px !important;
    }

    .main .card {
        width: 370px !important;
    }


}


@media(max-width:380px) {
    .main_tle {
        font-size: 2rem;
    }

    .color_text {
        font-size: 2rem;
    }

    .main_det_t {
        font-size: .8rem;
    }

    .main_head_btn_grp .btn {
        font-size: .8rem;
    }

    .leftee_and_rightee {
        text-align: center;
        padding-bottom: 1.5rem;
    }

    .main .card .c_img_con {
        height: 350px !important;
    }

    .main_rotate {
        height: 400px !important;
        position: absolute !important;
        top: -20px !important;
        left: -26px !important;
    }

    .main_con_grp {
        padding: 2rem 1.5rem;
    }
}

@media (max-width:320px) {
    .main_con_grp {
        padding: 0 2.1rem;
    }

    .main .card {
        width: 328px !important;
        background-size: contain !important;
    }

        .main .card .c_img_con {
            height: 298px !important;
        }

    .main_rotate {
        height: 356px !important;
        position: absolute !important;
        top: 20px !important;
        left: -26px !important;
    }
}

.dropdown:hover .dropdown-menu {
    display: block;
    visibility: visible;
}

.dropdown-menu {
    right: 0;
}

    .main .card .c_img_con {
        height: 400px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .main .card img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
