/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

:root {
    --prim: #fbfbfb;
    --second: #C96D1A;
    --second2: #e87d49;
    --third: #fbfbfb;
    --fourth: #312F3E;
    --forText: #5B626C;
    --forBtn: #68a2f9;
}

body {
    font-family: "Poppins";
    color: #444444;
    background-color: var(--third);
}

body[dir="rtl"] {
    font-family: 'Tajawal', sans-serif;
    color: #444444;
    background-color: var(--third);
}

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

a:hover {
    color: #fc8129;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
button,
p,
span {
    font-family: "Poppins";
}

[dir="rtl"] h1,
[dir="rtl"] h2,
[dir="rtl"] h3,
[dir="rtl"] h4,
[dir="rtl"] h5,
[dir="rtl"] h6,
[dir="rtl"] a,
[dir="rtl"] button,
[dir="rtl"] p,
[dir="rtl"] span {
    font-family: 'Tajawal', sans-serif;
}

p {
    font-size: 16px;
    line-height: 25px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

.btn-primary {
    background-color: var(--second);
    color: #fff;
    border: 1px solid var(--second);
    border-radius: 25px;
    padding: 5px 25px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:focus-visible,
.btn-primary:active {
    background-color: #fff !important;
    border: 1px solid var(--second) !important;
    color: var(--second) !important;
}

.newLinkHover {
    position: relative;
    padding-bottom: 2px;
}

.newLinkHover::before {
    content: "";
    position: absolute;
    height: 3px;
    min-width: 0px;
    width: 0px;
    bottom: 0px;
    border-radius: 10px;
    transition: all 0.22s ease-in-out 0s;
    background-color: var(--prim);
    max-width: 150px;
}

.newLinkHover:hover::before {
    width: calc(100% - 16px);
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: var(--second2);
    width: 50px;
    height: 50px;
    border-radius: 50px;
    transition: all 0.4s;
    border: 1px solid #fff;
}

.back-to-top i {
    font-size: 18px;
    color: #fff;
    line-height: 0;
}

.back-to-top:hover {
    background: var(--second);
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}


/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/

@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
    top: 63px;
    height: 80px;
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    background: var(--third);
}

#header .navbar {
    top: 63px;
}

#header .navbar .logo {
    margin-left: 0 !important;
    width: 200px;
    display: none;
    transition: 0.3s;
}

[dir="rtl"] #header .navbar .logo {
    margin-left: 10px !important;
    margin-right: 0 !important;
}

#header.header-scrolled .navbar .logo {
    display: block;
}

#header.header-scrolled,
#header.header-scrolled .navbar {
    top: 0;
    transition: all 0.5s;
}

#header.header-scrolled {
    /*position: fixed;
    top: 0;*/
    background: rgba(255, 255, 255, 0.9);
}

#header .logo {
    margin-left: 10px;
}

#header .logo h1 {
    font-size: 28px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 1px;
}

#header .logo h1 a,
#header .logo h1 a:hover {
    color: #fff;
    text-decoration: none;
}

#header .logo img {
    padding: 0;
    margin: 0;
    max-height: 60px;
}

@media (min-width: 1200px) {
    #header .container-xl {
        max-width: 1350px;
    }
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/


/**
* Desktop Navigation
*/

.navbar {
    padding: 0;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
    align-items: start;
}

.navbar li {
    position: relative;
}

.navbar .headerHr {
    border-top-color: #e3e3e3;
    opacity: 1;
    width: 80%;
    margin: auto;
}

.navbar .btnStyle2 a {
    color: #999999 !important;
    /* font-size: 16px !important;*/
}

.lang {
    font-family: "Tajawal";
}

.lang1 {
    font-family: "Tajawal";
    font-size: 13px !important;
}

.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0 !important;
    margin: 0 10px;
    font-size: 18px;
    color: var(--forText);
    white-space: nowrap;
    border-radius: 50px;
    font-weight: 400;
    outline: none;
    box-shadow: none !important;
}

.navbar .show a,
.navbar .show a:focus {
    color: var(--second);
}

.header-scrolled .navbar a,
.header-scrolled .navbar a:focus {
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}

[dir="rtl"] .navbar a i,
[dir="rtl"] .navbar a:focus i {
    margin-left: 0;
    margin-right: 5px;
}

.navbar a:hover,
.navbar a:focus,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
    /*color: var(--second) !important;*/
    color: var(--second) !important;
    font-weight: 600;
}

.navbar .active.newLinkHover::before {
    width: 100%;
}

.navbar .newLinkHover::before {
    background-color: var(--second);
}

.navbar button {
    font-size: 14px;
    padding: 0 20px;
}

.header-scrolled .navbar a:hover,
.header-scrolled .navbar a:focus,
.header-scrolled .navbar .active,
.header-scrolled .navbar .active:focus,
.header-scrolled .navbar li:hover>a,
.dropdown-item.active {
    color: var(--second) !important;
    background-color: transparent;
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 5px;
    top: calc(100% + 30px);
    margin: 5px 0 0 0;
    padding: 10px;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0 0 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 15px;
}

[dir="rtl"] .navbar .dropdown ul {
    left: auto;
    right: 5px;
}

