@font-face {
    font-family: 'Century-bold';
    src: url('../fonts/07723_Cgothicb0.ttf') format('truetype')
}

@font-face {
    font-family: 'Century';
    src: url('../fonts/07558_CenturyGothic.ttf') format('truetype')
}

body {
    margin: 0;
    font-family: Century, sans-serif;
    overflow-x: hidden;
}

strong {
    color: rgb(18, 118, 177);
}

ol,
ul {
    padding-left: 0rem !important;
    margin-bottom: 0rem !important;
}

.hide {
    display: none;
}

.btn-primary {
    margin-bottom: 20px !important;
}

.flag {
    width: 60px;
    height: 40px;
    margin-left: 3rem;

}

.no-margin-bottom {
    margin-bottom: 0px !important;

}

.no-margin-bottom:last-child {
    padding-bottom: 2rem;
}

.reverse {
    background-color: white !important;
    border: black 1px solid;
}

.center {
    text-align: center !important;
}

li {
    list-style: none;
}

.flex {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #b6c8e3;
}

.font {
    font-family: 'Century-bold', sans-serif;
    font-weight: 900;
    font-style: italic;
}

.logo-home {
    width: 30%
}

.logo-text {
    width: 70%;
}

header {
    position: fixed;
    width: 100%;
    z-index: 8;
}

.heightMenu {
    height: 100%
}

#menuMobile2 {
    display: none;
}

#mobile {
    display: none;
}

.desktop {
    display: block;
}

.point-title3 {
    font-weight: 600;
    font-size: 25px;
}

#heightMenu {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-mobile {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.points-container5 {
    width: 90%;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.title {
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 0px !important;
    padding-top: 10px;
    font-size: 66px;
    margin-left: 30px;
}

.right {
    text-align: right;
    margin: 0;
    margin-right: 2rem;
}

.space {
    margin-bottom: 20px;
}

.email a {
    color: white !important;
}

/* .email-black a {
    color: black !important;
} */

.space2 {
    margin: 0px 10px;
}


.email:hover {
    color: #48f0f0;
    text-decoration: underline;
}

.email-black:hover {
    color: #48f0f0;
    text-decoration: underline;
}

.carousel {
    height: 125vh;
    width: 100%;
    position: relative;
    padding-bottom: 2rem;
}

.carousel li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.carousel-container {
    width: 100%;
    overflow: hidden;
}

.carousel2 {
    display: flex;
    transition: transform 0.5s ease;
}

.carousel2 img {
    width: 100%;
    height: auto;
}

.slide,
.slide2 {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: 0.4s ease-in-out;
    z-index: -2;
}

.slide.active,
.slide2.active {
    opacity: 1;
    z-index: -1;
}

.slide img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

nav {
    background-color: #051224;
    height: 8vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    color: rgba(255, 255, 255, 0.555);
}


.style {
    background-color: #b7cae0 !important;
    border-radius: 0% !important;
}

.logo {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-left: 2rem;
}

.search-icon,
.user-icon {
    font-size: 20px;
    margin-right: 25px;
    cursor: pointer;
}

.show {
    display: block !important;
}

header a,
footer a {
    color: rgba(255, 255, 255, 0.555);
    text-decoration: none;
}

header a:hover,
footer a:hover {
    color: #fff;
}

ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}

li {
    margin: 0 15px;
    position: relative;
    font-size: 18px;
}

#team-perf {
    padding: 0 10px;
}

li:hover {
    color: #fff;
}

ul.sub-menu {
    display: block;
    position: absolute;
    top: 7vh;
    width: 100%;
    border-radius: 5px;
    background-color: #051224;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    height: 0;
    overflow: hidden;
    transition: opacity 0.5s, visibility 0.5s, max-height 0.5s;
    z-index: 10;
}

ul.sub-menu:last-child {
    left: -5%;
}

li:hover ul.sub-menu {
    display: block;
    height: auto;
    padding: 10px;
    z-index: 10;
    right: 10%;
    border: rgba(255, 255, 255, 0.281) 1px solid;
}

