@font-face {
    font-family: 'Italiana';
    src: url('../fonts/Italiana-Regular.eot');
    src: url('../fonts/Italiana-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Italiana-Regular.woff2') format('woff2'),
        url('../fonts/Italiana-Regular.woff') format('woff'),
        url('../fonts/Italiana-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
      font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.eot');
    src: url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-Regular.woff2') format('woff2'),
        url('../fonts/OpenSans-Regular.woff') format('woff'),
        url('../fonts/OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

*{
box-sizing: border-box;
}

html,
body{
width:100%;
height:100%;
margin:0;
padding:0;
box-sizing: border-box;



}
body{
overflow:scroll;
}


h1, h2, h3, h4, h5, h6, p, ul, li{
/* font-family: 'Italiana';*/
/*letter-spacing:1px;*/
}

p {
  white-space: pre-wrap;
}

.center{
    text-align:center;
}


#typewriter-wrapper {
  font-size: 1rem;
  line-height: 1.5;
  text-align: center; /* ensure centered */
}

.char {
  opacity: 0;
  display: inline-block;
  transition: opacity 0.5s ease;
}

.char.visible {
  opacity: 1;
}





.image-holder {
    padding:120px 0;
    position:relative;
  overflow: hidden;
width:100%;
 opacity:0;
 animation: fadeInOnLoad 4s ease forwards;
animation-delay: 9s;
}

.image-holder::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(/images/tac_bg_new.jpg) center center no-repeat;
  background-size: cover; /* use cover instead of auto */
  background-attachment: fixed;
  transform: scale(1);
  animation: subtleZoom 7s ease-in-out infinite alternate;
  animation-delay: 7s;
}

@keyframes subtleZoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.2); /* 5% zoom */
  }
}



.image-overlay-1{
    z-index:1;
  opacity:0;
position:absolute;
top:0;
bottom:0;
left:0;
right:0;
background: #F7F2ED;
background: linear-gradient(160deg, rgba(94, 34, 224, 0.1) 40%, rgba(94, 34, 224, 0.6) 100%);
animation: fadeInOnLoad 1s ease forwards;
animation-delay: 7s;
}

.overlay-gradient-white{
    position:absolute;
    z-index:2;
top:0;
bottom:70%;
left:0;
right:0;
opacity:0;
background: RGBA(255, 255, 255, 1);
background: linear-gradient(0deg, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 1) 99%);
animation: fadeInOnLoad 4s ease forwards;
animation-delay: 1s;
}

.logo {
 padding:30px 0 70px 0;
  width: 300px;
  height: auto;

  opacity: 0;
  transform: translateY(20px); /* start slightly below */

  /* Combine two animations */
  animation: 
    fadeInOnLoad 3s ease forwards 1s,       /* fade animation with 1s delay */
    fadeInSlideUp 3s ease forwards 1s;      /* slide animation with 1s delay */
}

.logo-unsubcribe {
display:block;
  width: 300px;
  height: auto;
margin-bottom:100px;
  opacity: 0;
  transform: translateY(20px); /* start slightly below */

  /* Combine two animations */
  animation: 
    fadeInOnLoad 3s ease forwards 1s,       /* fade animation with 1s delay */
    fadeInSlideUp 3s ease forwards 1s;      /* slide animation with 1s delay */
}

/* Fade only */
@keyframes fadeInOnLoad {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Slide only */
@keyframes fadeInSlideUp {
  from { transform: translateY(20px); }
  to   { transform: translateY(0); }
}

.text-container{

    z-index:3 !important;
    text-align:center;
color:#A39E90;
padding:60px 0 30px 0;

    /* Hide scrollbar in Webkit (Chrome, Safari, Edge) */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE 10+ */
    scroll-behavior: smooth;
  

  
  /* -webkit-mask-image: linear-gradient(to bottom, transparent 0%, white 10%, white 90%, transparent 100%);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-clip: content-box;

  mask-image: linear-gradient(to bottom, transparent 0%, white 10%, white 90%, transparent 100%);
  mask-repeat: no-repeat;
  mask-size: 100% 100%; */

      word-break: normal !important;
  overflow-wrap: normal  !important;
  white-space: normal;
  
  opacity: 0;
  animation:  fadeInOnLoad 3s ease forwards 3s,
              fadeInSlideUp 3s ease forwards 3s;

}

.text-container p{
font-size:2em;
font-family: 'Italiana';
font-weight:300;
letter-spacing:1px;
max-width:600px;
}

.text-container-unsubscribe{
  opacity:0;
color:#A19B8C;
font-weight:200;
  animation: 
    fadeInOnLoad 3s ease forwards 1s,       /* fade animation with 1s delay */
    fadeInSlideUp 3s ease forwards 1s; 
}

.text-container-unsubscribe p{
font-size:1.2em;
letter-spacing:0.5px;
line-height:2em;
}

.text-container-unsubscribe p small{
font-size:14px;
}

.word {
  display: inline-block;
}

.signed{
font-size:1em;
line-height:1.2em;
}

.text-container small,
.text-container #typewriter-wrapper small{
  font-size:20px;
  line-height: 24px !important;
}

