@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}
/* .wrapper {
  background-image: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)),
  url("pp-bg.jpg");
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: -1;
} */
/* ------------------------------------------------------------------- */

.wrapper {
  height: 100vh;
  /* position: relative; */
  z-index: 1;
  overflow: hidden;
}

.wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)),
    url("background.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: blur(5px);
  z-index: -1;
}

.wrapper-content {
  position: relative;
  z-index: 2;
}

.navbar {
  width: 100%;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
}
.logo {
  display: flex;
}
.logo img {
  /* height: 50px; */
  height: 3.2vw;
  /* width: 50px; */
  width: 3.2vw;
  border-radius: 50%;
  display: block;
}

.nav-menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2vw;
}
.nav-menu ul li {
  list-style: none;
  padding: 15px 25px;
  cursor: pointer;
}
.nav-menu ul li:hover {
  /* background: #000000; */
  border-radius: 50%;
  transition: 0.5s;
}
.nav-menu ul li a {
  text-decoration: none;
  /* font-size: 48px; */
  font-size: 1.5vw;
  color: #c4bdbd;
  /* font-weight: 500; */
  /* color: #fffefe; */
  text-transform: uppercase;
}
.toggle-btn {
  position: absolute;
  top: 35px;
  right: 25px;
  display: none;
  justify-content: space-between;
  flex-direction: column;
  height: 22px;
  width: 32px;
}
.toggle-btn .bar {
  height: 4px;
  width: 100%;
  background-color: #c4bdbd;
  border-radius: 10px;
}
.content-section {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 0px 30px;
}
.content-section h1 {
  color: #fff;
  font-size: 55px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.content-section p {
  color: #fff;
  font-size: 19px;
  margin-top: 10px;
  font-family: sans-serif;
}
.two-span {
  /* display: flex; */
  gap: 35px;
  justify-items: center;
}
.title-orange {
  color: orange;
  /* font-size: 5.5rem; */
  /* font-size: 4vh; */
  font-size: 6vw;
  font-weight: bold;
}

.title-white {
  background-color: #c4bdbd;
  padding: 5px 25px;
  color: rgb(0, 0, 0);
  /* font-size: 5.5rem; */
  /* font-size: 10vh; */
  font-size: 6vw;
  font-weight: bold;
}

.title-green {
  color: green;
  /* font-size: 5.5rem; */
  /* font-size: 12vh; */
  font-size: 6vw;
  font-weight: bold;
}

.explore-btn {
  background-color: #7f7c7b;
  padding: 10px 20px;
  color: white;
  border: none;
  /* width: 340px; */
  width: 20vw;
  border-radius: 10px;
  font-size: 3vw;
  cursor: pointer;
  /* margin-top: 120px; */
  margin-top: 5vw;
}
.explore-btn:hover {
  background-color: #e64a19;
}

.register-btn {
  position: relative;
  background-color: #7f7c7b;
  color: white;
  /* padding: 10px 20px; */
  padding: 1vw 2vw;
  border: none;
  border-radius: 5px;
  /* font-size: 2rem; */
  font-size: 1.5vw;
  cursor: pointer;
  /* margin-top: 240px; */
  margin-top: 13vw;
  margin-bottom: 2vw;

  z-index: 3;
}

.register-btn:hover {
  background-color: #e64a19;
}

.games {
  margin-top: 30px;
}

.games ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3vw;
}

.games ul li {
  list-style: none;
  padding: 15px 25px;
  cursor: pointer;
}

/* .games ul li:hover {
  background: #000000;
  border-radius: 50%;
  transition: 0.5s;
} */

.games ul li a {
  text-decoration: none;
  font-weight: bold;
  /* font-size: 18px; */
  font-size: 1.4vw;
  /* color: #c4bdbd; */
  text-transform: uppercase;
  color: #8e8a8a;
  /* text-transform: uppercase; */
}

.bgmi {
  /* position: relative; */
  margin-top: 5vw;
  z-index: 1;
}

.character-img {
  position: absolute;
  width: 22%;
  height: 65%;
  z-index: 2;
  left: 600px;
  top: 120px;
  align-items: center;
}

.secondsec {
  height: 100vh;
  width: 100%;
  background: rgb(36, 31, 31);
  background: linear-gradient(
    90deg,
    rgba(36, 31, 31, 1) 0%,
    rgba(48, 20, 52, 1) 15%,
    rgba(29, 31, 32, 1) 100%
  );
}