.navbar .dropdown ul li {
    min-width: 200px;
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    color: #2a2c39;
    margin: 0 5px;
    font-size: 14px;
    background-color: transparent;
}

.navbar .dropdown ul a i {
    font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul a:focus,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
    background-color: transparent;
}

.navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }
    .navbar .dropdown .dropdown:hover>ul {
        left: -100%;
    }
}


/**
* Mobile Navigation
*/

.mobile-nav-toggle {
    color: var(--third);
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }
    /* .navbar ul {
        display: none;
    }*/
    #header .logo img {
        max-height: 40px;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(20, 21, 28, 0.9);
    transition: 0.3s;
    z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0 50px;
    left: px;
    padding: 0 50px 0 0;
    border-radius: 0;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
}

.navbar-mobile a {
    padding: 10px 20px;
    margin: 5px;
    font-size: 15px;
    color: #2a2c39;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
    color: var(--third);
}

.navbar-mobile .getstarted {
    margin: 15px;
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
    min-width: 200px;
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
    color: #fff;
}

.navbar-mobile .dropdown>.dropdown-active {
    display: block;
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

.bg-light {
    background-color: #f8f9fc !important;
}

.section {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative !important;
    overflow: hidden;
}

.section-title {
    display: inline-block;
    letter-spacing: 1px;
    font-size: 40px;
    font-weight: 800;
    line-height: 40px;
    margin: 0;
    flex-shrink: 0;
    color: var(--second2);
}

.section-title2 {
    display: inline-block;
    letter-spacing: 1px;
    font-size: 30px;
    line-height: 40px;
    font-weight: 100;
    margin: 0;
    flex-shrink: 0;
    color: #000;
    margin-bottom: 30px;
}


/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/

.testimonials .testimonials-slider {
    background-image: url("../img/hero\ \ image/map.png");
    /* background-image: url(../img/hero\ \ image/map2.svg);*/
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    padding: 100px 0;
}

.testimonials h3 {
    font-size: 36px;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.testimonials .testimonial-item {
    /*box-sizing: content-box;
    padding: 30px 30px 0 30px;
    margin: 30px 15px;
    text-align: center;
    min-height: 200px;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
    width: 25%;
    margin: auto;
    background-color: #fff;*/
    position: relative;
    box-sizing: content-box;
    padding: 30px 30px 0 30px;
    margin: 30px 15px;
    text-align: center;
    min-height: 200px;
    width: 30%;
    margin: auto;
    background-image: url(../img/hero\ \ image/Subtract.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.testimonials .testimonial-img {
    width: 80px;
    border-radius: 50%;
    border: 4px solid #fff;
    /*margin: 0 auto;*/
    margin: -90px auto 0;
}

.testimonials .testimonial-item h3 {
    font-size: 16px;
    font-weight: 800;
    margin: 10px 0 5px 0;
    color: #111;
    margin-top: 20px;
}

.testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #999;
    margin: 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
    color: #fedac0;
    font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative;
    display: inline-block;
    left: 30px;
    top: 50px;
    position: absolute;
}

.testimonials .testimonial-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px;
}

.testimonials .testimonial-item p {
    font-style: italic;
    margin: 0 auto 15px auto;
}

.testimonials .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #ef6603;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #ef6603;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
    background: var(--fourth);
    color: var(--third);
    font-size: 14px;
    text-align: start;
    padding: 80px 0 20px;
    position: relative;
    -webkit-mask-box-image: url("/images/frontend/Path.png");
    mask-image: url("/images/frontend/Path.png");
    mask-size: cover;
    margin-top: -40px;
}

#footer .list-inline {
    padding-right: 0;
}

.footer-logo {
    display: flex;
    justify-content: end;
    padding-right: 10%;
}

[dir="rtl"] .footer-logo {
    justify-content: start;
}

[dir="rtl"] .bi.bi-arrow-right::before {
    content: "\f12f";
}

#footer .logo img {
    width: 150px;
}

#footer h5 {
    color: var(--third);
    font-size: 18px;
    margin-bottom: 25px;
    font-weight: 800;
}

#footer a,
#footer p {
    color: var(--third);
    font-size: 16px;
    margin-bottom: 12px;
    display: block;
}

#footer .newLinkHover:hover::before {
    width: 50px;
}

#footer .buttns .list-item a {
    border: 0;
    border-radius: 15px;
    background-color: #ffffff59;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
    width: 100%;
    gap: 10px;
    text-align: start;
    padding: 5px 15px;
    transition: 0.2s;
}

#footer .buttns .list-item a:hover {
    background-color: #ffffff3f;
}

#footer .buttns .list-item a i {
    color: var(--prim);
    font-size: 18px;
}

#footer .buttns .list-item a .footerSpan {
    color: var(--prim);
    font-size: 12px;
    margin-bottom: 0;
    line-height: 10px;
    display: block;
}

#footer .buttns .list-item a p {
    color: var(--prim);
    font-size: 15px;
    margin-bottom: 0;
}

#footer h6 {
    color: var(--prim);
    font-size: 12px;
    font-weight: 100;
}

