@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
  margin: 0;
  padding: 0;
  font-family: "Poppins", serif;
}

body {}

.navbar {
  position: absolute;
  z-index: 999;
  position: fixed;
  top: 0px;
  right: 0px;
  left: 0px;
  height: 80px;
  background-color: rgb(0, 0, 0);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
}


.logo i {
  font-size: 45px;
  color: rgb(0, 255, 0);


}

.button {
  color: white;
  font-size: 20px;
  font-weight: bold;


}

#menu {
  display: none;
}

/* #menu {
  width: 40px;
  height: 40px;
  background-color: white;

  display: none;
  border-radius: 5px;
}

#menu i {
  font-size: 25px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
} */



#log-in {
  margin-left: 9px;
  background: white;
  color: black;
  padding: 9px 20px 9px 19px;
  border-radius: 23px;
}

/* From Uiverse.io by sabbircoder07 */
.search {
  flex: 0 0 90%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search__input {
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  color: #333333;
  background-color: #f4f2f2;
  border: none;
  padding: 14px 72px 14px 42px;
  border-radius: 1000px;
  width: 94%;
  margin-left: -34px;
  margin-right: -66px;
  transition: all 0.2s;
}

.search__input:focus {
  outline: none;
  width: 100%;
  background-color: #f0eeee;
}

.search__input::-webkit-input-placeholder {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: 500;
  color: #999999;
}

.search__button {
  border: none;
  background-color: transparent;
  z-index: 999;
  cursor: pointer;
}

.search__button:focus {
  outline: none;
}

.search__button:active {
  transform: translateY(2px);
}

.search__icon {
  height: 20px;
  width: 20px;
  fill: #999999;
}

.mic__button {
  border: none;
  background-color: transparent;
  margin-right: 10px;
  cursor: pointer;
}

.mic__button:focus {
  outline: none;
}

.mic__button:active {
  transform: translateY(2px);
}

.mic__icon {
  height: 28px;
  width: 20px;
  fill: #999999;
}

.mic__icon:hover {
  fill: #dd5e89;
}

.picture__button {
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.picture__button:focus {
  outline: none;
}

.picture__button:active {
  transform: translateY(2px);
}

.picture__icon {
  height: 16px;
  width: 20px;
  fill: #999999;
}

.picture__icon:hover {
  fill: #dd5e89;
}


.section-half {
  position: relative;
  padding-top: 90px;

  position: relative;
  height: auto;
  width: 370px;
  padding-left: 2.5rem;
  border-radius: 20px;
  box-shadow: 0 4px 24px hsla(222, 68%, 12%, 0.1);
}

.first {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-left: -20px;
  height: auto;
  width: 280px;
  padding: 2rem;
  margin-top: 6px;
  border-radius: 20px;
  box-shadow: 0 4px 24px hsla(222, 68%, 12%, 0.1);

}

#l i {
  font-size: 30px;
  margin-right: 20px;


}

#ll {
  font-size: 25px;
  font-weight: bold;
  margin-right: 34px;

}

#lll {
  font-size: 27px;

}

.second {
  margin-top: 10px;
  margin-left: -20px;
  padding: 2rem;
  border-radius: 20px;
  box-shadow: 0 4px 24px hsla(222, 68%, 12%, 0.1);
  width: 280px;

}

.second h3 {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: bold;
}

.second h4 {
  margin-bottom: 14px;
  font-size: 20px;
}

.second button {
  border-radius: 25px;
  padding: 12px 12px;
  font-size: medium;
  font-weight: bold;
  border: none;
  background: black;
  color: white;

}


.third {
  margin-top: 15px;
  margin-left: -20px;
  padding: 2rem;
  border-radius: 20px;
  width: 280px;
  box-shadow: 0 4px 24px hsla(222, 68%, 12%, 0.1);

}

.third h3 {
  margin-bottom: 7px;
  font-size: 20px;

}

.third h4 {
  margin-bottom: 13px;
  font-size: 20px;
}

.third button {
  border-radius: 25px;
  padding: 12px 12px;
  font-size: medium;
  font-weight: bold;
  border: none;
  background: black;
  color: white;

}

footer {
  margin-top: 20px;



}

footer p {
  font-size: large;

}

#english {

  margin-left: 1px;
  font-size: 15px;
  font-weight: 400;
  padding: 12px;

}

.lan {
  border-radius: 12px;
  color: white;
  width: 100px;
  padding: 5px;
  background-color: #333333;
}

.lan i {
  font-size: 19px;
}

.right {
  position: absolute;
  top: 0px;
  left: 420px;
  padding-top: 90px;



}

.container {


  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  height: 740px;
  overflow-x: hidden;
  overflow-y: scroll;
}

.first-img {
  position: relative;
  height: 200px;
  width: 300px;
  border-radius: 19px;
  overflow-y: hidden;
  overflow-x: hidden;
  transition: all 0.5s ease;


}

#no-match {
  font-size: 33px;
  font-weight: bold;

  text-align: center
}

.first-img img {
  width: 150px;
  border-radius: 12px;
  position: absolute;
  top: 50px;
  right: 0;
  transform: rotate(20deg);
  animation: helo 4s 1 ease-in-out;
  animation-duration: 3;
}

.first-img img:hover {

  transform: scale(1.2);
  transition: all 0.9s ease-in-out;

}

#mm:hover {
  transition: all 0.9s ease-in-out;
}

@keyframes helo {

  0% {
    transform: rotate(-20deg);
    /* No rotation */
  }

  25% {
    transform: rotate(20deg);
    /* Left tilt */
  }

  50% {
    transform: rotate(-20deg);
    /* Back to center */
  }

  75% {
    transform: rotate(20deg);
    /* Right tilt */
  }

  100% {
    transform: rotate(20deg);
    /* Back to center */
  }


}

