@font-face {
  font-family: 'Cabin';
  src: url('fonts/Cabin-Regular.ttf');
  src: url('fonts/Cabin-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'ShareTechMono';
  src: url('fonts/ShareTechMono-Regular.ttf');
  src: url('fonts/ShareTechMono-Regular.ttf') format('truetype');
}

body {
  font-family: 'Cabin';
  margin: 0;
  padding: 0;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
  background-color: #404040;
  padding: 10px;
}

.caption {
  font-size: 60px;
  font-weight: 700;
}

.leadCaption {
  color: #011b98;
  font-size: 39px;
}

#subtitle {
  color: #011b98;
  font-size: 21px;
}

h3 {
  color: #011b98;
  font-size: 21px;
}

h4 {
  color: #011b98;
  font-size: 39px;
}

header {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 3;
}

header .logo {
  display: flex;
  margin: 0 0 0 30px;
}

header .logo img {
  width: 27px;
  height: 27px;
  margin: 23px 10px 0 0;
}

header .logo .logotext {
  font-family: 'Cabin', sans-serif;
  font-weight: 500;
  font-size: 2em;
  display: flex;
  line-height: 1;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  align-items: center;
}

header .logo .logotext p {
  margin: 0;
}

header .logo .logotext p:first-child {
  font-family: Helvetica, sans-serif;
  font-weight: 300;
  color: #6af5c5;
}

nav {
  display: flex;
  align-items: center;
  margin: 0 30px 0;
}

nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
}

nav ul li {
  margin-left: 10px;
}

nav ul li a {
  color: #e4e9fd;
  text-decoration: none;
  padding: 0.5rem;
}

.current {
  box-shadow: 0 2px 0 0 #6af5c5;
  color: white;
}

nav ul li a:hover {
  background-color: #575757;
  border-radius: 0;
}

.menu-icon {
  display: none;
  cursor: pointer;
  font-size: 1.5rem;
}

.parallax-text {
  background-image: url('img/desk.jpg');
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
}

.parallax-text div {
  background: rgba(56, 36, 52, 0.5);
  position: relative;
  padding: 100px 50px;
  margin: 0 auto;
  min-height: 300px;
  align-content: center;
  justify-content: center;
}

.parallax-text div .caption {
  max-width: 1200px;
  margin: auto;
  padding-bottom: 40px;
}

.parallax-text div button {
  font-size: large;
  width: 200px;
  background: rgba(56, 36, 52, 0.5);
}

.services-parallax-text {
  background-image: url('img/rock-sea-1.webp');
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
}

.services-parallax-text div {
    background: rgba(56, 36, 52, 0.5);
  position: relative;
  padding: 50px 50px;
  margin: 0 auto;
  min-height: 200px;
  align-content: center;
  justify-content: center;
}

.services-parallax-text div .caption {
  max-width: 1200px;
  margin: auto;
  padding-bottom: 40px;  
  font-weight: 700;
  color: white;
}

.about-parallax-text {
  background-image: url('img/sea-1.webp');
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
}

.about-parallax-text div {
  background: rgba(56, 36, 52, 0.5);
  position: relative;
  padding: 50px 50px;
  margin: 0 auto;
  min-height: 200px;
  align-content: center;
  justify-content: center;
}

.about-parallax-text div .caption {
  max-width: 1200px;
  margin: auto;
  padding-bottom: 40px;  
  font-weight: 700;
}

.contact-parallax-text {
  background-image: url('img/coast-2.webp');
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
}

.contact-parallax-text div {
  background: rgba(56, 36, 52, 0.5);
  position: relative;
  padding: 50px 50px;
  margin: 0 auto;
  min-height: 200px;
  align-content: center;
  justify-content: center;
}

.contact-parallax-text div .caption {
  max-width: 1200px;
  margin: auto;
  padding-bottom: 40px;  
  font-weight: 700;
  color: white;
}

.products-parallax-text {
  background-image: url('img/green-froth.webp');
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
}

.products-parallax-text div {
  background: rgba(56, 36, 52, 0.5);
  position: relative;
  padding: 50px 50px;
  margin: 0 auto;
  min-height: 200px;
  align-content: center;
  justify-content: center;
}