#footer .footer-icon {
    gap: 10px;
}

#footer .footer-icon a i {
    font-size: 20px;
}

#footer .footer-icon a {
    border: 2px solid;
    /*border-radius: 25px;*/
    width: 35px;
    height: 35px;
    padding: 5px;
    -webkit-mask: conic-gradient(from 180deg at top 8px right 8px, #0000 90deg, #000 0) var(--_i, 200%) 0 /200% var(--_i, 8px) border-box no-repeat, conic-gradient(at bottom 8px left 8px, #0000 90deg, #000 0) 0 var(--_i, 200%)/var(--_i, 8px) 200% border-box no-repeat, linear-gradient(#000 0 0) padding-box no-repeat;
    mask: conic-gradient(from 180deg at top 8px right 8px, #0000 90deg, #000 0) var(--_i, 200%) 0 /200% var(--_i, 8px) border-box no-repeat, conic-gradient(at bottom 8px left 8px, #0000 90deg, #000 0) 0 var(--_i, 200%)/var(--_i, 8px) 200% border-box no-repeat, linear-gradient(#000 0 0) padding-box no-repeat;
    transition: .2s, -webkit-mask-size .2s .2s;
}

#footer .footer-icon a:hover {
    --_i: 100%;
    transition: .2s, -webkit-mask-size .2s .2s;
}

#footer .footer-icon a .bi-twitter-x {
    font-size: 15px;
    padding: 0 3px;
}


/*--------------------------------------------------------------
# tagline
--------------------------------------------------------------*/

.tagline {
    background-color: #fff;
    font-size: 14px;
    color: var(--prim) !important;
    width: 100%;
    z-index: 1000;
    padding: 12px 0;
    box-shadow: 0px 0 10px rgba(0, 0, 0, 0.1);
}

.tagline.tagline-scrolled {
    top: -70px;
    transition: all 0.65s;
}

.tagline .logo {
    max-width: 200px;
}

.tagline a i {
    color: var(--second);
    font-size: 18px;
    border-radius: 25px;
    padding: 5px;
    transition: 0.3s;
}

.tagline a .bi-twitter-x {
    font-size: 12px;
    padding: 5px 8px;
}

.tagline a:hover i {
    background-color: var(--second);
    color: #fff;
}

.tagline .button {
    border: 0;
    border-radius: 25px;
    background-color: var(--third);
    height: 40px;
    padding: 0 10px;
    font-size: 14px;
    transition: 0.3s;
    margin-left: 5px;
    display: flex;
    align-items: center;
    color: #000;
}

[dir="rtl"] .tagline button {
    margin-left: 0;
    margin-right: 5px;
}

.tagline .button a {
    color: #000;
}

.tagline .button i {
    color: var(--second);
    font-size: 16px;
    border-radius: 0;
    padding: 5px;
    transition: 0s;
}

.tagline .button:hover {
    background-color: var(--second);
    color: #fff;
}

.tagline .button:hover a {
    color: #fff;
}

.tagline .button:hover i,
.tagline .button:hover a i {
    color: #fff;
    background: transparent;
}


/*--------------------------------------------------------------
# home
--------------------------------------------------------------*/

.home {
    /*background-image: url(../img/home.png);
    min-height: 50vh;
    background-size: cover;*/
    align-items: center;
    position: relative;
    display: flex;
    margin-top: 145px;
    margin-bottom: 60px;
}

.home .bg-overlay {
    background-image: linear-gradient(90deg, #c96d1a, transparent);
    /*background-color: #000;*/
    opacity: 0.8;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 70%;
    height: 100%;
}

[dir="rtl"] .home .bg-overlay {
    background-image: linear-gradient(90deg, transparent, #c96d1a);
}

.home .container {
    z-index: 1;
}


/*.home .carousel,
.home .carousel-item {
    width: 100%;
    max-height: 600px;
}*/

.home .hero-slider,
.home .swiper-slide {
    width: 100%;
    max-height: 600px;
}

.home .home-heading {
    color: #fff;
    top: 0;
    right: 2%;
    left: 2%;
    text-align: start;
    max-width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.home .home-heading .home-title {
    font-size: 50px;
    line-height: 58px;
}

.home .home-heading .home-desc {
    font-size: 20px;
    color: var(--third);
    margin-bottom: 20px;
    display: block;
}


/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

.media {
    aspect-ratio: 489/413;
    -webkit-mask-box-image: url("/images/frontend/1.png");
    mask-image: url("/images/frontend/1.png");
    mask-size: cover;
}

.media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#about .media-container {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

#about .media {
    width: 60%;
}

#about .media2 {
    width: 60%;
    margin-top: -80px;
}


/*--------------------------------------------------------------
# services
--------------------------------------------------------------*/

#services {
    background-image: url("/images/frontend/background.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 50px;
}

#services .bg-overlay {
    background-color: var(--second2);
    opacity: 0.8;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

#services .section-title {
    color: #fff;
    text-align: center;
}

#services .cards {
    margin-top: 50px;
    display: grid;
    /*grid-template-rows: 1fr 1fr;*/
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}

