.header-menu-logo {
    display: flex;
    align-items: center;
    gap: 50px;
}

li.nav-link a {
    font-size: 15px;
    font-weight: 500;
}

ul.nav-list {
    display: flex;
    align-items: center;
    gap: 35px;
}

nav.navigation {
    padding: 7px;
    box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 20px 1px;
}

.company-btn {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
}

.header-btn {
    font-size: 16px;
    font-weight: 500;
    color: var(--second-color);
    padding: 5px 20px;
    border-radius: 28px;
    transition: all 0.3s ease 0s;
    border: 1px solid var(--second-color);
    background: none;
}

.header-btn:hover {
    background: var(--second-color);
    color: var(--white-color);
}

.header-btn:hover {
    background: var(--second-color);
    color: var(--white-color);
}

li.nav-link a {
    color: var(--second-color);
    transition: all 0.3s ease 0s;
}

li.nav-link a:hover {
    color: var(--main-color);
}

a.header-btn:hover svg path {
    fill: rgb(255, 255, 255);
}

.footer {
    background: var(--second-color);
    margin-top: 50px;
}

ul.social-ul {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer-social {
    margin-top: 50px;
}

.address {
    color: var(--white-color);
    margin-top: 20px;
    width: 80%;
    margin-bottom: 20px;
}

.mobile-app .button-wrapper {
    width: 100%;
    margin-bottom: 10px;
}

.footer-menu-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
    transition: all 0.3s ease 0s;
    color: var(--white-color);
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(221, 221, 221);
    position: relative;
}

.mobile-user-hemberger {
    display: flex;
    align-items: center;
}

.header-user-name span p {
    width: 20px;
    height: 20px;
    background: #ff3978;
    border-radius: 50%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    right: -9px;
    top: -7px;
    color: #fff;
}

ul.footer-menu-list li a {
    color: var(--white-color);
}

ul.footer-menu-list li a:hover {
    color: var(--main-color);
}

.copyright {
    text-align: center;
    border-top: 1px solid rgb(221, 221, 221);
    margin-top: 25px;
    padding: 20px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.forgot-pass {
    border: none;
    background: none;
    transition: all 0.3s ease 0s;
    color: var(--second-color);
}

.forgot-pass:hover {
    color: var(--main-color);
}

.form-control {
    padding: 0.575rem 0.75rem;
    border-radius: 2px;
}

.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: rgb(134, 183, 254);
    outline: 0px;
    box-shadow: none;
}

.btn-close:focus {
    outline: 0px;
    box-shadow: none;
    opacity: var(--bs-btn-close-focus-opacity);
}

.modal-header {
    background: var(--second-color);
    color: var(--white-color);
}

.change-model {
    color: var(--text-color);
}

