/* Initial setup */
* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Archivo Black', 'Open Sans', sans-serif;
    height: 100%;
    min-height: 100vh;
    text-align: center;
    color: white;
    background-color: #111111;
}

/*  Navbar css */
.logo-image-section{
    background-color: #161D1A;
    padding: 20px;
}

.logo-image-section p{
    color: #48FD4A;
    margin: 0;
    font-size: 24px;
}

/* Inner body css */
.overall-body{
    padding: 50px 0;
    /* A max width will be added here */
    max-width: 1350px;
    margin: auto;
}

/* Top Text */
.page-heading-text h1{
    font-family: 'Archivo Black', 'Open Sans', sans-serif;
    font-size: 48px;
    text-align: center;
    color: white;
    font-weight: 900;
    margin: 0;
}
.page-heading-text h2{
    font-size: 24px;
    color: #48FD4A;
}


/* Subscribe section */
.subcribe-now{
        padding: 50px 0;
        /* A max width will be added here */
        max-width: 1200px;
        margin: auto;
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;   
}
.subcribe-image{
    background-image: url("../images/Shape@2x.jpg");
    background-size: cover;
    background-position: top left;
    height: 320px;
    display: grid;
    align-items: center;
    justify-content: center;
}
.subcribe-image img{
    height: 200px;
}

.subscribe-text-div{
    background-color: #292929;
    height: 220px;
    justify-content: start;
    align-content: center;
    padding: 50px;
    text-align: left;
}

.subscribe-text-div h6{
    font-family: 'Archivo Black', 'Open Sans', sans-serif;
    font-size: 40px;
    text-align: left;
    color: white;
    font-weight: 900;
    padding-bottom: 20px;
}

.subscribe-text-div p{
    background-color: transparent;
    color: #48FD4A;
    border: 2px solid #48FD4A;
    padding: 20px 30px;
    display: inline-block;
}
.subscribe-text-div a{
    text-decoration: none;
    color: inherit;
}

.before-footer-section{
    background-image: url("../images/Group-1@2x.jpg");
    padding: 130px;
    background-size: cover;
}
.inner-before-footer{
    max-width: 900px;
    margin: auto;
}
.inner-before-footer .colored-text{
    font-family: 'Archivo Black', 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 900;
    color: #48FD4A;
    padding-bottom: 10px;
    opacity: 1;
}

.before-footer-section h6{
    font-family: 'Archivo Black', 'Open Sans', sans-serif;
    font-size: 40px;
    font-weight: 900;
    color: white;
    padding-bottom: 10px;
}
.inner-before-footer p{
    font-family: 'Montserrat', 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: white;
    opacity: 0.75;
    padding-bottom: 30px;
}
.STW p {
    font-family: 'Montserrat', 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: white;
    opacity: 0.75;
    padding-bottom: 30px;
}

.inner-before-footer a p {
    background-color: transparent;
    color: #48FD4A;
    border: 2px solid #48FD4A;
    padding: 20px 30px;
    display: inline-block;
    text-decoration: none;
    font-weight: 900;
}
.footer{
    padding: 25px;
}
.footer p{
    font-family: 'Montserrat', 'Open Sans', sans-serif;
    color: white;
}
.inner-before-footer .h6-2{
    display: none;
}
.inner-before-footer img{
    width: 70px;
    padding-bottom: 20px;
}
.inner-before-footer .number2{
    display: none;
}
.subscribe-text-div img{
    display: none;
}

@media screen and (max-width: 1024px) {
    .page-heading-text h1 {
        font-family: 'Archivo Black', 'Open Sans', sans-serif;
        font-size: 40px;
        text-align: center;
        color: white;
        font-weight: 900;
    }
    .subscribe-text-div h6{
        font-size: 35px;
    }
    .before-footer-section{
        padding: 100px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }
    .inner-before-footer p{
        font-size: 17px;
    }
    .inner-before-footer .colored-text{
        font-size: 20px;
    }
    .overall-body {
        padding: 50px 0 0;
    }
    .before-footer-section h6{
        font-size: 33px;
    }
    .footer p {
        font-size: 15px;
    }
}

@media screen and (max-width: 768px){
    .page-heading-text h1 {
        font-family: 'Archivo Black', 'Open Sans', sans-serif;
        font-size: 30px;
        text-align: center;
        color: white;
        font-weight: 900;
        padding: 0px 15px 0px;
    }

    .subcribe-now{
        padding: 20px 0 50px;
    }
    .subscribe-text-div h6 {
        font-size: 25px;
    }
    .inner-before-footer .colored-text {
        font-size: 18px;
    }
    .before-footer-section h6 {
        font-size: 29px;
    }
    .inner-before-footer p {
        font-size: 15px;
        padding-bottom: 15px;
    }
    .before-footer-section {
        padding: 50px 100px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }
    .subcribe-image img {
        height: 150px;
    }
    .subcribe-image{
        background-position: top right;
    }

}

@media screen and (max-width: 450px){
    .logo-image-section p{
        color: #48FD4A;
        margin: 0;
        font-size: 20px;
    }
    .overall-body{
        padding: 10px 15px 0;
    }
    .logo-image-section h1 {
        color: #48FD4A;
        margin: 0;
        font-size: 15px;
    }
    .page-heading-text h1{
        font-size: 22px;
        margin-bottom: 5px;
    }
    .page-heading-text h2{
        font-size: 15px;
        margin-bottom: 10px;

    }
    .subscribe-text-div img{
        display: block;
        width: 60px;
        flex-basis: 25%;
        padding-bottom: 15px;
    }
    .subcribe-now{
        display: flex;
    }
    .subcribe-image {
        background-position: center center;
        height: 200px;
        width: 100%;
        display: none;
    }
    .subscribe-text-div{
        height: auto;
        display: ruby;
        padding: 25px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }
    .subcribe-image img {
        height: 120px;
    }
    .before-footer-section {
        padding: 50px 30px;
        background-position: center right;
    }
    .inner-before-footer .colored-text {
        font-size: 15px;
    }
    .inner-before-footer .h6-2{
        display: block;
    }
    .inner-before-footer .h6-1{
        display: none;
    }
    .before-footer-section h6 {
        font-size: 20px;
    }
    .inner-before-footer p {
        font-size: 14px;
    }
    .footer p {
        font-size: 12px;
    }
    .inner-before-footer img {
        width: 50px;
    }
    .subscribe-text-div h6 {
        font-size: 23px;
        text-align: left;
        padding-bottom: 10px;
        letter-spacing: 1px;
        flex-basis: 70%;
        padding-left: 10px;
    }
    .subscribe-text-div a {
        text-decoration: none;
        color: inherit;
        display: grid;
        text-align: center;
        width: 100%;
    }
    .subscribe-text-div p {
        background-color: transparent;
        color: #48FD4A;
        border: 2px solid #48FD4A;
        padding: 20px 30px;
        display: grid;
        justify-content: center;
        /* width: 100%; */
    }
    .inner-before-footer .number2{
        display: inline-block;
        padding: 10px 0;
    }
    .inner-before-footer .number1{
        display: none;
    }


}