@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
}
.coming-soon-left{
    min-height: 100vh;
    background: #FFECEC;
    padding: 40px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}
h1{
    font-size: 38px;
    font-weight: 700;
}
h2{
    font-size: 20px;
}
h3{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #F44A64;
}
.primary-color{
    color: #F44A64;
}
.grey-text{
    color: #828282;
}
.site-video{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
a{
    color: black !important;
    transition: ease-in-out .2s;
}
a:hover{
    color: #F44A64 !important;
}
@media screen and (max-width: 1399.5px) {
    h1{
        font-size: 28px;
    }
}
@media screen and (max-width: 1199.5px) {
    h2, h3{
        font-size: 18px;
    }
}
@media screen and (max-width: 991.5px) {
    .coming-soon{
        text-align: center;
    }
}