ul.sub-menu li {
    font-size: 13px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

li:hover ul.sub-menu li {
    opacity: 1;
}

hr {
    color: rgba(255, 255, 255, 0.342);
    margin: 8px 0px;
}

.sub {
    cursor: pointer;
}

.close-btn,
.menu-btn .overlay,
.menu-burger {
    display: none;
}

.logo-container,
.info-container,
.navigation-container,
.image-container {
    margin-right: 20px;
}

.footer-image {
    width: 80%;
}

h2 {
    font-size: 30px;
    padding-bottom: 10px;
}

strong {
    color: rgb(18, 118, 177);
}

.icons {
    width: 25px;
    margin-right: 10px;
}

.no-scroll {
    overflow: hidden;
}

.main-menu {
    list-style: none;
    padding: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-menu li {
    height: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.sub-menu {
    list-style: none;
    padding: 0;
    margin-top: 5px;
}

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

.footer {
    background-color: #262627;
    color: white;
    padding: 20px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.logo-container,
.info-container,
.navigation-container,
.image-container {
    margin-right: 20px;
}

.logo-container,
.image-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo2 {
    border-radius: 50%;
}

.logo2,
.footer-image {
    height: 200px;
}

.footer-image {
    width: 100%;
}

.flex-direction {
    flex-direction: column !important;
}

.point-title2 {
    font-size: 16px;
}

.icons {
    width: 25px;
    margin-right: 10px;
}

.main-menu2 {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.main-menu2 li {
    margin-bottom: 10px;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.459);
    font-size: 16px;
    text-align: center;
    margin: 10px 0px;
}

.main-menu2 li:hover {
    color: white;
}

.navigation-title {
    margin-left: 10px;
    margin-bottom: 15px;
    text-align: center;
}

.width96 {
    width: 96%;
    margin-top: 1rem;
}

.sub-menu {
    list-style: none;
    padding: 0;
    margin-top: 5px;
}

.font-size32 {
    font-size: 32px;
}

.margin-bottom2 {
    margin-bottom: 2rem;
}

.padding-unit {
    padding: 10px;
}

.image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.flex-center,
.flex-center2 {
    display: flex;
    align-items: center;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 30px;
}

.pagination a {
    color: #007bff;
    text-decoration: none;
    padding: 8px 12px;
    border: 1px solid #007bff;
    margin: 0 4px;
    border-radius: 4px;
    vertical-align: middle;
}

.pagination .current {
    background-color: #007bff;
    color: #fff;
    padding: 8px 12px;
    border: 1px solid #007bff;
    margin: 0 4px;
    border-radius: 4px;
    vertical-align: middle;
}

.pagination a:hover {
    background-color: #0056b3;
    color: #fff;
}

.pagination span {
    margin: 0 4px;
}

.pagination .first,
.pagination .previous,
.pagination .next,
.pagination .last {
    margin: 0 8px;
}

.pagination .first a,
.pagination .previous a,
.pagination .next a,
.pagination .last a {
    font-weight: bold;
}

@media screen and (max-width: 1500px) {

    .main-menu li {
        font-size: 13px;
    }

}

@media screen and (max-width: 1300px) {

    nav {
        height: 14vh;
    }

}

@media screen and (max-width: 1200px) {

    .main-menu li {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        font-size: 12px;
    }

    .ul.sub-menu {
        top: 4.3vh;
    }

    .image-container,
    .logo-container {
        display: none;
    }

    .main-menu2 li {
        margin: 0;
        padding: 0px;
        padding-bottom: 10px;
    }

    .navigation-title {
        margin-left: 0;
    }

}


@media screen and (max-width: 1000px) {
    .navigation-title {
        display: none;
    }

    nav {
        height: 8vh;
    }

    .flag {
        margin-left: 0rem;
    }

    h2 {
        font-size: 1.5rem;
        padding-bottom: 10px;
    }

    .title {
        font-size: 45px;
    }

    .main-menu2 li {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .menu-mobile {
        flex-direction: column;
        align-items: flex-start;
        position: absolute;
        top: 50%;
        width: 80%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: #051224;
        z-index: 10;
        display: none;
        color: rgba(255, 255, 255, 0.479);
    }

    #menu-logo {
        margin-right: 50px;
    }

    .close-btn {
        display: block;
    }

    .flex-center2 {
        justify-content: center;
    }

    .font-size32 {
        font-size: 18px;
    }

    .overlay {
        display: none;
        position: absolute;
        top: 0;
        left: 1;
        width: 100%;
        height: 100%;
        z-index: 9;
        background-color: rgba(0, 0, 0, 0.699);
    }

    a {
        width: 100%;
        text-align: center;
    }

    .main-menu {
        flex-direction: column;
        align-items: flex-start;
        align-items: center;
        padding-left: 0;

    }

    .main-menu li {
        margin: 15px 0;
        font-size: 24px;
        height: auto;
    }

    li {
        margin: 10px 0;
        text-align: center;
        font-size: 18px;
        width: 100%;
        margin: 5px 0;
    }

    ul.sub-menu {
        position: static;
        border: none;
    }

    hr {
        margin: 5px;
        display: none;
    }

    .sub-menu li {
        margin: 8px 0px;
    }

    .menu-btn {
        display: block;
    }

    ul.sub-menu {
        display: block;
        position: static;
        top: 2.5vh;
        left: 0;
        border: none;
        border-radius: 5px;
        background-color: #051224;
        padding: 0;
        box-shadow: none;
        overflow: hidden;
        transition: max-height 1s ease;
        opacity: 0;
        visibility: hidden;
        max-height: 0;
        transition: opacity 0.5s, visibility 0.5s, max-height 0.5s;
    }

    li:hover ul.sub-menu {
        opacity: 1;
        visibility: visible;
        max-height: 10vh;
        transition: opacity 0.5s, visibility 0.5s, max-height 0.5s;
    }

    .close-btn {
        position: absolute;
        top: 1rem;
        right: 1rem;
        width: 30px;
        fill: white;
        cursor: pointer;
    }

    .menu-burger {
        position: absolute;
        display: block;
        top: unset;
        right: 1rem;
        width: 30px;
        cursor: pointer;
    }

    .logo {
        width: 40px;
        height: 40px;
    }
}

@media screen and (max-width: 700px) {

    .point-title2 p {
        font-size: 14px;
    }

    .last {
        font-size: 12px;
    }

    .logo2 {
        display: none
    }

    .footer {
        justify-content: center;
    }

    .pagination .first,
    .pagination .previous,
    .pagination .next,
    .pagination .last {
        display: none;
    }

    .catalogue-card {
        width: 48%;
        margin-bottom: 20px;
        border: 1px solid #ddd;
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        padding: 15px;
        box-sizing: border-box;
    }

    .facebook-post,
    .last {
        display: none !important;
    }
}