@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


:root {
    --primary: #004d90 !important;
    --primary-hover: #579BCE !important;
    --secondary: #BE1967 !important;
    --grey: #C9C9C9 !important;
    --dark-grey: #D6D6D6 !important;
    --light: #F8F8F8 !important;
    --whatsapp: #6BCE72 !important;
    --title-color: #3D3D3D !important;
    --text-color: #898989 !important;
    --gold: #C7A26E !important;
    --green: #518201 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
}

.pb-75 {
    padding-bottom: 75px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pt-75 {
    padding-top: 75px;
}

.pt-125 {
    padding-top: 125px;
}

.pb-125 {
    padding-bottom: 125px;
}

.pb-150 {
    padding-bottom: 150px;
}

.pl-140 {
    padding-left: 140px;
}

.pr-140 {
    padding-right: 140px;
}

.main-container-padding {
    padding: 0 325px;
}

.text-grey {
    color: var(--dark-grey)
}

.text-red {
    color: var(--secondary)
}

img {
    max-width: 100%;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0;
    overflow-x: hidden;
    overflow-y: scroll
}

button:focus {
    outline: none !important;
    box-shadow: none !important;
}

.button:focus {
    outline: none !important;
    box-shadow: none !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.pointer {
    cursor: pointer;
}

a,
a:hover {
    text-decoration: none !important;
    transition: 400ms !important;
}


/* header-begin */

.mobile-header {
    display: none !important;
}

.header {
    height: 125px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #f5f5f5;
    z-index: 999;
    display: flex;
    align-items: center;
    transition: 400ms;
}

.scrolled .header {
    height: 75px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    transition: 400ms;
}

.header-menu-content ul {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
}

.header-menu-list {
    display: flex;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
}

.header-menu-list {
    display: flex;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
}

.header-menu-content ul li {
    margin: 0 25px;
}

.header-menu-content ul li a {
    font-size: 16px;
    font-weight: 400;
    color: #15275f;
    display: flex;
    align-items: center;
    transition: 400ms;
}

.header-logo img {
    width: 250px;
    object-fit: contain;
    transition: 400ms;
}

.scrolled .header-logo img {
    width: 175px;
}

.scrolled .header-menu-content ul li a {
    color: var(--black);
    transition: 400ms;
}

.header a {
    transition: 400ms;
}

.header a:hover {
    color: var(--primary-hover) !important;
    transition: 400ms;
}

/* dropdown-menu-begin */

a.lang-drop {
    cursor: pointer;
}

a.lang-drop img {
    margin-right: 5px;
    filter: invert(1) brightness(0.2);
}

.header-menu-content ul li.has-dropdown a {
    font-weight: 400;
}

ul.dropdown-menu {
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    border-radius: 0;
    border: none !important;
    left: unset;
    /* right: 0; */
    padding: 5px 0;
    display: flex;
    align-items: stretch;
    width: 125px;
    top: 85% !important;
    opacity: 0;
    pointer-events: none;
    transition: 400ms;
}

ul.dropdown-menu a {
    color: var(--black) !important;
    font-size: 14px !important;
}

ul.dropdown-menu li {
    padding: 8px 0px;
    margin: 0px 10px;
}

ul.dropdown-menu li:not(:last-child) {
    border-bottom: 1px solid #dbdbdb;
}

li.has-dropdown:hover ul.dropdown-menu {
    opacity: 1;
    pointer-events: all;
}

li.has-dropdown {
    padding: 15px 0px;
}

/* dropdown-menu-end */

/* header-end */

/* main-slider-begin */
.main-slider .item.slider-item {
    height: 100dvh;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.main-slider .slider-content {
    max-width: 600px;
    text-align: start;
    padding-bottom: 150px;
}

.main-slider .slider-content h4 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px;
}

.main-slider .slider-content h2 {
    font-size: 65px;
    font-weight: 700;
    margin-bottom: 30px;
}

.main-slider .slider-content p {
    font-size: 16px;
    font-weight: 400;
    /* margin-bottom: 0 !important; */
}

.main-slider .owl-nav button {
    height: 50px !important;
    width: 50px !important;
    border-radius: 100% !important;
    font-size: 16px !important;
    transition: 400ms !important;
}

.main-slider .owl-nav button.owl-next {
    background: var(--primary) !important;
    color: #fff !important;
    margin-left: 10px !important;
}

.main-slider .owl-nav button.owl-next:hover {
    transform: translateX(5px) !important;
}

.main-slider .owl-nav button.owl-prev:hover {
    transform: translateX(-5px) !important;
}

.main-slider .owl-nav button.owl-prev {
    background: #FFFFFF !important;
    color: var(--primary) !important;
}

.main-slider .owl-nav {
    bottom: 75px;
    position: absolute;
    left: 645px;
}

.main-slider .owl-dots {
    position: absolute !important;
    bottom: 100px;
    width: 400px;
    display: flex;
    justify-content: flex-start;
    align-items: end;
    z-index: 999999;
    left: 270px;
    flex-wrap: wrap;
}

.main-slider .owl-dots button {
    display: flex;
    align-items: flex-end;
    margin-right: 10px;
}

.main-slider .owl-dots button span {
    width: 50px;
    height: 2px;
    background: white;
    border-radius: 7px;
    transition: 400ms;
}


.main-slider .owl-dots button.active span,
.main-slider .owl-dots button:hover span {
    background: var(--primary);
    transition: 400ms;
}

.main-slider .item.slider-item:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0000003b;
    z-index: 0;
}

.main-slider .item.slider-item * {
    z-index: 9;
}

.main-slider .item.slider-item video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}


