@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Oswald:wght@400;500;600;700&display=swap");

:root {
  --primary-btn-gradient: linear-gradient(to right, #7F1CFC 0%, #FF1C60 100%);
  --primary-btn-gradient-hover: linear-gradient(to right, #FF1C60 0%, #7F1CFC 100%);
  --scrollbar-gradient: linear-gradient(173.31deg, #7F1CFC 0.79%, #FF1C60 98.6%);
  --hero-white: #E8E9EE;
  --text-color: #B7C1D8;
  --section-title-color: #D9D9D9;
  --blue: #191F2E;
  --blue-dark: #10141c;
  --blue-dark-10: #10141c3e;
}
.header-left{
  margin-top: 1%;
  width: 60px;
}
.popup {
  background-color: #fff;
  border-radius: 5px;
  font-size: medium;
}
.buy{
  background-image: linear-gradient(to right, #7F1CFC 0%, #FF1C60 51%, #7F1CFC 100%);
  transition: 0.5s;
  background-size: 200% auto;
  box-shadow: 0 0 20px rgb(57, 57, 57);
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 19px;
  text-align: center;
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 13px 20px;
  border-radius: 200px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: block;
}

#map {
  width: 100%; /* Full width on desktop */
  margin: 0; /* Reset margin */
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
#mapbox-container{
  /* style="height: 700px; display: flex; width: 100%; */
  display: flex;
  height: 800px;
  width: 100%; 
}

/* Media query for mobile devices */
@media (max-width: 767px) {
  .popup {
    font-size: small;
  }
  #map {
      width: 85%; /* 70% width on   mobile */
      height: 300px;
      margin: 0 auto; /* Center horizontally on mobile */
  }
  #mapbox-container{
      /* style="height: 700px; display: flex; width: 100%; */
      display: flex;
      height: 400px;
      width: 100%; 
  }

  .footer{
    margin-top: 100px
  }
}
* {
  font-family: "Inter", sans-serif;
}

html {
  scroll-behavior: smooth;
}

::-webkit-scrollbar {
  width: 0.4vw;
  border-radius: 100px;
}

::-webkit-scrollbar-track {
  background: var(--blue-dark);
}

::-webkit-scrollbar-thumb {
  background: #25345b;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--scrollbar-gradient);
}

.section {
  padding: 50px 10px;
  max-width: 1200px;
}

@media screen and (min-width: 768px) {
  .section {
    padding: 70px 60px;
  }
}

.section-title {
  font-family: "Oswald", sans-serif;
  font-size: 34px;
  font-weight: 600;
  text-align: center;
  color: var(--section-title-color);
  margin-bottom: 35px;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .section-title {
    font-size: 44px;
    text-align: left;
  }
}

header {
  padding: 20px 120px;
}

@media screen and (min-width: 768px) {
  header {
    padding: 40px 120px;
  }
}

:target:before {
  content:"";
  display:block;
  height:120px; /* fixed header height*/
  margin:-90px 0 0; /* negative fixed header height */
}

body {
  background: fixed;
  background-size: 1000px;
  background-repeat: repeat-x;
  background-attachment: scroll;
  background-image: url("../assets/hero/2023-09-14_14-01.png");
  background-position: center 170px;
}

@media screen and (max-width: 768px) {
  body {
    background: fixed;
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-image: url("../assets/hero/2023-09-14_14-01.png");
    background-size: 500px;
    background-position: center 190px;
  }
  .buy{
    font-size: 20px;
    margin-top: 100%;
  }
}

.primary-button {
  background-image: linear-gradient(to right, #7F1CFC 0%, #FF1C60 51%, #7F1CFC 100%);
  transition: 0.5s;
  background-size: 200% auto;
  box-shadow: 0 0 20px rgb(57, 57, 57);
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 13px 20px;
  border-radius: 200px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: block;
}


.primary-button:hover, .buy:hover {
  background-position: right center;
  color: #fff;
  text-decoration: none;
}

.splide__arrows {
  font-size: 1.5rem;
  margin-top: 60px;
}

.splide__arrows:disabled {
  opacity: 1;
}

.splide__arrows .splide__arrow {
  background: #191F2E;
  padding: 2px;
}

.round{
  border-radius: 5%;
}
.splide__arrows .splide__arrow--prev {
  left: 30px;
}

.splide__arrows .splide__arrow--next {
  right: 30px;
}
  /* Default styles for the text */
  .location-text p {
    font-size: 2rem; /* Adjust the font size as needed */
  }

  /* Media query for phones */
  @media (max-width: 768px) {
    .location-text p {
      font-size: 25px; /* Adjust the font size for smaller screens */
      /* margin: 0; Remove margin for better fit on smaller screens */
    }
  }

/*# sourceMappingURL=styles.css.map */

