#slideshow {
  width: 100%;
  padding: 20px;
}

.slide {
  display: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.text-column {
  width: 65%;
  padding-right: 20px;
  font-size: 18px;
  line-height: 1.4;
}

.image-column {
  width:35%;
  margin-left: 40px;
  margin-right: 40px;
}

.image-column img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.bullets {
  text-align: center;
  margin-top: 0px;
}

.bullet {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 6px;
  background-color: #ccc;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s;
}

.bullet.active {
  background-color: #333;
}

.gallery {
  position: relative;
  width: 100%;
  height: 500px;
}

.gallery img {
  position: absolute;
  width: 70%;
  border: 4px solid #fff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.25);
  cursor: pointer;
  transition: transform 0.3s ease, z-index 0.3s;
  left: 50%;
  transform: translateX(-50%);
}

.gallery img:nth-child(1) {
  top: 0px;
  transform: translateX(-50%) rotate(5deg);
}
.gallery img:nth-child(2) {
  top: 20px;
  transform: translateX(-50%) rotate(3deg);
}
.gallery img:nth-child(3) {
  top: 40px;
  transform: translateX(-50%) rotate(4deg);
}
.gallery img:nth-child(4) {
  top: 60px;
  transform: translateX(-50%) rotate(6deg);
}

.gallery img:nth-child(5) {
  top: 80px;
  transform: translateX(-50%) rotate(8deg);
}

.gallery img:nth-child(6) {
  top: 100px;
  transform: translateX(-50%) rotate(-5deg);
}

.gallery img:nth-child(7) {
  top: 120px;
  transform: translateX(-50%) rotate(-3deg);
}

.gallery img:nth-child(8) {
  top: 140px;
  transform: translateX(-50%) rotate(-4deg);
}

.gallery img:nth-child(9) {
  top: 160px;
  transform: translateX(-50%) rotate(-6deg);
}

.gallery img:nth-child(10) {
  top: 160px;
  transform: translateX(-50%) rotate(-8deg);
}

.galleryss img:hover {
  transform: translateX(-50%) scale(1.05);
  z-index: 10;
}

/* Modal */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.9);
}
.modal img {
  display: block;
  margin: auto;
  max-width: 80%;
  max-height: 80%;
  border-radius: 10px;
  margin-top: 5%;
}
.modal span.close {
  position: absolute;
  top: 20px;
  right: 35px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}

.modal span:hover {
  color: #f00;
}

/* Next & Prev Buttons */
.nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 40px;
  font-weight: bold;
  color: white;
  cursor: pointer;
  user-select: none;
  padding: 20px;
}
.nav-btn:hover {
  color: #f00;
}
.prev {
  left: 20px;
}
.next {
  right: 20px;
}

.gallery_text{

display: flex;
align-items: center; 
height: 145px;
font-size: 18px;
text-wrap: auto;
position: absolute;
right: 53px;
width: 180px;
top: 100px;
z-index: 99;
 transform: translateX(-50%) rotate(3deg);
line-height: 18px;

}

.gallery_text2{

color:#ffffff;
display: flex;
align-items: center; 
height: 73px;
font-size: 11px;
text-wrap: auto;
position: absolute;
right: 60px;
width: 180px;
top: 280px;z-index: 99; 
transform: translateX(-50%) rotate(3deg);
line-height: 13px;

}

@media (max-width: 540px) {
	.gallery {
		  max-height:540px !important;
	}
    .gallery_text {
        right: 42px;
        top: 78px;
        font-size: 14px;
        height: 110px;
        width: 150px;
    }
         .gallery_text2 {
        right: 46px;
        top: 216px;
        font-size: 9px;
        height: 93px;
        width: 150px;
    }
}

@media (max-width: 420px) {
	.gallery {
		  max-height:420px !important;
	}
    .gallery_text {
        right: 42px;
        top: 78px;
        font-size: 14px;
        height: 110px;
        width: 150px;
    }
         .gallery_text2 {
        right: 46px;
        top: 216px;
        font-size: 9px;
        height: 93px;
        width: 150px;
    }
}
@media (max-width: 380px) {
	.gallery {
		  max-height:380px !important;
	}
    .gallery_text {
        right: 19px;
        top: 78px;
        font-size: 14px;
        height: 110px;
        width: 150px;
    }
     .gallery_text2 {
        right: 27px;
        top: 205px;
        font-size: 9px;
        height: 93px;
        width: 150px;
    }
}

@media (max-width: 360px) {
	.gallery {
		  max-height:360px !important;
	}
 .gallery_text {
        right: 19px;
        top: 78px;
        font-size: 14px;
        height: 110px;
        width: 150px;
    }
     .gallery_text2 {
        right: 27px;
        top: 205px;
        font-size: 9px;
        height: 93px;
        width: 150px;
    }
}

@media (max-width: 340px) {
	.gallery {
		  max-height:340px !important;
	}
 .gallery_text {
        right: 19px;
        top: 78px;
        font-size: 14px;
        height: 110px;
        width: 150px;
    }
     .gallery_text2 {
        right: 27px;
        top: 205px;
        font-size: 9px;
        height: 93px;
        width: 150px;
    }

}

@media (max-width: 320px) {
	.gallery {
		  max-height:320px !important;
	}
 .gallery_text {
        right: 19px;
        top: 78px;
        font-size: 14px;
        height: 110px;
        width: 150px;
    }
     .gallery_text2 {
        right: 27px;
        top: 205px;
        font-size: 9px;
        height: 93px;
        width: 150px;
    }
}