@import url('https://fonts.googleapis.com/css2?family=Bevan&family=Chonburi&family=DM+Sans:wght@400;500&family=Montserrat:wght@200;300&family=Noto+Serif+KR:wght@200;300;400;500;600&family=Zilla+Slab:ital,wght@0,300;0,400;0,600;1,500&display=swap');


textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus, select:focus,
.uneditable-input:focus {
    border: 1px solid #0a3659;
    background: white;
    color: black;
    box-shadow: none !important
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}


.form-btn {
    color: white;
    background: #0a3659;
}
.form-btn:hover {
    color: white;
    background: #0a3659;
}
.form-btn:focus {
    color: white !important;
    background-color: #0a3659 !important;
}

.form-footer a {

    color: #0d47a1;
!important;
    text-decoration: none;

}


body {
    font-family: 'Noto Serif KR', serif;
}

.navbar .navbar-nav li.nav-item {
    color: #ffffff !important;
    font-weight: 500;
    font-size: 15px;
}

.navbar .navbar-nav .nav-item > a, .navbar .navbar-nav .nav-item > div > a {
    color: #ffffff !important;
    font-weight: 500;
    font-size: 15px;
}

.navbar.is-sticky .navbar-nav .nav-item > a, .navbar.is-sticky .navbar-nav .nav-item > div > a {
    color: rgb(4, 56, 94) !important;
    font-weight: 500;
    font-size: 15px;
}

.navbar.is-sticky {
    position: fixed;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    padding: 8px 0;
    backdrop-filter: blur(10px);
    background: white;
    animation: slideDown 0.35s ease-out;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}

#btn_contact_sale {
    background: #e65100 !important;
    border-radius: 10px;
    color: white;
}

#btn_contact_sale:hover {
    background: #225881 !important;
    border-radius: 10px;
    color: white;
}

.hero-wrapper {
    color: white;
}

.hero-wrapper h2.header {
    font-family: 'Zilla Slab', serif;
    font-weight: 600;
    font-size: 51px;
    padding-top: 20px;
    color: white;
    margin-bottom: 20px;

}

.products_section div > img {

    width: 100px;
    text-align: center;

}

.products_section p {
    font-weight: 600;
    font-size: 40px;
    line-height: 60px;

}

.text-box {
    margin-bottom: 20px;
}

.text-box h2 {
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    font-size: 25px;

}

.text-box a {
    text-decoration: none;
    color: #e65100;
}

.text-box p {
    font-family: 'DM Sans', sans-serif;
    font-size: small;
}

svg#wave {
    width: 100% !important;
    position: absolute;
    left: 0;
    margin-top: 50px;
    bottom: 0;

}

#video_controller {
    width: 100%;
    height: 100%;
}

.code_section {
    color: white;
}

.code_section h2 {

    font-weight: 500;
    font-size: 30px;
}

.code_section p {
    font-size: 13px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.code_section a {
    text-decoration: none;
    color: white;
}

.footer_main {

    margin-top: 50px;
    background: linear-gradient(to top, rgba(13, 71, 161, 0.7) 22%, rgba(21, 101, 192, 0.71) 49%, rgba(1, 87, 155, 0.6) 71%), url("/storage/assets/images/footer_paper.jpg");
    color: white;

}

.footer_main img {

    width: 100px;

}

.footer_box ul {

    margin-top: 10px;

}

.footer_box h2 {
    text-transform: capitalize;
}

.footer_box li > a {
    text-decoration: none;
    color: white;
}

.footer_box li {
    margin-bottom: 20px;
}

.wow {
    visibility: hidden;
}

.dropdown-menu.sub_menu {
    display: none;
    margin-top: -5px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 10px !important;
    border: none !important;
    box-shadow: 0 10px 20px gray !important;

}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu-center {
    right: auto;
    left: 50%;
    -webkit-transform: translate(-30%, 0);
    -o-transform: translate(-30%, 0);
    transform: translate(-30%, 0);
}

.sub_menu a.dropdown-item {
    color: #01579b;
    margin: 10px;
    font-weight: 500;
    font-size: 14px;
}

.sub_menu a.dropdown-item:hover {
    color: #1e88e5;
    background: rgba(144, 198, 245, 0.25);
}

.sub_menu a.dropdown-item > img {
    width: 30px;
    margin-right: 5px;
}

#pricing_section {

    background: linear-gradient(90deg, rgba(13, 71, 161, 0.61) 22%, rgba(21, 101, 192, 0.65) 49%, rgba(1, 87, 155, 0.6) 71%), url("/storage/assets/images/pricing_background.jpg");

}

table.pricing th {
    font-size: 20px !important;
}

table.pricing td {
    font-size: 17px !important;
}

