*{
    box-sizing: border-box;
}
html{
    min-height: 100%;
    font-size: 0.625em;
}

   
body{
    min-height: 100%;
    margin: 0;
    padding: 0;
    background-color: rgb(100, 100, 100);
    font-family: 'Montserrat', sans-serif;

    background-image:
        linear-gradient(101.31deg, rgb(226,29,60) 45%, rgba(0, 0, 0, 0.5) 45%, transparent 55%),
        url("../images/Waves.svg"),
        linear-gradient(0deg, rgba(0, 0, 0,  0.5) 0%, rgba(0, 0, 0, 0.5) 100%), 
         url("../images/pexels-cesar-galeao-3289711-gray.jpg");
    background-attachment: fixed;
    background-repeat:
        no-repeat,
        no-repeat,
        no-repeat,
        no-repeat;
    background-size:
        100% 100%,
        40% auto,
        100% 100%,
        70% auto;
    background-position:
        -10vh 50%,
        100% 100%,
        50% 50%,
        100% 25%; 
}
.page{
    
    display: flex;
    min-height: 100vh;
    
}
.main-content{
    
    flex: 0 0 40%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
      
}
.countdown{
    flex: 0 1 60%;   
    display: flex;
    flex-direction: column;
    justify-content: center;
   
   
    
}
.logo{
    width: 27.5rem;
    margin-top: 1.5rem;
    margin-left: 1.5rem;
}
.main-offer{
    margin: 10.rem 1.5rem 10.rem 1.5rem;
    align-self: center;
   
   
   
}
.main-heading{
    margin: 0;
    font-style: italic;
    font-size: 2.8rem;
    font-weight: normal;
    color: white;
    letter-spacing: 0.05em;
}
.main-heading > strong{
    text-transform: uppercase;

}
.main-offer-price{
    display: block;
    font-size: 12.rem;
    margin-top: 2.rem;;
}
.btn-join-today{
    background-color: black;
    border-radius: 9999rem;
    border: 0;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    padding: 1rem 5rem;
    margin-top: 4rem;
    font-size: 2.4rem; 
}
.btn-join-today:hover{
    background-color:rgb(50, 50, 50);
}
.footer-paragraph{
    margin: 0 0 0 2rem;
    color: black;
    font-size: 1.6rem;

}


.countdown-heading{
    margin: 0;
    color: white;
    text-align: center;
    letter-spacing: 0.05em;
    font-size: 2.8rem;
    font-weight: normal;
    text-transform: uppercase;


}

.coutdown-paragraph{
    margin: 0;
    color: white;
    text-align: center;
    text-transform: uppercase;
    font-size: 5.8rem;


}

