:root {
    --color-primary: #ed3079;
    --color-secound: #222222;
    --color-third: #393835;
    --color-fourth: #37025c;

}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    direction: rtl;
}

.body.main {
    overflow-y: hidden;
}


.glitch {
    color: white;
    position: relative;
    margin: 0 auto;
}

@keyframes noise-anim {
    0% {
        clip-path: inset(93% 0 1% 0);
    }
    5% {
        clip-path: inset(81% 0 13% 0);
    }
    10% {
        clip-path: inset(48% 0 4% 0);
    }
    15% {
        clip-path: inset(84% 0 12% 0);
    }
    20% {
        clip-path: inset(97% 0 1% 0);
    }
    25% {
        clip-path: inset(8% 0 20% 0);
    }
    30% {
        clip-path: inset(20% 0 69% 0);
    }
    35% {
        clip-path: inset(66% 0 18% 0);
    }
    40% {
        clip-path: inset(60% 0 21% 0);
    }
    45% {
        clip-path: inset(23% 0 23% 0);
    }
    50% {
        clip-path: inset(15% 0 37% 0);
    }
    55% {
        clip-path: inset(89% 0 8% 0);
    }
    60% {
        clip-path: inset(100% 0 1% 0);
    }
    65% {
        clip-path: inset(64% 0 34% 0);
    }
    70% {
        clip-path: inset(56% 0 27% 0);
    }
    75% {
        clip-path: inset(31% 0 51% 0);
    }
    80% {
        clip-path: inset(29% 0 32% 0);
    }
    85% {
        clip-path: inset(74% 0 3% 0);
    }
    90% {
        clip-path: inset(79% 0 14% 0);
    }
    95% {
        clip-path: inset(29% 0 48% 0);
    }
    100% {
        clip-path: inset(24% 0 24% 0);
    }
}

.glitch::after {
    content: attr(data-text);
    position: absolute;
    left: 0;
    right: 0;
    text-shadow: -1px 0 red;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: 0 auto;
    color: white;
    background: black;
    overflow: hidden;
    animation: noise-anim 2s infinite linear alternate-reverse;
}

@keyframes noise-anim-2 {
    0% {
        clip-path: inset(33% 0 21% 0);
    }
    5% {
        clip-path: inset(48% 0 36% 0);
    }
    10% {
        clip-path: inset(21% 0 70% 0);
    }
    15% {
        clip-path: inset(5% 0 54% 0);
    }
    20% {
        clip-path: inset(33% 0 29% 0);
    }
    25% {
        clip-path: inset(32% 0 62% 0);
    }
    30% {
        clip-path: inset(75% 0 26% 0);
    }
    35% {
        clip-path: inset(24% 0 74% 0);
    }
    40% {
        clip-path: inset(44% 0 25% 0);
    }
    45% {
        clip-path: inset(20% 0 28% 0);
    }
    50% {
        clip-path: inset(2% 0 24% 0);
    }
    55% {
        clip-path: inset(51% 0 40% 0);
    }
    60% {
        clip-path: inset(66% 0 4% 0);
    }
    65% {
        clip-path: inset(24% 0 1% 0);
    }
    70% {
        clip-path: inset(53% 0 45% 0);
    }
    75% {
        clip-path: inset(66% 0 13% 0);
    }
    80% {
        clip-path: inset(1% 0 52% 0);
    }
    85% {
        clip-path: inset(27% 0 42% 0);
    }
    90% {
        clip-path: inset(78% 0 22% 0);
    }
    95% {
        clip-path: inset(54% 0 2% 0);
    }
    100% {
        clip-path: inset(66% 0 12% 0);
    }
}

.glitch::before {
    content: attr(data-text);
    position: absolute;
    left: 0;
    right: 0;
    text-shadow: 1px 0 blue;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: 0 auto;
    color: white;
    background: black;
    overflow: hidden;
    animation: noise-anim-2 15s infinite linear alternate-reverse;
}

#preloader {
    background-image: url(../media/image/preloader.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #000;
    background-size: 15%;
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 9999999;
}

@font-face {
    font-family: "extraregular";
    src: url("../fonts/Bahij_TheSansArabic-ExtraLight.ttf");
}

@font-face {
    font-family: "regular";
    src: url("../fonts/Bahij_TheSansArabic-Light.ttf");
}

@font-face {
    font-family: "semibold";
    src: url("../fonts/Bahij_TheSansArabic-SemiBold.ttf");
}

@font-face {
    font-family: "bold";
    src: url("../fonts/Bahij_TheSansArabic-Bold.ttf");
}

@font-face {
    font-family: "extrabold";
    src: url("../fonts/Bahij_TheSansArabic-ExtraBold.ttf");
}


/* ========== Navbar =========== */

.nav-top {
    background-color: #f7f7f7;
    height: 70px;
     display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}

.nav-top .logo {
    padding: 1vh 2vw;
    text-align: center;
    display: flex;
    align-items: center;
}
.nav-top .logo_img{

}
.nav-top .logo_img a{
        padding: 2% 0;

}
.nav-top .logo_img a img {
    width: 100%;
}
.nav-top ul {
    width: 75%;
    text-align: start;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.nav-top .social {
    text-decoration: none;
    display: flex;
    align-items: center;
    width: fit-content;
    margin: 0 1%;
}

.nav-top .social a {
    margin: 0 10%;
}

.nav-top .social a svg {
    color: #393835;
    transition: 0.5s ease-out;
    font-size: 1.2rem;
}

.nav-top .social a svg:hover {
    color: var(--color-primary);
}

.nav-top .social:hover {
    color: #fff;
}

.nav-top ul li {
    display: flex;
    align-items: center;
    margin: 0 1%;
    font-family: "regular";
    width: 35%;
}

.nav-top ul li svg {
    font-size: 1.8rem;
    padding: 2%;
    color: #fff;
    background-color: var(--color-primary);
    width: 30px !important;
    height: 30px;
    border-radius: 50%;
}

.nav-top .lang {
    width: 15%;
    text-align: start;
    color: #fff;
    text-decoration: none;
    font-family: "bold";
    align-items: center;
    display: flex;
}

.nav-top .lang img {
    width: 10%;
}

.nav-top .lang span {
    margin: 0 3%;
}

.nav-top ul li:last-child a {
    direction: ltr;
    unicode-bidi: embed;
}

.nav-top ul li span,
.nav-top ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 0.9rem;
    margin: 0 5%;
}

nav {
    height: fit-content;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
    display: flex;
    position: relative;
    z-index: 10;
    padding: 1% 5%;
    margin: 0;
}

nav .nav-links li a.active {
    color: var(--color-primary);
    font-family: "semibold";
    padding: 12px 16px;
}

.nav-links .lang {
    font-family: "regular";
    color: #000;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.nav-links .lang img {
    width: 25px;
    height: 25px;
    margin-left: 10%;
}

nav .nav-links .dropbtn {
    color: var(--color-secound);
    font-size: 16px;
    width: 100%;
    border: none;
    display: flex;
}

nav .nav-links .dropbtn svg {
    margin: 0 5%;
}

nav .nav-links .dropdown {
    position: relative;
    display: inline-block;
}

nav ul.double {
    display: flex;
    list-style: none;
    margin: 0;
    align-items: center;
}

nav ul.double li {
    background-color: var(--color-primary);
    color: #fff;
    width: 35px;
    height: 35px;
    margin: 0 5%;
    font-size: 0.9rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

nav ul.double li button {
    color: #fff !important;
    background-color: transparent;
    text-decoration: none;
}

nav .nav-links .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 750px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

nav .nav-links li:nth-child(3) .dropdown-content {
    min-width: 750px;
}

nav .nav-links li:nth-child(4) .dropdown-content {
    min-width: 500px;
}

nav .nav-links li:nth-child(7) .dropdown-content {
    min-width: 350px;
}

nav .nav-links .dropdown-content .drop_link {
    display: inline-block;
    width: 18%;
}

nav .nav-links .dropdown-content .drop_link img,
nav .nav-links .dropdown-content img {
    width: 90%;
    height: 95px;
    display: block;
    margin: 0 auto 5%;
}

nav .nav-links .dropdown-content a {
    color: black;
    padding: 12px 0;
    text-decoration: none;
    font-size: 0.8rem;
    margin: 0 auto;
    display: block;
    width: 90%;
    text-align: center;
}

nav .nav-links .dropdown-content a:hover {
    background-color: #ddd;
}

nav .nav-links .dropdown:hover .dropdown-content {
    margin: 0 auto;
    padding: 10%;
    display: flex;
    justify-content: center;
}

nav .nav-links li:last-child a.active {
    background-color: transparent;
    color: var(--color-secound) !important;
    background-color: #fff;
    border: 1.5px solid var(--color-secound);
    transition: all ease-in-out 1s;
    border-radius: 10px;
    padding: 0.6rem 1.2rem;
    font-size: 1rem;
    font-family: "semibold" !important;
    cursor: pointer;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: var(--color-primary);
}


/*Styling logo*/

/*.logo {*/
/*    padding: 1vh 5vw;*/
/*    text-align: center;*/
/*    display: flex;*/
/*    align-items: center;*/
/*}*/

/*.logo img {*/
/*    width: 100%;*/
/*}*/


/*Styling Links*/

.nav-links {
    display: flex;
    list-style: none;
    width: 100vw;
    margin: 0;
    padding: 0 5vw;
    justify-content: space-evenly;
    align-items: center;
    text-transform: uppercase;
}

nav .nav-links .dropdown-toggle {
    background: #fff;
    color: var(--color-primary);
    font-family: "regular";
    padding: 0.6rem 1.2rem;
    font-size: 16px;
}

nav .nav-links .dropdown-toggle {
    background-color: #fff !important;
}

nav .nav-links .dropdown-toggle:active {
    background-color: #fff !important;
    color: var(--color-primary) !important;
    padding: 0.6rem 1.2rem;
}

nav .nav-links .dropdown-menu .dropdown-item {
    text-align: start;
    color: var(--color-primary);
    font-family: "regular";
    font-size: 18px;
    margin: 0;
}

nav .nav-links .dropdown-menu .dropdown-item:hover {
    background-color: #432f852e;
}

.nav-links li a {
    text-decoration: none;
    margin: 0 0.7vw;
    color: var(--color-secound);
    font-family: "semibold";
}

.nav-links li a:hover {
    color: var(--color-primary);
}

.nav-links li {
    position: relative;
}


/*Styling Buttons*/

.new-shipment-btn {
    background-color: var(--color-secound);
    border-radius: 10px;
    color: #fff !important;
    padding: 0.6rem 1.2rem;
    font-size: 1rem;
    font-family: "semibold" !important;
    cursor: pointer;
}

.new-shipment-btn:hover {
    background-color: transparent;
    color: var(--color-secound) !important;
    background-color: #fff;
    border: 1.5px solid var(--color-secound);
    transition: all ease-in-out 1s;
}


/*Styling Hamburger Icon*/

.hamburger div {
    width: 30px;
    height: 3px;
    background: var(--color-secound);
    margin: 5px;
    transition: all 0.3s ease;
}

.hamburger {
    display: none;
}


/*Animating Hamburger Icon on Click*/

.toggle .line1 {
    transform: rotate(-45deg) translate(-8px, 15px);
}

.toggle .line2 {
    transition: all 0.7s ease;
    width: 0;
}

.toggle .line3 {
    transform: rotate(45deg) translate(-8px, -15px);
}


/* ========== Navbar =========== */

.header {
    height: 80vh;
    position: relative;
}

.header .swiper {
    width: 100%;
    height: 100%;
    position: relative;
}

.header .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.header .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(35%);
    animation: zoomin 5s ease-in infinite;
    transition: all 7s ease-in-out;
}