.text-container::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Edge */
}

ul, li{
list-style:none;
}

.btn-block{
  width:100%;
}
.btn-signup{
border: 0;
background:#8059D1;
color:#fff;
border-radius:30px;
font-family: Helvetica, Arial, Verdana;
font-size:18px;
font-weight:200;
padding:10px 20px;
transition: 0.5s ease-in-out;
letter-spacing:0.5px;
}
.btn-signup:hover,
.btn-signup:focus{
background: #fff;
color:#8059D1;
transition: 0.5s ease-in-out;
}


.form-control-signup{
  background:rgba(255,255,255,0.4) !important;
  border:1px solid #fff;
  border-radius:30px;
text-align:center;
font-family: Helvetica, Arial, Verdana;
font-size:18px;
font-weight:200;
letter-spacing:0.5px;
width:100%;
margin: 0 auto 20px auto;
padding:4px;
}
.form-control-signup:focus {
  color: #8059D1;
  background:rgba(255,255,255,1);
  outline: 0 !important;
-webkit-appearance: none;
-moz-appearance: none;
outline:none !important;
outline-width: 0 !important;
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
  transition: 0.5s ease-in-out;
}
.form-control-signup::placeholder{
  color:#8059D1 !important;
  font-size:14px;
}
.form-control-signup:focus::placeholder {
    color: #8059D1 !important;
}


.form-control:focus,
.form-control:valid,
.form-control:invalid {
  color: #8059D1;
  background:rgba(255,255,255,1);
-webkit-appearance: none;
-moz-appearance: none;
outline:none !important;
outline-width: 0 !important;
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
}
input::-moz-focus-inner {
  border: 0 !important;
}

#signup-confirmation{
  display:block;
  text-align:center;
font-family: Helvetica, Arial, Verdana;
font-weight:200;
font-size:18px;
letter-spacing:1;
padding:20px 0;
color:#fff;
}


.form-hidden {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 2s ease, transform 2s ease;
}

.form-visible {
  opacity: 1;
  transform: translateY(0);
}


.form-reveal {
     opacity: 0;
  animation:  fadeInOnLoad 5s ease forwards 8s,
              fadeInSlideUp 3s ease forwards 8s;
  width:100%;
  max-width:300px;
  z-index:4;
}

.form-reveal.visible,
.social-icons-holder.visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.label{
color:#fff;
}

.social-icons-holder{
z-index:4;
margin:0 auto;
     opacity: 0;
  animation:  fadeInOnLoad 5s ease forwards 5s,
              fadeInSlideUp 3s ease forwards 5s;
}
.social-icon{
width:40px;
height:auto;
margin:5px;
display:inline-block;
opacity:0.9;
transition: opacity 0.3s ease-in-out,
}
.social-icon:hover{
  opacity:1;
  transition: opacity 0.3s ease-in-out;
}



.video-wrapper {
  width: 100%;
  max-width: 1000px;
  aspect-ratio: 16 / 9;
  margin:0 auto;
       opacity: 0;
 animation: 
    fadeInOnLoad 4s ease forwards 3s,       /* fade animation with 1s delay */
    fadeInSlideUp 4s ease forwards 3s;  
}

.video-wrapper iframe {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.youtube_player {
  width: 100%;
  max-width: 1000px;
  aspect-ratio: 16 / 9;   /* Standard YouTube ratio */
  border-radius: 20px;
  
}

/* MEDIA //////////////////////////////////////////////////////////// */

@media (max-width: 767px) {


html,
body{
    font-size:1.6em;
    font-weight:300;
    letter-spacing:1px;
    word-break: normal !important;
  overflow-wrap: normal !important; /* aka word-wrap */
  hyphens: none !important; 
}
.image-holder {
    margin-top:-60px;
}
.logo {
 padding:60px 0 70px 0;
}

.video-wrapper {
  width: 100%;
padding:0 20px;
  aspect-ratio: 16 / 9;
  margin:0 auto;
       opacity: 0;
 animation: 
    fadeInOnLoad 4s ease forwards 3s,       /* fade animation with 1s delay */
    fadeInSlideUp 4s ease forwards 3s;  
}


.text-container{
padding: 0 20px;
    word-break: normal;
  overflow-wrap: normal;
  white-space: normal;
}

.text-container p{
  font-size:1.1em !important;
  line-height:1.3em !important;
  padding:0;
  margin:0;
}

.text-container.signed{
  font-size:1em !important;
}

.text-container small,
.text-container #typewriter-wrapper small{
  font-size:16px;
  line-height: 20px !important;
}

.text-container-unsubscribe p{
font-size:16px;
letter-spacing:0.5px;
line-height:20px;
}

.text-container-unsubscribe p small{
font-size:14px;
}

} /* end media */