/* colors dark green: #032725
light green: #233837 
teal: #8D9998


beige: #EAE1D6
teracotta: #8D2D00
*/


@font-face {
  font-family:'Questrial' ;
  src: url(../fonts/League_Gothic\,Montserrat\,Questrial/Questrial/Questrial-Regular.ttf) format(truetype);
}
@font-face {
    font-family:'Nexa';
    src: url(../fonts/nexa/Nexa-ExtraLight.ttf) format(truetype);
  }
  
  @font-face {
    font-family:'Nexa Bold';
    src: url(../fonts/nexa/Nexa-Heavy.ttf) format(truetype);
  }
  
  @font-face {
    font-family:'Akira';
    src: url(../fonts/akira_expanded/Akira\ Expanded\ Demo.otf) format(opentype);
  }
  
  @font-face {
    font-family:'Integral';
    src: url(../fonts/Integral-CF-Font-Family/Fontspring-DEMO-integralcf-medium.otf) format(truetype);
  }

  @font-face {
    font-family:'Satoshi';
    src: url(../fonts/Satoshi_Complete/Fonts/OTF/Satoshi-Medium.otf) format(opentype);
  }

  @font-face {
    font-family:'Satoshi Bold';
    src: url(../fonts/Satoshi_Complete/Fonts/OTF/Satoshi-Bold.otf) format(opentype);
  }

* {
    text-decoration: none;
    list-style: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

  
  body {
    background-color: #032725;
  }

  /* Optional: Smooth scroll behavior */
html {
  scroll-behavior: smooth;
}

  /*  BODY ANIMATION */

  @keyframes floatIn {
    0% {
      opacity: 0;
      transform: translateY(-50px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  body {
    animation: floatIn 2.5s ease forwards; /* Animation duration and timing function */
  }
  
  body {
    transition: opacity 1.3s ease-in-out; /* Smooth transition for the entire page */
  }
  
  .header .top_nav {
    width: 100%;
    height: 70px;
    background-color: none;
    padding: 0 50px;
    display:flex;
    justify-content: space-between;
    align-items: center;
    color: #EAE1D6;
  }

  .top_left {
    display: flex;
  }

  .top_left ul {
    display: flex;
    align-items: center;
    list-style-type: none;
    
  }

  .top_left ul li {
    margin: 0 20px;
  }
  
  .top_left ul li a {
    text-decoration: none;
    color: #EAE1D6;
    
  }

  /* ATLAS MIDDLE */

  .top_middle h1 {
    letter-spacing: 0px;
    color: #EAE1D6 ;
    font-size: 50px;
    text-align: center;
  }

  .top_middle {
    display: flex;
    justify-content: center;
    flex-direction: column; /* Add this line if needed */
    position: relative;
    right: 30px;
    transition: transform 0.5s ease-in-out;
}

.top_middle:hover{
  transform: scale(1.1);
}

  /* TOP RIGHT NAV */

  .header .top_right ul {
    display: flex;
    align-items: center;
    
  }

  .header .top_right ul li {
    margin: 0 20px;
  }

  .top_right ul li a {
    color: #EAE1D6;
  }

 #sign_up {
    background-color:  #233837;
    margin-right: 0;
    border-radius: 10px;
    display: block;
    padding: 15px 20px;
    
  }

  #sign_up_link {
    color: #FEFAF5;
  }

  /* Bottom Navigation Bar */

.header .bottom_nav {
        width: 100%;
        height: 70px;
        background-color: none ;
        padding: 20px;
        position: relative;
        top: -15px;

        
    
}

.bottom_nav ul {
        display:flex;
        align-items: center;
        color: #032725;
        justify-content: center;
        
}

.bottom_nav ul li {
    margin: 0 20px;
}

.bottom_nav ul li a {
    color: #EAE1D6;
}

/*font-family*/

.top_middle h1 {
    font-family: Integral;
}

.top_left li {
    font-family: Integral;
}

.top_right li {
    font-family: Integral;
}

.bottom_nav li{
    font-family: Integral;
}

/* SECTION FOR BROWSE MENU ITEMS */

.browse_menu {
    position: relative;
    background-color: #032725;
    color: white;
    height: 800px;
    font-family: integral;
    text-align: right;
    align-content: center;
    font-size: 45px;
    line-height: 120px;
    width: 100vw;
    padding-right: 100px;

}

.browse_menu a {
    color:#EAE1D6; /* Change the color of the links */
    transition: color 0.2s ease-in-out, transform 0.5s ease-in-out, font-size 0.5s ease-in-out; /* Transition effect */
    /* Add transition for font-size */
}

/* HOVER FEATURES OVER LINKS */
.browse_menu a:hover {
    color: #8D9998;
    text-decoration: underline;
    transform: scale(1.1); /* Scale the link to 110% on hover */
    font-size: 1.1em; /* Increase font size to 110% on hover */
}

.top_left a:hover {
    color: #8D9998;
    text-decoration: underline;
    transition: color 0.2s ease-in-out, text-decoration 0.3s ease-in-out;
}
.top_right a:hover {
    color: #8D9998;
    text-decoration: underline;
    transition: color 0.2s ease-in-out, text-decoration 0.3s ease-in-out;
}
.bottom_nav a:hover {
    color: #8D9998;
    text-decoration: underline;
}
.top_middle :hover{
    color: #8D9998;
    transform: scale(1.1); /* Scale the link to 110% on hover */
    font-size: 60px; /* Increase font size to 110% on hover */
    transition: color 0.2s ease-in-out, transform 0.5s ease-in-out;
}

/* TOP 5 CHARTS */
.mostpopularmay_title {
  font-family: Integral;
  color: white;
  font-size: 40px;
  background-color:   #8D9998;
  padding: 20px;
}
.mostpopularmay {
  background-color:  #EAE1D6;
  height: 1000px;
}
#may1 {
background-color: none;
justify-content: center;
align-content: center;
}

#may1 img {
  width: 450px;
  height: auto;
}