/* main-slider-end */

/* main-groups */

h2.section-title {
    margin-bottom: 25px;
    font-weight: 600;
    color: var(--primary);
}

.main-groups {
    margin: 75px 0 50px 0;
}

.group-item {
    width: 100%;
    height: 550px;
    background-size: cover !important;
    background-position: center !important;
    position: relative;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.group-item:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .3;
    z-index: 0;
}

.group-item * {
    z-index: 9;
}

span.group-item-title {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
}

.group-item a {
    padding: 15px 20px;
    background: #fff;
    color: var(--primary);
    border-radius: 4px;
    font-weight: 600;
    transition: 400ms;
}

.group-item a:hover {
    color: var(--primary-hover);
    transition: 400ms;
}

/* main-groups-end */


/* main-video */

section.main-video video {
    height: 500px;
    width: 100%;
    object-fit: cover;
}

section.main-video {
    margin: 75px 0;
}


/* main-video-end */


/* main-counters- */


.counter-item {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 75px;
}

.counter-item p {
    color: #8B8B8B;
    font-size: 13px;
    margin-top: 30px;
    padding: 0 50px;
}

.counter-item span {
    font-size: 44px;
    font-weight: 700;
    color: var(--primary);
    transition: 400ms
}

.counter-item span.counter-item-title {
    color: var(--primary-hover);
    font-size: 22px;
    font-weight: 300;
}

.counter-item:hover span {
    color: var(--secondary);
    transition: 400ms
}

.counter-item img {
    height: 90px;
    object-fit: contain;
    width: 100%;
    margin-bottom: 20px;
    filter: opacity(0.65);
}


/* main-counters-end */


/* main-marketing */
section.main-marketing {
    padding: 75px 0;
    background: whitesmoke;
}

.marketing-item img {
    width: 100%;
    height: 100px;
    object-fit: contain;
    object-position: center;
    filter: opacity(0.65);
}

.marketing-item {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}

span.marketing-item-title {
    font-size: 20px;
    margin: 15px 0;
    color: var(--primary);
    font-weight: 800;
}

p.marketing-item-text {
    font-size: 13px;
    text-align: center;
    padding: 0 15px;
    font-weight: 400;
}

/* main-marketing-end */


/* footer */

.copyright {
    background: #EBEBEC;
    height: 55px;
    display: flex;
    align-items: center;
}

