@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300&display=swap");
* {
  padding: 0;
  margin: 0;
}
body {
  background-color: rgba(255, 119, 247, 0.8);
}
body::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
body {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
header > img {
  margin-left: 10px;
  margin-top: 10px;
  max-width: 80px;
}
header {
  justify-content: space-between;
  display: flex;
  background-color: rgba(255, 119, 247, 0.8);
  align-items: center;
  height: 10vh;
}
header > div {
  width: 35%;
  justify-content: center;
}
ul {
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  margin-right: 10px;
}
.video-div {
  width: 100%;
  height: 80vh;
}
.video-div > video {
  width: 100%;
  height: 100%;
  object-fit: fill;
  box-shadow: 0px 20px 5px rgb(0 0 0 / 37%);
}
.video-div > img {
  position: absolute;
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  height: 60vh;
  margin-top: 10vh;
}
.ballers {
  width: 100%;
  height: 90vh;
}
.ballers > h2 {
  text-align: center;
  margin: 20px;
  height: 20vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  font-family: "Cormorant Garamond", serif;
  color: rgba(255, 254, 254, 0.8);
}
.imges {
  width: 100%;
  position: absolute;
  opacity: 0.7;
  max-height: 80vh;
  margin-top: 20vh;
}
.ballers-talk {
  margin-top: 40px;
  display: flex;
}
.ballers-talk > div:nth-child(1) {
  width: 50%;
  margin: 10px;
  padding: 10px;
}
.Un > img {
  width: 100%;
  max-height: 50vh;
  max-width: 50vh;
}
.Un {
  display: flex;
  justify-content: center;
}

.right {
  width: 50%;
  background-color: rgb(24, 77, 142);
  border-radius: 20px;
  margin: 20px;
  border: dashed;
  border-color: white;
  border-width: 3px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding: 20px;
  opacity: 0.8;
  color: white;
}
.right:hover {
  opacity: 1;
  transition: 500ms;
  cursor: pointer;
  margin: 10px;
  transition: 500ms;
}

.glow {
  font-size: 34px;
  color: #fff;
  text-align: center;
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
}
.right > p {
  padding: 2px;
  max-width: 400px;
  text-overflow: ellipsis;
}
.right > div {
  border-radius: 20px;
  border: solid;
  padding: 7px;
  border-width: 2px;
  background-color: black;
}
.right > div:hover {
  transition: 300ms;
  padding: 8px;
}
@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 10px #e60073,
      0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
  }
  to {
    text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 10px #ff4da6,
      0 0 50px #ff4da6, 0 0 10px #ff4da6, 0 0 10px #ff4da6, 0 0 10px #ff4da6;
  }
}
.particles {
  position: absolute;
  height: 100vh;
}
.last-vid > img {
  width: 100%;
}
.last-sec {
  height: 100vh;
}
.sha {
  margin-top: 100px;
  position: absolute;
  font-size: 2rem;
  color: white;
  margin-left: 25%;
}
li {
  color: #fff;
  cursor: pointer;
}
li:hover {
  padding: 3px;
  transition: 300ms;
  color: black;
}
.wagmi {
  margin-top: 20px;
  margin-left: 40%;
}
.section {
  position: absolute;
  margin-top: 35vh;
}

*,
*:after,
*:before {
  box-sizing: border-box;
}

.section {
  cursor: pointer;
  background: black;
  box-shadow: 0 20px 15px -10px rgba(0, 0, 0, 0.6);
  height: 20rem;
  max-width: 45rem;
  border-radius: 20px;
  margin-left: 20%;
  overflow: hidden;
  width: 80%;
}
.section h2 {
  font-size: 2rem;
  text-align: center;
  margin: 0.5rem;
}
.section p {
  font-size: 1.1rem;
  text-align: center;
  color: rgba(61, 18, 58, 0.8);
  margin: 20px;
}
.section:hover .slider-1 {
  right: -50%;
}
.section:hover .slider-2 {
  left: 0%;
}
.section:hover .slider-image {
  background: url("love.png");
  background-size: cover;
  background-position: center;
  left: 50%;
}

.slider-image {
  background: url("4.png");
  background-size: cover;
  height: 100%;
  position: absolute;
  left: 0;
  transition: 1s left ease-in-out, 1s background ease-in-out;
  width: 50%;
}

.slider-1 {
  background: #ecf0f1;
  height: 100%;
  padding: 1rem 2rem 1rem 1rem;
  position: absolute;
  right: 0;
  top: 0;
  transition: 1s right ease-in-out;
  width: 50%;
}
.slider-1:before,
.slider-1:after {
  border-top: 2rem solid transparent;
  border-bottom: 2rem solid transparent;
  content: "";
  height: 15rem;
  position: absolute;
  width: 0;
  z-index: 5;
}
.slider-1:after {
  top: 9rem;
}
.twt {
  border: solid;
  border-radius: 10px;
  padding: 2px;
  color: blue;
}

.slider-2 {
  background: #ecf0f1;
  height: 100%;
  position: absolute;
  left: -50%;
  padding: 1rem 1rem 1rem 2rem;
  top: 0;
  transition: 1s left ease-in-out;
  width: 50%;
  z-index: 5;
}
.slider-2:before,
.slider-2:after {
  border-top: 2rem solid transparent;
  border-bottom: 2rem solid transparent;
  content: "";
  height: 15rem;
  position: absolute;
  width: 0;
  z-index: 5;
}
.slider-2:after {
  top: 9rem;
}
.team12 {
  height: 100vh;
}
.te > h1 {
  font-size: 3rem;
  color: white;
  text-align: center;
  margin-top: 60px;
}
.reveal {
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 2s all ease;
}

.reveal.active {
  transform: translateY(0);
  opacity: 1;
}
.footer {
  height: 74px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 57px;
  background-color: rgba(177, 54, 169, 0.8);
}
.footer > img {
  width: 70px;
}
.trw {
  color: white;
  border: solid white;
  border-radius: 20px;
  padding: 8px;
  border-width: 2px;
  transition: 400ms;
}
.trw:hover {
  cursor: pointer;
  color: black;
  background-color: rgba(255, 119, 247, 0.8);
}
