@import url('https://fonts.googleapis.com/css2?family=Concert+One&family=Josefin+Slab&family=Lato&family=Poppins&family=Raleway&family=Roboto&family=Taviraj&display=swap');

/*
font-family: 'Concert One', cursive;
font-family: 'Josefin Slab', serif;
font-family: 'Lato', sans-serif;
font-family: 'Poppins', sans-serif;
font-family: 'Raleway', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Taviraj', serif;
*/

.flex_box{
background: #efefef;
    border-radius: 20px;
}

.flex_box .state_name{
    background: #000;
    padding: 0.5rem 0.7rem;
    border-radius: 20px;
width:200px;
color:#fff;
}

.flex_box .marqee p{
padding: 0.5rem 0.7rem;
    border-radius: 20px;
background:#5b5b5b;
color:#fff;
}

.flex_box .marqee p:hover{
background:#000;
}

.sub_header{
    background-color: #000;
    font-family: 'Lato', sans-serif;
    color: #fff;
    font-weight: 500;    
    font-size: 14px;
     position: relative;
    z-index: 1020;
}

.sub_header i{
    color: #8015ef;
    background-color: #fff;
    padding: 0.2rem;
    border-radius: 4px;
    font-size: 14px;
}
/*    newly done    */






.main_header{
    background-color: rgb(91,91,91);
    color: #fff;

    .main_header {
    position: fixed;
    top: 40px; /* height of sub_header */
    left: 0;
    width: 100%;
    z-index: 1030;
    
    
}

}

.header_middle{
    background-color: transparent;
    box-shadow: 0px 0px 10px #302f2d;
}

.navbar-collapse .navbar-nav .nav-item .nav-link{
   color: #fff;
   font-weight: 500;
   padding: 0.4rem 0.8rem;
   margin: 0px 0.4rem;
   transition: all 0.5s;
   font-family: 'Raleway', sans-serif;
   transition: all 0.4s;
   position: relative;
}

.navbar-collapse .navbar-nav .nav-item .nav-link::after{
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0px;
    transition: all 0.4s;
    background-color: #fff;
}

.navbar-collapse .navbar-nav .nav-item .nav-link:hover::after{
    width: 100%;
}
.carousel-item img {
    height: 80px;
    width: auto;
    object-fit: contain;
    margin: auto;
    transition: transform 0.3s ease;
  }
  
  .carousel-item img:hover {
    transform: scale(1.1);
  }
  

/* Banner css */
.banner_box .carousel-inner .carousel-item{
    transition: all 1s;
    position: relative;
    overflow: hidden;
}

.banner_box .carousel-inner .carousel-item img{
    position: absolute;
    top: -100%;
    transition: all 0.2s;
}

.banner_box .carousel-inner .active img{
    position: relative;
    top: 0%;    
    transition: all 0.2s;
}

.banner_box .carousel-inner .bottom img{
    position: absolute;
    bottom: -100%;
    transition: all 0.2s; 
}

.banner_box .carousel-inner .bottom.active img{
    position: relative;
    bottom: 0%;    
    transition: all 0.2s;
}