.video-model-close {
    position: absolute;
    background: rgb(255, 255, 255);
    right: -20px;
    top: -20px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.newsletter-input {
    width: 100%;
    background: rgb(255, 255, 255);
    padding: 7px 20px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

input#subscribe-email {
    width: 100%;
    border: none;
}

.newsletter-input:focus {
    border: 1px solid var(--mian-color);
}

.newsletter-text h4 {
    font-weight: 600;
    font-size: 20px;
}

.newsletter-text {
    color: var(--white-color);
}

.newsletter-text p {
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}

.footer-newsletter {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgb(255, 255, 255);
}

.subscribe-button {
    background: none;
    border: none;
}

.addres p {
    background: rgba(0, 0, 0, 0.22);
    margin-bottom: 10px;
    padding: 5px 20px;
    border-radius: 30px;
    color: var(--white-color);
    gap: 10px;
    display: flex;
    align-items: center;
    width: 75%;
}

.addres p a {
    color: var(--white-color);
    transition: all 0.3s ease 0s;
}

.footer-social {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-social p {
    font-weight: 700;
    color: var(--white-color);
}

.blog-sm-thamble {
    display: flex;
    gap: 10px;
}

.blog-sm-thamble img {
    width: 30%;
    border-radius: 10px;
}

a.sm-title {
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease 0s;
}

p.date {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    color: rgb(221, 221, 221);
    font-size: 12px;
    line-height: 100%;
}

.blog-sm-title-date {
    width: 100%;
    border-bottom: 1px solid rgb(221, 221, 221);
    margin-bottom: 10px;
}

.footer-menu-list li {
    margin-bottom: 20px;
}

ul.footer-menu-link li {
    color: var(--white-color);
    font-weight: 500;
    transition: all 0.3s ease 0s;
}

a.footer-link {
    color: var(--color-white);
    transition: all 0.3s ease 0s;
}

ul.footer-menu-link li i {
    padding-right: 3px;
}

ul.footer-menu-link li:hover a {
    color: var(--main-color);
}

ul.footer-menu-link li:hover {
    padding-left: 5px;
}

h2.footer-menu-title::before {
    content: "";
    width: 50px;
    height: 2px;
    position: absolute;
    background: var(--main-color);
    bottom: -1px;
}

a.down-btn.color3-bg.fl-wrap {
    display: flex;
    text-align: center;
    background: rgb(255, 255, 255);
    border-radius: 30px;
    padding: 5px;
    font-size: 12px;
    font-weight: 800;
    color: rgb(85, 81, 81);
    align-items: center;
    justify-content: center;
    gap: 10px;
    z-index: 1;
    margin: 4px;
}

.mobile-app {
    margin-top: 25px;
}

ul.footer-another-page {
    display: flex;
    align-items: center;
    gap: 20px;
}

ul.footer-another-page li a {
    color: rgb(255, 255, 255);
    transition: all 0.3s ease 0s;
}

ul.footer-another-page li a:hover {
    color: var(--main-color);
}

.copyright p {
    font-weight: 600;
    color: var(--white-color);
}

.fl-wrap {
    float: left;
    width: 100%;
    position: relative;
    text-align: center;
}

.log-separator::before,
.log-separator::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0px;
    width: 50%;
    height: 1px;
    background: rgb(238, 238, 238);
    z-index: 1;
}

.log-separator::after {
    left: inherit;
    right: 0px;
}

.log-separator span {
    position: relative;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border: 1px solid rgb(238, 238, 238);
    border-radius: 100%;
    display: inline-block;
    background: rgb(245, 246, 250);
    font-size: 10px;
    text-transform: uppercase;
    z-index: 2;
    color: rgb(125, 147, 178);
    text-align: center;
}

.soc-log a.facebook-log {
    background: rgb(59, 89, 152);
}

.soc-log a {
    float: left;
    width: 100%;
    color: rgb(255, 255, 255);
    height: 44px;
    line-height: 50px;
    margin-bottom: 10px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    text-align: center;
    box-shadow: rgba(255, 255, 255, 0.2) 0px 0px 0px 7px;
}

.soc-log p,
.lost-password-tootip p {
    margin-bottom: 12px;
    font-size: 12px;
    color: rgb(125, 147, 178);
}

a.down-btn.color3-bg.fl-wrap i {
    font-size: 22px;
}

.mobile-menu {
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 20px 1px;
    display: none;
}

.mobile-hemberger-menu {
    position: fixed;
    width: 300px;
    background: rgb(187 187 187 / 78%);
    box-shadow: rgb(221, 221, 221) 1px 1px 1px 1px;
    z-index: 9999;
    padding: 20px;
    height: 100%;
    margin-top: 18px;
    right: -100%;
    transition: all 0.3s ease 0s;
    backdrop-filter: blur(12px);
}

.hambarger-menu {
    font-size: 30px;
}

a.mobile-link {
    color: rgb(0, 0, 0);
    font-size: 16px;
    transition: all 0.3s ease 0s;
}

li.mobile-li {
    margin-bottom: 5px;
}

.country-slider-nav {
    display: block !important;
}

ul.footer-menu-link {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.header-user-menu {
    float: right;
    position: relative;
    /* top: 20px; */
    margin-left: 50px;
    margin-right: 40px;
}

.header-user-name span {
    position: relative;
    width: 38px;
    height: 38px;
    border-radius: 100%;
    /* overflow: hidden; */
    top: 0;
    /* left: -50px; */
    display: inline-flex;
}

.header-user-name {
    position: relative;
    float: left;
    cursor: pointer;
    /* color: #fff; */
    transition: 0.2s;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-top: 6px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-user-name span img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.header-user-menu ul {
    margin: 10px 0 0 0;
    opacity: 0;
    list-style: none;
    visibility: hidden;
    position: absolute;
    min-width: 150px;
    top: 35px;
    left: -50px;
    z-index: 1;
    padding: 0;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #eee;
    transition: all .2s ease-in-out;
}

.header-user-menu ul li {
    float: left;
    width: 100%;
    padding: 4px 0;
}

.header-user-menu ul li a {
    color: #50596E;
    float: left;
    width: 100%;
    font-weight: 500;
    text-align: left;
    padding: 0px 15px;
    transition: .3s;
}

.header-user-menu:hover ul {
    visibility: visible;
    opacity: 1;
    z-index: 111;
}

.header-user-menu ul li a:hover {
    color: var(--main-color);
}

@media screen and (max-width: 992px) {
    .header-user-menu {
        float: initial;
        position: relative;
        /* top: 20px; */
        margin-left: 50px;
        margin-right: 15px;
        display: inline-block;
    }
    .header-user-menu ul {
        margin: 10px 0 0 0;
        opacity: 0;
        list-style: none;
        visibility: hidden;
        position: absolute;
        min-width: 150px;
        top: 33px;
        left: -90px;
        z-index: 1;
        padding: 0;
        background: #fff;
        border-radius: 6px;
        border: 1px solid #eee;
        transition: all .2s ease-in-out;
        right: 0;
    }
}