@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600&family=Roboto:wght@300;400;500;900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
}

body::-webkit-scrollbar {
  width: 0.3rem;
}
body::-webkit-scrollbar-track {
  background: #0F1924;
}
body::-webkit-scrollbar-thumb {
  background: -webkit-radial-gradient(
    circle,
    #FF4C58 0%,
    #BC3F47 50%,
    #BC3F47 100%
  );
}

html {
  background: #0F1924;
}

.wrapper {
  width: 100%;
  height: 100vh;
  min-height: 750px;
  background: url(../img/origazoom-star-02.webp) center no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
}

nav {
    display: flex;
    align-items: center;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    margin-top: 20px;
}

nav #logo {
    font-size: 2rem;
    font-weight: 600;
    position: relative;
    top: -3px;
    margin-left: 80px;
    color: white;
}
nav #logo:hover {
    position: relative;
    top: 0px;
    display:block;
}

nav > span {
    margin-left: 0rem;
    color: white;
}

.slide-down {
    opacity: 0;
    animation: slide-down 1s 1s ease-in-out forwards;
}

/* Animation keyframes */
@keyframes slide-down {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media screen and (max-width: 576px) {
  nav #logo {
    font-size: 2rem;
    font-weight: 600;
    position: relative;
    top: -3px;
    margin-left: 30px;
    color: white;
  }
}

main {
  position: relative;
  width: calc(min(90rem, 90%));
  margin: 0 auto;
  min-height: 100vh;
  column-gap: 3rem;
  padding-block: min(20vh, 3rem);
}

main > div span {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  color: #fff;
}

main > div h1 {
  text-transform: capitalize;
  letter-spacing: 0.8px;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: clamp(1.4375rem, 3.25rem + 0.75vw, 2rem);
  background-color: #FFD000;
  background-image: linear-gradient(45deg, #FFD000, #000000);
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

main > div hr {
  display: block;
  background: #FFD000;
  height: 0.25rem;
  width: 6.25rem;
  border: none;
  margin: 1.125rem 0 1.875rem 0;
}

main > div p {
  line-height: 1.6;
  color: #fff;
}

main a {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  color: #717171;
  font-weight: 500;
  background: #fff;
  border-radius: 3.125rem;
  transition: 0.3s ease-in-out;
}

main > div > a {
  border: 2px solid #c2c2c2;
  margin-top: 2.188rem;
  padding: 0.625rem 1.875rem;
}

main > div > a:hover {
  border: 0.125rem solid #005baa;
  color: #005baa;
}

.swiper {
  width: 100%;
  padding-top: 3.125rem;
}

.swiper-pagination-bullet,
.swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination {
  bottom: 1.25rem !important;
}

.swiper-slide {
  width: 18.75rem;
  height: 28.125rem;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: self-start;
}

.swiper-slide h2 {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.4;
  margin-bottom: 0.625rem;
  padding: 0 0 0 1.563rem;
  text-transform: uppercase;
}

.swiper-slide p {
  color: #dadada;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  padding: 0 1.563rem;
  line-height: 1.6;
  font-size: 0.75rem;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.swiper-slide a {
  margin: 1.25rem 1.563rem 3.438rem 1.563rem;
  padding: 0.438em 1.875rem;
  font-size: 0.9rem;
}

.swiper-slide a:hover {
  color: #005baa;
}

.swiper-slide div {
  display: none;
  opacity: 0;
  padding-bottom: 0.625rem;
}

.swiper-slide-active div {
  display: block;
  opacity: 1;
}

.swiper-slide--one {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400), url("./origazoom-paper-01.webp") no-repeat 50% 50%/cover; 
  border-radius: 25px;
  filter: drop-shadow(0 0 0.75rem crimson);
  border: dashed red;
}

.swiper-slide--two {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400), url("./origazoom-paper-02.webp") no-repeat 50% 50%/cover;
  border-radius: 25px;
  filter: drop-shadow(0 0 0.75rem crimson);
  border: dashed red;
}

.swiper-slide--three {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400), url("./origazoom-paper-03.webp") no-repeat 50% 50%/cover;
  border-radius: 25px;
  filter: drop-shadow(0 0 0.75rem crimson);
  border: dashed red;
}

.swiper-slide--four {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400), url("./origazoom-paper-04.webp") no-repeat 50% 50%/cover;
  border-radius: 25px;
  filter: drop-shadow(0 0 0.75rem crimson);
  border: dashed red;
}

.swiper-slide--five {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400), url("./origazoom-paper-05.webp") no-repeat 50% 50%/cover;
  border-radius: 25px;
  filter: drop-shadow(0 0 0.75rem crimson);
  border: dashed red;
}

.swiper-slide--six {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400), url("./origazoom-paper-06.webp") no-repeat 50% 50%/cover;
  border-radius: 25px;
  filter: drop-shadow(0 0 0.75rem crimson);
  border: dashed red;
}

.swiper-slide--seven {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400), url("./origazoom-paper-07.webp") no-repeat 50% 50%/cover;
  border-radius: 25px;
  filter: drop-shadow(0 0 0.75rem crimson);
  border: dashed red;
}

.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right {
  background-image: none;
}

#emme {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 9999;
}
#emme img {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #CC3043;
  transition: border-radius 0.2s ease-in-out;
}
#emme img:hover {
  border-radius: 30%;
}

#ema {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 9999;
}
#ema img {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #CC3043;
  transition: border-radius 0.2s ease-in-out;
}
#ema img:hover {
  border-radius: 30%;
}

@media screen and (min-width: 48rem) {
  main {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 93.75rem) {
  .swiper {
    width: 85%;
  }
}

@media screen and (max-width: 576px) {
  main {
  position: relative;
  width: calc(min(90rem, 75%));
  margin: 0 auto;
  min-height: 100vh;
  column-gap: 3rem;
  padding-block: min(20vh, 3rem);
 }
}