* {
    margin: 0;
    padding: 0;
}

html,
body {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
    height: fit-content;
    font-family: "Poppins", sans-serif;
}

.main_bg {

    height: 100%;
    background-image: url('../img/Group6187.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-inline: 120px;

}



.content_div {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    height: 100dvh;
    overflow-x: hidden;

}

.logo_head {
    font-size: 45px;
    font-weight: 700;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.title-wrap {
    text-align: center;
    margin-bottom: 30px;
}

.form_head {
    font-size: 33px;
    font-weight: bold;
    position: relative;
    display: inline-block;
    width: fit-content;
    color: #248D7C;
    margin-bottom: 20px;
}

.form_headget::after {

    width: 330px !important;

}

.form_head::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    width: 280px;
    height: 3px;
    background-color: #168b74;
    border-radius: 2px;
}

.form_div {
    background-color: #FFF;
    border-radius: 8px;
    width: 80%;
    padding: 35px;
    border: 1px solid #ADADAD;
    border-radius: 30px;
}

.input_group {
    margin-bottom: 15px;
}

.input_group label {
    color: #000;
    font-size: 18px;
    padding-bottom: 5px;
    font-weight: 500;
}

.input_group .form-control {
    font-size: 18px;
    border-radius: 9px;
    color: #000;
    padding: 12px 20px;
    font-weight: 300;
}

.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #000;
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, .25);
}

.input_group .form-control::placeholder {
    color: #5c5c5cae;
}

.rember_p {
    display: flex;
    align-items: center;
    gap: 9px;
    font-weight: 300;
    color: #000;
    font-size: 15px;
}

.rember_p .check_i {
    color: #248D7C;
    font-size: 25px;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    height: 25px;
    width: 25px;

}

.rem_div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.login_btn {
    background-color: #248D7C;
    font-size: 20px;
    color: #fff;
    width: 100%;

    padding: 12px;
    box-shadow: 0px 0px 15px #00000029;
    border-radius: 32px;
    margin-top: 5px;
}

.login_btn:hover {
    background-color: #248D7C;
    color: #fff;
}

