/* Modify */
body {
    color: #232323;
    font-size: 18px;
    background: url('/assets/images/pattern1.jpg') center;
    overflow-x: hidden;
}

body.active {
    overflow-y: auto;
}

a {
    color: #232323;
    text-decoration: none;
}

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

main {
    display: none;
    /* height: 100vh; */
    overflow: hidden;
}

main.show {
    display: block;
    overflow: auto;
}

input,
textarea {
    width: 100%;
    padding: 5px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    outline: none;
}

input:focus,
textarea:focus {
    border: 1px solid #d3d3d3 !important;
}

textarea {
    height: 200px;
    resize: none;
}

button {
    padding: 7px 15px;
    color: #fff;
    border: none;
    background: none;
}





/* Header */
header a {
    color: #fff !important;
}

header .navbar-brand {
    max-width: 75px;
}

header .navbar-brand img {
    width: 100%;
}

header #responsiveMenu a:not(.language a) {
    color: #232323 !important;
}

header #responsiveMenu .navbar-brand {
    max-width: 70px;
}

header #responsiveMenu .language a {
    background-color: #0e124f;
    font-size: small;
    padding: 10px 15px;
    border-radius: 5px;
}

header #responsiveMenu .language a.active::after {
    background-color: #070a3a;
}



/* Intro */
.intro .content {
    position: relative;
}

.intro .content .title>h1 {
    font-size: 80px;
    max-width: 350px;
}

.intro .content .item {
    text-align: end;
}

.intro .content .intro-slider .item .image {
    display: inline-block;
}

.intro .content .intro-slider .item .image img {
    max-width: 500px;
}

.intro .content .title span {
    font-size: 19px;
}

.intro .content .bg-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    /* scale: 1.4; */
    /* filter: blur(5px); */
    z-index: -1;
    animation: moveAround 20s infinite alternate;
}








/* Products */
.products .content,
.products .content a {
    color: #fff;
}

.products .item {
    text-align: center;
}

.products .item.soon-item .image {
    position: relative;
}

.products .content img {
    max-height: 100px;
    transition: all .3s ease-in-out;
}

.products .section-name h2 {
    font-size: 47px;
    text-align: center;
}

.products .item:hover img {
    scale: 1.2;
}

.products .item.soon-item img,
.products .item.soon-item .title {
    opacity: 0.50 !important;
}

.products .item.soon-item .image .soon {
    position: absolute;
    top: 10px;
    left: 60%;
    font-size: small;
    transform: rotate(45deg);
}






/* Services */
.services {
    overflow-x: hidden;
}

.services .section-title h3 {
    font-size: 50px;
    font-weight: 600;
}

.services .item .item-header {
    border-bottom: 1px dashed #0e124f;
    margin-bottom: 5px;
}

.services .item .item-header .icon {
    max-width: 60px;
}

.services .item .item-header .icon img {
    width: 100%;
}




.licenses .section-title h3 {
    font-size: 50px;
    font-weight: 600;
}






/* News */
.news .section-title h3 {
    font-size: 50px;
    font-weight: 600;
}

.news .card {
    color: #fff;
    background-color: #0e124f;
    border-radius: 25px;
}

.news .see-more a:hover {
    text-decoration: underline;
}






/* About co */
.about .title h3 {
    font-size: 57px;
    max-width: 350px;
}

.about .image {
    position: relative;
}

.about .image img {
    width: 100%;
    max-width: 500px;
}

.about .image .bg-image {
    position: absolute;
    inset: 0;
    animation: moveAround 30s infinite alternate;
}

@keyframes moveAround {
    0% {
        transform: translate(0, 0);
    }

    25% {
        transform: translate(20px, 0);
    }

    50% {
        transform: translate(0, 20px);
    }

    75% {
        transform: translate(-20px, 0);
    }

    100% {
        transform: translate(0, -20px);
    }
}








/* Footer */
footer {
    font-size: 17px;
}

footer .top-footer .navbar-brand {
    max-width: 100px;
}

footer .top-footer .navbar-brand img {
    width: 100%;
}

/*
footer .item {
    width: 25%;
} */

footer .item:nth-child(2) {
    width: auto;
}

footer .social-medias a svg {
    font-size: 35px;
}

footer .copyright a {
    color: #fff;
    text-decoration: underline;
}








/* products-page */
.products-page .soon-item {
    position: relative;
}

.products-page .soon-item .soon {
    position: absolute;
    top: 15px;
    right: 10px;
    font-size: small;
    rotate: 45deg;
}



/* Product page */
.product-page h1 {
    font-size: 67px;
}

.product-page .description {
    font-size: 23px;
    line-height: 40px;
}

