@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
*{
    font-family: "Jost", sans-serif;
    padding: 0;
    margin: 0;
}
.one{
    margin-top: 68px;
      background-image: linear-gradient(
      rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.6)),
    url("./images/logo\ \(4\).jpeg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
}
.two{
    margin-top: 68px;
      background-image: linear-gradient(
      rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("./images/logo\ \(3\).jpeg");
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
}
.rin{
    padding: 100px 0px 100px 0px;
}
.rin h1{
    font-size: 90px;
}
.rin h2{
    font-size: 50px;
}
.button {
  position: relative;
  overflow: hidden;
  height: 3rem;
  padding: 0 2rem;
  border-radius: 1.5rem;
  background: #3d3a4e;
  background-size: 400%;
  color: #fff;
  border: none;
  cursor: pointer;
}
.button:hover::before {
  transform: scaleX(1);
}
.button-content {
  position: relative;
  z-index: 1;
}
.button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: 0 50%;
  width: 100%;
  height: inherit;
  border-radius: inherit;
  background: linear-gradient(
    82.3deg,
    rgba(150, 93, 233, 1) 10.8%,
    rgba(99, 88, 238, 1) 94.3%
  );
  transition: all 0.475s;
}
.tee{
    background-color: transparent;
    border: none;
    color: white;
}
.rin p{
    line-height: 30px;
}
.line{
    width: 150px;
    height: 1px;
    background-color: black;
}
.say{
    padding: 50px 0px 50px 0px;
}
.say p{
    line-height: 35px;
}
.e-card {
  background: black;
  box-shadow: 0px 8px 28px -9px rgba(0,0,0,0.45);
  position: relative;
  width: 100%;
  height: 330px;
  border-radius: 16px;
  overflow: hidden;
  color:white;
}
.wave {
  position: absolute;
  width: 540px;
  height: 700px;
  opacity: 0.6;
  left: 0;
  top: 0;
  margin-left: -50%;
  margin-top: -70%;
  /*background:blue;*/
  /*background: linear-gradient(744deg,#2f2f30,#ada9ca 60%,#00ddeb);*/
}
.icon {
  width: 3em;
  margin-top: -1em;
  padding-bottom: 1em;
}
nav{
  z-index: 100;
}
.infotop {
  text-align: center;
  font-size: 20px;
  position: absolute;
  top: 3.6em;
  left: 0;
  right: 0;
  color: rgb(255, 255, 255);
  font-weight: 600;
}
.name {
  font-size: 14px;
  font-weight: 100;
  position: relative;
  top: 1em;
  text-transform: lowercase;
}
.wave:nth-child(2),
.wave:nth-child(3) {
  top: 210px;
}
.playing .wave {
  border-radius: 40%;
  animation: wave 3000ms infinite linear;
}
.wave {
  border-radius: 40%;
  animation: wave 55s infinite linear;
}
.playing .wave:nth-child(2) {
  animation-duration: 4000ms;
}
.wave:nth-child(2) {
  animation-duration: 50s;
}
.playing .wave:nth-child(3) {
  animation-duration: 5000ms;
}
.wave:nth-child(3) {
  animation-duration: 45s;
}
.dot{
  width: 10px;
  height: 10px;
  background-color: #8f8f8f;
  border-radius: 50%;
}
.lines{
  width: 1px;
  height: 230px;
  background-color: #8f8f8f;
  margin-left: 5px;
}
.gam{
  color: #3d3a4e;
  font-weight: 600;
}
.qua img{
  border-radius: 10px;
}
.med a i{
  font-size: 23px;
  color: black;
}
@keyframes wave {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.let input{
    width: 100%;
    height: 60px;
    padding: 10px;
    border-radius: 30px;
    color: white;
    outline: none;
    background: rgba(255, 255, 255, 0.15); 
    backdrop-filter: blur(12px) saturate(150%);
    -webkit-backdrop-filter: blur(12px) saturate(150%);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  }
@media (max-width:762px) {
    .rin h1{
        font-size: 40px;
    }
    .add{
       font-size: 40px; 
    }
    .rin h2{
        font-size: 20px;
    }
    .dee{
        margin-top:30px;
    }
}