﻿#hero-image {
    background-image: url("/images/easy-same-day-loans-plain-green-loans.jpg");
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: cover;
    height: 1097px;
    position: relative;
    z-index: -1;
}

#hero-container {
    height: 600px;
    margin-top: -650px;
}

#hero-text h1{
    font-family: Raleway, sans-serif;
    font-size: 60px;
    font-weight: 700;
    line-height: normal;    
}

.money-today {    
    font-family: Inter, sans-serif;
    font-size: 30px;
    line-height: 40px;
}

#hero-text h6{
    font-family: Inter, sans-serif;
    font-size: 20px;
    line-height: normal;    
}

#hero-text p{
    font-family: Raleway, sans-serif;
    line-height: normal;
}

#review-offer {
    color: #707070;

    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}

.trust-pilot .container {
    max-width: 777px;
}

.trust-pilot-rating {
    font-family: Raleway, sans-serif;
    font-size: 24px;
    line-height: 26px;
    font-weight: 500;
}

.trust-pilot-stars {
    width: 148.926px;
    height: 26.3px;
}

.trust-pilot-reviews {
    font-family: Inter, sans-serif;
    font-size: 20px;
    line-height: 26px;
    font-weight: normal;
}

#vip-rewards-container {
    background: url("/images/vip-rewards-plain-green-loans.jpg");
    background-size: contain;
    color: white;
}

#vip-rewards-header {
    font-family: Raleway;
    font-size: 35px;
    font-style: normal;
    line-height: normal;
}
#vip-rewards h5 {
    font-family: Inter, sans-serif;
    font-size: 20px;
    line-height: normal;
    font-weight: 400;
    max-width: 1220px;
}
.vip-benefits {
    font-size: 22px;
    line-height: 25px;
}

#vip-rewards-images img {
    max-width: 17.8%;
    box-shadow: 10px 11px 25px 0px #00000040;
    border-radius: 18px;
}
.fa-check {
    font-size: 21px;
    line-height: 25px;
}

#extra-cash-container {
    background-image:  linear-gradient(180deg, #315545 32.8%, #407A3A 108.09%);
}

#choose-again {
    max-width: 415px;
}
#extra-cash h2 {
    font-family: Inter, sans-serif;
    font-size: 42px;
    line-height: normal;
}
#extra-cash p {
    font-size: 20px;
    line-height: normal;
}

#simple-process, #extra-cash-reasons {
    border-style: solid;
    border-color: white;
    border-width: 1px;
    border-radius: 10px;
    width: 572px;
}

#simple-process h3, #extra-cash-reasons h3 {
    font-size: 27px;
    line-height: normal;
}

#simple-process p, #extra-cash-reasons p {
    font-size: 16px;
    line-height: 25px;
    max-width: 483px;
}

.vip-treament {
    font-family: Inter;
    font-size: 26px;
    line-height: normal;
}

@media (min-width: 1440px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {		
        max-width: unset;
    }
}

@media (max-width:1440px) {
    #vip-rewards-images img {
        border-radius: 21px;
    }
}

@media (max-width:1400px) {
    #trust-pilot-quote {
        width: 100%;
    }
    #vip-rewards-images img {
        border-radius: 18px;
    }
}

@media(max-width: 1200px) {
    #hero-image {
        height: 750px;
    }

    #hero-container {
        height: 400px;
        margin-top: -450px;
    }
    #vip-rewards-images img {
        border-radius: 16px;
    }
}

@media (max-width:991px) {
    .trust-pilot {
        margin-top: -1px;
    }
    #hero-container {
        height: 450px;
        margin-top: -500px;
    }
    #vip-rewards-images img {
        border-radius: 12px;
    }
}

@media (max-width:768px) {
    #vip-rewards-images img {
        border-radius: 9px;
    }
    #simple-process, #extra-cash-reasons {
        width: unset;
    }    
}

@media (max-width:767.9px) {
    #hero-container {
        height: 100%;
        margin-top: unset;
        background-image:  linear-gradient(180deg, #315545 32.8%, #407B3A 108.09%);
    }
}

@media (max-width:575px) {
    
    #hero-text h1{
        font-size: 48px;
        line-height: 54px;
        font-weight: 700;
    }

    .trust-pilot-reviews {
        font-size: 16px;
        line-height: 26px;
    }

    .trust-pilot-stars {
        width: 232px;
        height: 41px;
    }
    
   .money-today {
        font-size: 22px;
        line-height: 28px;
    }

    #vip-rewards h5 {
        font-size: 18px;
    }

    .vip-benefits {
        font-size: 20px;
        line-height: normal;
    }
    #extra-cash h2 {
        font-size: 40px;
    }

    #extra-cash p {
        font-size: 18px;
    }
}

@media (max-width:525px) {
    #vip-rewards-images img {
        border-radius: 8px;
    }
}

@media (max-width: 392px) {
    #trust-pilot-stars {
        height: 49px;
        width: 260px;
    }
    #trust-pilot-quote {
        max-width: 296px;
    }
    #vip-rewards-images img {
        border-radius: 5px;
    }
}