@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}
body{
  width:100%;
}
::selection{
  color: #fff;
  background: rgb(142,197,252);
}
.show-btn, .wrapper{
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 10px 15px rgba(0,0,0,0.1);
}
.show-btn{
  color: rgb(142,197,252);
  padding: 13px 18px;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
}

.pop{
  z-index: 2000;
  /* padding: 30px; */
  background-repeat: no-repeat;
  text-align: left;
  max-width: 60%;
  background-size: cover;
  width: 100%;
  height: 60% !important;
  /* 
  display: flex;
  align-items: center;
  flex-direction: column; */
  top:210px;
  opacity: 1;
  pointer-events: auto;
  transition: all 0.3s ease;
}
.wrapper{
  z-index: 2000;
  /* padding: 30px; */
  background-repeat: no-repeat;
  text-align: left;
  max-width: 60%;
  background-size: cover;
  width: 100%;
  height: 60% !important;
  position: fixed;
  /* 
  display: flex;
  align-items: center;
  flex-direction: column; */
  top:210px;
  opacity: 1;
  pointer-events: auto;
  transition: all 0.3s ease;
}
#toggle{
  display: none;
}
#toggle:checked ~ .wrapper{
  opacity: 0;
  pointer-events: none;
  top: 40%;
}
.wrapper .cancel-icon{
  position: absolute;
  right: 20px;
  top: 20px;
  color: rgb(142,197,252);
  cursor: pointer;
}
.cancel-icon:hover{
  color: rgb(224,195,252);
}
.wrapper .icon{
  height: 110px;
  width: 110px;
  background: linear-gradient(136deg, rgb(224,195,252) 0%, rgb(142,197,252) 100%);
  line-height: 110px;
  border-radius: 50%;
  color: #fff;
  font-size: 55px;
}
.wrapper .content{
  margin: 20px 0;
}
.content header{
  font-size: 30px;
  font-weight: 600;
}
.content p{
  color: #333;
  font-size: 16px;
  font-weight: 400;
  margin-left: -3px;
}
form{
  width: 98%;
}
form .field{
  height: 45px;
  width: 100%;
  margin-bottom: 12px;
}
form .field input{
  width: 100%;
  height: 100%;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 0 15px;
  outline: none;
  font-size: 17px;
  transition: all 0.3s ease;
}
form .field input:focus{
  border-color: rgb(142,197,252);
}
form .btn{
  height: 47px;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
form .btn .layer{
  height: 100%;
  width: 300%;
  position: absolute;
  left: -100%;
  background: linear-gradient(136deg, rgb(224,195,252) 0%, rgb(142,197,252) 100%);
  transition: all 0.4s ease;
}
form .btn:hover .layer{
  left: 0;
}
form .btn button{
  z-index: 1;
  position: relative;
  background: none;
  padding: 0px!important;
  color: #fff;
  border: 0px;
  outline: none;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  height: 100%;
  width: 100%;
}
.wrapper .text{
  margin-top: 5px;
}
.alert{
  margin: -9px 0 12px 0;
  padding: 10px;
  border-radius: 5px;
}
.success-alert{
  color: #155724;
  background: #d4edda;
  border: 1px solid #c3e6cb;
}
.error-alert{
  color: #721c24;
  background: #f8d7da;
  border: 1px solid #f5c6cb;
}
.pop_textss{
  margin-bottom: 10px;
}

.pop_row{
  margin-top:30px;
}
.pop_content{
  margin-top:-40px;
  /* font-size: 20px !important; */
}
.pop_img{
  width: 100% !important;
  height:250px !important;
}
.pop_col{
  margin-top:20px;
}
.pop_button{
  margin-top:30px;
}

@media only screen and (max-device-width: 1024px) {

  ::selection{
    color: #fff;
    background: rgb(142,197,252);
  }
  .pop{
    /* height:70% !important; */
    /* background: black;
    border: 1px solid black; */
    
    z-index: 2000;
  /* padding: 30px; */
  /* background-repeat: no-repeat; */
  text-align: left;
  /* max-width: 60%; */
  /* background-size: cover; */
  /* width: 100%; */
  /* height: 70% !important; */
  /* 
  display: flex;
  align-items: center;
  flex-direction: column; */
  top:310px;
  opacity: 1;
  pointer-events: auto;
  transition: all 0.3s ease;
    
  }
  .show-btn, .wrapper{
    position: absolute;
    top: 0%;
    /* left: 25%; */
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 10px 15px rgba(0,0,0,0.1);
  }
  .show-btn{
    color: rgb(142,197,252);
    padding: 10px 14px;
    font-size: 15px;
    font-weight: 250;
    text-transform: uppercase;
    cursor: pointer;
  }
  .pop_img{
    width: 70%;
  }
  .wrapper{
    z-index: 2000;
    /* padding: 30px; */
    background-repeat: no-repeat;
    background-size: cover;
    /* padding: 15px; */
    /* text-align: center; */
    max-width: 90%;
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    /* align-items: center; */
    flex-direction: column;
    top:300px;
    opacity: 3;
    pointer-events: auto;
    transition: all 0.3s ease;
  }
  #toggle{
    display: none;
  }
  #toggle:checked ~ .wrapper{
    opacity: 0;
    pointer-events: none;
    top: 20%;
  }
  .wrapper .cancel-icon{
    position: absolute;
    right: 20px;
    top: 20px;
    color: rgb(142,197,252);
    cursor: pointer;
  }
  .cancel-icon:hover{
    color: rgb(224,195,252);
  }
  .wrapper .icon{
    height: 110px;
    width: 110px;
    background: linear-gradient(136deg, rgb(224,195,252) 0%, rgb(142,197,252) 100%);
    line-height: 110px;
    border-radius: 50%;
    color: #fff;
    font-size: 55px;
  }
  .wrapper .content{
    margin: 20px 0;
  }
  .content header{
    font-size: 30px;
    font-weight: 600;
  }
  .content p{
    color: #333;
    font-size: 16px;
    font-weight: 400;
    margin-left: -3px;
  }
  form{
    width: 98%;
  }
  form .field{
    height: 45px;
    width: 100%;
    margin-bottom: 12px;
  }
  form .field input{
    width: 100%;
    height: 100%;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 0 15px;
    outline: none;
    font-size: 17px;
    transition: all 0.3s ease;
  }
  form .field input:focus{
    border-color: rgb(142,197,252);
  }
  form .btn{
    height: 47px;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
  }
  form .btn .layer{
    height: 100%;
    width: 300%;
    position: absolute;
    left: -100%;
    background: linear-gradient(136deg, rgb(224,195,252) 0%, rgb(142,197,252) 100%);
    transition: all 0.4s ease;
  }
  form .btn:hover .layer{
    left: 0;
  }
  form .btn button{
    z-index: 1;
    position: relative;
    background: none;
    padding: 0px!important;
    color: #fff;
    border: 0px;
    outline: none;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
    height: 100%;
    width: 100%;
  }
  .wrapper .text{
    margin-top: 5px;
  }
  .alert{
    margin: -9px 0 12px 0;
    padding: 10px;
    border-radius: 5px;
  }
  .success-alert{
    color: #155724;
    background: #d4edda;
    border: 1px solid #c3e6cb;
  }
  .error-alert{
    color: #721c24;
    background: #f8d7da;
    border: 1px solid #f5c6cb;
  }
  .pop_col{
    margin-top:13px;
  }
 
  .pop_content{
    /* margin-top:-60px; */
    font-size: 20px !important;
  }
  .pop_img{
    width: 100% !important;
    height:140px !important;
  }
  .pop_button{
    margin-top:10px;
  }
}
