/* CSS Document */
/*styles
nav links didact gothic #F6F4F2
h1 Orbitron #FFDE59
value prop #F6F4F2
button bg color #46D1B8
light-section-color: #F6F4F2
*/
/*///////////// Default Styles //////////////*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  margin: 0;
  font-size: 100%;
  font-family: Jost, Arial;
  color: #190920;
  background-color: #0e0910;
  line-height: 1.6em;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1 {
  font-size: 35px;
  line-height: 1.6em;
  font-family: Orbitron, Arial;
  letter-spacing: 2px;
  color: #ffde59;
  margin-bottom: 30px;
}
.section-title-text {
  padding: 60px;
  font-weight: bold;
  text-align: center;
}
.light-section {
  background-color: #f6f4f2;
}
/*///////////// Nav Styles //////////////*/
.logo {
  float: left;
  width: 267px;
  height: auto;
  margin-top: -50px;
}
#mobile-nav {
  display: none;
  color: white;
}
header {
  height: 150px;
}
#left-nav a:hover, #right-nav a:hover {
  color: #444;
}
#left-nav ul, #right-nav ul {
  list-style: none;
}
#left-nav ul li a, #right-nav ul li a {
  color: #f6f4f2;
  text-decoration: none;
  font-family: "Didact Gothic";
  font-size: 20px;
}
#left-nav li {
  float: left;
}
#right-nav li {
  float: right;
}
#right-nav ul {
  margin-right: 80px;
}
nav a {
  padding: 30px;
}
nav li {
  margin-top: 60px;
}
header::after {
  content: "";
  display: table;
  clear: both;
}
/*///////////// Hero Styles //////////////*/
#hero {
  height: 600px;

}
#hero::after {
  content: "";
  display: table;
  clear: both;
}
#hero img {
  float: right;
  width: 50%;
  height: auto;
  position: relative;
}
.value-prop {
  position: absolute;
  padding-left: 60px;
  margin: 60px 15px;
  padding-right: 60px;
}
.value-prop h1 {
  max-width: 40%;
}
#hero p {
  font-weight: 400;
  font-size: 19px;
  color: #f6f4f2;
  letter-spacing: 1px;
  margin-top: -15px;
  margin-bottom: 60px;
  width: 35%;
}
#hero-btn {
  background-color: #46d1b8;
  color: #190920;
  text-decoration: none;
  border: none;
  border-radius: 100px;
  padding: 12px 60px;
  font-family: Orbitron;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 2px;
  cursor: pointer;
  transition: background-color 0.1s ease;
}
#hero-btn:hover {
  background-color: #77bbc1;
}
/*///////////// Features Styles //////////////*/
#features {
  padding-bottom: 60px;
}
#features .container {
  margin-top: -60px;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.feature-col {
  width: 30%;
  max-width: 300px;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
}
.feature-icon {
padding: 30px;
  width: 200px;
  height: auto;
}
#features .sub-heading {
  color: #0e0910;
  font-weight: 700;
  margin-top: -60px;
  padding: 30px;
  font-size: 20px;
}
#features .text {
  color: #0e0910;
  font-family: "Didact Gothic";
  font-size: 20px;
}
/*///////////// Press Styles //////////////*/
#press {
  text-align: center;
}
#press .section-title-text {
  color: #f6f4f2;
}
.press-container img {
  width: 300px;
  padding: 0 60px 60px;
}
/*///////////// Excursions Styles //////////////*/
#excursions .container {
  background-color: #fff;
}
#excursions .wrapper {
  max-width: 1020px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  padding: 30px;
  margin: 0 auto
}
.excursion-card {
  position: relative;
  width: 300px;
  height: auto;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  box-shadow: 0px 2px 4px #541811;
}
.excursion-card .text-container {
  position: absolute;
  top: 60%;
  left: 50%;
  width: 90%;
  transform: translate(-50%, -50%);
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 1rem;
  text-align: center;
  border-radius: 8px;
}
.excursion-card img.card-background {
  width: 100%;
  height: auto;
  border-radius: 15px 15px 0 0;
}
/* .excursion-card .text-container {
  border: 1px solid #0e0910;
  border-radius: 8px;
  width: 20%;
  padding: 10px;
} */
.excursion-card .text-container h4 {
  font-size: 20px;
  font-weight: 700;
}
.excursion-card .text-container p {
  font-size: 15px;
}
/*///////////// Testimonials Styles //////////////*/
#testimonial {
  border-bottom: 3px solid #541811;
  padding-bottom: 60px;
}
#testimonial .section-title-text {
  padding-top: 0px;
}
#testimonial .container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  padding: 20px;
}
.testimonial-icon {
  width: 150px;
  height: auto;
  display: block;
  margin: 0 auto;
padding: 30px 0 15px;
}
.testimonial-card {
  border: 1px solid #0e0910;
  border-radius: 15px;
  width: 30%;
  font-family: "Didact Gothic";
  font-size: 18px;
  line-height: 1.6;
  padding: 20px;
  text-align: left;
}
/*///////////// Pricing Styles //////////////*/
#pricing {
  padding-bottom: 90px;
  text-align: center;
}
#pricing .container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  align-items: flex-start;
  padding: 40px;
  background-color: #fff;
}
.pricing-card {
  background-color: #08082c;
  border-radius: 15px;
  padding: 30px;
  width: 30%;
  max-width: 300px;
  flex: 1 1 calc(30% - 20px);
  margin: 10px;
  transition: box-shadow 0.3s ease;
  text-align: center;
}
.pricing-card:hover {
  box-shadow: 0 10px 20px #250e30;
}
.pricing-card h4 {
  color: #f6f4f2;
  font-size: 24px;
  margin-bottom: 15px;
}
.pricing-card-text-container {
  color: #190920;
  border-radius: 5px;
  background-color: #f6f4f2;
  padding: 15px;
}
.pricing-card-text-container h5 {
  padding: 15px;
  font-size: 20px;
  color: #190920;
}
.expand-btn {
  cursor: pointer;
  text-decoration: underline;
  font-size: 20px;
  color: #444;
  transition: color 0.5s ease;
}
.expand-btn:hover {
  color: #46d1b8;
}
.more-info {
  max-height: 0;
  padding-top: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, padding-top 0.5s ease, opacity 0.5s ease;
}
.pricing-card-text-container.expanded .more-info {
  max-height: 250px;
  padding-top: 20px;
  opacity: 1;
}
/*///////////// Subscribe Styles //////////////*/
#subscribe {
  color: #f6f4f2;
  border-bottom: 1px solid #541811;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
}
#subscribe .container {
  flex: 1 1 45%;
  max-width: 45%;
  margin: 0 auto;
  text-align: left;
}
#subscribe h2 {
	padding: 30px 30px 0;
  font-size: 40px;
  margin-bottom: 15px;
}
#subscribe p {
  font-family: "Didact Gothic";
	padding-left: 30px;
  font-size: 25px;
  margin-bottom: 30px;
}
#form-container {
  flex: 1 1 45%;
  max-width: 45%;
  margin: 0 auto;
  text-align: right;
}
#subscribe-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 15px;
}
#subscribe-input {
  border: 1px solid #bcbcbc;
  font-size: 16px;
  outline: none;
  padding: 15px;
  border-radius: 5px;
  width: 70%;
  max-width: 300px;
  margin: 0;
}
#form-submit-btn {
  background-color: #46d1b8;
  color: #190920;
  border: none;
  border-radius: 100px;
  padding: 12px 60px;
  font-family: Orbitron;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 5px;
  cursor: pointer;
  transition: background-color 0.1s ease;
}
#form-submit-btn:hover {
  background-color: #3bb2a0;
}
/*///////////// Footer Styles //////////////*/
#footer-logo {
  margin-top: 30px;
}
#footer-logo::after {
  content: "";
  display: table;
  clear: both;
}
#footer-col-container {
  display: flex;
  justify-content: center;
  margin-left: 60px;
}
.footer-col {
  margin-right: 60px;
  padding-bottom: 60px;
}
.footer-col-title {
  margin-top: 15px;
  font-size: 20px;
  font-weight: 700;
  color: #f6f4f2;
  padding: 15px 30px;
}
.footer-nav ul {
  list-style: none;
}
.footer-nav li {
  padding: 3px 30px;
  display: flex;
  align-items: center;
}
.footer-nav a {
  color: #f6f4f2;
  text-decoration: none;
  font-family: "Jost", sans-serif;
  font-weight: bold;
  padding: 5px;
}
.footer-nav a:hover {
  color: #444;
}
.social-icon {
  display: inline-block;
}
/*///////////// Media Queries //////////////*/
/*///////////// Nav Section //////////////*/
@media (max-width: 1028px) {
  #right-nav ul li a, #left-nav ul li a {
    padding: 10px;
  }
}
@media (max-width: 835px) {
  #right-nav ul li a, #left-nav ul li a {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  header {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #left-nav, #right-nav {
    display: none;
  }
  #mobile-nav {
    display: block;
    text-align: center;
    margin-top: -60px;
  }
  #mobile-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  #mobile-nav li {
    display: inline-block;
    margin: 0 10px;
    font-size: 18px;
  }
  .logo {
    display: block;
    width: 267px;
    height: auto;
    margin: 0 auto 15px;
  }
}
/*///////////// Hero Section //////////////*/
@media (max-width: 1045px) {
  #hero {
    height: auto;
  }
  .value-prop {
    margin: 3%;
    padding: 0;
  }
  #hero p {
    font-size: 16px;
    margin: 15px 0;
    padding-bottom: 10px;
  }
}
@media (max-width: 1045px) {
  #hero img {
    width: 80%;
    height: auto;
    margin-top: 0;
    padding-top: 0;
  }
  .value-prop {
    margin-left: 30px;
    padding-left: 60px;
  }
}


