* {
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    /* color: black; */
    border: none;
    outline: none;
}

:root {
    --brandcolor: #1b4852;
    --secondarycolor: #2af2d1;
}

.btn-main {
    background-color: #2af2d1;
    height: 47px;
    width: 141px;
    padding: 10px 30px;
    font-weight: 500;
    font-size: 16px;
    border-radius: 6px;
    text-decoration: none;
    color: #1b4852;
    text-align: center;
    transition: background-color 0.1s ease-in, color 0.1s ease-in;
}

.btn-main:hover {
    background-color: #1b4852;
    color: #2af2d1;
}

.btn-aux {
    background-color: #2af2d1;
    height: 47px;
    width: 141px;
    padding: 10px 30px;
    font-weight: 500;
    font-size: 16px;
    border-radius: 6px;
    text-decoration: none;
    color: #1b4852;
    text-align: center;
    transition: background-color 0.1s ease-in, color 0.1s ease-in;
}

.btn-aux:hover {
    background-color: white;
    color: #1b4852;
}

#offcanvasMenu {
    background-color: #1b4852;
}

#offcanvasMenu .menu-close {
    height: 40px;
    width: 40px;
    background-color: white;
    color: #1b4852;
    border-radius: 50%;
    transition: transform 0.2s ease-in;
}

#offcanvasMenu .menu-close:hover {
    transform: rotate(15deg);
}

#offcanvasMenu .offcanvas-body {
    display: flex;
    align-items: center;
    gap: 40px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

#offcanvasMenu .nav-lists {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
}

#offcanvasMenu .nav-lists .nav-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

#offcanvasMenu .nav-lists .nav-list .nav-item {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    transition: background-color 0.2s ease-in;
}

#offcanvasMenu .nav-lists .nav-list .nav-item i {
    transition: color 0.2s ease-in;
    color: #1b4852;
}

#offcanvasMenu .nav-lists .nav-list .nav-item:hover {
    background-color: #1b4852;
}

#offcanvasMenu .nav-lists .nav-list .nav-item:hover i {
    color: white;
}

#offcanvasMenu .nav-lists .nav-list .nav-item:hover a {
    color: white !important;
}

#offcanvasMenu .nav-lists .nav-list .nav-item-secondary {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1b4852;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    transition: background-color 0.2s ease-in;
}

#offcanvasMenu .nav-lists .nav-list .nav-item-secondary i {
    transition: color 0.2s ease-in;
    color: white;
}

#offcanvasMenu .nav-lists .nav-list .nav-item-secondary:hover {
    background-color: white;
}

#offcanvasMenu .nav-lists .nav-list .nav-item-secondary:hover i {
    color: #1b4852;
}

#offcanvasMenu .side-nav-list {
    width: 90%;
}

#offcanvasMenu .side-nav-list .side-nav-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#offcanvasMenu .side-nav-list .side-nav-item a,
#offcanvasMenu .side-nav-list .side-nav-item i {
    transition: color 0.2s ease-in;
    font-size: 28px;
    font-weight: 700;
    text-decoration: none;
    color: white;
}

#offcanvasMenu .side-nav-list .side-nav-item:hover a,
#offcanvasMenu .side-nav-list .side-nav-item:hover i {
    color: #2af2d1;
}

#navbar {
    transition: background 0.2s ease-in;
    transition: box-shadow 0.2s ease-in;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0px;
    z-index: 20;
    width: 100%;
    height: 73px;
    padding: 0px 40px;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.8) 0%,
        rgba(0, 0, 0, 0) 100%
    );
}

#navbar .nav-logo img {
    height: 28px;
}

#navbar .nav-lists {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
}

#navbar .nav-lists .nav-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

#navbar .nav-lists .nav-list .nav-item {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    transition: background-color 0.2s ease-in;
}

.lang {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    height: 40px;
    width: 77.5px !important;
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
    transition: background-color 0.2s ease-in;
}

.lang a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    color: #1b4852;
}

