@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css2?family=Odibee+Sans&family=Orbitron:wght@400..900&display=swap');

:root{
  --bg-color: #01141d;
  --color-primary: #2EDAF1;
  --color-secondary: #54595F;
  --color-text: #c2c2c2;
  --color-white: #fff;
  --primary-font-family: "Roboto";
  --secondary-font-family: "Roboto Slab";
  --text-font-family: "Orbitron", sans-serif; 
}

a{
  text-decoration: none;
}

li{
  list-style: none;
}

#check, .close-menu,.fa-bars{
  display: none;
}

nav{
  width: 100%;
  margin: 50px auto;
  -webkit-box-shadow: 10px 10px 93px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 93px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 93px 0px rgba(0, 0, 0, 0.75);
  font-family: var(--text-font-family);
}

.nav-items{
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo img{
  width: 200px;
  filter: drop-shadow(2px 5px 10px var(--color-primary));
}

nav ul{
  display: flex;
  justify-content: space-between;
  gap: 15px;
  align-items: center;
  list-style: none;
}

nav ul li a{
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 1.2px;
  color: #fff;
}

nav ul li a:hover{
  color: #2EDAF1;
}

nav label i{
  color: var(--color-white);
  font-size: 1.5rem;
}

span.s1 {
  position: absolute;
  top: 30%;
  font-size: 15rem;
  font-weight: 800; /* corrected typo: 800l -> 800 */
  text-transform: uppercase;
  color: #3C4447;
}

span.s2 {
  font-weight: 800;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 15rem;
  text-transform: uppercase;
  color: #3C4447;
}

/* My hum... body.. yeah.. */
body {
  margin: 0;
  padding: 0;
  background-color: var(--bg-color);
  background-image: radial-gradient(at center center, #00E1FF24 0%, #01141d 70%);
  font-family: 'Roboto', sans-serif;
}

/*Flex container*/
.flex{
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: start;
}

/* The card */
.card {
  position: relative;
  height: 450px;
  width: 95%;
  margin-left: 50px;
  background-color: #FFF;
  -webkit-box-shadow: 10px 10px 93px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 93px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 93px 0px rgba(0, 0, 0, 0.75);
}

/* Image on the left side */
.thumbnail {
  float: left;
  position: relative;
  left: 30px;
  top: -30px;
  height: 320px;
  width: 530px;
  -webkit-box-shadow: 10px 10px 60px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 60px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 60px 0px rgba(0, 0, 0, 0.75);
  overflow: hidden;
  /*object-fit: cover;*/
  /*object-position: center;*/
}

img.left {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* Right side of the card */
.right {
  margin-left: 590px;
  margin-right: 20px;
}

h1 {
  padding-top: 15px;
  font-size: 1.3rem;
  color: #4B4B4B;
}

.author {
  background-color: var(--bg-color);
  height: 30px;
  width: 110px;
  border-radius: 20px;
}

.author img {
  padding-top: 5px;
  margin-left: 10px;
  float: left;
  height: 20px;
  width: 20px;
  border-radius: 50%;
}

h2 {
  padding-top: 8px;
  margin-right: 6px;
  text-align: center;
  font-size: 0.8rem;
  color: white;
}

.separator {
  margin-top: 10px;
  border: 1px solid #C3C3C3;
}

p {
  text-align: justify;
  padding-top: 10px;
  font-size: 0.95rem;
  line-height: 150%;
  color: #4B4B4B;
}

/* DATE of release */
h5 {
  position: absolute;
  left: 30px;
  bottom: -120px;
  font-size: 6rem;
  color: #C3C3C3;
}

h6 {
  position: absolute;
  left: 30px;
  bottom: -55px;
  font-size: 2rem;
  color: #C3C3C3;
}

/* Floating action button */
.fab {
  position: absolute;
  right: 50px;
  bottom: -40px;
  box-sizing: border-box;
  padding-top: 18px;
  background-color: #1875D0;
  width: 80px;
  height: 80px;
  color: white;
  text-align: center;
  border-radius: 50%;
  z-index: 1;
}

.right-flex{
  margin-right: 50px;
  margin-top: -5px;
  font-size: 5rem;
  color: white;
  width: 100%;
  z-index: 1;
}

.right-card{
  width: 90%;
  height: 500px;
  margin: 20px auto;
  background-color: #FFF;
  -webkit-box-shadow: 10px 10px 93px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 93px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 93px 0px rgba(0, 0, 0, 0.75);
}

.right-card .img{
  width: 100%;
  height: 200px;
  -webkit-box-shadow: 10px 10px 60px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 60px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 60px 0px rgba(0, 0, 0, 0.75);
}

.right-card .img img{
  width: 100%;
  height: 100%;
}

.content{
  padding: 20px;
}

.content .right-icons{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  font-size: 1rem;
  color: #01141d;
}

footer{
  -webkit-box-shadow: 10px 10px 93px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 93px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 93px 0px rgba(0, 0, 0, 0.75);
  width: 100%;
  padding-bottom: 10px    ;
}

.footer-container{
  width: 80%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding-top: 80px;
  padding-bottom: 30px;
  gap: 30px;
}
.footer-container h1{
  font-size: 1.3rem;
  color: var(--color-text);
}

a{
  color: #bbb;
}

.footer-container .foot-card h2{
  font-size: 1rem;
  color: var(--color-white);
  text-align: left;
}

.footer-container .foot-card p{
  font-size: 0.9rem;
  font-weight: 100;
  color: var(--color-text);
  text-align: left;
}

.footer-container .foot-card .flex-box li{
  margin-top: 10px;
  color: var(--color-text);
}

.cnt-btn{
  margin-top: 15px;
  background: var(--color-primary);
  padding: 10px 30px;
  border-radius: 30px;
  color: var(--bg-color);
  transition: all 0.5s ease-in-out;
}

.cnt-btn:hover{
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
  background: transparent;
}

.footer-container2{
  width: 80%;
  padding-top: 10px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.8rem;
  border-top: 1px solid var( --color-secondary);
  color: var(--color-text);
}

@media only screen and (max-width: 1024px) {
  span.s2 {
    bottom: -100%;
  }
  .thumbnail{
    width: 400px;
    height: 280px;
  }
  .right {
    margin-left: 450px;
  }
  h1 {
    font-size: 1rem;
  }
  .right-flex {
    margin-right: 10px;
    margin-top: -10px;
  }
  .content{
    padding: 0 10px;
  }
  .content p{
    font-size: 0.8rem;
    padding: 0;
  }
  .content .right-icons {
    font-size: 0.8rem;
  }
}

@media only screen and (max-width: 768px) {
  .close-menu,.fa-bars{
    display: block;
  }
  
  .checkbtn {
    display: block;
  }

  nav ul {
    display: flex;
    flex-direction: column;
    width: 250px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: -300px; 
    background-color: var(--bg-color);
    padding: 20px;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
    transition: left 0.5s ease-in-out; 
    z-index: 1000;
  }

  nav ul.active {
      width: 95%;
      height: 100vh;
      left: 0; 
      display: block;
      margin: 0;
  }

  .close-menu {
    display: flex;
    justify-content: flex-end;
    padding: 10px;
    color: var(--color-white);
  }

  .close-menu i {
    font-size: 24px;
    cursor: pointer;
  }

  nav ul li {
    text-align: center;
  }

  nav ul li a {
    display: block;
    padding: 10px;
    color: var(--color-text);
  }
  
  span.s1, span.s2{
    display: none;
  }

  .flex{
    flex-direction: column;
  }
  .card{
    margin-left: 2.5%;

  }
  .right-flex {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .right-card{
    padding-bottom: 50px ;
    height: auto;
  }
  .right {
    margin-left: 10px;
  }
  .footer-container{
      grid-template-columns: repeat(2, 1fr);
  }
  .footer-container h1 {
      font-size: 1.2rem;
  }
}

@media only screen and (max-width: 450px) {
  .right h5,h6{
    opacity: 0.4;
  }
  .thumbnail {
    left: 20px;
    width: 360px;
    height: 280px;
  }
  .card {
    height: 100%;
    margin-top: 50px;
    margin-left: 2.5%;
    padding-bottom: 20px;
  }
  .right-flex {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 50px;
  }
  .footer-container{
    padding-top: 20px;
    gap: 0;
    grid-template-columns: repeat(1, 1fr);
  }
  .footer-container .foot-card h2{
      font-size: 1rem;
  }
  .footer-container h1 {
      font-size: 1rem;
  }
  .footer-container .foot-card .flex-box li{
      font-size: 1rem;
      margin-top: 5px;
  }
  .footer-container2{
      text-align: center;
  }
}