@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap')

.head-ahref{
    color: #fff;
}
.footer-widget .social-link ul li a{
    background: transparent;
    margin-top: 10px;
    color:#fff;
}
a{
    color: var(--color-2nd);
}
.top-header a{
    color: #ffffff !important;
}
.blog-card .content h3 {
    min-height: 48px;
}

.inner-banner .inner-title h1 {
    font-size: 45px;
    color: #ffffff;
    font-weight: 600;
    position: relative;
}

.ck-content .inner-banner::before{
    content: "";
    position: absolute;
    opacity: 0.1;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://staging.thamar-consulting.com/storage/general/resources/home-three-bg-1.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.ck-content .inner-banner .containter::before{
    content: "";
    position: absolute;
    opacity: 0.1;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://staging.thamar-consulting.com/storage/general/resources/home-three-bg-1.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.inner-banner::before{
    content: "";
    position: absolute;
    opacity: 0.1;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://staging.thamar-consulting.com/storage/general/resources/home-three-bg-1.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}


.banner-sub-item .content .h3-number {
    font-size: 45px;
    color: #ffc221;
    font-weight: 700;
    margin-bottom: 0;
}

.blog-card .blog-img .blog-tag .day-number{
    font-size: 17px;
    color: #002421;
    line-height: 1;
    margin-bottom: 0;
    font-weight: 500;
}

.blog-card .blog-img .blog-tag .day-month{
    color: #ffffff;
    line-height: 1;
    font-weight: 500;
    color: #002421;
}

/*hero-slider*/
.section-hero-slider{
    position: relative;
    min-height: 400px;
}
.slick-dots {
    display: none !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 3px;
}
.slick-dots li {
    cursor: pointer;
    float: left;
    width: 33.3%;
    background: #000;
    padding: 0;
    border-right: 1px solid #fff;
}
.slick-dots li:last-child {
    border: none;
}
.slick-dots li, .slick-dots li button {
    outline: none;
}
.slick-dots li button {
    background: #99B386;
    border: none;
    width: 0px;
    height: 10px;
    padding: 0;
    cursor: pointer;
    display: block;
}

.hero-slider .img--holder {
    background-position: bottom center;
    transform: scale(1.1) rotate(0.1deg);
    transition: transform 8s linear;
}

.hero-slider .slide-init .img--holder {
    transform: scale(1.1) rotate(0.1deg) !important;
    transition: transform 0s linear;
}

.slick-active .img--holder {
    transform: scale(1) rotate(0.1deg);
}

.slick-slide .img--holder {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.slick-slide.office-photo .img--holder {
    background-position: bottom center;
}

.hero-slider .slick-arrow {
    position: absolute;
    top: 50%;
    width: 45px;
    height: 45px;
    background: rgba(0, 0, 0, 0.2);
    border: 0 none;
    margin-top: -22.5px;
    text-align: center;
    font: 20px/45px FontAwesome;
    color: #FFF;
    z-index: 5;
    transition: background 0.1s;
}

.hero-slider .slick-arrow:focus {
    outline: 0;
}

.hero-slider .slick-arrow:hover {
    display: block;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
}

.hero-slider .NextArrow {
    right: 0px;
}

.hero-slider .PrevArrow {
    left: 0px;
}

.hero-slider .NextArrow:before {
    content: '\f105';
}

.hero-slider .PrevArrow:before {
    content: '\f104';
}

.hero-slider .text--holder {
    position: absolute;
    display: inline-block;
    width: 50%;
    top: 25%;
    right: 10%;
    z-index: 99;
    padding: 0 0 50px 0;
    font-family: garamond, georgia;
    font-size: 38px;
    color: #fff!important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
    text-align: center;
    z-index: 99;
    text-align: right;
}

.hero-slider .text--holder h2 {

    font-size: 68px;
    z-index: 99; color: #fff!important;
    font-family: "Tajawal", sans-serif;
    /*font-weight: 900;*/
}
.hero-slider .text--holder h5{
    font-size: 32px;
    z-index: 99; color: #fff!important;
    font-family: "Tajawal", sans-serif;
    /*font-weight: 500;*/
}
.hero-slider .text--holder p {
    font-family: garamond, georgia;
    font-size: 28px;
    z-index: 99;
}
.layer-0{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: block;
    position: absolute;
    z-index: 98;
}

.banner-seven-slide.owl-theme .owl-nav [class*=owl-].owl-prev {
    left: 30px;right: auto;
    opacity: 0.5;
}
.banner-seven-slide.owl-theme .owl-nav [class*=owl-].owl-next {
    right: 30px;
    left: auto;opacity: 0.5;
}
@keyframes zoomIn {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1); /* Adjust the zoom level as needed */
    }
    100% {
        transform: scale(1.2);
    }
}

.zoom-infinite {
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    z-index: 1;
    animation: zoomIn 5s infinite; /* Adjust the duration as needed */
}
@media only screen and (max-width: 767px){
    .banner-content h1 {
        font-size: 35px;
        max-width: 100%;
    }

    .about-content-2 .about-card .content i {
        font-size: 40px;
        position: inherit;
        top: 0;
        left: 0;
        right: 0;
    }
    .banner-seven-slide.owl-theme .owl-nav [class*=owl-].owl-prev {
        left: 10px;right: auto;
        opacity: 0.4;
    }
    .banner-seven-slide.owl-theme .owl-nav [class*=owl-].owl-next {
        right: 10px;
        left: auto;opacity: 0.4;
    }
    .banner-seven-slide.owl-theme .owl-nav {

        bottom: -85px;opacity: 0;
    }
    .services-item {
        text-align: center;
    }

}
