/*start Nav Bar  */
.my-nav {
    padding: 24px 0;
    overflow: visible;
    /* overflow-x: hidden; */
    position: relative;
    z-index: 111;
    background-color: #fff;
}
.dropdown-toggle_nav {
    padding: 0 !important;
}
.dropdown_icon {
    display: none !important;
}

@media (max-width: 991px) {
    .dropdown_icon {
        display: block !important;
    }
}

@media (max-width: 991px) {
    .my-nav {
        background-color: transparent;
    }
}
.navbar-log {
    max-width: 142px;
    max-height: 48px;
}
.navbar-log img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.navbar-links {
    gap: 30px;
}
.nav-link {
    font-size: 18px;
    font-weight: 400;
}

.nav-link.active {
    color: var(--main-color) !important;
}

.nav-Subscribe-btn a {
    background-color: var(--main-color);
    padding: 10px 14px;
    border-radius: var(--main-border-radius);
    font-size: 16px;
    font-weight: 400;
    line-height: 29.98px;
    color: #fff;
}

.nav-search-btn {
    cursor: pointer;
    font-size: 24px;
}

.nav-modal-search {
    transform: translateY(90px);
}

.modal-backdrop.fade.show {
    z-index: 12;
}
.modal-body {
    padding: 40px 40px;
}
.nav_search-input {
    max-width: 400px;
    height: 56px;
    width: 100%;
    padding: 10px 14px;
    font-size: 20px;
    outline: none;
    border-radius: var(--main-border-radius) 0 0 var(--main-border-radius);
    border: 1px solid #0d0c2226;
    transition: 0.3s;
}

.nav_search-input:focus {
    border: 1px solid var(--main-color);
}
.nav_modal-search-submit {
    padding: 10px 25px;
    font-size: 20px;
    border-radius: 0 var(--main-border-radius) var(--main-border-radius) 0;
    color: #fff;
    background-color: var(--main-color);
    height: 56px;
}

.nav-aside-menu-btn {
    cursor: pointer;
    font-size: 20px;
}

.aside-nav {
    background-color: #565656;
    max-width: 300px;
    color: #ffffff;
}
.aside-logo {
    max-width: 118px;
    max-height: 40px;
}
.aside-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.nav-aside-close {
    cursor: pointer;
    font-size: 25px;
    color: #fff;
    transition: 0.3s;
}
.nav-aside-close:hover {
    color: #000;
}

.nav-link_menu {
    border-bottom: 1px solid #ffffff26;
    padding: 13px 0;
}
.nav-link_menu.active {
    color: #000000 !important;
    border-bottom: 1px solid #00000076;
}

.nav-aside-contact-icon {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: var(--main-color);
    color: #fff;
    font-size: 12px;
}
.nav-aside-contact-text {
    font-size: 12px;
    font-weight: 400;
    line-height: 22.49px;
    color: #fff;
}
.nav-aside-social-link {
    width: 30px;
    height: 30px;
    border-radius: 7px;
    background-color: #fff;
    font-size: 20px;
    color: var(--main-color);
}

.dropdown-toggle {
    padding: 0 !important;
}

@media (max-width: 768px) {
    .modal-body {
        padding: 40px 10px;
    }
    .my-nav {
        padding-top: 0;
        position: absolute;
        top: 10px;
        width: 100%;
    }
    .dropdown-toggle_nav {
        display: none !important;
    }
}

/* End Nav Bar */
/* Start Main */
main {
    min-height: calc(100vh - 96px);
    overflow: hidden;
}
@media (max-width: 991px) {
    main {
        position: relative;
        width: 100%;
        height: 100%;
        top: -96px;
        left: 0;
    }
}
/* Start Main */

/* start Footer */
.footer {
    background-color: var(--primary-light-color);
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.footer__container {
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.footer__container::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 300vh;
    background-color: #4c66b60d;
    top: -50%;
    right: -440px;
    transform: rotate(-40deg);
}
.footer__container::after {
    content: "";
    position: absolute;
    width: 123.23px;
    height: 300vh;
    background-color: #4c66b60d;
    top: -50%;
    right: -240px;
    transform: rotate(-40deg);
}

.footer__pattern-1,
.footer__pattern-2 {
    position: absolute;
    z-index: -1;
}

.footer__pattern-1 {
    top: 10px;
    left: 10px;
    transform: rotate(-10deg);
}
.footer__pattern-2 {
    bottom: 90px;
    right: 200px;
}

.footer-logo {
    width: 166px;
    height: 56px;
}
.footer-logo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.footer_item-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 29.98px;
}
.footer_item-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 41.23px;
    margin-bottom: 20px;
}

.footer_link_icon {
    color: var(--main-color);
    font-size: 15px;
}
.footer_link_social-icon {
    color: var(--main-color);
    font-size: 15px;
}
.footer_link_text {
    font-size: 16px;
    font-weight: 400;
    line-height: 29.98px;
    color: #121212;
}

.footer__subscription-and-social {
    margin-top: 32px;
}

.footer__social-icons {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    font-size: 17px;
    color: #fff;
    background-color: var(--main-color);
}

.footer__input-latest-news {
    padding: 10px;
    padding: 10px;
    font-size: 16px;
    line-height: 29.98px;
    font-weight: 400;
    color: #000;
    background-color: var(--primary-light-color);
    border-color: #00000033;
    border-width: 1px 1px 1px 0px;
    outline: none;
    border-radius: 14px;
    height: 48px;
    width: 370px;
    margin-left: -20px;
}
.footer__input-latest-news::placeholder {
    color: #7a8582;
}
.footer__input-latest-news-btn {
    padding: 10px;
    font-size: 16px;
    line-height: 29.98px;
    font-weight: 500;
    color: #fff;
    background-color: var(--main-color);
    width: 150px;
    border-radius: 14px;
    height: 48px;
}
.footer__label_latest-news {
    font-size: 20px;
    font-weight: 600;
    line-height: 37.48px;
    color: #121212;
}

.footer_copyright {
    background-color: var(--main-color);
}

.footer_copyright p {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
    color: #fff;
}

@media (max-width: 991px) {
    .footer_item {
        width: 50%;
        margin-bottom: 20px;
    }
    .footer__pattern-1 {
        display: none;
    }
}
@media (max-width: 768px) {
    .footer_item {
        width: 100%;
        margin-bottom: 20px;
    }
    .footer__input-latest-news {
        min-width: 225px;
        width: 100%;
    }
    .footer__input-latest-news-btn {
        width: 100px;
    }
    .footer_copyright p {
        font-size: 12px;
    }
}
/* End Footer */
