:root {
    --yellow: #7bced7;
    --yellow2: #2398ba;
    --blue: #1D2F41;
    --gray: #2F2F2F;
    --gray2: #EAEAEA;
    --gray3: #727272;
}

.site-margin {
    max-width: 1640px;
}

a {
    text-decoration: none;
}

li {
    list-style-type: none;
}

.btn-site {
    width: 120px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    font-size: 16px;
    font-weight: 500;
    z-index: 1;
}

.btn-yellow {
    background-color: transparent;
    border: solid 1px var(--yellow);
    color: var(--yellow);
}

.navbar {
    position: fixed;
    width: 100%;
    height: auto;
    z-index: 3;
    transition: 0.5s ease-in-out;
    top: 0;
    left: 0;
}

.nav-overlay {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #1d2f41a1;
    mix-blend-mode: multiply;
}

/* .navbar-scroll {
    height: 100px;
} */

.navbar .container-fluid {
    position: relative;
    height: 100%;
    z-index: 1;
}

.navbar-brand {
    padding: 0;
}

.nav-header-menu li {
    margin-left: 30px;
    display: inline-flex;
    align-items: center;
}

.nav-header-menu li a {
    color: #ffffff;
    font-family: "Quicksand", serif;
    transition: 0.5s ease-in-out;
    font-weight: 500;
    font-size: 16px;
}

.nav-header-menu .active {
    font-weight: 700;
    color: var(--yellow);
}

.nav-link-scroll {
    color: var(--yellow) !important;
}

.nav-header-menu li a:hover {
    color: var(--yellow);
}

.logo {
    width: 250px;
}

.logo-scroll {
    height: 120px;
}

.navbar-contact {
    display: inline-flex;
    align-items: center;
    justify-content: end;
    text-align: right;
}

.n-c-box {
    display: grid;
    margin-right: 7px;
}

.navbar-contact a {
    margin-top: 5px;
    color: #fff;
    transition: 0.3s;
}
.navbar-contact a:hover {
    color: var(--yellow2);
}

.social-media li {
    margin-left: 5px;
}

.header-navbar-button {
    display: none;
}

.lang-box {
    position: relative;
    width: 48px;
}

.lang {
    background: var(--yellow);
    width: 48px;
    height: 48px;
    left: 0;
    top: 0;
    position: absolute;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    padding: 12px;
    border-radius: 48px;
}

.lang ul {
    padding: 0px;
    margin-top: 10px;
}

.lang ul li {
    margin-bottom: 5px;
}

.lang img {
    width: 25px;
}

.lang:hover {
    height: 250px;
}

.list-lang ul li {
    margin-left: 0px !important;
}

.home-slider {
    position: relative;
}

.home-slider-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(90deg, var(--blue), #ffffff);
    mix-blend-mode: multiply;
    opacity: 0.7;
}

