/*--------------------------------------------------------------
# ADDONS
--------------------------------------------------------------*/
html {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# Fade Content
--------------------------------------------------------------*/
.reveal {
  position: relative;
  opacity: 0;
}

.reveal.active {
  opacity: 1;
}
.active.fade-bottom {
  animation: fade-bottom 1s ease-in;
}
.active.fade-left {
  animation: fade-left 1s ease-in;
}
.active.fade-right {
  animation: fade-right 1s ease-in;
}
@keyframes fade-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-left {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-right {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}


/*--------------------------------------------------------------
# Navabr
--------------------------------------------------------------*/
.topnav {
  padding-top: 1%;
  position: fixed; /* this disables the buttons for some reason */
  top: 0;
  background-color: #3e96a5;
  opacity: 90%;
  z-index: 2;
}

.topnav .header-transparent {
  background: none;
}

.topnav .navlink {
  float: right;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav .logoSpacer {
    float: left;
    max-width: 15%;  
    height: auto;
    padding: 10px 10px;
    padding-left: .7%;
}



.topnav .navlink:hover {
  color: white;
  border-bottom: solid 3px white;
  margin-bottom: 0.5em;
}
.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav .logoSpacer {
    float: left;
    max-width: 45%;  
    height: auto;
    padding: 10px 10px;
    padding-left: 1%;
  }
}


/*
@media screen and (max-width: 600px) {
  .topnav a{
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
*/
/*--------------------------------------------------------------
# IMAGE Slider
--------------------------------------------------------------*/


#Slider {
  width: 100%;
  height: 90vh;
  position: relative;
  overflow: hidden;
}


#Slider::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  
  background: url("/assets/imgs/Background.jpg") center;
  animation: slideLeft 3000s linear infinite;
  background-repeat: repeat-x;

}

@keyframes slideLeft {
  to {
      background-position: 9900% 100%;
  }
}

@-moz-keyframes slideLeft {
  to {
      background-position: 9900% 100%;
  }
}

@-webkit-keyframes slideLeft {
  to {
      background-position: 9900% 100%;
  }
}


/*--------------------------------------------------------------
# Carousel
--------------------------------------------------------------*/
#Slider .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}




#Slider h2 {
  color: rgb(218, 218, 218);
  margin-bottom: 30px;
  font-size: 100px;
  font-weight: 30;
  font-family: 'Yellowtail', cursive;

}

#Slider h3 {
  color: rgb(218, 218, 218);
  font-size: 50px;
  font-weight: 40;
}

#Slider h2 img{
  max-width: 70%;

}

@media screen and (max-device-width: 640px){
  #Slider h2 {
    color: rgb(218, 218, 218);
    margin-bottom: 30px;
    font-size: 70px;
    font-weight: 10;
    font-family: 'Yellowtail', cursive;
  
  }
  
  #Slider h3 {
    color: rgb(218, 218, 218);
    font-size: 20px;
    font-weight: 10;
  }

  #Slider h2 img{
    max-width: 95%;
  }
}






#Slider p {
  width: 80%;
  font-weight: 800;
  font-size: 30px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #111;
}

#Slider .TopcaroselTXT {
  font-weight: 600;
  color: #ffffff;
  -webkit-text-stroke: 1.3px #020422;
}

#Slider .BotcaroselTXT {
  color: #ffffff;
  filter: drop-shadow(0 0 4px #ffffff);
  font-weight: 100;
}

@media screen and (max-device-width: 640px){
  #Slider .TopcaroselTXT {
    font-weight: 600;
    color: #ffffff;
    -webkit-text-stroke: 0.5px #020422;
  }
  
  #Slider .BotcaroselTXT {
    color: #ffffff;
    filter: drop-shadow(0 0 4px #ffffff);
    font-weight: 100;
  }
}

#Slider .carousel-control-prev,
#Slider .carousel-control-next {
  width: 10%;
}

#Slider .carousel-control-next-icon,
#Slider .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}