#item-0 {
    margin-top: -250px !important;
    background-color: #56E79D;
    grid-row-start: 2;
    grid-column-start: 1;
    grid-row-end: 3;
    grid-column-end: 2;
}

#item-1 {
    background-color: #9AF6AE;
    grid-row-start: 1;
    grid-column-start: 2;
    grid-row-end: 2;
    grid-column-end: 3;
}

#item-2 {
    margin-top: -80px !important;
    background-color: #9B758D;
    grid-row-start: 2;
    grid-column-start: 2;
    grid-row-end: 3;
    grid-column-end: 3;
}

#item-3 {
    margin-top: 80px !important;
    background-color: #B6FE77;
    grid-row-start: 1;
    grid-column-start: 3;
    grid-row-end: 2;
    grid-column-end: 4;
}

#item-4 {
    margin-top: -20px !important;
    background-color: #B795B7;
    grid-row-start: 2;
    grid-column-start: 3;
    grid-row-end: 3;
    grid-column-end: 4;
}

#item-5 {
    margin-top: -220px !important;
    background-color: #9BECBD;
    grid-row-start: 2;
    grid-column-start: 4;
    grid-row-end: 3;
    grid-column-end: 5;
}

#services .card {
    background-color: #fff;
    border: 0;
    border-radius: 15px;
    padding: 15px;
    margin: 20px 0;
    height: max-content;
}

#services .card .image {
    width: 100px;
    height: 100px;
    background-color: var(--second2);
    border-radius: 50%;
    margin-bottom: 10px;
}

#services .card .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid;
}

#services .card p {
    font-size: 16px;
}

[dir="rtl"] #services .card a .bi-chevron-right::before {
    content: "\f284";
}

#services .card a {
    background-color: #f5f5f5;
    color: #884974;
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 14px;
    transition: 0.3s;
}

#services .card a:hover {
    background-color: #f7f7f7;
    padding: 5px 12px;
}


/*--------------------------------------------------------------
# slider
--------------------------------------------------------------*/

#slider .section-title2 {
    margin-bottom: 10px;
}

#slider .swiper-horizontal {
    direction: ltr;
}

#slider .evaluations {
    display: flex;
    align-items: center;
    font-size: 28px;
    gap: 5px;
    color: #000;
    margin-bottom: 20px;
}

#slider .evaluations h3 {
    padding-left: 10px;
    font-weight: 800;
    margin-bottom: 0;
}

#slider .evaluations i {
    color: #ffba00;
}

#slider .evaluations span {
    font-size: 14px;
    color: #a5a5a5;
    font-weight: 400;
}

#slider .testimonial-item .card {
    background-color: #9b9ea0;
    border: 0;
    border-radius: 15px;
    padding: 15px;
    color: #fff;
}

[dir="rtl"] #slider .testimonial-item .card {
    direction: rtl;
}

#slider .testimonial-item .card img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50px;
}

#slider .testimonial-item .card h3 {
    margin-bottom: 0;
    font-size: 18px;
}

#slider .testimonial-item .card p {
    font-size: 14px;
    margin-top: 10px;
}

#slider .testimonial-item .card p i {
    color: #cfcfcf;
}

#slider .testimonial-item .card .evaluations {
    display: flex;
    justify-content: flex-end;
    font-size: 16px;
    margin-bottom: 0;
    color: #fff;
}

#slider .testimonial-item .card .evaluations i {
    color: #ffd258;
    position: relative;
}

#slider .swiper-button-next,
#slider .swiper-button-prev {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50px;
    font-size: 12px;
    box-shadow: 0 0 10px #d9d9d9;
    margin-top: 40px;
}

#slider .swiper-button-next,
#slider .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 20px);
}

#slider .swiper-button-prev,
#slider .swiper-rtl .swiper-button-next:after {
    left: var(--swiper-navigation-sides-offset, 20px);
}

#slider .swiper-button-next:after,
#slider .swiper-rtl .swiper-button-prev:after,
#slider .swiper-button-prev:after,
#slider .swiper-rtl .swiper-button-next:after {
    font-size: 18px;
    color: var(--second);
}


/*--------------------------------------------------------------
# faq
--------------------------------------------------------------*/

.faq .faq-list .icon-show {
    display: none;
}

.faq .faq-list .collapsed {
    color: black;
}

.faq .faq-list .collapsed:hover {
    color: #ef6603;
}

.faq .faq-list .collapsed .icon-show {
    display: inline-block;
    transition: 0.6s;
}

.faq .faq-list .collapsed .icon-close {
    display: none;
    transition: 0.6s;
}

#faq {
    text-align: center;
}

#faq .section-title {
    color: #000;
    margin-bottom: 15px;
}

#faq .faq-list {
    list-style: none;
    text-align: start;
    padding: 0 5%;
}

#faq .faq-list .question {
    background-color: #f4f4f7;
    color: var(--second2);
    padding: 15px;
    border-radius: 15px;
    margin-bottom: 15px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    box-shadow: none;
    cursor: pointer;
    font-weight: 800;
}

#faq .faq-list .question.collapsed {
    color: #000;
}

#faq .faq-list .question.collapsed:hover {
    color: var(--second2);
}

