thank-text/************************************************************************************

=========================== 00 Import Stylesheets =================================

************************************************************************************/
/***
  Color Names taken from :: http://chir.ag/projects/name-that-color/#798796
***/

html {
  scroll-behavior: smooth;
}

@font-face {
  font-family: 'molotregular';
  src: url("../fonts/molot-webfont.eot");
  src: url("../fonts/molot-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/molot-webfont.woff2") format("woff2"), url("../fonts/molot-webfont.woff") format("woff"), url("../fonts/molot-webfont.ttf") format("truetype"), url("../fonts/molot-webfont.svg#molotregular") format("svg");
  font-weight: normal;
  font-style: normal; }
  
  
  
@font-face {
  font-family: 'akzidenzgroteskbold-webfont';
  src: url("../fonts/akzidenzgroteskbold-webfont.eot");
  src: url("../fonts/akzidenzgroteskbold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/akzidenzgroteskbold-webfont.woff2") format("woff2"), url("../fonts/akzidenzgroteskbold-webfont.woff") format("woff"), url("../fonts/akzidenzgroteskbold-webfont.ttf") format("truetype"), url("../fonts/akzidenzgroteskbold-webfont.svg#akzidenzgroteskbold-webfont") format("svg");
  font-weight: normal;
  font-style: normal; }
  
  
@font-face {
  font-family: 'gotham-webfont';
  src: url("../fonts/gotham/GothamRnd-Book.otf");
  src: url("../fonts/gotham/GothamRnd-Bold.otf") format("otf");
  font-weight: normal;
  font-style: normal; }  
  
textarea, input, button { outline: none;border: none; }


body {
  margin: 0;
  padding: 0; }
  
a:hover, a:active, a:visited{
    color: #005850 !important;
    text-decoration: none !important;
}

img {
  max-width: 100%; }

.fold-section {
  /*width: 100%;*/
  position: relative;
}


body, html {
  overflow-x: hidden; }

.clearfix::after {
  display: block;
  content: "";
  clear: both; }

::-webkit-input-placeholder {
  color: #000000; }

::-moz-placeholder {
  color: #000000; }

:-ms-input-placeholder {
  color: #000000; }

:-moz-placeholder {
  color: #000000; }

.main-wrapper {
  position: relative; }


.fold-section {
  /*width: 100%;*/
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center; 
}
 .button-pattern{
     background:url(../images/button-pattern-mask.png);
     background-repeat: no-repeat;
     background-size: contain;
     font-size: 1.8rem;
     letter-spacing: -1px;
     line-height: 33px;
     color: #05614f;
     font-weight: bold;
     font-family: "Gotham Rounded";
     text-align: center;
     padding: 6px;
     min-width: 145px;
     text-transform: uppercase;
     border-radius: 50px;
     box-shadow: inset 2px 2px 2px rgb(255 255 255 / 37%), inset -4px -4px 2px rgb(0 0 0 / 7%);
    -moz-box-shadow: inset 2px 2px 2px rgb(255 255 255 / 37%), inset -4px -4px 2px rgb(0 0 0 / 7%);
    -webkit-box-shadow: inset 2px 2px 2px rgb(255 255 255 / 37%), inset -4px -4px 2px rgb(0 0 0 / 7%);
}

.button-pattern:focus{
    outline: none;
}
  
@media screen and (min-width: 1024px) {
    .content-wrapper{
         background-image: url(../images/canvas-bg.jpg);
         background-size: cover;
         height: 100vh;
         max-height: 100vh;
        overflow: scroll;
        position: fixed;
        overflow-x: hidden;
    }
}
    .fold-section {
      background-size: cover;
      background-position: 0% 0%;
    }
    
    .scroll-one{
        gap: 10px;
    }
      
    .scroll-one .intro{
        font-size: 24px;
        line-height: 31px;
        color: 005850;
        font-weight: bold;
        font-family: 'Gotham Rounded';
        text-align: center;
        text-transform: uppercase;
    }
    .scroll-one .logo{
        max-width: 100px;
    }
    .scroll-one .myn{
        max-width: 60%;
    }
    .scroll-one .subintro{
        font-size: 16px;
        letter-spacing: -1px;
        line-height: 31px;
        color: #0b836b;
        font-weight: 200;
        font-family: 'Gotham Rounded', sans-serif;
        text-align: center;
    }
    
    .scroll-two .intro{
        font-size: 24px;
        line-height: 31px;
        color: #005850;
        font-weight: bold;
        font-family: 'Gotham Rounded';
        text-align: center;
        text-transform: uppercase;
    }
    
    .scroll-two .video-frame{
        position: relative;
    }
    
    .scroll-two .video-holder {
        position: relative;
        max-width: 80%;
    }
    
    .scroll-two .play-video-button{
        position: absolute;
        top: 35%;
        left: 42%;
        transform: translate(50%, 50%);
        cursor: pointer;
        max-width: 40px;
        opacity: 0.9;
    }
    
    .scroll-two .play-video-button:hover{
        opacity: 1;
    }
    
    .scroll-three .intro{
        font-size: 24px;
        line-height: 31px;
        color: #005850;
        font-weight: bold;
        font-family: 'Gotham Rounded';
        text-align: center;
        text-transform: uppercase;
    }
 
    .form-container input, .form-container select, .form-container textarea{
        font-size: 12px;
        line-height: 28px;
        font-weight: 100;
        font-family: 'Gotham Rounded';
        border: 1px solid #000 !important;
        border-radius: 5px !important;
        width: 100% !important;
        min-height: 35px;
    }
    
    .form-container input, .form-container select, .form-container select{
        text-indent: 0px;
        color: #6c757d;
    }
    
    .form-container input::placeholder, .form-container textarea::placeholder{
        color: #6c757d;
    }
    
    .form-container input#fullname{
        text-indent: 0px;
    }
    
    .form-container input#user_email{
        text-indent: 8px;
    }
    
    .form-container input#phone_number{
        text-indent: 8px;
    }
    
    .form-container .select2-container{
        font-size: 12px;
        font-weight: 100;
        font-family: 'Gotham Rounded';
        border: 1px solid #000;
        border-radius: 5px;
    }
    .select2-results__options{
        font-size: 10px;
        font-weight: 100;
        font-family: 'Gotham Rounded';
    }
    
    .select2-container--default .select2-selection--single{
        border: none;
    }
    .form-container form{
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
    .form-container button.submit{
        min-width: 110px;
        padding: 0px;
        font-size: 14px;
        line-height: 36px;
    }
    
    .form-container input.submit{
        min-width: 110px;
        padding: 0px;
        font-size: 14px;
        line-height: 36px;
        border: none !important;
        display: block;
        color: #05614f;
        font-weight: bold;
        text-transform: uppercase;
        border-radius: 50px;
        box-shadow: none;
    }
    
    .social-icons a {
        padding-left: 10px;
        font-size: 20px;
        color: #05614f;
    }
    
    .social-icons a:first-child{
        padding-left: 0px;
    }
    
    .social-terms .terms{
        font-size: 14px;
        font-weight: 400;
        font-family: 'Gotham Rounded';
        cursor: pointer;
        color: #05614f;
    }
    
    #terms-modal ul li{
        font-size: 13px;
        line-height: 24px;
        font-weight: 200;
        text-indent: 10px;
        font-family: 'Gotham Rounded';
    }
    
    #order_form .form-group:last-child{
        margin: 0 auto;
    }
    
    #thankyouModal .modal-body{
        background: #cae8e2;
    }
    
    #errorModal .modal-body{
        background: #cae8e2;
    }
    
    #terms-modal .modal-body{
        background: #cae8e2;
    }
    
 