.products-parallax-text div .caption {
  max-width: 1200px;
  margin: auto;
  padding-bottom: 40px;  
  font-weight: 700;
  color: white;
}

.parallax-text div button {
  font-size: large;
  width: 200px;
  background: black;
}

.ecommerce-parallax-text {
  background-image: url('img/rock-sea-1.webp');
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
}

.ecommerce-parallax-text div {
  background: rgba(56, 36, 52, 0.5);
  position: relative;
  padding: 50px 50px;
  margin: 0 auto;
  min-height: 200px;
  align-content: center;
  justify-content: center;
}

.ecommerce-parallax-text div .caption {
  max-width: 1200px;
  margin: auto;
  padding-bottom: 40px;  
  font-weight: 700;
  color: white;
}

.moreinfo  {
  background-color: #01869E;
  border-radius: 4px;
  padding: 15px;
  color: white;
  text-align: center;
  width: 100px;
  margin: 30px auto 30px auto;
}

.moreinfo a:link, .home-services a:visited {
  text-decoration: none;  
}

main {
  padding: 0;
}

.content {
  padding: 1.5rem;
  text-align: center;
}

.mobile-content {
  padding: 1.5rem;
  text-align: center;
  background-color: #f5f5f5
}

.custom-content {
  padding: 1.5rem;
  margin-bottom: 50px;
  text-align: center;
}

.container h3 {
  margin-bottom: 30px;
}

.container #subtitle {
  margin-bottom: 30px;
}

.blurb {
  font-size: 19px;
  line-height: 1.5;
  color: #778899;
  text-align: left;
  padding: 0 150px;
}

.products-blurb {
  font-size: 19px;
  line-height: 1.5;
  color: #778899;
  text-align: left;
  padding: 0 15px;
}

.products-list {
  font-size: 19px;
  line-height: 1.5;
  color: #778899;
  text-align: left;
  padding: 0 80px;
  margin-bottom: 50px;
  list-style-image: url('./img/checkmark.png');
}

.blurb2 {
  font-size: 19px;
  line-height: 1.5;
  color: #778899;
  text-align: left;
  padding: 0 150px 50px 150px;
}

.home-about {
  padding-top: 2rem;
  background-color: #01869E
}

.home-about .container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  background-color: #01869E;
  padding: 20px 0 50px 0;
}

.home-about h3 {
  font-size: 25px;
  color: #e4e9fd;
}

.about-blurb {
  font-size: 17px;
  line-height: 1.5;
  color: #e4e9fd;
  text-align: left;
  padding: 0 20px 30px 20px;
}

.start {
  border: 3px solid white;
  color: white;
  background-color: (0, 0, 0, 0.7);
  padding: 14px 28px;
  font-size: 16px;
  cursor: pointer;
}

.home-about a:link, .about a:visited {
  background-color: #e4e9fd;
  border-radius: 4px;
  padding: 15px;
  color: white;
  text-align: center;
  text-decoration: none;
  width: 100px;
  margin: 30px auto 60px auto;
}

.home-about .container a:active, a:visited {
  color: #e4e9fd;
  background-color: #e4e9fd;
}

.home-about .container a:hover {
  background-color: #6af5c5;
}

.startnow, .startnow:visited {
  color: #01869E;
}

#get-started {
  background-color: #01869E;
  border-radius: 4px;
  padding: 15px;
  color: white;
  text-align: center;
  text-decoration: none;
  width: 100px;
  margin: 60px auto 50px auto;
}

#get-started:visited {
  color: white;
}

.home-services {
  padding: 2rem;
  background-color: #f5f5f5
}

.home-services .container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.home-services p {
  font-size: 1rem;
  color: #778899;
  max-width: 800px;
  margin: auto 0 40px;
}

.home-services a:link, .home-services a:visited {
  background-color: #01869E;
  border-radius: 4px;
  padding: 15px;
  color: white;
  text-align: center;
  text-decoration: none;
  width: 100px;
  margin: 30px auto 50px auto;
}

.home-services a:hover, .home-services a:active {
  background-color: #6af5c5;
}