.product-page .types {
    padding: 30px 50px;
    background-color: #bbbcbe;
    border-radius: 15px;
}

.product-page .owl-nav button {
    position: absolute;
    bottom: -10px;
    width: 30px;
    height: 30px;
    font-size: 25px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px !important;
    color: #fff !important;
    background-color: #0e124fc9 !important;
    border: 2px solid #ed1b24 !important;
    border-radius: 50% !important;
    transition: all .3s ease-in-out;
}

.product-page .owl-nav button:hover {
    background-color: #0e124f !important;
}

html[dir=ltr] .product-page .owl-nav button.owl-next {
    left: 45px;
}

html[dir=ltr] .product-page .owl-nav button.owl-prev {
    left: 0;
}

html[dir=rtl] .product-page .owl-nav button.owl-next {
    right: 45px;
}

html[dir=rtl] .product-page .owl-nav button.owl-prev {
    right: 0;
}

html[dir=ltr] .product-page .owl-dots {
    position: absolute;
    top: -15px;
    left: 0;
}

html[dir=rtl] .product-page .owl-dots {
    position: absolute;
    top: -15px;
    right: 0;
}

.product-page .owl-dots button.owl-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #ed1b24;
    transition: all .3s ease-in-out;
    margin-right: 5px;
}

.product-page .owl-dots button.owl-dot.active {
    width: 20px;
    background-color: #0e124f;
    border-radius: 5px;
}





/* Contact us */
.about-us .description {
    line-height: 30px;
}







/* Contact us */
.contact-us .content .icon .svg {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    color: #fff;
    background-color: #0e124f;
    border-radius: 50%;
}

.contact-us .content sub {
    font-size: 17px;
    margin-right: 7px;
}

.contact-us .content span {
    font-size: 19px;
}

.contact-us .map,
.contact-us .map iframe {
    width: 100%;
    height: 100%;
}






/* Gallery page */
.gallery .content {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.gallery .content .column {
    flex: 1 1 300px;
    position: relative;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    overflow: hidden;
}

.gallery .content .column .image {
    flex: 1 1 300px;
    position: relative;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    overflow: hidden;
}

.gallery .content .column .image img {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 16 / 11;
    transition: transform 0.3s ease-in-out;
}

.gallery .content .column:hover img {
    transform: scale(1.07) rotate(3deg);
}

.gallery .content .column .gallery__caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 0.5rem;
    text-align: center;
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out;
}

.gallery .content .column:hover .gallery__caption {
    transform: translateY(0);
}















/* Single new */
.single-new .creation-date {
    font-size: 12px;
    color: #4d4d4d;
}

.single-new .description img {
    width: 100%;
    height: 100%;
}







/* Videos */
.videos .reels,
.videos .reels a {
    color: #fff;
}

.videos .reels a .image img {
    max-width: 125px;
    padding: 2px;
    border: 2px solid #0e124f;
    border-radius: 50%;
    aspect-ratio: 1/1;
    transition: all .3s ease-in-out;
}

.videos .reels a:hover img {
    scale: 1.1;
}

.videos .owl-nav button {
    position: absolute;
    bottom: -10px;
    width: 30px;
    height: 30px;
    font-size: 25px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px !important;
    color: #fff !important;
    background-color: #d8e6ecc9 !important;
    border: 2px solid #d8e6ec !important;
    margin: 0 3px;
    transition: all .3s ease-in-out;
}

.videos .owl-nav button:hover {
    background-color: transparent !important;
}

.videos .owl-nav button.owl-next {
    left: 45px;
}

.videos .owl-nav button.owl-prev {
    left: 0;
}

.videos .card .thumbnail {
    position: relative;
}

.videos .card .thumbnail .overlay {
    position: absolute;
    inset: 0;
    background-color: #0e124f71;
    border-radius: 5px;
}

.videos .card .thumbnail .overlay .play-icon {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    font-weight: 600;
    color: #fff;
}

.videos .card .thumbnail .overlay .timer {
    position: absolute;
    left: 5px;
    bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #fff;
}

#videoModal video {
    width: 100%;
    max-height: 720px;
}



/* Catalogue */
.catalogue .catalogue-details {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
}


#catalogue.modal svg {
    width: 100%;
    height: 100%;
}












.tags ul li {
    background-color: #0e124f;
    border: 2px solid #0e124f;
    border-radius: 5px;
    display: inline-block;
    font-size: 13px;
    margin-bottom: 5px;
    margin-right: 2px;
    transition: all .3s ease-in-out;
}

.tags ul li a {
    display: flex;
    padding: 3px 6px;
    color: #fff;
    transition: all .3s ease-in-out;
}

.tags ul li:hover {
    background-color: transparent;
}

.tags ul li:hover a {
    color: #0e124f;
}
