/* Video container and video styling */
.video-background {
    position: relative;
    width: 100%;
    height: 100vh; /* Full viewport height */
    overflow: hidden; /* Prevents the video from overflowing */
}

.video-background video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Centers the video */
    width: 100%; /* Ensures the video fills the width */
    height: 100%; /* Ensures the video fills the height of the container */
    object-fit: cover; /* Makes sure the video covers the entire area */
    z-index: -1; /* Keeps the video behind any content */
}

/* Centering content on top of video */
.video-content {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%); /* Centers content both vertically and horizontally */
    z-index: 1;
    color: white;
    text-align: center;
    padding: 0 20px; /* Added padding for better spacing on smaller screens */
}

/* Text and button styling */
.text-content .subtitle {
    font-size: 18px;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}

.text-content .headline {
    font-size: 50px;
    margin-bottom: 20px;
}

.text-content .description {
    font-size: 18px;
    margin-bottom: 30px;
}

.text-content .btn {
    padding: 12px 25px;
    font-size: 18px;
    background-color: #ff6f61; /* Example button color */
    color: white;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.text-content .btn:hover {
    background-color: #e65a4c;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .text-content .headline {
        font-size: 40px;
    }

    .text-content .description {
        font-size: 16px;
    }

    .text-content .btn {
        padding: 10px 20px;
        font-size: 16px;
    }
}

@media (max-width: 992px) {
    .text-content .headline {
        font-size: 36px;
    }

    .text-content .description {
        font-size: 15px;
    }

    .text-content .btn {
        padding: 10px 18px;
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .video-background {
        height: 50vh; /* Adjust video height on smaller devices */
    }

    .text-content .headline {
        font-size: 30px;
    }

    .text-content .description {
        font-size: 14px;
    }

    .text-content .btn {
        padding: 8px 16px;
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .video-background {
        height: 40vh; /* Adjust video height further for mobile devices */
    }

    .text-content .headline {
        font-size: 24px;
    }

    .text-content .description {
        font-size: 13px;
    }

    .text-content .btn {
        padding: 8px 16px;
        font-size: 14px;
    }
}

@media (max-width: 400px) {
    .video-background {
        height: 35vh; /* Reduce video height further for very small devices */
    }

    .text-content .headline {
        font-size: 22px;
    }

    .text-content .description {
        font-size: 12px;
    }

    .text-content .btn {
        padding: 8px 15px;
        font-size: 13px;
    }
}


.bg-gradient {
    background: linear-gradient(63deg, rgb(143, 199, 74, 0.6) 0%, rgb(12, 104, 177, 0.6) 90%) !important;
}



.bg-ken-states{
   background-image: url(https://kenindia.in/images/bgnumbersnew.jpg);
   background-size:cover
   
}
.bg-ken-states {
     color:#FFF;
}



.bg-ken{

    background-color: #0c68b1;
}
.text-color-ken{

    color: #FFF;
}

.bgcolor-white-ken{

    color: #FFF;
}

.banner-ken{
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}
.custom-margin-ken {
    margin-right: 25px; /* Adjust the value as needed */
   
}






/* Responsive Design */
@media (max-width: 1200px) {
.custom-margin-ken {
    margin-right: 
    0; /* Adjust the value as needed */
   
}


}

@media (max-width: 992px) {
.custom-margin-ken {
    margin-right: 
    0; /* Adjust the value as needed */
   
}

}

@media (max-width: 768px) {
.custom-margin-ken {
    margin-right: 
    0; /* Adjust the value as needed */
   
}

}

@media (max-width: 576px) {
.custom-margin-ken {
    margin-right: 
    0; /* Adjust the value as needed */
   
}

}

@media (max-width: 400px) {
.custom-margin-ken {
    margin-right: 
    0; /* Adjust the value as needed */
   
}

}


 

        .bg-ken-states .section-title h3,h4,
        .bg-ken-states .section-title h2,
        .bg-ken-states .section-title p {
            color: white;
           
        }

.bg-ken-states.style2_ken h3 {
    font-size: 15px;
    font-weight: normal;
    opacity: .8;
}



.flaticon-image-ken {
    width: 50px; /* Set the width to the size you want */
    height: auto; /* Maintain the aspect ratio */
    max-width: 100%; /* Prevent image from exceeding the container width */
}

.custom-hr {
  border: 0;
  height: 2px;
  background: #6c757d;
  margin: 30px 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.top-padding-ken {
    
    padding:12px 0;
}