#faq .faq-list .collapse,
#faq .faq-list .collapsing {
    background-color: #ffffff;
    box-shadow: 0 0 15px rgb(228, 228, 228);
    padding: 15px;
    border-radius: 15px;
    margin-bottom: 15px;
    width: 100%;
    transition: 0s !important;
}

@media (max-width: 1140px) {
    #services .card .image {
        width: 70px;
        height: 70px;
    }
    #services .card p {
        font-size: 14px;
    }
}

@media (max-width: 1225px) and (min-width: 992px) {
    #header .navbar .logo {
        width: 180px;
    }
    #header .navbar ul {
        gap: 0px !important;
    }
    .navbar a,
    .navbar a:focus {
        font-size: 16px;
    }
}

@media (max-width: 992px) {
    #header,
    #header .navbar {
        top: 0;
        height: 50px;
    }
    #header .navbar {
        padding-top: 5px !important;
    }
    #header .navbar .logo {
        width: 150px;
        display: block;
    }
    #header .navbar-toggler {
        border: 0 !important;
        outline: 0;
        box-shadow: none;
    }
    .navbar a i {
        font-size: 18px;
    }
    .offcanvas-header img {
        width: 150px;
    }
    .navbar-nav {
        gap: 15px !important;
        padding: 0 !important;
    }
    .navbar .dropdown ul {
        width: 100%;
        background: transparent;
        border: 0;
        box-shadow: none;
        margin: 0;
        padding: 0 10px;
        border-radius: 0;
        border-top: 1px solid #aeb1b36e;
        left: auto;
        right: auto;
        top: auto;
    }
    .navbar .dropdown ul.show,
    .navbar .dropdown:hover>ul {
        position: relative !important;
    }
    .navbar .show a,
    .navbar .show a:focus {
        color: var(--forText);
        font-size: 18px;
    }
    .navbar .newLinkHover::before {
        width: 0 !important;
    }
    .navbar li {
        /*background: #fbfbfb;*/
        width: 100%;
        border-radius: 5px;
    }
    .navbar .btn-primary {
        width: 100%;
        margin-top: 50px;
        padding: 5px 20px;
        border-radius: 5px;
        font-size: 18px;
    }
    .offcanvas .background {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 0.05;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
    }
    .offcanvas-icon {
        margin-top: 30px;
        margin-bottom: 40px;
    }
    .offcanvas-icon a i,
    .offcanvas-icon a:focus i {
        font-size: 20px;
    }
    .offcanvas-icon a .bi-twitter-x {
        font-size: 15px;
        padding: 0 1px;
    }
    .offcanvas-icon a {
        border: 2px solid;
        border-radius: 0;
        width: 35px;
        height: 35px;
        padding: 5px;
        margin: 0 3px;
        -webkit-mask: conic-gradient(from 180deg at top 8px right 8px, #0000 90deg, #000 0) var(--_i, 200%) 0 /200% var(--_i, 8px) border-box no-repeat, conic-gradient(at bottom 8px left 8px, #0000 90deg, #000 0) 0 var(--_i, 200%)/var(--_i, 8px) 200% border-box no-repeat, linear-gradient(#000 0 0) padding-box no-repeat;
        mask: conic-gradient(from 180deg at top 8px right 8px, #0000 90deg, #000 0) var(--_i, 200%) 0 /200% var(--_i, 8px) border-box no-repeat, conic-gradient(at bottom 8px left 8px, #0000 90deg, #000 0) 0 var(--_i, 200%)/var(--_i, 8px) 200% border-box no-repeat, linear-gradient(#000 0 0) padding-box no-repeat;
        transition: .2s, -webkit-mask-size .2s .2s;
    }
    .offcanvas-icon a:hover,
    .offcanvas-icon a:focus {
        --_i: 100%;
        transition: .2s, -webkit-mask-size .2s .2s;
        border-radius: 0;
    }
    .home {
        margin-top: 50px;
    }
    .home.container-xxl {
        padding: 0;
        margin-bottom: 0;
    }
    .home .home-heading {
        max-width: max-content;
    }
    .home .home-heading .home-desc {
        font-size: 16px;
    }
    .home .home-heading .home-title {
        font-size: 30px;
        line-height: normal;
    }
    #about {
        padding-left: 20px;
        padding-right: 20px;
    }
    #about .btn-primary {
        margin: 20px auto 50px auto;
        justify-content: center;
        display: flex;
    }
    #footer {
        -webkit-mask-box-image: none;
        mask-image: none;
        margin-top: 0;
        padding-top: 50px;
    }
    #footer .logo {
        margin-bottom: 30px;
    }
    #footer .logo img {
        width: 50%
    }
    #footer h5 {
        margin-top: 20px;
    }
    #footer .buttns {
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px !important;
    }
    #services {
        padding-bottom: 60px
    }
    #services .cards {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        padding: 0 20px;
    }
    #services .card {
        width: 45%;
        max-width: 45%;
    }
    #item-0,
    #item-1,
    #item-2,
    #item-3,
    #item-4,
    #item-5 {
        margin-top: -20px !important;
    }
}

@media (max-width: 767px) {
    #footer .buttns {
        display: block
    }
}

