.div-ax,
.mycover {
  position: relative;
}
.mytext {
  color: #faebd7;
  font-size: 5rem;
  font-family: nastaliq;
}
@media screen and (max-width: 576px) {
  .mytext {
    font-size: 4.3rem;
  }
}
.b1 {
  background-color: transparent;
  color: #fff;
  padding: 10px 20px;
  border: 2px solid azure;
  transition: 2s;
}
.b1:hover {
  background-color: #faebd7;
  color: #000;
}
.mytext2 {
  color: #faebd7;
}
.mycover {
  background-color: rgba(0, 0, 0, 0.45);
  width: 100%;
  height: inherit;
  z-index: 6;
}
.div-ax {
  background-image: url("./ax3.jpg");
  background-size: 100% 100%;
  background-attachment: fixed;
  height: 75vh;
}
.popup-jashvare{
  width: 50vw;
  background-color: rgb(225, 198, 97);
  border-radius: 16px;
  position: absolute;
  top:-100%;
  left: 50%;
  transform: translate(-50%,-50%);
  box-shadow: rgba(225, 198, 97, 0.4) 0 0 0 5px, rgba(225, 198, 97, 0.3) 0 0 0 10px, rgba(225, 198, 97, 0.2)0 0 0 15px, rgba(225, 198, 97, 0.1) 0 0 0 20px, rgba(225, 198, 97, 0.05) 0 0 0 25px;
}

.popup-cover-page{
 /* From https://css.glass */
/* background: rgba(255, 255, 255, 0.14); */

box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
/* backdrop-filter: blur(10.9px);
-webkit-backdrop-filter: blur(10.9px); */  
  position: fixed;
  top:0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 200;
}
.popup-jashvare img{
  width: 100%;
  border-radius: 6px;
}
.baba #popup-rangi{
  transform: translate(6px , 6px);
}
.popup-jashvare p {
  font-size: large;
}
#close-btn-popup{
  position: absolute;
  top: 10px;
  right: 10px;
 
}
.popupanim{
  animation:popup 1s ;
  animation-fill-mode: forwards;
}
.popupgoanim{
  animation:popupgo 1s ;
  animation-fill-mode: forwards;
}
.popupcoveranim{
  animation:popupcover 1.5s ;
animation-fill-mode: forwards;
}
.popupcovergoanim{
  animation:popupcovergo 1.5s ;
animation-fill-mode: forwards;
}
@keyframes popup {
  0%{
    top:-100%
  }
  100%{
    top:50%
  }
}
@keyframes popupgo {
  0%{
    top:50%
  }
  100%{
    top:-100%
  }
}

@keyframes popupcover {
  0%{
    backdrop-filter: blur(0);
-webkit-backdrop-filter: blur(0);
background: transparent;
  }
  100%{
    backdrop-filter: blur(10.9px);
-webkit-backdrop-filter: blur(10.9px);
background: rgba(255, 255, 255, 0.14);
  }
}
@keyframes popupcovergo {
  0%{
    backdrop-filter: blur(10.9px);
    -webkit-backdrop-filter: blur(10.9px);
    background: rgba(255, 255, 255, 0.14);
  }
  100%{
   
backdrop-filter: blur(0);
-webkit-backdrop-filter: blur(0);
background: transparent;
  }
}
@media screen and (max-width: 768px) {
  .div-ax {
 height: 60vh;
background-size: cover;
background-image: url("./ax2.webp");
background-repeat: no-repeat;
background-position: center;
-webkit-background-size: cover;
-webkit-background-image: url("./ax2.JPG");
-webkit-background-repeat: no-repeat;
-webkit-background-position: center;

  }
  .popup-jashvare{
    width: 90vw;
  }
} 
