<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Start custom CSS for html, class: .elementor-element-f27e0f4 */.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.9); /* Ù¾Ø´Øª Ù¾Ø±Ø¯Ù‡ ØªÛŒØ±Ù‡ */
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 10000;
}
.card  {
    max-width: 700px;
    overflow: hidden;
}

.card-1 , .card-2, .card-3, .card-4, .card-5 {
    max-width: 700px;
    overflow: hidden;
    display: none; /* Ø¨Ù‡ ØµÙˆØ±Øª Ù¾ÛŒØ´â€ŒÙØ±Ø¶ Ù…Ø®ÙÛŒ Ø¨Ø§Ø´Ø¯ */
}


.popup.active {
  visibility: visible;
  opacity: 1;
}

.slider-container {
  display: flex;
  width: 80%;
  height: 60%;
  position: relative;
  justify-content: center;
}
.slider1-container {
  display: flex;
  width: 80%;
  height: 60%;
  position: relative;
  justify-content: center;
}


.slide, .slide1 {
    width: 33%;
    height: auto;
    position: absolute;
    top: 15%;
    background-size: cover;
    background-position: center;
}

.slide img{
    border-radius: 15px;
}

#img-1{
    position: absolute;
    max-width:450px;
    top:20px;
    right: -25px;
    top: 35px;
    opacity: 0.5;
    border-radius: 12px;
}
#img-2{
    max-width:450px;
    margin: auto;
    position: absolute;
    left: -25px;
    top: 35px;
    opacity: 0.5;
    border-radius: 12px
}
#img-3{
    max-width: 500px;
    transform: translateX(0px);
    border-radius: 12px;
}

.close-btn {
  position: absolute;
  top: 100px;
  right: 400px;
  font-size: 1.5rem;
  background: none;
  border: none;
  filter: invert(1);
  cursor: pointer;
}

/* Ù†Ø§ÙˆØ¨Ø±ÛŒ */
.nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  z-index: 800;
}

.nav.left { left: 400px; }
.nav.right { right: 400px; }



@media screen and (max-width: 768px) {


    .slide {
        width: 100%; /* ØªØºÛŒÛŒØ± Ø¨Ù‡ 100% */
        max-width: 85%; /* Ø­Ø¯Ø§Ú©Ø«Ø± Ø¹Ø±Ø¶ */
        top: 30%;
        transition: transform 0.5s ease, opacity 0.5s ease; /* Ø§Ù†ØªÙ‚Ø§Ù„ Ù†Ø±Ù… */

    }

    #popupbtn {
        transform: translateX(35px);
    }

    #img-1 {
        max-width: 260px;
        right: 15px; /* ØªØºÛŒÛŒØ± Ø¨Ù‡ 15px */
        top: 22px;
    }

    #img-2 {
        max-width: 260px;
        top: 22px;
        left: 15px; /* ØªØºÛŒÛŒØ± Ø¨Ù‡ 15px */
    }

    #img-3 {
        max-width: 280px;
    }

    .nav {
        font-size: 1.25rem;
    }

    .nav.left {
        left: -35px;
    }

    .nav.right {
        right: -35px;
    }

    .close-btn {
        top: 200px;
        right: -35px;
        font-size: 1rem;
    }
}/* End custom CSS */</pre></body></html>