.new_api_h4 {
    font-size: 20px;
    font-weight: 300;
    margin-block: 25px 0px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.login_fundiv2 {
    padding: 30px 0px;
    height: 100dvh;
    overflow-y: auto;
}




.login_h1 {
    color: #000;
    font-size: 25px;
    text-align: center;
    margin-bottom: 50px;
}

.bg_img {
    background-color: #248D7C;
    border-radius: 50px;
    padding: 15px;
    width: fit-content;
    margin-bottom: 20px;
    margin-left: 22px;
}

.bg_img img {
    width: 50px;
}

.login_card h5 {
    font-size: 20px;
    color: #000000;
    border-bottom: 4px solid #188775;
    width: fit-content;
    padding: 0px 5px 5px 0px;

}

.login_card p {
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
}

.login_card {
    padding-right: 25px;

}

.anim-box {
    display: block;
}

.otp_input {
    position: relative;
}

.resendbtn {
    font-size: 18px;
    background: #2B3B55 0% 0% no-repeat padding-box;
    border-radius: 15px;
    padding: 12px 25px;
    border: 1px solid #2B3B55;
    color: #fff;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.slide_card {
    text-align: center;

}

.succes_color {
    color: #248D7C;
    cursor: pointer;
}

/* .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: 'prev';
    font-size: 22px;
    color: #000;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: 'next';
    font-size: 22px;
    color: #000;
} */

.slider_div {
    padding: 25px 10px;
}

.custom_lottie {

    width: fit-content;

    padding: 8px;
}

.animation_con {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.slide_card p {
    font-size: 20px;
    font-style: italic;
    color: #fff;
    font-weight: 300;
}

.slide_card h6 {
    font-size: 56px;
    color: #FFFFFF;
}

.travel_txt {
    padding: 0px 50px;
}

.travel_txt {
    padding: 0px 0px 0px 70px;
}

.codegenie_txt {
    font-size: 14px;
    color: #000000B3;
    width: fit-content;
    padding: 5px;
    display: flex;
    align-items: center;
    font-weight: 300;
}

.co_div {
    display: flex;
    justify-content: center;
    margin-block: 25px 0px;
}

.api_box_div {
    padding-left: 211px;
}









.forms {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.get_btn {
    background-color: #FFF;
    font-size: 18px;
    color: #248D7C;
    width: fit-content;
    border-radius: 30px;
    padding: 12px 50px;
    margin-top: 20px;

}

.get_btn:hover {
    background-color: #FFF;
    font-size: 18px;
    color: #248D7C;
}

.forgt_p {
    color: #248D7C;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
}

.swiper-wrapper {
    transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
}

.swiper-wrapper {
    transition-timing-function: linear;
}

.dflex_canva {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.canvas_dis {
    width: 180px;
    height: 180px;
    border-radius: 150px;
    overflow: hidden;
}

#rive-canvas {
    width: 100%;
    height: 100%;
    display: block;
}

/* From Uiverse.io by Galahhad */
/* checkbox settings 👇 */

.ui-checkbox {
    --primary-color: #000000;
    --secondary-color: #248D7C;
    --primary-hover-color: #000000;
    /* checkbox */
    --checkbox-diameter: 25px;
    --checkbox-border-radius: 5px;
    --checkbox-border-color: #d9d9d9;
    --checkbox-border-width: 1px;
    --checkbox-border-style: solid;
    /* checkmark */
    --checkmark-size: 1.2;
}

.ui-checkbox,
.ui-checkbox *,
.ui-checkbox *::before,
.ui-checkbox *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.ui-checkbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: var(--checkbox-diameter);
    height: var(--checkbox-diameter);
    border-radius: var(--checkbox-border-radius);
    background: #fff;
    border: var(--checkbox-border-width) var(--checkbox-border-style) var(--checkbox-border-color);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    position: relative;
}

.ui-checkbox::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-box-shadow: 0 0 0 calc(var(--checkbox-diameter) / 2.5) var(--primary-color);
    box-shadow: 0 0 0 calc(var(--checkbox-diameter) / 2.5) var(--primary-color);
    border-radius: inherit;
    opacity: 0;
    -webkit-transition: all 0.5s cubic-bezier(0.12, 0.4, 0.29, 1.46);
    -o-transition: all 0.5s cubic-bezier(0.12, 0.4, 0.29, 1.46);
    transition: all 0.5s cubic-bezier(0.12, 0.4, 0.29, 1.46);
}

.ui-checkbox::before {
    top: 40%;
    left: 50%;
    content: "";
    position: absolute;
    width: 6px;
    height: 14px;
    border-right: 2px solid var(--secondary-color);
    border-bottom: 2px solid var(--secondary-color);
    -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(0);
    -ms-transform: translate(-50%, -50%) rotate(45deg) scale(0);
    transform: translate(-50%, -50%) rotate(45deg) scale(0);
    opacity: 0;
    -webkit-transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
    -o-transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
    transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
}

/* actions */

.ui-checkbox:hover {
    border-color: var(--primary-color);
}

.ui-checkbox:checked {
    background: var(--primary-color);
    border-color: transparent;
}

.ui-checkbox:checked::before {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(var(--checkmark-size));
    -ms-transform: translate(-50%, -50%) rotate(45deg) scale(var(--checkmark-size));
    transform: translate(-50%, -50%) rotate(45deg) scale(var(--checkmark-size));
    -webkit-transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
    -o-transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
    transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
}

.ui-checkbox:active:not(:checked)::after {
    -webkit-transition: none;
    -o-transition: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    transition: none;
    opacity: 1;
}

#cbx:checked~.cbx:after {
    opacity: 1;
    transform: rotate(45deg) scale(1);
}

.cntr {
    position: relative;
}

@keyframes jelly {
    from {
        transform: scale(1, 1);
    }

    30% {
        transform: scale(1.25, 0.75);
    }

    40% {
        transform: scale(0.75, 1.25);
    }

    50% {
        transform: scale(1.15, 0.85);
    }

    65% {
        transform: scale(0.95, 1.05);
    }

    75% {
        transform: scale(1.05, 0.95);
    }

    to {
        transform: scale(1, 1);
    }
}