.terms a{
    color: #000;
    text-decoration: underline;
}
.terms a:hover, .terms a:active, .terms a:visited{
    color: #000;
}
.thank-text{
    font-family: 'Gotham Rounded';
    color: #000;
    font-size: 16px;
    font-weight: 200;
}
p.host-mail {
    font-size: 14px;
    line-height: 14px;
    margin-top: 10px;
}
.video-modal .modal-dialog {
  max-width: 800px;
  margin: 30px auto; }

.video-modal .modal-body {
  position: relative;
  padding: 0px; }

.video-modal .close {
  position: absolute;
  right: -30px;
  top: 0;
  z-index: 999;
  font-size: 2rem;
  font-weight: normal;
  color: #fff;
  opacity: 1; }
  .embed-responsive-16by9 {
    padding-bottom: 56.25% !important;
}
.modal-open {
    padding: 0px !important;
}

.modal-backdrop{
    z-index: -1 !important;
}
@media (max-width:576px){
    .content-wrapper{
        background-image: url(../images/canvas-bg-mobile.jpg);
        background-size: 100% 100%;
        height: 100vh;
        max-height: 100vh;
        overflow: scroll;
        position: fixed;
        overflow-x: hidden;
    }
    
    .frame-one-section{
        max-height: 90%;
        margin-top: 20%;
    }
    
    .scroll-one{
        gap: 20px;
    }
    
    .scroll-one.justify-content-center{
        justify-content: space-around !important;
    }
    
    .scroll-one br{
        display: none;
    }
    
    .scroll-one .intro{
        font-size: 16px;
        font-family: 'Gotham Rounded';
        max-width: 70%;
        line-height: 20px;
    }
    
    .scroll-one .subintro{
        line-height: 18px;
        font-weight: 400;
        font-family: 'Gotham Rounded', sans-serif;
        max-width: 50%;
        margin: 0 auto;
        font-size: 12px;
    }
    
    .scroll-two .intro{
        font-family: 'Gotham Rounded';
        max-width: 70%;
        font-size: 18px;
    }
    
    .scroll-three{
        max-width:95%;
    }
    
    .scroll-three .intro{
        font-family: 'Gotham Rounded';
        max-width: 70%;
        font-size: 18px;
    }
    
    .social-terms{
        align-items: center;
    }
    .social-terms .social-icons, .social-terms .terms{
        padding: 0;
    }
    
    .video-modal .close{
        right: 8px;
        top: -25px;
    }
    
    
    #terms-modal .close{
        right: 8px;
        top: 8px;
    }
    
    #terms-modal .modal-body ul{
        padding-left: 1em;
    }
    
    #terms-modal ul li{
        text-indent: 0px;
    }
    
    
}

 @media only screen and (min-width: 577px) and (max-width: 1023px)  {
    .content-wrapper{
        background-image: url(../images/canvas-bg-mobile.jpg);
        background-size: cover;
        height: 100vh;
        max-height: 100vh;
        overflow: scroll;
        position: fixed;
        overflow-x: hidden;
    }
    .scroll-one br{
        display: none;
    }
    
}