/* Header Css  */
.submenu {
    top: 60px;
    left: -20px;
    transition: 0.4s ease;
    opacity: 0;
    max-width: max-content;
    z-index: 1;
    width: 200px;
}
.dark .form-control,
.dark .form-select {
    background-color: transparent;
}

.dark .form-control,
.dark .form-select {
    background-color: transparent;
    /* Transparent background */
    color: white !important;
    /* White text */
    border: 2px solid #ffffffe0;
    /* White border */
}

.dark ::placeholder {
    color: rgba(255, 255, 255, 0.7) !important;
    /* White placeholder with opacity */
}

.dark .form-select option {
    background-color: black;
    /* Dropdown background */
    color: white !important;
    /* White text */
}

.site-header .header-menu-bar .list-item.dropdown:hover .submenu {
    top: 20px;
    opacity: 1;
    overflow: visible;
}

.bg-major {
    background-image: url("../img/Group%201000009616.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.form-group {
    position: relative;
}

.form-group .icon {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: gray;
}

.col-md-6.form-group .icon {
    left: 25px;
}

.form-control,
.form-select {
    padding-left: 40px;
    border: 2px solid gray;
}

.form-btn-wrap button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.header-link.active {
    color: var(--secondary-color);
    border-bottom: 4px solid var(--secondary-color);
    font-weight: 700;
}

.mobile-header .header-link.active {
    color: var(--dark-color);
    font-weight: 700;
}

.site-header .header-menu-bar .list-item.dropdown {
    overflow: hidden;
}

.site-header .header-menu-bar .list-item.dropdown:hover {
    overflow: visible;
    opacity: 1;
}

.site-header span.number {
    background: var(--reviews-color);
    width: 14px;
    height: 14px;
    border-radius: 50%;
    font-size: 7px;
    /* right: -11px; */
    left: 9px;
}

.site-header .mobile-header {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0px;
    right: 0px;
    padding: 100px 20px 20px;
    background-color: var(--secondary-color);
    min-height: 100%;
    transform: translateX(100%);
    transition: 0.2s all;
}

.site-header .dropdown-toggle::after {
    content: unset;
}

.flag-icon-us {
    background-image: url(../img/flag-icon.png);
}

.flag-icon {
    width: 40px;
    height: 30px;
}

.language-span {
    border-left: 1px solid var(--dark-color);
    padding-left: 6px;
}

.contact-icon {
    background: var(--dark-color);
    color: #fff !important;
    border: 2px solid var(--dark-color);
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    animation: pulse-animation 2s infinite;
    text-decoration: none;
    box-shadow: 11px 11px 18.1px rgba(0, 0, 0, 0.28);
}

.contact-icon i {
    font-size: 25px;
}

/* .header-menu-bar {
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
} */

/* megamenu Css  */
header .categories-menus {
    max-width: 80%;
    margin: 0px auto;
}

/* 
header .mega-menu .head {
    padding: 10px 0 0px;
} */

header .categories-menus ul li button {
    font-size: 13px;
    border: 0;
    background: transparent;
    font-family: "Rubik";
    background: #fff;
    width: 100%;
    padding: 5px 5px;
    border-bottom: 1px solid #dddddd54;
}

header .categories-menus ul li button.active {
    background: #ccc;
}

header .categories-menus ul li a {
    color: var(--body-color);
    font-family: "Rubik";
    font-size: 13px;
}

/* header .mega-menu {
    background: var(--extra-color-2);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    height: 0px;

    position: absolute;
    width: 100%;
    margin: auto;
    display: none;
    max-width: 90%;
    top: 240px;
    left: 0;
    right: 0;
    border-radius: 16px;
    padding: 20px;
    z-index: 25;
} */

.mega-menu.active {
    height: auto;
    display: block;
    z-index: 30;
}

/* header .mega-menu .head .title {
	font-size: 22px;
	font-weight: 700;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 5px;
} */

/* header .mega-menu ul li a {
    font-size: 12px;
    color: var(--body-color);
    text-decoration: none;
    font-family: var(--primary-medium-font);
} */

/* header .mega-menu ul li {
    padding: 2px 0;
} */

@media (max-width: 768px) {
    .top-header {
        display: none !important;
    }
}

/* Mobile View: Show inside Navbar */
.mob-header {
    display: none;
}

@media (max-width: 768px) {
    .mob-header {
        display: block !important;
        list-style: none;
    }
}

/* Header Css  */

/* Banner Start Here */
.banner-section {
    position: relative;
    background-image: url(../img/banner-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    /* height: 580px; */
    padding: 30px 0px;
}

.banner-mid-content {
    backdrop-filter: blur(4px);
    background-color: #ffffff21;
    margin-bottom: -96px;
    border-radius: 20px 20px 0px 0px;
}

.header-border-line {
    background-color: #b7b7b7;
    width: 1px !important;
    height: 30px !important;
    display: block;
}

.banner-car-wrap {
    right: -60px;
}

.car-wrapper {
    margin-top: -25px;
}

.banner-sub-img {
    margin-bottom: 30px;
}
/* Barkati CSS */
.car-sub-img img.img-fluid {
    height: 6rem;
    object-fit: contain;
}

.ml1 .letter {
    display: inline;
    /* line-height: 1em; */
}

.electric-Car-hero-bg {
    background: url(../img/electric-Car-hero-bg.png) no-repeat center
        center/cover;
}

.ml1 .text-wrapper {
    position: relative;
    display: inline-block;
    padding-top: 0.1em;
    padding-right: 0.05em;
    padding-bottom: 0.15em;
}

.ml14 .letters,
.ml14 .line,
.ml14 .letter {
    opacity: 1;
}

/* Laptop Responsive  */
@media (max-width: 1200px) {
    .car-sub-img img.img-fluid {
        height: 85px;
    }
}

@media (max-width: 1080px) {
    .banner-car-wrap {
        right: 20px;
    }
}

/* Tablet Responsive  */
@media (max-width: 992px) {
    .banner-content-here {
        margin-bottom: 50px;
    }
}

/* Tablet Responsive  */

/* Mobile Resposnive  */
@media (max-width: 575px) {
    /* .banner-section {
		height: 375px;
		background-position: center right;
	} */
}

/* Banner End Here */

/* experience-section Css  */
/* 
.experience-section {
    background-image: url(../img/experiecne-bg.png);
} */

.location-span {
    position: absolute;
    top: 15px;
    left: 17px;
}

.location-span i {
    color: var(--extra-color-3);
    font-size: 20px;
}

.white .form-bg {
    background-image: url(../img/form-bg.png);
    padding: 60px 50px;
}

.bg-shop {
    background-image: url("../img/image%20(3.html).png") !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.dark .form-bg {
    background-image: url(../img/form-bg-black.png) !important;
    padding: 60px 50px;
}

.from-wrapper::after {
    content: "";
    position: absolute;
    background-image: url(../img/form-bottom1.png);
    background-repeat: no-repeat;
    width: 70px;
    height: 70px;
    bottom: -46px;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 999;
    background-size: contain;
}

.form-btn-wrap {
    margin-top: -35px;
}

.form-btn-wrap .btn {
    border-radius: 50% !important;

    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: auto;
}

.form-btn-wrap .btn i {
    font-size: 35px;
}

.experience-car-wrapper {
    z-index: 1;
}

/* 
.experience-car-wrapper:after {
	content: "";
	position: absolute;
	background-image: url(../img/car-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 660px;
	height: 630px;
	bottom: -70px;
	z-index: -1;
	margin: auto;
	left: -50px;
	right: -117px;
	opacity: 0.7;
} */

/* Laptop Responsive  */
@media (max-width: 1200px) {
    .experience-car-wrapper:after {
        width: 600px;
        height: 560px;
        bottom: -55px;
        left: -60px;
    }
}

@media (max-width: 992px) {
    .experience-car-wrapper:after {
        bottom: -44px;
        left: 0px;
    }
}

@media (max-width: 768px) {
    .experience-car-wrapper:after {
        content: unset;
    }
}

/* experience-section Css  */

/* gateway-sectin Css  */

.gateway-text {
    flex: 0 0 65%;
}

.gateway-btn-wrapper {
    flex: 0 0 20%;
}

.gateway-wrapper {
    padding-bottom: 15px;
}

/* gateway-sectin Css  */

/* offers-section Css  */
.offers-section {
    background: #233282;
}

.offers-section::after {
    content: "";
    position: absolute;
    background-image: url(../img/offers-right.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 800px;
    height: 700px;
    right: 0;
    bottom: 0;
}

.offers-section::after {
    content: "";
    position: absolute;
    background-image: url(../img/offers-right.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 860px;
    height: 400px;
    right: 0;
    bottom: -60px;

    text-align: center;
}

/* Laptop Responsive  */
@media (max-width: 1200px) {
    .offers-section::after {
        width: 690px;
    }
}

/* Tablet Responsive  */
@media (max-width: 992px) {
    .offers-section::after {
        width: 350px;
        height: 270px;
    }
}

/* offers-section Css  */

/* brand-section Css  */
.brand-wrapper {
    background-image: url(../img/brand-bg.png);
    padding: 90px 0px;
}

/* peocess-section Css  */
.process-section::before {
    content: "";
    position: absolute;
    width: 740px;
    height: 370px;
    top: 150px;
    bottom: 0;
    margin: auto;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    opacity: 0.64;
    background: radial-gradient(
            circle,
            rgb(0 0 0 / 10%) 30%,
            rgba(0, 0, 0, 0) 90%
        ),
        linear-gradient(
            147deg,
            rgba(0, 0, 0, 0.2) 0%,
            rgb(102 102 102 / 20%) 100%
        );
    background-size: cover;
    background-position: center;
    box-shadow: 0px 50px 80px rgba(0, 0, 0, 0.5);
    filter: blur(20px);
}

.process-wrapper::before {
    content: "";
    position: absolute;
    background-image: url(../img/process-logo.png);
    background-repeat: no-repeat;
    width: 1330px;
    height: 410px;
    background-position: center;
    background-size: cover;
    top: 0;
    bottom: 0;
    z-index: -1;
    margin: auto;
    left: 0;
    right: 0;
}

.process-wrapper {
    padding-top: 80px;
}

.process-card-wrapper {
    padding: 0px 70px 10px 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.process-card1 {
    top: -40px;
    left: 7rem;
}

.process-card2 {
    top: 40px;
    right: 150px;
}

.process-card3 {
    left: 11rem;
}

.process-card {
    margin-top: -40px;
}

.process-wrap::before {
    content: "";
    position: absolute;
    background-image: url(../img/process-bg-color.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 40px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}

/* Laptop Responsive  */
@media (max-width: 1400px) {
    .process-wrapper::before {
        width: 100%;
        height: 370px;
    }
}

@media (max-width: 992px) {
    .process-card3 {
        left: 0;
    }

    .process-card1 {
        top: -40px;
        left: 0;
    }

    .process-card2 {
        top: -20px;
        right: 0;
    }
}

/* discover-section Css  */
/* .product-slider-wrapper {
	padding-top: 80px;
} */

.product-slider-wrapper .slick-track {
    padding-top: 100px;
}
@media (max-width: 786px) {
    .product-slider-wrapper .slick-track {
        padding-top: 0px;
    }
}

span.product-top-img {
    z-index: -1;
    top: -110px;
}

.slide-fig {
    height: fit-content;
}

/* review-section Css  */
.review-main {
    background-image: url(../img/review-bg.png);
    padding: 72px 60px 40px;
    border-radius: 110px;
}
@media (max-width: 786px) {
    .review-main {
        border-radius: 15px;
    }
}

.review-box {
    background: #3b4ba3;
    padding: 20px 30px;
    border-radius: 45px;
}

.review-performance {
    background: #d9d9d92b;
    padding: 40px;
    border-radius: 58px;
    box-shadow: inset 21.13px -21.13px 21.13px rgba(165, 165, 165, 0.1);
    margin-bottom: 20px;
}

.google-review {
    top: -10px;
    left: -10px;
}

.review-commas {
    top: -80px;
}

/* Laptop Responsive  */
@media (max-width: 1400px) {
    .google-review img.img-fluid {
        max-width: 330px;
    }
}

@media (max-width: 1200px) {
    .review-main {
        background-position: unset;
    }

    .google-review img.img-fluid {
        max-width: 16rem;
    }
}

@media (max-width: 1080px) {
    .review-performance {
        padding: 20px;
    }
}

@media (max-width: 992px) {
    .review-main {
        background-position: unset;
        background-color: #233282;
        margin-bottom: 20px;
    }

    .google-review {
        top: -75px;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
    }
    /* Waleed Work */
    /* .google-review img.img-fluid {
        filter: drop-shadow(2px 4px 6px black);
    } */
    /* Shakir Work */
    .google-review img.img-fluid {
        /* filter: drop-shadow(0px 1px 2px black); */
        filter: drop-shadow(0px 0px 1px black);
    }

    .review-section {
        /* margin-top: 80px; */
        padding-top: 8rem;
    }
}

@media (max-width: 576px) {
    .review-main {
        padding: 100px 30px 50px;
    }

    .process-card-wrapper {
        position: unset !important;
        width: 100%;
    }

    .process-card {
        margin-top: 0;
    }

    .process-wrapper {
        padding-top: 10px;
    }

    .experiecne-from-wrapper {
        padding: 30px 20px 60px;
    }

    .frame_img {
        max-height: 17rem;
    }

    .car-sub-img img.img-fluid {
        height: 100%;
    }
}

/* Footer Css  */
.site-footer {
    padding: 70px 0px 30px;
    z-index: 1;
}

.site-footer::after {
    content: "";
    position: absolute;
    background-image: url(../img/footer-bottom.png);
    background-repeat: no-repeat;
    background-size: cover;
    /* background-position: center; */
    width: 100%;
    height: 110px;
    bottom: 0;
    z-index: -1;
}

.footer-para {
    flex: 0 0 60%;
}

.brand-ul {
    gap: 50px;
    row-gap: 20px;
}

/* Footer Css  */

/* Faqs page Css  */
.faqs-section .accordion-button {
    padding: 1rem 1.25rem;
    background-color: var(--extra-color-1);
    border-radius: 7px;
}

.faqs-section .accordion-item {
    border: 1px solid var(--extra-color-1);
    margin-bottom: 10px;
    border-radius: 7px;
}

.faqs-section .accordion-button:not(.collapsed) {
    color: var(--extra-color-2);
    background-color: var(--extra-color-3);
    box-shadow: unset;
    font-weight: 600;
    border-radius: 7px 7px 0px 0px;
}

.faqs-section .accordion-body {
    padding: 1rem 1.25rem;
    background: var(--extra-color-3);
    border-radius: 0px 0px 7px 7px;
}

.blog-section-hero-bg {
    background: url(../img/blog-hero-bg.png) no-repeat center center/cover;
}

.bolg-image-1 {
    background: url(../img/blog-img-3.png) no-repeat center center/cover;
}
.bolg-image-2 {
    background: url(../img/blog-img-4.png) no-repeat center center/cover;
}
.blog-img-5 {
    background: url(../img/blog-img-5.png) no-repeat center center/cover;
}
.blog-img-6 {
    background: url(../img/blog-img-6.png) no-repeat center center/cover;
}


.car-insp-hero-section {
    background: url(../img/car-insp-hero-bg.png) no-repeat center center/cover;
}

.form-black-bg {
    background: url(../img/form-bg-black.png) no-repeat center center/cover;
}

.gradient-text {
    background: linear-gradient(to bottom, #000000 0%, #fff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.Wrapping-bg {
    background: url(../img/Wrapping-bg.png) no-repeat center center/cover;
}

.full-container-bg {
    background: url(../img/full-container-bg.png) no-repeat center center/cover;
}

.contract-hero {
    background: url(../img/contract-hero-bg.png) no-repeat center center/cover;
}
.contract-Annual-Service {
    background: #f2f1f1;
    border-radius: 3%;
}

.general_repair_hero_bg {
    background: url(../img/gr-hero-bg.png) no-repeat center center/cover;
}

.Brands-We-left-bg {
    background: url(../img/Brands-We-left-bg.png) no-repeat center center/cover;
    background-size: contain;
}

.tinting-bg {
    background: url(../img/tinting-hero-bg.png) no-repeat center center/cover;
}
.car-tinting-form-section-bg {
    background: url(../img/tinting-form-bg.png) no-repeat center center/cover;
}

@media (min-width: 1200px) {
    .padding-x-8rem-on-desk {
        padding: 0px 8rem;
    }
}
/* Logos Scroll in styling start */

.bg-white-overlay {
    position: relative;
    /* Ensure relative positioning */
    overflow-x: hidden;
    overflow-y: auto;
}

.bg-white-overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    /* White overlay with transparency */
    z-index: -20;
    /* Ensures it's above the background but below content */
    border-radius: inherit;
    /* If the parent has rounded corners */
}

.image-container {
    height: 200px;
    /* Adjust this height to fit exactly 2 rows of images */
    overflow-y: auto;
    /* Enable vertical scrolling */
}

/* Custom scrollbar styling */
.image-container::-webkit-scrollbar {
    width: 8px;
    /* Width of the scrollbar */
}

.image-container::-webkit-scrollbar-track {
    background: rgba(230, 177, 16, 0.1);
    /* Light track color */
    border-radius: 4px;
    /* Rounded corners for the track */
}

.image-container::-webkit-scrollbar-thumb {
    background: #e6b110;
    /* Color of the scrollbar thumb */
    border-radius: 4px;
    /* Rounded corners for the thumb */
}

.image-container::-webkit-scrollbar-thumb:hover {
    background: rgba(230, 177, 16, 0.8);
    /* Lighter color on hover */
}

/* Logos Scroll in styling end */

/* heading 1 */
.responsive-heading-1 {
    font-size: 165px !important;
    /* Default size for large screens */
}

@media (max-width: 1200px) {
    .responsive-heading-1 {
        font-size: 150px !important;
    }
}

@media (max-width: 992px) {
    .responsive-heading-1 {
        font-size: 120px !important;
    }
}

@media (max-width: 768px) {
    .responsive-heading-1 {
        font-size: 80px !important;
    }
}

@media (max-width: 576px) {
    .responsive-heading-1 {
        font-size: 50px !important;
    }
}

/* heading 2 */
.responsive-heading-2 {
    font-size: 32px !important;
}

@media (min-width: 768px) {
    /* md and above */
    .responsive-heading-2 {
        font-size: 50px !important;
    }
}

@media (min-width: 1024px) {
    /* lg and above */
    .responsive-heading-2 {
        font-size: 73.16px !important;
    }
}

/* heading 3 */
.responsive-heading-3 {
    font-size: 32px !important ;
}

@media (min-width: 768px) {
    /* md and above */
    .responsive-heading-3 {
        font-size: 50px !important ;
    }
}

@media (min-width: 1024px) {
    /* lg and above */
    .responsive-heading-3 {
        font-size: 65.47px !important ;
    }
}
.responsive-heading-4 {
    font-size: 28px !important;
}

@media (min-width: 768px) {
    /* md and above */
    .responsive-heading-4 {
        font-size: 40px !important;
    }
}

@media (min-width: 1024px) {
    /* lg and above */
    .responsive-heading-4 {
        font-size: 58.62px !important;
    }
}

.responsive-btn-font-size {
    font-size: 14px;
    /* Default */
}

@media (max-width: 768px) {
    .responsive-btn-font-size {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .responsive-btn-font-size {
        font-size: 10px;
    }
}
.w-sm-25 {
    width: 25% !important;
}
.w-sm-50 {
    width: 50% !important;
}
.w-sm-75 {
    width: 75% !important;
}
.w-sm-100 {
    width: 100% !important;
}

@media (min-width: 768px) {
    /* MD */
    .w-md-25 {
        width: 25% !important;
    }
    .w-md-50 {
        width: 50% !important;
    }
    .w-md-75 {
        width: 75% !important;
    }
    .w-md-100 {
        width: 100% !important;
    }
}

@media (min-width: 992px) {
    /* LG */
    .w-lg-25 {
        width: 25% !important;
    }
    .w-lg-50 {
        width: 50% !important;
    }
    .w-lg-75 {
        width: 75% !important;
    }
    .w-lg-100 {
        width: 100% !important;
    }
}

@media (min-width: 1200px) {
    /* XL */
    .w-xl-25 {
        width: 25% !important;
    }
    .w-xl-50 {
        width: 50% !important;
    }
    .w-xl-75 {
        width: 75% !important;
    }
    .w-xl-100 {
        width: 100% !important;
    }
}

@media (min-width: 1400px) {
    /* XXL */
    .w-xxl-25 {
        width: 25% !important;
    }
    .w-xxl-50 {
        width: 50% !important;
    }
    .w-xxl-75 {
        width: 75% !important;
    }
    .w-xxl-100 {
        width: 100% !important;
    }
}

.vh-25 {
    height: 25vh !important;
}
.vh-50 {
    height: 50vh !important;
}
.vh-75 {
    height: 75vh !important;
}
.vh-100 {
    height: 100vh !important;
}

.Choose-Your-brand-in-mobile {
    background: url(../img/Choose-Your-brand-bg.png) no-repeat center
        center/cover;
}

.Choose-Your-Services-in-mobile {
    background: url(../img/Choose-Your-services-bg.png) no-repeat center
        center/cover;
}

.Chinese-Car-form-bottom-car {
    position: relative; /* Parent container positioned */
    overflow: hidden;
    z-index: 1; /* Ensure it's above ::after */
    background: url(../img/Chinese-Car-hero-bg.png) no-repeat center
        center/cover !important; /* Keep main BG */
}

.Chinese-Car-form-bottom-car::after {
    content: "";
    background: url("../img/Chinese-Car-form-car.png") no-repeat center bottom !important;
    background-size: contain; /* Ensure image fits */
    width: 100%;
    height: 400px; /* Adjust height */
    position: absolute;
    bottom: -25%; /* Stick to bottom */
    left: 0;
    z-index: -1; /* Ensure it's below the content */
    display: block;
}
@media (max-width: 768px) {
    .Chinese-Car-form-bottom-car::after {
        display: none;
    }
}

.Chinese-Car-form-bg {
    background: url(../img/Chinese-Car-form-bg.png) no-repeat center
        center/cover;
}

.assistance-full-section-bg {
    background: url(../img/atuo-spa-specialists.png) no-repeat center
        center/cover;
}

.promotion-section-bg {
    background: url(../img/up-pro-hero-bg.png) no-repeat center center/cover;
    position: relative;
}

.promotion-section-bg-before::before {
    content: "";
    background: url(../img/up-pro-hero-tree.png) no-repeat;
    width: 20%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: -20%;
    z-index: 1;
}
.promotion-section-bg-after::after {
    content: "";
    background: url(../img/up-pro-hero-tree-right.png) no-repeat;
    width: 30%;
    height: 100%;
    position: absolute;
    right: 0%;
    bottom: 0%;
    transform: translate(17%, 25%);
    z-index: 1;
}
@import url("https://fonts.googleapis.com/css2?family=Kdam+Thmor+Pro&amp;display=swap");

.blog-img-1 {
    background: url(../img/promotion-img-1.jpg) no-repeat center center/cover;
}
.blog-img-2 {
    background: url(../img/promotion-img-2.jpg) no-repeat center
        center/cover;
}
.blog-img-3 {
    background: url(../img/promotion-img-3.jpg) no-repeat center center/cover;
}
.blog-img-4 {
    background: url(../img/promotion-img-4.jpg) no-repeat center center/cover;
}
.blog-img-5 {
    background: url(../img/promotion-img-5.jpg) no-repeat center center/cover;
}
.blog-img-6 {
    background: url(../img/promotion-img-6.jpg) no-repeat center center/cover;
}
.kdam-thmor-pro-font {
    font-family: "Kdam Thmor Pro", sans-serif;
}
.main-color {
    color: #e6b110;
}


/*Own Style - Faisal Barkati*/
/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

.colorOwn{color:#e6b110 important;}