/* 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: #fffaf5;
  }

  @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: #032725;
  }

  .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: #032725;
    
  }

  /* ATLAS MIDDLE */

  .top_middle h1 {
    letter-spacing: 0px;
    color: #8D9998 ;
    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;
    
}


  /* 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: #032725;
  }

 #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: #032725;
}

/*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;
}


 /* img */
 .discover_img img {
    width: 30%;
 }

 .mountain_pic img {
    width: 100vw;
    height: 600px;
 }

/* HOVER FEATURES */
 
.top_left a:hover {
    color: #8D9998;
    transition: color 0.2s ease-in-out, text-decoration 0.3s ease-in-out;

}

.top_right a:hover {
    color: #8D9998;
    transition: color 0.2s ease-in-out, transform 0.5s ease-in-out, font-size 0.5s ease-in-out; 
    
}
.bottom_nav a:hover {
    color: #8D9998;
   
    transition: color 0.2s ease-in-out, transform 0.s ease-in-out, font-size 0.5s ease-in-out; 

   
}

.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;
}




 /* begin with about the atlas journey */

.About_Atlas {
    position: relative;
    margin-top: 0%;
    padding: 20px;
    width: 100vw;
    background-color: none;
    font-size: 90px;
    
}

 .About_Atlas h2 {
    font-family: Integral;
    color: #233837 ;
    text-align: center;
 }

 .description {
    position: relative;
    margin-top: 100px;
    width: 100vw;
    background-color: #032725;
    color: #fffaf5;
    padding: 300px;
    text-align: center;
    
 }

 .description1 {
    font-family: Integral;
    font-size: 40px;
    padding: 20px;
    animation: floatIn 2.5s ease forwards;
 }

 .description2 {
    font-family: Questrial;
    color: #fffaf5;
    font-size: 20px;
    padding-top: 30px;
    line-height: 35px;
    animation: floatIn 5.5s ease forwards;
 }


/* BEGINNING DISCOVER CARASOUL CSS */
.discover_text {
  font-family: Integral;
}

.discover_words {
  background-color: none;
  width: 100vw;
  justify-content: center;
  text-align: center;
}

.discover_text h2 {
  font-size: 200px;
  color: #8D9998;
}

.discover_container {
  display: flex;
  justify-content: center; /* Horizontally center content */
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 20px 0;
  margin-left: 10%;
}


.carousel_item {
  flex: 0 0 auto;
  width: 600px; /* Adjust width as needed */
  min-width: 300px; /* Adjust minimum width as needed */
  margin-right: 20px;
  scroll-snap-align: start;
  padding: 40px;
  border: 2px solid #8D9998;
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
  background-color:#8D9998;
  transition: transform 0.5s ease-in-out;
}

.carousel_item img {
  width: 100%;
 max-width: 300px;
  height: auto;
  display: block;
  margin-top: 10px;
  margin-left: 20%;
}
.carousel_item:hover {
  transform: scale(1.1);
}
.carousel_actions {
  margin-top: 20px;
}

/* Optional styles for the buttons */
#carousel_button--prev, #carousel_button--next {
  padding: 8px 16px;
  margin-right: 10px;
  cursor: pointer;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 4px;
}

#carousel_button--prev:hover, #carousel_button--next:hover {
  background-color: #0056b3;
}
.carousel_item .carousel_item--visible {
  border: 2px solid #8D9998 !important;
  align-content: center !important;
  font-size: 30px !important;
  text-align: center !important;
  background-color: #8D9998 !important;
  width: 600px !important;
  z-index: 99999999 !important;
}

#what_is p {
  font-family: Questrial;
}

/* INDIVIDUAL FOR WHAT IS YOUR PERSONAL GOAL SLIDE 

.carousel_item h3 {
  font-family: Questrial;
  font-weight: bold;
  font-size: 30px;
}

.carousel_item p {
  font-family: Questrial;
  padding-top: 20px;
  padding-bottom: 20px;
}

#what_is {
  border: 2px solid #8D9998 !important;
  align-content: center !important;
  font-size: 30px !important;
  text-align: center !important;
  background-color: #8D9998 !important;
  width: 600px !important;
  z-index: 9999 !important;
}

#what_is p {
  font-family: Questrial;
}
*/



/* MEDIA QUERIES AS OF SUNDAY 5/13 */

/* for mobile */
@media (max-width:450px) {
  .mountain_pic img {
    width: 100%;
    height: 200px;
 }
 .About_Atlas {
  position: relative;
  margin-top: 10%;
  padding: 10px;
  width: 100%;
  background-color: none;
  font-size: 53px;
  
}

.About_Atlas h2 {
  font-family: Integral;
  color: #233837 ;
  text-align: center;
  font-size: 53px;
}
.description {
  position: relative;
  margin-top: 50px;
  width: 100%;
  background-color: #032725;
  color: #fffaf5;
  padding: 90px;
  text-align: center;
  
}

.description1 {
  font-family: Integral;
  font-size: 15px;
  padding: 5px;
  animation: floatIn 2.5s ease forwards;
  line-height: 30px;
}

.description2 {
  font-family: Questrial;
  color: #fffaf5;
  font-size: 12px;
  padding-top: 30px;
  line-height: 15px;
  animation: floatIn 5.5s ease forwards;
}
.discover_text {
  font-family: Integral;
}

.discover_words {
  background-color: none;
  width: 100vw;
  justify-content: center;
  text-align: center;
}

.discover_text h2 {
  font-size: 60px;
  color: #8D9998;
}
.discover_container {
  margin-left: 5%;
}


.header .top_nav {
  width: 100%;
  height: 70px;
  background-color: none;
  padding: 0 10px;
  display:flex;
  justify-content: space-between;
  align-items: center;
  color: #032725;
  font-size: 10px;
}

.top_left {
  display: flex;
  margin-left: -5px;
}

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

.top_left ul li {
  margin: 0 15px;
}

#search {
margin-right: 40px;
}
.top_left ul li a {
  text-decoration: none;
  color: #032725;
  
}

/* ATLAS MIDDLE */

.top_middle h1 {
  letter-spacing: 0px;
  color: #8D9998 ;
  font-size: 40px;
  text-align: center;
}

.top_middle {
  display: flex;
  justify-content: center;
  flex-direction: column; /* Add this line if needed */
  position: relative;
  right: 50px;
  
}


/* TOP RIGHT NAV */

.header .top_right ul {
  display: flex;
  align-items: center;
  margin-left: -30px;
  
}

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

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

.bottom_nav {
  font-size: 10px;
}

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



.carousel_item {
  flex: 0 0 auto;
  width: 400px; /* Adjust width as needed */
  min-width: 300px; /* Adjust minimum width as needed */
  margin-right: 20px;
  scroll-snap-align: start;
  padding: 20px;
  border: 2px solid #8D9998;
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
  background-color:#8D9998;
  transition: transform 0.5s ease-in-out;
}

.carousel_item img {
  width: 200px;
 max-width: 300px;
  height: auto;
  display: block;
  margin-top: 10px;
  margin-left: 20%;
}
}