#navbar .nav-lists .nav-list .nav-item i,
svg {
    transition: color 0.2s ease-in;
    color: #1b4852;
}

#navbar .nav-lists .nav-list .nav-item a {
    transition: color 0.2s ease-in;
}

#navbar .nav-lists .nav-list .nav-item:hover {
    background-color: #1b4852;
}

#navbar .nav-lists .nav-list .nav-item:hover i {
    color: white;
}

#navbar .nav-lists .nav-list .nav-item:hover a {
    color: white;
}

.dropdown-menu {
    margin-top: 30px;
    border-radius: 20px;
    overflow: hidden;
}

.dropdown-menu li a {
    color: #1b4852 !important;
}

#navbar .nav-lists .nav-list .nav-item-secondary {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1b4852;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    transition: background-color 0.2s ease-in;
}

#navbar .nav-lists .nav-list .nav-item-secondary i {
    transition: color 0.2s ease-in;
    color: white;
}

#navbar .nav-lists .nav-list .nav-item-secondary:hover {
    background-color: white;
}

#navbar .nav-lists .nav-list .nav-item-secondary:hover i {
    color: #1b4852;
}

#navbar.white-nav {
    background: white !important;
}

#navbar.white-nav .nav-lists {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
}

#navbar.white-nav .nav-lists .nav-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

#navbar.white-nav .nav-lists .nav-list .nav-item {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1b4852;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    transition: background-color 0.2s ease-in;
}

#navbar.white-nav .nav-lists .nav-list .nav-item i {
    transition: color 0.2s ease-in;
    color: white;
}

#navbar.white-nav .nav-lists .nav-list .nav-item a {
    transition: color 0.2s ease-in;
    color: white;
}

#navbar.white-nav .nav-lists .nav-list .nav-item:hover {
    background-color: #2af2d1;
}

#navbar.white-nav .nav-lists .nav-list .nav-item:hover i {
    color: #1b4852;
}

#navbar.white-nav .nav-lists .nav-list .nav-item:hover a {
    color: #1b4852;
}

#navbar.white-nav .nav-lists .nav-list .nav-item-secondary {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1b4852;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    transition: background-color 0.2s ease-in;
}

#navbar.white-nav .nav-lists .nav-list .nav-item-secondary i {
    transition: color 0.2s ease-in;
    color: white;
}

#navbar.white-nav .nav-lists .nav-list .nav-item-secondary:hover {
    background-color: white;
}

#navbar.white-nav .nav-lists .nav-list .nav-item-secondary:hover i {
    color: #1b4852;
}

#hero {
    position: relative;
}

#hero video , #hero img{
    position: relative;
    height: 80vh;
    width: 100% !important;
    object-fit: cover;
}

#hero .infos {
    bottom: 30px;
    right: 15%;
    z-index: 10;
    position: absolute;
}

@media only screen and (max-width: 768px) {
    #hero .infos {
        position: relative;
        right: auto;
        bottom: auto;
        bottom: 50px;
    }
}

#hero .infos article {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: right;
    gap: 10px;
    height: 244px;
    width: 424px;
    border-radius: 12px;
    background-color: #1b4852;
}

@media only screen and (max-width: 768px) {
    #hero .infos article {
        width: 100%;
    }
}

#hero .infos article h5 {
    color: #2af2d1;
    font-size: 26px;
    font-weight: 700;
}

#hero .infos article p {
    color: white;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

#hero .infos article a {
    background-color: #2af2d1;
    height: 47px;
    width: 141px;
    padding: 10px 30px;
    font-weight: 500;
    font-size: 16px;
    border-radius: 6px;
    text-decoration: none;
    color: #1b4852;
    text-align: center;
    transition: background-color 0.1s ease-in, color 0.1s ease-in;
}

#hero .infos article a:hover {
    background-color: white;
    color: #1b4852;
}

.section {
    margin: 20px auto;
}


.section .section_heading {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
}

.section .section_heading .section_heading-title {
    font-size: 28px;
    font-weight: 700;
    color: #1b4852;
}

