/*Hero section one*/

.hero-section-one {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14rem 0 5.6rem 0;
}

.hero-section-one .herosection {
    display: flex;
    max-width: 1600px;
    width: 90%;
}

.hero-section-one .herosection .col {
    flex-basis: 50%;
    margin-top: 8vw;
}

.hero-section-one .herosection .col .breadcrump {
    width: 100%;
    color: #2c2c2c;
    font-family: Josefin Sans, sans-serif;
    font-size: 1.8rem;
    margin-top: -5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 2rem;
}

.hero-section-one .herosection .col .breadcrump a {
    color: #00c100;
    text-decoration: none;
}

.hero-section-one .herosection .col h1 {
    margin-bottom: 3.2rem;
    font-size: 5.2rem;
}

.hero-section-one .herosection .col p {
    font-size: 2rem;
}

.hero-section-one .herosection .col img {
    width: 100%;
    transform: scale(1.1);
    transform-origin: 0 100%;
}

.hero-section-one .herosection .col .home-img {
    transform-origin: 0 180%;
}

.hero-section-one .herosection .col .action-group {
    margin-top: 5.7rem;
}

.hero-section-one .herosection .col .action-group .pricing {
    display: flex;
    align-items: center;
    margin-bottom: 4rem;
    gap: 2rem;
}

.hero-section-one .herosection .col .action-group .pricing .discount-banner {
    position: relative;
    color: #f2f0e4;
}

.hero-section-one .herosection .col .action-group .pricing .discount-banner .content {
    position: absolute;
    top: 0;
    padding-left: 3.5rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: .5rem;
}

.hero-section-one .herosection .col .action-group .pricing .discount-banner .content h2 {
    height: 100%;
}


.hero-section-one .herosection .col .action-group .pricing p {
    font-size: 3.2rem;
    font-weight: 500;
}

.hero-section-one .herosection .col .action-group .pricing h3 {
    font-size: 2.1rem;
    text-decoration: line-through;
}

.hero-section-one .herosection .col .action-group .features {
    margin: 2rem auto 0;
    display: flex;
    gap: 1rem;
    padding: 1.9rem 0;
}

.hero-section-one .herosection .col .action-group .features .quick-benifit-item {
    display: flex;
    margin-right: 1rem;
    align-items: center;
    gap: 0.5rem;
}

.hero-section-one .herosection .col .action-group .features .quick-benifit-item p {
    font-family: Josefin Sans, sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.01em;
    text-align: center;
    color: #00381b;
}

.hero-section-one .herosection .col .action-group .hero-pricing {
    display: flex;
    align-items: center;
    margin-bottom: 4rem;
    gap: 2rem;
}

.hero-section-one .herosection .col .action-group .hero-pricing p {
    font-size: 3.2rem;
    font-weight: 500;
}

.hero-section-one .herosection .col .action-group .hero-pricing h3 {
    font-size: 2.1rem;
    text-decoration: line-through;
}

.home-hero-wrapper {
    position: relative;
    margin-top: 5.8rem !important
}

.home-hero-wrapper .svgs {
    position: absolute;
    top: -12%;
    left: 0;
    z-index: 1;
}

.info-pill {
    display: inline-block;
    padding: 1rem 1.2rem;
    position: absolute;
    top: 16%;
    left: 25%;
    border-radius: 3.8rem;
    background-color: #fff;
    z-index: 5;
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.1);
}

.info-pill.two {
    top: 43%;
    left: 8%;
}

.info-pill.three {
    top: 13%;
    left: 78%;
}

.info-pill-green {
    display: inline-block;
    padding: 1.7rem 0.8rem 1.6rem 1.4rem;
    border-bottom-left-radius: 1.6rem;
    background-color: #00c100;
    z-index: 5;
    position: absolute;
    bottom: 33%;
    right: -10%;
}

.hero-section-one .herosection .home-hero-wrapper .info-pill p.info-pill-text {
    font-family: Lato, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 10px;
    letter-spacing: 0;
    text-align: center;
    color: #4b5563;
}

.hero-section-one .herosection .home-hero-wrapper .info-pill p.info-pill-text .red {
    color: #fc6128;
}

.hero-section-one .herosection .home-hero-wrapper .info-pill-green p.info-pill-green-text {
    font-family: Lato, sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0;
    text-align: center;
    color: #f2f0e4;
}

@media only screen and (min-width: 1760px) {
    .hero-section-one .herosection__info {
        width: 45vw;
        padding-left: 0;
    }

    .hero-section-one .herosection__info__content {
        width: 85%;
    }
}

@media only screen and (min-width: 360px) and (max-width: 900px) {
    .info-pill-green {
        right: 0;
    }

    .home-hero-wrapper .svgs {
        position: absolute;
        top: -1%;
        left: 0;
        z-index: 1;
    }
}


.new-hero-image {
    width: 50%;
    height: auto;
    align-self: flex-start;
}

