@import url(loader.css);
* {box-sizing: border-box}

body, html {
  height: 100vh;
  width: 100%;
  scroll-behavior: smooth;
}
body {
  color: #ffffff;
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  line-height: 1.5;
  text-align: justify;
  background-color: #86838356;
  background-image: url(../images/backgroundcool.jpg);
  background-position: center;
  background-repeat:no-repeat;
  background-size:cover;
  background-attachment:fixed;
  /* overflow: scroll; */
}
.content-wrap {
  /* max-width: 900px; */
  width: clamp(80vw, 85vw, 95vw);
  margin: 0 auto;
  padding: 0px 0 40px;
  border: none;
}
.module-wrap {
  display: flex;
}
/* HTML: <div class="box"><sh></sh> </div> */
/* .module {
  position: relative;
  transform-style: preserve-3d;
  border-radius: 20px;
}
.module sh {
  position: absolute;
  inset: calc(-10px - 0px - 0px);
  border: calc(10px + 0px + 0px) solid #0000;
  border-radius: calc(10px + 0px + 0px + 20px);
  -webkit-mask: linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  transform: translateZ(-1px);
  pointer-events: none;
}
.module sh::before {
  content: "";
  position: absolute;
  inset: 0px;
  border-radius: 20px;
  background: conic-gradient(from 90deg at 40% -25%, #ffd700, #f79d03, #ee6907, #e6390a, #de0d0d, #d61039, #cf1261, #c71585, #cf1261, #d61039, #de0d0d, #ee6907, #f79d03, #ffd700, #ffd700, #ffd700);
  filter: blur(10px);
  transform: translate(0px,0px);
} */
.module {
  padding: 1vw;
  margin: 1vw;
  color: rgb(255, 255, 255);
  border-radius: 20px;
  background-color: #3f3f3fa7;
  backdrop-filter: blur(7px);
  box-shadow: -4px -4px 4px #0000004b;
}
.pic{
  border-radius: 4%;
  padding: 0;
  margin: 0 2vw .5vw 2vw;
  box-shadow: 0px 0px 4px 7px #2f2f2f8b;
  width: clamp(100px, 20vw, 350px);
  float: right;
  position: relative;
  bottom: 10px;
 }
.pic1{
 float: left;
}
.pic2{
  width: clamp(100px, 21vw, 350px);
 }
 .pic3{
  margin: 0 1vw .5vw 5vw;
  width: clamp(100px, 23vw, 300px);
 }