.home-slider .owl-carousel .item {
    height: 100vh;
    width: 100vw;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.home-slider .slider-content {
    position: absolute;
    margin: 0 auto;
    top: 50%;
    z-index: 3;
}

.home-slider .home-owl-dots-box {
    position: absolute;
    top: 62%;
    left: 0px;
    right: 0px;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    width: 100%;
}

.banner-1 {
    background-color: var(--yellow);
    z-index: 1;
    height: 270px;
    width: 100%;
    overflow-x: clip;
}

.banner-1 .row {
    width: 100%;
    margin: 0 auto;
}

.banner-1 p {
    margin: 0;
}

.banner-1-left {
    display: inline-flex;
    align-items: center;
    justify-content: start;
    position: relative;
}

.banner-1-left:after {
    content: "";
    display: block;
    position: absolute;
    right: 100%;
    width: 100vw;
    height: 100%;
    background: var(--yellow);
    top: 0;
    z-index: 0;
}

.banner-1-left p {
    display: inline;
}

.banner-1-center-1 {
    background-color: var(--yellow);
    height: 270px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: right;
}

.banner-1-center-2 {
    background-color: var(--yellow2);
    height: 270px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: right;
}

.banner-1-right {
    position: relative;
    background-color: var(--gray);
    z-index: 1;
    height: 270px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: right;
}

.banner-1-right:after {
    content: "";
    display: block;
    position: absolute;
    width: 100vw;
    height: 100%;
    background: var(--gray);
    top: 0;
    z-index: 0;
    left: 100%;
}

.banner-2 {
    margin-top: 50px;
}

.b-2-left {
    display: inline-flex;
    align-items: center;
    justify-content: start;
}

.b-2-left .btn-site {
    margin-top: 50px;
}

.b-2-right {
    display: inline-flex;
    align-items: center;
    justify-content: end;
}

.b-2-right img {
    width: 90%;
}

.banner-3 {
    margin-top: 50px;

}

.b-3-left {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.b-3-right {
    position: relative;
}

.products-slider .item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 530px;
    width: 380px;
    padding: 50px;
    transition: 0.5s ease-in-out;
    position: relative;
}

.products-slider .yellow {
    background-color: var(--yellow);
}

.products-slider .yellow:hover {
    background-color: var(--gray);
}

.products-slider .gray {
    background-color: var(--gray);
}

.products-slider .gray:hover {
    background-color: var(--yellow);
}

.products-slider .item:hover {
    box-shadow: rgba(236, 240, 31, 0.25) 0px 13px 27px -5px, rgba(230, 233, 54, 0.3) 0px 8px 16px -8px;
}

.products-slider .item img {
    width: 100%;
    object-fit: cover;
}

.products-slider-nav button {
    height: 45px;
    width: 45px;
    margin: 0 !important;
    border-radius: 10px !important;
    border: solid 1px var(--yellow);
    background-color: transparent;
    color: var(--yellow);
}

.banner-4 {
    margin-top: 50px;
    height: 700px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.banner-4 .row {
    height: 100%;
}

.banner-4 .row .col-md-6 {
    display: inline-flex;
    align-items: center;
    justify-content: start;
    z-index: 1;
}

.overlay-1 {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(90deg, var(--blue), #ffffff);
    mix-blend-mode: multiply;
}

@supports (-webkit-touch-callout: none) {
    .banner-4 {
        background-attachment: scroll;
        position: relative;
    }
}

.banner-5 {
    margin-top: 50px;
}

.b-5-left {
    display: inline-flex;
    align-items: center;
    justify-content: start;
}

.b-5-left .btn-site {
    margin-top: 50px;
}

.b-5-right {
    display: inline-flex;
    align-items: center;
    justify-content: end;
}

.b-5-right img {
    width: 90%;
}

.banner-6 {
    margin-top: 50px;
}

.video-box {
    height: 265px;
    width: 100%;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.video-button {
    height: 95px;
    width: 95px;
    background-color: #ffffff70;
    backdrop-filter: blur(30px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 95px;
    font-size: 30px;
    color: #ffffff70;
    transition: 0.5s ease-in-out;
}

.video-box:hover .video-button {
    scale: 1.1;
}

.banner-7 {
    margin-top: 100px;
}

.b-7-left img {
    width: 100%;
}

.contact-form .input-group {
    margin-bottom: 20px;
}

.contact-form input {
    background-color: transparent;
    border-radius: 0;
    color: var(--gray3);
    font-family: 'Plus Jakarta Sans', sans-serif;
    outline: none;
    width: 100%;
    border: none;
    height: 50px;
    padding-left: 20px;
    border: solid 1px #E8E8E8;
    background-color: var(--gray2);
}

.contact-form input::placeholder {
    color: var(--gray3);
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.contact-form input:focus {
    background-color: var(--gray2);

}

.contact-form textarea {
    border-radius: 0;
    color: var(--gray3);
    font-family: 'Plus Jakarta Sans', sans-serif;
    outline: none;
    width: 100%;
    border: none;
    padding-left: 20px;
    padding-top: 20px;
    background-color: var(--gray2);
    background-color: var(--gray2);
}

.contact-form textarea::placeholder {
    color: var(--gray3);
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.contact-form textarea:focus {
    background-color: var(--gray2);

}

.banner-8 {
    margin-top: 50px;
}

.b-8-left {
    background-color: var(--yellow);
    height: 300px;
    display: inline-flex;
    align-items: center;
    justify-content: start;
    padding: 70px;
}

.b-8-left img {
    width: 65px;
}

.b-8-right {
    background-color: var(--gray);
    padding: 70px;
    display: inline-flex;
    align-items: center;
    justify-content: start;
    height: 300px;
}

.b-8-right img {
    height: 400px;
}

.b-8-right a {
    margin-left: auto;
}

.footer {
    margin-top: 50px;
    padding-top: 50px;
    border-top: solid 1px var(--gray2);
}

.footer-logo {
    width: 345px;
}

.footer-menu {
    padding-left: 0;
}

.footer-menu li {
    margin-bottom: 10px;
}

.footer-menu li a {
    color: var(--gray3);
}

.footer-bottom {
    margin-top: 50px;
}

.f-b-left {
    display: inline-flex;
    align-items: center;
    justify-content: start;
}

.f-b-left p {
    margin-bottom: 0px;
    font-size: 13px;
}

.f-b-right {
    display: inline-flex;
    align-items: end;
    justify-content: end;
}

.page-banner {
    height: 630px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-9 {
    margin-top: 50px;
}

.banner-10 {
    margin-top: 50px;
}

.b-10-left {
    display: inline-flex;
    align-items: center;
}

.b-10-right img {
    width: 100%;
    object-fit: cover;
}

.banner-11 {
    margin-top: 50px;
}

.product-box {
    border: solid 2px var(--gray3);
    height: 280px;
    width: 100%;
    padding: 35px;
    display: inline-flex;
    margin-bottom: 25px;
    transition: all 0.4s;
    border-radius: 20px;
}
.product-box:hover {
    border: solid 2px var(--yellow2);
}
.show-text{
    display: none;
}
.product-box:hover  .product-button {
    color: var(--yellow2);
    border: solid 2px var(--yellow2);
    width: 200px;
}
.product-box:hover .show-text{
    display: inline-block;
}
.p-b-content {
    display: grid;
    height: 100%;
    width: 100%;
    transition: all 0.4s;
}
.product-box:hover .p-b-content .t-gray-30{
    color: var(--yellow2);
    transition: all 0.4s;
}
.p-b-content a {
    margin-right: auto;
}

.product-box img {
    height: 220px;
    border-radius: 20px;
    object-fit: cover;
}
.p-b-content .t-gray-30{
    color: var(--gray3);
    font-weight: 400;
}
.product-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    /* color: var(--gray3);
    border: solid 2px var(--gray3); */
    border: solid 2px var(--yellow2);
    color: var(--yellow2);
    border-radius: 60px;
    font-size: 24px;
    transition: all 0.4s;
}
.product-button:hover{
    border: solid 2px var(--yellow2);
    background-color: var(--yellow2);
    color: #fff !important;
}

.banner-12 {
    margin-top: 50px;
}

#productdetailcarousel img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 20px;
}

#productdetailcarousel {
    max-width: 100%;
    margin: 0 auto;
}

#productdetailcarousel .f-carousel__slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.f-carousel {
    --f-button-width: 38px;
    --f-button-height: 38px;

    --f-button-svg-width: 16px;
    --f-button-svg-height: 16px;
    --f-button-svg-stroke-width: 2.5;

    --f-button-color: rgb(71 85 105);
    --f-button-border-radius: 50%;
    --f-button-shadow: 0 6px 12px -2px rgb(50 50 93 / 25%), 0 3px 7px -3px rgb(0 0 0 / 30%);

    --f-button-bg: #fff;
    --f-button-hover-bg: #f9f9f9;
    --f-button-active-bg: #f0f0f0;
}

.google-map {
    margin-top: 50px;
}

.google-map iframe {
    height: 450px;
    width: 100% !important;
}

.banner-13 {
    margin-top: 50px;
}

.banner-13 .col-md-4 {
    padding-left: 30px;
    padding-right: 30px;
}

.banner-13 p {
    margin: 0px;
}

.b-13-center {
    border-left: solid 1px var(--yellow);
    border-right: solid 1px var(--yellow);
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    animation: fadeIn 0.3s ease-in-out;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
}
.nav-item.dropdown:hover .dropdown-menu.flag {
    display: flex !important;
}
.dropdown-menu {
    display: none !important;
    color: var(--gray) !important;
    padding: 0 !important;
    border-radius: 0 !important;
    border: none !important;
}
.dropdown-menu:hover{
    color: var(--yellow2) !important;
}
.dropdown-menu li a{
    /* color: var(--yellow2) !important; */
    padding: 8px 20px;
    font-size: 13px;
    color: #3a393e;
    font-weight: 500;
    transition: all 0.4s;
}
.dropdown-menu li{
    margin-left: 0 !important;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.dropdown-menu li a:hover{
    background-color: rgba(0, 0, 0, 0.08) !important;
    color: #000;
    font-weight: 600;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu > .submenu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    margin-top: 0;
    margin-left: 0;
    z-index: 999;
    background-color: white;
    min-width: 200px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 0 !important;
    max-height: 400px;
    overflow-x: auto;
}

.dropdown-submenu:hover > .submenu {
    display: block;
}
.dropdown-submenu > .submenu li{
    margin-left: 0 !important;
    display: block;
}

.nav-item {
    padding: 0 10px;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: var(--yellow2);
}
.nav-link{
    color: #ffffff;
    font-family: "Quicksand", serif;
    transition: 0.5s ease-in-out;
    font-weight: 500;
    font-size: 18px;
}
.nav-link:hover{
    color: var(--yellow2);
}
.language {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background-color: var(--yellow);
    width: 48px;
    height: 48px;
    margin: auto;
}
.dropdown-menu.flag {
    border: 1px solid var(--white);
    border-radius: 50px;
}
.nav-item.dropdown:hover .dropdown-menu.flag {
    display: block !important;
    border-radius: 15px !important;
    margin-left: -110px;
}

.seo-text .btn-yellow{
    border: solid 1px var(--yellow2);
    color: var(--yellow2);
    padding: 10px 20px;
    width: auto;
    transition: all 0.4s;
}
.seo-text .btn-yellow:hover{
    border: solid 1px var(--yellow2);
    color: #fff;
    background-color: var(--yellow2);
}