.section .section_heading .section_heading-subtitle {
    font-size: 22px;
    font-weight: 400;
    color: #91b7c0;
}

.section .section_heading .section_heading-navigation {
    list-style: none;
    display: flex;
    gap: 5px;
}

.section .section_heading .section_heading-navigation li i {
    font-size: 25px;
    color: #1b4852;
    transition: color 0.1s ease-in, transform 0.1s ease-in;
}



.section .section_heading .section_heading-navigation li:hover i {
    color: #2af2d1;
    transform: scale(1.2);
}

.section .section__body {
    margin: 15px 0px 50px 0px;
}

.section .section__action {
    text-align: center;
}

.section .section__action a {
    background-color: #2af2d1;
    height: 47px;
    width: 141px;
    padding: 10px 30px;
    font-weight: 500;
    font-size: 16px;
    border-radius: 6px;
    text-decoration: none;
    color: #1b4852;
    text-align: center;
    transition: background-color 0.1s ease-in, color 0.1s ease-in;
}

.section .section__action a:hover {
    background-color: #1b4852;
    color: #2af2d1;
}

.news {
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 379px;
    margin: 10px;
}

.news figure img {
    object-fit: cover;
    width: 100%;
    height: 214px;
    border-radius: 6px;
}

.news a {
    text-decoration: none;
}

.news a h6 {
    font-size: 22px;
    line-height: 22px;
    font-weight: 700;
    color: #1b4852;
}

.news p {
    line-height: 18px;
    font-size: 14px;
    font-weight: 400;
    color: #1b4852;
}

.product {
    box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    overflow: hidden;
    margin-top: 10px;
    /* height: 434px; */
    padding: 0px;
    background-color: #e2fcf8;
}

.product figure {
    background-color: white;
    overflow: hidden;
}

.product figure img {
    width: 100%;
    height: 278px;
    object-fit: contain;
    transition: 0.2s ease-in;
}

.product figure img:hover {
    transform: scale(1.2) rotate(5deg);
}