.home-services-grid {
  display: flex;
  flex-direction: row;
  margin: 50px;
}

.home-service-item {
  text-align: center;
  width: 350px;
  max-width: 350px;
  margin: 0 5px;
}

.home-service-text {
  margin-top: 20px;
}

.home-service-icon img {
  margin-bottom: 1rem;
  max-width: 95%;
  width: 95%;
}

.about-header {
  text-align: center;
}

.about {
  padding-top: 2rem;
  background-color: #f5f5f5
}

.about img {
  max-width: 95%;
  width: 95%;
}

.about .container {
  max-width: 1200px;
  margin: 0 auto 50px auto;
  padding: 30px 0 10px 0;
  text-align: center;
  background-color: #f5f5f5
}

.about-content {
  margin: 50px 0 100px 0;
  display: flex;
  flex-direction: column;
}

.about-content a:link, .about-content a:visited {
  background-color: #01869E;
  border-radius: 4px;
  padding: 15px;
  color: white;
  text-align: center;
  text-decoration: none;
  width: 130px;
  margin: 30px auto 60px auto;
}

.about-content a:hover, .about-content a:active {
  background-color: #6af5c5;
}

.contact-body {
  background-color: #f5f5f5;
}

.contact-container {
  background-color: #f5f5f5;
  display: flex;
  flex-direction: row;
  justify-content: center;
  height: 100%;
  padding: 50px;
}

.contact-blurb {
  font-size: 15px;
  line-height: 1.5;
  color: #778899;
}

.map-section-desktop {
  margin-left: 100px;
}

label {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  color: #778899;
}

input[type=text] {
  border: 1px solid #ccc;
  margin-bottom: 10px;
  line-height: 20px;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 5px 5px;
}

textarea {
  border: 1px solid #ccc;
  margin-bottom: 10px;
  min-height: 6em;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 5px 5px;
  max-width: 100%;
}

gmp-map {
  height: 300px;
  width: 500px;
  margin-top: 100px;
}

form {
  display: flex;
  flex-direction: column;
  max-width: 700px;
}

.whatwrap{
    padding: 0 !important;
    border: none !important;
    outline: none !important;
    font-family: 'Roboto', 'Google Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    border-radius: 24px !important;
    transition: all 2s linear !important;
    position: fixed !important;
    bottom: 70px !important;
    right: 30px !important;
    display: flex !important
;
    flex-direction: column !important;
    z-index: 10005 !important;
    align-items: flex-end !important;
    line-height: 1 !important;
}

.whatsappbtn {
  border: 0px;
  border-radius: 24px !important;
  color: white !important;
  display: flex !important;
  align-items: center !important;
  justify-content: "center" !important;
  font-weight: 500 !important;
  letter-spacing: .25px !important;
  transition: all .08s linear !important;
  cursor: pointer !important;
  padding-right: 15px !important;
  padding-left: 10px !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  font-size: 16px !important;
  margin-top: 15px !important;
  background-color: #4dc247;
  box-shadow: 0px 0px 0.428571rem 0px !important;
  width: unset;
}

.whatsappimg {
  height: 40px !important;
  width: 40px !important;
  fill: white !important;
}

.whatlink {
  text-decoration: none;
}

