@import url('https://fonts.googleapis.com/css2?family=Red+Rose:wght@300..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

:root{
    --black:#000;
    --white:#fff;
    --main-color: #ED2228;

}

*{
    font-family: "Roboto", sans-serif;
    margin: 0;padding: 0;
    box-sizing: border-box;
    outline: none; border: none;
    text-decoration: none !important;
}

/* *::selection{
    color: var(--bgcolor);
} */
*::-webkit-scrollbar{
    height: .5rem;
    width: .5rem;
}

*::-webkit-scrollbar-track{
    background-color: transparent;
}

*::-webkit-scrollbar-thumb{
    background-color: #000;
    border-radius: 5rem;
}

html{
    font-size: 15px;
    overflow-x: hidden;
    scroll-behavior: smooth;
    scroll-padding-top: 2rem;
}
ul, li{
    list-style: none;
    padding: 0;
}

body{
    border: 0;
}

.a-btn{
    border: 1px solid var(--main-color);
    padding: 1rem 1.5rem;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    transition: all 300ms ease-in-out;
    background-color: #fff;
    text-transform: uppercase;
    display: inline-block;
}
.a-btn:hover{
    color: #fff;
    background-color: #000;
    letter-spacing: 1px;
}

.transition {
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}



figure{
    width: 100%;
    margin: 0;
    padding: 0;
    object-fit: cover;
    overflow: hidden;
}
figure img{
    -webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
    width: 100%;
}
figure:hover img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}


.over-content{
    position: relative;
    z-index: 999;
    background-color: #fff;
    margin-bottom: 440px;
}


.swiper {
    width: 100%;
    height: 100%;
    overflow: visible;
    padding: 5rem 0 3rem;
}

.swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-pagination{
    bottom: -30px !important;
}



.main-head{
    color: var(--main-color);
    font-size: 36px;
    font-weight: 400;
}


.nav-up {
    top: -120px;
}
header{
    /* background-color: #A6A6A6; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 0 5rem;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999;
}
/* #menu-btn{
    display: inline-block;
} */
header .menu{
    position: absolute;
    top:0; 
    right:-100%;
    z-index: 9999;
    background: var(--main-color);
    width: 30rem;
    min-height: 100vh;
    transition: all 0.50s 0s ease-out;
}

header .menu.active{
    right: 0%;
    top:0;
    z-index: 777;
    transition: all 0.50s 0s ease-out;
}
header nav.menu ul{
    display: block;
    font-size: 30px;
    padding: 3rem 0;
    list-style: none;
    text-align: center;
    margin-top: 6rem;
}
header nav.menu ul a{
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 500;
    padding: 1rem;
    display: block;
}
.menu-btn{
    display: grid;
    gap: 0.5rem;
    position: relative;
    z-index: 9999999;
}
.menu-btn span{
    background-color: #fff;
    border-radius: 50px;
    width: 38px;
    padding: 2px;
    display: block;
    transition: all 0.50s 0s ease-out;
    border: 1px solid #fff;
}
.menu-btn span:first-child{
    width: 22px;
    margin-left: auto;
}
.menu-btn span:last-child{
    width: 22px;
    margin-right: auto;
}
.menu-btn:hover span{
    width: 38px;
}
.darkHeader .menu-btn span{
    background-color: #8a1538;
    background-color: var(--main-color);
}

.res-media{
    gap: 1.5rem;
}
.res-media a{
    color: #fff;
    font-size: 26px;
}




/* slider css */
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #444;
    display: flex;
}











/* -------- home start --------- */




.sc-down{
    position: absolute;
    bottom: 40px;
    z-index: 99;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
}
.sc-down:hover{
    bottom: 45px;
}
.home{
    min-height: 100vh;
}