.product .product_meta {
    padding: 5px 10px 10px 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.product .product_meta .product_meta-name {
    text-decoration: none;
}

.product .product_meta .product_meta-name h6 {
    font-weight: 700;
    font-size: 22px;
    color: #1b4852;
    line-height: 22px;
}

.product .product_meta .product_meta-price {
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
    color: #1b4852;
}

 .product_meta-btn {
    padding: 18px 28px;
    border-radius: 6px;
    text-decoration: none;
    background-color: #1b4852;
    color: #2af2d1;
    transition: background-color 0.1s ease-in, color 0.1s ease-in;
}

 .product_meta-btn:hover {
    background-color: #2af2d1;
    color: #1b4852;
}

.partner {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    margin: 0px 10px;
    height: 349px;
    border-radius: 12px;
}

.partner figure {
    margin: 0px;
}

.partner figure img {
    width: 100%;
    height: 188px;
}

.partner .partner_meta {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 150px;
    gap: 10px;
    background-color: #1b4852;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}

.partner .partner_meta .partner_meta-name {
    text-decoration: none;
}

.partner .partner_meta .partner_meta-name h6 {
    font-weight: 700;
    color: #2af2d1;
}

.partner .partner_meta .partner_meta-btn {
    text-decoration: none;
    border-radius: 6px;
    background-color: #e2fcf8;
    color: #1b4852;
    font-weight: 600;
    font-size: 16px;
    width: 140px;
    height: 47px;
    padding: 12px;
    gap: 10px;
}

footer {
    padding: 50px 0px;
    background-color: #1b4852;
}

footer .footer-main {
    border-bottom: 2px solid white;
}

footer .footer-main .footer-logo img {
    height: 78px;
}

footer .footer-main .footer-input {
    margin-top: 30px;
}

footer .footer-main .footer-input .footer-input-group {
    height: 46px;
    flex-wrap: wrap;
    display: flex;
    gap: 10px;
}

footer .footer-main .footer-input .footer-input-group input {
    border-radius: 6px;
    font-weight: 400;
    font-size: 15px;
    height: 100%;
    width: 70%;
    padding: 0px 20px;
}

@media only screen and (max-width: 768px) {
    footer .footer-main .footer-input .footer-input-group input {
        width: 100%;
    }
}

footer .footer-main .footer-input .footer-input-group button {
    background-color: #2af2d1;
    height: 47px;
    width: 141px;
    padding: 10px 30px;
    font-weight: 500;
    font-size: 16px;
    border-radius: 6px;
    text-decoration: none;
    color: #1b4852;
    text-align: center;
    transition: background-color 0.1s ease-in, color 0.1s ease-in;
}

footer .footer-main .footer-input .footer-input-group button:hover {
    background-color: white;
    color: #1b4852;
}

footer .footer-main .footer-input .footer-input-label {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    color: white;
}

footer .footer-main .footer-icons {
    margin: 20px 0px;
    display: flex;
    gap: 8px;
}

footer .footer-main .footer-icons .footer_socials li i {
    font-size: 28px;
}

footer .footer-main .footer-icons ul {
    display: flex;
    gap: 8px;
}

footer .footer-main .footer-text {
    margin-top: 20px;
}

footer .footer-main .footer-text h5 {
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
    color: white;
    text-transform: uppercase;
    margin-bottom: 20px;
}

footer .footer-main .footer-text ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

footer .footer-main .footer-text ul li a {
    text-decoration: none;
    color: white;
}

footer .footer-main .footer-text address {
    color: white;
}

footer .footer-main .footer-text address * {
    color: white;
}

footer .footer-copywright {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

footer .footer-copywright * {
    color: white;
}

.filter_menu {
    margin-top: 20px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.filter_menu .filter_menu-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.filter_menu .filter_button {
    width: 129px;
    height: 47px;
    padding: 18px, 28px;
    border-radius: 86px;
    background-color: #e2fcf8;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    transition: background-color 0.1s ease-in, color 0.1s ease-in;
}

.filter_menu .filter_button:hover {
    background-color: #1b4852;
    color: white;
}

.filter_menu .filter_sort {
    height: 47px;
    width: 129px;
    background-color: white;
    border: 2px solid #1b4852;
    border-radius: 6px;
    transition: background-color 0.1s ease-in, color 0.1s ease-in;
}

.filter_menu .filter_sort:hover {
    background-color: #1b4852;
    color: white;
}

.load_more {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.load_more a {
    color: #1b4852;
}

.load_more a i {
    color: #1b4852;
}

.cover-video {
    margin-top: 70px;
    position: relative;
    display: flex;
    justify-content: end;
    align-items: center;
    flex-direction: column;
}

.cover-video video {
    position: relative;
    border-radius: 20px;
    height: 70vh;
    width: 100% !important;
    object-fit: cover;
}

.cover-video button {
    position: absolute;
    bottom: -25px;
    z-index: 10px;
    width: 150px;
    height: 50px;
    padding: 18px, 28px;
    border-radius: 86px;
    background-color: #2af2d1;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    transition: background-color 0.1s ease-in, color 0.1s ease-in;
}

.cover-video button:hover {
    background-color: #1b4852;
    color: white;
}

.cover-name {
    display: flex;
    justify-content: center;
    font-size: 38px;
    font-weight: 700;
    line-height: 38px;
    color: #1b4852;
    margin-right: 20px;
    margin-top: 30px;
}

.massage {
    display: flex;
    justify-content: center;
    margin-bottom: 0px;
}

.massage h3 {
    color: #1b4852;
    font-weight: 600;
    font-size: 22px;
}

.massage p {
    color: #1b4852;
    font-weight: 500;
    font-size: 18px;
}

.contact-card {
    background-color: #1b4852;
    height: 401px;
    margin: 0px 10px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0px;
}

.contact-card figure {
    display: flex;
    justify-content: center;
}

.contact-card * {
    text-align: center;
    color: #2af2d1;
}

.contact-card h6 {
    color: #e2fcf8;
}

.contact-card ul {
    margin-top: 20px;
    padding: 0px;
    list-style: none;
}

.contact-card ul li {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
}

.news_latter {
    background-color: #e2fcf8;
    width: 100%;
    height: 306px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.news_latter .news_label {
    color: #1b4852;
    font-weight: 700;
    font-size: 28px;
    padding: 10px;
}

.news_latter .news_label i {
    color: #1b4852;
    font-weight: 700;
    font-size: 28px;
}

.news_latter .news_input {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    gap: 10px;
}

.news_latter .news_input input {
    display: flex;
    justify-content: center;
    padding: 10pxs;
    width: 300px;
    height: 40px;
    padding: 18px;
    border: 2px solid color #072c35;
    border-radius: 6px;
    transition: background-color 0.1s ease-in, color 0.1s ease-in;
}

.news_latter .news_input input:hover {
    background-color: white;
    color: #1b4852;
}

.news_latter .news_input button {
    background-color: #1b4852;
    color: #2af2d1;
    width: 132px;
    height: 39px;
    padding: 18px, 28px;
    border-radius: 6px;
    transition: background-color 0.1s ease-in, color 0.1s ease-in;
}

.news_latter .news_input button:hover {
    background-color: white;
    color: #1b4852;
}

.accordion-item {
    gap: 10px !important;
    border: none !important;
}

.according-head {
    color: #1b4852;
    font-size: 28px;
    font-weight: 700;
}

.according-body {
    background-color: #e2fcf8 !important;
    width: 100%;
    height: 70px !important;
    border-radius: 12px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
    color: #1b4852;
    font-weight: 700;
    font-size: 22px;
    border: none;
}

.according-body i {
    background-color: #1b4852;
    color: #2af2d1;
    border-radius: 50%;
    padding: 8px;
}

.footer-map {
    background-color: #e2fcf8;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 10px;
}

@media only screen and (max-width: 768px) {
    .footer-map {
        grid-template-columns: 1fr;
    }
}

.footer-map .map {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.footer-map .map iframe {
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 400px;
}

.footer-map .map-text {
    margin-top: 20px;
}

.footer-map .map-text h5 {
    color: #1b4852;
    font-weight: 700;
}

.footer-map .map-text a {
    color: #1b4852;
    font-weight: 500;
}

.footer-map .map-text address {
    color: #1b4852;
    font-weight: 500;
}

.footer-map .map-text p {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #1b4852;
}

#topSearch {
    background-color: #1b4852;
}

.cart-title {
    font-size: 28px !important;
    font-weight: thin !important;
    color: #1b4852 !important;
}

.cart {
    width: 40%;
    /* Default width */
}

/* Media query for mobile devices */
@media only screen and (max-width: 767px) {
    .cart {
        width: 100%;
        /* Change width to 100% for mobile devices */
    }
}

.product-row {
    margin-bottom: 10px;
    padding: 5px;
}

.product-row img {
    width: 150px;
    object-fit: cover;
}

.product-row p {
    margin: 5px 0px;
    padding: 0px;
}

.product-row .product-name {
    color: #1b4852;
    font-size: 24px;
    font-weight: 700;
}

.product-row .product-price {
    color: #1e1e1e;
    font-weight: 500;
    font-size: 20px;
}

.title {
    font-size: 28px;
    font-weight: 700;
    color: #1b4852;
}

.title-secondary {
    font-size: 18px;
    font-weight: 700;
    color: #1b4852;
}

.bg-active {
    background-color: #2af2d1;
}

.display-4 {
    font-size: 60px !important;
    font-weight: 700 !important;
    color: #1b4852 !important;
}

.lead {
    font-size: 20px !important;
    font-weight: 500 !important;
    color: #1b4852 !important;
}

.name-color {
    color: #1b4852 !important;
    font-weight: 600 !important;
}

.name-colors {
    color: #1b4852 !important;
    font-weight: 500 !important;
    font-weight: 600 !important;
}

.name-colors:hover {
    background-color: #1b4852 !important;
    color: #ffff !important;
}