@media (max-width: 575px) {
    .section-title {
        font-size: 25px;
        line-height: 30px;
    }
    .section-title2 {
        font-size: 20px;
        line-height: 25px;
    }
    /*.home .carousel,
    .home .carousel-item {
        height: 300px;
    }
    .home .carousel-item img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }*/
    .home .hero-slider,
    .home .swiper-slide {
        height: 300px;
    }
    .home .swiper-slide img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    .home .home-heading .home-desc {
        font-size: 14px;
    }
    .home .home-heading .home-title {
        font-size: 22px;
        line-height: normal;
    }
    #about .media2 {
        margin-top: -40px;
    }
    #services .card {
        max-width: 80%;
        width: 80%
    }
    #slider .evaluations {
        font-size: 18px;
    }
    #slider .swiper-button-next,
    #slider .swiper-rtl .swiper-button-prev,
    #slider .swiper-button-prev,
    #slider .swiper-rtl .swiper-button-next:after {
        bottom: 10px;
        top: auto;
    }
    #footer a,
    #footer p,
    p {
        font-size: 14px;
    }
    #footer h6 {
        font-size: 10px;
    }
    #footer {
        text-align: center;
        padding-left: 20px;
        padding-right: 20px;
    }
    #footer .logo {
        justify-content: center;
    }
    #faq .faq-list {
        padding: 0 20px;
    }
}

@media (max-width: 365px) {
    #services .card {
        max-width: 95%;
        width: 95%
    }
}


/***************************************************************
#products page
**************************************************************/

#products {
    padding: 200px 0 100px;
    text-align: center;
}

.section-description {
    color: #000;
    font-weight: 500;
}

#products .section-description {
    max-width: 900px;
    margin: 15px auto;
}

#products .cards {
    justify-content: center;
    margin-top: 50px;
}

#products .cards .card {
    padding: 25px 25px 50px;
    border: 0;
    border-radius: 25px;
    box-shadow: 0 0 25px rgb(228, 228, 228);
    margin-bottom: 25px;
}

#products .cards .card .image {
    margin-bottom: 30px;
    background-color: var(--second2);
}

#products .cards .card .image img {
    margin: 2.5% 3%;
    width: 94%;
    height: 94%;
    padding: 0;
    transition: 0.3s;
    -webkit-mask-box-image: url("/images/frontend/1.png");
    mask-image: url("/images/frontend/1.png");
    mask-size: cover;
}

#products .cards .card:hover .image img {
    transform: scale(1.1)
}

#products .cards .card .title {
    /*font-size: 28px;*/
    height: 60px;
    overflow: hidden;
    font-weight: 800;
}

@media (max-width: 992px) {
    #products {
        padding: 130px 10px;
    }
}

@media (max-width: 767px) {
    #products .cards .card .title {
        height: auto;
    }
}


/***************************************************************
#OurLAB page
**************************************************************/

#LABDescription {
    padding-top: 200px;
}

#LABDescription .description {
    color: #000;
}

#LABDescription .media {
    width: 85%;
    margin: auto;
    box-shadow: 0 0 25px rgb(228, 228, 228);
}

#LABInfo {
    width: 95%;
    margin: auto;
}

#LABInfo .card {
    border: 0;
    border-radius: 25px;
    box-shadow: 0 0 25px rgb(228, 228, 228);
    height: 100%;
    overflow: hidden;
}

#LABInfo .card .title {
    text-align: center;
    background-color: var(--fourth);
    color: var(--second2);
    padding: 10px;
}

#LABInfo .card .title h3 {
    margin: 0;
}

#LABInfo .card .content {
    padding: 25px;
}

#LABInfo .card .content h5 {
    font-weight: 500;
    color: #000;
}

#LABInfo .card .content p {
    color: var(--second2);
}

#LABInfo .card .content h6 {
    font-weight: 500;
    line-height: 28px;
    color: #000;
}

#LABContact {
    padding-bottom: 100px;
}

#LABContact .contactCard {
    display: flex;
    width: 100%;
}

#LABContact .contactCard .social {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 60px;
    height: 450px;
    background: #e9d6c6;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    box-shadow: 0 15px 25px rgb(228, 228, 228);
}

[dir="rtl"] #LABContact .contactCard .social {
    border-radius: 0;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

#LABContact .contactCard .social a {
    font-size: 25px;
    color: #555555;
    transition: 0.3s;
}

#LABContact .contactCard .social a:hover {
    color: var(--second);
    transform: scale(1.05);
}

#LABContact .contactCard .address {
    padding: 25px;
    background-image: linear-gradient(90deg, #c96c1a, #e68c5f);
    border-radius: 25px;
    width: 50%;
    height: 510px;
    margin-top: -30px;
    box-shadow: 0 15px 25px rgb(228, 228, 228);
}

#LABContact .contactCard .address ul {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    list-style: none;
    padding: 0;
    height: 100%;
}

#LABContact .contactCard .address li {
    list-style: none;
}

#LABContact .contactCard .address .list-item a {
    color: #fff;
    transition: 0.3s;
}