.copyright .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.copyright span {
    font-size: 14px;
    color: #181818;
    font-weight: 400;
}

.copyright img {
    height: 40px;
    object-fit: contain;
}

.footer-menu-col ul li:not(:last-child) {
    border-bottom: 1px solid #EBEBEC;
}

.footer-menu-col ul {
    list-style: none;
    padding: 0;
}

.footer-menu-col ul li a {
    font-size: 16px;
    font-weight: 400;
    color: var(--primary);
    transition: 400ms;
}

.footer-menu-col ul li a:hover {
    color: var(--primary-hover);
    padding-left: 5px;
}

.footer-menu-col ul li {
    padding: 10px 0;
}

h3.footer-menu-title {
    font-size: 23px;
    font-weight: 600;
    padding-left: 10px;
    position: relative;
    margin-bottom: 10px;
}

h3.footer-menu-title:after {
    content: "";
    width: 3px;
    height: 100%;
    background-color: #2e5bac;
    display: inline-block;
    position: absolute;
    border-radius: 2px;
    left: 0;
}

img.footer-logo {
    width: 100%;
    height: 225px;
    object-fit: contain;
    object-position: left;
}

.footer-description {
    margin-top: 15px;
}

.footer-description p {
    font-size: 15px;
}

.footer-content {
    padding: 100px 0 50px 0;
}

.footer-catalog {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 0;
}

.footer-catalog img {
    height: 100px;
}

/* footer-end */

/* inner-page */

.inner-page {
    margin-top: 125px;
}

.page-banner {
    background: var(--primary);
    height: 250px;
    display: flex;
    align-items: center;
}

.page-banner-content .page-title {
    color: #fff;
    font-weight: 700;
}

.breadcrumbs ul {
    display: flex;
    padding: 0;
    list-style: none;
}

.breadcrumbs ul * {
    color: var(--primary-hover);
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
}

.breadcrumbs ul a:hover {
    color: #fff;
}

li.seperator {
    margin: 0 5px;
}

.breadcrumbs {
    margin-top: 15px;
    margin-bottom: -15px;
    overflow-x: auto;
}

/* inner-page-end */

/* company-page */

.company-content {
    padding: 75px 0;
}

span.company-page-title {
    font-size: 30px;
    font-weight: 600;
    color: var(--primary);
    margin-bottom: 25px;
    display: block;
}

.company-content p {
    font-size: 16px;
    font-weight: 400;
    color: #5d5d5d;
}

/* company-page-end */

/* blog-list-page */

a.blog-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

a.blog-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.blog-list-content {
    margin: 75px 0;
}

