@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@500&display=swap');
/*@font-face {*/
/*    font-family: TSRotger;*/
/*    src: url("TSRotger-Light.ttf");*/
/*}*/
:root{
    --main-color: #DFDC21
}
body {
    background-color: #3A3A3C;
    color: #FFF;
    /*font-family: "TSRotger" !important;*/
    font-family: 'Cairo', sans-serif !important;
}
.main-color{
    color: var(--main-color);
}
.overflow-hidden{
    overflow: hidden;
}
.btn-custom,
.btn-custom:hover {
    background: var(--main-color);
    color: #FFF;
    padding: 9px 40px;
    border-radius: 10px;
    font-weight: bold;
    border: unset;
}
a,a:hover {
    text-decoration: none;
}

header .overlay {
    background-color: rgb(67 67 66 / 0.86);
    height: 100vh;
    z-index: 9;
    position: relative;
}

/* header .info,
header .slider {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 85vh;
} */
.carousel-indicators [data-bs-target] {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50%;
    background-color: var(--main-color);
}
.navbar {
    background-color: transparent;
    z-index: 999999;
}
.navbar a {
    color: #FFF !important;
    font-weight: bold;
}
.navbar .navbar-brand img {
    width: 100px;
    height: 80px;
}
/* .navbar .contact {
    background-color: rgb(157 157 157 / 50%);
    border: 2px solid #FFF;
    border-radius: 15px;
    padding: 0 10px;
} */
/* .navbar .contact a {
    padding: 5px;
} */
/* .navbar .contact .active {
    background-color: var(--main-color);
} */

.navbar .navbar-nav .active {
    border-bottom: 2px solid #FFF;
}
.navbar .navbar-toggler {
    color: #FFF;
    border-color: #FFF;
    border: unset !important;
}
.section-title {
    position: relative;
    text-align: center;
    margin: 50px 0;
    font-size: 50px;
}
.section-title::before {
    content: "";
    width: 70px;
    height: 7px;
    background: var(--main-color);
    position: absolute;
    top: 75px;
    margin-right: -35px;
    right: 50%;
}
#project-slider .all-data {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px;
}
#project-slider .carousel-item .right {
    background-color: #4a4a4a;
    height: 100%;
    width: 30%;
    padding: 20px;
    transition: all .3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}
#project-slider .carousel-item:hover .right {
    transform: scale(1.1);
}
#project-slider .carousel-item .left {
    height: 100%;
    align-items: center;
    display: flex;
    transition: all .3s ease-in-out;
}
#project-slider .carousel-item img {
    max-height: 400px;
}
.industrial .box-logo {
    background-color: #343434;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    transition: all .3s ease-in-out;
    box-shadow: 1px 1px 8px #232323;
}
.industrial .box-logo img {
    max-width: 80%;
    transition: all .3s ease-in-out;
}
.industrial .box-logo:hover img {
    transform: rotate(360deg);
}
.services {
    background-color: #3d3d3d;
    padding-top: 50px;
}
/* .services .box {
    text-align: center;
} */

