:root {
    --rr-theme-primary: #29004D !important;
}

.tcul_primary{
    color: #29004D !important;
}
.header-3 .header__top {
    background-color: #29004D !important;
}
a:hover {
    color: #83649d  !important;
}

.main-menu ul li > a {
    font-size: 17px !important;
}
.footer-3__contact ul li .text a:hover {
    color: #83649d  !important;
}
.rr-btn__header {
    background-color: #29004D !important;
}
.mean-container .mean-nav ul li.active a {
    color: #29004D;
}

/* Set section to cover full viewport */
.full-screen-video-section {
    position: relative !important;
    overflow: hidden !important;
    width: 100% !important;
    height: 100vh !important;
}

/* Video container takes full width and height of section */
.video {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
}

/* Video fills container */
.video video {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}
.our-team__item-media img {
    -webkit-filter: grayscale(0) !important;
}
.our-team__item-media::before {
   
    background: linear-gradient(180deg, rgba(8, 10, 11, 0.1) 0%, #080a0b85 100%);
}
/* Home */
/* .banner__space {
    padding-top: 430px;
    padding-bottom: 80px;
} */
.banner__item-wrapper {
    max-width: 100%;
    text-align: right;
}
.our-work-precess-2__item {
    padding: 20px 14px !important;
    border: 1px solid rgb(8 10 11 / 20%) !important;
}
.banner__item-title {
    font-size: 44px;
    line-height: 55px;
}
.section-space {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.section__subtitle{
    color: #5700c5 !important;
}
.breadcrumb-space {
    padding: 70px 0 70px !important;
}
.breadcrumb__title {
    font-size: 55px;
    line-height: 80px;
}
.projects__text-top {
    left: 25px !important;
}
/* Footer */
.footer-3__main-wrapper {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
.footer-3__bottom {
    padding: 20px 0;
}
.footer-3__widget.footer-3__widget-item-2 {
    padding-left: 80px;
}
.projects__text-top {
    top: 10px;
}
.our-work-precess-2__icon {
    width: 140px;
    height: 140px;
    border: 1px solid rgba(8, 10, 11, 0.2);
}
.our-team__item:hover .our-team__item-media::after {
    opacity: 0.0;
}
.our-work-precess-2__icon img{
    width: 75px;
}
.banner__item::before {
    background: none;
}
.banner__item:after {
    background: none;
}
.rr-btn__header {
    background-color: #29004d !important;
}
/* .banner__space{
    padding-top: 500px;
    padding-bottom: 50px;
} */
.our-work-precess-2__text p {
    text-align: center;
}
.our-work-precess-2__text p{
    text-align: center;
}
.svg{
    width: 35;
    height: 35;
    fill: none;
}
/* Default: Video visible, Image hidden */
.video-desktop {
    display: block;
}

.section-space__top {
    padding-top: 4px;
}

/* .banner__space {
    padding-top: 750px;
    padding-bottom: 330px;
} */


/* About Us CSS */
/* .our-team__item__text {
    bottom: 0px;
} */
.our-work-precess-2__icon {
  
    margin-bottom: 20px;
}
.team_name{

}
.team_designation{
    
}
.team_description{
    display: none !important;
    height: 0px !important;    
}

.our-team__item:hover .team_description{
    display: block !important;
    height: auto !important;
}
.our-team__item:hover .team_name{
    display: none !important;
    height: 0px !important;
    
}
.our-team__item:hover .team_designation{
    display: none !important;
    height: 0px !important;

}
.our-team__item:hover .our-team__item__text {
    bottom: 0px;
}

.our-team__item:hover .our-team__item__text {
    left: 25px !important;
}
.content-col{
    /* flex: 1; */  /* Equal height columns */
  display: flex;
  flex-direction: column;
}
/* Font Weight */
.fw-100{
    font-weight: 100;
}
.fw-200{
    font-weight: 200;
}
.fw-300{
    font-weight: 300;
}
.fw-400{
    font-weight: 400;
}
.fw-500{
    font-weight: 500;
}
.fw-500{
    font-weight: 500;
}
.fw-600{
    font-weight: 600;
}
.fw-700{
    font-weight: 700;
}
.fw-800{
    font-weight: 800;
}
/* Mobile Media Query */

/* .banner__space {
    padding-top: 500px;
    padding-bottom: 120px; 
}*/

/* For Mobile Devices: Hide Video, Show Image */
@media only screen and (max-width: 768px) {
    .video-desktop {
        display: none;
        justify-items: start;
    }
    .image-mobile {
        display: block;
        background-size: cover;
        background-position: center;
        width: 100%;
        height: 100vh; /* Adjust height as necessary */
    }
    .d_sm_none{
        display: none !important;
    }
    .footer-3__widget.footer-3__widget-item-2 {
        padding-left: 30px;
    }
}
/* Hide content on larger screens */
.banner__item-content {
    display: none;
}
.projects__item {
    max-height: 410px;
}
.projects__item .has--overlay-2 {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(34.49%, rgba(8, 10, 11, 0.1)), to(#080A0B));
    background: linear-gradient(180deg, rgba(8, 10, 11, 0.1) -40.5%, #080A0B 100%);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .footer-3__widget.footer-3__widget-item-2 {
        padding-left: 10px !important;
    }
}
/* Show content on screens smaller than 768px (typical mobile size) */
@media screen and (max-width: 768px) {
    .banner__item-content {
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;
        padding: 14px;
        width: 100%;
        /* height: 100%; */
        background-color: rgba(0, 0, 0, 0.12); /* Optional background for readability */
    }
    #slider-desktop{
        display: block !important;
    }
    #slider-desktop{
        display: none !important;
    }
    .mean-container .mean-nav ul li.active a {
        color: #8054a7 !important;
    }
}

/* Desktop media query */
@media only screen and (min-width: 768px){
    #image-mobile {
        display: none !important;
    }
}
/* Desktop media query */
@media only screen and (min-width: 992px){
    .ml_50{
        margin-left: 50px !important;
    }
    #scroll-percentage {
        display: none;
    }
    .projects__item {
        max-width: 300px !important;
        max-height: 300px !important;
    }
    .projects__text-top h2{
        height: 20px !important;
        opacity: 0 !important;
    }
    .projects__text-bottom {
    bottom: 30px !important;
    left: 20px !important;
    }
    #slider-desktop{
        display: block !important;
    }
    #image-mobile{
        display: none !important;
    }
    .video-title{
        font-size: 50px !important;
        font-weight: 900 !important;
        margin-top: 6rem !important;
        margin-bottom: 3rem !important;
    }
}
@media (min-width: 600px) and (max-width: 1200px) {
    
}
@media (min-width: 1200px) {
    .desktop_nav{
        max-width: 95% !important;
    }
    /* .main-menu-3 ul li > a {
        padding: 29.5px 5px !important;
    } */
}