.gamesdetails {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  color: white;
  /* padding: 150px; */
  padding: 5vw;
}
.left {
  /* height: 450px; */
  height: 29vw;
  width: 40%;
  /* background-color: #e64a19; */
}
.right {
  /* height: 450px; */
  height: 29vw;
  width: 40%;
  /* background-color: #e64a19;   */
  /* font-size: 1.5rem; */
  text-align: center;
}
.right h1 {
  /* font-size: 30px; */
  font-size: 2.9vw;
}
.right span {
  /* font-size: 20px; */
  font-size: 1.5vw;
}
.gamedesc {
  /* margin: 25px; */
  margin: 1.6vw;
  /* background: red; */
  width: 50%;
  text-align: left;
  /* margin-left: 115px; */
  margin-left: 7.4vw;
}

.cards {
  display: flex;
  justify-content: center;
  /* gap: 10px; */
  gap: 0.6vw;
  /* margin-bottom: 20px; */
  margin-bottom: 1.3vw;
  position: relative;
}

.card {
  /* height: 300px; */
  height: 19.5vw;
  /* width: 180px; */
  width: 11.7vw;
  border-radius: 10px;
  transition: transform 0.3s ease-in-out;
}

.front-card {
  position: absolute;
  /* top: 90px; */
  top: 5.8vw;
  left: 20%;
  z-index: 2;
}

.card:hover {
  transform: scale(1.1);
}
.c1 {
  position: absolute;
  rotate: z -5deg;
  /* left: -40px; */
  left: -2.4vw;
  /* top: -65px; */
  top: -1.2vw;
}
.c2 {
  position: absolute;
  rotate: z 5deg;
  /* right: 140px; */
  right: 9.1vw;
  /* top: -65px; */
  top: -1.2vw;
}
.c3 {
  rotate: z -5deg;
  /* object-fit: cover; */
}
.logos {
  /* height: 75px; */
  height: 4.8vw;
  justify-content: space-evenly;
  /* background: red; */
  margin: 0px;
  display: flex;
}
.thirdsec {
  height: 100vh;
  width: 100%;
  background: rgb(36, 31, 31);
  background: linear-gradient(
    90deg,
    rgba(36, 31, 31, 1) 0%,
    rgba(48, 20, 52, 1) 15%,
    rgba(29, 31, 32, 1) 100%
  );
}
.heading {
  color: white;
  padding: 6vw;
  text-align: center;
  font-size: 2vw;
}
.fourthsec {
  height: 100vh;
  width: 100%;
  background: rgb(36, 31, 31);
  background: linear-gradient(
    90deg,
    rgba(36, 31, 31, 1) 0%,
    rgba(48, 20, 52, 1) 15%,
    rgba(29, 31, 32, 1) 100%
  );
}
.fourthsec h1 {
  color: white;
  padding: 100px;
  text-align: center;
  /* font-size: 50px; */
  font-size: 3.2vw;
  font-weight: bold;
}

.bottomcards {
  display: flex;
  justify-content: center;
  gap: 80px;
  margin-bottom: 20px;
  position: relative;
}
.bottomcards img {
  filter: grayscale(100%);
}

.fourcards {
  display: flex;
  justify-content: center;
  /* gap: 80px; */
  gap: 5.2vw;
  margin-bottom: 20px;
  position: relative;
}

.fourcards img {
  filter: grayscale(100%);
}
.car {
  /* width: 300px; */
  /* height: 450px; */
  /* height: 420px; */
  /* width: 240px; */
  height: 27vw;
  width: 15vw;
  overflow: hidden;
  border-radius: 25px;
  transition: transform 0.5s ease-in-out;
}

.D {
  /* width: 300px; */
  /* height: 450px; */
  /* height: 420px; */
  /* width: 240px; */
  height: 27vw;
  width: 15vw;
  overflow: hidden;
  border-radius: 25px;
  transition: transform 0.5s ease-in-out;
}

.D:hover {
  transform: scale(1.1);
  filter: none;
}