table.pricing tr:hover td {
    background-color: #1976d2;
    font-weight: bold;
    font-size: 150%;
    border: 0;
    color: white;
}

.accordion-flush .accordion-item .accordion-button {
    border: none;
    font-size: 23px;
    color: #0d47a1;
}

.accordion-flush .accordion-item .accordion-button.collapsed {
    color: black;
}

.accordion-button:not(.collapsed) {
    background: none;
}

.accordion-button:focus {

    background: none;
    outline: none !important;
    box-shadow: 0 0 10px rgba(113, 158, 206, 0);

}

.step__counter__num {
    align-items: center;
    background: linear-gradient(81.57deg, rgba(0, 175, 175, 0.3) -2.42%, rgba(105, 255, 162, 0.3) 102.07%);
    border-radius: 100%;
    color: #35a162;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 1.8rem;
    font-weight: 300;
    height: 4.6rem;
    justify-content: center;
    line-height: 1.8rem;
    text-align: center;
    width: 4.6rem;
}

.step-box .icon-text-holder {
    margin-top: 20px;
}

.step-box .icon-text-holder .title > h2 {
    color: #0f165b;
    font-size: 17px !important;
    font-weight: 500;
    text-align: center;
}

.step-box .icon-text-holder .description > p {
    color: black;
    text-align: center;
    padding-left: 30px;
    font-size: 15px;
    padding-right: 30px;
}

.step-box.step-1 #step-1-arrow {
    left: 80%;
}

.step-box.step-2 #step-2-arrow {
    left: 80%;
    top: -70% !important;
}

.step-box.step-2 {

}

.single-page h2 {

    font-family: 'Bevan', cursive;
    font-weight: 400;
    font-size: 60px;
    margin-bottom: 30px;

}

.single-page p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 23px;
    padding-right: 120px;
    margin-bottom: 30px;

}