p {
  padding: 0 4%;
  /* font-size: max(.9rem, 1.2vw); */
  font-size: clamp(.9rem, 1.2vw, 1.2rem);
}
.about p {
  padding-left: 0;
}
article {
  border-bottom: 2px solid;
  border-color: #ff8cb4f5;
  margin-bottom: 22px;
  padding-bottom: 22px;
}
article p {
  margin-top: 0;
  margin-bottom: 10px;
}
h1 {
  color: #ebebeb;
  font-size: clamp(2.7rem, 4vw, 4rem);
  line-height: 1;
  font-family: 'Quicksand', sans-serif;
  padding: 1.8% 6.2%;
  font-weight: 400;
  margin: 0;
  text-align: start;
  letter-spacing: 1rem;
}
.h1Animate{
  animation:tracking-in-contract .9s .5s cubic-bezier(.73,0,.45,.99) both;
}
@keyframes tracking-in-contract{0%{color: #ffffe3;letter-spacing:1.7rem;opacity:.9}40%{opacity:.8}100%{letter-spacing:1rem;opacity:1}}
h2 {
  color: #ffee9d;
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  font-family: 'Quicksand', sans-serif;
  font-weight: 300;
  font-style: oblique;
  padding: 0;
  margin: 0;
  text-align: center;
}
h3 {
  margin-bottom: 0;
  color: #cdb4db;
  font-size: clamp(1rem, 6vw, 1.75rem);
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  text-align: center;
  padding: 0 0 5px 5px;
  margin: 0;
}
h4 {
  padding: 0;
  margin: 0;
}
h5 {
  font-size: clamp(1rem, 1.5vw, 1.3rem);
  font-weight: bold;
  color: #cdb4db;
  padding: 10px 2% 5px;
  margin: 0;
}
.not-home h3 {
  color: hsl(188, 80%, 46%);
  text-align: start;
  font-size: 24px;
}
.not-home b {
  letter-spacing: 1.2px;
}
header {
  width: 95%;
  padding: 1%;
  margin: auto;
  display: flex;
  justify-content:space-around;
}
.header-wrap {
  /* width: 46%; */
  width: 40%; 
  animation:slide-left .9s .5s linear both;
}
@keyframes slide-left{0%{transform:translateX(100px)}100%{transform:translateX(0px)}}
.header-labels {
  align-self: center;
  /* width: 54%; */
  width: 50%;
  margin: 0 5% 0 3%;
  padding: 0 1%;
  color: hsl(135, 100%, 91%);
  animation:scale-up-right 1.3s cubic-bezier(1,-0.11,.57,.18);
}
@keyframes scale-up-right{0%{transform:scale(.6);transform-origin:center top;opacity:0}55%{opacity:0}100%{transform:scale(1);transform-origin:center top;opacity:1}}
.header-labels ul {
  display: inline-flex;
  justify-content: space-around;
  width: 100%;
  font-size: clamp(.78rem, 1.2vw, 1.2rem);
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-labels li {
  font-weight: bold;
  display: inline-flex;
}
.header-labels li i {
  padding: .3vw .6vw 0 1vw;
}
.header-labels p {
  margin: 0;
  padding: 0;
  font-size: smaller;
  font-weight: lighter;
  text-wrap: nowrap;
}
.small {
  display: none;
}
.links {
  color: #ffd82b;
  transition: all 0.3s ease-in;
  background: linear-gradient(45deg, #d060fd9f 30%, #06b3f79f 45%, #ffffffc7) no-repeat 0 100%/100% 0.1em;
  text-decoration: none;
}
.links:hover {
  text-decoration: none;
  background: linear-gradient(45deg, #d160fd59 30%, #06b2f748 45%, #fffac928) no-repeat 0 100%/100% 1em;
}
.header-links {
  color: inherit;
  text-decoration: none;
  display: inherit;
}
/* Style tab links */
.tablink {
  background-color: #55555579;
  color: white;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 1.3vh 1vw;
  font-size: clamp(1rem, 1.3vw ,2rem);
  width: 20%;
}
.mobile {
  display: none;
}
.tablink:hover {
  background-color: #000000;
  transition: all 0.3s ease-in;
}
/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
  color: white;
  display: none;
  padding: 1vw 0vw;
  height: 100%;
  width: 100%;
}
.tabAnimate{
  animation:scale-up-center 0.4s;
  /* border: 2px solid red; */
}
@keyframes scale-up-center{0%{transform:scale(.5)} 100%{transform:scale(1)}}

.thanksPage {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.thanksPageHeader {
  margin: 0;
}
.thanksMessage {
  justify-content: space-evenly;
}
.thanksMessage p {
  /* white-space: nowrap; */
  padding: 0 1vw;
}
.thanksMessage a {
  text-decoration: none;
}
.thanksModule {
  padding: max(1rem, 1.5vw);
}
.goBack {
  display: flex;
  justify-content: end;
}
.backButton {
  margin-top: 10px;
  margin-bottom: 10px;
  height: 40px;
  width: 50%;
  border-radius:5px;
  transition: all .2s ease-in-out;
  background:rgba(51, 5, 121, 0.548);
  border:0;
  cursor:pointer;
  color:white;
  font-weight:600;
  font-family: 'Quicksand', sans-serif;
  font-size: clamp(.8rem, 2vw, 1.3rem);
  letter-spacing: 2px;
  white-space: nowrap;
}
.backButton:hover {
  background-color: #0570b8b0;
}
.privacy-module {
  background-color: #383838dc;
  backdrop-filter: blur(25px);
  padding: max(1rem, 7vw);
  max-width: 100%;
}
.privacy-module a {
  text-decoration: none;
}
.privacy-module .backButton {
  width: 30%;
  min-width: 90px;
}

#Home {background: linear-gradient(180deg,#14738238 20%, #00000000);}
#what-we-do {background: linear-gradient(180deg,#2d086532 20%, #00000000);}
#Gallery {background: linear-gradient(180deg,#5f06253c 20%, #00000000);}
#FAQ {background: linear-gradient(180deg,#44380a48 20%, #00000000);}
#Contact {background: linear-gradient(180deg,#1a4d014e 20%, #00000000);}
#thanks {background: linear-gradient(180deg,#1a4d0135 20%, #00000000);}

footer {
  background: #343434;
  color: #F7FFF7;
  width: 100%;
}
.footer-wrap {
  display: flex;
}
.footer-links {
  font-size: small;
  flex: 2;
  margin: 1rem 0;
  line-height: 2.5;
  text-align: center;
}
.social {
  flex: 1;
  margin: 2rem 0;
  display: flex;
  justify-content: center;
}
.social img {
  border-radius: 10px;
  width: clamp(50px, 10vw, 100px);
}
.social img:hover{
  border: 2px solid #f6cd0000;
}
.ig2 {
  display: none;
}


/* ////////////GALLERY///////////////////// */
.main {
  width: 100%;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0px 60px 0px;
}
.gallery {
  display: grid;
  width: 90%;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}
.gallery-item {
  cursor: pointer;
  overflow: hidden;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gallery-item img {
  width: 90%;
  height: 90%;
  object-fit: cover;
  border-radius: 4%;
  transition: 0.3s ease-in-out;
}
.gallery-item img:hover {
  transform: scale(1.1);
}

@media (max-width: 900px) {
  .gallery {
      grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 450px) {
  .gallery {
      grid-template-columns: repeat(1, 1fr);
  }
}
.modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.733);
  margin-top: -1px;
  animation: zoom 0.3s ease-in-out;
}

@keyframes zoom {
  from {
      transform: scale(0);
  }
  to {
      transform: scale(1);
  }
}
.modal img {
  width: 50%;
  object-fit: cover;
}
.closeBtn {
  color: rgba(255, 255, 255, 0.87);
  font-size: 40px;
  position: absolute;
  top: 0;
  right: 0;
  margin: 20px;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}

.closeBtn:hover {
  color: rgb(255, 255, 255);
}
.prevBtn {
  font-size: 40px;
  position: absolute;
  left: 10%;
  margin: 20px;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
.nextBtn {
  font-size: 40px;
  position: absolute;
  right: 10%;
  margin: 20px;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}


/* ////////////CONTACT FORM///////////////////// */
.contact-page {
  display: flex;
}
.feedback-input {
  color:rgb(255, 255, 255);
  font-family: 'Montserrat', sans-serif;
  font-weight:500;
  border-radius: 7px;
  line-height: 1rem;
  background-color: transparent;
  border:2px solid #d7c9ec86;
  transition: all 0.3s;
  padding: .8rem;
  margin-bottom: 1rem;
  width:100%;
  box-sizing: border-box;
  outline:0;
}
.feedback-input:focus {
  border:2px solid #0570b8;
}
.module.form {
  text-align: left;
  padding: 1.5vw;
  font-size: clamp(.9rem, 1.2vw, 1.2rem);
}
option {
  background-color: #000000e6;
}
textarea {
  height: clamp(150px, 30vw, 300px);
  /* line-height: 150%; */
  resize:vertical;
}
textarea.feedback-input {
  margin: 0;
}
.submit-button {
  display: flex;
  justify-content: end;
}
.send-button {
  margin-top: 10px;
  height: 50px;
  width: 40%;
  border-radius:5px;
  overflow: hidden;
  transition: all .2s ease-in-out;
  background:#d7c9ec86;
  border:0;
  cursor:pointer;
  color:white;
  font-weight:700;
}
.alt-send-button {
  width: 100%;
  height: 50px;
  transition: all .2s ease-in-out;
  padding-top: 18px;
}
.send-text {
  display: block;
  margin-top: 20px;
  font-family: 'Quicksand', sans-serif;
  font-size: 24px;
  letter-spacing: 2px;
}
.send-button:hover{
  background-color: #0570b8;
}
.alt-send-button:hover {
  transform: translate3d(0px, -43px, 0px);
}
.location {
  text-align: center;
  align-self: flex-start;
  padding: 1.2vw;
  
}
.location iframe {
  border-radius: 4px;
  width: clamp(250px, 40vw, 600px);
  height: clamp(250px, 40vw, 600px);
}
.location p {
  margin-top: 0;
}
.location i {
  margin-right: 10px;
}
.error {
  color: rgb(255, 0, 0);
  font-style: italic;
}
.errorAnimate {
	position: relative;
	animation:shake-horizontal 0.8s linear both;
}
@keyframes shake-horizontal{
    0%,100%{
        transform:translateX(0)
    }
    10%,30%,50%,70%{
        transform:translateX(-10px)
    }
    20%,40%,60%{
        transform:translateX(10px)
    }
    80%{
        transform:translateX(8px)
    }
    90%{
        transform:translateX(-8px)
    }
}

/* ////////////RESPONSIVE///////////////////// */

@media (max-width:1050px) {
  .header-labels {
    margin: 0 0% 0 3%;
    width: 54%;
  }
  .header-wrap {
    width: 46%;
  }
}

@media (max-width:970px) {
  header {
    justify-content: start;
  }
 .header-labels ul {
  display:grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 2fr 1fr;
  /* max-width: max-content; */
  margin-left: 25%;
 }
 .header-labels i{
  font-size: 1.2rem;
}
 .header-labels{
  width: 40vw;
 }
 .content-wrap {
  width: clamp(85vw, 90vw, 95vw);
}
.feedback-input {
  border-radius: 10px;
}
.location {
  padding: 2vw;
}
}

@media (max-width:800px) {
  .loader {
    width: 80px;
    background-size: 35px 35px;
  }
  body {
    background-image: url(../images/backgroundcool-medium.jpg);
  }
  header{
    display: flex;
    flex-direction: column;
    width: 100%;
   }
  .header-wrap {
    width: 100%;
    padding: .1vw;
    margin: auto;
    animation: none;
  }
  h1 {
    font-size: clamp(2.2rem, 6vw, 4rem);
    padding: .1vw;
    letter-spacing: clamp(.2rem, 1vw, .7rem);  
    text-align: center;
    max-height: fit-content;
    margin-top: 1px;
  }
  .h1Animate{
    animation:tracking-in-expand .9s .1s cubic-bezier(.73,0,.45,.99) both;
  }
  @keyframes tracking-in-expand{0%{letter-spacing:0em;opacity:.6}40%{opacity:1}100%{opacity:1}}
  h2 {
    font-size: clamp(.7rem, 2.5vw, 1.2rem);
  }
  .header-labels {
    width: 100%;
    padding-top: .5rem;
    margin: 1vw;
  }
  .header-labels ul {
    display:inline-flex;
    justify-content: space-evenly;
    margin: 0;
    width: 100%;
    max-width: none;
    font-size: clamp(.7rem, 1.2vw, 1rem);
   }
   .tablink {
    margin-bottom: 1px;
   }
  .module.form {
    padding: 2vw;
  }
  .modal img {
    width: 65%;
    object-fit: cover;
  }
  .prevBtn {
    font-size: 40px;
    left: 4%;
    margin: 15px;
  }
  .nextBtn {
    font-size: 40px;
    right: 4%;
    margin: 15px;
  }
}

@media (max-width:650px) {
  .contact-page {
    display:block
  }
  .location {
    padding: 3vw;
  
  }
  .location iframe {
    width: clamp(200px, 100%, 600px);
    height: clamp(200px, 90vw, 600px);
    border-radius: 12px;
  }
}
@media (max-width:600px) {
.desktop{
  display: none;
}
.mobile {
  display:initial;
  width: 10%;
}
.wwd {
  width: 30%;
}
.other {
  width: 20%;
}
.content-wrap {
  width: clamp(90vw, 95vw, 99vw);
}
.pic {
  bottom: 0;
}
.header-labels ul{
  justify-content: space-between;
}
/* .header-labels i{
  font-size: 1rem;
} */
.module.form{
  padding: 2.5vw;
}
.feedback-input {
  border-radius: 11px;
  padding: .6rem;
}
.header-labels {
  width: 90%;
}
}

@media (max-width:500px) {
  .loader {
    width: 60px;
    background-size: 26px 26px;
  }
  .header-labels {
    width: 99%;
  }
  .header-labels ul {
    font-size: clamp(.72rem, 2vw, 1rem);
  }
  .modal img {
    width: 65%;
    object-fit: cover;
  }
  .prevBtn {
    font-size: 30px;
    left: 3%;
    margin: 18px;
  }
  .nextBtn {
    font-size: 30px;
    right: 3%;
    margin: 18px;
  }
  h1 {
    font-size: clamp(1.7rem, 7vw, 4rem);
    /* letter-spacing: 2vw; */
  }
}

@media (max-width:450px) {
  .big {
    display: none;
  }
  .small {
    display: initial;
  }
  header {
    margin: auto;
    padding: 0 0 .8rem 0;
  } 
  .header-wrap {
  margin-bottom: 1rem;
  margin-top: 0.6rem;
  }
  .header-labels ul{
  justify-content: space-evenly;
  }
  .header-labels i{
  font-size: 1.2rem;
  }
  header-labels p {
  margin: 3px;
  }
  .aaaa {
    text-align: center;
  }
}

@media (max-width:406px) {
  body {
    background-image: url(../images/backgroundcool-small-narrow.jpg);
  }
  h1 {
    font-size: clamp(1.7rem, 10vw, 4rem);
    letter-spacing: 2vw;
    max-height: fit-content;
  }
  .h1Animate{
    animation:tracking-in-contract .9s .5s cubic-bezier(.73,0,.45,.99) both;
  }
  @keyframes tracking-in-contract{0%{color: #ffffe3;letter-spacing:4.5vw;opacity:.9}40%{opacity:.8}100%{letter-spacing:none;opacity:1}}
  .tablink {
  font-size: min(4.5vw, 1rem);
  /* font-size: 1rem; */
  }
  .footer-wrap {
  flex-direction: column;
}
.ig {
  display: none;
}
.ig2 {
  display: initial;
}
.fb {
  justify-content: space-evenly;
  margin-top: 0;
}
.footer-links {
  margin-bottom: .5rem;
}
.module.form{
  padding: 2.8vw;
}
.feedback-input {
  border-radius: 15px;
  padding: .5rem;
}
textarea.feedback-input {
  margin: 0; 
  padding: .8rem;
}
.modal img {
  width: 65%;
  object-fit: cover;
}
.prevBtn {
  font-size: 30px;
  left: 3%;
  margin: 5px;
}
.nextBtn {
  font-size: 30px;
  right: 3%;
  margin: 5px;
}
}

@media (max-width:250px) {
  
  h1 {
    font-size: 11vw;
  }
  /* .h1Animate{
    animation:tracking-in-contract .9s .5s cubic-bezier(.73,0,.45,.99) both;
  } */
  @keyframes tracking-in-contract{0%{color: #ffffe3;letter-spacing:4vw;opacity:.9}40%{opacity:.8}100%{letter-spacing:none;opacity:1}}
 
}