.services .box img {
    width: 100px;
    height: 100px;
    transition: all .3s ease-in-out;
}
.services .box{
    display: block;
    text-align: center;
    font-size: 20px;
}
/* .services .box:hover img {
    transform: rotate(360deg);
} */
.stats .box {
    text-align: center;
    font-size: 40px;
}
.clients {
    background-color: #f7f7f7;
}
.clients img {
    width: 200px;
    height: 200px;
    margin: auto;
}
.clients .responsive > div{
    text-align: center !important;
}
.contact ul li,
.contact ul li a {
    font-size: 20px;
    color: #FFF;
}
.contact form input,
.contact form input:focus,
.contact form textarea,
.contact form textarea:focus{
    background-color: rgb(63 63 64);
    border: unset;
    box-shadow: unset;
    outline: unset;
    color: #FFF;
    font-size: 25px;
}
::placeholder {
    color: #a5b6b8 !important;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #a5b6b8 !important;
}
::-ms-input-placeholder { /* Microsoft Edge */
    color: #a5b6b8 !important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.slider-item .all-data {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #595958;
}
.slider-item .all-data .right {
    padding: 25px 10px;
    box-shadow: 1px 1px 8px #222;
    transition: all .2s ease-in-out;
    background-color: #4a4a4a;
    min-width: 300px;
}
.slider-item:hover .right {
    transform: scale(1.1);
}
.slick-dots li button:before {
    font-size: 15px !important;
    color: #FFF !important;
}
.slick-dots li.slick-active button:before {
    color: var(--main-color) !important;
}
iframe {
    width: 100% !important;
}
.pagination{justify-content: center;}
.pagination .page-link{background: transparent;color: #FFF}
.pagination .active .page-link{border-color: #DDD;background:#737373}
.xs-show {display: none;}
.mb-show {display: block;}
@media (max-width: 768px) {
    .xs-show {display: block;}
    .mb-show {display: none;}
    .navbar-nav {
        text-align: center;
        /* box-shadow: 0 0 6px #a0a0a0; */
        border-radius: 20px;
    }
    header .overlay {
        height: 100vh !important;
    }
    header .info,
    header .slider {
        height: auto !important;
        margin-bottom: 60px;
    }
    .section-title {
        /*padding-right: 50px;*/
    }
    .section-title::before {
        /*width: 45px;*/
        /*margin-right:0 !important;*/
    }
    .slick-arrow {
        display: none !important;
    }
    .slider-item .all-data {
        display: block;
    }
    .slider-item {
        padding: 0;
    }
}

#loading {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 888;
    background-color: rgb(0 0 0 / 98%);
    display: flex;
    align-items: center;
    justify-content: center;
}
#loading img {
    height: 200px;
    animation: heartbeat 1.5s infinite;
}

@keyframes heartbeat
{
0%
{
    transform: scale( .75 );
}
20%
{
    transform: scale( 1 );
}
40%
{
    transform: scale( .75 );
}
60%
{
    transform: scale( 1 );
}
80%
{
    transform: scale( .75 );
}
100%
{
    transform: scale( .75 );
}
}

.pros .box-info {
    width: 630px;
    height: 450px;
    max-width: 100%;
    max-height: auto;
    margin: auto;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    transition: all .3s ease-in-out;
    overflow: hidden;
}
.pros .box-info .data {
    width: 100%;
    height: 100%;
    background: rgb(229 228 228 / 84%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
    opacity: 0;
    padding: 20px;
}
.pros .box-info .data a {
    color: #FFF;
}
.pros .box-info:hover .data {
    opacity: 1;
}
.top-index {
    /* height: 100vh; */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
    text-align: center;
}

.index-about .about-img {
    height: 450px;
    background-size: cover;
    background-repeat: no-repeat;
}
.index-about .content {
    max-height: 350px;
    overflow: hidden;
    padding: 10px 0;
}
.close-menu {
    display: none;
}

.slider-desktop {display: block;}
.slider-mobile {display: none;}
@media (max-width: 768px) {

    .slider-desktop {display: none;}
    .slider-mobile {display: block;}
    .navbar-nav {
        position: fixed !important;
        top: 0;
        left: 0;
        background: rgb(0 0 0 / 1);
        height: 100vh;
        width: 80%;
        padding-top: 50px;
        border-radius: 0;
        z-index: 9999999;
    }
    .close-menu {
        display: block;
        content: "x";
        position: absolute;
        color: #000;
        z-index: 999;
        width: 40px;
        height: 40px;
        right: 20px;
        background: #fff;
        line-height: 40px;
        font-size: 30px;
        top: 14px;
        cursor: pointer;
    }
    .pros .box-info {
        height:225px !important;
    }
}

.slick-prev:before,
.slick-next:before {
    color: black !important;
}
footer ul li a {
    font-size: 16px;
}

button:focus:not(:focus-visible) {
    border: unset;
    outline: unset;
    box-shadow: unset;
}






