/*html{*/
/*    direction: rtl !important;*/
/*}*/
body{
    font-family: 'Almarai', sans-serif;
}
.tp-main-menu ul li{
    margin-right: 40px;
}
:root {
    --tp-ff-body: 'Almarai', sans-serif;
    --tp-ff-heading: 'Almarai', sans-serif;
    --tp-ff-p: 'Almarai', sans-serif;
    --tp-theme-primary: #ceb93e;
    --tp-theme-secondary: #000000;
}
.tp-market-counter .tp-comming-countdown-inner ul li {
    position: relative;
    width: 270px;
    padding: 45px 0;
    text-align: center;
    background-color: rgb(205 185 61);
}
.parallax-slider-active.bg-shape::after{

    background: rgb(205 185 61 / 87%);
}
.main-color{

    color:var(--tp-theme-primary); ;
}
.tp-service-3-item {
    padding: 30px;
    background-color: #000;
    border-radius: 20px;
}

.tp-service-3-item:hover {
    padding: 30px;
    background-color: rgb(119 119 119);
    border-radius: 5px;
    transform: scaleX(1.02) scaleY(1.02)!important;
}
.tp-service-3-item h4:hover {
    color: rgb(0 35 90) !important;
}
.tp-header-main-sticky{
    direction: rtl;
}
.tp-market-area{
    direction: rtl;
}
#header-sticky{
    direction: rtl;
}
.tp-about-3-area{
    direction: rtl;
}
.tp-about-3-thumb .shape-1{
    right: -173px;
    left: inherit;
}
.tp-counter-call-icon span{
    margin-left: 15px;
}

.tp-market-thumb {
    margin-right: -65px;
    margin-left: inherit;
    position: relative;
}
.text-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    z-index: 1; /* Make sure text is above video */
}

/* Styling for video container */
.video-container {
    position: relative;
    width: 100%;
    height: auto; /* Adjust as needed */
    overflow: hidden;
}

/* Styling for the video itself */
video {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.overlay-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3); /* Black background with 0.3 opacity */
    z-index: 0; /* Ensure background is behind video and text */
}
.main-vid{
    font-size: 58px;
    font-weight: 900;
}
.sec-text{
    font-size: 24px;
}
#contact_us{
    direction: rtl;
}
.fea-box{
    text-align: center;
    background: white;
    padding: 15px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
}
.fea-box:hover{
	transform: scaleX(1.02) scaleY(1.02)!important;
}
.tp-page-wrapper {

    margin-bottom: 160px;
}
html{
    overflow-x: hidden;
}
@media (max-width: 700px) {
    .main-vid{
        font-size: 20px;
        font-weight: 600;
    }
    .sec-text{
        font-size: 14px;
    }

    .tp-market-thumb {
        margin-right: 0px;
    }
}