#LABContact .contactCard .address .list-item a:hover {
    transform: scale(1.05);
}

#LABContact .contactCard .address .list-item a i {
    font-size: 40px;
    color: #e9d6c6;
}

#LABContact .contactCard .address .list-item a span {
    font-weight: 700;
}

#LABContact .contactCard .address .list-item a p {
    font-weight: 500;
    margin-bottom: 0;
}

#LABContact .contactCard .map {
    width: -webkit-fill-available;
    height: 450px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    overflow: hidden;
    box-shadow: 15px 15px 25px rgb(228, 228, 228);
}

[dir="rtl"] #LABContact .contactCard .map {
    border-radius: 0;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    box-shadow: -15px 15px 25px rgb(228, 228, 228);
}

#LABContact .contactCard .map iframe {
    width: 100%;
    height: 100%;
}

@media (max-width: 992px) {
    #LABDescription {
        padding-top: 130px;
    }
    #LABDescription .media {
        width: 100%;
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    #LABContact .contactCard {
        flex-wrap: wrap;
    }
    #LABInfo .card {
        width: 90%;
        margin: auto;
    }
    #LABContact .contactCard .address {
        width: calc(100% - 60px);
    }
    #LABContact .contactCard .map {
        width: 100%;
        border-radius: 25px !important;
        margin-top: 50px;
    }
}


/***************************************************************
#About page
**************************************************************/

#aboutSection1 {
    padding-top: 200px;
}

#aboutSection1 .media2 {
    /*margin-top: -80px;*/
    margin-top: 15px;
}

[dir="rtl"] #aboutSection1 .media {
    -webkit-mask-box-image: url("/images/frontend/maskRTL.png");
    mask-image: url("/images/frontend/maskRTL.png");
    mask-size: cover;
}

#aboutSection1 .description {
    margin-top: 10px;
    max-width: 85%;
}

#aboutSection1 .description2 {
    margin-top: 80px;
    max-width: 85%;
    margin-left: 15%;
}

[dir="rtl"] #aboutSection1 .description2 {
    margin-left: 0;
    margin-right: 15%;
}

#aboutSection2 {
    margin-bottom: 120px;
    background-image: url("/images/frontend/background2.svg");
    background-size: 100%;
    background-repeat: no-repeat;
}

#aboutSection2 .section-title {
    color: #000;
    margin-bottom: 15px;
}

#aboutSection2 h5 {
    color: #000;
    font-weight: 500;
}

#aboutSection2 .aboutContainer {
    padding: 0;
    padding-bottom: 50px;
}

#aboutSection2 .design-slider {
    position: absolute;
    left: 35px;
    bottom: 0px;
}

[dir="rtl"] #aboutSection2 .design-slider {
    left: auto;
    right: 35px;
}

#aboutSection2 .swiper-pagination {
    position: relative;
    padding: 0 10px;
}

#aboutSection2 .swiper-pagination .swiper-pagination-bullet {
    background-color: transparent;
    border: 1px solid var(--second);
    opacity: 1;
}

#aboutSection2 .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--second)
}

.swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: transparent;
    opacity: 1;
    border: 1px solid #ef6603;
}

.swiper-pagination .swiper-pagination-bullet-active {
    background-color: #ef6603;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
    left: 0;
    right: 0;
    width: 100%;
}

#aboutSection2 .swiper-button-next,
#aboutSection2 .swiper-button-prev {
    position: absolute;
}

#aboutSection2 .swiper-button-next {
    right: -50%;
    top: 25%;
}

#aboutSection2 .swiper-button-prev {
    left: -50%;
    top: 25%;
}

[dir="rtl"] #aboutSection2 .swiper-button-next {
    right: auto;
    left: -50%;
    top: 25%;
    transform: rotate(180deg);
}

[dir="rtl"] #aboutSection2 .swiper-button-prev {
    left: auto;
    right: -50%;
    top: 25%;
    transform: rotate(180deg);
}

#aboutSection2 .swiper-button-next i,
#aboutSection2 .swiper-button-prev i {
    font-size: 20px;
    color: var(--second);
}

#aboutSection2 .swiper-button-prev:after,
#aboutSection2 .swiper-rtl .swiper-button-next:after {
    content: "";
}

#aboutSection2 .swiper-button-next:after,
#aboutSection2 .swiper-rtl .swiper-button-prev:after {
    content: "";
}

#aboutSection2 .card {
    position: relative;
    border: 0;
    border-radius: 25px;
    overflow: hidden;
    transition: 0.5s;
}

#aboutSection2 .card .image {
    width: 100%;
    height: 370px;
    border-radius: 25px;
    overflow: hidden;
}

#aboutSection2 .card .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#aboutSection2 .card .text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    background: linear-gradient(0deg, black, transparent);
    display: none;
}

#aboutSection2 .card .text h3 {
    padding: 15px 15px 0;
    font-size: 20px;
    margin-bottom: 0;
}

#aboutSection2 .card .text p {
    padding: 0 15px 15px;
    font-size: 12px;
    font-weight: 500;
}

