@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

a{
    text-decoration: none;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    height: 100%;
    font-family: Poppins, sans-serif;
    overflow-x: hidden;
    width: 100%;
}
h1{font-size:2.5rem}
p{line-height:1.8rem;margin-bottom:10px;}

button {
margin-top: 20px;
    background-color: #FFFFFF;
    color: #FF5A5F;
    border: none;
    border-radius: 5px;
    padding: 20px 30px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

.block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    padding: 60px 0;
}

.block h1{
	padding-bottom: 20px;
    text-align: center;
}
.block1 h1{font-size: 3.5rem;}

.block1 {
    position:relative;
}

.block1 .background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
    z-index: -2;
}

.block1 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 90, 95, 0.7);
    z-index: -1;
}



.block1 p {
	margin-top:-25px;
	font-size:1.5rem;
	text-align: center;
	font-style: italic;
    max-width: 900px;
}

#current-month{
    color: white;
    margin: 10px;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.09rem;
}

.block1_5 {
    background-color: #your_desired_color;
}

.block1_5 h1{
    color: rgb(255, 90, 95);
}

.block1_5 p{
    color: #484848;
}

.optin-block{
  
}
.optin-wrapper{
    max-width: 1250px;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
}

.bgred{
    background-color: rgb(255, 90, 95);
}
.optin-column1{
    flex: 4;
}
.optin-column2{
    flex: 1;
}
.optin-block h1{
    padding: 20px;
        font-size: 2.5rem;
        line-height: 3rem;
    }
.optin-block p{
    font-style: normal;
    font-size: 1rem;
    text-align: left;
    max-width: 100%;
    line-height: 2rem;
}

.optin-benefit{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
    margin: 10px ;
}

.benefit-image img{
        display: block;
        width: 150px;
    }

.optin-benefit p{
   margin-top:0px;
}

.benefit-copy{
        margin-left: 20px;
    }  

.optin-image{
  display: flex;
flex-direction: column;
  justify-content: center;
  align-items: center;
margin: 20px;
}
.optin-block h2{
    font-style: italic;
    margin-bottom: 20px;
}

#branding-domain{
        text-align: center;
        margin-bottom: 20px;
    }

.optin-image img{
    border-radius: 20px;
    display: flex;
    margin: 0 auto;
    width: 450px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
}

.optin-image h2{
    margin-top: 20px;
}


.optin-block input[type="text"], .optin-block input[type="email"]{
    padding: 10px;
    border-radius: 10px;
    width: 300px;
    border-color: transparent;
}

#sendfox-form{  
}

#sendfox-form label{
    display: block;
    padding: 5px;
    margin:5px;
}

#sendfox-form p{
    margin: 10px;
 line-height: 20px;   
}

.block2 {
    background-color: #00A699;
}

.block2 button{color:#00A699}

.block h2{
	margin-bottom: 10px;
	text-align:center;

}

.block3 {
    background-color: #FC642D;
}

.block3 button{
    color: #FC642D;
}


.block3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.block3 .content-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}


.block-testimonial {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.testimonial {
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 1200px;
    margin-bottom: 20px;
}
.block-testimonial h1{
    color:rgb(255, 90, 95);
}
.block-testimonial h2, .block-testimonial p{
    color:#484848;
}

.testimonial-image,
.testimonial-content {
    padding: 20px;
}

.testimonial-image {
    flex: 1 1 30%;
}

.testimonial-content {
    flex: 1 1 70%;
}

.testimonial-image img {
    display: block;
    margin:0 auto;
    width: auto;
    height: 200px;
    border-radius: 10%;
}

.block-testimonial button{
    background-color: rgb(255, 90, 95);
    color: white;
}

.block-benefits{
    background-color: rgb(255, 90, 95);
    color: white;
}

.block-benefits .empty-column img{
    width:50%;
}

.block-how-it-works{
    background-color: #00A699;
}

.block-how-it-works h1,.block-how-it-works p{
        color: white;
    }
.block-how-it-works button{
    color: #00A699;
}

.block4 {
	background-color:white;
}

.block4 h1{
	color:black;
}

.block4 {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(250, 250, 250, 1)), url('https://images.pexels.com/photos/307008/pexels-photo-307008.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.block4 button{
	   background-color: #FF5A5F;
	   color:white;
	   font-weight:bold;
	   padding: 30px;
	}

.block1 h1,
.block1_5 h1,
.block1_5 h2,
.block2 h1,
.block3 h1,
.block4 h1{
	text-align:center;
}

.block1,
.block2,
.block3{
    color: white;
}


.block1 h1,
.block1 p,
.block1 button {
}

.empty-column {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.empty-column img {
    padding-top:10px;
    width: 100%;
    height: auto;
    object-fit: cover;
    width: 100%;
}

.block2 .empty-column img {
    display:block;
    padding-top:10px;
    width: 50%;
    height: auto;
    object-fit: cover;
    text-align:center;
    margin: 0 auto;
}

.block3 .empty-column img {
     border-radius: 30px;
}

.content-container{
padding: 0 30px;
}

.columns-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.empty-column {
    flex: 1;
    min-width: 320px;
}

.content-column {
    flex: 3;
    padding-left: 20px;
    min-width: 480px;
}

.phases-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.phase-column {
    flex: 1;
    padding: 0 10px;
}




.video-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px 0 20px 0;
}

.logo-and-text {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.logo {
    max-width: 125px;
    padding: 20px;
    height: auto;
}

.video-container {
    position: relative;
    width: 100%;
    max-width: 640px;
    margin-bottom: 20px;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
}

.video-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-block button{
    background-color: #FF5A5F;
    color: white;
    margin: 20px;
}

#offer-expiration-title {
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: #FF5A5F;
    margin-bottom: 10px;
}

#timer {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.5rem;
    font-weight: bold;
    color: #FF5A5F;
    margin-bottom: 20px;
}

