@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&family=Montserrat:ital,wght@0,100..900;1,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=Quicksand:wght@300..700&display=swap');

.poppins_ff {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
}

.montserrat_ff {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
}

.ibm_plex_ff {
    font-family: 'IBM Plex Sans', sans-serif;
    font-style: normal;
}

.quicksand_ff {
    font-family: 'Quicksand', sans-serif;
    font-style: normal;
}

.dark_blue_c {
    color: #0E0467;
}

.purple_c {
    color: #403CCF;
}

.gray_31_c {
    color: #313131;
}

.gray_5d_c {
    color: #5D5D5D;
}

.gray_c {
    color: #767F8C;
}

.o_purple_bc {
    background-color: #C5CDFD;
}

.purple_bc {
    background-color: #4B50C9;
}

/* Header */

/*.header {*/
/*    background-size: 100%;*/
/*    background-position: center;*/
/*    background-repeat: no-repeat;*/
/*}*/

.h_container {
    padding-top: 280px;
    padding-bottom: 250px;
}

.hsr_button {
    padding-top: 30px;
}

.hsr_button a {
    text-decoration: none;
    border-radius: 50px;
    border: 1px solid white;
    background: linear-gradient(to right, #403CCF 0%, #403CCF 50%, #C5CDFD 50%, #C5CDFD 100%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all 0.4s ease;
}

.hsr_button a:hover {
    background-position: left bottom;
    border: 1px solid #403CCF;
    color: white;
}

@media (max-width: 768px) {

    .hsr_button a {
        font-size: 24px !important;
    }

}

@media (max-width: 480px) {

    .header {
        background-size: cover !important;
        background-position: center !important;
    }

    .h_container {
        padding-top: 200px;
        padding-bottom: 80px;
    }

    .hc_right > h1 {
        font-size: 24px !important;
    }

    .hc_right > p {
        font-size: 14px !important;
    }

    .hsr_button {
        padding-top: 70px !important;
    }

    .hsr_button a {
        font-size: 16px !important;
    }
}

/* Header */

/* Why work with us */

.why_work_container {
    padding-top: 80px;
    padding-bottom: 80px;
}

.ww_header {
    padding-bottom: 100px;
}

.ww_box > div {
    max-width: 400px;
    max-height: 200px;
    padding: 26px;
    border-radius: 16px;
    border: 2px solid white;
    background-color: white;
}

.ww_box > div:hover {
    border-color: #403CCF;
}

.ww_box > div div img {
    width: 40px;
    height: 40px;
}

@media (max-width: 768px) {

}

@media (max-width: 480px) {

    .why_work_container {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .ww_header h1 {
        font-size: 22px !important;
    }

    .ww_header {
        padding-bottom: 40px;
    }

    .ww_box > div {
        width: 330px;
        height: 200px;
        padding: 20px;
    }

    .ww_box > div div img {
        width: 24px;
        height: 24px;
    }

    .ww_box > div div h3 {
        font-size: 20px !important;
    }

    .ww_box > div p {
        font-size: 16px !important;
    }
}

/* Why work with us */

/* Web Center */

.web_center_container {
    padding-top: 80px;
    padding-bottom: 80px;
}

.wc_body {
    border-radius: 16px;
    margin-top: 60px;
}

.wc_text {
    padding: 36px 48px;
}

.wc_body div img {
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}

@media (max-width: 992px) {
    .wc_body div img {
        border-radius: 14px;
    }
}

@media (max-width: 768px) {

    .wc_body div img {
        border-radius: 10px;
    }

}

@media (max-width: 480px) {

    .web_center_container {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .wc_header h1 {
        font-size: 24px !important;
    }

    .wc_body {
        margin-top: 40px;
    }

    .wc_text {
        padding: 24px;
    }

    .wc_ul li {
        font-size: 14px !important;
    }

    .wc_ul li i {
        font-size: 8px !important;
    }
}

/* Web Center */

/* Whom it suits */

.whom_suits_container {
    padding-top: 80px;
    padding-bottom: 80px;
}

.whoms_body {
    padding-top: 60px;
}

.whom_s_box {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background-color: #E9E9FB;
    /*border: 2px solid #E9E9FB;*/
}

.whom_s_box_m {
    width: 350px;
    height: 350px;
}

@media (max-width: 768px) {

    .whom_suits_container {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .whom_s_box {
        width: 250px;
        height: 250px;
    }


    .whom_s_box_m {
        width: 250px;
        height: 250px;
    }
}

@media (max-width: 480px) {
    .whoms_header h1 {
        font-size: 24px !important;
    }

    .whoms_header p {
        font-size: 18px !important;
    }

    .whom_s_box h3 {
        font-size: 20px !important;
    }

    .whoms_body div p {
        font-size: 16px !important;
    }
}

/* Whom it suits */

/* Our Web packages */

.web_packages_container {
    padding-top: 80px;
    padding-bottom: 80px;
}

.wp_body {
    margin-top: 60px;
    border-radius: 16px;
    padding: 60px 50px;
}

.wp_button {
    margin-top: 30px;
    margin-bottom: 30px;
}

.wp_button a {
    color: white; /* text color */
    border: none;
    padding: 12px 24px;
    border-radius: 12px; /* rounded corners */
    background: linear-gradient(to right, #686DF1, #4B50C9);
    text-decoration: none;
    cursor: pointer;
    transition: 0.3s ease;
}

.wp_button a:hover {
    color: #686DF1;
    background: white;
    padding: 8px 20px;
    border: 3px solid #686DF1;
}

.wp_ul > li > i {
    font-size: 8px;
}

.wp_body > div {
    box-shadow: none;
}

@media (max-width: 768px) {
    .web_packages_container {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .wp_body {
        margin-top: 40px;
        border-radius: 0;
        padding: 0;
    }

    .wp_body > div {
        background-color: white;
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
        padding: 30px 30px;
        border-radius: 16px;
    }

    .wp_button a {
        padding: 12px 30px;
        font-size: 20px !important;
    }

    .wp_ul > li {
        font-size: 16px !important;
    }

    .wp_ul > li > i {
        font-size: 8px !important;
    }
}

@media (max-width: 480px) {
    .wp_header h1 {
        font-size: 24px !important;
        font-weight: 600 !important;
    }
}

/* Our Web packages */

/* Work Step */

.step_container {
    padding-top: 80px;
    padding-bottom: 80px;
}

.step_body {
    padding-top: 60px;
}

.step_box {
    padding: 20px;
    border-radius: 20px;
    border: 2px solid #E4E5E8;
    background: #fff;
    height: 100%; /* makes all cards equal height */
}

.step_box:hover {
    border: 2px solid #403CCF;
}

.step_b_number {
    padding: 10px;
    border-radius: 12px;
    background: #eaeaea;
    display: inline-block; /* keeps it tight around number */
}

@media (max-width: 768px) {

}

@media (max-width: 480px) {
    .step_header h1 {
        font-size: 24px !important;
    }

    .step_header p {
        font-size: 18px !important;
    }
}

/* Work Step */

/* Start now */

.start_now_container {
    padding-top: 150px;
    padding-bottom: 150px;
}

.start_now_body {
    padding-top: 60px;
    padding-bottom: 60px;
}

@media (max-width: 768px) {

}

@media (max-width: 480px) {
    .start_now_container {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .start_now_container h1 {
        font-size: 24px !important;
    }

    .start_now_body {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .wc_ul li {
        font-size: 14px !important;
    }
}

/* Start now */

/* Website form */

.website_form div input {
    /*width: 300px;*/
    padding: 8px 20px;
    border: 1px solid #D8E0F0;
    border-radius: 8px;
}

.modal_button {
    padding: 16px 50px;
    text-decoration: none;
    background: linear-gradient(to right, #403CCF 0%, #403CCF 50%, #C5CDFD 50%, #C5CDFD 100%);
    background-size: 200% 100%;
    background-position: right bottom;
    color: #403CCF; /* default text color */
    transition: all 0.4s ease;
    border: none;
    border-radius: 10px;
    font-family: "Poppins", sans-serif;
}

.modal_button:hover {
    background-position: left bottom; /* shifts the gradient */
    color: white;
}


/* Website form */