.w {
  position: absolute;
  top: 28.5%;
  left: 37.3%;
  height: 15px;
  width: 15px;
  border-radius: 50%;


}

#btn i {

  position: absolute;
  top: 28.5%;
  left: 35.3%;
  height: 15px;
  width: 15px;

}

#range input,
#vol-icon {
  position: absolute;
  top: 80.5%;
  left: 145.3%;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  width: 65px;
}

#vol-icon {
  color: white;
  position: absolute;
  top: 80.5%;
  left: 90.3%;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  width: 75px;
}

#ww {
  position: absolute;
  bottom: 12px;
  left: 20px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: rgb(59, 236, 59);
  opacity: 0;
  z-index: -11;

}



#current-time {
  padding: 8px 15px;
  border-radius: 9px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -70px;
  left: 20px;
  font-size: 25px;
  color: white;
  font-weight: bold;
}

.first-img:hover #ww {
  opacity: 1;

  z-index: 999;
  transform: scale(1.2);
  animation: img 0.7s ease-in;
  animation-name: img;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;

}

@keyframes img {

  from {

    transform: translateY(60px);

  }

  to {

    transform: translateY(0px);

  }
}



#h {
  padding: 12px;
  font-size: 33px;
  color: white;
}


.a {
  background-color: #DC048A;
}

.b {
  background-color: #8400E7;
}

.c {
  background-color: #1E3264;
}

.d {
  background-color: #608108;
}

.e {
  background-color: #081281;
}

.f {
  background-color: #7D4B32;
}

.g {
  background-color: #BA5D07;
}

.h {
  background-color: #0D73EC;
}

.i {
  background-color: #477D95;
}


.j {
  background-color: #ff02d1;
}

.k {
  background-color: #8D67AB;
}

.l {
  background-color: #8C1932;
}

.m {
  background-color: #AF2896;
}

.n {
  background-color: #8C1932;
}

.o {
  background-color: #F59B23;
}

.p {
  background-color: #0D73EC;
}


.q {
  background-color: #7D4B32;
}

.r {
  background-color: #8D67AB;
}

.s {
  background-color: #E8115B;
}

.t {
  background-color: #1E3264;
}

.u {
  background-color: #ff6f00;
}

@media only screen and (max-width: 756px) {
  .first-img {
    margin-right: 35px;
  }
}

@media only screen and (max-width: 723px) {


  #log-in,
  #sign-up {
    display: none;
  }

  #menu {
    display: block;
  }

  .section-half {
    display: none;
  }

  .right {
    position: absolute;
    top: 0px;
    left: 0px;
    padding-top: 90px;
    display: flex;
    justify-content: center;



  }

  .first-img {
    margin-right: 0px;
  }


  .search__input {
    font-family: "Open Sans", sans-serif;
    font-size: 17px;
    color: #333333;
    background-color: #f4f2f2;
    border: none;
    padding: 14px 72px 14px 42px;
    border-radius: 1000px;
    width: 44%;
    margin-left: -34px;
    margin-right: -66px;
    transition: all 0.2s;
  }

  .search__input:focus {
    outline: none;
    width: 60%;
    background-color: #f0eeee;
  }

}

@media only screen and (max-width: 521px) {
  .search__input {
    font-family: "Open Sans", sans-serif;
    font-size: 17px;
    color: #333333;
    background-color: #f4f2f2;
    border: none;
    padding: 14px 72px 14px 42px;
    border-radius: 1000px;
    width: 34%;
    margin-left: -34px;
    margin-right: -66px;
    transition: all 0.2s;
  }

  .search__input:focus {
    outline: none;
    width: 40%;
    background-color: #f0eeee;
  }

  .navbar {
    padding-left: 12px;
    padding-right: 12px;
  }
}





.music audio {
  display: none;
}







#icon {

  margin-top: 33px;
  box-shadow: 0 4px 24px hsla(222, 68%, 12%, 0.1);
  width: 100%;
  display: flex;
  margin: 0 auto;
  align-items: start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.com {

  height: 140px;
  width: 200px;
}

.one {
  margin-top: 9px;
  margin-left: 63px;
  height: 100px;
  width: 150px;
  margin-bottom: 19px;
  margin-right: 22px;


}

.two {
  height: 80px;
  width: 120px;
  margin-bottom: 25px;
  margin-right: 33px;
  margin-left: 63px;
}

.three {
  margin-left: 63px;
  margin-bottom: 25px;
}


.ic i {
  height: 50px;
  width: 50px;
  background-color: rgba(176, 168, 168, 0.199);
  border-radius: 50%;
  gap: 55px;
  justify-content: center;
  display: flex;
  align-items: center;
  float: left;
  margin-right: 32px;
  font-size: 36px;
  transition: transform 0.2s ease-out;

}

.ic i:hover {
  transform: scale(1.2);
  transition: all 0.2 ease-in;
}

.para p {
  text-align: center;
  margin: 0px 12px 0px 22px;
  margin-top: 2px;
  font-size: large;

}
.para{
margin-top: 24px;
}
.dd {
  justify-content: center;
  align-items: center;
  display: flex;
  float: left;
  flex-direction: column;
}
@media screen  and (max-width: 480px) {
.ic i{
  margin-left: 15px; 
   margin-right: 15px;
}
}
@media screen  and (max-width:404px) {
  .para p {
    text-align: center;
    margin: 0px 10px 0px 10px;
    margin-top: 2px;
    font-size: 14px;
  
  }
}
}