.menu-container{
  position: relative;
  width: 120px;
  cursor: pointer;
}

/* Three line icon */
.hamburger span{
  display: block;
  width: 30px;
  height: 4px;
  background: #000;
  margin: 5px 0;
}

/* Click me text */
.click-text{
  font-size: 14px;
  margin-top: 5px;
}

/* Menu */
.menu-box{
  display: none;
  position: absolute;
  top: 60px;
  background: #f2f2f2;
  width: 120px;
  border-radius: 5px;
}

.menu-box a{
  display: block;
  padding: 8px;
  text-decoration: none;
  color: #000;
}

.menu-box a:hover{
  background: #ddd;
}



.google-link{
  display: block;
  padding: 10px;
  background: #4285F4;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  margin: 5px;
}

.google-link:hover{
  background: #3367D6;
}

.upper{
width:100%;
height:50px;
background-color:aqua;
}
.menu{
  width: 10%;
  height:30px;
  background-color: green;
  border-radius: 3px;
  padding: 8px;
}

.cover{
width:98%;
  background-color: #eaf1f1;
padding: 20px;
}
.mySlides {
width:96%;
height:220px;
margin:10px;
border-radius: 8px;

}
.slider{
width:96%;
height:220px;
overflow:hidden;
}


/*  Taluka list  menu   */


.contentttt{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.select{
  width: 30%;
}


select {
    width:90%;
    height:30px;
    margin-right: 20px;
    border-radius:4px;
   -webkit-appearance:none;
   -moz-appearance:none;
   -ms-appearance:none;
   appearance:none;
   border-style: 2px solid;
   border-color: #fff;
   box-shadow: 2px;
   order:0!important;
   background: #9c27b0;
   padding: 0 .5em;
   color:#fff;
   cursor:pointer;
   font-size: 0.8em;
   font-family: 'Open Sans', sans-serif;
}
select::-ms-expand {
   display: none;
}



/*  Video  Sliser   */

body{
    margin:0;
    font-family:Arial;
}

/* Big video player */
#mainVideo {
    width: 100%;
    height: 250px;
    background:#000;
}

/* Gallery row */
.gallery{
    white-space: nowrap;
    overflow-x: auto;
    padding: 10px;
    background:#eee;
}

.thumb{
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
}

.thumb video{
    width: 200px;
    height: 120px;
    object-fit: cover;
    border-radius: 8px;
}

.video-actions{
  display:flex;
  gap:15px;
  margin:10px 0;
}
.video-actions button{
  padding:8px 15px;
  border:none;
  border-radius:5px;
  cursor:pointer;
  background:#f2f2f2;
  font-size:14px;
}
.video-actions button:hover{
  background:#ddd;
}




.comments{
  margin-top:20px;
}
.comments textarea{
  width:100%;
  height:60px;
  padding:8px;
}
.comments button{
  margin-top:5px;
  padding:6px 12px;
}
.comments ul{
  list-style:none;
  padding:0;
}
.comments li{
  background:#f5f5f5;
  margin-top:5px;
  padding:6px;
  border-radius:4px;
}