button {
  background-color: #01869E;
  border-radius: 4px;
  border: 0;
  padding: 10px;
  color: white;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  width: 130px;
  margin-bottom: 30px;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

footer {
  background-color: #333;
  color: white;
  text-align: center;
  padding: 1rem 0;
  margin-top: auto;
}

.services {
  padding: 2rem;
  background-color: #f5f5f5
}

.services .container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.services p {
  font-size: 1rem;
  color: #778899;
  max-width: 800px;
  margin: auto 0 40px;
  padding: 0 10px;
}

.services a:link, .services a:visited {
  display: flex;
  justify-content: center;
  background-color: #01869E;
  border-radius: 4px;
  padding: 15px;
  color: white;
  text-align: center;
  text-decoration: none;
  width: 100px;
  margin: 30px auto 50px auto;
}

.services a:hover, .services a:active {
  background-color: #6af5c5;
}

.services-grid {
  display: flex;
  flex-direction: row;
  margin: 50px;
}

.service-item {
  background-color: white;
  border-radius: 10px;
  text-align: center;
  width: 350px;
  max-width: 350px;
  margin: 0 10px;
  padding: 40px 5px;
}

.service-icon img {
  margin-bottom: 1rem;
  width: 200px;
}

.mobile-icon img {
  width: 100px;
  margin: 0 50px
}

.commerce {
  display: flex;
  flex-direction: row;
  margin: 40px 200px;
}

.commerce-mobile {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 40px 200px;
}

.scan-and-ship {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 30px 0;
}

.scan-and-ship img {
  width: 300px;
  margin-right: 50px;
}

.sands-detail {
  display: flex;
  flex-direction: row;
  max-width: 1000px;
}

.sands-detail a {
  text-decoration: none;
}

.sands-detail ul li {
  text-align: left;
  margin-bottom: 10px;
}

#custom-ecommerce {
  margin-top: 50px;
  margin-bottom: 50px;
}

/* Responsive styles */
@media (max-width: 768px) {
  header .logo .logotext {
    font-size: 22px;
  }
 
  .caption {
    font-size: 30px;
  }
  
  #subtitle {
    font-size: 27px;
    margin-bottom: 0;
  }
  
  h3 {
    font-size: 27px;
    margin-bottom: 0;
  }

  h4 {
    font-size: 22.5px;
  }

  nav ul {
      display: none;
      flex-direction: column;
      width: 100%;
      position: absolute;
      top: 70px;
      left: 0px;
      z-index: 2;
      background-color: black;
      height: 100vh;
    }

  nav ul li {
      margin: 0;
      text-align: center;
  }

  nav ul li a {
      display: block;
      padding: 1rem;
      margin: auto;
      width: fit-content;
  }

  .menu-icon {
      display: block;
  }

  .show {
      display: flex;
  }
  
  header .logo img {
    width: 18px;
    height: 18px;
    margin: 16px 10px 0 0;
  }

  .blurb {
    padding: 0 10px;
  }

  .blurb2 {
    padding: 0 10px;
  }
  
  .home-services {
    padding: 10px;
  }
  
  .home-services p {
    padding: 0 20px;
    margin-bottom: 0;
  }

  .home-services-grid {
    flex-direction: column;
    margin: 0;
  }

  .home-service-item {
    display: flex;
    flex-direction: column;
    max-width: none;
    width: unset;
  }

  .parallax-text div {
    min-height: 100px;
  }

  .contact-container {
    flex-direction: column;
    padding: 0 10px 50px 10px;
  }

  .map-section-desktop {
    display: none;
  }
  
  gmp-map {
    width: 100%;
    height: 300px;
    margin: 50px 0 50px 0;
  }
    
  .services {
    padding: 10px;
  }
  
  .services p {
    padding: 0 20px;
    margin-bottom: 0;
  }

  .services-grid {
    flex-direction: column;
    margin: 0;
  }

  .service-item {
    display: flex;
    flex-direction: column;
    max-width: none;
    width: unset;
    margin-bottom: 20px;
  }
  
  .commerce {
    display: block;
    margin: 40px 0;
  }

  .commerce-mobile {
    margin: 40px 0;
  }

  .mobile-icon img {
    width: 100px;
    margin: 0 20px
  }
  
  .scan-and-ship {
    margin: 10px 0;
  }

  .sands-detail {
    flex-direction: column;
  }

  .scan-and-ship img {
    display: flex;
    width: 175px;
    margin: auto;
  }
  
  .products-list {
    padding: 0 40px;
    margin-bottom: 10px;
  }
}

@media (min-width: 769px) and (max-width: 1250px) {
  .home-service-item {
    width: 300px;
    max-width: 300px;
  }
  
  .container h3 {
    margin: 0 50px 30px;
  }

  .container #subtitle {
    margin: 0 50px 30px;
  }

  .about-blurb {
    padding: 0 20px 30px 20px;
  }

  .blurb {
    padding: 0 10px;
  }

  .blurb2 {
    padding: 0 10px;
  }
}