.carrousel {
  display: grid;
  grid-auto-flow: column;
  scroll-behavior: smooth;
  gap: 2vw;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.car:hover {
  transform: scale(1.1);
  filter: none;
}

.upcomingtourni {
  display: flex;
  justify-content: space-around;
  gap: 80px;
  margin-bottom: 20px;
  position: relative;
  height: 420px;
  width: 240px;
  /* margin: px; */
  /* overflow: hidden; */
  border-radius: 25px;
  transition: transform 0.5s ease-in-out;
}

@media screen and (max-width: 768px) {
  .character-img {
    position: static;
    width: 60%;
    height: 65%;
    z-index: 2;
    left: 600px;
    top: 120px;
    align-items: center;
  }

  /* Adjust wrapper and background */
  .wrapper {
    height: auto;
    min-height: 100vh;
  }

  .wrapper::before {
    filter: blur(3px); /* Reduce blur for better performance */
  }

  /* Simplify navbar */
  .navbar {
    padding: 10px 20px;
  }

  .logo img {
    height: 40px;
    width: 40px;
  }

  .toggle-btn {
    top: 20px;
    right: 15px;
  }

  .nav-menu ul {
    padding-top: 60px; /* Add space for the toggle button */
  }

  .nav-menu ul li {
    padding: 10px 15px;
  }

  /* Adjust content section */
  .content-section {
    padding: 0px 15px;
  }

  .content-section h1 {
    font-size: 30px;
  }

  .content-section p {
    font-size: 16px;
  }

  .title-orange,
  .title-white,
  .title-green {
    font-size: 3rem; /* Reduce font size for smaller screens */
  }

  .explore-btn {
    width: 200px;
    font-size: 1.5rem;
    margin-top: 60px;
  }

  .register-btn {
    /* margin-top: 10vw; */
    font-size: 1.5rem;
    /* font-size: 2vh; */
    /* margin-top: -22px; */
  }

  /* Adjust games section */
  .games ul {
    flex-direction: column;
  }

  .games ul li {
    padding: 10px 15px;
  }

  .games ul li a {
    text-decoration: none;
    font-weight: bold;
    /* font-size: 18px; */
    font-size: 2.7vw;
    /* color: #c4bdbd; */
    text-transform: uppercase;
    color: #8e8a8a;
    /* text-transform: uppercase; */
  }

  /* Stack gamesdetails vertically */
  .gamesdetails {
    flex-direction: column;
    padding: 50px 20px;
  }

  .left,
  .right {
    width: 100%;
    height: 385px;
    text-align: center;
  }

  .right span {
    /* font-size: 20px; */
    font-size: 2vw;
  }
  .gamedesc {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }

  /* Adjust cards section */
  .cards {
    /* flex-direction: column; */
    align-items: center;
  }

  .card {
    height: 200px;
    width: 120px;
    margin: 10px 0;
  }

  .front-card {
    top: 50px;
    left: 50%;
    /* transform: translateX(-50%); */
  }

  .c1,
  .c2,
  .c3 {
    position: static;
    rotate: none;
  }

  /* Adjust bottomcards section */
  /* .bottomcards {
      flex-direction: column;
      align-items: center;
      gap: 20px;
    } */

  .bottomcards {
    display: flex;
    justify-content: center;
    gap: 80px;
    margin-bottom: 20px;
    position: relative;
  }
  /* .car {
      height: 300px;
      width: 180px;
    } */

  .car {
    height: 300px;
    width: 180px;
    overflow: hidden;
    border-radius: 25px;
    transition: transform 0.5s ease-in-out;
  }
  /* Adjust footer */
  .footer1 h3 {
    font-size: 18px;
    margin-top: 110px;
  }

  .content li {
    display: block;
    padding: 10px;
  }

  .icons {
    margin-right: 0;
    text-align: center;
  }

  .icons a {
    float: none;
    margin: 0 10px;
  }

  h6 {
    text-align: center;
    margin-right: 0;
  }
  .logos {
    height: 40px;
    justify-content: space-evenly;
    /* background: red; */
    margin: 0px;
    display: flex;
  }
  .heading {
    color: white;
    padding: 28px;
    text-align: center;
    font-size: 30px;
    margin-bottom: 185px;
  }
  .content-section span {
    /* font-size: 39px; */
    font-size: 8.5vw;
  }
  .D {
    /* width: 300px; */
    /* height: 450px; */
    height: 150px;
    width: 120px;
    overflow: hidden;
    border-radius: 25px;
    transition: transform 0.5s ease-in-out;
  }

  .fourcards {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 40px;
    /* margin-bottom: 20px; */
    /* position: relative; */
  }

  .content li {
    list-style-type: disc;
    /* display: inline; */
    padding: 25px;
  }

  .content {
  }

  .fifthsec {
    height: 105vh;
    width: 100%;
    background: rgb(36, 31, 31);
    background: linear-gradient(
      90deg,
      rgba(36, 31, 31, 1) 0%,
      rgba(48, 20, 52, 1) 15%,
      rgba(29, 31, 32, 1) 100%
    );
  }
}

@media screen and (max-width: 400px) {
  .character-img {
    position: static;
    width: 60%;
    height: 65%;
    z-index: 2;
    left: 600px;
    top: 120px;
    align-items: center;
  }

  /* Adjust wrapper and background */
  .wrapper {
    height: auto;
    min-height: 100vh;
  }

  .wrapper::before {
    filter: blur(3px); /* Reduce blur for better performance */
  }

  /* Simplify navbar */
  .navbar {
    padding: 10px 20px;
  }

  .logo img {
    height: 40px;
    width: 40px;
  }

  .toggle-btn {
    top: 20px;
    right: 15px;
  }

  .nav-menu ul {
    padding-top: 60px; /* Add space for the toggle button */
  }

  .nav-menu ul li {
    padding: 10px 15px;
  }

  .nav-menu ul li a {
    text-decoration: none;
    /* font-size: 18px; */
    font-size: 2.2vw;
    color: #c4bdbd;
    font-weight: 500;
    /* color: #fffefe; */
    text-transform: uppercase;
  }

  /* Adjust content section */
  .content-section {
    padding: 0px 15px;
  }

  .content-section h1 {
    font-size: 30px;
  }

  .content-section p {
    font-size: 16px;
  }

  .title-orange,
  .title-white,
  .title-green {
    font-size: 3rem; /* Reduce font size for smaller screens */
  }

  .explore-btn {
    width: 200px;
    font-size: 1.5rem;
    margin-top: 60px;
  }

  .register-btn {
    /* margin-top: 10vw; */
    font-size: 1.5rem;
    /* font-size: 2vh; */
    /* margin-top: -22px; */
  }

  /* Adjust games section */
  .games ul {
    flex-direction: column;
  }

  .games ul li {
    padding: 10px 15px;
  }

  /* Stack gamesdetails vertically */
  .gamesdetails {
    flex-direction: column;
    padding: 50px 20px;
  }

  .left,
  .right {
    width: 100%;
    height: 250px;
    text-align: center;
  }

  .gamedesc {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }

  /* Adjust cards section */
  .cards {
    /* flex-direction: column; */
    align-items: center;
  }

  .card {
    height: 200px;
    width: 120px;
    margin: 10px 0;
  }

  .front-card {
    top: 50px;
    left: 50%;
    /* transform: translateX(-50%); */
  }

  .c1,
  .c2,
  .c3 {
    position: static;
    rotate: none;
  }

  /* Adjust bottomcards section */
  /* .bottomcards {
      flex-direction: column;
      align-items: center;
      gap: 20px;
    } */

  .bottomcards {
    display: flex;
    justify-content: center;
    gap: 80px;
    margin-bottom: 20px;
    position: relative;
  }
  /* .car {
      height: 300px;
      width: 180px;
    } */

  .car {
    height: 300px;
    width: 180px;
    overflow: hidden;
    border-radius: 25px;
    transition: transform 0.5s ease-in-out;
  }
  /* Adjust footer */
  .footer1 h3 {
    padding-top: 7vw;
    font-size: 3.2vw;
  }

  .content li {
    display: block;
    padding: 10px;
  }

  .icons {
    margin-right: 0;
    text-align: center;
  }

  .icons a {
    float: none;
    margin: 0 10px;
  }

  h6 {
    text-align: center;
    margin-right: 0;
  }
  .logos {
    height: 40px;
    justify-content: space-evenly;
    /* background: red; */
    margin: 0px;
    display: flex;
  }
  h1 {
    padding-top: 15vw;
  }
  .heading {
    color: white;
    /* padding: 28px; */
    text-align: center;
    font-size: 3vw;
    /* margin-bottom: 85px; */
    margin-bottom: 40vw;
  }
  .fourthsec h1 {
    padding: 15vw;
    font-size: 7vw;
  }

  .D {
    /* width: 300px; */
    /* height: 450px; */
    height: 150px;
    width: 120px;
    overflow: hidden;
    border-radius: 25px;
    transition: transform 0.5s ease-in-out;
  }

  .fourcards {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 40px;
    /* margin-bottom: 20px; */
    /* position: relative; */
  }

  .content li {
    list-style-type: disc;
    /* display: inline; */
    padding: 25px;
  }

  .fifthsec {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 20vw;
  }

  .fifthsec {
    height: 100vh;
    width: 100%;
    background: rgb(36, 31, 31);
    background: linear-gradient(
      90deg,
      rgba(36, 31, 31, 1) 0%,
      rgba(48, 20, 52, 1) 15%,
      rgba(29, 31, 32, 1) 100%
    );
  }
}

.fifthsec {
  height: 100vh;
  width: 100%;
  background: rgb(36, 31, 31);
  background: linear-gradient(
    90deg,
    rgba(36, 31, 31, 1) 0%,
    rgba(48, 20, 52, 1) 15%,
    rgba(29, 31, 32, 1) 100%
  );
}

.fifthsec h1 {
  color: white;
  padding: 4vw;
  text-align: center;
  /* font-size: 50px; */
  font-size: 3vw;
  font-weight: bold;
}
.fifthsec p {
  color: white;
  padding: 0px;
  text-align: center;
  /* font-size: 30px; */
  font-size: 2vw;
  font-weight: bold;
}

footer {
  text-align: center;
}
.footer1 h3 {
  color: #f8f6f6;
  margin-top: 3vw;
}
.content {
  /* margin-top: 350px; */
  /* padding-top: 350px; */
  /* padding-top: 240px; */
  padding-top: 3vw;
}
.ima {
  /* height: 180px; */
  height: 10vw;
  /* width: 180px; */
  width: 10vw;
}

a:link {
  text-decoration: none;
}
h6 {
  color: #fff;
  font-size: 2vw;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  margin-top: 2vw;
  /* margin-right: 2vw; */
}
.icons {
  /* margin-right: 140px; */
  display: flex;
  justify-content: center;
  font-size: 1vw;
}
.icons a {
  display: inline-block;
  font-size: 2vw;
  color: #fdfefe;
  float: right;
  margin-right: 20px;
}

.Footerlist ul {
  display: flex;
  /* flex-direction: column; */
  gap: 2vw;
  font-size: 1.5vw;
  justify-content: center;
  gap: 4vw;
}

.logoimgicon {
  display: flex;
  justify-content: center;
  margin-bottom: 2vw;
}

.bgmichar {
  display: flex;
  justify-content: center;
}

@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');
body{
    font-family: Poppins;
    margin: 0;
    background-color: #010101;
    color: #eee;
}
svg{
    width: 25px;
}
header{
    width: 1200px;
    max-width: 90%;
    margin: auto;
    display: grid;
    grid-template-columns: 50px 1fr 50px;
    grid-template-rows: 50px;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 100;
}
header .logo{
    font-weight: bold;
}
header .menu{
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 20px;
    font-weight: 500;
}
/* css slider */
.slider{
    height: 100vh;
    margin-top: -50px;
    position: relative;
}
.slider .list .item{
    position: absolute;
    inset: 0 0 0 0;
    overflow: hidden;
    opacity: 0;
    transition: .5s;
}
.slider .list .item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slider .list .item::after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(
        to top, #000 40%, transparent
    );
}
.slider .list .item .content{
    position: absolute;
    left: 10%;
    top: 20%;
    width: 500px;
    max-width: 80%;
    z-index: 1;
}
.slider .list .item .content p:nth-child(1){
    text-transform: uppercase;
    letter-spacing: 10px;
}
.slider .list .item .content h2{
    font-size: 100px;
    margin: 0;
}
.slider .list .item.active{
    opacity: 1;
    z-index: 10;
}
@keyframes showContent {
    to{
        transform: translateY(0);
        filter: blur(0);
        opacity: 1;
    }
}
.slider .list .item.active p:nth-child(1),
.slider .list .item.active h2,
.slider .list .item.active p:nth-child(3){
    transform: translateY(30px);
    filter: blur(20px);
    opacity: 0;
    animation: showContent .5s .7s ease-in-out 1 forwards;
}
.slider .list .item.active h2{
    animation-delay: 1s;
}
.slider .list .item.active p:nth-child(3){
    animation-duration: 1.3s;
}
.arrows{
    position: absolute;
    top: 30%;
    right: 50px;
    z-index: 100;
}
.arrows button{
    background-color: #eee5;
    border: none;
    font-family: monospace;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    font-size: x-large;
    color: #eee;
    transition: .5s;
}
.arrows button:hover{
    background-color: #eee;
    color: black;
}
.thumbnail{
    position: absolute;
    bottom: 50px;
    z-index: 11;
    display: flex;
    gap: 10px;
    width: 100%;
    height: 250px;
    padding: 0 50px;
    box-sizing: border-box;
    overflow: auto;
    justify-content: center;
}
.thumbnail::-webkit-scrollbar{
    width: 0;
}
.thumbnail .item{
    width: 150px;
    height: 220px;
    filter: brightness(.5);
    transition: .5s;
    flex-shrink: 0;
}
.thumbnail .item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.thumbnail .item.active{
    filter: brightness(1.5);
}
.thumbnail .item .content{
    position: absolute;
    inset: auto 10px 10px 10px;
}
@media screen and (max-width: 678px) {
    .thumbnail{
        justify-content: start;
    }
    .slider .list .item .content h2{
        font-size: 60px;
    }
    .arrows{
        top: 10%;
    }
}
