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




/*
 *  STYLE 3
 */

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #000000;
    background-color: #F5F5F5;
}

body::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb {
    background-color: #ed1e24;
}


body {
    background: #121212;
    font-family: 'Poppins', sans-serif;
}

header{
    margin-right: 3rem;
    margin-left: 3rem;
}


.navbarSectionMain .navbar-brand img {
    width: 80px;
}

.navbarSectionMain .nav-item a {
    color: #fff;
    font-weight: 500;
    position: relative;
    font-size: 15px;
}
.navbarSectionMain .nav-item a.nav-link.active:after {    
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    background: #ed1e24;
    width: 100%;
    left: 0;
    margin-top: 10px;
  }
.navbarSectionMain .nav-item a:after {    
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: #ed1e24;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
    margin-top: 10px;
  }
 .navbarSectionMain .nav-item  a:hover:after { 
    width: 100%; 
    left: 0; 
  }
.navbarSectionMain .navbar-nav {
    gap: 30px;
}

.navbarSectionMain .navbar-nav .quote-btn {
    background: #fff;
    border-radius: 100px;
    font-weight: 500;
    color: #1f1f1f;
    border: none;
    text-decoration: none;
    padding: 10px 20px;
    font-size: 15px;
}

.navbarSectionMain .navbar-nav .quote-btn:hover {
    background: #ed1e24;
    color: #fff;
    border: none;
}

/* home page section start */
.heroSection {
    margin-top: 80px;
}


.heroSection .textHeadingBanner {
    color: #ed1e24;
    font-family: "Poppins", Sans-serif;
    font-size: 10vw;
    font-weight: 700;
    line-height: 0.9em;
}

.textHeadingSubtext {
    font-size: 25px;
    color: #fff;
    position: relative;
    bottom: -150px;
}


span.typed-cursor {
    display: none;
}

span#headingTextChanger {
    display: block;
    height: 390px;
    color: #fff;
}

.featureSectionMain {
    margin-top: 100px;
}

.feature__left_card h3 {
    color: #fff;
    font-size: 2rem;
    margin-bottom: 2.25rem;
    font-weight: 700;
    display: block;
}

.feature__left_card h3>span {
    font-size: 1.25rem;
    display: block;
    margin-top: 1rem;

}

.feature__left_card p {
    color: #fff;
    margin-bottom: 2.25rem;
    font-size: 1.125rem;
}


.feature__left_card a {
    color: #fff;
    font-size: 1.125rem;
    text-decoration: none;
}


.feature__right_card {
    display: flex;
    justify-content: end;
    align-items: center;
}

.feature__right_card img {
    width: 30vw;
    max-width: 30rem;
    height: 45vw;
    max-height: 30rem;
    transform: scale(1);
}

.feature__second_card img {
    width: 500px;
    height: 400px;
}

.mar-tp {
    margin-top: 6rem;
}

.service_main__title_section h3 {
    color: #fff;
    font-size: 2rem;
    margin-bottom: 2.25rem;
    font-weight: 700;
    display: block;
}

.mt-7 {
    margin-top: 7rem !important;
}

.main__card_cont {
    display: flex;
    gap: 35px;
    justify-content: center;
}

.main__card_cont__subject h5 {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 1rem;
}

.main__card_cont__subject p {
    color: #fff;
    width: 400px;
    min-width: 350px;
    max-width: 400px;
    font-size: 13px;
}

section#service-section {
    background: #ed1e24;
    margin: 0 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    padding-bottom: 100px;
    padding-top: 100px;

}

.main__card_cont .imgcont {

    width: 85px;
    height: 85px;

    background: #fff;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main__card_cont .imgcont img {
    height: 120px;
}

.logo__client_cont {
    display: flex;
    justify-content: center;
    height: 170px;
}

.logo__client_cont img {
    height: 170px;
}

.container_footer_1 h5,
.container_footer_2 h5,
.container_footer_3 h5 {
    color: #ed1e24;
    font-weight: bold;
    font-size: 25px;
}

.container_footer_1 a,
.container_footer_2 a,
.container_footer_3 p {
    color: #fff;
    display: block;
    text-decoration: none;
    color: #fff;
    display: block;
    margin: 15px 0;
    font-size: 17px;
    text-align: center;
}

.container_footer_2 a {
    font-size: 30px;
}

.container_footer_1,
.container_footer_2,
.container_footer_3 {
    margin: 0 55px;
    text-align: center;
}

.social__links {
    justify-content: center;
    gap: 25px;
}
.copyright p {
    color: #fff;
    text-align: center;
}

.copyright p a {
    color: #ed1e24;
    text-decoration: none;
    padding-bottom: 15px;

}