.video-background-holder {
    position: absolute;
    inset: 0;
    min-width: 100%;
    height: 100vh;
    overflow: hidden;
    width: auto;
    height: auto;
    z-index: -100; /* Puts the video behind all other content */
    background-size: cover;
}
.video-background-holder video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-content{
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(rgba(250, 250, 250, 0.089), rgba(0, 0, 0, 0.6));
}
.home-content img{
    display: block;
    max-width: 800px;
    width: 100%;
}
.home h1{
    color: #fff;
    font-size: 180px;
    text-transform: uppercase;
    font-weight: 700;
}
.home span{
    font-family: "Red Rose", serif;
    font-size: 30px;
    font-weight: 600;
    text-transform: capitalize;
    color: #fff;
}
.sec-two{
    padding: 6rem;
    border-bottom: 1px solid #B1B1B1;
}
.sec-two .content h4{
    max-width: 1020px;
    margin: 0 auto;
    color: var(--main-color);
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
    text-align: justify;
    padding-bottom: 5rem;
}
.sec-two .content h5{
    color: #272727;
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 1rem;
}
.sec-two .content p{
    font-size: 24px;
    line-height: 36px;
    color: #A6A6A6;
}
.sec-two .content .a-btn{
    margin-top: 4rem;
    display: inline-block;
}




.home-sec-three{
    padding: 6rem 0;
}
.home-sec-three .solutions-img{
    padding-top:5rem;
}
.home-sec-three .solutions-img figure{
    width: 100%;
    margin-bottom: 1.3rem;
}



.home-sec-four{
    padding: 0rem 0 6rem;
}
.home-sec-four .title{
    font-size: 24px;
    color: #9E9E9E;
}
.home-sec-four .icon-list{
    padding-top: 5rem;
}
.home-sec-four .icon-list .box{
    text-align: center;
    padding: 0 0.5rem 2rem;
}
.home-sec-four .icon-list .box h4{
    font-size: 24px;
    font-weight: 500;
    padding: 1rem 0;
    margin: 0;
}
.home-sec-four .icon-list .box p{
    color: #A6A6A6;
    font-size: 18px;
}




.home-sec-five{
    padding: 6rem 0 3rem;
    background: #F5F5F7;
}
.home-sec-five .title{
    font-size: 24px;
    color: #9E9E9E;
    padding-top: 3rem;
}
.project-box{
    padding-top: 6rem;
}
.project-box .box{
    padding-right: 5rem;
    position: relative;
    margin-bottom: 5rem;
}
.project-box .box .content-box{
    position: absolute;
    right: 0;
    bottom: 30px;
    background-color: var(--main-color);
    padding: 5rem;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}
