@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body {
  padding: 0;
  margin: 0;
  font-family: var(--futura);
}
* {
  margin: 0;
  padding: 0;
}
body .flex-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
body .flex-row .col-1 {
  flex: 0 0 8.34%;
  width: 8.34%;
  padding: 0 15px;
  box-sizing: border-box;
}
body .flex-row .col-2 {
  flex: 0 0 16.67%;
  width: 16.67%;
  padding: 0 15px;
  box-sizing: border-box;
}
body .flex-row .col-2-5 {
  flex: 0 0 20%;
  width: 20%;
  padding: 0 15px;
  box-sizing: border-box;
}
body .flex-row .col-3 {
  flex: 0 0 25%;
  width: 25%;
  padding: 0 15px;
  box-sizing: border-box;
}
body .flex-row .col-4 {
  flex: 0 0 33.33%;
  width: 33.33%;
  padding: 0 15px;
  box-sizing: border-box;
}
body .flex-row .col-5 {
  flex: 0 0 41.66%;
  width: 41.66%;
  padding: 0 15px;
  box-sizing: border-box;
}
body .flex-row .col-6 {
  flex: 0 0 50%;
  width: 50%;
  padding: 0 15px;
  box-sizing: border-box;
}
body .flex-row .col-7 {
  flex: 0 0 58.33%;
  width: 58.33%;
  padding: 0 15px;
  box-sizing: border-box;
}
body .flex-row .col-8 {
  flex: 0 0 66.66%;
  width: 66.66%;
  padding: 0 15px;
  box-sizing: border-box;
}
body .flex-row .col-9 {
  flex: 0 0 75%;
  width: 75%;
  padding: 0 15px;
  box-sizing: border-box;
}
body .flex-row .col-10 {
  flex: 0 0 83.33%;
  width: 83.33%;
  padding: 0 15px;
  box-sizing: border-box;
}
body .flex-row .col-11 {
  flex: 0 0 91.66%;
  width: 91.66%;
  padding: 0 15px;
  box-sizing: border-box;
}
body .flex-row .col-12 {
  flex: 0 0 100%;
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}
.container {
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
  max-width: 1300px !important;
}
html {
  scroll-behavior: smooth;
}
.wd {
  width: 100%;
}

body .landing-page .logo img {
  width: 30%;
}
body .landing-page:before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

body .landing-page {
  background: url(../assets/hero-scenery.jpg);
  position: relative;
  z-index: 2;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 100vh;
}
body .tex-cen {
  text-align: center;
}

body .site-head {
  font-family: "Poppins", sans-serif;
  font-size: 4em;
  font-weight: 600;
  color: #fff;
}

body .site-head-sm {
  font-family: "Poppins", sans-serif;
  font-size: 2.1em;
  font-weight: 500;
  color: #fff;
}

body .site-txt p {
  font-family: "Poppins", sans-serif;
  font-size: 1.3em;
  margin: 0.5em 0;
  color: #fff;
}

body .info-wrapper {
  padding: 1em;
  background: #ffffff5c;
  backdrop-filter: blur(8px);
  border-radius: 20px;
}
body .info-wrapper .get-in-touch-info .wrapper {
  text-align: center;
  padding: 1em;
  border-radius: 20px;
  transition: 0.3s;
}

body .info-wrapper .get-in-touch-info .wrapper:hover {
  background: #ffffff3b;
}
body .info-wrapper .get-in-touch-info {
  margin-top: 1em;
}

body .info-wrapper .get-in-touch-info .wrapper span {
  display: inline-flex;
  height: 40px;
  width: 40px;
  background: #ffffff57;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
  font-size: 1.2em;
  margin-bottom: 0.5em;
}

.site-head-smm {
  font-family: "Poppins", sans-serif;
  font-size: 1.1em;
  font-weight: 200;
  color: #fff;
  margin-bottom: 0.5em;
}

body .info-wrapper .get-in-touch-info .wrapper a {
  font-family: "Poppins", sans-serif;
  font-size: 1em;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 767px) {
  body {
    font-size: 12px;
  }
  body .container {
    max-width: initial !important;
    width: auto;
  }
  body .flex-row {
    flex-direction: column;
  }
  body .flex-row .col-1 {
    flex: 0 0 100%;
    width: 100%;
  }
  body .flex-row .col-2 {
    flex: 0 0 100%;
    width: 100%;
  }
  body .flex-row .col-3 {
    flex: 0 0 100%;
    width: 100%;
  }
  body .flex-row .col-4 {
    flex: 0 0 100%;
    width: 100%;
  }
  body .flex-row .col-5 {
    flex: 0 0 100%;
    width: 100%;
  }
  body .flex-row .col-6 {
    flex: 0 0 100%;
    width: 100%;
  }
  body .flex-row .col-7 {
    flex: 0 0 100%;
    width: 100%;
  }
  body .flex-row .col-8 {
    flex: 0 0 100%;
    width: 100%;
  }
  body .flex-row .col-9 {
    flex: 0 0 100%;
    width: 100%;
  }
  body .flex-row .col-10 {
    flex: 0 0 100%;
    width: 100%;
  }
  body .flex-row .col-11 {
    flex: 0 0 100%;
    width: 100%;
  }
  body .flex-row .col-12 {
    flex: 0 0 100%;
    width: 100%;
  }
  body .flex-row .col-2-5 {
    flex: 0 0 100%;
    width: 100%;
  }
  body .landing-page {
    height: auto;
    padding: 1em 0;
  }

  body .site-head {
    font-size: 3em;
  }
  body .landing-page .logo img {
    width: 100%;
  }
}