.footer__Section_cont {
    padding-bottom: 40px;
}

hr {

    border-top: 1px solid #595959;

}
.container_footer {
    position: relative;
}
.container_footer:not(:nth-child(1))::before {
    content: '';
    width: 1px;
    height: -webkit-fill-available;
    background: #ed1e24;
    position: absolute;
    left: 0;
}

/* home page section start */

.top__content_banner{
    margin-top: 20px;
    padding: 40px;
}

.top__content_banner .top__left_content h3 {
    font-size: 4rem;
    font-weight: bold;
    text-align: left;
    color: #ed1e24;
}

.top__content_banner .top__left_content h3  span{
    color: #000;
}


.work__card_view {
    position: relative;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    height: 500px;
    overflow: hidden;
}

.work_card__content {
    position: absolute;
    background: #ed1e24;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    -webkit-transition: all 1s cubic-bezier(0.79, 0.33, 0.14, 0.53);
    transition: all 1s cubic-bezier(0.79, 0.33, 0.14, 0.53);
}

.work__card_view:hover > .work_card__content {
    opacity: 1;
    -webkit-transition: all 1s cubic-bezier(0.79, 0.33, 0.14, 0.53);
    transition: all 1s cubic-bezier(0.79, 0.33, 0.14, 0.53); 
    
}
.work__card_view img{
    height: 500px;
    transform: initial;
    transform: initial;
    -webkit-transition: all 1s cubic-bezier(0.79, 0.33, 0.14, 0.53);
    transition: all 1s cubic-bezier(0.79, 0.33, 0.14, 0.53);
}

.work__card_view:hover img{
    transform: scaleX(1.1);
    transform: scaleY(1.1);
    -webkit-transition: all 1s cubic-bezier(0.79, 0.33, 0.14, 0.53);
transition: all 1s cubic-bezier(0.79, 0.33, 0.14, 0.53);
}

.work_card__content h5 {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
}
.work_card__content p {
    color: #ffffff;
    font-size: 20px;
}

.about__container {
    margin-top: 70px;
}

.about__container  .about__desc_box h5 {
    font-size: 2.5rem;
    font-weight: bold;
    text-align: left;
    color: #fff;
}
.about__container  .about__desc_box1 h5 {
    font-size: 2.5rem;
    font-weight: bold;
    text-align: left;
    color: #ed1e24;
}
.about__container  .about__desc_box1 span{
    font-weight: bold;
}
.about__container  .about__desc_box p{
    color: #fff;

}
.about__container  .about__desc_box span {
    font-weight: bold;
}


.about__container  .about__desc_box p{
    text-align: justify;
    font-size: 17px;
}
.contact_section .imgcontainer_about {
    position: relative;
    height: 340px;
    overflow: hidden;
}
.contact_section .imgcontainer_about img{
    width: 100%;
    position: absolute;
    top: -198px;
}

.card__services {
    border: 1px solid #ed1e24;
    border-radius: 10px;
    box-shadow: 9px 8px 0px 0px #ed1e243b;
    position: relative;
    transform: translate(0,0);
    -webkit-transition: all 1s cubic-bezier(0.62, 0.12, 0.23, 0.88);
    transition: all 1s cubic-bezier(0.62, 0.12, 0.23, 0.88);
    cursor: pointer;
    margin: 25px;
    height: 290px;

}

.card__services.cards_1 {
    border: 1px solid rgb(32, 149, 244);
    box-shadow: 9px 8px 0px 0px rgb(32, 149, 244);
    background: rgb(0 141 255 / 12%);
}

.card__services.cards_1 .service__card_img{
    background:  rgb(32, 149, 244);
}

.card__services.cards_1:hover{
    background: rgb(32, 149, 244);
    box-shadow: none;
}

.card__services.default_animation:hover .service__card_subject h5,
.card__services.default_animation:hover .service__card_subject p{
    color: #fff;
}

.card__services.cards_1:hover .service__card_img{
    border: 1px solid rgb(32, 149, 244);
    background: #fff;
}


.card__services.cards_2 {
    border: 1px solid rgb(254, 197, 32 );
    box-shadow: 9px 8px 0px 0px rgb(254, 197, 32 );
    background: rgb(254 197 32 / 12%);
}
.card__services.cards_2 .service__card_img{
    background:  rgb(254, 197, 32 );
}

.card__services.cards_2:hover{
    background: rgb(254, 197, 32 );
    box-shadow: none;
}

.card__services.cards_2:hover .service__card_img{
    border: 1px solid  rgb(254, 197, 32 );
    background: #fff;
}