@media (max-width: 1030px) {
	#hero img {
		width: 100%;
		height: auto;
		margin-top: -30px;
		margin-bottom: 30px;
	}
	
	.value-prop{
		margin: 60px 60px
	}
}

@media (max-width: 900px) {
	.value-prop h1 {
		margin-top: 60px;
		max-width: 80%;
	}
	#hero p {
		margin-top: 30px;
		width: 55%;
		margin-bottom: 60px;
	}
}

@media (max-width: 780px) {
	#hero img {
		margin-top: 110px;
		height: 100vh;
	}
}

@media (max-width: 648px) {
  #hero {
    height: auto;
  }
  #hero img {
    float: none;
    position: absolute;
    width: 100%;
    height: auto;
    margin-top: 60px;
    padding-top: 60px;
  }
  .value-prop {
    position: relative;
    padding: 30px 15px;
    margin: 0 auto;
    text-align: center;
  }
  .value-prop h1 {
    max-width: 100%;
    margin-top: 130px;
  }
  #hero p {
    width: 100%;
    font-size: 16px;
    margin: 15px 0;
    padding-bottom: 10px;
  }
  #hero-btn {
    padding: 10px 50px;
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .value-prop {
    padding: 20px 10px;
  }
  .value-prop h1 {
    font-size: 18px;
  }
  #hero p {
    font-size: 12px;
  }
  #hero-btn {
    padding: 8px 30px;
    font-size: 12px;
  }
}
/*///////////// Features Section //////////////*/
@media (max-width: 820px) {
  #features .container {
    justify-content: center;
	 
  }
  .feature-col {
    width: 100%;
  }
  
  .feature-icon {
    width: 180px;
  }

  #features .sub-heading, #features .text {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .feature-col {
    width: 100%;
    padding: 20px 0;
  }
  
  .feature-icon {
    width: 150px;
  }

  #features .sub-heading, #features .text {
    font-size: 16px;
  }
  #features {
    padding-bottom: 40px;
  }
}
/*///////////// Press Section //////////////*/
@media (max-width: 700px) {
  .press-container img {
    padding-bottom: 0;
  }
}
/*///////////// Testimonial Section //////////////*/
@media (max-width: 768px) {
  .testimonial-card {
    width: 45%;
  }
}
@media (max-width: 600px) {
  .testimonial-card {
    width: 100%;
  }
}
/*///////////// Pricing Section //////////////*/
@media (max-width: 768px) {
  #pricing .container {
    padding: 20px;
  }
  .pricing-card {
    width: 100%;
    flex: 1 1 100%;
    margin: 10px 0;
  }
  .pricing-card h4 {
    font-size: 22px;
  }
  .pricing-card-text-container h5 {
    font-size: 18px;
  }
  .expand-btn {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .pricing-card h4 {
    font-size: 20px;
  }
  .pricing-card-text-container h5 {
    font-size: 16px;
  }
  .pricing-card-text-container {
    padding: 10px;
  }
  .expand-btn {
    font-size: 16px;
  }
}
/*///////////// Subscribe Section //////////////*/
@media (max-width: 600px) {
  #subscribe {
    flex-direction: column;
    text-align: center;
  }
  #subscribe .container, #form-container {
    flex: 1 1 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  #subscribe-form {
    justify-content: center;
  }
  #subscribe-input {
    width: 80%;
    max-width: none;
  }
  #form-submit-btn {
    width: 80%;
    max-width: none;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  #subscribe {
    flex-wrap: wrap;
  }

  #subscribe .container, #form-container {
    flex: 1 1 100%;
    max-width: 100%;
    text-align: center;
  }
  #subscribe-form {
    justify-content: center;
  }
  #subscribe-input {
    width: 70%;
    max-width: none;
  }
  #form-submit-btn {
    width: 40%;
    max-width: none;
  }
}
/*///////////// Footer Section //////////////*/

@media (max-width: 900px) {
	#footer-col-container {
		
		margin-left: 0;
	}
	
	.footer-col {
		margin-right: 0;
	}
}

@media (max-width: 768px) {
  #footer-col-container {
    display: block;
    margin-left: 0;
  }
  .footer-col {
    margin: 0 auto;
    padding-bottom: 20px;
    text-align: left;
    margin-left: 60px;
  }
  .footer-col-title {
    margin-top: 15px;
    font-size: 18px;
  }
  .footer-nav li {
    padding: 3px 0;
    justify-content: flex-start;
    margin-left: 30px
  }
  .footer-nav a {
    padding: 5px 10px;
  }
}