.banner_box .carousel .fa-solid{
    background-image: linear-gradient(to right, #3d3d3c , #e87e00);
    color: #fff;
    font-size: 20px;
    padding: 0.8rem;
    border-radius: 50%;
    border-bottom: 3px solid #000;
    transition: all 0.3s;
}

.banner_box .carousel .fa-solid:hover{
    transform: translateY(-4px);
}

.banner_box{
    background-image: linear-gradient(to right, #3d3d3c , #e87e00 ,#3d3d3c);
}

/* about_us section */
.about_us .heading_text{
   color: #fff;
   font-weight: bolder;
   text-transform: uppercase;
   font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.about_us{
    background-size: cover;
    background: linear-gradient(35deg, #00000077, #141824),url("../images/background.png");
    background-attachment: fixed;
    background-repeat: no-repeat;
    padding: 3rem 0px;
    color: #fff;
}
.about_slider{
    border-radius: 25px;
    box-shadow: 0px 0px 10px #000;
}

.para{
    text-align: justify;
    font-family: 'Poppins', sans-serif;
}

.read_more{
    background-image: linear-gradient(to right , #4A1086 ,#3d3d3c);
    border: unset;
    color: #fff;
    padding: 0.6rem 1.7rem;
    border-radius: 20px;
    transition: all 0.4s;
text-decoration:none;
}
.read_more:hover{
    background-image: linear-gradient(to right , #3d3d3c ,#4A1086);
    transform: translateY(-8px);
    box-shadow: 0px 0px 15px #302f2d;
color:#fff !important;
}

/* grid_sec */
.grid_sec{
    background-color: #e1eefc;
    color: #000;
    font-weight: 900;
    font-family: sans-serif;
}

/* featur_box css */
.cards_container{
    font-family: sans-serif;
    background-size: cover;
    background: linear-gradient(35deg, #00000077, #141824),url("../images/background.png");
    background-attachment: fixed;
    background-repeat: no-repeat;
    padding: 3rem 0px;
    color: #fff;
}

.card_size{
    width: 30%;
}

@media (max-width:991px) {
    .card_size{
        width: 50% !important;
    }
    
}

@media (max-width:400px) {
    .card_size{
        width: 90% !important;
    }
    .sub_header i{
        font-size: 10px !important;
    }
    .sub_header p{
        font-size: 10px !important;
    }
    
}

#nav_close{
    color: #fff;
}

.active{
    transition: all 0.4s !important;
}

.cards_container .card img{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.cards_container .card{
    background-color: #fff;
    padding: 0px;
    color: #000;border: none;
    border-radius: 30px;
}

.cards_container .card h5{
    color: #fff;
}

.card-footer{
    background-color: #4a1086;
    color: #fff;
    border-radius: 20px !important;
    transition: all 0.3s;
}

.cards_container .card:hover{
    box-shadow: 4px 4px 15px #000;
}

.cards_container .card:hover .card-footer{
    background-color: #000;
}

.cards_container .card:hover .card-title{
    background-color: #000;
}

.card-footer a{
    text-decoration: none;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}

.card-body .card-title{
       background-color: rgb(91,91,91);
    padding: 0.5rem;
    font-weight: 500;
    border-radius: 0px 0px 20px 20px;
    font-size: 17px;
}

.featur_box img{
    transition: all 4s;
}

.featur_box:hover img{
    transform: rotate(360deg);
}

.featur_box{
    font-family: 'Roboto', sans-serif;
    font-weight: bolder;
}
.heading1{
    color: #4A1086;   
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}

.heading{
    font-family:sans-serif;
    color: #fff;
    font-weight: 900;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.heading::after{
    content: "";
    position: absolute;
    left: -50px;
    top: 50%;
    width: 40px;
    height: 8px;
    background-color: #000;    
    border-radius: 20px;
    transform: translateY(-50%);
}

.heading::before{
    content: "";
    position: absolute;
    right: -50px;
    top: 50%;
    width: 40px;
    height: 8px;
    background-color: #000;
    border-radius: 20px;
    transform: translateY(-50%);
}

.heading3{
    font-family:sans-serif;
    color: #9841f4;
    font-weight: 900;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.heading3::after{
    content: "";
    position: absolute;
    left: -50px;
    top: 50%;
    width: 40px;
    height: 8px;
    background-color: #fff;    
    border-radius: 20px;
    transform: translateY(-50%);
}

.heading3::before{
    content: "";
    position: absolute;
    right: -50px;
    top: 50%;
    width: 40px;
    height: 8px;
    background-color: #fff;
    border-radius: 20px;
    transform: translateY(-50%);
}

.heading4{
    font-family:sans-serif;
    color: #141824;
    font-weight: 900;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.heading4::after{
    content: "";
    position: absolute;
    left: -50px;
    top: 50%;
    width: 40px;
    height: 8px;
    background-color: #4A1086;    
    border-radius: 20px;
    transform: translateY(-50%);
}

.heading4::before{
    content: "";
    position: absolute;
    right: -50px;
    top: 50%;
    width: 40px;
    height: 8px;
    background-color: #4A1086;
    border-radius: 20px;
    transform: translateY(-50%);
}

.key_fet_box p{
    background-color: #302f2d;
    color: #fff;
    padding: 0.3rem 2rem;
    border-radius: 20px;
    border:1px solid #4a1086;
    margin: 10px 0.5rem;
}

.key_fet_box p:hover{
    background-color: #4a1086;
}

/* Product Sec */
.img_box{
    overflow: hidden;
    border-radius: 4px;
}

.img_box img{
    transition: all 0.5s;
}

.product_box:hover img{
    transform: scale(1.2);
}

.product_box{
    background-color: #000;
    padding: 1rem;
}

.product_box h5{
    color: #fff;
    margin: 0px;
}

/* appoiment_box sec */
.appoiment_box{
    background-color: #ed1c24;
    font-family: 'Poppins', sans-serif;;
    
}

.appoiment_box h1{
    font-family: 'Raleway', sans-serif;
    font-weight: bolder;
}

.appoiment_box .list{
    list-style-type: none;
}

.appoiment_box .list i{
    color: #302f2d;
}

.btn-one{
    background-color: #302f2d;
    padding: 1rem;
    width: 100%;
    display: flex;
    color: #fff;
    font-family: 'Lato', sans-serif;
    text-decoration: none;
    text-align: center;
    position: relative;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: all 0.4s;
}

.btn-one:hover{
    color: #fff;
}

.btn-one::before{
    content: "";
    height: 100%;
    width: 11px;
    background-color: #302f2d;
    position: absolute;
    top: 0;
    left: -10px;
}

.btn-one::after{
    position: absolute;
    top: -22px;
    left: -10px;
    width: 12px;
    height: 23px;
    content: "";
    background-color: #302f2d;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    z-index: -1;
}

.card_1{
    background-color: #302f2d;
    color: #fff;
}

.card_2{
    background-color:#efefef;
    color: #ed1c24;
}

.card_3{
    background-color: #ed1c24;
    color: #fff;
}

/* Costumer review section */
.testimonial-card.enlarged {
    transform: scale(1.2);
    background-color: #fff8dc; /* Light yellowish (cornsilk) */
    z-index: 1;
  }
  
/* Costumer review section */

/* General heading style */
.heading {
    font-size: 2rem;
    font-weight: bold;
    color: #000;
  }
  
  /* Vendor (Company Logo) Section */
  .company-section {
    background-color: #000;
  }
  
  .vendor-slider {
    white-space: nowrap;
    overflow: hidden;
    position: relative;
  }
  
  .vendor-track {
    display: inline-block;
    animation: scrollLogo 40s linear infinite;
  }
  
  .vendor-logo {
    height: 80px;
    margin: 0 20px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    transition: transform 0.3s ease;
  }
  
  .vendor-logo:hover {
    transform: scale(1.1);
  }
  
  @keyframes scrollLogo {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(-50%);
    }
  }
  
.company-section {
    background-color: #000; /* Black background */
    color: #fff;            /* White text for any content */
}

.company-section .heading {
    color: #fff;            /* White heading */
    font-weight: 700;       /* Bold */
    font-size: 2rem;
}

.company-section img {
    max-height: 500px;
    object-fit: cover;
    border-radius: 10px;
}

.company-section {
    background-color: #000;
}

.company-section .heading {
    color: #fff;
    font-weight: 700;
    font-size: 2rem;
}

.vendor-slider {
    position: relative;
    height: 100px;
}

.vendor-track {
    display: flex;
    width: max-content;
    animation: scroll 40s linear infinite;
}

.vendor-logo {
    height: 80px;
    margin: 0 20px;
    transition: transform 0.3s;
    filter: brightness(100%);
}

.vendor-logo:hover {
    transform: scale(1.1);
}

.vendor-slider:hover .vendor-track {
    animation-play-state: running;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}


.navbar-toggler:focus{
    box-shadow: unset;
}

body{
    overflow-x: hidden;
    width: 100%;
}

html{
    overflow-x: hidden;
    width: 100%;
}

@media (max-width:991px) {
    .navbar-collapse{
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height:100vh;
        background-color: rgba(0, 0, 0, 0.548);
        z-index: 500;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all 0.2s;
    }
    .navbar-collapse .navbar-nav{
        margin: 0px !important;
        position: relative;
        top: 0;
        left: -100%;
        transition: all 0.5s;
        z-index: 600;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 60%;
        height: 100%;
        background-image: linear-gradient(to right , #3d3d3c ,#491086e7);
    }
    .navbar-collapse .navbar-nav .nav-item{
        margin-bottom: 1.8rem;
        text-align: center;
    }
    .navbar-collapse .navbar-nav .nav-item .nav-link{
        color: #fff;
    }
    .navbar-toggler{
        z-index: 501;
    }
    .navwrapper{
        left: 0%;
    }
    .navwrapper .navbar-nav{
        margin: 0px !important;
        position: absolute;
        left: 0%;
    }
}

@media (max-width:400px) {
    .sub_header .col-6 p{
        font-size: 12px;
    }
    .sub_header .col-6 i{
        padding: 0.1rem;
        margin-right: 3px !important;
        font-size: 12px;
    }
    .banner_box{
        padding: 0px !important;
        height: 200px;
    }
    .banner_box .carousel{
        height: 100%;
    }
    .banner_box .carousel .fa-solid{
        padding: 0.3rem;
    }
}

@media (max-width:525px) {
    .apoint_content{
        padding: 15px !important;
    }
}

@media (max-width:575px) {
    .card_2{
        border-top: 3px solid #302f2d;
    }
}
.heading {
    font-weight: 700;  /* Makes text bold */
    color: #000000;    /* Black color */
}

/* Counter sec. */
.counter_grid{
    background-color: #eaf1f9;
}

.product_card{
    background-color: #fff;
    padding: 2rem 1rem;
    border-radius: 4px;
    transition: all 0.4s;     
    border:3px solid #141824;  
    
}

.product_card:hover{
    box-shadow: 0px 0px 15px #565555;
    border:3px solid #fff;
}

.products_sec{
    background-color: #eaf1f9;
}

.background_img{
    background-color: #141824;
}

.light_btn{
    background-color: #fff;
    border: 4px solid #fff;
    padding: 0.5rem 1.5rem;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    transition: all 0.4s;
}

.light_btn:hover{
    background-color: #141824;
    color: #fff;
}

/* footer css */

.footer_cstm_bg{
    background-color: #5b5b5b;
    font-family: 'Poppins', sans-serif;
}

.footer_list{
    list-style-type: none;
}

.cstm_color{
     color: #fff;
    font-family: sans-serif;
    font-weight: bolder;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.footer_list li a{
    color: #fff;
    text-decoration: none;
    line-height: 30px;
    font-size: 15px;
    transition: all 0.4s;
}

.footer_list li a i{
    color: #000;
}

.footer_sub{
    background-color: #000;
}

.footer_about{
    border-left: 3px solid #000;
    border-right: 3px solid #000;
}

.footer_cstm_bg .icons_box i{
    list-style-type: none;
    background: #000;
    color: #fff;
    padding: 0.6rem;
    border-radius: 50%;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
    font-size: 20px;
    transition: all 0.4s;
}

.footer_cstm_bg .icons_box i:hover{
    color: #fff;
    transform: translateY(-5px);
}

.footer_about .content{
   color:#fff !important;
}

.footer_list li a:hover{
    color:#000;
    padding-right: 10px;
}

.usefull li a:hover{
   color:#000;
    padding-left: 10px;
}

.width_define{
    width: 20%;
}

.width_define h5{
    font-family: 'Roboto', sans-serif;
    margin-bottom:0px;
}

/* our product card */

.icon_enployee{
    font-size: 50px;
    color: #4A1086;
}

.small_text{
    color: #4A1086;
}

.icon_const{
    background-color: #000;
}
/* .icon_sum{
    background-color: #bbcbe0;
    border-radius: 50px;
    height: 80px;
    width:85px;
    display: flex;
    justify-content: center;
    align-items: center;
   
} */

/* contact form */
.contact_form .input{
    display: block;
    width: 100%;
    height: calc(2em + 1rem + 2px);
    padding: 8px 25px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    background-color: #4e4e4e;
    background-clip: padding-box;
    border: none;
    border-radius: 2px;
    font-family: 'Open Sans', sans-serif;
    border: 1px solid var(--primary-color);
    border-radius: 6px;
    color: #fff;
}

.contact_form .input::placeholder{
    color: #fff;
}

.contact_details {
    background-color: #302f2d;
    color: #fff;
    padding: 2rem 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 3px;
}


.dynamic-text {
    list-style: none;
    overflow: hidden;
    height: 20px;

  }
  
  .item {
    position: relative;
    top: 0;
    animation: move 10s infinite 1s ease-out;
color: #fff;
    font-size: 15px;
    font-weight: bold;
  }
 .item2 {
    position: relative;
    top: 0;
    animation: move 10s infinite 1s ease-out;
color: #fff;
    font-size: 15px;
    font-weight: bold;
  }
  .modal-s h4{
    font-size: 19px;
    font-weight: bold;
    line-height: 28px;
    color: #4e4c4c;
    text-transform: uppercase;
  }
.text-Box{
position:relative;}
  @keyframes move {
    0% {
      top: 0px;
    }
    20% {
      top: -50px;
    }
    40% {
      top: -96px;
    }
    80% {
      top: -196px;
    }
    60% {
      top: -146px;
    }
  }
