* {
  box-sizing: border-box;
  font-family: "Roboto", Arial, sans-serif;
  -webkit-tap-highlight-color: transparent;
  margin: 0;
  padding: 0;
}
#popup {
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(12 57 51 / 90%);
  overflow-x: hidden;
  overflow-y: visible;
}
.popup-div {
  display: block;
  width: 850px;
  height: 500px;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 13px;
  overflow: hidden;
}
.intro-bg {
  background: url("../img/01.jpg?") no-repeat 0 center;
  background-size: 100%;
  left: 0;
  right: 0;
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.left1 {
  background: url("../img/01-left.png?") no-repeat 0 center;
  background-size: 100%;
  position: absolute;
  top: -62px;
  left: 25px;
  height: 299px;
  width: 149px;
  display: block;
  animation: ornamentAnimation .5s ease-out forwards;
  opacity: 0;
}
@keyframes ornamentAnimation {
  0% {opacity: 0; top: -200px;}
  100% {opacity: 1; }
}
.right1 {
  background: url("../img/01-right.png?") no-repeat 0 center;
  background-size: 100%;
  position: absolute;
  top: -62px;
  right: 38px;
  height: 224px;
  width: 117px;
  display: block;
  animation: ornamentAnimation .5s ease-out .5s forwards;
  opacity: 0;
}

.ramazan-title {
  position: absolute;
  color: #ffffff;
  top: 60px;
  animation: titleAnimation .5s ease-out .6s forwards;
  opacity: 0;
  display: block;
  width: 450px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  font-size: 32px;
  font-family: "Roboto", "Arial", sans-serif;
}
@keyframes titleAnimation {
  0% {opacity: 0; top: 200px;}
  50% {opacity: .6;}
  100% {opacity: 1; }
}

.wrapper {
  position: absolute;
  top: 170px;
  left: 50%;
  transform: translateX(-50%);
}
.questions-ul li {
  margin-bottom: 5px;
}
.questions-ul li:first-child {
  margin-bottom: 21px;
}
.questions-ul li a {
  padding: 12px 22px;
  background: #e4f4eb;
  border-radius: 6px;
  z-index: 9;
  position: relative;
  /* animation: liAnimation .5s ease-in 4s forwards; */
  opacity: 0;
  display: block;
  text-decoration: none;
  color: #292929;
  font-size: 16px;
  font-weight: 500;
}
.questions-ul li a:hover {background: #e0efe7;}
.questions-ul li a:active {
  width: 96%;
  margin: 0 auto;
}
.questions-ul li:nth-child(2) a {
  animation: liAnimation .6s ease-in 4s forwards;
}
.questions-ul li:nth-child(3) a {
  animation: liAnimation .6s ease-in 4.4s forwards;
}
.questions-ul li:nth-child(4) a {
  animation: liAnimation .6s ease-in 4.8s forwards;
}
.questions-ul li:nth-child(5) a {
  animation: liAnimation .6s ease-in 5.2s forwards;
}
.questions-ul li:nth-child(6) a {
  animation: liAnimation .6s ease-in 5.6s forwards;
}
@keyframes liAnimation {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
.questions-ul li:first-child:before {
  content: "";
  background: url('../img/ara-btn.png?') no-repeat;
  background-size: 100%;
  width: 46px;
  height: 42px;
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  animation: topsearchAnimation .5s ease-out .8s forwards;
  opacity: 0;
}
.questions-ul li:first-child a {
  width: 100%;
  animation: none;
  overflow: hidden;
  display: block;
  opacity: 1;
  background: none;
  padding-top: 16px;
  position: relative;
  animation: liAnimation .5s ease-out 1.2s forwards;
  opacity: 0;
}


.questions-ul {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  padding: 6px;
  height: 267px;
}
.questions-ul::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  width: 100%;
  height: 62px;
  animation: topsearchAnimation .5s ease-out .8s forwards;
  opacity: 0;
  border-radius: 12px;
  border: 6px solid #359371;
  box-sizing: border-box;
  overflow: hidden;
}
@keyframes topsearchAnimation {
  0% {opacity: 0; top: 100px;}
  50% {opacity: .6;}
  100% {opacity: 1; }
}
.questions-ul::after {
  content: "";
  width: 100%;
  height: 200px;
  position:absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  z-index: 1;
  animation: whitebgAnimation .5s ease-in 3s forwards;
  opacity: 0;
  border-radius: 6px;
}
@keyframes whitebgAnimation {
  from {opacity: 0; bottom: 60px;}
  to {opacity: 1; background: #ffffff;}
}
.search-section {
  width: 480px;
  position: relative;
}

.second-bg {
  background: url("../img/02.jpg?") no-repeat 0 center;
  background-size: 100%;
  width: 100%;
  height: 100%;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.text-wrapper {
  position: absolute;
  top: 90px;
  color: #ffffff;
  left: 390px;
  padding-right: 50px;
  pointer-events: none;
}
.page-title {
  position: relative;
  animation: pagetextAnimation .7s ease-in 1.5s forwards;
  left: 0;
  margin-bottom: 20px;
  font-family: "Roboto", "Arial", sans-serif;
  font-size: 29px;
  line-height: 34px;
  opacity: 0;
}
.text-wrapper p {
  position: relative;
  animation: pagetextAnimation .7s ease-in 1.5s forwards;
  left: 0;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 24px;
  padding-right: 5px;
  opacity: 0;
}
.cta-button {
  position: relative;
  animation: pagetextAnimation .5s ease-in 2.2s forwards;
  left: 0;
  opacity: 0;
  padding: 0 30px;
  background: #185a51;
  display: inline-block;
  border-radius: 6px;
  font-size: 18px;
  line-height: 44px;
  height: 44px;
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  text-shadow: none;
}
@keyframes pagetextAnimation {
  from {opacity: 0; left: -100px;}
  to {opacity: 1;}
}
/* MOBILE STYLES */
@media only screen and (max-width: 768px) {
  .popup-div {
    display: block;
    width: 80%;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    height: auto;
  }
  .intro-bg {
    display: block;
    background: url("../img/01-mobile.jpg?") no-repeat 0 center;
    background-size: 100%;
    width: 100%;
    padding-top: 137.5%;
    position: relative;
  }
  .wrapper {
    position: absolute;
    top: 22%;
    width: 100%;
    padding: 0 15px;
  }
  .search-section {
    width: 100%;
  }

  .questions-ul {
    width: 100%;
    height: 100%;
  }
  .ramazan-title {
    font-size: 20px;
    top: 6% !important;
    width: 85%;
    line-height: 26px;
  }
  .second-bg {
    display: block;
    background: url("../img/02-mobile.jpg?") no-repeat 0 center;
    background-size: 100%;
    width: 100%;
    padding-top: 137.5%;
    position: relative;
  }
  .left1, .right1 {display: none;}
  .questions-ul li a {
  font-size: 13px;
  line-height: 15px;
  padding: 12px;
  }
  .questions-ul li:first-child a {
    padding-right: 19%;
    padding-top: 4%;
    padding-left: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .questions-ul li:first-child:before {
    width: 41px;
    height: 39px;
    top: 6px;
    right: 5px;
  }
  .questions-ul li:first-child {
  margin-bottom: 8%;
  position: relative;
  height: 50px;
}
.questions-ul::after {
  height: 100%;
  bottom: unset;
  top: 66px;
}
.text-wrapper {left: 0;padding-right: 10%;padding-left: 8%;top: 7%;text-shadow: 1px 1px rgb(0 0 0 / 30%);}
.page-title {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 10px;
}
.text-wrapper p {
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 15px;
}
.cta-button {
  font-size: 12px;
  padding: 0 14px;
  height: 38px;
  line-height: 38px;
}
}


/*500px to iPad STYLES */
@media screen and (max-width: 768px) and (min-width: 500px) {
  /* .popup-div {
    width: 80%;
  } */
}

/* Small Mobile */
@media screen and (max-width: 350px) {
  .questions-ul li a {
    font-size: 11px;
    line-height: 15px;
    padding: 8px;
  }
  .text-wrapper p {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 10px;
  }
  .page-title {
      font-size: 18px;
      line-height: 22px;
      margin-bottom: 5px;
  }
  .ramazan-title {
      font-size: 17px;
      line-height: 22px;
  }
}