.sidebar__widget-service a {
   
    border-radius: 5px;
   
}
.sidebar__widget-service a:hover{
    border: 1px solid #982e04;
}

.full-screen-video-section {
    position: relative;
    
}

.video {
    width: 100%;
    height: 100vh; 
    overflow: hidden;
}

.video-slider {
    object-fit: cover; 
    width: 100%;
    height: 100%;
}

.banner__item-contents {
    position: absolute; 
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%); 
    text-align: center; 
    z-index: 2;
    width: 100%;
}

.banner__item-wrappers {
   
    padding: 20px; 
    border-radius: 10px; 
}

.color-white {
    color: white; 
}
.breadcrumb__bg-left {
    background: linear-gradient(0deg, rgb(33 33 33 / 60%), rgb(33 33 33 / 60%)), rgb(33 33 33 / 60%) !important;
}
.bottom-right {
    z-index: 9999;
    position: absolute; 
    bottom: 70px;
    right: 60px;
    margin-left: 0; 
    padding: 0 0 1rem; 
    text-align: right;
}



.full-screen-video-section .video {
    position: relative;
}

.video-overlay {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-color: rgba(0, 0, 0, 0.5) !important; /* Adjust opacity as needed */
    z-index: 1 !important;
}

/* .banner__item-contents, .bottom-right {
    position: relative !important;
    z-index: 2 !important;
} */