#Slider .gelatoLuxe {
  font-family: "gelato-luxe", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#Slider a {
  text-decoration: none;
}
#Slider .buttonslider {
  padding: 1em 2em;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #2c9caf;
  transition: all 1000ms;
  font-size: 15px;
  position: relative;
  overflow: hidden;
  outline: 2px solid #2c9caf;
}

#Slider button:hover {
  color: #ffffff;
  transform: scale(1.1);
  outline: 2px solid #70bdca;
  box-shadow: 4px 5px 17px -4px #268391;
}

#Slider button::before {
  content: "";
  position: absolute;
  left: -50px;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #2c9caf;
  transform: skewX(45deg);
  z-index: -1;
  transition: width 1000ms;
}

#Slider button:hover::before {
  width: 250%;
}

@media screen and (max-device-width: 640px){
  #Slider .buttonslider {
    padding: 1em 2em;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #2c9caf;
    transition: all 1000ms;
    font-size: 13px;
    position: relative;
    overflow: hidden;
    outline: 2px solid #2c9caf;
  }
}
/*--------------------------------------------------------------
# Location Div
--------------------------------------------------------------*/
#LocationDiv {
  padding-top: 10%;
  padding-bottom: 10%;
  height: 20%;

}

#LocationDiv .flexhold{
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-left: 5%;
  margin-right: 15%;

}

#LocationDiv .flexhold > div{
  margin-left: 10%;
  margin-right: 4%;
}

#LocationDiv .flexhold .ContentLocationTXT {
  justify-content: baseline;
  font-size: 16px;
}

#LocationDiv .flexhold .ContentLocationHeader {
  font-size: 35px;
}

#LocationDiv .flexhold .ContentLocationIMG img{
  height: auto;
  width: 180%;
}

#LocationDiv .buttonslider {
  padding: 1em 2em;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #2c9caf;
  transition: all 1000ms;
  font-size: 12px;
  position: relative;
  overflow: hidden;
  outline: 2px solid #2c9caf;
}

#LocationDiv button:hover {
  color: #ffffff;
  transform: scale(1.1);
  outline: 2px solid #70bdca;
  box-shadow: 4px 5px 17px -4px #268391;
}

#LocationDiv button::before {
  content: "";
  position: absolute;
  left: -50px;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #2c9caf;
  transform: skewX(45deg);
  z-index: -1;
  transition: width 1000ms;
}

#LocationDiv button:hover::before {
  width: 250%;
}



#LocationDiv2 {
  padding-top: 10%;
  padding-bottom: 10%;
  height: 20%;
  background-color: #e9e9f0;
}

#LocationDiv2 .flexhold{
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-left: 3%;
  margin-right: 1%;

}

#LocationDiv2 .flexhold .context{
  margin-left: 22%;
  margin-right: 5%;
}

#LocationDiv2 .flexhold .ContentLocationTXT {
  text-align: right;
  font-size: 16px;

}

#LocationDiv2 .flexhold .ContentLocationHeader {
  text-align: right;
  font-size: 35px;
}

#LocationDiv2 .flexhold .ContentLocationIMG{
  margin-left: 10%;
  margin-right: 3%;
}

#LocationDiv2 .flexhold .ContentLocationIMG img{
  height: auto;
  width: 220%;
}



/*-------------------------------------------------------------
Form Group
-------------------------------------------------------------*/
.contactForm, .emailConfirmation {
  padding-top: 90px;
  margin: 20px;
  text-align: center;
  display: grid;
  justify-content: center;
}

#emailConfirmation{
  margin: 200px 200px;
}

.contactForm h1{
  font-weight: 500;
}

.formGroup{
  border: solid 2px #23606b;
  border-radius: 30px;
  padding: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  width: 800px;
  text-align: start;
}

.formTextArea{
  width: 500px;
  height: 300px;
}