.mostpopularmay_imgs {
    width: 95%;
    display: flex;
    padding: 30px;
    justify-content: center;
    position: relative;
}
.mostpopularmay_imgs h2 {
  color: black;
  font-family: Questrial;
  position: relative;
  font-size: 60px;
  padding: 20px;
}
.mostpopularmay_imgs img {
    width: 250px;
    padding: 30px;
    height: 330px;
    transition: transform 0.3s ease-in-out; 
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
.mostpopularmay_imgs img:hover {
  transform: scale(1.1);
} 

#may2, #may3, #may4, #may5 {
  position: relative;
  margin-top: 7%;
}


/* CAROUSEL SPOTLIGHT */

.spotlight_container {
    width: 400px;
}

.spotlight_carousel {
    overflow: hidden;
    position: relative;
}

.spotlight_container {
    display: flex; /* Enable flexbox layout */
    transition: transform 0.5s ease; /* Smooth transition for sliding effect */
}

.carousel_item {
    flex: 0 0 auto; /* Prevent items from shrinking */
    width: 100%; /* Ensure each item takes up the full width */
}

.carousel_actions {
    margin-top: 10px; /* Adjust as needed */
}

/* Hide overflow to prevent horizontal scrollbars */
.discover_carousel,
.carousel_container {
    overflow: hidden;
}

/* Ensure each carousel item takes up the full width */
.carousel_item {
    width: 100%;
}


/*  AUTHOR SPOTLIGHT  */

.author_spot img {
    width: 500px;
}


@media (max-width: 1200px) {
  .header .top_nav {
    padding: 0 30px;
  }
  
  .top_middle h1 {
    font-size: 40px;
  
  }
.top_left li, .top_right li, .bottom_nav{
  font-size: 15px;
}
.browse_menu {
  font-size: 25px;
}
}

@media (max-width: 900px) {
  .header .top_nav {
    padding: 0 30px;
  }
  
  .top_middle h1 {
    font-size: 40px;
  
  }
.top_left li, .top_right li, .bottom_nav{
  font-size: 15px;
}
.browse_menu {
  font-size: 25px;
}
}

@media (max-width: 700px) {
  .header .top_nav {
    padding: 0 20px;
  }
  .top_middle h1 {
    font-size: 30px;
  }
  .top_left li, .top_right li, .bottom_nav{
      font-size: 12px;}
  .browse_menu {
    font-size: 25px;
}
}

@media (max-width: 570px) {
  .header, .top_nav {
    padding: 0 10px;
  }
  
  .top_middle h1 {
    font-size: 20px;
  }
  .top_left li, .top_right li, .bottom_nav{
    font-size: 10px;
  }

  .browse_menu {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .header, .top_nav {
    padding: 0 5px;
  }
  
  .top_middle h1 {
    font-size: 15px;
  }
  .top_left li, .top_right li, .bottom_nav{
    font-size: 5px;
  }

  .browse_menu {
    font-size: 15px;
  }
  
}



.spotlight_container {
  color: white;
  font-family: integral;
  font-size: 40px;
  background-color: #032725;
  width: 100%;
  height: 900px;
}

.spotlight_container {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.carousel_container {
  display: flex;
  transition: transform 0.5s ease;
}

.carousel_item {
  flex: 0 0 100%; /* Each slide takes up full width */
  text-align: center;

}

.carousel_item img {
  width: 900px;
  border-radius: 30px;
}

.carousel_actions {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}

.carousel_actions button {
  cursor: pointer;
  background-color: #333;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 8px 16px;
  margin: 0 5px;
}


/* ROBB KIYOSAKI */

.author_spot {
  width: 100%;
  justify-content: center;
  position: relative;
  background-color: black;
  color: white;
  font-family: integral;
  height: 900px;
}
.author_spot h3 {
  font-size: 40px;
}

.author_spot img, h3, p {
  text-align: center;
  justify-content: center;
}


.author_spot {
  display: flex;
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
}

.author_img {
  text-align: center; /* Center text horizontally */
}

.author_img img {
  display: block; /* Ensure the image behaves as a block element */
  margin: 0 auto; /* Center the image horizontally */
  box-shadow: 0px 0px 80px rgba(255, 255, 255, 0.5); /* Adjust the shadow values as needed */
}

