* {
  box-sizing: border-box;
}

img {
  vertical-align: middle;
}

/* Position the image container (needed to position the left and right arrows) */
/* .gallery-image-container {
  position: relative;
  border: solid red;
} */
.gallery-image-inner-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.gallery-image-inner-inner-container {
  width: 70%;
}
/* Hide the images by default */
.mySlides {
  display: none;
  border-radius: 20px;
  width: 100%;
  margin: 10px auto;

}
.mySlides img {
  border-radius: 20px;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  /* position: absolute;
  top: 40%; */
  width: auto;
  padding: 10px;
  /* margin-top: -50px; */
  color: #000;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 10px 10px 0;
  user-select: none;
  -webkit-user-select: none;

  background-color: rgba(203, 203, 203, 0.4);
}
.prev {
  /* left: 165px; */
  border-radius: 10px 0 0 10px;
}
.next {
  /* right: 165px; */
  border-radius: 0 10px 10px 0;
}
/* Position the "next button" to the right */
/* .next {
  right: 0;
  border-radius: 3px 0 0 3px;
} */

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(133, 133, 133, 0.8);
  color: #fff;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #000;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

/* .row:after {
  content: "";
  display: table;
  clear: both;
} */
.row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
 /* align-items: center;*/

  flex-wrap: wrap;
}

/* Six columns side by side */
.column {
  /* float: left; */
  width: 7%;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

@media (max-width:768px) {
.gallery-image-inner-inner-container {
  width: 100%;
}
.prev, .next {
  padding: 5px;
}
.row {
  justify-content: center;
  align-items: center;
}
.column {
  width: 14%;
  margin: 4px;
}
}
#name
{
    font-size: 15px;
    font-family: monospace;
    font-weight: bolder;
    font-variant: small-caps;
    color: rgb(255, 255, 255);
    text-shadow: 7px 0.5px 2px rgb(0, 0, 0);
}



.centered-image
{
  box-shadow: 2px 2px 20px black; 
}


.rounded-image {
  display: grid;
  place-items: center; /* Center both horizontally and vertically */
  height: 90vh; /* Set container height to viewport height */
  border-radius: 10px; /* Creates rounded corners */
  max-width: 100%;
  height: auto;

}

/* Style the image */
.centered-image {
  max-width: 70%;
  max-height: 70%;
}

*{
  margin: 0px;
  padding: 0px;
 }
 body{
  font-family: arial;
 }
 .main{
 
  margin: 4%;
  

 }
 
 .cardimage{
      width: 20%;
      display: inline-block;
      box-shadow: 2px 2px 20px black;
      border-radius: 5px; 
      margin: 2%;
    
      
     }
 
 .image img{
  height: 40%;
   width: 100%;
   border-top-right-radius: 5px;
   border-top-left-radius: 5px;
   
 
  
  }
  .des{
    padding: 3px;
    text-align: center;
   
    padding-top: 10px;
          border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  button{
    margin-top: 40px;
    margin-bottom: 10px;
    background-color: white;
    border: 1px solid rgb(73, 87, 216);
    border-radius: 5px;
    padding:10px;
  }
  /* button:hover{
    background-color: rgb(255, 255, 255);
    color: white;
    transition: .5s;
    cursor: pointer;
  } */
  .card-image {
    width: 100px;
    height: 150px;
    object-fit: cover;

  }



    
  .container1
  {
    display: inline-block;
    padding: 10px 20px;
    background-color: #ffffff;
    color: rgb(13, 13, 13);
    border: none;
    border-radius: 5px;
    cursor: pointer;
    height: 1700px;
    width: 900px;
    margin-left: 300px;
    
    
  }
  .gallery1-image-inner-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .gallery1-image-inner-inner-container {
    width: 70%;
  }
  
@media (max-width:768px) {
  .gallery1-image-inner-inner-container {
    width: 100%;
  }
 
}

