/* Modal styling */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 5px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}


.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  height: 100%;
}

/* Slideshow container */
.slideshow-container {
  position: relative;
  max-width: 1000px;
  height: 100%;
  max-height: 100%;
  margin: auto;
}

.slideshow-Image{
  height: 100%;
  width: 100%;
  padding-left: 1%;
  padding-right: 1%;
  height: 98%;
}

.mySlides {
  display: none;
  height: 100%;
}

.mySlides1{
  height: 100%;
}

img {
  vertical-align: middle;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

.close {
  position: absolute;
  top: 10px; /* Adjust the spacing as needed */
  right: 10px; /* Adjust the spacing as needed */
  color: white;
  font-size: 70px;
  font-weight: bold;
  border-color: #5340FE;
  background-color: #5340FE;
  cursor: pointer;
  z-index: 1;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}



.cover-image {
  width: 100%; /* Adjust size as needed */
  cursor: pointer;
  /* margin: 20px; */
  display: inline-block;
}


body{
  background-color:#fff;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

.projectsContainer{
  padding: 64px;
}

.projectsRow:after {
  content: "";
  display: table;
  clear: both
}

.projectsRow::before{
  content: "";
  display: table;
}
.projectsZigZagContentColor{
  background: #f6efea;

}

.pullToLeft{
  right: 60%;
}
.pushToRight{
  left:40%

}

.projectsZigZagContent40{
  float:left;
  width: 40%;
  position: relative;

}

.projectsZigZagContent60{
  float:left;
  width: 60%;
  position: relative;
}
.projectsImage
{
  height: auto;
  display: block;
  max-width: 100%;
}

.projectsTitleFont
{
  color:#5340FE;
}

.projectsDescription
{
  color: black;

}

.projectsReadMore
{
  font-size: 16px;
  border-radius: 10px;
  width: fit-content;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  border-color: #5340FE;
  background-color: #5340FE;
  color: #fff;
  padding: 0.8125em 1.875em;
  text-align: center;
  cursor: pointer;

}



/* for mobile */

@media screen and (max-width: 1000px){

  .projectsContainer{
      padding: 30px;
  }

  .projectsZigZagContent40
  {
      width: 100%;
      text-align: center;
  }
  .projectsZigZagContent60
  {
      width: 100%;
      text-align: center;
  }

  .projectsImage{margin: auto; margin-top: 3%;}

  .pullToLeft{right: 0%;}
  .pushToRight{left: 0%;}
  .projectsReadMore{padding: 7px;}

  .slideshow-Image{
    width: 100%;
    padding-left: 1%;
    padding-right: 1%;
    height: 85%;
  }


}