span.blog-item-title {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    padding: 15px 10px;
    background: var(--primary);
    height: 75px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* blog-list-page-end */


/* blog-detail-page */

.blog-content {
    padding: 75px 0;
}

img.blog-detail-image {
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: center !important;
    margin-bottom: 50px;
}

span.blog-page-title {
    font-size: 30px;
    font-weight: 600;
    color: var(--primary);
    margin-bottom: 25px;
    display: block;
}

.blog-content p {
    font-size: 16px;
    font-weight: 400;
    color: #5d5d5d;
}

/* blog-detail-page-end */


/* contact-page-begin */

.contact-content {
    padding: 75px 0;
}

.contact-us {
    padding-top: 25px;
}

.contact-us h2 {
    font-size: 48px;
    font-weight: 700;
    color: #555555;
    line-height: 70px;
}

.contact-informations {
    padding-bottom: 75px;
}

.contact-informations ul p {
    margin-top: 0;
    margin-bottom: 0;
}

.contact-informations ul a,
.contact-informations ul p {
    font-weight: 400;
    color: #555555;
    font-size: 16px;
    transition: 400ms;
}

.contact-informations ul a:hover {
    color: var(--primary-hover);
    transition: 400ms;
}

.contact-informations ul {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.contact-informations ul li {
    line-height: 29px;
}

.contact-form span {
    color: #727272;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
}

.contact-form form input,
.contact-form form textarea {
    margin-top: 15px;
    background: #f5f5f5;
    border: 2px solid #f5f5f5;
    outline: none !important;
    height: 55px;
    padding-left: 25px;
    color: var(--primary);
    font-size: 18px;
    width: 475px;
    max-width: 100%;
    transition: 400ms;
}

.contact-form form textarea {
    min-height: 125px;
    margin-bottom: 20px;
    padding-top: 10px;
}

.contact-form form input::placeholder,
.contact-form form textarea::placeholder {
    color: #BBBBBB;
    transition: 400ms;
}

.contact-form form input:focus,
.contact-form form textarea:focus {
    border-color: var(--primary);
    transition: 400ms;
}

.contact-form form {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.contact-form form button {
    padding: 15px 20px;
    width: 150px;
    background: var(--primary) !important;
    border: 2px solid var(--primary) !important;
    color: #fff !important;
    border-radius: 4px;
    font-weight: 600;
    transition: 400ms;
}

.contact-form form button:hover {
    color: var(--primary-hover) !important;
    border: 2px solid var(--primary-hover) !important;
    background: #fff !important;
    transition: 400ms;
}



/* contact-page-end */


/* product-list-page */

.product-list {
    padding: 75px 0;
}

h3.group-title {
    font-size: 19px;
    font-weight: 600;
    background: var(--primary);
    color: #fff;
    padding: 15px;
    margin: 0;
}

ul.sub-groups {
    list-style: none;
    padding: 0;
    margin: 0;
}

a.page-prev {
    color: #fff !important;
    font-size: 16px;
    margin-right: 5px;
}

.aside {
    border: 1px solid var(--primary);
    /* min-height: 250px; */
    position: -webkit-sticky;
    position: sticky;
    top: 90px;
}

ul.sub-groups li a {
    padding: 10px 15px;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    color: var(--primary);
    transition: 400ms;
}

ul.sub-groups li a:hover {
    background: #004d90c7;
    color: #fff;
    transition: 400ms;
}


.product-image-box {
    position: relative;
    height: 315px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-image-box img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 600ms;
}

.product-image-box img.bg-1,
.product-image-box:hover img.bg-2 {
    opacity: 1;
}

.product-image-box img.bg-2,
.product-image-box:hover img.bg-1 {
    opacity: 0;
}


.product-item {
    margin-bottom: 30px;
    border: 1px solid var(--primary);
}

a.product-item-title {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    padding: 15px 10px;
    background: var(--primary);
    height: 75px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: 400ms;
}

.product-item:hover .product-item-title {
    background: var(--primary-hover);
    transition: 400ms;
}

.product-item:hover {
    border-color: var(--primary-hover);
    transition: 400ms;
}

/* product-list-page-end */


/**** product-detail-page-begin ****/

.product-summary-col {
    padding-top: 75px;
}

span.product-detail-category {
    font-size: 20px;
    color: var(--secondary);
    letter-spacing: 1px;
}

/* .product-summary-col h1.product-detail-title {
    color: var(--dark);
    font-size: 45px;
    font-weight: 800;
    margin: 25px 0 50px 0;
} */

.product-summary-col h1.product-detail-title {
    color: var(--dark);
    font-size: 35px;
    font-weight: 700;
    margin: 20px 0 15px 0;
}

.product-summary-col h3.product-detail-code {
    color: var(--secondary);
    font-size: 29px;
    font-weight: 400;
}

.product-detail-summary {
    color: #000;
    /* color: #AAAAAA; */
    font-size: 18px;
    font-weight: 200;
}

.product-features .product-feature-box {
    color: var(--secondary);
    background: #F0F0F0;
    width: 105px;
    height: 105px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    text-align: center;
    padding: 15px 20px;
    line-height: 1;
    align-content: center;
    margin-right: 15px;
    transition: 400ms;
}

.product-features .product-feature-box:Hover {
    background: var(--primary);
    transition: 400ms;
}

.product-features .product-feature-box:Hover img {
    filter: invert(1) brightness(5);
    transition: 400ms;
}

.product-features .product-feature-box:Hover span {
    color: #fff;
    transition: 400ms;
}

.product-features {
    display: flex;
    margin: 50px 0;
}

.product-features .product-feature-box span {
    height: 35px;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
}

.product-detail-buttons a {
    width: 175px;
    height: 45px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    color: var(--primary);
    font-size: 18px;
    font-weight: 400;
    border: 1px solid var(--primary);
    border-radius: 10px;
    margin-right: 15px;
}

.product-detail-buttons {
    display: flex;
}

a.back-products {
    color: var(--secondary);
    font-size: 16px;
    font-weight: 500;
    border-radius: 10px;
    transition: 400ms;
}

a.back-products:hover i {
    margin-right: 5px;
    transition: 400ms;
}

a.back-products i {
    font-size: 14px;
    margin-right: 15px;
    margin-bottom: 1px;
    transition: 400ms;
}


.product-big-image .image {
    border: 1px solid #cbcbcb;
    height: 535px !important;
    display: flex;
    align-items: center;
}

.product-big-image .image img {
    height: 500px;
    object-fit: contain;
}

.product-big-image .image .item.slider-item {
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-big-image {
    margin-top: 50px;
}

.item.slider-item:has(.active) {
    border-color: var(--primary) !important;
}

.product-big-image .thumbnails .slider-item {
    background: #fff !important;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border: 1px solid #cbcbcb;
}


.product-big-image .thumbnails {
    padding: 20px 0;
}

.product-detail-top {
    margin-bottom: 75px;
}

/**** product-detail-page-end ****/


/*** search ***/

section.main-search {
    display: flex;
    align-items: center;
}

span.top-search {
    color: #3cbadd;
    font-size: 65px;
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 1;
}

span.bottom-search {
    font-size: 55px;
    letter-spacing: -2px;
    color: #193663;
    font-weight: 700;
}

.search-bar {
    width: 65%;
    box-shadow: 0px 5px 30px -4px #71717185;
    height: 50px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    padding: 3px;
    margin-top: 25px;
}

.search-bar button {
    background: #3cbadd;
    border: none !important;
    margin-right: 2px;
    border-radius: 0 10px 10px 0;
    width: 115px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

.search-bar input {
    width: 395px;
    border: none !important;
    padding-left: 10px;
    background: none;
    font-size: 14px;
}

.search-bar input:focus {
    outline: none;
}


#exampleModalLong {
    align-items: center !important;
}

#exampleModalLong.show {
    align-items: center !important;
    display: flex !important;
    z-index: 99999999999999999999;
    background: rgb(255 255 255 / 78%);
}

.modal-dialog {
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-content {
    background: none !important;
    border: none !important;
    width: 800px !important;
}

.search-form {
    width: 800px;
}

.search-input {
    transition: 400ms;
}

.search-input:focus {
    background: none;
    border-bottom: 2px solid var(--primary);
    color: var(--primary);
    box-shadow: none !important;
}

.search-input:focus::placeholder {
    color: var(--primary);
}

.search-input,
.search-input::placeholder {
    background: none !important;
    border: none !important;
    color: var(--primary) !important;
    font-size: 45px !important;
    font-weight: 600 !important;
    height: 70px;
}

.search-input {
    border-bottom: 2px solid var(--primary) !important;
    border-radius: 0 !important;
}

button.search-btn {
    background: none;
    border: none !important;
}

button.search-btn i {
    font-size: 14px;
    transition: 400ms;
}

button.search-btn:hover i {
    color: var(--primary-hover);
    transition: 400ms;
}

.search-form .form-input {
    width: 100%;
}

.header-menu-content ul li img {
    height: 22px;
    object-fit: contain;
}

/*** search-end ***/

.prod-code {
    display: flex;
    flex-direction: row;
    align-content: center;
}

.prod-code span{
    font-size: 16px;
    font-weight: 600;
    margin: 10px 5px 15px 0;
    display: flex;
    color: #606060;
}