
.ytvideo-container {
    position: relative;
    width: 80%;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    height: 0;
}

.ytvideo-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.collapsible {
  background-color: #005c03;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  margin-bottom:4px;
  opacity:0.7;
}

.active, .collapsible:hover {
  background-color: #005c03;
}

.collcontent {
  padding: 0 18px;
  display: block;
  overflow: hidden;
  
}

im3 span { 
   color: white; 
   font: bold 18px/45px Helvetica, Sans-Serif; 
   letter-spacing: -1px;  
   background: rgb(0, 0, 0); /* fallback color */
   background: rgba(0, 0, 0, 0.7);
   padding: 10px; 
   position:relative; top:50px; left:5px;
}

im4 span { 
   color: white; 
   font: bold 13px/45px Helvetica, Sans-Serif; 
   letter-spacing: -1px;  
   background: rgb(0, 0, 0); /* fallback color */
   background: rgba(0, 0, 0, 0.7);
   padding: 10px; 
   position:relative; top:50px; left:5px;
}

.image3 { 
  position: 0px; 
  top:0px; 
}

.image4 { 
   position:relative; 
   top:48px; 
   left:5px;

}


* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial;
  background-color: #111;
}

.header {
  text-align: center;
  padding: 2px;
}

.rajdhani-regular {
  font-family: "Rajdhani", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.row {
  
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 3px;
}

/* Create six equal columns that sits next to each other */
.column6 {
  -ms-flex: 16.3%; /* IE10 */
  flex: 16.3%;
  max-width: 16.3%;
  padding: 0 3px;
}

.column6 img {
  margin-top: 4px;
  vertical-align: middle;
  width: 100%;
}

.column4 {
  -ms-flex: 24.3%; /* IE10 */
  flex: 24.3%;
  max-width: 24.3%;
  padding: 0 3px;
}

.column4 img {
  margin-top: 4px;
  vertical-align: middle;
  width: 100%;
}

.column5 {
  -ms-flex: 19.6%; /* IE10 */
  flex: 19.6%;
  max-width: 19.6%;
  padding: 0 3px;
}

.column5 img {
  margin-top: 4px;
  vertical-align: middle;
  width: 100%;
}


.columnsides {
  -ms-flex: 2%; /* IE10 */
  flex: 2%;
  max-width: 1.1%;
  padding: 0 0px;
}





.vcontainer {
    position: relative;
    width: 100%;
    min-height: 0px;
    padding-bottom: 56.25%;
   
}
.video {
    position: absolute;
    margin: 0 auto;
    display:block;

    width: 100%;
    height: 100%;
}

.image-galleryv {
  display: flex;
  list-style-type: none;
  flex-wrap: wrap;
  gap: 7px;
}

.image-galleryv > li {
  height: 200px;
   flex-grow: 1;
   flex: 1 1 auto;
  cursor: pointer;
  position: relative;
}

.image-galleryv li img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  border-radius: 8px;
}

.image-galleryv::after {
  content: "";
  flex-grow: 999;
}

.image-gallery {
  display: flex;
  list-style-type: none;
  flex-wrap: wrap;
  gap: 7px;
}

.image-gallery > li {
  height: 200px;
   flex-grow: 1;
  list-style-type: none;
   flex: 1 1 auto;
  cursor: pointer;
  position: relative;
}

.image-gallery li img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  border-radius: 8px;
}

.image-gallery::after {
  content: "";
  flex-grow: 999;
}

.gcontainer {
	padding:7px;
	
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(57, 57, 57, 0.502);
  top: 0;
  left: 0;
  transform: scale(0);
  transition: all 0.0s 0.0s ease-in-out;
  color: #fff;
  border-radius: 5px;
  /* center overlay text */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align:center;
}

/* hover */
.image-gallery li:hover .overlay {
  transform: scale(1);
  border:4px solid #666;
}

@media (max-width:300px) {
	.image-gallery > li {
		 height: 60px;
	}

}

@media (max-width:500px) {
	.image-gallery > li {
		 height: 90px;
	}

}
@media (max-width:600px) {
	.image-gallery > li {
		 height: 100px;
	}

}

@media (max-width:700px) {
	.image-gallery > li {
		 height: 110px;
	}

}

@media (max-width:1000px) {
	.image-gallery > li {
		 height: 120px;
	}

}

@media (max-width:1500px) {
	.image-gallery > li {
		 height: 140px;
	}

}



@media (max-width:300px) {
	.image-galleryv > li {
		  width: 85px;
	}

}

@media (max-width:500px) {
	.image-galleryv > li {
		 width: 85px;
	}

}
@media (max-width:600px) {
	.image-galleryv > li {
		  width: 85px;
	}

}

@media (max-width:700px) {
	.image-galleryv > li {
		 height: 100px;
	}

}

@media (max-width:1000px) {
	.image-galleryv > li {
		 height: 100px;
	}

}

@media (max-width:1500px) {
	.image-galleryv > li {
		 height: 110px;
	}

}


.ccontainer {
	padding:7px;
	align-items: center;
}

.coll-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  
}

.coll-gallery > li {
  height: 200px;
  flex-grow: 1;
  flex: 1 1 auto;
  cursor: pointer;
  position: relative;
}

.coll-gallery li img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  border-radius:4px;
}

.coll-gallery::after {
  content: "";
  flex-grow: 999;
}

.overlaycoll {
  position: absolute;
  width: 100%;
  height: 100%;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-shadow: 1px 1px #000;
  
  top: 0;  left: 0;
  transform: scale(1);
  transition: all 0.0s 0.0s ease-in-out;
  color: #fff;
  border-radius: 5px;
  
  /* center overlay text */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align:center;
  font-size:1.7em;
}

.overlaycolldesc {
  position: absolute;
  width: 100%;
  height: 100%;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-shadow: 1px 1px #000;
  
  top: 20px;  left: 0;
  transform: scale(1);
  transition: all 0.0s 0.0s ease-in-out;
  color: #fff;
  border-radius: 5px;
  
  /* center overlay text */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align:center;
  font-size:1.2em;
}

/* hover */
.coll-gallery li:hover .overlaycoll {
  transform: scale(1);
  border:2px solid #666;
  background: rgba(57, 57, 57, 0.702);
}

@media (max-width:300px) {
	.coll-gallery > li {
		 height: 90px;
		 width:300px;
	}

}

@media (max-width:500px) {
	.coll-gallery > li {
		 height: 90px;
		 width:300px;
	}
}
@media (max-width:600px) {
	.coll-gallery > li {
		 height: 130px;
		 width:300px;
	}
}

@media (max-width:700px) {
	.coll-gallery > li {
		 height: 130px;
		 width:300px;
	}
}

@media (max-width:1000px) {
	.coll-gallery > li {
		 height: 150px;
		 width:300px;
	}
}

@media (max-width:1500px) {
	.coll-gallery > li {
		 height: 170px;
		 width:400px;
	}
}

@media (max-width:3000px) {
	.coll-gallery > li {
		 height: 170px;
		 width:400px;
	}
}