.project-box .box:hover .content-box{
    background-color: #fff;
    right: 40px;
}
.project-box .box .content-box h3{
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}
.project-box .box:hover .content-box h3{
    color: #000;
}
.project-box .box .content-box span{
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #D5D4D4;
    padding-bottom: 3rem;
}
.project-box .box .content-box .icon-btn{
    display: inline-block;
    width: 39px;
    height: 39px;
    border: 3px solid #fff;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}
.project-box .box:hover .content-box .icon-btn{
    color: #000;
    border-color: #000;
}
.project-box .box:hover figure img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.project-box .box.m-right{
    margin-right: 2.5rem;
}
.project-box .box.m-left{
    margin-left: 2.5rem;
}


.home-sec-six{
    padding: 6rem 0;
}
.counter-section {
    text-align: center;
}
.counter-section h2 {
    margin-bottom: 40px;
    font-size: 2.5em;
}

.counter-block {
    display: flex;
    align-items: center;
    justify-content: center;
}

.counter, .counter-block span {
    font-size: 80px;
    font-weight: bold;
    color: #0C0202;
}
.counter-label {
    font-size: 26px;
    color: var(--main-color);
}




.home-sec-client{
    padding: 6rem 0;
    min-height: 100vh;
    background: var(--main-color);
    display: flex;
    align-items: center;
}

.home-sec-client h2{
    font-size: 36px;
    color: #fff;
    max-width: 400px;
    font-weight: 400;
}
.home-sec-client .img-box{
    padding: 3rem;
    text-align: center;
    border: 1px solid #fff;
}
.home-sec-client .col-lg-6 div:last-child{
    border-top: none;
}
.home-sec-client .img-box h3{
    font-size: 20px;
    color: #fff;
    font-weight: 400;
}



.home-sec-eight{
    padding: 6rem 0;
}
.home-sec-eight .title{
    font-size: 24px;
    line-height: 36px;
    color: #A6A6A6;
    font-weight: 400;
    padding-bottom: 5rem;
    text-align: justify;
    max-width: 1050px;
    margin: 0 auto;
}
.home-sec-eight .box{
    background-color: var(--main-color);
    padding: 4rem 2rem ;
}
.home-sec-eight .box .counter-label{
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}
.home-sec-eight .box .counter, .home-sec-eight .box .counter-block span {
    font-size: 60px;
    font-weight: 700;
    color: #fff;
}



.swiper {
    width: 100%;
    height: 100%;
    overflow: visible;
    padding: 5rem 0 3rem;
}

.swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-pagination{
    bottom: -30px !important;
}


.home-tesimonial{
    background-color: #F5F5F7;
    padding: 6rem 0;
    overflow: hidden;
}
.home-tesimonial .main-head{
    width: 340px;
}
.side-box{
    padding: 1rem 1.5rem;
    background-color: #fff;
    text-align: left;
}
.side-box img{
    padding: 1rem 0;
}
.side-box p{
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #A6A6A6;
    min-height: 245px;
}
.side-box  .author{
    color: #ED2228;
    padding: 1rem 0;
}
.swiper-pagination-bullet{
    background: #27272733;
    border-radius: 0px;
    width: 18px;
    height: 18px;
    opacity: 1;
}
.swiper-pagination-bullet-active{
    background-color: #272727;
}

.home-map iframe{
    width: 100%;
    height: 459px;
    border:0; 
    filter: grayscale(100%);
    margin-bottom: -10px;
}


footer{
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #000;
    padding: 6rem 0 1rem;
    color: #FFFFFFB2;
}
footer .flex-box{
    display: flex;
    gap: 1rem;
}
footer .flex-box p{
    color: #FFFFFFB2;
    padding-top: 1rem;
    max-width: 444px;
    font-size: 18px;
    font-weight: 300;
}
footer .flex-box p span, .f-active{
    color: var(--main-color);
    text-decoration: none;
}
footer ul{
    list-style: none;
}
footer ul li{
    padding-bottom: 1.2rem;
    color: #fff ;
}
footer ul li a{
    text-decoration: none;
    font-size: 18px;
    color: #fff ;
    font-weight: 300;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}
footer ul li a:hover{
    color: var(--main-color);
}
.copyright{
    border-top: 1px solid var(--main-color);
    padding: 1rem 1rem 0;
    margin-top: 3rem;
    color: #FFFFFFB2;
    font-size: 18px;
    font-weight: 400;
}
.copyright .box-flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.copyright .box-flex a{
    text-decoration: none;
    color: #FFFFFFB2;
    font-size: 18px;
    font-weight: 400;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}
.copyright .box-flex a:hover{
    color: var(--main-color);
}



/* -------- home end--------- */








/* -------- services-start --------- */

.tab-content {
    display: none;
}
.tab-content.active {
    display: block;
}

.item-1{
    background: linear-gradient(rgba(39, 39, 39, 0.1), rgba(39, 39, 39, 1)), url(../assets/img/services/banner-img-1.jpg);
    background-position: center center;
    background-size: cover;
    min-height: 660px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.item-2{
    background: linear-gradient(rgba(39, 39, 39, 0.1), rgba(39, 39, 39, 1)), url(../assets/img/services/banner-img-2.jpg);
    background-position: center center;
    background-size: cover;
    min-height: 660px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.item-3{
    background: linear-gradient(rgba(39, 39, 39, 0.1), rgba(39, 39, 39, 1)), url(../assets/img/services/banner-img-3.jpg);
    background-position: center center;
    background-size: cover;
    min-height: 660px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.item-4{
    background: linear-gradient(rgba(39, 39, 39, 0.1), rgba(39, 39, 39, 1)), url(../assets/img/services/banner-img-4.jpg);
    background-position: center center;
    background-size: cover;
    min-height: 660px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.item-5{
    background: linear-gradient(rgba(39, 39, 39, 0.1), rgba(39, 39, 39, 1)), url(../assets/img/services/banner-img-5.jpg);
    background-position: center center;
    background-size: cover;
    min-height: 660px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.item-6{
    background: linear-gradient(rgba(39, 39, 39, 0.1), rgba(39, 39, 39, 1)), url(../assets/img/services/banner-img-6.jpg);
    background-position: center center;
    background-size: cover;
    min-height: 660px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.item-7{
    background: linear-gradient(rgba(39, 39, 39, 0.1), rgba(39, 39, 39, 1)), url(../assets/img/services/banner-img-7.jpg);
    background-position: center center;
    background-size: cover;
    min-height: 660px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.item-8{
    background: linear-gradient(rgba(39, 39, 39, 0.1), rgba(39, 39, 39, 1)), url(../assets/img/services/banner-img-8.jpg);
    background-position: center center;
    background-size: cover;
    min-height: 660px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.item-9{
    background: linear-gradient(rgba(39, 39, 39, 0.1), rgba(39, 39, 39, 1)), url(../assets/img/services/banner-img-9.jpg);
    background-position: center center;
    background-size: cover;
    min-height: 660px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.tab-content h1{
    font-size: 36px;
    font-weight: 400;
    text-transform: capitalize;
}
.tab-content span{
    font-size: 24px;
}
.ser-gallery .ser-vedio{
    position: absolute;
    inset: 0;
    min-width: 100%;
    height: 100vh;
    overflow: hidden;
    width: auto;
    height: auto;
    z-index: -100;
    background-size: cover;
}
.ser-gallery video{
    width: 100%;
    height: 100%;
    min-height: 300px;
    object-fit: cover;
}
.ser-gallery iframe{
    width: 100%;
    min-height: 300px;
}
.tv-systems img{
    width: 100%;
    height: 100%;
    min-height: 300px;
    object-fit: cover;
}
.tv-systems video{
    width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
}


.ser-list{
    padding: 0 0 8rem;
    border-bottom: 1px solid #B1B1B1;
}






.tabs-container {
    /* width: 500px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */
    overflow: hidden;
}

.tab-buttons {
    display: flex;
    gap: 1rem;
    text-align: center;
}

.tab-button {
    flex-grow: 1;
    padding: 15px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    color: #555;
    transition: background-color 0.3s, color 0.3s;
    border-bottom: 3px solid transparent;
    border: 1px solid var(--main-color);
    text-transform: capitalize;
}

.tab-button:hover {
    background-color: var(--main-color);
    color: #fff;
}

.tab-button.active {
    color: #fff;
    border-bottom-color: #fff;
    background-color: var(--main-color);
}

.tab-buttons {
    padding: 5rem 0;
}

/* Hide all content panels by default */
.content-panel {
    display: none;
}

/* Show only the active content panel */
.content-panel.active {
    display: block;
}

.tab-content .title{
    color: #A6A6A6;
    font-size: 24px;
    font-weight: 400;
}
.tab-content ul{
    padding-top: 1.5rem;
    /* max-width: 500px; */
}
.tab-content ul li{
    font-size: 20px;
    font-weight: 500;
    line-height: 40px;
    color: #272727;
    display: flex;
    gap: 1rem;
    align-items: baseline;
    margin-bottom: 1.2rem;
}
.tab-content li img{
    width: 20px;
}
.tab-content .a-btn{
    margin-top: 2rem;
}
.tab-content .ser-gallery{
    padding-top: 6rem;
}
.tab-content .tv-list{
    padding-top: 0;
}
.tab-content .tv-list li{
    font-size: 18px;    
    line-height: normal;
    font-weight: 400;
}
.tab-content .tv-head-1{
    font-size: 24px;
    padding: 2rem 0 1rem;
    margin: 0;
}
.tab-content .tv-head-2{
    font-size: 22px;
    padding: 1rem 0;
    margin: 0;
}
.tab-content .tv-list li img{
    width: 18px;
}
.tab-content .line{
    width: 100%;
    height: 1px;
    background-color: #212529;
    display: block;
    margin: 2rem 0;
    opacity: 0.3;
}
.tab-content .sub-title{
    font-size: 18px;    
    font-weight: 400;
}
.tab-content ul li .sub-title{
    line-height: 24px;
}




/* -------- services-end --------- */
 



/* -------- contact-start --------- */





.inner-header{
    background: linear-gradient(rgba(39, 39, 39, 0.1), rgba(39, 39, 39, 1)), url(../assets/img/inner-header.png);
    background-position: center center;
    background-size: cover;
    min-height: 660px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.contact{
    padding: 7rem 0;
}
.contact .title{
    font-size: 24px;
    font-weight: 400;
    color: #A6A6A6;
}
.con-sec-two{
    padding-top: 5rem;
}
.con-sec-two .box{
    background-color: #F5F5F7;
    padding: 1.5rem;
    min-height: 670px;
}
.con-sec-two .box h3{
    font-size: 24px;
    font-weight: 500;
    color: #272727;
    padding-bottom: 2rem;
    margin-bottom: 3rem;
    border-bottom: 1px solid #b3b3b3;
}
.con-sec-two .box form label{
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #272727;
    padding-bottom: 0.5rem;
}
.con-sec-two .box form input, form textarea{
    padding: 1rem;
    display: block;
    width: 100%;
    margin-bottom: 2rem;
    border: 1px solid #b3b3b3;
}
.con-sec-two .box p{
    color: #A6A6A6;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}
.con-sec-two .box .item{
    padding: 2rem 0 1rem;
}
.con-sec-two .box .item img{
    margin-bottom: 0.8rem;
}
.con-sec-two .box .item h4{
    color: #272727;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
}
.con-sec-two .box .item .c-link{
    color: #898989;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
}




/* -------- contact-end --------- */





/* -------- about-start --------- */


.sec-about-1{
    padding: 7rem 0;
}
.sec-about-1 h3{
    padding-top: 2rem;
    color: #000;
    font-size: 36px;
    font-weight: 400;
    text-transform: capitalize;
}
.sec-about-1 p{
    padding-top: 1rem;
    color: #A6A6A6;
    font-size: 24px;
    font-weight: 400;
}
.sec-about-2{
    padding-bottom: 7rem;
}
.sec-about-2 .box{
    background-color: #F5F5F7;
}
.sec-about-2 img{
    width: 100%;
    height: 268px;
    object-fit: cover;
}
.sec-about-2 .content-box{
    padding: 1.5rem;
    margin-bottom: 2rem;
}
.sec-about-2 .content-box h3{
    color: #000;
    font-size: 24px;
    font-weight: 400;
}
.sec-about-2 .content-box p{
    color: #A6A6A6;
    font-size: 18px;
    font-weight: 400;
    min-height: 165px;
}
.sec-about-2.home-tesimonial .box{
    background-color: #fff;
}
.sec-about-2 .box a{
    color: var(--main-color);
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
    text-transform: capitalize;
    font-size: 16px;
}
.sec-about-2 .box a:hover{
    color: #000;
}
.sec-about-2.home-tesimonial .content-box p{
    color: #A6A6A6;
    font-size: 18px;
    font-weight: 400;
    min-height: 115px;
}


/* -------- about-start --------- */