@keyframes zoomin {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

.header .swiper-pagination-bullet {
    width: 20px !important;
    height: 20px !important;
    text-align: center;
    line-height: 20px;
    margin: 5px !important;
    font-size: 12px;
    color: #fff;
    opacity: 1 !important;
    font-weight: bold;
    background: transparent !important;
}

.header .swiper-pagination-bullet-active {
    color: #fff;
}

.header .swiper-button-next,
.header .swiper-container-rtl .swiper-button-prev {
    position: absolute;
    left: 50px !important;
    right: auto !important;
    bottom: 0 !important;
    height: 50px;
    width: 50px;
}

.header .swiper-button-prev:after,
.header .swiper-container-rtl .swiper-button-next:after {
    transform: scale(0.5);
    color: #fff;
}

.header .swiper-button-prev,
.header .swiper-container-rtl .swiper-button-next {
    left: 0% !important;
    right: auto !important;
    bottom: 0 !important;
    height: 50px;
    width: 50px;
    background-color: var(--color-primary);
}

.header .swiper-button-next.swiper-button-disabled,
.header .swiper-button-prev.swiper-button-disabled {
    background-color: rgba(255, 255, 255, 0.2);
    opacity: 1 !important;
}

.header .swiper .swiper-pagination {
    display: flex;
    flex-direction: column;
    bottom: 40%;
    right: 4%;
}

.header .text-header {
    position: absolute;
    top: 30%;
    z-index: 99;
    text-align: center;
    color: #fff;
    width: 80%;
    right: 10%;
    left: 10%;
}

.header .swiper-container {
    height: 100%;
}

.header .swiper-container .swiper-pagination {
    display: flex;
    flex-direction: column;
    position: absolute;
    height: fit-content;
    top: 35%;
    right: 2%;
}

.header .swiper-container .swiper-pagination::before {
    content: "";
    width: 3px;
    height: 70px;
    background-color: #fff;
    margin: 0 10px 25px;
}

.header .text-header span {
    display: block;
}

.header .text-header p {
    font-family: "semibold";
    display: flex;
    align-items: center;
    justify-content: center;
}

.header .text-header p::before {
    content: "";
    width: 3%;
    margin-left: 1rem;
    height: 2px;
    background-color: #fff;
}

.header .text-header h2 {
    font-family: "bold";
}

.header .text-header span {
    color: #ededed;
    font-family: "regular";
    width: 45%;
    margin: 2% auto;
}

.header .text-header .shopping {
    background-color: var(--color-primary);
    color: #fff;
    font-family: "semibold";
    border-radius: 8px;
    padding: 1%;
    font-size: 0.8rem;
    width: 15%;
}

.header .text-header .download {
    border: 1px solid #fff;
    color: #fff;
    font-family: "semibold";
    border-radius: 8px;
    padding: 1%;
    font-size: 0.8rem;
    width: 15%;
}

.header .arrow {
    width: 100%;
    position: absolute;
    bottom: 25px;
    left: 0;
}


/* ======= header ======= */


/* ======= features ======= */

.features {
    margin: 5% 0;
}

.features .head_text {
    font-family: "bold";
    color: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.features .head_text::before {
    content: "";
    width: 3%;
    margin-left: 1rem;
    height: 2px;
    background-color: var(--color-primary);
}

.features h3 {
    font-family: "bold";
    color: var(--color-secound);
    text-align: center;
    margin-bottom: 5%;
}

.features .features_card {
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-radius: 35px;
    text-align: center;
    margin: 0 auto 10%;
    padding: 5%;
    height: 300px;
    width: 90%;
    transition: 0.7s ease-in-out !important;
}

.features .features_card:hover {
    background-color: var(--color-primary);
    transform: scale(1.1) !important;
}

.features .features_card .features_img {
    background-color: rgba(237, 48, 121, 0.1);
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border-radius: 50%;
}

.features .features_card:hover .features_img {
    background-color: rgba(255, 255, 255, 0.1);
}

.features .features_card .features_img img {
    width: 30px;
    height: 30px;
}

.features .features_card:hover .features_img img {
    filter: brightness(0) invert(1);
}

.features .features_card h6 {
    font-family: "bold";
    color: var(--color-secound);
    margin: 5% 0;
}

.features .features_card:hover h6 {
    color: #fff;
}

.features .features_card p {
    font-family: "regular";
    color: var(--color-secound);
    width: 85%;
    margin: 0 auto;
}

.features .features_card:hover p {
    color: #fff;
}


/* ======= features ======= */


/* ======= company ======= */

.company {
    background-color: #f7f8fa;
    padding: 5% 0;
}

.company .head_text {
    font-family: "bold";
    color: var(--color-primary);
    display: flex;
    align-items: center;
}

.company .head_text::before {
    content: "";
    width: 15%;
    margin-left: 1rem;
    height: 2px;
    background-color: var(--color-primary);
}

.company h2 {
    font-family: "bold";
    color: var(--color-secound);
    width: 70%;
}

.company p {
    color: #70798b;
    font-family: "regular";
    width: 70%;
}

.company .btn {
    display: flex;
    align-items: center;
    width: fit-content;
    padding: 3% 8%;
    color: #fff;
    background-color: var(--color-primary);
    font-family: "semibold";
    border-radius: 8px;
    margin-top: 15%;
}

.company .btn svg {
    padding: 0 5%;
    font-size: 1.5rem;
}

.company .img {
    display: inline-block;
}
.company .img.home_page{
     width: 100% !important;
    height: 350px;
    margin-left: 1rem;
    margin-bottom: 1rem;
    position: relative;
}
.company .img:nth-child(1) {
    width: 50%;
    height: 350px;
    margin-left: 1rem;
    margin-bottom: 1rem;
    position: relative;
}

.company .img:nth-child(1) img {
    filter: brightness(60%);
}

.company .img .play {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    cursor: pointer;
}

.company .img:nth-child(2) {
    width: 45%;
    height: 350px;
    margin-bottom: 1rem;
}

.company .img:nth-child(3) {
    width: 45%;
    height: 220px;
}

.company .img:nth-child(4) {
    width: 50%;
    height: 220px;
    margin-right: 1rem;
}

.company .img img {
    width: 100%;
    height: 100%;
}

.company .modal-dialog {
    max-width: 70%;
}

.company .modal-dialog .modal-body iframe {
    height: 600px;
}


/* ======= company ======= */


/* ======= products ======= */

.products {
    margin: 5% 0;
}

.products a,
.product a {
    text-decoration: none;
}

.products .head_text {
    font-family: "bold";
    color: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.products .head_text::before {
    content: "";
    width: 5%;
    margin-left: 1rem;
    height: 2px;
    background-color: var(--color-primary);
}

.products h2 {
    font-family: "bold";
    color: var(--color-secound);
    text-align: center;
    margin-bottom: 5%;
}

.products .card_product {
    margin-bottom: 10%;
    width: 80%;
}

.products .card_product .img {
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.products .card_product .card_product_text {
    position: relative;
}

.products .card_product .card_product_text .painting {
    position: absolute;
    width: 70px;
    height: 70px;
    top: -20%;
    left: 5%;
}

.products .card_product .img .cover_paint {
    width: 100%;
    height: 100%;
    transition: .5s ease-in-out;
}

.products .card_product .img .cover_paint:hover {
    transform: scale(1.2);
}

.products .card_product h4 {
    font-family: "bold";
    color: var(--color-secound);
    margin: 5% 0;
}

.products .card_product p {
    font-family: "regular";
    color: #697182;
    width: 85%;
    height: 75px;
}

.products .card_product .btn {
    background-color: var(--color-primary);
    color: #f5f9fc;
    font-family: "semibold";
    font-size: 0.8rem;
    padding: 2% 5%;
    transition: .7s ease-in-out;
}

.products .card_product .btn:hover {
    border: 1px solid var(--color-primary);
    color: var(--color-primary);
    background-color: transparent;
}


/* ======= products ======= */


/* ======= studio ======= */

.studio {
    position: relative;
}

.studio img,
.studio video {
    height: 600px;
    width: 100%;
    object-fit: cover;
    filter: brightness(35%);
}

.studio .text-studio {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: auto;
}

.studio .text-studio h1 {
    font-family: "bold";
    color: #fff;
}

.studio .text-studio p {
    color: #ededed;
    font-family: "semibold";
    width: 30%;
    text-align: center;
    margin: 1% 0% 2%;
}

.studio .text-studio .btn {
    background-color: rgba(255, 255, 255, 0.23);
    color: #fff;
    border-radius: 8px;
    font-family: "semibold";
    padding: 0.7% 2%;
    font-size: 0.8rem;
}


/* ======= studio ======= */


/* ======= fashion_colors ======= */

.fashion_colors {
    margin: 5% 0;
}

.fashion_colors .head_text {
    font-family: "bold";
    color: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.fashion_colors .head_text::before {
    content: "";
    width: 5%;
    margin-left: 1rem;
    height: 2px;
    background-color: var(--color-primary);
}

.fashion_colors h2 {
    font-family: "bold";
    color: var(--color-secound);
    text-align: center;
    margin-bottom: 5%;
}

.fashion_colors .swiper {
    width: 100%;
    height: 100%;
}

.fashion_colors .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.fashion_colors .swiper-button-next,
.fashion_colors .swiper-container-rtl .swiper-button-prev {
    right: 0 !important;
    left: auto !important;
}

.fashion_colors .swiper-button-prev,
.fashion_colors .swiper-container-rtl .swiper-button-next {
    left: 0px !important;
    right: auto !important;
}

.fashion_colors .swiper-wrapper {
    margin-bottom: 5%;
}

.fashion_colors .swiper-button-prev,
.fashion_colors .swiper-container-rtl .swiper-button-next {
    background-color: var(--color-primary);
    border-radius: 50%;
    width: 35px;
    height: 35px;
}

.fashion_colors .swiper-button-prev:after,
.fashion_colors .swiper-container-rtl .swiper-button-next:after {
    color: #fff;
    font-size: 1.2rem;
}

.fashion_colors .swiper-pagination-bullet {
    background-color: var(--color-primary);
    opacity: 32%;
}

.fashion_colors .swiper-pagination-bullet-active {
    background-color: var(--color-primary);
    opacity: 1;
}

.fashion_colors .card_fashion {
    text-align: start;
    width: 80%;
}

.fashion_colors .card_fashion img {
    width: 100%;
    height: 220px;
    border-radius: 5px;
    margin-bottom: 5%;
}

.fashion_colors .card_fashion .details_fashion .type_fashion {
    color: #70798b;
    font-family: "semibold";
    border-left: 1px solid #70798b;
    padding-left: 5%;
}

.fashion_colors .card_fashion .details_fashion .date {
    font-family: "regular";
    color: var(--color-primary);
    margin: 0 5%;
}

.fashion_colors .card_fashion .details_fashion h5 {
    font-family: "bold";
    color: var(--color-secound);
    margin-top: 5%;
    height: 100px;
}

.fashion_colors .card_fashion .details_fashion .btn {
    background-color: var(--color-primary);
    color: #f5f9fc;
    font-family: "semibold";
    font-size: 0.8rem;
    padding: 2% 5%;
    margin-top: 10%;
}


/* ======= fashion_colors ======= */


/* ======= comfortable ======= */

.comfortable {
    position: relative;
}

.comfortable img {
    filter: brightness(60%);
    height: 500px;
    width: 100%;
}

.comfortable .play {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    cursor: pointer;
}

.comfortable .play p {
    font-family: "semibold";
    color: #fff;
    margin: 2% 0 0;
}

.comfortable .modal-dialog {
    max-width: 70%;
}

.comfortable .modal-dialog .modal-body iframe {
    height: 600px;
}


/* ======= comfortable ======= */


/* ======= company_centers ======= */

.company_centers {
    margin: 5% 0;
}

.company_centers .head_text {
    font-family: "bold";
    color: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.company_centers .head_text::before {
    content: "";
    width: 5%;
    margin-left: 1rem;
    height: 2px;
    background-color: var(--color-primary);
}

.company_centers h2 {
    font-family: "bold";
    color: var(--color-secound);
    text-align: center;
    margin-bottom: 5%;
}

.company_centers .swiper {
    width: 100%;
    height: 100%;
}

.company_centers .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.company_centers .swiper-button-next,
.company_centers .swiper-container-rtl .swiper-button-prev {
    right: 0 !important;
    left: auto !important;
}

.company_centers .swiper-button-prev,
.company_centers .swiper-container-rtl .swiper-button-next {
    left: 0px !important;
    right: auto !important;
}

.company_centers .swiper-wrapper {
    margin-bottom: 5%;
}

.company_centers .swiper-button-prev,
.company_centers .swiper-container-rtl .swiper-button-next {
    background-color: var(--color-primary);
    border-radius: 50%;
    width: 35px;
    height: 35px;
}

.company_centers .swiper-button-prev:after,
.company_centers .swiper-container-rtl .swiper-button-next:after {
    color: #fff;
    font-size: 1.2rem;
}

.company_centers .swiper-pagination-bullet {
    background-color: var(--color-primary);
    opacity: 32%;
}

.company_centers .swiper-pagination-bullet-active {
    background-color: var(--color-primary);
    opacity: 1;
}

.company_centers .card_company_centers {
    text-align: start;
    width: 80%;
}

.company_centers .card_company_centers img {
    width: 100%;
    height: 220px;
    border-radius: 5px;
    margin-bottom: 5%;
}

.company_centers .card_company_centers .details_company_centers .type_company_centers {
    color: #70798b;
    font-family: "semibold";
    border-left: 1px solid #70798b;
    padding-left: 5%;
    font-size: 0.9rem;
}

.company_centers .card_company_centers .details_company_centers .date {
    font-family: "regular";
    color: var(--color-primary);
    margin: 0 5%;
}

.company_centers .card_company_centers .details_company_centers h5 {
    font-family: "bold";
    color: var(--color-secound);
    margin-top: 5%;
    height: 100px;
}

.company_centers .card_company_centers .details_company_centers .btn {
    background-color: var(--color-primary);
    color: #f5f9fc;
    font-family: "semibold";
    font-size: 0.8rem;
    padding: 2% 5%;
    margin-top: 10%;
}


/* ======= company_centers ======= */


/* ======= download_section ======= */

.download_section {
    background-image: url("../media/image/downloadaa.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: fit-content;
    margin: 10% 0;
}

.download_section .text-download {
    margin-top: 15%;
}

.download_section .text-download h2 {
    font-family: "bold";
    color: #fff;
}

.download_section .text-download ul li {
    font-family: "regular";
    color: #fff;
    width: 85%;
    margin: 5% 0;
}

.download_section .text-download .download_btn {
    background-color: rgba(34, 34, 34, 0.4);
    padding: 2%;
    border-radius: 5px;
}

.download_section .mobile_design {
    width: 60%;
    height: 120%;
    margin: -5% auto 0;
    display: block;
}


/* ======= download_section ======= */


/* ======= partners ======= */

.partners {
    margin: 5% 0;
    padding: 5% 0;
    background-color: #f7f8fa;
}

.partners .head_text {
    font-family: "bold";
    color: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.partners .head_text::before {
    content: "";
    width: 5%;
    margin-left: 1rem;
    height: 2px;
    background-color: var(--color-primary);
}

.partners h2 {
    font-family: "bold";
    color: var(--color-secound);
    text-align: center;
    margin-bottom: 5%;
}

.partners .swiper {
    width: 100%;
    height: 100%;
}

.partners .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.partners .swiper-slide a {
    width: 100%;
}

.partners .swiper-wrapper {
    margin-bottom: 5%;
}

.partners .swiper-pagination-bullet {
    background-color: var(--color-primary);
    opacity: 32%;
}

.partners .swiper-pagination-bullet-active {
    background-color: var(--color-primary);
    opacity: 1;
}

.partners .card_partners {
    text-align: start;
    width: 100%;
}

.partners .card_partners .wraper {
    width: 100%;
    height: 250px;
    border: 1px solid #ccc;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 5px;
    position: relative;
}

.partners .card_partners .wraper__img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    transition: all 0.4s ease;
}

.partners .card_partners .wraper__img img {
    width: 100%;
    height: 100%;
}

.partners .card_partners .wraper__text {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 40%;
    padding: 5% 5%;
    display: flex;
    justify-content: center;
    flex-flow: column;
    /* align-items: center; */
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-family: sans-serif;
    transform: rotateX(90deg);
    transition: all 0.4s ease;
    transform-origin: bottom;
}

.partners .card_partners .wraper__text h6 {
    line-height: 1.5;
    font-family: "semibold";
}

.partners .card_partners .wraper__text p {
    margin-bottom: 0;
    font-size: 0.8rem;
    font-family: "regular";
}

.partners .card_partners .wraper:hover .wraper__text {
    transform: rotateX(0deg);
}


/* ======= partners ======= */


/* ======= offices ======= */

.offices .head_text {
    font-family: "bold";
    color: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.offices .head_text::before {
    content: "";
    width: 5%;
    margin-left: 1rem;
    height: 2px;
    background-color: var(--color-primary);
}

.offices .swiper {
    width: 100%;
    height: 100%;
}

.offices .swiper-container {
    margin: 5% 0;
}

.offices .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.offices .swiper-slide a {
    width: 100%;
}

.offices .swiper-wrapper {
    margin-bottom: 5%;
}

.offices .swiper-pagination-bullet {
    background-color: var(--color-primary);
    opacity: 32%;
}

.offices .swiper-pagination-bullet-active {
    background-color: var(--color-primary);
    opacity: 1;
}

.offices .swiper-slide img {
    filter: grayscale(100%);
    width: 70%;
}


/* ======= offices ======= */


/* ======= contact ======= */

.contact-now {
    background-color: var(--color-fourth);
    padding: 5% 0;
    text-align: center;
    position: relative;
}

.contact-now::before {
    content: url("../media/image/icon/shape3.svg");
    position: absolute;
    right: 10%;
    top: -15%;
}

.contact-now::after {
    content: url("../media/image/icon/shape2.svg");
    position: absolute;
    left: 0;
    bottom: -2%;
}

.contact-now h3 {
    font-family: "bold";
    color: #fff;
}

.contact-now p {
    font-family: "regular";
    color: #fff;
}

.contact-now form::after {
    content: url("../media/image/icon/shape1.svg");
    position: absolute;
    left: 5%;
    top: 45%;
}

.contact-now .contact-form {
    position: relative;
    width: 50%;
    margin: 0 auto;
}

.contact-now .contact-form input {
    font-family: "semibold";
    background-color: rgba(255, 255, 255, 0.16);
    border: unset;
    border-radius: 14px;
    font-size: 0.8rem;
    height: 50px;
    padding: 1% 2%;
}

.contact-now .contact-form input::placeholder {
    color: #fff;
}

.contact-now .contact-form input:focus {
    background-color: rgba(255, 255, 255, 0.16);
    border-color: unset;
    box-shadow: unset;
}

.contact-now .contact-form input:focus::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.contact-now .contact-form button {
    position: absolute;
    top: 10%;
    left: 1%;
    background-color: var(--color-primary);
    color: #fff;
    font-family: "bold";
    height: 80%;
    border-radius: 14px;
    font-size: 0.8rem;
    padding: 0 5%;
}


/* ======= contact ======= */


/* ======= breadcrumb ======= */

.breadcrumb {
    height: fit-content;
    position: relative;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
}

.breadcrumb img {
    width: 100%;
    height: 400px;
}

.breadcrumb .text-breadcrumb {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
}

.breadcrumb h1 {
    font-family: "bold";
    font-size: 4rem;
}

.breadcrumb p {
    font-family: "regular";
    width: 35%;
    margin: 1% auto;
}

.breadcrumb span {
    font-family: "regular";
}


/* ======= breadcrumb ======= */


/* ======= why ======= */

.why {
    margin: 5% 0 0;
}

.why .head_text {
    font-family: "bold";
    color: var(--color-primary);
    display: flex;
    align-items: center;
}

.why .head_text::before {
    content: "";
    width: 10%;
    margin-left: 1rem;
    height: 2px;
    background-color: var(--color-primary);
}

.why h2 {
    font-family: "bold";
    color: var(--color-secound);
    width: 75%;
    margin: 5% 0;
}

.why p {
    font-family: "regular";
    color: #70798b;
    width: 65%;
}

.why .card_why {
    box-shadow: 0px 0px 77px rgba(48, 48, 48, 0.06);
    border-radius: 35px;
    padding: 8% 5%;
    margin-bottom: 7%;
    transition: 0.7s ease-in-out;
}

.why .card_why:hover {
    background-color: #6001d3;
    transform: scale(1.05);
}

.why .card_why .why_img {
    width: fit-content;
    height: fit-content;
    padding: 5%;
    border-radius: 50%;
}

.why .col-md-6:nth-child(1) .card_why .why_img {
    background-color: #01d3b6;
}

.why .col-md-6:nth-child(2) .card_why .why_img {
    background-color: var(--color-primary);
}

.why .col-md-6:nth-child(3) .card_why .why_img {
    background-color: #fcdc00;
}

.why .col-md-6:nth-child(4) .card_why .why_img {
    background-color: #897ee6;
}

.why .card_why .why_img img {
    width: 25px;
    height: 25px;
}

.why .card_why h6 {
    font-family: "bold";
    margin: 5% 0;
}

.why .card_why:hover h6 {
    color: #fff;
}

.why .card_why:hover p {
    color: #fff;
}


/* ======= why ======= */


/* ======= team ======= */

.team {
    margin-top: 5%;
}

.team .head_text {
    font-family: "bold";
    color: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.team .head_text::before {
    content: "";
    width: 10%;
    margin-left: 1rem;
    height: 2px;
    background-color: var(--color-primary);
}

.team h2 {
    font-family: "bold";
    color: var(--color-secound);
    text-align: center;
    margin-bottom: 5%;
}

.team .card_team {
    text-align: center;
}

.team .card_team img {
    width: 90%;
    height: 250px;
}

.team .card_team h6 {
    font-family: "semibold";
    color: #000b33;
    margin-top: 5%;
}

.team .card_team p {
    font-family: "regular";
    color: #000b33;
    opacity: 0.7;
}

.team .swiper-wrapper {
    margin-bottom: 3%;
}

.team .swiper-pagination-bullet {
    background-color: var(--color-primary);
    opacity: 32%;
}

.team .swiper-pagination-bullet-active {
    background-color: var(--color-primary);
    opacity: 1;
}


/* ======= team ======= */


/* ======= counter ======= */

.counter {
    background-color: #4e0182;
    padding: 5% 0;
    text-align: center;
    position: relative;
    display: flex;
}

.counter::before {
    content: url("../media/image/icon/shape4.svg");
    position: absolute;
    left: 10%;
    top: -10%;
}

.counter::after {
    content: url("../media/image/icon/shape1.svg");
    position: absolute;
    right: 10%;
    top: 75%;
}

.counter .counter-static {
    width: 24%;
    display: inline-block;
}

.counter .counter-static .img-counter {
    background-color: rgba(255, 255, 255, 0.28);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    margin: 0 auto;
    padding: 4%;
}

.counter .counter-static h2 {
    color: #fff;
    font-family: "bold";
    margin: 4% 0;
}

.counter .counter-static p {
    font-family: "regular";
    color: #fff;
}


/* ======= counter ======= */


/* ======= product ======= */

.product {
    margin: 5% 0;
}

.product .head_text {
    font-family: "bold";
    color: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.product .head_text::before {
    content: "";
    width: 5%;
    margin-left: 1rem;
    height: 2px;
    background-color: var(--color-primary);
}

.product h2 {
    font-family: "bold";
    color: var(--color-secound);
    text-align: center;
    margin-bottom: 5%;
}

.product .product_card {
    border: 1px solid #b7b7b7;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.product .product_card .img {
    width: 100%;
    height: 200px;
    display: block;
    overflow: hidden;
}

.product .product_card .img .cover_paint {
    width: 100%;
    height: 100%;
    transition: .5s ease-in-out;
}

.product .product_card .img .cover_paint:hover {
    transform: scale(1.2);
}

.product .product_card .card_product_text .painting {
    position: absolute;
    width: 85px;
    height: 85px;
    left: 5%;
    top: -37%;
}
.breadcrumb_a{
    font-size: 1rem;
    color: var(--color-primary);
    font-family: 'bold';
    text-decoration: none;
    transition: .25s all ease-in-out;
    }
    .breadcrumb_a{
        color: white;
    }
.product .product_card .card_product_text {
    padding: 5%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.product .product_card .img img {
    width: 100%;
    height: 100%;
}

.product .product_card h5 {
    color: var(--color-secound);
    font-family: "bold";
    margin: 3% 0;
}

.product .product_card p {
    color: #697182;
    font-family: "regular";
}

.product .product_card a {
    background-color: var(--color-primary);
    color: #fff;
    font-family: "semibold";
    font-size: 0.8rem;
    transition: .7s ease-in-out;
    margin-top: auto;
    width: fit-content;
}

.product .product_card a:hover {
    border: 1px solid var(--color-primary);
    background-color: transparent;
    color: var(--color-primary);
}


/* ======= product ======= */


/* ======= single product ======= */

.single_product {
    margin: 5% 0;
}

.single_product .name_product {
    color: var(--color-secound);
    font-family: "extrabold";
    margin-bottom: 5%;
}

.single_product span {
    font-family: "semibold";
    color: #70798b;
    margin-bottom: 3%;
}

.single_product .description_product {
    font-family: "regular";
    color: #5a7184;
}

.single_product .details_product ul {
    padding: 0;
    margin-top: 5%;
}

.single_product .details_product ul li {
    list-style: none;
    width: 49%;
    display: inline-flex;
    margin-bottom: 5%;
}

.single_product .details_product ul li h6 {
    font-family: "regular";
    color: #2c2828;
}

.single_product .details_product ul li p {
    font-family: "semibold";
    color: #666c8e;
    font-size: 0.8rem;
}

.single_product .details_product .img_product {
    width: 20%;
    display: inline-flex;
    align-items: center;
}

.single_product .details_product .img_product img {
    width: 30px;
    height: 30px;
}

.single_product .details_product .text_product {
    width: 72%;
}

.single_product .details_product .text_product p {
    margin-bottom: 0;
}

.single_product .share_product ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin-top: 2%;
}
.single_product .share_product .view_video {
    font-family: "regular";
    font-size: .8rem;
    padding: .75rem 1.5rem;
    background-color: var(--color-primary);
    color: #fff;
    transition: .7s ease-in-out;
}
.single_product .share_product .view_video:hover {
    background-color: #fff;
    color: var(--color-primary);
    border: 1px solid var(--color-primary);
    transition: .7s ease-in-out;
}
.single_product .share_product .view_video svg {
    margin-inline-end: .5rem;
}

.single_product .share_product .modal iframe {
    height: 70vh;
    width: 100%;
}

.single_product .share_product .modal .modal-dialog {
    max-width: 70%;
}

.single_product .share_product .modal .modal-content {
    background-color: transparent;
}
.single_product .share_product .modal .modal-content .modal-header {
    background-color: #fff;
}
.single_product .share_product .modal .modal-content .modal-body{
    padding: 0;
}

.single_product .share_product ul li {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 3%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-left: 2%;
}

.single_product .share_product ul li:nth-child(1) {
    background-color: #516eaa;
}

.single_product .share_product ul li:nth-child(2) {
    background-color: #29c5f6;
}

.single_product .share_product ul li:nth-child(3) {
    background-color: #ebebeb;
}

.single_product .share_product ul li:nth-child(4) {
    background-color: #cd1e20;
}

.single_product .swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.single_product .swiper-slide {
    background-size: cover;
    background-position: center;
}

.single_product .main_product_swiper {
    height: fit-content;
    width: 85%;
    margin-left: unset !important;
    margin-right: unset !important;
    display: inline-block;
}

.single_product .main_product_swiper .swiper-slide {
    height: 610px;
}

.single_product .small_product_swiper {
    height: unset;
    box-sizing: border-box;
    padding: 10px 0;
    width: 14%;
    display: inline-block;
}

.single_product .small_product_swiper .swiper-wrapper {
    height: 600px;
}

.single_product .small_product_swiper .swiper-slide {
    width: 100%;
    height: 18.7% !important;
    opacity: 0.4;
    cursor: pointer;
}

.single_product .small_product_swiper .swiper-slide-thumb-active {
    opacity: 1;
}

.single_product .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
}

.single_product .specifications_product {
    margin: 5% 0;
}

.single_product .specifications_product .nav .nav-link {
    color: #a4a9b4;
    background-color: #f0f2f7;
    font-family: "semibold";
    margin-left: 1%;
    font-size: 0.7rem;
    padding: 1% 2%;
}

.single_product .specifications_product .nav .nav-link.active {
    color: var(--color-secound);
    background-color: transparent;
}

.single_product .specifications_product .nav-tabs {
    border: unset;
}

.single_product .specifications_product .tab-content {
    border: 1px solid #dee2e6;
}

.single_product .specifications_product .tab-content .table {
    width: 90%;
    margin: 0 auto 3%;
    border: 1px solid #ced5e1;
}

.single_product .specifications_product .tab-content .table tr th {
    background-color: #f0f2f7;
    color: var(--color-secound);
    font-family: "bold";
    font-size: 0.8rem;
}

.single_product .specifications_product .tab-content .table tr td {
    font-family: "regular";
    color: #2f3542;
    font-size: 0.9rem;
}

.single_product .specifications_product .tab-content .tab-pane p {
    font-family: "regular";
    color: #2f3542;
    width: 60%;
    margin: 2%;
}

.single_product .specifications_product .tab-content .tab-pane h6 {
    font-family: "semibold";
    color: var(--color-primary);
    width: 60%;
    margin: 2%;
}

.single_product .specifications_product .tab-content .personal_info {
    width: 100%;
    padding: 0 2%;
}

.single_product .specifications_product .tab-content .specifications_text {
    font-family: "regular";
    color: #2f3542;
    width: 90% !important;
    margin: 2% auto !important;
}

.single_product .specifications_product .tab-content .personal_info span {
    color: #2f3542;
    font-family: "regular";
    display: block;
    margin: 2% 0;
}

.single_product .specifications_product .tab-content .personal_info .form-group {
    position: relative;
}

.single_product .specifications_product .tab-content .personal_info label {
    color: var(--color-secound);
    font-family: "semibold";
    margin: 2% 0;
}

.single_product .specifications_product .tab-content .quantity_info svg {
    position: absolute;
    top: 65%;
    z-index: 999;
    right: 1.5%;
    color: #9198bd;
}

.single_product .specifications_product .tab-content .personal_info input,
.single_product .specifications_product .tab-content .personal_info textarea {
    color: #70798b;
    background-color: #e1ecf0;
    font-family: "regular";
}

.single_product .specifications_product .tab-content .quantity_info input,
.single_product .specifications_product .tab-content .quantity_info textarea,
.single_product .specifications_product .tab-content .quantity_info .dropdown-toggle {
    padding: 0.375rem 2rem;
}

.single_product .specifications_product .tab-content .quantity_info .row .row .col-sm-12:first-child svg {
    top: 72%;
}

.single_product .specifications_product .tab-content .quantity_info select {
    padding: 1% 5%;
}

.single_product .specifications_product .tab-content .personal_info input:focus,
.single_product .specifications_product .tab-content .personal_info textarea:focus {
    box-shadow: unset;
    background-color: #fff;
}

.single_product .specifications_product .tab-content .personal_info button {
    background-color: var(--color-primary);
    color: #fff;
    font-family: "bold";
    width: 100%;
    margin: 3% 0;
}

.single_product .specifications_product .tab-content .personal_info .bootstrap-select {
    width: 100%;
}

.single_product .specifications_product .tab-content .personal_info .dropdown-toggle {
    background-color: #e1ecf0;
    color: #70798b;
    width: 100%;
    font-family: "regular";
    margin: 0;
    border: 1px solid #ced4da;
}

.single_product .specifications_product .tab-content .personal_info .dropdown-toggle .filter-option-inner-inner {
    text-align: start;
}

.single_product .specifications_product .tab-content .personal_info .dropdown-menu ul li span {
    text-align: start;
}

.single_product .specifications_product input::-webkit-outer-spin-button,
.single_product .specifications_product input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.single_product .specifications_product .painted {
    background-color: #f0f5f7;
    width: 90%;
    margin: 0 auto;
    padding: 10% 0;
}

.single_product .specifications_product .painted svg {
    position: unset !important;
    color: var(--color-primary) !important;
    background-color: #fff !important;
    font-size: 4rem;
    padding: 4%;
    margin: 0 auto;
    display: block;
    border-radius: 50%;
}

.single_product .specifications_product .painted p {
    width: 100% !important;
    text-align: center;
}

.single_product .specifications_product .painted h1 {
    color: var(--color-secound);
    font-family: "bold";
    text-align: center;
    direction: ltr;
}


/* ======= single product ======= */


/* ======= related product ======= */

.related_product h2 {
    margin-bottom: 3%;
    text-align: center;
    color: var(--color-secound);
    font-family: "bold";
}

.related_product .product_card {
    width: 80%;
    margin-bottom: 5%;
}

.related_product .product_card img {
    width: 100%;
    height: 200px;
}

.related_product .product_card h5 {
    color: var(--color-secound);
    font-family: "bold";
    margin: 3% 0;
}

.related_product .product_card p {
    color: #697182;
    font-family: "regular";
    height: 100px;
    display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
 overflow: hidden;
text-overflow: ellipsis;

}

.related_product .product_card a {
    background-color: var(--color-primary);
    color: #fff;
    font-family: "semibold";
    font-size: 0.8rem;
}

.related_product .swiper-wrapper {
    margin-bottom: 5%;
}

.related_product .swiper-pagination-bullet {
    background-color: var(--color-primary);
    opacity: 32%;
}

.related_product .swiper-pagination-bullet-active {
    background-color: var(--color-primary);
    opacity: 1;
}


/* ======= related product ======= */


/* ======= discover ======= */

.discover {
    margin: 5% 0;
}

.discover .discover_card {
    border: 1px solid rgba(237, 48, 121, 0.3);
    border-radius: 35px;
    text-align: center;
    padding: 5%;
    transition: 0.7s ease-in-out;
    margin: 0 auto 5%;
}

.discover a {
    text-decoration: none;
}

.discover .discover_card img {
    background-color: #fdeaf1;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    padding: 3%;
}

.discover .discover_card h6 {
    color: var(--color-secound);
    font-family: "bold";
    margin: 5% 0;
}

.discover .discover_card p {
    color: #70798b;
    font-family: "regular";
    width: 80%;
    margin: 0 auto;
}

.discover .discover_card svg {
    color: var(--color-primary);
    background-color: #fdeaf1;
    padding: 1.5%;
    border-radius: 50%;
    font-size: 2rem;
    width: 35px;
    height: 35px;
    margin-top: 5%;
}

.discover .discover_card:hover {
    background-color: var(--color-primary);
}

.discover .discover_card:hover h6,
.discover .discover_card:hover p {
    color: #fff;
}

.discover .discover_card:hover svg {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.15);
}

.discover .discover_card:hover img {
    background-color: rgba(255, 255, 255, 0.1);
    filter: brightness(0) invert(1);
}


/* ======= discover ======= */


/* ======= reservation service ======= */

.reservation_service {
    background-color: #4e0182;
    height: fit-content;
}

.reservation_service h2 {
    font-family: "bold";
    color: #fff;
    margin-bottom: 5%;
}

.reservation_service ul {
    font-family: "regular";
    color: #fff;
}

.reservation_service img {
    width: 100%;
}

.reservation_service .download_btn {
    margin-top: 5%;
}

.reservation_service .download_btn a {
    width: fit-content;
    display: inline-block;
    margin-left: 3%;
    background-color: rgba(34, 34, 34, 0.4);
    padding: 2% 4%;
}

.reservation_service .download_btn a img {
    width: 100%;
    height: unset;
}


/* ======= reservation service ======= */


/* ======= region ======= */

.region {
    margin: 5% 0;
}

.region h2 {
    text-align: center;
    margin-bottom: 5%;
    color: var(--color-secound);
    font-family: "bold";
}

.region a {
    text-decoration: none;
}

.region .region_card {
    background-color: var(--color-primary);
    padding: 20% 0;
    width: 90%;
    margin: 0 auto 5%;
}

.region .region_card h3 {
    font-family: "bold";
    color: #fff;
    text-align: center;
}


/* ======= region ======= */


/* ======= distributors ======= */

.distributors {
    margin: 5% 0;
}

.distributors h2 {
    text-align: center;
    font-family: "bold";
    color: var(--color-secound);
    margin-bottom: 5%;
}

.distributors .card_distributors img {
    width: 90%;
}

.distributors .card_distributors h4 {
    color: var(--color-secound);
    font-family: "bold";
    margin: 3% 0;
}

.distributors .card_distributors p {
    color: #697182;
    font-family: "regular";
}

.distributors .card_distributors .contact_btn a {
    font-family: "semibold";
    font-size: 0.8rem;
    width: 30%;
    padding: 2% 0;
    margin-left: 5%;
}

.distributors .card_distributors .contact_btn a:nth-child(1) {
    background-color: var(--color-primary);
    color: #fff;
}

.distributors .card_distributors .contact_btn a:nth-child(2) {
    background-color: #fff;
    border: 1px solid var(--color-primary);
    color: var(--color-primary);
}

.distributors .card_distributors .contact_btn .fa-share-alt {
    background-color: rgba(237, 48, 121, 0.11);
    color: var(--color-primary);
    font-size: 2.5rem;
    padding: 20.5%;
    border-radius: 50%;
    vertical-align: middle;
}


/* .distributors .card_distributors .contact_btn .share_btn{
  display: none;
}
.distributors .card_distributors .contact_btn .fa-share-alt:hover + .share_btn{
  display: block;
} */


/* ======= distributors ======= */


/* ======= projects ======= */

.projects {
    margin: 5% 0;
}

.projects h2 {
    text-align: center;
    font-family: "bold";
    color: var(--color-secound);
    margin-bottom: 5%;
}

.projects .card_project {
    margin-bottom: 15%;
}

.projects .card_project img {
    width: 90%;
    height: 250px;
}

.projects .card_project h5 {
    font-family: "bold";
    color: var(--color-secound);
    margin: 5% 0;
}

.projects .card_project .card_text {
    font-family: "regular";
    color: #697182;
    width: 85%;
    height: 90px;
}

.projects .card_project a {
    background-color: var(--color-primary);
    color: #f5f9fc;
    font-family: "semibold";
    font-size: 0.8rem;
    padding: 2% 4%;
}


/* ======= projects ======= */


/* ======= single project ======= */

.single_projects {
    margin: 5% 0;
}

.single_projects .swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.single_projects .swiper-slide {
    background-size: cover;
    background-position: center;
}

.single_projects .single_projects_swiper {
    height: 450px;
    width: 100%;
}

.single_projects .single_projects_small_swiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
    margin: 3% 0;
}

.single_projects .single_projects_small_swiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.single_projects .single_projects_small_swiper .swiper-slide-thumb-active {
    opacity: 1;
}

.single_projects .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
}

.single_projects .last_work h2 {
    font-family: "bold";
    color: var(--color-secound);
    width: 90%;
    margin-bottom: 5%;
}

.single_projects .last_work p {
    font-family: "regular";
    color: var(--color-secound);
    width: 95%;
}

.single_projects .last_work a {
    background-color: var(--color-primary);
    color: #fff;
    font-family: "semibold";
    width: 95%;
    padding: 1.5%;
    font-size: 0.9rem;
}

.single_projects .last_work h4 {
    color: #393835;
    font-family: "semibold";
    margin: 5% 0;
}

.single_projects .last_work ul {
    display: flex;
    list-style: none;
    padding: 0;
}

.single_projects .last_work ul li {
    margin: 0 2%;
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.single_projects .last_work ul li:nth-child(1) {
    background-color: #516eaa;
}

.single_projects .last_work ul li:nth-child(2) {
    background-color: #29c5f6;
}

.single_projects .last_work ul li:nth-child(3) {
    background-color: #ebebeb;
}

.single_projects .last_work ul li:nth-child(4) {
    background-color: #cd1e20;
}

.single_projects .last_work ul li a {
    background-color: transparent;
    text-align: center;
}

.single_projects .sidebar_article .form-group {
    display: flex;
    position: relative;
    margin-bottom: 5%;
}

.single_projects .sidebar_article .form-group svg {
    position: absolute;
    top: 25%;
    right: 2%;
    color: #70798b;
}

.single_projects .sidebar_article .form-group input {
    display: inline-block;
    width: 70%;
    color: #8c8c8c;
    font-family: "regular";
    background-color: rgba(237, 237, 237, 0.43);
    padding: 0 10%;
}

.single_projects .sidebar_article .form-group button {
    display: inline-block;
    width: 30%;
    font-family: "semibold";
    background-color: var(--color-primary);
    color: #fff;
    margin: 0 3%;
}

.single_projects .sidebar_article .latest_article .side_article {
    display: flex;
    margin: 7.5% 0;
}

.single_projects .sidebar_article .latest_article .side_article .side_article_img {
    width: 30%;
    display: flex;
    align-items: center;
}

.single_projects .sidebar_article .latest_article .side_article .side_article_img img {
    width: 100%;
    height: 70%;
    border-radius: 14px;
}

.single_projects .sidebar_article .latest_article .side_article .side_article_text {
    width: 60%;
    margin: 0 5%;
}

.single_projects .sidebar_article .latest_article .side_article .side_article_text h6 {
    font-family: "semibold";
    color: var(--color-secound);
}

.single_projects .sidebar_article .latest_article .side_article .side_article_text p {
    font-family: "extraregular";
    color: #70798b;
    margin: 0;
    font-size: 0.7rem;
}

.single_projects .sidebar_article .latest_article .side_article .side_article_text span {
    color: var(--color-primary);
    font-family: "regular";
    font-size: 0.7rem;
}

.single_projects .sidebar_article .latest_article h5 {
    font-family: "regular";
    color: #000b33;
    border-bottom: 2px solid #ed3079;
    padding: 2% 0;
}


/* ======= single project ======= */


/* ======= related project ======= */

.related_projects {
    margin-bottom: 5%;
}

.related_projects h2 {
    margin-bottom: 3%;
    text-align: center;
    color: var(--color-secound);
    font-family: "bold";
}

.related_projects .projects_card {
    width: 80%;
    margin-bottom: 5%;
}

.related_projects .projects_card img {
    width: 100%;
    height: 200px;
}

.related_projects .projects_card h5 {
    color: var(--color-secound);
    font-family: "bold";
    margin: 3% 0;
}

.related_projects .projects_card .side_article_txt {
    color: #697182;
    font-family: "regular";
    height: 80px;
}

.related_projects .projects_card a {
    background-color: var(--color-primary);
    color: #fff;
    font-family: "semibold";
    font-size: 0.8rem;
}

.related_projects .swiper-wrapper {
    margin-bottom: 5%;
}

.related_projects .swiper-pagination-bullet {
    background-color: var(--color-primary);
    opacity: 32%;
}

.related_projects .swiper-pagination-bullet-active {
    background-color: var(--color-primary);
    opacity: 1;
}


/* ======= related project ======= */


/* ======= app ======= */

.app {
    margin: 5% 0;
}

.app .head_text {
    font-family: "bold";
    color: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.app .head_text::before {
    content: "";
    width: 3%;
    margin-left: 1rem;
    height: 2px;
    background-color: var(--color-primary);
}

.app h2 {
    font-family: "bold";
    color: var(--color-secound);
    text-align: center;
    margin-bottom: 5%;
}

.app .app_img {
    width: 100%;
}

.app .features_list {
    display: flex;
    align-items: center;
    margin: 15% 0;
}

.app .features_list .features_icon {
    background-color: #fff;
    box-shadow: 0 10px 13px rgba(92, 92, 92, 0.1);
    width: 6vw;
    height: 5vw;
    padding: 5%;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 5%;
    transition: 1s ease-in-out;
}

.app .features_list .features_icon:hover {
    background-color: var(--color-primary);
    box-shadow: 0 10px 16px rgba(237, 48, 121, 0.25);
}

.app .features_list .features_icon:hover svg {
    color: #fff;
}

.app .features_list .features_icon svg {
    font-size: 1.7rem;
    color: var(--color-primary);
}

.app .features_list .features_text {
    display: inline-block;
}

.app .features_list .features_text h6 {
    font-family: "bold";
    color: var(--color-secound);
}

.app .features_list .features_text p {
    margin: 0;
    font-family: "regular";
    color: #70798b;
    font-size: 0.9rem;
}


/* ======= app ======= */


/* ======= screen app ======= */

.screen_app {
    margin: 5% 0;
}

.screen_app h2 {
    text-align: center;
    color: var(--color-secound);
    font-family: "bold";
    margin-bottom: 5%;
}

.screen_app .swiper-wrapper {
    margin-bottom: 5%;
}

.screen_app .swiper-wrapper .swiper-slide img {
    width: 100%;
    opacity: 0.7;
}

.screen_app .swiper-wrapper .swiper-slide-active img {
    opacity: 1;
}

.screen_app .swiper-pagination-bullet {
    background-color: var(--color-primary);
    opacity: 32%;
}

.screen_app .swiper-pagination-bullet-active {
    background-color: var(--color-primary);
    opacity: 1;
}


/* ======= screen app ======= */


/* ======= points ======= */

.points {
    margin: 5% 0 10%;
}

.points .head_text {
    font-family: "bold";
    color: var(--color-primary);
    display: flex;
    align-items: center;
}

.points .video-wrapper {
    width: 100%;
    height: 500px;
}

.points .video-wrapper .video-container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.points .video-wrapper video {
    width: 100%;
}

.points .video-wrapper .play {
    position: absolute;
}

.points .head_text::before {
    content: "";
    width: 10%;
    margin-left: 1rem;
    height: 2px;
    background-color: var(--color-primary);
}

.points h3 {
    font-family: "bold";
    color: var(--color-secound);
    margin-bottom: 5%;
    width: 90%;
}

.points p {
    font-family: "regular";
    color: #70798b;
    width: 85%;
    margin: 0;
}

.points .video {
    position: relative;
    display: flex;
    justify-content: flex-end;
}

.points .video::after {
    content: url("../media/image/icon/dots.png");
    position: absolute;
    left: -5%;
    top: -5%;
    z-index: -1;
}


/* .points .img img {
    width: 90%;
}

.points .img .play {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 90%;
    height: auto;
    cursor: pointer;
} */

.points .img .play p {
    font-family: "semibold";
    color: #fff;
    margin: 2% 0 0;
}

.points .modal-dialog {
    max-width: 70%;
}

.points .modal-dialog .modal-body iframe {
    height: 600px;
}


/* ======= points ======= */


/* ======= gift ======= */

.gift h2 {
    color: var(--color-secound);
    font-family: "bold";
    margin-bottom: 5%;
    text-align: center;
}

.gift .backgift {
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    margin-bottom: 10%;
}

.gift .col-sm-12:nth-child(1) .backgift {
    background-image: url("../media/image/backgift1.jpg");
    width: 100%;
}

.gift .col-sm-12:nth-child(2) .backgift {
    background-image: url("../media/image/backgift2.jpg");
    width: 100%;
    float: left;
}

.gift .col-sm-12:nth-child(3) .backgift {
    background-image: url("../media/image/backgift3.jpg");
    width: 100%;
}

.gift .backgift {
    display: flex;
}

.gift .backgift .text-gift {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.gift .backgift .text-gift p {
    color: #fff;
    font-family: "regular";
    text-align: center;
}

.gift .backgift .text-gift h2 {
    color: #fff;
    font-family: "bold";
}

.gift .backgift .img-gift {
    width: 40%;
    display: flex;
    align-items: center;
}

.gift .backgift .img-gift img {
    width: 70%;
    height: 65%;
}


/* ======= gift ======= */


/* ======= blog page ======= */

.blog-news .head_text {
    font-family: "bold";
    color: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-news .head_text::before {
    content: "";
    width: 3%;
    margin-left: 1rem;
    height: 2px;
    background-color: var(--color-primary);
}

.blog-news h2 {
    font-family: "bold";
    color: var(--color-secound);
    text-align: center;
    margin-bottom: 5%;
}

.blog-news {
    margin: 5% 0 0;
}

.blog-colors {
    margin: 5% 0;
}

.news-blog a {
    background-color: #fff !important;
}

.blog-news .news {
    text-align: center;
    color: var(--color-secound);
    margin-bottom: 50px;
    font-family: "bold";
}

.blog-news img {
    width: 100%;
    height: 250px;
}

.blog-news iframe {
    width: 100%;
}

.blog-news span {
    font-family: "regular";
    color: var(--color-primary);
    font-size: 15px;
}

.blog-news h5 {
    font-family: "semibold";
    color: var(--color-secound);
    margin: 15px 0 6px 0;
}

.blog-news .blog-text {
    font-family: "regular";
    color: var(--color-third);
    font-size: 0.9rem;
    line-height: 1.8;
    padding-bottom: 15px;
    height: 95px;
}

.blog-news .card-blog {
    margin-bottom: 10%;
}

.blog-news a {
    text-decoration: none;
    margin-bottom: 10%;
    display: block;
    background-color: var(--color-primary);
    color: #fff;
    font-family: "semibold";
    width: fit-content;
}


/* ======= blog page ======= */


/* ======= first blog page ======= */

.first-blog {
    text-align: start;
    padding-bottom: 100px;
}

.first-blog .information .simple-gallery {
    width: 100%;
    display: block;
    margin: auto;
    margin-top: 50px;
    text-align: start;
    box-shadow: none;
}

.first-blog .information img {
    width: 100%;
    border: none;
}

.first-blog .information .mini {
    display: flex;
    text-align: start;
    flex-wrap: wrap;
}

.first-blog .information .mini img {
    width: 19%;
    height: 98px;
    text-align: start;
    margin-top: 1%;
    margin-inline-end: 1%;
    cursor: pointer;
}

.first-blog .information .mini img:nth-of-type(4) {
    margin-right: 0px;
}

.first-blog .information .maxi {
    width: 100%;
    height: 400px;
    display: block;
}

.first-blog .text {
    padding-top: 30px;
}

.first-blog .text h5 {
    color: var(--color-secound);
    font-family: "bold";
    width: 80%;
    line-height: 1.8;
}

.first-blog .text span {
    font-family: "regular";
    color: #cecece;
}

.first-blog .text p {
    font-family: "regular";
    color: var(--color-secound);
    line-height: 1.8;
}

.first-blog .social-blog,
.color-studio .social-blog {
    padding-top: 20px;
}

.first-blog .social-blog p,
.color-studio .social-blog p {
    font-family: "regular";
    color: var(--color-secound);
}

.first-blog .social-blog a,
.color-studio .social-blog a {
    text-decoration: none;
    margin-left: 6px;
}

#social-links ul {
    display: flex;
    list-style: none;
}

.first-blog .social-blog ul li:nth-of-type(1) a,
.color-studio .social-blog ul li:nth-of-type(1) a {
    color: white;
    background-color: #516eaa;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.first-blog .social-blog ul li:nth-of-type(2) a,
.color-studio .social-blog ul li:nth-of-type(2) a {
    color: white;
    background-color: #29c5f6;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.first-blog .social-blog ul li:nth-of-type(3) a,
.color-studio .social-blog ul li:nth-of-type(3) a {
    color: white;
    background-color: #0e76a8;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.first-blog .social-blog ul li:nth-of-type(4) a,
.color-studio .social-blog ul li:nth-of-type(4) a {
    color: white;
    background-color: #0088cc;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.first-blog .social-blog a svg,
.color-studio .social-blog a svg {
    font-size: 18px;
}

.first-blog .social-blog a:hover,
.color-studio .social-blog a:hover {
    opacity: 0.5;
}

.small-tabel {
    padding: 0 12% 0 2%;
}

.small-tabel .input-group {
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
}

.small-tabel .input-group input {
    background-color: rgba(237, 237, 237, 0.43);
    box-shadow: 0 4px 40px rgba(43, 89, 255, 0.08);
    border: none;
    width: 100%;
}

.small-tabel .input-group input::placeholder {
    font-family: "semibold";
    padding: 2%;
}

.small-tabel .input-group button {
    background-color: var(--color-primary);
    font-family: "semibold";
    color: white;
    padding: 1% 3%;
    width: 25%;
    border-radius: 5px !important;
    margin-right: 10px !important;
}

.small-tabel .input-group button:focus {
    box-shadow: none;
}

.small-tabel .input-group :focus {
    border: 1px solid var(--color-primary);
}

.small-tabel .input-group label svg {
    position: absolute;
}

.first-blog .last-topic .small-tabel {
    padding-top: 30px;
}

.first-blog .last-topic .small-tabel h4,
.first-blog .last-topic .blog-tags h4 {
    font-family: "regular";
    border-bottom: 2px solid var(--color-primary);
    padding-bottom: 15px;
    color: var(--color-secound);
}

.first-blog .last-topic .small-tabel .box {
    padding-top: 50px;
}

.first-blog .last-topic .small-tabel .box img {
    width: 100%;
    height: 110px;
}

.first-blog .last-topic .small-tabel .box h5 {
    font-family: "bold";
    color: var(--color-secound);
    font-size: 20px;
}

.first-blog .last-topic .small-tabel .box .box-text {
    color: #70798b;
    font-family: "regular";
    font-size: 13px;
    margin-bottom: 0;
}

.first-blog .last-topic .small-tabel .box span {
    color: var(--color-primary);
    font-family: "regular";
    font-size: 14px;
}

.first-blog .last-topic .blog-tags {
    padding-top: 80px;
}

.first-blog .last-topic .blog-tags .tags {
    list-style: none;
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    /* justify-content: space-evenly; */
    padding-right: 0;
}

.first-blog .last-topic .blog-tags .tags li {
    width: 100%;
    margin: 5% 1%;
}

.first-blog .last-topic .blog-tags .tags li a {
    text-decoration: none;
    color: #5f6675;
    font-family: "regular";
    border: 1px solid var(--color-secound);
    padding: 2% 5%;
    border-radius: 8px;
    transition: 0.2s;
    width: 100%;
}

.first-blog .last-topic .blog-tags .tags li a:hover {
    color: white;
    background-color: #5f6675;
}


/* ======= first blog page ======= */


/* =======  contact page ======= */

.contact-us {
    margin: 5% 0;
    text-align: start;
}

.contact-header {
    position: relative;
}

.contact-header img {
    width: 100%;
    height: 400px;
    background-size: cover;
    object-fit: cover;
}

.contact-header .head {
    position: absolute;
    display: flex;
    text-align: center;
    justify-content: center;
    bottom: 28%;
    left: 18%;
    flex-direction: column;
}

.contact-header .head h2 {
    font-family: "bold";
    color: white;
    font-size: 44px;
    letter-spacing: 1.2px;
}

.contact-header .head p {
    font-family: "regular";
    color: white;
    font-size: 18px;
    width: 55%;
    margin: 10px auto;
}

.contact-header .head a {
    font-family: "regular";
    color: white;
    text-decoration: none;
}

.contact-header .head span {
    color: var(--color-primary);
    margin: 0 5px;
    font-size: 20px;
}

.contact-us .card {
    box-shadow: 0 4px 40px rgba(155, 155, 155, 0.1);
    padding: 30px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 200px;
}

.contact-us .card:hover {
    background-color: var(--color-primary);
    transition: 0.3s;
}

.contact-us .card p {
    text-align: center;
    font-family: "regular";
    padding: 0 10px;
    color: var(--color-secound);
    line-height: 1.9;
}

.contact-us .card:hover p,
.contact-us .card:hover a {
    color: white;
}

.contact-us .card a {
    text-decoration: none;
    color: white;
    color: var(--color-secound);
    font-family: "regular";
    text-align: center;
    margin-bottom: 12px;
}

.contact-us .card svg {
    margin: auto;
    border-radius: 50%;
    background-color: var(--color-primary);
    font-size: 3rem;
    width: 50px;
    height: 50px;
    padding: 3%;
    color: white;
    margin-bottom: 20px;
}

.contact-us .card:hover svg {
    background-color: white;
    color: var(--color-primary);
}

.maps {
    background-image: url(../media/image/contact.png);
    background-size: cover;
    text-align: start;
    margin-top: 15%;
}

.maps form {
    width: 50%;
    background-color: white;
    padding: 4%;
    border-radius: 10px;
    box-shadow: 0 4px 64px rgba(150, 150, 150, 0.15);
    position: relative;
    bottom: 120px;
}

#Textarea {
    height: 250px;
}

.maps form label {
    color: #222222;
    font-size: 16px;
    font-family: "semibold";
    margin-bottom: 5px;
}

.maps form .form-control {
    border-color: transparent;
    background-color: #e1ecf0;
    outline: transparent;
    border-radius: 5px;
    padding: 2%;
}

.maps form .form-control:focus {
    box-shadow: none;
    background-color: #fff;
    border: 2px solid #e1ecf0;
}

.maps form .form-control::placeholder {
    color: #70798b;
    font-size: 14px;
    font-family: "regular";
}

.maps form button {
    background-color: var(--color-primary);
    font-family: "regular";
    width: 100%;
    color: white;
    margin-top: 20px;
}

.btn:hover {
    color: #fff;
}


/* =======  contact page ======= */


/* =======  policy page ======= */

.policy {
    text-align: start;
}

.policy .blog-header img {
    width: 100%;
    height: 400px;
    background-size: cover;
    object-fit: cover;
}

.policy .blog-header .head {
    position: absolute;
    display: flex;
    text-align: center;
    justify-content: center;
    bottom: 36%;
    left: 37%;
    flex-direction: column;
}

.policy .blog-header .head h2 {
    font-family: "bold";
    color: white;
    font-size: 44px;
    letter-spacing: 1.2px;
}

.policy .blog-header .head a {
    font-family: "regular";
    color: white;
    text-decoration: none;
}

.policy .blog-header .head span {
    color: var(--color-primary);
    margin: 0 5px;
    font-size: 20px;
}

.policy .contain {
    text-align: end;
    margin: 40px auto;
}

.policy .contain h4 {
    font-family: "bold";
    font-size: 44px;
    color: #000b33;
}

.policy .contain p {
    font-family: "semibold";
    font-size: 20px;
    color: #000b33;
}


/* =======  policy page ======= */


/* =======  faq page ======= */

.feq-header img {
    width: 100%;
    height: 400px;
    background-size: cover;
    object-fit: cover;
}

.feq-header .head {
    position: absolute;
    display: flex;
    text-align: center;
    justify-content: center;
    bottom: 10%;
    left: 37%;
    flex-direction: column;
}

.feq-header .head h2 {
    font-family: "bold";
    color: white;
    font-size: 44px;
    letter-spacing: 1.2px;
}

.feq-header .head a {
    font-family: "regular";
    color: white;
    text-decoration: none;
}

.feq-header .head span {
    color: var(--color-primary);
    margin: 0 5px;
    font-size: 20px;
}

.tabs {
    text-align: start;
    width: 100%;
    padding-top: 80px;
}

.tabs .nav-pills {
    display: flex;
    flex-direction: column;
}

.tabs .nav-pills h5 {
    font-family: "regular";
    color: white;
    background-color: #6001d3;
    text-align: center;
    padding: 5% 0;
    border-radius: 8px 8px 0 0;
    margin-bottom: 0;
}

.tabs .nav-pills .nav-link {
    color: var(--color-secound);
    font-family: "semibold";
    padding: 7% 0;
}

.tabs .nav-pills .active {
    background-color: white;
    color: var(--color-primary);
}

.tabs .tab-content {
    padding-right: 6%;
    padding-top: 70px;
}

.tabs .tab-content a {
    background-color: white;
    color: var(--color-secound);
    width: 100%;
    border: none;
}

.tabs .tab-content .btn:focus {
    box-shadow: none;
}

.tabs .tab-content .heading,
.tabs .tab-content .change {
    display: flex;
    justify-content: space-between;
    justify-items: center;
    margin-bottom: 30px;
}

.tabs .tab-content .heading p {
    margin-bottom: 0;
    color: var(--color-secound);
    font-family: "semibold";
}

.tabs .tab-content .card-body p {
    margin-bottom: 0;
    color: var(--color-secound);
    font-family: "regular";
    font-size: 0.9rem;
}

.tabs .tab-content .heading .fa-minus {
    display: none;
}

.tabs .tab-content .change .fa-minus {
    display: block;
    color: var(--color-primary);
}

.tabs .tab-content .change .fa-plus {
    display: none;
}

.tabs .tab-content .change p {
    color: var(--color-primary);
    margin-bottom: 0;
    font-family: "semibold";
}

.tabs .tab-content .card-body {
    border: none;
    margin-top: 10px;
}

.tabs .tab-content .card-body h6 {
    color: var(--color-third);
    font-family: "semibold";
    font-size: 1.5rem;
}


/* =======  faq page ======= */


/* =======  error page ======= */

.error {
    text-align: start;
}

.error .errors {
    text-align: center;
    padding: 50px;
}

.error .errors img {
    width: 65%;
}

.error .errors h2 {
    color: var(--color-secound);
    font-family: "bold";
    font-size: 54px;
    margin-top: 20px;
}

.error .errors p {
    color: var(--color-third);
    font-family: "semibold";
    font-size: 18px;
}

.error .errors a {
    background-color: var(--color-primary);
    font-family: "semibold";
    color: white;
    padding: 1% 3%;
    border-radius: 8px;
    margin-top: 20px;
}


/* =======  error page ======= */


/* =======  corona page ======= */

.crona-header {
    position: relative;
}

.crona-header img {
    width: 100%;
    height: 400px;
    background-size: cover;
    object-fit: cover;
}

.crona-header .head {
    position: absolute;
    display: flex;
    text-align: center;
    justify-content: center;
    bottom: 44%;
    left: 37%;
    flex-direction: column;
}

.crona-header .head h2 {
    font-family: "bold";
    color: white;
    font-size: 44px;
    letter-spacing: 1.2px;
}

.crona-header .head a {
    font-family: "regular";
    color: white;
    text-decoration: none;
}

.crona-header .head span {
    color: var(--color-primary);
    margin: 0 5px;
    font-size: 20px;
}

.corona-check-up {
    padding: 100px 0;
    text-align: start;
}

.corona-check-up .text {
    margin: 5% 0;
}

.corona-check-up .text h6 {
    font-family: "bold";
    color: var(--color-primary);
    position: relative;
    padding-right: 38px;
}

.corona-check-up .text h6::before {
    content: "";
    position: absolute;
    display: flex;
    color: var(--color-primary);
    background-color: var(--color-primary);
    width: 28px;
    height: 2px;
    justify-content: center;
    right: 1%;
    top: 50%;
}

.corona-check-up .text p {
    font-family: "semibold";
    color: var(--color-secound);
    line-height: 1.8;
}

.corona-check-up .fullscreen-bg {
    position: relative;
    z-index: 100;
}

.corona-check-up .fullscreen-bg::before {
    content: url(../media/image/dots.png);
    position: absolute;
    display: flex;
    justify-content: flex-end;
    z-index: -2;
    left: 0%;
    top: -15%;
}

.corona-check-up .fullscreen-bg__video {
    width: 85%;
    height: 400px;
    object-fit: cover;
    margin: 0 auto;
    display: block;
}

.corona-check-up .play {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    cursor: pointer;
}

.corona-ask-answer {
    text-align: start;
    padding: 50px 0;
}

.corona-ask-answer h5 {
    font-family: "bold";
}

.corona-ask-answer form {
    border: 1px solid #d6d6d6;
}

.corona-ask-answer .box:first-of-type {
    border-top: 1px solid #d6d6d6;
}

.corona-ask-answer .box {
    /* border-top:1px solid #D6D6D6 ; */
    border-bottom: 1px solid #d6d6d6;
    padding: 40px 50px 40px 150px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
}

.corona-ask-answer .box .text {
    font-family: "semibold";
    color: var(--color-secound);
}

.corona-ask-answer .box .opnion {
    font-family: "semibold";
    color: var(--color-secound);
}

.corona-ask-answer .box .opnion .form-check-inline {
    margin-right: 4rem;
}

.corona-ask-answer .box .opnion .form-check-input:checked {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    box-shadow: none;
}

.corona-ask-answer button {
    background-color: var(--color-primary);
    color: white;
    font-family: "semibold";
    width: 90%;
    margin: 30px auto;
    text-align: center;
    display: block;
    transition: 0.7s ease-in-out;
}

.corona-ask-answer button:focus {
    box-shadow: none;
}

.corona-ask-answer button:hover {
    background-color: #fff;
    color: var(--color-primary);
    border: 1px solid var(--color-primary);
}

.corona-ask-answer .modal-dialog {
    max-width: 60%;
}

.corona-ask-answer .modal-header .btn-close {
    border-radius: 50%;
    background-color: rgba(112, 121, 139, 0.07);
    color: var(--color-secound);
    width: 20px;
    height: 20px;
}

.corona-ask-answer .modal-header .btn-close:hover {
    background-color: rgba(112, 121, 139, 0.07);
    border: unset;
}

.corona-ask-answer .modal .modal-header {
    border-bottom: none;
}

.corona-ask-answer .modal .modal-body {
    text-align: center;
    position: relative;
}

.corona-ask-answer .modal .modal-body::after {
    content: "";
    position: absolute;
    display: flex;
    color: #bdbdbd;
    background-color: #bdbdbd;
    height: 2px;
    width: 80%;
    margin-top: 30px;
    left: 9%;
}

.corona-ask-answer .modal .modal-body img {
    width: 20%;
}

.corona-ask-answer .modal .modal-body h4 {
    font-family: "bold";
    color: var(--color-secound);
    padding-top: 15px;
}

.corona-ask-answer .modal .modal-body p {
    font-family: "semibold";
    color: var(--color-secound);
    width: 80%;
    margin: auto;
}

.corona-ask-answer .modal .modal-footer {
    display: flex;
    flex-direction: column;
    border-top: none;
    padding: 30px 0 30px 0;
}

.corona-ask-answer .modal .modal-footer p {
    font-family: "semibold";
    color: var(--color-secound);
}

.corona-ask-answer .modal .modal-footer .text {
    display: inline-block;
    padding-bottom: 20px;
}

.corona-ask-answer .modal .modal-footer .social {
    text-decoration: none;
    display: flex;
    align-items: center;
    margin: 0 1%;
}

.corona-ask-answer .modal .modal-footer .social a {
    margin: 0 10%;
    background-color: white;
}

.corona-ask-answer .modal .modal-footer .social a svg {
    color: var(--color-secound);
    transition: 0.5s ease-out;
    font-size: 1.2rem;
}

.corona-ask-answer .modal .modal-footer .social a svg:hover {
    color: var(--color-primary);
}

.corona-ask-answer .modal .modal-footer .social:hover {
    color: #fff;
}


/* =======  corona page ======= */


/* =======  castello center page ======= */

.castello-center-header {
    text-align: start;
    position: relative;
}

.castello-center-header img {
    width: 100%;
    height: 400px;
    background-size: cover;
    object-fit: cover;
}

.castello-center-header .head {
    position: absolute;
    display: flex;
    text-align: center;
    justify-content: center;
    bottom: 34%;
    left: 43%;
    flex-direction: column;
}

.castello-center-header .head h2 {
    font-family: "bold";
    color: white;
    font-size: 44px;
    letter-spacing: 1.2px;
}

.castello-center-header .head a {
    font-family: "regular";
    color: white;
    text-decoration: none;
}

.castello-center-header .head span {
    color: var(--color-primary);
    margin: 0 5px;
    font-size: 20px;
}

.castello-center-news {
    text-align: right;
    margin: 5% 0;
}

.castello-center-news h2 {
    color: var(--color-secound);
    font-family: "bold";
    text-align: center;
}

.castello-center-news .contact {
    display: flex;
    flex-direction: row;
    justify-items: center;
}

.castello-center-news img {
    height: 250px;
    width: 100%;
    margin-top: 10%;
}

.castello-center-news h4 {
    font-family: "semibold";
    color: var(--color-secound);
    margin: 15px 0 6px 0;
}

.castello-center-news p {
    font-family: "regular";
    color: var(--color-third);
    padding-bottom: 20px;
    font-size: 13px;
    height: 40px;
}

.castello-center-news a {
    background-color: var(--color-primary);
    color: white;
    margin-bottom: 20px;
    margin-right: 6px;
    padding: 2% 9%;
    text-decoration: none;
    border-radius: 6px;
    font-family: "semibold";
    border: 1px solid var(--color-primary);
}

.castello-center-news a:hover {
    color: var(--color-primary);
    background-color: white;
}

.pagination-nav {
    text-align: center;
    box-shadow: none;
    justify-content: center;
    padding: 0;
    margin: 80px 0 40px;
}

.pagination-nav .page-item {
    border: none !important;
}

.pagination-nav .pagination .page-link {
    color: black;
    border: none !important;
}

.pagination-nav .pagination .active {
    background-color: var(--color-primary);
    color: white;
}

.castello-center-news .dropbtn,
.card_distributors .dropbtn {
    background-color: transparent;
    border: none;
    transition: 0.3s;
}

.castello-center-news .dropdown,
.card_distributors .dropdown {
    position: relative;
    display: inline-block;
}

.castello-center-news .dropdown,
.card_distributors .dropdown #social-links ul {
    padding: 0;
}

.castello-center-news .dropdown,
.card_distributors .dropdown #social-links ul li {
    padding: 1% 5%;
    background: var(--color-primary);
    margin-right: 6px;
    margin-bottom: 20px;
    border-radius: 6px;
    border: 1px solid var(--color-primary);
}

.castello-center-news .dropdown,
.card_distributors .dropdown #social-links ul li:hover {
    background-color: transparent;
    color: var(--color-primary);
}

.castello-center-news .dropdown,
.card_distributors .dropdown #social-links ul li a {
    color: #fff;
    text-decoration: none;
    display: block;
    transition: 0.3s ease-in;
    color: #fff;
    text-decoration: none;
    font-family: "semibold";
    border: 1 px solid var(--color-primary);
    margin: 0%;
    padding: 3px;
    background-color: transparent;
}

.castello-center-news .dropdown,
.card_distributors .dropdown #social-links ul li:hover a {
    color: var(--color-primary);
}

.castello-center-news .dropdown-content {
    display: none;
    position: absolute;
    background-color: transparent;
    min-width: 170px;
    z-index: 1;
}

.castello-center-news .contact .dropbtn svg {
    margin: 0;
    transition: 0.3s ease-in;
    color: var(--color-primary);
    background: #ed30791a;
    padding: 10px;
    font-size: 2.5rem;
    border-radius: 50%;
}

.castello-center-news .contact .dropbtn svg:hover {
    width: "+=10px";
}

.castello-center-news .dropdown-content a {
    color: #fff;
    /* padding: 12px 16px; */
    text-decoration: none;
    display: block;
    transition: 0.3s ease-in;
}

.castello-center-news .address {
    background-color: white;
    color: var(--color-primary);
    border: 1px solid var(--color-primary);
    font-family: "semibold";
}

.castello-center-news .address:hover {
    color: white;
    background-color: var(--color-primary);
}

.castello-center-news .dropdown-content a:hover {
    color: var(--color-primary);
}

.castello-center-news .dropdown-content a:hover {
    background-color: transparent;
}

.castello-center-news .dropdown:hover .dropdown-content {
    display: flex;
    flex-direction: row;
    margin-top: 10%;
}

.castello-center-news .dropdown:hover .dropbtn {
    background-color: transparent;
}


/* =======  castello center  page ======= */


/* =======  colors page ======= */

.colors-header {
    text-align: start;
    position: relative;
}

.colors-header img {
    width: 100%;
    height: 400px;
    background-size: cover;
    object-fit: cover;
}

.colors-header .head {
    position: absolute;
    display: flex;
    justify-content: center;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: auto;
    align-items: center;
    flex-direction: column;
}

.colors-header .head h2 {
    font-family: "bold";
    color: white;
    font-size: 44px;
    letter-spacing: 1.2px;
}

.colors-header .head a {
    font-family: "regular";
    color: white;
    text-decoration: none;
}

.colors-header .head span {
    color: var(--color-primary);
    margin: 0 5px;
    font-size: 20px;
}

.blog-colors .colors {
    color: var(--color-secound);
    font-family: "bold";
    text-align: center;
}

.blog-colors .colors::before {
    display: none;
}


/* =======  colors  page ======= */


/* =======  color concept  page ======= */

.typical-articals {
    text-align: start;
    padding: 50px 0;
}

.typical-articals h4 {
    font-family: "bold";
    text-align: center;
    padding-bottom: 40px;
}

.typical-articals .swiper {
    width: 100%;
    height: 100%;
}

.typical-articals .swiper-slide {
    text-align: center;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.typical-articals .mySwiper .swiper-slide .box {
    text-align: start;
    padding-bottom: 73px;
    width: 90%;
}

.typical-articals .mySwiper .swiper-slide .box img {
    display: block;
    width: 100%;
    height: 250px;
    object-fit: cover;
    margin-bottom: 20px;
    background-color: transparent;
}

.typical-articals .mySwiper .swiper-slide .box h5 {
    color: var(--color-secound);
    font-family: "semibold";
}

.typical-articals .mySwiper .swiper-slide .box .box-text {
    color: #697182;
    font-family: "regular";
    height: 50px;
}

.typical-articals .mySwiper .swiper-slide .box a {
    background-color: var(--color-primary);
    color: white;
    padding: 2% 5%;
    text-decoration: none;
    border-radius: 6px;
    font-family: "semibold";
    font-size: 13px;
    margin-top: 20px;
    display: block;
    width: fit-content;
}

.typical-articals .swiper-pagination-bullet-active {
    background-color: var(--color-primary) !important;
}

.typical-articals .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: -3px;
}


/* =======  color concept  page ======= */


/* =======  new-for-us  page ======= */

.blog-new-for-us {
    text-align: start;
    position: relative;
}

.blog-new-for-us img {
    width: 100%;
    height: 400px;
    background-size: cover;
    object-fit: cover;
}

.blog-new-for-us .head {
    position: absolute;
    display: flex;
    text-align: center;
    justify-content: center;
    bottom: 34%;
    left: 43%;
    flex-direction: column;
}

.blog-new-for-us .head h2 {
    font-family: "bold";
    color: white;
    font-size: 44px;
    letter-spacing: 1.2px;
}

.blog-new-for-us .head a {
    font-family: "regular";
    color: white;
    text-decoration: none;
}

.blog-new-for-us .head span {
    color: var(--color-primary);
    margin: 0 5px;
    font-size: 20px;
}


/* =======  new-for-us  page ======= */


/* =======  color-moda page ======= */

.blog-colors .colors-discription {
    text-align: center;
}

.blog-colors .content {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: auto;
    overflow: hidden;
}

.blog-colors .content .content-overlay {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.blog-colors .content:hover .content-overlay {
    opacity: 1;
}

.blog-colors .content-image {
    width: 100%;
}

.blog-colors .content-details {
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.blog-colors .content-details .overlay {
    background-color: transparent;
    padding: 0;
    margin: 0;
    border-radius: 0;
}

.blog-colors .content-details .overlay img {
    width: 100%;
    border-radius: 50%;
    background-color: #707070;
    padding: 3%;
    margin-left: 10px;
}

.blog-colors .content:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.fadeIn-bottom {
    top: 80%;
}

.fadeIn-top {
    top: 20%;
}

.fadeIn-left {
    left: 20%;
}

.fadeIn-right {
    left: 80%;
}

.blog-colors .dropbtn {
    background-color: transparent;
    border: none;
    transition: 0.3s;
}

.blog-colors .dropbtn img {
    border-radius: 50%;
    background-color: #707070;
    padding: 16%;
    width: 32px;
}

.blog-colors .dropdown {
    position: relative;
    display: inline-block;
}

.blog-colors .dropdown-content {
    display: none;
    position: absolute;
    background-color: transparent;
    min-width: 100px;
    z-index: 1;
}

.blog-colors .dropdown-content a {
    color: var(--color-secound);
    /* padding: 12px 16px; */
    text-decoration: none;
    display: block;
    transition: 0.3s ease-in;
}

.castello-center-news .address {
    background-color: white;
    color: var(--color-primary);
    border: 1px solid var(--color-primary);
}

.castello-center-news .address:hover {
    color: white;
    background-color: var(--color-primary);
}

.blog-colors .dropdown-content a:hover {
    color: var(--color-primary);
}

.blog-colors .dropdown-content a:hover {
    background-color: transparent;
}

.blog-colors .dropdown:hover .dropdown-content {
    display: flex;
    flex-direction: row;
}

.blog-colors .dropdown:hover .dropbtn {
    background-color: transparent;
}


/* =======  color-moda  page ======= */


/* =======  color-studio page ======= */

.color-studio {
    margin: 5% 0;
}

.color-studio .image-upload img {
    width: 100%;
    height: 400px;
}

.color-studio .color-link h6 {
    font-size: 20px;
    color: var(--color-fourth);
    font-family: "bold";
    border-bottom: 1px solid var(--color-primary);
    padding-bottom: 20px;
}

.color-studio .color-link .info {
    display: flex;
    flex-direction: row;
    margin-top: 20px;
    cursor: pointer;
}

.color-studio .color-link .info img {
    width: 25px;
    height: 25px;
}

.color-studio .color-link .info p {
    font-size: 15px;
    color: var(--color-secound);
    font-family: "semibold";
    padding: 0 10px;
}

.color-studio .color-link .info svg {
    font-size: 14px;
    color: var(--color-secound);
    margin-top: 5px;
}

.color-studio .chose-color {
    padding-top: 40px;
}

.color-studio .chose-color .content {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
}

.color-studio .chose-color .content span {
    width: 18%;
    height: 75px;
    margin: 7px 5px;
}


/* modal */

.color-studio .modal-dialog {
    max-width: 1000px;
}

.color-studio .modal-header {
    border-bottom: none;
    /* text-align: center; */
    display: block;
}

.color-studio .modal-header h3 {
    text-align: center;
    font-family: "bold";
}

.color-studio .modal .modal-body .cards {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    justify-content: space-evenly;
    border: none;
}

.color-studio .modal .modal-body .cards .card {
    width: 23%;
    padding-top: 30px;
    border: none;
}

.color-studio .modal .modal-body .cards img {
    width: 100%;
    opacity: 0.5;
    height: 150px;
}


/* .modal .modal-body .cards img:hover{
  opacity: .3;
} */

.color-studio .modal .modal-body .cards img.active {
    opacity: 1;
}

.color-studio .modal .modal-body .cards h4 {
    text-align: center;
    color: var(--color-secound);
    font-family: "semibold";
    padding: 15px 0;
    font-size: 15px;
}

.color-studio .modal .modal-body .chose-color {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #898989;
    padding-bottom: 20px;
}

.color-studio .modal .modal-body .chose-color span {
    width: 18%;
    height: 75px;
    margin: 7px 5px;
}

.color-studio .modal .modal-body .chose-color span.active {
    border: 3px solid var(--bs-info);
}

.color-studio .modal .modal-body h6 {
    padding: 20px 0;
    font-family: "semibold";
}

.color-studio .modal .modal-body .chose-degree {
    border-bottom: none;
}


/* modal */


/* =======  color-studio  page ======= */


/* =======  matched color page ======= */

.matched-color {
    padding: 80px 0;
}

.matched-color .image img {
    width: 100%;
}

.matched-color .color {
    padding: 40px 0;
}

.matched-color .color h4 {
    font-family: "bold";
    color: var(--color-secound);
}

.matched-color .color .cards {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
}

.matched-color .color .cards span {
    width: 15%;
    height: 70px;
    margin: 10px 10px 0 0;
    border-radius: 5px;
}


/* =======  matched color page ======= */


/* ======= footer ======= */

footer {
    background-color: #fafafa;
    padding-top: 3%;
}

footer .logo-col {
    text-align: start;
}

footer .logo-col img {
    width: 35%;
    margin-bottom: 10%;
}

footer .logo-col ul {
    list-style: none;
    padding: 0;
    /* margin: 0 auto; */
    display: flex;
}

footer .logo-col ul li {
    margin: 10px 0;
}

footer .logo-col ul li img {
    width: 35px;
}

footer .logo-col ul li:last-child a {
    direction: ltr;
    unicode-bidi: embed;
}

footer .logo-col p {
    color: #343434;
    text-align: center;
    font-family: "semibold";
}

footer .col-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 10px 0;
    justify-content: flex-start;
}

footer .col-links h5 {
    color: var(--color-secound);
    font-family: "semibold";
}

footer .col-links p {
    color: #000b33;
    font-family: "regular";
    text-align: start;
    margin: 0;
}

footer .col-links .address {
    margin: 2% 0;
}

footer .social {
    text-decoration: none;
    display: flex;
    align-items: center;
    width: fit-content;
    margin: 5% 1% 0;
    width: 100%;
}

footer .social a {
    margin: 0 5%;
}

footer .social a svg {
    color: #393835;
    transition: 0.3s ease-out;
    font-size: 1.2rem;
}

footer .social a svg:hover {
    color: var(--color-primary);
}

footer .col-links .phone,
footer .col-links .email {
    width: 100%;
    display: inline-block;
    margin-top: 5%;
}

footer .col-links .phone ul,
footer .col-links .email ul {
    padding: 0;
}

footer .col-links .phone ul li,
footer .col-links .email ul li {
    color: #000b33;
    font-family: "regular";
    direction: ltr;
    unicode-bidi: embed;
}

footer .socialicon {
    display: flex;
    justify-content: flex-start;
}

footer .socialicon li {
    list-style: none;
    margin: 7px 0 !important;
}

footer .socialicon li a {
    width: 40px;
    height: 40px;
    background-color: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    margin: 0 5px;
    display: block;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    border: 3px solid #fff;
    z-index: 1;
}

footer .socialicon li a .icon {
    position: relative;
    color: var(--color-primary);
    transition: 0.5s;
    z-index: 3;
    top: 10%;
}

footer .socialicon li a:hover .icon {
    color: #fff;
    transform: rotateY(360deg);
}

footer .socialicon li a:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f00;
    transition: 0.5s;
    z-index: 2;
}

footer .socialicon li a:hover:before {
    top: 0;
}

footer .socialicon li:nth-child(1) a:before {
    background: #3b5999;
}

footer .socialicon li:nth-child(2) a:before {
    background: #55acee;
}

footer .socialicon li:nth-child(3) a:before {
    background: #0077b5;
}

footer .socialicon li:nth-child(4) a:before {
    background: #dd4b39;
}

footer .col-links .h3 {
    margin-bottom: 15px;
    font-size: 1.4rem;
    color: #171725;
    font-family: "bold";
    position: relative;
}

footer .col-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: start;
}

footer .col-links:last-child ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: start;
}

footer .col-links ul li {
    margin: 15px 0;
    display: table;
}

footer .accordion .nav-link {
    float: none;
    color: #fff;
    font-family: "regular";
}

footer .col-links ul li a {
    text-decoration: none;
    color: #70798b;
    font-family: "regular";
}

footer .contact p {
    font-family: "regular";
    color: #70798b;
    text-align: start;
}

footer .contact ul li svg {
    width: 1.2rem !important;
    margin-left: 0.5rem;
    color: var(--color-secound);
}

footer .contact ul {
    flex-direction: column;
}

footer .contact ul li span,
footer .contact ul li a {
    font-family: "regular";
    color: #fff;
    text-decoration: none;
}

footer .col-links ul li span {
    color: #fff;
    font-family: regular;
    font-size: 16px;
}

footer .footer-bottom {
    padding: 10px 0;
    margin-top: 30px;
    width: 100%;
    font-family: "semibold";
    background-color: #fafafa;
    border-top: 1.5px solid #a6a6a6;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000;
}

footer .footer-bottom .item p {
    color: var(--color-secound);
    display: inline-block;
    font-size: 1rem;
}

footer .footer-bottom .item p .alina {
    color: var(--color-secound);
    font-size: 1rem;
}

footer .footer-bottom .item a {
    text-decoration: none;
}

footer .footer-bottom .item h6 {
    font-size: 1rem;
    color: var(--color-secound);
}

footer .footer-bottom .item span {
    font-size: 0.75rem;
    color: var(--color-secound);
}

footer .footer-bottom .my-heart {
    animation: hvr-pulse 0.3s infinite;
}


/* ======= footer ======= */


/* ======= 4K style ======= */

@media (min-width: 1600px) and (max-width: 2600px) {}


/* ======= 4K style ======= */

@media only screen and (max-width: 1200px) {
    nav .nav-links .langdiv {
        margin-right: unset !important;
        margin-left: unset !important;
    }
    nav {
        padding: 1%;
    }
    nav .nav-links li a.active {
        padding: 0;
    }
    .nav-links li a,
    nav .nav-links .dropbtn {
        font-size: 14px;
        margin: 0 0.5vw;
    }
    .nav-links {
        padding: 0;
    }
    nav ul.double {
        padding: 0;
    }
    .header .text-header span {
        width: 70%;
    }
    .header .text-header .download,
    .header .text-header .shopping {
        padding: 1.5%;
    }
    .features .features_card {
        width: 100%;
        height: unset;
    }
    .company h2,
    .company p {
        width: 100%;
    }
    .company .img:nth-child(1),
    .company .img:nth-child(2) {
        height: 300px;
    }
    .company .img:nth-child(3),
    .company .img:nth-child(4) {
        height: 170px;
    }
    .download_section .text-download {
        margin-top: 7%;
        padding: 5% 0;
    }
    footer .col-links .phone ul li a,
    footer .col-links .email ul li a {
        font-size: 12px;
    }
    footer .col-links .address p {
        font-size: 14px;
    }
    footer .col-links .phone h5,
    footer .col-links .email h5 {
        font-size: 16px;
    }
    footer .col-links .phone,
    footer .col-links .email {
        margin: 0;
    }
    .login-button {
        padding: 0.6rem 0.7rem;
        font-size: 0.8rem;
    }
    .join-button {
        padding: 0.6rem 0.6rem;
        font-size: 0.8rem;
    }
    nav .nav-links .dropdown-toggle {
        font-size: 14px;
    }
    nav .nav-links .dropdown-menu .dropdown-item {
        font-size: 16px;
    }
    footer .col-links .h3 {
        font-size: 1.5rem;
    }
    footer .col-links ul li span {
        font-size: 12px;
    }
}


/* ====== Tablet style ====== */

@media only screen and (max-width: 991.98px) {
    .nav-links li a,
    nav .nav-links .dropbtn {
        margin: 0 1.5vw;
        font-size: 1.5rem;
    }
    .nav-links li .dropbtn:hover {
        color: #fff;
    }
    nav .nav-links .dropdown-content a.active {
        color: var(--color-secound);
    }
    nav {
        position: relative;
        z-index: 20;
        padding: 0;
        overflow-y: auto;
    }
    nav .logo {
        width: 20%;
        padding: 2vh 2vw;
    }
    .nav-top {
        height: 90px;
        padding: 10px;
        overflow: hidden;
    }
    .nav-top .social a {
        margin: 0 5%;
    }
    nav .nav-links li a.active {
        color: #fff;
    }
    nav .nav-links .dropdown-toggle {
        font-size: 16px;
    }
    .nav-top ul li svg {
        padding: 3%;
        font-size: 1rem;
    }
    .hamburger div {
        width: 55px;
        height: 7px;
        margin: 10px;
    }
    .nav-links li a {
        font-size: 1.5rem;
        color: #fff;
    }
    .nav-top ul {
        width: 70%;
        display: flex;
    }
    .nav-top ul li {
        display: inline-flex;
        width: 46%;
    }
    .nav-top ul li span,
    .nav-top ul li a {
        font-size: 0.7rem;
    }
    .nav-top ul li svg {
        margin-left: 3%;
    }
    .nav-top .lang img {
        width: 20%;
    }
    .nav-top .social {
        text-align: center;
        width: 30%;
    }
    .login-button {
        font-size: 30px;
    }
    .join-button {
        font-size: 30px;
    }
    nav .dropdown-toggle {
        font-size: 30px;
    }
    .hamburger {
        display: block;
        position: absolute;
        cursor: pointer;
        left: 5%;
        top: 50%;
        transform: translate(-5%, -50%);
        z-index: 2;
        transition: all 0.7s ease;
    }
    .nav-links {
        position: fixed;
        visibility: hidden;
        height: 85vh;
        width: 100%;
        flex-direction: column;
        clip-path: circle(50px at 90% -20%);
        -webkit-clip-path: circle(50px at 90% -20%);
        transition: all 1s ease-out;
        pointer-events: none;
        overflow-y: auto;
        background-color: var(--color-primary);
    }
    .nav-links.open {
        display: flex;
        visibility: visible;
        clip-path: circle(1200px);
        -webkit-clip-path: circle(1200px);
        pointer-events: all;
        justify-content: normal;
        background-color: var(--color-primary);
        padding-bottom: 5%;
    }
    nav .nav-links .dropdown-menu .dropdown-item {
        font-size: 16px;
    }
    li.fade {
        opacity: 1 !important;
        padding: 5% 0;
    }
    .nav-links li:nth-child(1) {
        transition: all 0.5s ease 0.2s;
    }
    .nav-links li:nth-child(2) {
        transition: all 0.5s ease 0.4s;
    }
    .nav-links li:nth-child(3) {
        transition: all 0.5s ease 0.6s;
    }
    .nav-links li:nth-child(4) {
        transition: all 0.5s ease 0.7s;
    }
    .nav-links li:nth-child(5) {
        transition: all 0.5s ease 0.8s;
    }
    .nav-links li:nth-child(6) {
        transition: all 0.5s ease 0.9s;
        margin: 0;
    }
    .nav-links li:nth-child(7) {
        transition: all 0.5s ease 1s;
        margin: 0;
    }
    .header {
        height: 500px;
    }
    .header .text-header .download,
    .header .text-header .shopping {
        width: 25%;
        padding: 2%;
    }
    .company .btn {
        margin: 5% 0;
        padding: 2% 5%;
    }
    .company .modal-dialog {
        max-width: 90%;
    }
    .company .modal-dialog .modal-body iframe {
        height: 500px;
    }
    .comfortable .modal-dialog {
        max-width: 90%;
    }
    .comfortable .modal-dialog .modal-body iframe {
        height: 500px;
    }
    .studio img {
        height: 350px;
    }
    .studio .text-studio p {
        width: 50%;
    }
    .studio .text-studio .btn {
        padding: 1.5% 5%;
    }
    .fashion_colors .swiper-wrapper {
        margin-bottom: 10%;
    }
    .company_centers .swiper-wrapper {
        margin-bottom: 10%;
    }
    .download_section .mobile_design {
        width: 85%;
    }
    .download_section .mobile_design {
        margin: -8% auto 0;
    }
    .partners .swiper-wrapper {
        margin-bottom: 15%;
    }
    .comfortable img {
        height: 350px;
    }
    .contact-now .contact-form {
        width: 70%;
    }
    .counter::before {
        content: unset;
    }
    .product .product_card,
    .related_product .product_card,
    .related_projects .projects_card {
        width: 100%;
    }
    .single_product .main_product_swiper .swiper-slide {
        height: 460px;
    }
    .single_product .small_product_swiper .swiper-wrapper {
        height: 450px;
    }
    .single_product .specifications_product .tab-content .tab-pane p,
    .single_product .specifications_product .tab-content .tab-pane h6,
    .single_product .specifications_product .tab-content .personal_info {
        width: 90%;
    }
    .related_product .product_card p,
    .related_projects .projects_card p {
        height: 150px;
    }
    .single_projects .single_projects_swiper {
        height: 300px;
    }
    .app .features_list {
        margin: 10% 0;
    }
    .points h3,
    .points p {
        width: 100%;
    }
    .gift .backgift {
        height: 200px;
    }
    .first-blog .last-topic .small-tabel .box h5 {
        margin-top: 5%;
    }
    .first-blog .text h5 {
        width: 100%;
    }
    .first-blog .last-topic .blog-tags .tags li {
        width: 100%;
        margin: 5% 0;
    }
    .small-tabel {
        padding: 0;
    }
    .contact-us .card svg {
        width: 30px;
        height: 30px;
    }
    .contact-us .card {
        justify-content: start;
    }
    .maps {
        margin: 0;
        padding: 5% 0;
    }
    .maps form {
        position: unset;
        width: 80%;
        margin: 0 auto;
    }
    .breadcrumb p {
        width: 60%;
    }
    .contact-us .card a,
    .contact-us .card p {
        font-size: 0.85rem;
    }
    .corona-ask-answer .box .opnion .form-check-inline {
        margin-right: 1rem;
    }
    .corona-check-up .fullscreen-bg__video {
        height: 250px;
    }
    .corona-ask-answer .box {
        padding: 40px 15px;
    }
    .corona-ask-answer .modal-dialog {
        max-width: 80%;
    }
    .color-studio .color-link h6 {
        margin: 3% 0;
    }
    .app .app_img {
        width: 50%;
        margin: 0 auto 5%;
        display: block;
    }
    footer .col-links ul li {
        margin: 15px auto;
    }
    footer .social {
        justify-content: center;
        margin: 5% 1% 3%;
    }
    footer .col-links .address p {
        text-align: start;
        margin: 0;
    }
    footer .col-links .phone ul li,
    footer .col-links .email ul li {
        text-align: center;
    }
    footer .col-links:last-child ul {
        justify-content: center;
        width: 60%;
        margin: 0 auto;
        text-align: center;
    }
    footer .col-links:last-child ul {
        justify-content: center;
    }
    footer .col-links .address {
        text-align: center;
    }
    footer .col-links .phone,
    footer .col-links .email {
        text-align: center;
    }
    footer .col-links .address p {
        text-align: start;
        margin: 0;
        width: 60%;
        margin: 0 auto;
        text-align: center;
    }
    footer .col-links p {
        width: 70%;
        margin: 0 auto 2%;
        text-align: center;
    }
    footer .col-links {
        align-items: center;
    }
    footer .logo-col img {
        width: 25%;
        margin: 0 auto;
    }
    footer .socialicon li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    footer .socialicon li a .icon {
        font-size: 28px;
    }
}


/* ====== Mobile style ====== */

@media only screen and (max-width: 767.98px) {
    .head_text::before {
        width: 10% !important;
    }
    .header .text-header {
        top: 10%;
    }
    .hamburger div {
        width: 40px;
        height: 5px;
        margin: 8px;
    }
    nav .logo {
        width: 25%;
    }
    .nav-links li a,
    .nav-links li a,
    nav .nav-links .dropbtn {
        font-size: 1rem;
        color: #fff;
    }
    .toggle .line1 {
        transform: rotate(-45deg) translate(-4px, 15px);
    }
    .toggle .line3 {
        transform: rotate(45deg) translate(-4px, -15px);
    }
    .nav-top ul {
        flex-direction: column;
    }
    .nav-top ul li {
        width: 100%;
        margin: 1% 0;
    }
    .header .text-header span {
        width: 100%;
    }
    .header .text-header .download,
    .header .text-header .shopping {
        width: 35%;
        padding: 3.5% 0;
    }
    .header {
        height: 400px;
    }
    .header .text-header span {
        margin: 5% auto;
    }
    .company .img:nth-child(1),
    .company .img:nth-child(2) {
        height: 230px;
    }
    .company .img:nth-child(3),
    .company .img:nth-child(4) {
        height: 130px;
    }
    .company .img:nth-child(2),
    .company .img:nth-child(3) {
        width: 44%;
    }
    .company .modal-dialog {
        max-width: 100%;
    }
    .company .modal-dialog .modal-body iframe {
        height: 350px;
    }
    .comfortable .modal-dialog {
        max-width: 100%;
    }
    .comfortable .modal-dialog .modal-body iframe {
        height: 350px;
    }
    .products .card_product {
        width: 100%;
    }
    .studio img {
        height: 250px;
    }
    .studio .text-studio p {
        width: 75%;
    }
    .fashion_colors .swiper-wrapper {
        margin-bottom: 15%;
    }
    .company_centers .swiper-wrapper {
        margin-bottom: 15%;
    }
    .download_section .mobile_design {
        display: none;
    }
    .download_section {
        background-image: unset;
        background-color: #4e0182;
        padding: 0 5%;
    }
    .contact-now .contact-form {
        width: 100%;
    }
    .contact-now::after,
    .contact-now::before,
    .contact-now form::after {
        content: unset;
    }
    .counter .counter-static {
        width: 49%;
    }
    .main_product_swiper,
    .small_product_swiper,
    .single_product .small_product_swiper {
        width: 100%;
    }
    .main_product_swiper .swiper-slide {
        height: 300px;
    }
    .breadcrumb img {
        height: 220px;
    }
    .single_product .main_product_swiper .swiper-slide {
        height: 250px;
    }
    .single_product .small_product_swiper .swiper-wrapper {
        height: unset;
    }
    .single_product .small_product_swiper .swiper-slide {
        height: 80px !important;
        width: 20%;
    }
    .single_product .specifications_product .nav .nav-link {
        width: 24%;
    }
    .reservation_service {
        padding: 5% 0 0;
    }
    .app .features_list:last-child {
        margin: 15% 0 0;
    }
    .app .features_list .features_icon {
        padding: 8%;
    }
    .app .features_list {
        margin: 15% 0;
    }
    .screen_app {
        margin: 15% 0 0;
    }
    .screen_app .swiper-wrapper {
        margin-bottom: 15%;
    }
    .points .img img {
        width: 100%;
    }
    .points .img .play {
        width: 100%;
        right: 0;
    }
    .gift .col-sm-12:nth-child(1) .backgift,
    .gift .col-sm-12:nth-child(2) .backgift,
    .gift .col-sm-12:nth-child(3) .backgift {
        width: 100%;
    }
    .gift .backgift .img-gift img {
        width: 85%;
    }
    .gift .backgift .text-gift h2 {
        width: 90%;
        margin: 0 auto;
    }
    .points .img::after {
        content: unset;
    }
    .breadcrumb h1 {
        font-size: 3rem;
    }
    .breadcrumb span {
        font-size: 1rem;
    }
    .first-blog .last-topic .small-tabel .box img {
        height: 230px;
    }
    .contact-us .card {
        margin-bottom: 5%;
    }
    .contact-us .card svg {
        padding: 2%;
    }
    .maps form {
        width: 100%;
    }
    .corona-ask-answer .box {
        padding: 3% 0;
        display: block;
    }
    .corona-ask-answer .box .text,
    .corona-ask-answer .box .opnion {
        text-align: center;
    }
    .corona-check-up {
        margin: 5% 0;
        padding: 0;
    }
    .corona-ask-answer .modal-dialog {
        max-width: 100%;
    }
    .color-studio .image-upload img {
        height: 250px;
    }
    .color-studio .modal .modal-body .cards .card {
        width: 45%;
    }
    .color-studio .modal .modal-body .chose-color span {
        width: 22%;
    }
    .nav-top {
        height: 110px;
    }
}

/* filter */
.head-primary {
    font-size: 1rem;
    font-family: "regular";
    color: var(--color-primary);
  }
.filter-search {
    background-color: var(--background);
    padding: 4% 1%;
  }
  .filter-search .heade_filter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    padding: 4% 1%;
  }
  .filter-search .heade_filter h5 {
    font-family: "bold";
    color: var(--color-six);
  }
  .filter-search .heade_filter a {
    font-family: "regular";
    font-size: 1rem;
    color: #b8c7d5;
  }
  .filter-search .accordion {
    padding-bottom: 9%;
    border-bottom: 1px solid var(--color-fifth);
  }
  .filter-search .accordion .accordion-button {
    padding: 1rem 0.25rem;
    font-size: 1rem;
    color: var(--color-primary);
    font-family: "bold";
    background-color: rgba(237, 237, 237, 0.43);



  }
  .filter-search .accordion .accordion-button::after {
    margin-left: 1px;
    margin-right: auto;
    width: 0.8rem;
    height: 1rem;
    background-size: 0.8rem;
  }
  .filter-search .accordion .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: unset;
  }
  .filter-search .accordion .accordion-body {
    padding: 0;
  }
  .filter-search .accordion .accordion-body .content {
    display: flex;
    justify-content: start;
    flex-direction: column;
    flex-wrap: wrap;

  }
  .filter-search .accordion .accordion-body .content .form-check {
    margin-bottom: 8%;
    padding-left: 1%;
  }
  .filter-search .accordion .accordion-body .content .form-check .form-check-label {
    margin-right: 10%;
    font-size: 0.8rem;
  }
  .filter-search .accordion .accordion-body .content .form-check .form-check-input {
    float: right;
  }
  .filter-search .accordion .accordion-body .content .form-check .form-check-input:checked {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
  }
  .filter-search .accordion .year-design .content,
  .filter-search .accordion .price-range .content {
    height: 50px;
    overflow-y: hidden;
  }
  .filter-search .accordion .year-design .content .input-group,
  .filter-search .accordion .price-range .content .input-group {
    display: flex;
    justify-content: start;
    align-items: flex-start;
    flex-direction: row;
  }
  .filter-search .accordion .year-design .content .input-group .form-select,
  .filter-search .accordion .year-design .content .input-group .form-control,
  .filter-search .accordion .price-range .content .input-group .form-select,
  .filter-search .accordion .price-range .content .input-group .form-control {
    width: 11%;
    margin-left: 4%;
    border-radius: 0px !important;
  }
  .form-check-input:focus ,.accordion-button:focus{
    box-shadow: unset;
  }

  .filter-search .collection .filter_color {
    display: flex;
    flex-direction: column;
  }
  .filter-search .collection .filter_color .form-check {
    width: 82% !important;
    margin: 4% 0;
  }
  .filter-search .collection .filter_color .form-check-label {
    font-size: 14px;
    font-family: "regular";
    color: var(--color-secound);
    margin-left: 2%;
  }

  .filter-search .collection .filter_color .form-check-input:checked {
    background-color: var(--color-primary);
    border-color: white;
  }

  /* button-group */
.btn-group {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    border: none;
    transition: 0.35s all ease-in-out;
  }

  .btn-group:hover {
    transform: translateY(5px);
  }


  .card_hoba {
    padding: 5% 0;
}

.card_hoba .card_paints {
    position: relative;
    max-height: 550px;
    box-shadow: 0 1px 5px 1px rgb(0 0 0 / 20%);
    margin: 0 10px 30px;

}

.card_hoba .card_paints .img {
    height: 342px;
    width: 100%;
}

.card_hoba .card_paints .img img {
    background-size: cover;
    width: 100%;
    height: 100%;

}

.card_hoba .card_paints .content {
    padding: 15px;

}

.card_hoba .card_paints .content .title {
    height: 50px;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'bold';
    color: #222222;
}

.card_hoba .card_paints .button {
    display: flex;
    flex-direction: row;
    justify-content: start;
}

.card_hoba .card_paints .button .download {
    background-color: var(--color-primary);
    color: #fff;
    font-family: "semibold";
    font-size: 0.8rem;
    transition: .7s ease-in-out;
    margin-top: auto;
    width: 50%;
}
.card_hoba .card_paints .button .download:hover {
    color: var(--color-primary);
    border: 1px solid var(--color-primary);
    background-color: transparent;
    transition: .7s ease-in-out;
}

.card_hoba .card_paints .button .show {
    color: var(--color-primary);
    background-color: #fff;
    font-family: "semibold";
    font-size: 0.8rem;
    transition: .7s ease-in-out;
    margin-top: auto;
    width: 50%;
    margin-inline-end: 4%;
    border: 1px solid var(--color-primary);
}
.card_hoba .card_paints .button .show:hover {
    color: #fff;
    background-color: var(--color-primary);
    border: 1px solid var(--color-primary);
    transition: .7s ease-in-out;
}


.cateloge-hoba{
    padding: 5% 0;

  }
  .cateloge-hoba .img{
      width: 100%;
      height: 500px;
      background-position: unset;
      background-size: cover;
      background-repeat: no-repeat;
    }
    .cateloge-hoba .img img{
      width: 100%;
      height: 100%;
    }
    .cateloge-hoba .content{
      padding: 20px;
     border: 1px solid rgba(221,227,232,.6);
    }
    .cateloge-hoba .content h2{
     font-size: 2rem;
     color:var(--color-third);
     font-family: 'bold';
     border-bottom: 1px solid rgba(221,227,232,.6) ;
     padding-bottom: 5%;
    }
    .cateloge-hoba .content .text{
  text-align: start;
    }
    .cateloge-hoba .content .text h4{
      font-size: 1.3rem;
      color: var(--color-secound);
      font-family: 'bold';
      margin: 4% 0;
    }
    .cateloge-hoba .content .text p{
      font-size: 1rem;
      color: var(--color-secound);
      font-family: 'regular';

    }
    .cateloge-hoba .content .button {
  display: flex;
  justify-content: start;
  align-items: flex-start;
  width: 100%;
    }
    .cateloge-hoba .content .button .btn{
      background-color: transparent;
      border:1px solid var(--color-primary);
      color: var(--color-primary);
      font-size: 1rem;
      font-family: 'regular';
      width: 100%;
      display: flex;
      justify-content: center;
     transition: .25s all ease-in-out;
    }
    .cateloge-hoba .content .button .btn svg{
        margin-inline-end: 1rem;
    }
    .cateloge-hoba .content .button .btn:hover{
      background-color: var(--color-primary);
      color: white;
    }