@media (max-width: 767.98px) {
    [class*="col-"] {
        width: 100%;
    }

    .mt-5, .mb-5 {
        margin-top: 2rem !important;
    }

    #btn_contact_sale {
        background: #e65100 !important;
        border-radius: 10px;
        color: white;
    }

    #btn_contact_sale:hover {
        background: #225881 !important;
        border-radius: 10px;
        color: white;
    }

    .hero-wrapper {
        color: white;
    }

    .hero-wrapper h2.header {
        font-family: 'Zilla Slab', serif;
        font-weight: 600;
        font-size: 29px;
        padding-top: 120px;
        color: white;
        margin-bottom: 10px !important;

    }

    .hero-wrapper p {
        font-size: 13px;
        color: white;
        width: 100% !important;
        padding-right: 10px !important;
        padding-left: 10px !important;
        margin-bottom: 10px;

    }

    .hero-wrapper div > a#btn_contact_sale {

        color: white;
        width: 100% !important;
        padding-right: 10px !important;
        padding-left: 10px !important;
        margin-bottom: 20px;

    }

    .products_section div > img {

        width: 100px;
        text-align: center;

    }

    .products_section p {
        font-weight: 600;
        font-size: 20px;
        line-height: 31px;
    }

    .box-holder {
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 20px !important;
    }

    .text-box {
        margin-bottom: 20px;
    }

    #lady_one {
        height: 300px;
    }

    .text-box h2 {
        font-family: 'DM Sans', sans-serif;
        font-weight: 500;
        font-size: 25px;

    }

    .text-box a {
        text-decoration: none;
        color: #e65100;
    }

    .text-box p {
        font-family: 'DM Sans', sans-serif;
        font-size: small;
    }

    svg#wave {
        width: 100% !important;
        position: absolute;
        left: 0;
        margin-top: 50px;
        bottom: 0;
        border: none;

    }

    .api_section h2 {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 20px !important;
    }

    .api_section p {
        padding-left: 10px;
        padding-right: 10px;
    }

    .api_section {
        margin-bottom: 20px;
    }

    #video_controller {
        width: 100%;
        height: 100%;
    }

    .code_section {
        color: white;
    }

    .code_section h2 {

        font-weight: 500;
        font-size: 30px;
    }

    .code_section p {
        font-size: 13px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .code_section a {
        text-decoration: none;
        color: white;
    }

    .footer_main {

        margin-top: 50px;
        background: linear-gradient(to top, rgba(13, 71, 161, 0.7) 22%, rgba(21, 101, 192, 0.71) 49%, rgba(1, 87, 155, 0.6) 71%), url("/storage/assets/images/footer_paper.jpg");
        color: white;

    }

    .footer_main img {
        text-align: center;
        width: 100px;
        margin-right: auto;
        display: block;

    }

    .footer_main p {

        font-size: 15px;

    }

    .footer_box ul {

        margin-top: 10px;

    }

    .footer_box h2 {
        text-transform: capitalize;
        font-size: 17px;
    }

    .footer_box li > a {
        text-decoration: none;
        color: white;
        font-size: 13px;
    }

    .footer_box li {
        margin-bottom: 20px;
    }

    .wow {
        visibility: hidden;
    }

    .dropdown-menu.sub_menu {
        display: none;
        margin-top: -5px;
        padding-top: 20px;
        padding-bottom: 20px;
        border-radius: 10px !important;
        border: none !important;
        box-shadow: 0 10px 20px gray !important;

    }

    .dropdown:hover .dropdown-menu {
        display: block;
    }

    .dropdown-menu-center {
        right: auto;
        left: 50%;
        -webkit-transform: translate(-30%, 0);
        -o-transform: translate(-30%, 0);
        transform: translate(-30%, 0);
    }

    .sub_menu a.dropdown-item {
        color: #01579b;
        margin: 10px;
        font-weight: 500;
        font-size: 14px;
    }

    .sub_menu a.dropdown-item:hover {
        color: #1e88e5;
        background: rgba(144, 198, 245, 0.25);
    }

    .sub_menu a.dropdown-item > img {
        width: 30px;
        margin-right: 5px;
    }

    #pricing_section {

        background: linear-gradient(90deg, rgba(13, 71, 161, 0.61) 22%, rgba(21, 101, 192, 0.65) 49%, rgba(1, 87, 155, 0.6) 71%), url("/storage/assets/images/pricing_background.jpg");

    }

    table.pricing th {
        font-size: 10px !important;
    }

    table.pricing td {
        font-size: 12px !important;
    }

    table.pricing img {
        width: 20px !important;
    }

    table.pricing tr:hover td {
        background-color: #1976d2;
        font-weight: bold;
        font-size: 150%;
        border: 0;
        color: white;
    }

    .accordion-flush .accordion-item .accordion-button {
        border: none;
        font-size: 14px !important;
        color: #0d47a1;
    }

    .accordion-flush .accordion-item .accordion-button.collapsed {
        color: black;
        font-size: 13px !important;

    }

    .accordion-button:not(.collapsed) {
        background: none;
    }

    .accordion-button:focus {

        background: none;
        outline: none !important;
        box-shadow: 0 0 10px rgba(113, 158, 206, 0);

    }

    .accordion-item {
        font-size: 12px !important;
    }

    .accordion-button::after {
        height: 17px;
    }

    .step__counter__num {
        align-items: center;
        background: linear-gradient(81.57deg, rgba(0, 175, 175, 0.3) -2.42%, rgba(105, 255, 162, 0.3) 102.07%);
        border-radius: 100%;
        color: #35a162;
        display: inline-flex;
        flex: 0 0 auto;
        font-size: 1.8rem;
        font-weight: 300;
        height: 4.6rem;
        justify-content: center;
        line-height: 1.8rem;
        text-align: center;
        width: 4.6rem;
    }

    .step-box .icon-text-holder {
        margin-top: 20px;
    }

    .step-box .icon-text-holder .title > h2 {
        color: #0f165b;
        font-size: 17px !important;
        font-weight: 500;
        text-align: center;
    }

    .step-box .icon-text-holder .description > p {
        color: black;
        text-align: center;
        padding-left: 30px;
        font-size: 15px;
        padding-right: 30px;
    }

    .step-box.step-1 #step-1-arrow {
        left: 80%;
    }

    .step-box.step-2 #step-2-arrow {
        left: 80%;
        top: -70% !important;
    }

    .step-box.step-2 {

    }

    .single-page h2 {

        font-family: 'Bevan', cursive;
        font-weight: 400;
        font-size: 30px;
        text-align: justify-all;
        margin-bottom: 30px;
        margin-left: 20px;

    }

    .single-page p {
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        font-size: 14px;
        padding-right: 20px;
        padding-left: 20px;
        margin-bottom: 30px;

    }

    .single-page div {

        display: grid;

    }

    #header_one p {
        font-size: 20px !important;
        margin-left: 20px;
        margin-right: 20px;
    }

    #middle_box {
        margin-top: 10px !important;
    }

    #faq {
        font-size: 25px !important;
    }

    #call_to_action_card p, a {
        font-size: 12px !important;
    }

    #call_to_action_card h1 {
        font-size: 19px !important;
    }

    #pricing_check ul > li {

        font-size: 10px;

    }

}

.gateway_channel input:checked + label {

    border: 2px solid #01579b;
    padding: 5px;
    filter: brightness(100%) !important;

}
.gateway_channel input[type=radio] + label {

    padding: 5px;
    filter: brightness(30%);

}

.gateway_channel input[type=radio] {
    position: fixed;
    opacity: 0;
    pointer-events: none;

}
