.formDiv{
  position: relative;
  height: 40px;
  margin-bottom: 1.5rem;
}
.formInput{
  position: absolute;
  top: 0;
  height: 100%;
  width: 60%;
  outline: none;
  padding: 1rem;
  background: none;
  z-index: 1;
  border: none;
  border-bottom: 2px solid gray;
}
.formLabel{
  position: absolute;
  top: 0.5rem;
  padding: 0 .25rem;
  background-color: #fff;
  transition: .3s;
}


.formInput:focus + .formLabel{
  top: -.5rem;
  font-size: 12px;
  font-weight: 500;
  z-index: 10;
}

/*Input focus sticky top label*/
.formInput:not(:placeholder-shown).formInput:not(:focus)+ .formLabel{
  top: -.5rem;
  font-size: 12px;
  font-weight: 500;
  z-index: 10;
}

/*Input focus*/
.formInput:focus{
  border-bottom: 2px solid #266772;
}

@media only screen and (max-device-width: 640px){
  .formGroup{
    width: 400px;
  }
  .formTextArea{
    width: 350px;
  }
}

.submit-btn {
  margin-top: 1em;
  border: none;
  border-radius: 5px;
  background-color: #23606b; 
  color: white;
  width: 200px;
  height: 40px;
}

.formDropdown{
  padding: 8px;
  background-color: rgb(199, 201, 206);
  border: none;
  border-radius: 5px;
  cursor: pointer;

  /*replaces default arrow*/
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-position: right -1px top 50%;
  background-repeat: no-repeat;
  background-size: 30px;
  padding-right: 80px;
}

.formDropdown:focus, .formDropdown:hover{
  outline: none;
}
.formDropdown option{
  background-color: white;
}




/*--------------------------------------------------------------
# Main Content
--------------------------------------------------------------*/
.mainContent {
  font-family: 'basic-sans', sans-serif;
  margin-left: 20px;
  padding-top: 80px;
}


.mainContent h1 {
  text-align: center;
  font-size: 40px;
}

.mainContent h2 {
  font-size: 20px;
}

/*--------------------------------------------------------------
# Cards
--------------------------------------------------------------*/
.card-group {
  padding-top: 2%;
  height: 20%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: 3%;
  margin-right: 3%;
}

.card {
  width: 290px;
  height: 254px;
  border-radius: 20px;
  background: #f5f5f5;
  position: relative;
  padding: 1.8rem;
  border: 2px solid #c3c6ce;
  transition: 0.5s ease-out;
  overflow: visible;
  margin-bottom: 5%;
  margin-left: 3%;
  margin-right: 3%;
 }
 
 .card-details {
  color: black;
  height: 100%;
  gap: .5em;
  display: grid;
  place-content: center;
 }
 
 .card-button {
  transform: translate(-50%, 125%);
  width: 60%;
  border-radius: 1rem;
  border: none;
  background-color: #2c9caf;
  color: #fff;
  font-size: 1rem;
  padding: .5rem 1rem;
  position: absolute;
  left: 50%;
  bottom: 0;
  opacity: 0;
  transition: 0.3s ease-out;
 }
 
 .text-body {
  color: rgb(134, 134, 134);
 }
 
 /*Text*/
 .text-title {
  font-size: 1.5em;
  font-weight: bold;
 }
 
 /*Hover*/
 .card:hover {
  border-color: #2c9caf;
  box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.25);
 }
 
 .card:hover .card-button {
  transform: translate(-50%, 50%);
  opacity: 1;
 }

 @media only screen and (max-device-width: 640px) {

  .card-group {
    padding-top: 2%;
    height: 20%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: 3%;
    margin-right: 3%;
  }
  
  .card {
    width: 500px;
    height: 254px;
    border-radius: 20px;
    background: #f5f5f5;
    position: relative;
    padding: 1.8rem;
    border: 2px solid #c3c6ce;
    transition: 0.5s ease-out;
    overflow: visible;
    margin-bottom: 5%;
    margin-left: 3%;
    margin-right: 3%;
  }
  
 }


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.bigWidget{
  background-color: #7ec8d4;
  text-align: center;
  padding: 64px;
  border-radius: 5px;
  box-shadow: 0px 25px 55px #8c97b0;
}

