h1, h2, h3, h4, h5, h6, p, span, a, li, pre, b, td, th, body, input, select, button {
    font-family: 'Poppins', sans-serif !important;
    letter-spacing: normal !important;
}
*::placeholder {
    letter-spacing: normal !important;
}

.nav-menu {
    height: 150px;
    display: flex;
    align-items: center;
    z-index: 12;
    /* background-image: url("../images/Frame 1.webp"); */
    object-fit: cover;
    background-size: cover;
    background-position-y: center;
    background: #1175da;
    /* background-image: linear-gradient(to right, #19d4fc, #0d2da5); */
    background-image: linear-gradient(to left, #19d4fc, #0d2da5);
    /* overflow: hidden; */
}

.marginT {
    /* margin-top: 35px */
}

.header_logo {
    /* margin-bottom: 12px; */
    height: 85px;
    width: 319px !important;
    object-fit: contain;
    margin-bottom: 30px;
}

.nav-menu .container-fluid {
    padding: 0rem 3rem !important
}

.nav-menu .links {
    display: flex;
    list-style: none;
    align-items: center;
    /* padding-top: 38px; */
    margin-bottom: -30px;
    z-index: 1000;
    position: relative;
    min-width: 520px;
    justify-content: center;
}

.nav-menu .links::after {
    position: absolute;
    background-color: #fff !important;
    width: 100vw;
    content: "";
    height: 40px;
    /* transform: rotate(1deg); */
    right: 99%;
    top: 4px;
}

.searchmobile {
    display: none;
}

.nav-menu .links::before {
    position: absolute;
    background-color: #ffffff !important;
    content: "";
    height: 60px;
    width: 30px;
    transform: rotate(318deg);
    top: 7px;
    right: 95%;
}

.message_toggle_span_show {
    text-align: center;
    position: absolute;
    border-radius: 50%;
    top: -14px;
    right: -8px;
    background: red;
    width: 25px;
    height: 25px;
    line-height: 25px;
    color: #fff;
    font-size: 13px;
}

.bttons {
    margin-bottom: 20px;
    display: flex;
}

.lnks_and_buttons {
    display: flex;
    flex-direction: column-reverse;
    align-items: end
}

.sm-bttons,
.notif-sm {
    display: none
}

.nav-menu .links li {

    margin-left: 35px;
}

.nav-menu .links li:last-child {

    margin-right: 0px !important;
}

.nav-menu .links li a {
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    font-size: 19px;
    transition: all 0.2s ease-in-out
}



.nav-menu .links li a:hover {
    color: #e9dd0d
}

.logo img {
    width: 130px
}

form {
    position: relative
}

.links.active {
    top: 90px
}

.nav-menu .input {
    position: relative;
    outline: none;
    border: none;
    padding: 10px;
    border-radius: 50px;
    background-color: #f1f1f1;
    width: 250px
}

.searchmobile .input {
    width: 100% !important;
}

.lnks_and_buttons form {
    margin-right: 20px;
}

.nav-search {
    width: 20px !important;
    height: 20px !important;
}

.search {
    position: absolute;
    right: 2%;
    top: 25%;
    font-size: 15px;
    background: transparent;
    border: none;
    outline: none;
    color: #999797
}

.nav-menu input::placeholder {
    color: #1477dd;
    font-size: 14px
}

.toggle-icone {
    border: none;
    background: transparent;
    outline: none;
    font-size: 20px;
    display: none
}

@media (max-width:770px) {

    .logo img {
        width: 200px
    }

    .header_logo {
        margin-bottom: 0;
        height: 79px;
        width: 260px !important;
    }

    .nav-menu {
        align-items: flex-end
    }

    .logo-search {
        flex-direction: column;
        justify-content: flex-start !important;
        align-items: flex-start !important
    }

    .nav-menu form {
        margin-top: 10px
    }

    .nav-menu {
        padding: 20px 0
    }

    .nav-menu .input {
        width: 100%;
        margin-left: 0
    }
}



@media (max-width:1000px) {

    .change_currency,
    .change_lang {
        margin-left: 35px !important;
    }

    .nav-menu .links::before,
    .nav-menu .links::after {
        display: none !important;
    }

    .notif-lg form {
        display: none;
    }

    .searchmobile {
        display: block;
    }

    .nav-menu {
        height: 190px;
    }

    .links.active {
        top: 190px
    }

    .links {
        position: absolute !important;
        /* background-image: url("../images/Rectangle\ 12.png"); */
        background-image: linear-gradient(to right, #19d4fc, #0d2da5);
        align-items: flex-start !important;
        flex-direction: column;
        justify-content: flex-start;
        top: -600px;
        left: 0;
        transition: all 0.2s ease-in-out;
        padding-left: 10%;
        z-index: 1;
        padding-bottom: 5%;
        width: 100% !important;
        text-align: left;
        padding: 25px 0;
    }

    .links li {
        margin-bottom: 20px
    }

    .bttons {
        display: none
    }

    .toggle-icone {
        display: block
    }

    .sm-bttons {
        display: block;
        margin-top: 30px
    }

    .toggle-icone {
        display: block;
        position: absolute;
        top: 76px;
        color: #fff;
        right: 10px;
        font-size: 24px
    }
}

.nav-btn-login,
.nav-btn-register {
    border: none;
    outline: none;
    border-radius: 10px;
    padding: 8px 15px;
    width: 100px;
    margin: 0 5px;
    box-shadow: -4px 2px 6px 0 #3c3838
}

.nav-btn-login {
    background-color: #005180;
    color: #fff
}

.nav-btn-register {
    color: #005180;
    background-color: #e9dd0d
}

.change_currency,
.change_lang {
    color: #fff;
    cursor: pointer;
    margin-left: 20px !important;
    position: relative;
    font-size: 20px;
}

@media(max-width:500px) {
    .nav-menu .links {
        width: 100% !important;
        min-width: initial;
    }

    .nav-menu .container-fluid {
        padding: 0rem 1rem !important
    }

    .navlogin .toggle-icone {
        top: 130px;
    }

    .navlogin .header_logo {
        margin-bottom: 0;
        height: 79px;
        width: 196px !important;
    }

    .notifiction img {
        width: 35px;
        height: 35px;
    }

    .message_toggle,
    .notif_toggle {
        width: 30px;
        height: 30px;
    }

    .message_toggle i,
    .notif_toggle i {
        font-size: 17px;
        color: #1477dd;
    }

    .notifiction a {
        margin-right: 0;
        margin-left: 10px;
        font-size: 20px;
    }
}

.navlogin .links::after {
    width: 100vw;
    right: 98%;
}

.dr-lang {
    position: relative;
}

.switch_currency,
.switch_lang {
    position: absolute;
    top: 100%;
    background-color: #fff;
    /* width: 50px; */
    text-align: center;
    display: none;
    transition: all 0.3s ease-in-out;
    padding: 0px 8px;
    left: -20px;
    border-radius: 10px;
}

.switch_currency a,
.switch_lang a {
    color: #1477dd !important;
    font-size: 16px !important;
    font-weight: bold !important;

}

.change_lang:hover>.switch_lang {
    display: block;
    z-index: 10;
}

.change_currency:hover>.switch_currency {
    display: block;
    z-index: 10;
}

.switch_currency a,
.switch_lang a {
    padding: 5px;
    display: block;

}

@media (max-width:1000px) {

    .change_currency,
    .change_lang {
        margin-left: 35px !important;
    }
}

.navlogin .links::before {
    position: absolute;
    background-color: #ffffff;
    content: "";
    height: 53px;
    width: 30px;
    transform: rotate(317deg);
    top: 7px;
    right: 95%;
}

.flag {
    display: flex;
    align-items: center;
    gap: 4px;
}

.flag img {
    width: 25px;
    height: 16px;
    object-fit: cover;
}