@import url('https://fonts.googleapis.com/css?family=Muli:300,400,500,600,700,800,900&display=swap');

.main-content{
    margin-top: 58px;
    display: block;
    z-index: 1;
    font-family: Muli;
}

.landing-a-container{
    display: block;
    position: relative;
    height: 400px;
	background-image: url("images/4-a.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
    text-align: center;
    overflow: auto;
}

.background-overlay{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 400px;
    width: 100%;
    background: #555;
    opacity: 0.91;
    z-index: 1;
}

.heading-container{
    display: inline-block;
    text-align: left;
    margin: 0 auto;
    margin-left: 2%;
}

.landing-a-header{
    position: relative;
    width: 480px;
    font-weight: 800;
    font-size: 42px;
    line-height: 50px;
    color: #FFFFFF;
    margin: 125px auto 0;
    z-index: 2;
}

#heading-op{
    color: #CF68FF;
}

.landing-a-desc{
    position: relative;
    color: #AAFF9C;
    font-size: 22.5px;
    line-height: 36px;
    z-index: 2;
}

.landing-b-container{
    margin: 125px 0 0;
    display: block;
    text-align: center;
}

.landing-b-content{
    display: flex;
    width: 60%;
    margin: 0 auto;
}

.landing-b-left{
    width: 59%;
    text-align: left;
    font-size: 17px;
    font-weight: 400;
    color: #eee;
    margin: 0;
    max-width: 500px;
}

.landing-b-text-container{
    max-width: 450px;
    margin: 0 auto;
}

#landing-b-heading{
    font-weight: bold;
    font-size: 35px;
    color: #4462FF;
    margin: 0;
}

.landing-b-text{
    font-weight: 300;
    font-size: 22px;
    color: #7C7C7C;
}


#text-op{
    font-weight: 600;
    color: #67ABEA;
}

.landing-b-right{
    width: 40%;
    padding: 5px 0;
}

.landing-b-right img{
    max-width: 325px;
    border-radius: 5px;
    box-shadow: -2px 0px 4px rgba(0, 0, 0, 0.15),
                 2px 4px 4px rgba(0, 0, 0, 0.3);
}

.cta-container{
    display: block;
    text-align: center;
    margin: 75px 0;
}

.call-to-action{
    display: inline-block;
    background: linear-gradient(90deg, #A957FC 0%, #319CFF 100%);
    border-radius: 10px;
    font-weight: 800;
    font-size: 40px;
    padding: 25px 65px;
    color: #fff;
    transition: .12s;
    text-decoration: none;
    box-shadow: -2px 0px 4px rgba(0, 0, 0, 0.12),
                 2px 4px 4px rgba(0, 0, 0, 0.3);
}

.call-to-action:hover{
    transform: translateY(-3px);
    filter: hue-rotate(25deg);
    cursor: pointer;
    box-shadow: -2px 0px 4px rgba(0, 0, 0, 0.18),
                 2px 4px 4px rgba(0, 0, 0, 0.5);
}


@media (max-width: 1200px) {
    
.landing-b-content{
    width: 80%;
}     
}

@media (max-width: 1000px) {
    
.landing-b-content{
    width: 90%;
}

.landing-b-right{
    width: 39%;
    margin-left: 57%;
}

.landing-b-right{
    width: 39%;
    margin-left: 3%;
}

.landing-b-right img{
    width: 100%;
    max-width: 100%;
}

}

@media (max-width: 800px) {
    
.landing-a-header{
    width: 420px;
    font-size: 36.5px;
    line-height: 45px;
}

.landing-a-desc{
    font-size: 20px;
}

.landing-b-content{
    width: 92.5%;
}

#landing-b-heading{
    font-size: 32px;
}

.landing-b-text{
    font-size: 20px;
}

}

@media (max-width: 650px) {
    
.landing-a-header{
    width: 322px;
    font-size: 28px;
    line-height: 40px;
}

.landing-a-desc{
    font-size: 18.5px;
}

.landing-b-container{
    margin: 35px 0 0;
    box-sizing: border-box;
    padding: 0 6.5%;
}

.landing-b-content{
    display: block;
    width: 100%;
}

.landing-b-left{
    display: block;
    width: 100%;
    margin-bottom: 25px;
} 

.landing-b-right{
    display: block;
    width: 100%;
    margin: 0;
}

.landing-b-right img{
    width: 100%;
    max-width: 100%;
}

.cta-container{
    margin: 35px 0;
}

.call-to-action{
    width: 90%;
    font-size: 32.5px;
    padding: 25px 0;

}


}