@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Pontano+Sans:wght@300..700&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');

.open_sans_ff {
    font-family: "Open Sans", sans-serif;
}

.pontano_sans_ff {
    font-family: "Pontano Sans", sans-serif;
}

.poppins_ff {
    font-family: "Poppins", sans-serif;
}

.purple_c {
    color: #403CCF;
}

.black_c {
    color: #313131;
}

.red_c {
    color: #E6475F;
}

.gray_c {
    color: #5D5D5D;
}

.purple_bc {
    background-color: #403CCF;
}

.black_bc {
    background-color: #313131;
}

.red_bc {
    background-color: #E6475F;
}

.o_purple_bc {
    background-color: #C5CDFD;
}

/* Header */

.h_text {
    padding-top: 120px;
    padding-bottom: 60px;
}

.h_box {
    max-width: 500px;
    max-height: 500px;
    padding: 50px;
    border-radius: 50px;
}

.hb_img {
    padding-bottom: 18px;
}

.hb_img > img {
    max-width: 120px;
    max-height: 120px;
}

.hb_text h2 {
    padding-bottom: 32px;
    font-size: 50px;
}

.hb_text p {
    font-size: 20px;
}

.h_mbox {
    max-width: 200px;
    height: 200px;
    background-color: #C5CDFD;
    border: 25px solid white;
    border-radius: 50%;
}

.h_mbox > img {
    max-width: 90px;
    max-height: 90px;
}

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

.button_t {
    /*max-width: 700px;*/
    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;
}

.button_box {
    padding-top: 60px;
}

.button_box > a {
    padding: 24px 140px;
    border-radius: 50px;
}

@media (max-width: 480px) {
    .hb_text h2 {
        padding-bottom: 20px;
        font-size: 28px;
    }

    .hb_text p {
        font-size: 16px;
    }
}

/* Header */

/* What is Website */

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

.ws_header {

}

.ws_b_img > img {
    max-width: 550px;
}

.ws_br_number {
    padding: 40px 0;
    height: 300px;
    border-radius: 16px;
}

/* What is Website */

/* For Whom */

.qs_div {
    padding-top: 70px;
    padding-bottom: 70px;
}

.qs_box div {
    max-width: 280px;
    height: 180px;
    padding: 30px;
}

.qs_button {
    margin-top: 70px;
}

.qs_button a {
    border-radius: 6px;
}

@media (max-width: 480px) {

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

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

@media (max-width: 768px) {

    .qs_box div {
        max-width: 280px;
        padding: 15px;
    }

    .qs_box div p {
        font-size: 24px;
    }

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

    .qs_button a {
        font-size: 24px;
    }
}

/* For Whom */

/* Why Website needed */

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

.wn_container {
    padding-top: 150px;
}

.wn_container .wn_left li i {
    color: #E8596F;
    font-size: 16px;
}

.wn_container .wn_right li i {
    color: #403CCF;
    font-size: 16px;
}

@media (max-width: 768px) {

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

    .wn_container {
        padding-top: 40px;
    }

    .wn_container .wn_left li i {
        font-size: 10px;
    }

    .wn_container .wn_right li i {
        font-size: 10px;
    }
}


/* Why Website needed */


/* Result */

.result_container {
    padding-bottom: 70px;
}

.result_header {
    padding-top: 70px;
    padding-bottom: 70px;
}

.result_check_box div span {
    padding: 10px 12px;
    background-color: #403CCF;
    border-radius: 50%;
}

.result_check_box div span i {
    color: white;
}

.result_table {
    border: 1px solid #403CCF;
    border-radius: 30px;
}

.result_table > div {
    padding: 40px 0;
}

.rt_middle {
    border-right: 4px solid #403CCF;
    border-left: 4px solid #403CCF;
}

@media (max-width: 768px) {

    .result_container {
        padding-bottom: 40px;
    }

    .result_header {
        padding-top: 40px;
        padding-bottom: 20px;
    }

    .rt_middle {
        border-top: 4px solid #403CCF;
        border-bottom: 4px solid #403CCF;
        border-right: none;
        border-left: none;
    }

    .result_check_box div span {
        padding: 6px 8px;
    }
}

/* Result */

/* Premium Package */

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

.premium_button a {
    border-radius: 50px;
}

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

    .premium_li li,
    .premium_li + p,
    .premium_li + p + p {
        font-size: 16px !important;
    }

    .premium_li li i {
        font-size: 14px;
    }

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

}

/* Premium Package */

/* How it works */

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

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

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

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

/* How it works */

/* Start Now */

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

.sn_button {
    padding-top: 60px;
}

.sn_button a {
    border-radius: 50px;
}

@media (max-width: 768px) {
    .sn_li li {
        font-size: 16px !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 */