.hidden-xs-up {
    display: none !important;
}


@media screen and (min-width: 300px) and (max-width: 767px) {

    body {
        overflow-x: hidden !important;
    }

    .main_bg {
        padding-inline: 20px;
        height: auto;
        background-position: top;
    }

    .form_headget::after {
        width: 245px !important;
    }

    .content_div {
        height: auto;
        min-height: 100vh;
        width: auto !important;
    }

    .forms {
        padding: 15px;
    }

    .new_api_h4 {
        font-size: 16px;
    }

    .form_div {
        width: 100%;
        padding: 25px 20px;
        border-radius: 20px;
    }

    .logo_head {
        font-size: 32px;
    }

    .form_head {
        font-size: 24px;
    }

    .form_head::after {
        width: 200px;
    }

    .input_group label {
        font-size: 16px;
    }

    .input_group .form-control {
        font-size: 16px;
        padding: 10px 15px;
    }

    .login_btn {
        font-size: 18px;
        padding: 10px;
    }

    .login_fundiv2 {
        height: auto;
        padding: 20px 0;
    }

    .login_h1 {
        font-size: 22px;
        margin-bottom: 30px;
    }

    .bg_img {
        margin-left: 0;
        padding: 12px;
    }

    .bg_img img {
        width: 40px;
    }

    .login_card {
        padding-right: 0;
        margin-bottom: 25px;
        text-align: center;
    }

    .login_card h5 {
        margin: 0 auto;
        font-size: 18px;
    }

    .login_card p {
        font-size: 14px;
    }

    .slide_card h6 {
        font-size: 36px;
    }

    .slide_card p {
        font-size: 16px;
    }

    .travel_txt {
        padding: 0 15px;
    }

    .api_box_div {
        padding-left: 0;
    }

    .resendbtn {
        font-size: 14px;
        padding: 10px 15px;
        position: static;
        margin-top: 10px;
        width: 100%;
    }

    br {
        display: none;
    }

    .rem_div {

        gap: 10px;

    }

    .forgt_p {
        font-size: 14px;
        margin: 0;
    }

    .rember_p {
        font-size: 14px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {

    .main_bg {
        padding-inline: 0px;
    }

    .form_div {
        width: 100%;
        padding: 25px;
    }

    .logo_head {
        font-size: 36px;
    }

    .form_head {
        font-size: 26px;
    }

    .form_head::after {
        width: 220px;
    }

    .slide_card h6 {
        font-size: 34px;
    }

    .travel_txt {
        padding-left: 30px;
    }

    .api_box_div {
        padding-left: 0;
    }

    .new_api_h4 {
        font-size: 16px;
    }

    .forgt_p {
        margin: 0;
        font-size: 16px;
    }

    .rember_p {
        display: flex;
        align-items: center;
        gap: 6px;


        font-size: 14px;

    }

    .form_div {
        width: 100%;
        padding: 18px;
    }

}

@media screen and (min-width: 1025px) and (max-width: 1800px) {

    .main_bg {
        padding-inline: 0px;
    }

    .form_div {
        width: 100%;
        padding: 25px;
    }

    .logo_head {
        font-size: 36px;
    }

    .form_head {
        font-size: 26px;
    }

    .form_head::after {
        width: 220px;
    }

    .slide_card h6 {
        font-size: 34px;
    }

    .travel_txt {
        padding-left: 30px;
    }

    .api_box_div {
        padding-left: 0;
    }

    .new_api_h4 {
        font-size: 16px;
    }

    .forgt_p {
        margin: 0;
        font-size: 16px;
    }

    .rember_p {
        display: flex;
        align-items: center;
        gap: 6px;


        font-size: 14px;

    }

    .form_div {
        width: 100%;
        padding: 18px;
    }

    .login_fundiv2 {
        padding: 30px 0px;
        height: 100dvh;
        width: 100%;
        overflow-y: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

}