@media only screen and (min-width: 1700px) and (max-width: 1760px) {
    .hero-section-one {
        justify-content: end;
    }

    .hero-section-one .herosection {
        max-width: 95%;
    }

    .hero-section-one .herosection__info {
        padding-left: 0;
    }

    .hero-section-one .herosection__info__content {
        width: 80%;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .hero-section-one {
        justify-content: end;
    }

    .hero-section-one .herosection {
        max-width: 95%;
    }

    .hero-section-one .herosection__info {
        padding-left: 0;
    }

    .hero-section-one .herosection__info__content {
        width: 85%;
    }
}

@media only screen and (min-width: 1500px) and (max-width: 1600px) {
    .hero-section-one .herosection__info__content {
        width: 94%;
    }

    .hero-section-one .herosection__info__sub-content {
        width: 95%;
    }
}

@media only screen and (min-width: 1700px) {
    .hero-section-one .herosection__info__content {
        width: 100%;
    }

    .hero-section-one .herosection__info__sub-content {
        width: 95%;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1500px) {
    .hero-section-one .herosection__info__content {
        width: 100%;
    }

    .hero-section-one .herosection__info__sub-content {
        width: 95%;
    }
}

@media only screen and (min-width: 1260px) and (max-width: 1400px) {
    .hero-section-one .herosection__info__content {
        width: 90%;
        font-size: 5rem;
    }

    .hero-section-one .herosection__info__sub-content {
        width: 95%;
    }

    .hero-section-one .herosection .herosection-image {
        width: 50vw;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1260px) {
    .hero-section-one .herosection__info__content {
        width: 90%;
        font-size: 4.6rem;
    }

    .hero-section-one .herosection__info__sub-content {
        width: 95%;
        font-size: 1.8rem;
    }

    .hero-section-one .herosection .herosection-image {
        width: 50vw;
    }
}

@media only screen and (min-width: 1150px) and (max-width: 1300px) {
    .hero-section-one {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .hero-section-one .herosection {
        display: flex;
        max-width: 1600px;
        width: 90%;
        margin-bottom: 10rem;
    }

    .hero-section-one .herosection .col {
        flex-basis: 50%;
    }

    .hero-section-one .herosection .col h1 {
        margin-bottom: 3.2rem;
        font-size: 4.6rem;
    }

    .hero-section-one .herosection .col p {
        font-size: 1.8rem;
    }

    .hero-section-one .herosection .col .action-group {
        margin-top: 5.7rem;
    }

    .hero-section-one .herosection .col .action-group .quick-benifits {
        margin: 2rem auto 0;
        display: flex;
        gap: 1rem;
        padding: 1.9rem 0;
    }

    .hero-section-one .herosection .col .action-group .quick-benifits .quick-benifit-item {
        display: flex;
        margin-right: 1rem;
        align-items: center;
        gap: 0.5rem;
    }

    .hero-section-one .herosection .col .action-group .quick-benifits .quick-benifit-item p {
        font-family: Josefin Sans, sans-serif;
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 150%;
        letter-spacing: -0.01em;
        text-align: center;
        color: #00381b;
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1150px) {
    .hero-section-one {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .hero-section-one .herosection {
        display: flex;
        max-width: 1600px;
        width: 90%;
        margin-bottom: 10rem;
    }

    .hero-section-one .herosection .col {
        flex-basis: 50%;
    }

    .hero-section-one .herosection .col h1 {
        margin-bottom: 3.2rem;
        font-size: 4.4rem;
        width: 110%;
    }

    .hero-section-one .herosection .col p {
        font-size: 1.6rem;
    }

    .hero-section-one .herosection .col .action-group {
        margin-top: 5.7rem;
    }

    .hero-section-one .herosection .col .action-group .quick-benifits {
        margin: 2rem auto 0;
        display: flex;
        gap: 1rem;
        padding: 1.9rem 0;
    }

    .hero-section-one .herosection .col .action-group .quick-benifits .quick-benifit-item {
        display: flex;
        margin-right: 1rem;
        align-items: center;
        gap: 0.5rem;
    }

    .hero-section-one .herosection .col .action-group .quick-benifits .quick-benifit-item p {
        font-family: Josefin Sans, sans-serif;
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 150%;
        letter-spacing: -0.01em;
        text-align: center;
        color: #00381b;
    }
}

@media only screen and (min-width: 360px) and (max-width: 900px) {
    .hero-section-one {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .hero-section-one .herosection {
        display: flex;
        flex-direction: column;
        max-width: 1600px;
        width: 90%;
        margin-bottom: 10rem;
    }

    .hero-section-one .herosection .col {
        flex-basis: 50%;
    }

    .hero-section-one .herosection .col h1 {
        margin-top: 8vw;
        margin-bottom: 3.2rem;
        font-size: 4.4rem;
        width: 110%;
    }

    .hero-section-one .herosection .col p {
        font-size: 1.6rem;
    }

    .hero-section-one .herosection .col .action-group {
        margin-top: 5.7rem;
    }

    .hero-section-one .herosection .col .action-group .quick-benifits {
        margin: 2rem auto 0;
        display: flex;
        gap: 1rem;
        padding: 1.9rem 0;
    }

    .hero-section-one .herosection .col .action-group .quick-benifits .quick-benifit-item {
        display: flex;
        margin-right: 1rem;
        align-items: center;
        gap: 0.5rem;
    }

    .hero-section-one .herosection .col .action-group .quick-benifits .quick-benifit-item p {
        font-family: Josefin Sans, sans-serif;
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 150%;
        letter-spacing: -0.01em;
        text-align: center;
        color: #00381b;
    }
}

@media only screen and (min-width: 1070px) and (max-width: 1200px) {
    .hero-section-one .herosection__info {
        padding: 8vw 0 10vw 4vw;
    }

    .hero-section-one .herosection__info__content {
        width: 90%;
        font-size: 4.4rem;
    }

    .hero-section-one .herosection__info__sub-content {
        width: 90%;
        font-size: 1.6rem;
    }
}

@media only screen and (min-width: 900px) and (max-width: 1070px) {
    .hero-section-one .herosection__info {
        width: 100%;
        padding: 8vw 0 10vw 4vw;
    }

    .hero-section-one .herosection__info__content {
        width: 100%;
        font-size: 4.4rem;
    }

    .hero-section-one .herosection__info__sub-content {
        width: 95%;
        font-size: 1.6rem;
    }

    .hero-section-one .herosection__info__heading {
        margin-top: 0;
    }

    .hero-section-one .herosection .herosection-image {
        width: 50vw;
    }
}

@media only screen and (min-width: 800px) and (max-width: 900px) {
    .hero-section-one .herosection {
        flex-direction: column;
    }

    .hero-section-one .herosection__info {
        width: 95%;
        padding: 5rem 0 0 0;
        margin-left: 5%;
    }

    .hero-section-one .herosection__info__content {
        width: 70%;
        font-size: 5rem;
    }

    .hero-section-one .herosection__info__sub-content {
        width: 70%;
        font-size: 2rem;
    }

    .hero-section-one .herosection .herosection-image {
        width: 80vw;
        margin-left: auto;
    }
}

@media only screen and (min-width: 700px) and (max-width: 800px) {
    .hero-section-one .herosection {
        flex-direction: column;
    }

    .hero-section-one .herosection__info {
        padding: 5rem 0 0 4vw;
    }

    .hero-section-one .herosection__info__content {
        width: 90%;
        font-size: 5rem;
    }

    .hero-section-one .herosection__info__sub-content {
        width: 90%;
        font-size: 2rem;
    }

    .hero-section-one .herosection .herosection-image {
        width: 90vw;
        margin-left: auto;
    }
}

@media only screen and (min-width: 600px) and (max-width: 700px) {
    .hero-section-one .herosection {
        flex-direction: column;
    }

    .hero-section-one .herosection__info {
        padding: 5rem 0 0 4vw;
    }

    .hero-section-one .herosection__info__content {
        width: 90%;
        font-size: 5rem;
    }

    .hero-section-one .herosection__info__sub-content {
        width: 90%;
        font-size: 2rem;
    }

    .hero-section-one .herosection .herosection-image {
        width: 90vw;
        margin-left: auto;
    }
}

@media only screen and (min-width: 500px) and (max-width: 600px) {
    .hero-section-one .herosection {
        flex-direction: column;
    }

    .hero-section-one .herosection__info {
        padding: 5rem 0 0 4vw;
    }

    .hero-section-one .herosection__info__content {
        width: 90%;
        font-size: 4rem;
    }

    .hero-section-one .herosection__info__sub-content {
        width: 90%;
        font-size: 1.6rem;
    }

    .hero-section-one .herosection .herosection-image {
        width: 90vw;
        margin-left: auto;
    }
}

@media only screen and (min-width: 320px) and (max-width: 500px) {
    .hero-section-one .herosection {
        flex-direction: column;
    }

    .hero-section-one .herosection__info {
        padding: 5rem 0 0 4vw;
    }

    .hero-section-one .herosection__info__content {
        width: 90%;
        font-size: 4rem;
    }

    .hero-section-one .herosection__info__sub-content {
        width: 90%;
        font-size: 1.6rem;
    }

    .hero-section-one .herosection .herosection-image {
        width: 90vw;
        margin-left: auto;
    }

    .new-hero-image {
        width: 100%;
        margin-bottom: 10vh;
    }

    .hero-section-one .herosection__info__content {
        margin-bottom: 2rem;
    }

    .hero-section-one .herosection__info__sub-content {
        margin-bottom: 3rem;
    }
}

@media only screen and (min-width: 360px) and (max-width: 900px) {
    .hero-section-one .herosection .col h1 {
        width: 100%;
    }

    .hero-section-one .herosection .col img {
        width: 100%;
        transform: scale(1);
        transform-origin: 0 100%;
    }

    .info-pill-green {
        right: 0;
    }
}

/*End of hero section one*/