.sendEmail-btn{
  border: none;
  border-radius: 5px;
  font-size: 15px;
  padding: 5px;
}

#subtitle {
  padding: 4px;
  width: 300px;
  background-color: #2c9caf;
  border-radius: 30px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
}

/* CSS */



.button-81 {
  background-color: #204a52;
  border: 0 solid #e2e8f0;
  border-radius: 1.5rem;
  box-sizing: content-box;
  color: #e2e8f0;
  cursor: pointer;
  display: inline-block;
  font-family: "Basier circle",-apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1;
  padding: 1rem 1.6rem;
  text-align: center;
  text-decoration: none #0d172a solid;
  transition: all .1s cubic-bezier(.4, 0, .2, 1);
  box-shadow: 0px 1px 2px rgba(166, 175, 195, 0.25);
  touch-action: manipulation;
}

.button-81 a{
  text-decoration: none #0d172a solid;
}

.button-81:hover, button-81 a:hover {
  background-color: #2f5961;
  color: #e2e8f0;
}

.button-81:focus{
  background-color: #203d42;
  color: #9da2a8;
}


@media only screen and (max-device-width: 640px) {
  .button-81 {
    font-size: 1.125rem;
    padding: 1rem 2rem;
  }
}


#footer {
  background: #3e96a5;
  margin-top: 2em;
  padding: 0px 0px 0px 0px;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  background: #68c0ce;
  border-top: 3px solid #0a142b;
  border-bottom: 3px solid #0a142b;
  padding: 40px 0px 30px 30px;
}


#footer .footer-top .social-links a {
  font-size: 25px;
  display: inline-block;
  background: #2c9caf;
  color: #fff;
  line-height: 1;
  padding: 12px;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: rgb(168, 168, 219);
  color: #2c9caf;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 18px;
  font-weight: 600;
  color: #0a142b;
  position: relative;
  padding-bottom: 6px;
}


#footer .footer-top .footer-links {
  margin-bottom: 10px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul{
  padding-right: 2px;
  font-size: 16px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}


#footer .footer-top .footer-links ul a {
  color: white;
  font-weight: 600;
  display: inline-block;
  font-size: 16px;
  text-decoration: none;
}

#footer .footer-top .footer-links ul a:hover {
  color: #e8e9ee
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
  font-weight: 600;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
  color: #fff
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: px;
  color: #fff;
}

#footer .credits a {
  color: black;
  font-weight: 1000;
  opacity: .8;
}

#footer .container {
  display: flex;
  justify-content: space-evenly;
}

#footer .small-container {
  text-align: center;
  padding-bottom: 1em;
}

#footer .arrows {
  font-size: 15px;
  margin-right: 0.5em;
}




@media only screen and (max-device-width: 640px) {

  .mainContent{
    text-align: center;
  }

  .format-contact-sm {
    margin-bottom: 2em;
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
  } 

  .format-contact {
    margin-top: 2em;
    margin-right: 2em;
    margin-left: 2em;
  }

  .bigWidget{
    padding: 10px;
  }
  
}


@media only screen and (min-device-width: 640px) {

  .row {
    display: flex;
  }

  .format-contact {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .format-contact-sm {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
  } 
  .emailWidget{
    margin-left: 2em;
    padding: 60px;
  }


  
  #footer .buttonslider {
    padding: 1em 2em;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #1e315e;
    transition: all 1000ms;
    font-size: 15px;
    position: relative;
    overflow: hidden;
    outline: 2px solid #1e315e;
  }

  
  
}


.text-btn {
  color: white;
  font-weight: 400;
  display: inline-block;
  font-size: 16px;
  background: none;
  border: none;
  cursor: pointer;
  text-decoration: none;
}



/* Service Description */

.serviceContent{
  padding: 120px 420px;
  display: flex;
  justify-content: space-between;
}

.serviceContent h1{
  font-size: 50px;
  margin: 16px;
}