@font-face {
    font-family: "GTWalshiemPro";
    font-weight: 100;
    src: url("../fonts/GTWalsheimPro-Regular.ttf") format("embedded-opentype"),
      url("../fonts/GTWalsheimPro-Regular.ttf") format("truetype");
}
@font-face {
        font-family: "Grifterbold";
        font-weight: 200;
        src: url("../fonts/grifterbold.otf") format("embedded-opentype"),
        url("../fonts/grifterbold.otf") format("truetype");
}
aside.modal {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    background-color: #000000cb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* display: none; */
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    padding: 20px;
  }
  
  aside.modal .content {
    position: relative;
    background: linear-gradient(180deg, rgba(229,229,229,1) 60%, rgba(0,0,0,1) 60%);
    width: 100%;
    font-family: GTWalshiemPro;
    max-width: 700px;
    /* height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content; */
    /* height: 300px; */
    padding-top: 5px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
  }
  /*# sourceMappingURL=popup.css.map */

#close-btn{
  align-self: flex-end;
  margin: 10px;
  font-size: 1.5rem;
  position: absolute;
}

#close-btn:hover{
  cursor: pointer;
}

.content__description{
  padding: 10px 20px;
  background: rgb(229,229,229);
  background: linear-gradient(180deg, rgba(229,229,229,1) 60%, rgba(0,0,0,1) 60%);
  display: flex;
  justify-content: space-between;
  box-sizing: content-box;
  border-radius: 20px;
  height: 100%;
}

.img-socials{
  height: 100%;
  width: 35%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.img-socials img{
  width: 250px;
  /* height: 85%; */
  height: 250px;
  object-fit: cover ;
  border-radius: 20px;
}

.socials{
  margin-top: 5px;
}

.socials a{
  text-decoration: none;
  color: white;
  font-size: 1.5rem;
}
.socialss a{
  text-decoration: none;
  color: white;
  font-size: 2.5rem;
}
.description-testimony{
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
}

.description{
  display: flex;
  flex-direction: column;
  height: 60%;
  justify-content: space-between;
}

.description span{
  color: #00000080;
}

.testimony{
  color: #EDF345;
  height: 35%;
  display: flex;
  align-content: center;
}