

.blur{
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}

a.btn-me{
  
  text-decoration:none;
 
}

.modal-wrapperr{
  width:100%;
  height:100%;
  position:fixed;
  top:0; left:0;
  background:rgba(255,257,153,0.75);
  visibility:hidden;
  opacity:0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.modal-wrapperr.open{
  opacity:1;
  visibility:visible;
  z-index:115;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.head-me{
  width:100%;
  height:60px;
  padding:0.5em 3%;
  margin-bottom:20px;
  overflow:hidden;
  background:#ffda6b;
}

.modal-me{
 width:800px;
  display:flex;
      justify-content: center;
  margin:50% 0 0 -400px;
  position:relative;
  top:50%; left:50%;
 background:url("../images/dotss.png");
  background-size: 600px auto;
    background-position: 0 0;
    background-repeat: repeat;
    background-color: white;
  opacity:0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.modal-news{
 width:600px;
  display:flex;
      justify-content: center;
  margin:50% 0 0 -300px;
  position:relative;
  top:50%; left:50%;
 background:url("../images/dotss.png");
  background-size: 500px auto;
    background-position: 0 0;
    background-repeat: repeat;
    background-color: white;
  opacity:0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.member-popup-bg{
   
    width:800px;
    align-self:center;
    background:url("../images/members-exp-bg-hover.png");
    background-repeat: repeat;
     
}

.modal-wrapperr.open .modal-me{
  
  opacity:1;
 -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.modal-wrapperr.open .modal-news{
  
  opacity:1;
 -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}


.outline-me{
    justify-content:center;
    border:1px solid #A57129;
    height:92%;
    width:95%;
    align-self:center;
}

.btn-close-me{
    width: 30px;
    height: 35px;
    display: block;
    float: right;
    padding-left: 3px;
    padding-top: 3px;
    margin-top:10px;
    margin-right: -380px;
}

.btn-close-news{
    width: 30px;
    height: 35px;
    display: block;
    float: right;
    padding-left: 3px;
    padding-top: 3px;
    /*margin-top:10px;*/
    margin-right: -300px;
    background-color:#A57529;
}



.content-me{
  padding-bottom:60px;
}

.member-exp-popup-text {
    width: 275px;
    color: black;
    font-family: myKokila;
    font-size: 27px;
    z-index: 110;
    margin-top: 320px;
    text-align: justify;
    position: absolute;
    overflow-y: scroll;
    height: 200px;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.member-exp-popup-text::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE and Edge */
.member-exp-popup-text {
    -ms-overflow-style: none;
}

.member-exp-text-popup-mobile {
    width: 400px;
    color: black;
    font-family: myKokila;
    font-size: 38px;
    z-index: 110;
    margin-top: 420px;
    text-align: justify;
    position: absolute;
}


.members-exp-circle-one-popup {
    width: 180px;
    height: 180px;
    border: 1px solid #925127;
    border-radius: 50%;
    position: absolute;
    z-index: 110;
    margin-top:90px;
}

.members-exp-circle-one-popup-mobile {
    width: 280px;
    height: 280px;
    border: 1px solid #925127;
    border-radius: 50%;
    position: absolute;
    z-index: 110;
    margin-top: 130px;
}


.members-exp-circle-two-popup {
    width: 180px;
    height: 180px;
    border: 1px solid #925127;
    border-radius: 50%;
    position: absolute;
    z-index: 110;
    margin-left: 15px;
    margin-top: 86px;
}

.members-exp-circle-two-popup-mobile {
    width: 280px;
    height: 280px;
    border: 1px solid #925127;
    border-radius: 50%;
    position: absolute;
    z-index: 110;
    margin-left: 15px;
    margin-top: 136px;
}

.members-exp-image-container-popup {
    width: 183px;
    height: 183px;
    border-radius: 50%;
    position: absolute;
    z-index: 105;
    margin-left: 10px;
    margin-top:90px;
}

.members-exp-image-container-popup-mobile {
    width: 280px;
    height: 280px;
    border-radius: 50%;
    position: absolute;
    z-index: 105;
    margin-left: 10px;
    margin-top: 130px;
}

.members-exp-image-popup {
    width: 183px;
    height: 183px;
    border-radius: 50%;
    position: absolute;
    z-index: 105;
}
.members-exp-image-popup-mobile {
    width: 280px;
    height: 280px;
    border-radius: 50%;
    position: absolute;
    z-index: 105;
}

.member-exp-popup-name {
    z-index: 110;
    font-size: 45px;
    text-align: center;
    margin-top: 20px;
    font-family: myJasmineUPCBold;
    color: black;
}

.member-exp-name-popup-mobile {
    z-index: 110;
    font-size: 70px;
    text-align: center;
    margin-top: 20px;
    font-family: myJasmineUPCBold;
    color: black;
}


@media (min-width:320px) {
    .member-exp-popup-text{
        display:none;
    }
    .member-exp-text-popup-mobile {
        display:block;
    }
    .modal-me{
      
      height:850px;
    }
    .modal-news{
      
      height:700px;
    }
    .member-popup-bg{
        height:900px;
        background-size: 300px 900px;
    }
    
    .member-exp-popup-name {
         display:none;
    }
    .member-exp-name-popup-mobile {
        display:block;
    }
    
    .members-exp-circle-one-popup {
        display:none;
    }
    .members-exp-circle-one-popup-mobile {
        display:block;
    }
    .members-exp-circle-two-popup {
        display:none;
    }
    .members-exp-circle-two-popup-mobile {
        display:block;
    }
    .members-exp-image-container-popup {
        display:none;
    }
    .members-exp-image-container-popup-mobile{
        display:block;
        
    }
    .members-exp-image-popup {
        display:none;
    }
    .members-exp-image-popup-mobile {
        display:block;
    }
    .modal-wrapperr.open .modal-me{
    margin-top:-400px;
    }
    .modal-wrapperr.open .modal-news{
    margin-top:-350px;
    }
    
    .btn-close-me::before, .btn-close-me::after{
  content:'';
  width:32px;
  height:10px;

  display:block;
  background:white;
}
    .btn-close-news::before, .btn-close-news::after{
  content:'';
  width:25px;
  height:10px;

  display:block;
  background:white;
}

.btn-close-me::before{
  margin-top:16px;
  -webkit-transform:rotate(45deg);
  -moz-transform:rotate(45deg);
  -o-transform:rotate(45deg);
  transform:rotate(45deg);
}

.btn-close-me::after{
  margin-top:-10px;
  -webkit-transform:rotate(-45deg);
  -moz-transform:rotate(-45deg);
  -o-transform:rotate(-45deg);
  transform:rotate(-45deg);
}

.btn-close-news::before{
  margin-top:10px;
  -webkit-transform:rotate(45deg);
  -moz-transform:rotate(45deg);
  -o-transform:rotate(45deg);
  transform:rotate(45deg);
}

.btn-close-news::after{
  margin-top:-10px;
  -webkit-transform:rotate(-45deg);
  -moz-transform:rotate(-45deg);
  -o-transform:rotate(-45deg);
  transform:rotate(-45deg);
}

}

@media (min-width:1025px) {
    .member-exp-popup-text{
        display:block;
    }
    .member-exp-text-popup-mobile {
        display:none;
    }
    .modal-me{
      
      height:500px;
    }
    .modal-news{
      
      height:400px;
    }
    .member-popup-bg{
        height:500px;
        background-size: 300px 500px;
    }
     .member-exp-popup-name {
         display:block;
    }
    .member-exp-name-popup-mobile {
        display:none;
    }
    
    .members-exp-circle-one-popup {
        display:block;
    }
    .members-exp-circle-one-popup-mobile {
        display:none;
    }
    .members-exp-circle-two-popup {
        display:block;
    }
    .members-exp-circle-two-popup-mobile {
        display:none;
    }
    .members-exp-image-container-popup {
        display:block;
    }
    .members-exp-image-container-popup-mobile{
        display:none;
        
    }
    .members-exp-image-popup {
        display:block;
    }
    .members-exp-image-popup-mobile {
        display:none;
    }
    .modal-wrapperr.open .modal-me{
  margin-top:-183px;
    }
     .modal-wrapperr.open .modal-news{
  margin-top:-150px;
    }
    
    .btn-close-me::before, .btn-close-me::after{
  content:'';
  width:24px;
  height:6px;

  display:block;
  background:white;
}

.btn-close-me::before{
  margin-top:12px;
  -webkit-transform:rotate(45deg);
  -moz-transform:rotate(45deg);
  -o-transform:rotate(45deg);
  transform:rotate(45deg);
}

.btn-close-me::after{
  margin-top:-6px;
  -webkit-transform:rotate(-45deg);
  -moz-transform:rotate(-45deg);
  -o-transform:rotate(-45deg);
  transform:rotate(-45deg);
}

 .btn-close-news::before, .btn-close-news::after{
  content:'';
  width:24px;
  height:6px;

  display:block;
  background:white;
}

.btn-close-news::before{
  margin-top:12px;
  -webkit-transform:rotate(45deg);
  -moz-transform:rotate(45deg);
  -o-transform:rotate(45deg);
  transform:rotate(45deg);
}

.btn-close-news::after{
  margin-top:-6px;
  -webkit-transform:rotate(-45deg);
  -moz-transform:rotate(-45deg);
  -o-transform:rotate(-45deg);
  transform:rotate(-45deg);
}

}
