/*
--------------------------
    Basic steup
--------------------------
*/
@font-face {
    font-family: GothamCondensed;
    src: url("../fonts/gothamcondensed-book-webfont.woff") format("opentype");
    font-display: swap;
}

@font-face {
    font-family: Gotham-light;
    src: url("../fonts/GothamCondensed-Light.otf") format("opentype");
    font-display: swap;
}

@font-face {
    font-family: Gotham-Medium;
    src: url("../fonts/GothamCondensed-Medium.otf") format("opentype");
    font-display: swap;
}

html,
body {
    font-size: 16px;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}

/* ========section showcse========= */
.wrapButtonBox {
    flex-flow: column;
    top: 25%;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: 0px 0px 8px 1px #dadada;
    z-index: 999 !important;
}

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: 0.4;
    }

    to {
        opacity: 1;
    }
}

.ahl:after {
    content: "";
    display: block;
    background: #063561;
    height: 2px;
    width: 70px;
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    animation-duration: 2s;
}

#section_map a {
    transition: all 0.5s;
}

#section_map a:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.bh_1:hover {
    transform: translateY(-4px) !important;
    -webkit-transform: translateY(-4px) !important;
    -moz-transform: translateY(-4px) !important;
    -ms-transform: translateY(-4px) !important;
    -o-transform: translateY(-4px) !important;
}

.anim:hover .shake {
    -webkit-animation-name: spaceboots;
    animation-name: spaceboots;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@keyframes spaceboots {
    0% {
        -webkit-transform: translate(2px, 1px) rotate(0deg);
    }

    10% {
        -webkit-transform: translate(-1px, -2px) rotate(-1deg);
    }

    20% {
        -webkit-transform: translate(-3px, 0px) rotate(1deg);
    }

    30% {
        -webkit-transform: translate(0px, 2px) rotate(0deg);
    }

    40% {
        -webkit-transform: translate(1px, -1px) rotate(1deg);
    }

    50% {
        -webkit-transform: translate(-1px, 2px) rotate(-1deg);
    }

    60% {
        -webkit-transform: translate(-3px, 1px) rotate(0deg);
    }

    70% {
        -webkit-transform: translate(2px, 1px) rotate(-1deg);
    }

    80% {
        -webkit-transform: translate(-1px, -1px) rotate(1deg);
    }

    90% {
        -webkit-transform: translate(2px, 2px) rotate(0deg);
    }

    100% {
        -webkit-transform: translate(1px, -2px) rotate(-1deg);
    }
}

.fadeInLeft,
.fadeInRight {
    animation-duration: 3s;
}

.mob_div:hover .img-1 {
    display: none !important;
}

.mob_div:hover .img-2 {
    display: block !important;
}

#understand {
    background-image: linear-gradient(rgba(1, 41, 82, 0.9),
            rgba(1, 41, 82, 0.9)),
        url(./../images/understanding-bg.jpg);
}

.mob_wraper {
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 7777;
    transition: all 0.3s;
}

/* main nav  */

.mob_wraper {
    z-index: 7777;
    transition: all 0.3s;
}

@supports (-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px)) {
    .mob_wraper {
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
        background-color: rgba(0, 0, 0, 0.3);
    }
}

.mobnav__content {
    z-index: 8888;
}

.mobnav_button {
    z-index: 99999;
}

.mobnav_checkbox:checked~.mob_wraper {
    visibility: visible !important;
    opacity: 1;
}

.mobnav_checkbox:checked~.mob_wraper .mobnav__content {
    margin-left: 0px;
}

.mobnav_list li a {
    transition: all 0.2s;
}

.cel_sel:hover .ndu {
    display: block;
}

.cel_sel:hover .ndt {
    background-color: rgba(217, 119, 6, 0.966) !important;
    color: #ffffff;
}

.ndu:before,
.dropdown-menu2:before {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    left: 15%;
    z-index: 16;
    border-right: 15px transparent solid;
    border-left: 15px transparent solid;
    border-bottom: 10px #bfd4ea solid;
}

@media (max-width: 768px) {

    .ndu:before,
    .dropdown-menu2:before {
        display: none;
    }
}

.dropdown-menu2:before {
    border-bottom: 10px #ffffff solid;
}

.dropdown2:hover .dropdown-menu2 {
    display: block;
}

.ndt {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

/* ==================================sign up page css================================= */
#create_account .from-step {
    -webkit-box-shadow: 11px 13px 15px -16px rgba(0, 0, 0, 0.5);
    box-shadow: 11px 13px 15px -16px rgba(0, 0, 0, 0.5);
}

#create_account .reg_nav {
    padding: 15px 15px 15px 26px;
    -webkit-box-shadow: 5px 3px 5px 0px #00000014;
    box-shadow: 5px 3px 5px 0px #00000014;
}

#create_account .check-box .form-group label:before {
    content: "";
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
        inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
        inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
}

#create_account .check-box .form-group input:checked+label:after {
    content: "";
    height: 14px;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#create_account .reg_nav ul li a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.d-none {
    display: none !important;
}