* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: "Manrope", sans-serif;
}
section {
    padding-top: 37px;
    padding-bottom: 50px;
    z-index: 2;
    /* position: relative; */
}
.navline {
    background: rgba(255, 255, 255, 0.8) !important;
    z-index: 99 !important;
    backdrop-filter: blur(10px) !important;
}
.tztcol {
    color: #030319 !important;
    font-weight: 600;
    font-size: 16px;
}
.gbtn {
    background-color: black;
    border: none;
    color: #fff;
    border-radius: 23px;
    padding: 8px 23px;
    font-weight: 800;
    font-size: 16px;
    font-family: Manrope;
}
.drpdn {
    border: none;
    background: rgb(255, 255, 255);
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 20px;
}
.dropdown-toggle::after {
    display: none;
}
.df_cont h1 {
    font-family: 'Clash Grotesk';
    font-weight: 800;
    font-size: 52px;
    color: #030319;
    /* background: -webkit-linear-gradient(#000000, #1164f4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
}
.df_cont h1 span{
    font-family: 'Clash Grotesk';
    font-weight: 800;
    font-size: 52px;
   background: linear-gradient(181.53deg, #00DECA -39.79%, #1A6AF4 98.7%);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   background-clip: text;
}
.df_cont p {
    color: rgba(3, 3, 25, 0.6);
    font-weight: 400;
    font-size: 16px;
}
/* .df_cont h1 {
    padding-top: 20%;
} */
.exp_btn {
    background: #272727;
    width: 177px;
    height: 48px;
    border-radius: 32px;
    backdrop-filter: blur(4px);
    border: none;
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
}
/* .bgc {
    background: linear-gradient(0deg, #ffffff 0%, #f5f7fb 100%);
} */
.ipt_bg {
    background: rgba(143, 146, 161, 0.08);
    /* width: 384px; */
    height: 48px;
    border-radius: 8px;
}
.btn-black {
    width: 172px;
    background: #272727;
    border-radius: 30px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    height: 48px;
    align-items: center;
    margin-top: -3px;
}
.btn-black:hover {
    color: white;
}
.btn-white {
    background: #ffffff;
    color: #1a6af4 !important;
    border: 1px solid #1a6af4 !important;
    margin: 10px 0 0;
    font-weight: 800;
    font-size: 16px;
}
.refmg {
    margin-left: 30px;
}
.sng_up h1 {
    color: #000000;
    font-weight: 800;
    font-size: 48px;
}
.sng_up p {
    color: rgba(3, 3, 25, 0.6);
    font-size: 18px;
}
#cards_landscape_wrap-2 {
    text-align: center;
    /* background: #f7f7f7; */
}
/* #cards_landscape_wrap-2 .container {
    padding-top: 80px;
    padding-bottom: 100px;
} */
#cards_landscape_wrap-2 a {
    text-decoration: none;
    outline: none;
}
#cards_landscape_wrap-2 .card-flyer {
    border-radius: 24px;
    min-height: 270px;
}
#cards_landscape_wrap-2 .card-flyer .image-box {
    background: #ffffff;
    overflow: hidden;
    /* box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.5); */
    border-radius: 24px;
}
.image_sec {
    /* width: 112px; */
    height: 112px;
    padding-top: 28px;
}
#cards_landscape_wrap-2 .card-flyer .image-box img {
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    width: 100%;
    height: 200px;
}
#cards_landscape_wrap-2 .card-flyer:hover .image-box img {
    opacity: 0.7;
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}
#cards_landscape_wrap-2 .card-flyer .text-box {
    text-align: center;
}
#cards_landscape_wrap-2 .card-flyer .text-box .text-container {
    padding: 30px 18px;
}
#cards_landscape_wrap-2 .card-flyer {
    background: #ffffff;
    margin-top: 36px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    /* box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.4); */
    box-shadow: 16px 16px 50px rgba(0, 0, 0, 0.02);
}
#cards_landscape_wrap-2 .card-flyer:hover {
    background: #fff;
    /* box-shadow: 0px 15px 26px rgba(0, 0, 0, 0.5); */
    box-shadow: 16px 16px 50px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    margin-top: 50px;
}
#cards_landscape_wrap-2 .card-flyer .text-box p {
    margin-top: 10px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    letter-spacing: 1px;
    color: rgba(3, 3, 25, 0.6);
    font-weight: 500;
    font-size: 16px;
}
#cards_landscape_wrap-2 .card-flyer .text-box h6 {
    margin-top: 0px;
    margin-bottom: 4px;
    font-size: 18px;
    font-weight: bold;
    /* text-transform: uppercase;
    font-family: "Roboto Black", sans-serif; */
    letter-spacing: 1px;
    color: #162647;
}
.gtewy {
    font-style: normal;
    font-size: 48px;
    line-height: 60px;
    font-weight: 800;
    background: -webkit-linear-gradient(#000000, #1164f4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.reacrd {
    font-style: normal;
    font-size: 48px;
    line-height: 60px;
    font-weight: 800;
    background: -webkit-linear-gradient(#000000, #1164f4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-top: 12%;
}
.avail p {
    color: rgba(3, 3, 25, 0.6);
    font-size: 16px;
    line-height: 24px;
}
.lrn_main {
    display: flex;
    align-items: center;
}
.lern_tzt {
    margin-left: 19px;
    font-size: 18px;
    color: #000000;
}
.bkgtzt {
    color: rgba(3, 3, 25, 0.6);
    /* font-weight: 600; */
    /* font-size: 18px; */
    font-weight: 600;
    font-size: 18px;
    font-family: "Manrope";
}
.download {
    background: #e5f1ff;
    background: #e5f1ff;
    width: 56%;
    padding: 13px 18px 11px 11px;
    border-radius: 32px;
}
.dlc {
    color: #7babfa;
}
.mr-60 {
    margin-right: 22px;
}
.pptzt {
    margin-right: 30px;
}
.reser {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    margin-top: 20px;
}
.ftc {
    color: rgba(3, 3, 25, 0.6);
    /* font-family: "Manrope"; */
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
}
.ftc:hover {
    color: black !important;
}
.ftcok {
    /* font-family: Manrope;
    font-style: normal; */
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: rgba(3, 3, 25, 0.6);
}
@media screen and (max-width: 1200px) {
    .df_cont h1,
    .df_cont h1 span {
        font-size: 49px;
    }
}
@media screen and (max-width: 990px) {
    #cards_landscape_wrap-2 .card-flyer .text-box p {
        font-size: 15px;
    }
}
@media screen and (max-width: 900px) {
    .bknbg img {
        margin-top: 28%;
    }
    .gtewy {
        font-size: 29px;
        line-height: 44px;
    }
    .sec_stbt {
        margin-left: 27%;
    }
    .download {
        width: 72%;
    }
    .mr-60 {
        margin-right: 7px;
    }
    .reser {
        display: inline-block;
        margin-top: 0px;
        align-items: center;
    }
    .pptzt {
        margin-right: 10px;
        font-size: 14px;
    }
    .df_cont h1,
    .sng_up h1 {
        padding-top: 0%;
        /* font-size: 24px; */
    }
    .refmg {
        margin-left: 7px;
    }
    .df_cont p {
        font-size: 14px;
    }
    .sng_up p,
    .lern_tzt {
        font-size: 16px;
    }
    .reacrd {
        font-size: 38px;
    }
}
.suss {
    color: rgb(31, 177, 80);
}
.err {
    color: rgb(238, 80, 80);
}
.bg-card {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0;
}
.min-he-400 {
    min-height: 400px;
}
.black-card {
    z-index: 1;
    max-width: 395px;
    min-width: 395px;
    min-height: 250px;
}
.NameClass {
    position: absolute;
    top: 185px;
    left: 40px;
    color: #eff0f2;
    z-index: 100;
    font-size: 21px;
}
/* menu */

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}
.dropdown-item {
    padding: 0.6rem 1rem;
    color: #9c9fa3;
}
.nav-menu-sub {
    width: 160px;
}
.nav-menu-sub .header55 img {
    margin-right: 7px;
}
.nav-menu-sub .header55 {
    margin: 0 10px;
    font-size: 12px;
    color: #9c9fa3;
}
.navbar-light .navbar-nav .nav-link .bi.bi-chevron-down {
    width: 13px;
    margin-left: 5px;
}
/* .vis1,
.vis2,
.vis3,
.vis4 {
    margin-top: 30%;
} */
.vis2,
.vis3,
.vis4 {
    margin-left: 10%;
}
.pv_sec {
    margin-right: 9%;
}
@media (min-width: 300px) and (max-width: 1024px) {
    .crd img {
        display: none;
    }
    .pv_sec {
        margin-right: 0%;
    }
}
.captcha {
    background-color: rgba(143, 146, 161, 0.08);
    border: 1px solid #ced4da;
    border-radius: 8px;
    color: #4c4a4b;
    display: flex;
    /* justify-content: center; */
    align-items: center;
}
.text {
    font-size: 1em;
    font-weight: 500;
    margin-right: 1em;
}
.spinner {
    position: relative;
    width: 2em;
    height: 1em;
    display: flex;
    margin: 1em 1em;
    align-items: center;
    justify-content: center;
}
input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    z-index: -1;
}
input[type="checkbox"] + .checkmark {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    background-color: #fcfcfc;
    border: 1px solid #c3c3c3;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
input[type="checkbox"] + .checkmark span {
    content: "";
    position: relative;
    margin-top: -3px;
    transform: rotate(45deg);
    width: 0.75em;
    height: 1.2em;
    opacity: 0;
}
input[type="checkbox"] + .checkmark > span:after {
    content: "";
    position: absolute;
    display: block;
    height: 3px;
    bottom: 0;
    left: 0;
    background-color: #029f56;
}
input[type="checkbox"] + .checkmark > span:before {
    content: "";
    position: absolute;
    display: block;
    width: 3px;
    bottom: 0;
    right: 0;
    background-color: #029f56;
}
input[type="checkbox"]:checked + .checkmark {
    animation: 2s spin forwards;
}
input[type="checkbox"]:checked + .checkmark > span {
    animation: 1s fadein 1.9s forwards;
}
input[type="checkbox"]:checked + .checkmark > span:after {
    animation: 0.3s bottomslide 2s forwards;
}
input[type="checkbox"]:checked + .checkmark > span:before {
    animation: 0.5s rightslide 2.2s forwards;
}
@keyframes fadein {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes bottomslide {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}
@keyframes rightslide {
    0% {
        height: 0;
    }
    100% {
        height: 100%;
    }
}
.logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    align-self: flex-end;
    margin: 0.5em 1em;
}
.logo img {
    height: 2em;
    width: 2em;
}
.logo p {
    color: #9d9ba7;
    margin: 0;
    font-size: 1em;
    font-weight: 700;
    margin: 0.4em 0 0.2em 0;
}
.logo small {
    color: #9d9ba7;
    margin: 0;
    font-size: 0.8em;
}
@keyframes spin {
    10% {
        width: 0;
        height: 0;
        border-width: 6px;
    }
    30% {
        width: 0;
        height: 0;
        border-radius: 50%;
        border-width: 1em;
        transform: rotate(0deg);
        border-color: rgb(199, 218, 245);
    }
    50% {
        width: 2em;
        height: 2em;
        border-radius: 50%;
        border-width: 4px;
        border-color: rgb(199, 218, 245);
        border-right-color: rgb(89, 152, 239);
    }
    70% {
        border-width: 4px;
        border-color: rgb(199, 218, 245);
        border-right-color: rgb(89, 152, 239);
    }
    90% {
        border-width: 4px;
    }
    100% {
        width: 2em;
        height: 2em;
        border-radius: 50%;
        transform: rotate(720deg);
        border-color: transparent;
    }
}
.desg-name {
    color: red;
    font-weight: bold;
    font-size: 20px;
}
.scic {
    margin-left: 10px;
}
.scic2 {
    margin-left: 50px;
}
.plcy ul {
    display: flex;
    list-style: none;
    padding: 10px 12px;
}
.fvttzt {
    color: rgba(3, 3, 25, 0.6);
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
}
.mt-50 {
    padding-top: 17%;
}
@media (min-width: 375px) and (max-width: 400px) {
    .black-card {
        min-width: 370px;
    }
}
.tglbg{
    background: #F4F4F4;
    border-radius: 40px;
    padding: 4px;
}
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link{
    background: #FCFCFC;
    /* Button/01 */

    box-shadow: 0px 4px 8px -4px rgba(0, 0, 0, 0.25),
    inset 0px -1px 1px rgba(0, 0, 0, 0.04),
    inset 0px 2px 0px rgba(255, 255, 255, 0.25);
    border-radius: 32px;
    /* width: 186px;
    height: 32px; */
    color: #1A1D1F;
    font-weight: 800;
    font-size: 15px;
}
.nav-link{
    color: #6F767E;
    font-weight: 800;
    font-size: 15px;
}
.nav-link:hover{
     color: #1A1D1F;
     font-weight: 800;
     font-size: 15px;
}
@media (min-width: 768px) and (max-width:991px){
    .tglbg,
    .nav-pills .nav-link.active,
    .nav-pills .show>.nav-link {
        border-radius: 9px;
    }
    
    
}