.card__services.cards_3 {
    border: 1px solid rgb(159, 124, 178);
    box-shadow: 9px 8px 0px 0px rgb(159, 124, 178);
    background: rgb(159 124 178 / 12%);
}
.card__services.cards_3 .service__card_img{
    background:  rgb(159, 124, 178);
}

.card__services.cards_3:hover{
    background: rgb(159, 124, 178);
    box-shadow: none;
}

.card__services.cards_3:hover .service__card_img{
    border: 1px solid  rgb(159, 124, 178);
    background: #fff;
}



.card__services.cards_4 {
    border: 1px solid rgb(225 147 98);
    box-shadow: 9px 8px 0px 0px rgb(225 147 98);
    background: rgb(225 147 98 / 12%)
}
.card__services.cards_4 .service__card_img{
    background:  rgb(225 147 98);
}

.card__services.cards_4:hover{
    background: rgb(225 147 98);
    box-shadow: none;
}

.card__services.cards_4:hover .service__card_img{
    border: 1px solid  rgb(225 147 98);
    background: #fff;
}



.card__services.cards_5 {
    border: 1px solid rgb(136, 57, 85);
    box-shadow: 9px 8px 0px 0px rgb(136, 57, 85);
    background: rgb(136 57 85 / 12%)
}
.card__services.cards_5 .service__card_img{
    background:  rgb(136, 57, 85);
}

.card__services.cards_5:hover{
    background: rgb(136, 57, 85);
    box-shadow: none;
}

.card__services.cards_5:hover .service__card_img{
    border: 1px solid  rgb(136, 57, 85);
    background: #fff;
}

.card__services.cards_6 {
    border: 1px solid rgb(24, 161, 82);
    box-shadow: 9px 8px 0px 0px rgb(24, 161, 82);
    background: rgb(24 161  82 / 12%)
}
.card__services.cards_6 .service__card_img{
    background:  rgb(24, 161, 82);
}

.card__services.cards_6:hover{
    background: rgb(24, 161, 82);
    box-shadow: none;
}

.card__services.cards_6:hover .service__card_img{
    border: 1px solid  rgb(24, 161, 82);
    background: #fff;
}

.service__card_img {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    border-radius: 100px;
    top: -34px;
    left: -5px;
    width: 55px;
    height: 55px;
}
.service__card_img img {
    width: 80px;
    height: 80px;
}
.service__card_subject {
    padding: 30px 20px;
}

.service__card_subject h5{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

.card__services:hover {
    transform: translate(0, -25px);

}


.about__img_section{
    height: 630px;
    overflow: hidden;
    
}
.about__img_section img{
    width: 100%;
    height: 630px;
}

.about__desc_box{
    background: #ed1e24;
    height: 630px;
    width: 100%;
    padding: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;

}
.about__desc_box h5{
    color: #fff;
}
.about__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px;
}

.about__content h3 {
    font-weight: bold;
    font-size: 40px;
    text-align: center;
    margin-bottom: 2rem;
}
.about__content h3  span{
    color: #ed1e24;
}

.about__content h4 {
    font-weight: bold;
    font-size: 25px;
    text-align: center;
}


@media only screen and (max-width: 768px) {
    span#headingTextChanger {
        height: 100px !important;
    }

    .heroSection .textHeadingBanner {

        font-size: 20vw;

    }

    .featureSectionMain {
        margin-top: 200px;
    }

    .feature__right_card img {
        width: 90vw;

        height: 90vw;

    }

    .main__card_cont {
        align-items: center;
        flex-direction: column;
    }

    .main__card_cont__subject p {

        width: auto;
        min-width: auto;
        max-width: inherit;
    }

    .main__card_cont__subject {
        text-align: center;

        margin-bottom: 30px;

    }
    .feature__left_card h3 {
        
        font-size: 2rem;
        
    }
    .service_main__title_section h3 {

        font-size: 2rem;

    }
    button.navbar-toggler{
        border-color: #fff;
        background-color: #fff;
    }
    header {
        margin-right: 10px !important;
        margin-left: 10px !important;
    }
    .container_footer:not(:nth-child(1))::before{
        display: none;
    }
    .container_footer_1, .container_footer_2, .container_footer_3 {
        margin: 25px 25px;
    }
    .client_logo_section .row{
       
            display: grid !important;
            grid-template-columns: 185px 185px;
            grid-template-rows: 100px 100px;
        
    }
    .logo__client_cont img {
        height: 45px;
        width: 110px;
    }
    .work__content_banner {
        
        padding: 20px;
    }
    .work__content_banner .work__content_box img {
        width: 40px;
    }
    .work__content_banner .work__content_box h5 {
        
        font-size: 15px;
       
    }
    .work__right_content {
        margin-top: 30px;
    }
}