.video-gallery-container-k {
  display: flex;
}
.video-list-k, .video-list-t {
  width: 100%;
  overflow-y: scroll;
  /* max-height: 600px; /* adjust as needed */ 
}
.video-item-k, .video-item-t {
  padding: 10px;
  cursor: pointer;
}
/* .video-item-k:hover { */
	/* background-color: #f0f0f0; */
/* } */
.video-player {
  width: 70%;
  padding: 10px;
}

/* .video-thumbnail-k img { */
    /* height: 240px; */
    /* width: 100%; */
/* } */

 .loader {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    z-index: 9999;
  }

  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

  .video-gallery-container-k {
	filter: blur(50px);
  }
  

  .video-list-k, .video-list-t {
    /* max-height: 80vh; /* Set a max height for the scrollable list */ 
    overflow-y: auto; /* Enable vertical scrolling */
    padding-right: 10px; /* Space for scrollbar */
	overflow: unset;
  }

  .video-item-k, .video-item-t {
    display: flex; /* Use flexbox for thumbnail and title alignment */
    align-items: center;
    margin-bottom: 10px;
    cursor: pointer;
  }

  /* .video-thumbnail-k img { */
    /* width: 80px; /* Set the width for the thumbnail */ */
    /* height: auto; */
    /* margin-right: 10px; /* Space between thumbnail and title */ */
  /* } */
  
  @media (min-width:1366px) and (max-width:1440px) {
	 .orgenic-right-text .media-body.media-body1{
	left: 66% !important;
    width: 70% !important;
  }
  .testimonial2-item {
    min-height: 246px!important;
}
  .testimonial2 .img-fluid {
    height: 100%;
}
.testimonial2 .details h3{
	font-size: 14px;
}
}
  
  #testimonial2 {
    background-color: green;
    padding: 2%;
    background-image: url(../img/organic_farm.jpg);
}
#testimonial2{
	background-color: green;
	padding: 2%;
	background-image: url(../img/organic_farm.jpg);
}
#testimonial2 a{
	text-decoration: none;
}

.testimonial2-header {
    text-align: center;
    padding: 0;
}
.testimonial2-header h2 {
    font-size: 40px;
    font-weight: 300;
    margin-bottom: 20px;
    color: #124a83;
}
.testimonial2 .img {
    border-radius: 10px;
    overflow: hidden;
}
.testimonial2 .details {
    padding: 1px 7px;
    /* margin: 2px 30px 0 30px; */
    transition: all ease-in-out 0.3s;
    background: var(--color-white);
    position: relative;
    background: rgba(var(--color-white-rgb), 0.9);
    text-align: center;
    border-radius: 8px;
    /* box-shadow: 0px 0 25px rgba(var(--color-black-rgb), 0.1); */
}
.testimonial2 .details h4 {
    margin: 5px 0 5px 0;
	font-size: 18px;
    transition: ease-in-out 0.3s;
}

.testimonial2 .details h3 {
    color: var(--color-default);
    font-weight: 500!important;
    margin: 5px 0 5px 0;
    font-size: 16px;
    transition: ease-in-out 0.3s;
}
.testimonial2 .img-fluid {
    max-width: 100%;
    height: 100%;
}
.testimonial2-item{
	background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 16px 8px 0px #00000045;
    border: 1px solid #FFF;
	min-height: 270px;
	min-width: 100%;
}
.testimonial2-item.innerpage {
    box-shadow: none;
    border-radius: 5px;
    border: 2px solid #d7d6d6;
}
.testimonial2-item:hover {
    box-shadow: 0px 10px #CCC;
    background-color: #ffffde;
}
section.testimonial2.pt-1 ul.nav.nav-tabs {
	border: none;
}
section.testimonial2 .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
		background: #124a83 !important;
	color: #fff;
	font-weight: 600;
}
section.testimonial2 .nav-tabs.nav-tabs .nav-link {
	background: #fff;
	border: none;
}

  .video-details h3 {
    margin: 0;
    font-size: 14px;
  }

  .video-player {
    margin-top: 20px;
  }

  .custom-view-title{
	font-size: 22px;
    font-weight: 600;
    color: #0089a5;
    position: relative;
    margin-bottom: 2%;
  }
  
  .custom-view-title::before {
    position: absolute;
    bottom: 0;
    left: 0px;
    width: 100px;
    height: 3px;
    content: "";
    background: #a59100;
	}
	
	.video-thumbnail-k, .video-thumbnail-t {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* Aspect ratio for 16:9 videos */
  overflow: hidden;
}

.video-thumbnail-k img, 
.video-thumbnail-k iframe,
.video-thumbnail-t img, 
.video-thumbnail-t iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.videothumb {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 8px;
    background-color: white;
    text-align: center;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 30px;
}
.videothumb .video-details h5 {
    text-align: center;
    margin: 15px 0px;
}

.videothumb:hover {
    background-color: #f0f0f0;
}


@media only screen and (max-width:1366px) {
	.videothumb {
    height: 310px;
}
}