@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&amp;display=swap');

body{
    font-family: 'Poppins', sans-serif !important;
    overflow: hidden;
    background-size: cover !important;
    height: 100vh;
    position: relative;
}

h1{
    font-family: 'Poppins', sans-serif !important; 
}

section.homepage-wrapper {
    width: 100%;
    background-size: cover !important;
    background-position: center center !important;
    position: relative;
    height: 100vh;
}

.bg__for__desktop{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover !important;
}

.bg__for__mobile{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover !important;
}

section.homepage-wrapper h1{
    margin: 0;
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    color: #4d4d55;
}

.homepage-wrapper-inner {
    position: relative;
    width: 100%;
    height: 100%;
}

.homepage-wrapper-inner img.logo {
    margin: 0 auto;
    display: table;
    padding-top: 40px;
    margin-bottom: 20px;
    max-width: 60px;
}

h3.trusted-title {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif !important; 
    color: #4d4d55;
}

p.trusted-paragraph {
    max-width: 875px;
    margin: 0 auto;
    text-align: center;
    font-size: 15px;
}


.div__footer-bottom {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
    margin-top: 0;
    position: absolute;
    bottom: 20px;
    width: 100%;
    z-index: 2;
}

.footer-bottom-text {
    position: relative;
    z-index: 9;
    text-align: center;
}

.overlay__for__desktop {
    position: absolute;
    width: 100%;
    bottom: -20px;
    height: 284px;
    z-index: 1;
}

div#countdown {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 30px;
    justify-content: center;
    color: #4d4d55;
    margin-bottom: 30px;
}

span.time {
    font-size: 50px;
    width: 100%;
    display: block;
    text-align: center;
}

span.label {
    text-align: center;
    display: block;
    text-transform: uppercase;
}

.overlay__for__mobile{
    display: none;
}

@media (max-width:1200px){
    section.homepage-wrapper{
        padding: 0 15px;
        box-sizing: border-box;
    }

    .div__footer-bottom {
        width: 100%;
    }

    p.trusted-paragraph {
        max-width: 100%;
    }
}

@media (max-width:1200px){
    .div__footer-bottom {
        width: 100%;
        margin-top: 305px;
    }
}

@media (max-width:768px){
    .bg__for__desktop{
        display: none;
    }

    .bg__for__mobile{
        display: block;
    }
}


@media (max-width:600px){  
    
    .overlay__for__mobile {
        display: block;
        position: absolute;
        height: 345px;
        width: 100%;
        bottom: -20px;
    }

    .overlay__for__desktop{
        display: none;
    }

    .footer-bottom-text {
        width: 100%;
        text-align: center;
    }
    
    div#countdown {
        gap: 10px;
        margin-top: 10px;
    }
    .col-xs-6.col-sm-3{
        width: calc( 25% - 10px );
        border-radius: 5px;
        padding: 5px;
        box-sizing: border-box;
    }
    .div__footer-bottom {
        width: 100%;
        padding-bottom: 0;
        gap: 15px;
        margin-top: 0;
    }

    section.homepage-wrapper {
        min-height: auto;
    }

    .homepage-wrapper-inner img.logo {
        margin-top: 0;
        margin-bottom: 20px;
        padding-top: 25px;
        max-width: 50px;
    }

    h3.trusted-title {
        font-size: 16px;
        line-height: 30px;
    }

    span.time {
        font-size: 33px;
    }

    section.homepage-wrapper h1 {
        font-size: 26px;
    }
}