.multiple-popup-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
}
* {
  box-sizing: border-box;
}
 .blurDiv {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 1000;
}
body{
  position: relative;
}
.multiple-popup-row {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 1108px;
  width: 100%;
  max-height: 664px;
  margin: auto;
  border-radius: 18px;
  margin: 20px auto;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.img-left {
  max-width: 547px;
  height: 100%;
  width: 100%;
}

.img-left img {
  box-shadow: 0px 4px 47.7px 0px rgba(0, 0, 0, 0.36);
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 18px 0 0 18px;
}

.multiple-popup-content {
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 500px;
  border-radius: 18px;
  box-sizing: border-box;
  background-size: 100% 100%;
  position: relative;
  overflow: visible;
  background-size: cover;
}

.logo_brand {
  width: 121.851px;
  height: 121.851px;
  aspect-ratio: 1/1;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.content-right {
  max-width: 561px;
  width: 100%;
  padding: 53px;
  max-height: 100%;
  overflow-y: auto;
  text-align: center;
  position: relative;
  z-index: 1;
  align-self: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
    text-align: center;
  color: #fff;
  font-family: "Goldplay", "arial";
  font-weight: 500;
  font-size: 18px;
  line-height: normal;
}

.popup-close {
  position: absolute;
  top: -16px;
  right: -16px;
  width: 50px;
  height: 50px;
  z-index: 1;
  cursor: pointer;
}

.popup-close img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.content-right h3 {
  font-family: "Goldplay", "arial";
  font-size: 54px;
  font-weight: 450;
  line-height: 65.22px;
  text-align: center;
  color: #fff;
  padding: 20px 0 0 0;
}

.content-right p ,.content-right ul li,.content-right ol li {
  text-align: center;
  color: #fff;
  font-family: "Goldplay", "arial";
  font-weight: 500;
  font-size: 18px;
  line-height: normal;
  letter-spacing: 0;
  text-align: center;
  padding: 0;
  margin: 0;
}
.content-right a {
  font-size: 18px;
  line-height: normal;
  font-weight: 600;
  color: #fff;
}
.content-right ul{
  list-style: disc;
}
.content-right ul,.content-right ol {
  font-family: "Goldplay", "arial";
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px 0;
  margin: 0;
  align-items: center;
  color: #fff;
  padding-left: 30px;
}
.multiple-popup-btn,
a.multiple-popup-btn {
  padding: 21px 37px 20px 37px;
  background-color: #fff;
  color: #47088b;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.06px;
  vertical-align: middle;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  font-family: "Goldplay", "arial";
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 30px;
  width: fit-content;
  margin: 0 auto;
  border-radius: 20px;
  transition: all 0.3s ease;
  margin-top: 16px;
    min-width: 230px;
      justify-content: center;
}
.multiple-popup-btn img {
  width: 16px;
  height: 16px;
  object-fit: contain;
  transition: transform 0.3s ease;
}
.multiple-popup-btn span{
  font-size: 30px;
  color: #47088b;
  line-height: 10px;
  line-height: normal;
  font-weight: 700;
}
.multiple-popup-btn:hover img {
  transform: translateX(4px);
}

.dy-popup .multiple-popup-content {
  background-size: cover;
}

.content-right h1,
.content-right h2,
.content-right h3 {
  font-family: "Goldplay", "arial";
  font-weight: 700;
  font-size: 50px;
  line-height: 50px;
  letter-spacing: 0.31px;
  text-align: center;
  color: #fff;
  margin: 0;
  padding: 0;
}
.content-right h4,
.content-right h5,
.content-right h6 {
  font-weight: 700;
  font-size: 30px;
  line-height: 50px;
  letter-spacing: 0.31px;
  text-align: center;
}
.bg-text,
h5.bg-text {
  color: #66c700;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-family: "Goldplay", "arial";
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 3%;
  font-weight: 700;
}
.dy-popup-content{
  color: #fff;
  font-weight: 500;
    font-size: 18px;
    line-height: normal;
}
.dy-popup-content{
  padding: 15px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
picture{
  display: flex;
  height: 100%;
}
@media only screen and (max-height: 800px) and (min-width: 1024px) {
  .multiple-popup-row {
    max-height: 88vh;
    min-height: 403px;
  }
}
@media only screen and (max-height: 500px) and (min-width: 1024px) {
  .multiple-popup-row {
   min-height: auto;
  }
  .multiple-popup-content{
    min-height: 80vh;
  }
}
@media only screen and  (max-width: 1276px) and (min-width: 1024px) {
   .multiple-popup-row{
    max-width: 85%;
   }
}
@media only screen and (max-width: 1023px) {
 .blurDiv {
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}
  .content-right h3,
  .content-right h1,
  .content-right h2 {
    font-size: 43px;
    line-height: 44px;
    letter-spacing: 0.31px;
  }
  .content-right h4,
  .content-right h5,
  .content-right h6 {
    font-size: 22px;
    line-height: normal;
  }
  .multiple-popup-content {
    flex-direction: column;

  }
  .img-left {
    height: auto;
  }
  .img-left img {
    width: 100%;
    height: 416px;
    object-fit: cover;
    box-shadow: none;
    border-radius: 18px 18px 0 0;
  }

  .multiple-popup-btn {
    font-size: 18px;
    line-height: 25.74px;
  }

  .popup-close {
   width: 52px;
    height: 52px;
    right: -23px;
    top: -23px;
  }

  .multiple-popup-bg {
    min-height: 100vh;
    height: 100vh;
    padding: 37px 0;
    overflow: auto;
  }
  .multiple-popup-row {
    height: auto;
    max-width: 497px;
    width: 85%;
    top: 28px;
    bottom: unset;
    max-height: inherit;
    position: initial;
  }

  .multiple-popup-btn {
    padding: 12px 37px;
    transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
    font-size: 12px;
    letter-spacing: 1.2px;
    line-height: normal;
    font-weight: 500;
  }
  .img-left {
    max-width: 100%;
  }
  .content-right {
    max-width: 100%;
    padding: 62px 32px;
    gap: 10px;
  }
  .bg-text, h5.bg-text{
    font-size: 22px;
    line-height: 28px;
  }
  .content-right p,.content-right ul,.content-right a,.dy-popup-content,.content-right{
font-size: 22px;
    line-height: normal;
  }
  .multiple-popup-btn, a.multiple-popup-btn{
    font-size: 17px;
    line-height: 20.74px;
    padding: 17px 27px 16px 27px;
    border-radius: 10px;
  }
  .multiple-popup-content.hide_bg {
    background-image: none !important;
  }
}
@media only screen and (max-width: 600px) {
  .bg-text, h5.bg-text {
    font-size: 18px;
    line-height: 20px;
  }
    .content-right p, .content-right ul, .content-right a, .dy-popup-content, .content-right {
    font-size: 15px;
    line-height: normal;
  }
    .content-right h3, .content-right h1, .content-right h2 {
    font-size: 25px;
            line-height: 27px;
  }
  .content-right{
    padding: 25px 20px;
  }
  .img-left img{
    height: auto;
    max-height: 300px;
  }
  .multiple-popup-btn, a.multiple-popup-btn{
            padding: 13px 24px 13px;
  }

  .multiple-popup-row{
            width: calc(100% - 40px);
  }
      .popup-close {
        width: 40px;
        height: 40px;
        right: -15px;
        top: -15px;
    }
}