@media (min-width: 1200px) {
    #aboutSection2 .swiper-slide {
        width: 170px !important;
        transition: 0.5s;
    }
    #aboutSection2 .swiper-slide-active {
        width: 310px !important;
        margin-left: 5px;
        margin-right: 5px;
        transition: 0.5s;
    }
    #aboutSection2 .lessThanFour .swiper-slide {
        width: 180px !important;
        margin: 5px !important;
    }
    #aboutSection2 .lessThanFour .card .text {
        display: block;
    }
    #aboutSection2 .swiper-slide-active .card .text {
        display: block;
    }
}

@media (min-width: 1400px) {
    #aboutSection2 .swiper-slide {
        width: 220px !important;
        transition: 0.5s;
    }
    #aboutSection2 .swiper-slide-active {
        width: 310px !important;
        margin-left: 5px;
        margin-right: 5px;
        transition: 0.5s;
    }
}

@media (max-width: 992px) {
    #aboutSection1 {
        padding-top: 130px;
    }
    #aboutSection1 .media {
        margin-top: 20px !important;
    }
    #aboutSection1 .colOrder {
        order: 2;
    }
    #aboutSection1 .description {
        max-width: 100%;
    }
    #aboutSection2 {
        background-size: cover;
    }
    #aboutSection1 .description2 {
        margin-top: 30px;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0 !important;
    }
    #aboutSection2 .aboutContainer {
        padding: 0 20px;
    }
    #aboutSection2 .experts-slider {
        margin-top: 30px;
    }
    #aboutSection2 .design-slider {
        position: relative;
        margin-top: 30px;
        left: auto;
        right: auto !important;
    }
    #aboutSection2 .swiper-button-next {
        right: 0
    }
    #aboutSection2 .swiper-button-prev {
        left: 0
    }
    [dir="rtl"] #aboutSection2 .swiper-button-next {
        left: 0;
    }
    [dir="rtl"] #aboutSection2 .swiper-button-prev {
        right: 0
    }
}


/***************************************************************
#product page
**************************************************************/

#product {
    padding-top: 200px;
}

#product .goBack {
    display: block;
    width: 35px;
    height: 35px;
    background-color: var(--second2);
    border-radius: 50px;
    color: #fff;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

[dir="rtl"] #product .bi-arrow-left::before {
    content: "\f138";
}

#product .goBack:hover {
    background-color: var(--second);
    color: #fff;
}

#product .section-title {
    width: 100%;
    text-align: center;
    margin: 30px 0;
}

#product .nav-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    width: 100%;
    border: 0;
    margin-bottom: 20px;
    padding: 0 20px !important;
}

#product .nav-tabs .nav-link {
    background-color: #bababa;
    color: #fff;
    border: 0;
    border-radius: 15px;
    padding: 15px 20px;
    font-size: 14px;
    margin-bottom: 10px;
}

#product .nav-tabs .nav-item.show .nav-link,
#product .nav-tabs .nav-link.active,
#product .nav-tabs .nav-link:hover {
    background-color: var(--second);
    color: #fff;
}

#product .productSection1 {
    padding-top: 30px;
    text-align: start;
}

#product .productSection1 .section-title {
    text-align: start;
}

[dir="rtl"] #product .productSection1 .media {
    -webkit-mask-box-image: url("../img/maskRTL.png");
}

#product .productSection1 .description {
    margin-top: 10px;
    max-width: 85%;
    font-size: 18px;
    color: #000;
}

#productContact {
    padding-top: 200px;
    text-align: center;
}

#productContact .section-title {
    margin-bottom: 15px;
}

#productContact .section-description {
    font-size: 18px;
    color: #000;
    max-width: 850px;
    margin: 10px auto;
}

#productContact .alert-success {
    max-width: 300px;
    position: fixed;
    bottom: 50px;
    left: 20px;
    z-index: 2;
}

#productContact .close {
    color: white;
    position: absolute;
    right: 10px;
    top: 2px;
    font-size: 20px;
}

.email-form {
    max-width: 500px;
    margin: 30px auto;
}

.email-form input,
.email-form textarea {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 7px;
    border: 0;
    background-color: #f0f0f0;
    outline: none !important;
    color: #000;
    padding: 10px 15px;
    box-shadow: none !important;
}

.email-form .btn-primary {
    margin-top: 30px;
    width: 150px;
}

.email-form input:-moz-placeholder {
    color: #a6a6a6;
}

.email-form input:-ms-input-placeholder {
    color: #a6a6a6;
}

.email-form input::-webkit-input-placeholder,
.email-form input[type="email"]::-webkit-input-placeholder,
.email-form textarea::-webkit-input-placeholder {
    color: #a6a6a6;
}

@media (max-width: 992px) {
    #product,
    #productContact {
        padding-top: 130px;
    }
    #product .media {
        margin-top: 30px !important;
    }
    #product .productSection1 .description,
    #productContact .section-description {
        font-size: 16px;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    #productContact .section-title,
    #productContact .section-description {
        text-align: start;
    }
}

@media (max-width: 575px) {
    #product .productSection1 .description,
    #productContact .section-description {
        font-size: 14px;
    }
    #product .nav-tabs .nav-item,
    #product .nav-tabs .nav-link {
        width: 100%;
    }
}