#expired-message {
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: #FF5A5F;
    margin-bottom: 20px;
}
#expired-message h1{
    font-size: 1.2rem;
}

#expired-message.hidden {
    display: none;
}

span {
    padding: 0 2px;
}

@media (max-width: 1100px) {
    .optin-wrapper{
    max-width: 100%;
    display: block;
    } 
}

@media (max-width: 920px) {
.block1_5 .empty-column img, .block3 .empty-column img {
    display:block;
    padding-top:10px;
    padding-bottom: 40px;
    width: 60%;
    height: auto;
    object-fit: cover;
    margin: 0 auto;
}
    
       

}

@media (max-width: 780px) {
    
    #offer-expiration-title{
        font-size: 1.2rem;
    }
    
    .block h1{
        font-size:2.7rem;
        padding: 0px 20px;
        line-height: 3rem;
    }
    .block1 p{
        width: 100%
    }
    .block3 h1{
        padding-bottom: 20px;
    }
    .block3 .content-column, .block-how-it-works .content-column{
        padding-left: 0px;
    }
    .block3 .content-container, .block-how-it-works .content-container{
        padding: 0px;
    }
    
    .block3 .columns-container, .block3 .content-container{
        display: block;
        width: 100%;
    }
    
    .testimonial {
        flex-direction: column;
    }
    .block-how-it-works h1{
        padding: 20px 0;
    }
    
    .block1 p{
        margin-top:0;
        font-size: 18px;
        padding: 0 20px;
    }
    
    .block button{
        min-width:250px;
        font-size: 18px;
        padding: 15px;
        margin: 20px;
    }
    
    .content-column{
        min-width: 100%;
    }
    
    .phases-container {
        flex-direction: column;
    }
    .phase-column {
        min-width: 100%;
        max-width: 100%;
        padding: 10px 0;
    }
    
    .logo-and-text {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    
    .logo-and-text h1{
        font-size: 1.8rem;
    }

/* Block 1 */
    .block1 .h1-container {
        flex-direction: column;
    }

    /* Block 1.5 */
    .block1_5 .columns-container {
        flex-direction: column;
    }
    .block1_5 .empty-column,
    .block1_5 .content-column {
        min-width: 100%;
    }

    /* Block 2 */
    .phases-container {
        flex-direction: column;
    }
    .phase-column {
        min-width: 100%;
        max-width: 100%;
        padding: 10px 0;
    }
    .columns-container{
        display: block;
    }

    /* Block 3 */
    .block3 .columns-container {
        flex-direction: column;
    }
    .block3 .empty-column,
    .block3 .content-column {
        min-width: 100%;
    }

    /* Block 4 */
    .block4 .h1-container {
        flex-direction: column;
    }
    .optin-benefit p{
        padding: 0;
    }
    
    
    .optin-block h1{
        font-size: 1.7rem;
        line-height: 2rem;
        margin-bottom: 20px;
    }
    .optin-block h2{
        font-size: 1.2rem;
    }
    .optin-column1 p{
        font-size: 0.9rem;
        line-height: 1.5rem;
    }
    
    .optin-image{
        margin: 0;
    width: 100%;
    height: auto;
}



.optin-image img{
    display: block;
    margin: 0 auto;
    width: auto;
    height: 500px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
}  
    
.benefit-image img{
        display: block;
        width: 90px;
        min-width: 90px;
    }
    
    .optin-block input[type="text"], .optin-block input[type="email"]{
    width: 100%;
}
    
    #sendfox-form p{
        margin: 0px;
    text-align: center;
}
    

   }

@media (max-width: 450px) {
    
    .optin-benefit{
        display: block;
    }
    .optin-benefit img{
        padding: 10px;
        display: block;
        margin: 0 auto;
    }
    .optin-image img{
    width: 275px;
    height: auto;
    }
    
}