:root {
    --color1: #47aecd;
    --tan: #FFFEF4;
    --orange: #ED6400;
    --poppins: 'Poppins', sans-serif;
    --spectral: 'Spectral', serif;
}

.max-Width {
    max-width: 1500px;
    padding: 0 100px;
    margin: 0 auto;
}

#burger {
    display: none;
}

html {
    font-size: 20px;
}

#checkMailer {
    background-color: var(--color1);
}

.circle {
    background-color: var(--tan);
    width: 75vw;
    height: 75vw;
    border-radius: 50%;
    position: absolute;
    top: -30%;
    left: -15vw;
    z-index: 1;
    -webkit-box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.25);
    max-height: 1440px
}

#checkMailer #s1 .flex {
    position: relative;
    z-index: 2;
}

#checkMailer #s1 span {
    position: relative;
    display: inline-block;
}

#checkMailer #s1 span::after {
    content: " ";
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: yellow;
    z-index: -1;

}

#checkMailer h1 {
    color: var(--orange);
    font-family: var(--spectral);
    font-size: 4rem;
    margin: unset;
    line-height: 1em;
}

#checkMailer p,
#checkMailer li,
#checkMailer input,
#checkMailer textarea,
#checkMailer span,
#checkMailer div {
    font-size: 1rem;
    font-family: var(--poppins);
}

#checkMailer #s1 .left {
    width: 50%;
}

#checkMailer #s1 p {
    font-size: 1.25rem;
    color: #666666;
    font-family: var(--poppins);
    margin: 15px 0 25px 0;
}

#checkMailer #s1 {
    margin: 200px 0 0
}

#checkMailer .btn {
    background-color: var(--orange);
    color: #FFF;
    padding: 10px 25px;
    display: inline-block;
    font-weight: bold;
    cursor: pointer;
}

#checkMailer header {
    position: absolute;
    z-index: 100;
    top: 0;
    width: 100%;
    left: 0;
    padding: 25px 0;

}

#checkMailer header nav {
    background-color: #FFF;
    border-radius: 0 0 0 10px;
    width: 30%;
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px 0;
}

#checkMailer header nav a {
    margin: 0 25px;
}

#checkMailer #s1 ul {
    list-style-type: none;
    margin: 0 0 25px 0;
}

#checkMailer #s1 ul li {
    margin: 0 0 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

}

#checkMailer #s1 ul li .check {
    font-size: 2em;
    color: var(--orange);
    margin-right: 15px;
}

#s2 {
    position: relative;
    padding-top: 375px;
    z-index: 2;
}

#s2 svg {
    width: 100%;
    position: absolute;
    top: -130px;
    left: 0;
    z-index: -1;


}

#s2 .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#s2 .item .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

}

#s2 .item .top .count {
    background-color: var(--orange);
    color: #FFF;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.5em;
}

#s2 .right {
    width: 500px;
    margin-left: 100px;
}

#s2 h2 {
    color: var(--orange);
    font-size: 2em;
    font-family: var(--spectral);
    margin-bottom: 15px;
}

#s2 h3 {
    font-family: var(--spectral);
}

#s2 .left {
    position: relative;
}

#s2 .left .count {
    width: 75px;
    height: 75px;
    position: absolute;
    background-color: var(--orange);
    color: #FFF;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.5em;

}

#s2 .left .count,
#s2 .right .count {
    -webkit-transition: .5s ease all;
    -o-transition: .5s ease all;
    transition: .5s ease all;
}

#s2 .left .count.on,
#s2 .right .count.on {
    background-color: var(--green);
}

#s2 .left img {
    width: 645px;
    height: 890px;
}

#s2 .left .count.id1 {
    top: 40%;
    left: -10px;
}

#s2 .left .count.id2 {
    top: -25px;
    left: 45%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

#s2 .left .count.id3 {
    top: 150px;
    left: 45%;

}

#s2 .left .count.id4 {
    bottom: 170px;
    left: 150px;
}

#s2 .left .count.id5 {
    bottom: 120px;
    right: 25px;
}

#s3 {
    background-color: var(--tan);
    padding: 200px 0;
}

#s3 .left {
    border-radius: 15px;
    background-color: var(--orange);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    width: 450px;
    padding: 40px 40px 50px;
    margin-right: 50px;
}

#s3 h2,
#s3 h3,
#s3 .slide p {
    font-family: var(--spectral);
}

#s3 h2 {
    font-size: 3em;
    color: var(--orange);
    text-align: center;
    margin-bottom: 25px;
}

#s3 .left form {
    width: 100%;
}

#s3 {
    position: relative;
}

#s3 .max-Width {
    position: relative;
    z-index: 2;
}



#s3 svg {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 1
}

#s3 .left h3 {
    font-size: 2.5em;
    color: #FFF;
    text-align: center;
    line-height: 1.2em;
}

#s3 .left p {
    color: #FFF;
    text-align: center;
    margin-bottom: 20px;
}

#s3 .left form .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#s3 .left form input {
    width: 100%;
    padding: 5px 10px;
    font-size: 18px;
}

#s3 .left form .row span {
    width: 49%;
}


#s3 .left form span {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}

#s3 .left form span.wpcf7-not-valid-tip {
    width: 100%;
    font-size: 14px;
    text-align: left;
    background-color: #000;
    padding: 0 5px
}

#s3 .left form span.ajax-loader {
    width: auto;
    position: absolute;
    bottom: 0;
    right: 0;
}

#s3 .left form p {
    margin: unset;
    position: relative;
}

#s3 .left form input[type="submit"]:hover,
#s3 .left form input[type="submit"]:focus {
    background-color: #000;
}

#s3 .left form input[type="submit"] {
    background-color: #444;
    color: #FFF;
    padding: 12px 25px;
    display: block;
    border: unset;
    width: auto;
    cursor: pointer;

}

#s3 .wpcf7 form .wpcf7-response-output {
    margin: 10px 0 0;
    font-size: 18px;
}

#s3 .right {
    width: 500px;
    padding: 0 50px 0;
    position: relative;
}

#s3 .right h3 {
    font-size: 2.5em;
    text-align: center;
}

#s3 .flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#s3 .right .item {
    position: relative;

    width: 400px;
    position: absolute;
    top: 0px;
    left: 200px;
    opacity: 0;

}

#s3 .right .item p {
    font-weight: normal;
    font-family: var(--poppins);
    display: none;
}

#s3 .right .item.on p {
    display: block;
}

#s3 .right .item::before {
    content: '\201C';
    font-family: var(--spectral);
    font-size: 4em;
    position: absolute;
    top: 0;
    line-height: 1em;
    left: -50px;
}

#s3 .right .item::after {
    content: '\201D';
    font-family: var(--spectral);
    font-size: 4em;
    position: absolute;
    bottom: 0px;
    right: -40px;
    line-height: 0;
}

#s3 .right .item.on {
    display: block;
    left: 0px;
    top: 0px;
    opacity: 1;
    -webkit-transition: 1s ease all;
    -o-transition: 1s ease all;
    transition: 1s ease all;

}

.slideContain {
    position: relative;
    height: 300px;
}


#checkMailer .maxWidth {
    height: auto;
}

.arrow {
    margin-top: 50px;
    text-align: center;
    margin-right: 25%;
}

.arrow svg {
    cursor: pointer;

}


.ctbtn a {
    margin-left: 25px;
    font-size: 1.2em;
}

#s3 {
    z-index: 3;
    overflow-x: hidden;
}

body {
    width: 100vw;
    overflow-x: hidden;
}

#s4 {
    background-color: #FFF;
    color: var(--orange);
    text-align: center;
    padding-bottom: 200px;

}

#s4 h2 {
    font-size: 4em;
    font-family: var(--spectral);
    line-height: 1.25em;
}

#s4 a {
    font-size: 7em;
    font-family: var(--poppins);
    font-weight: bolder;
    line-height: 1.2em;
    color: var(--orange);
}


#backG {
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;

}

#backG.close {
    display: none;
}

#popupLP {
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 10001;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    padding-top: 20px;
    min-height: 900px;
    max-height: 1100px;
    background-color: var(--orange);

}

#popupLP.close {
    display: none;
}

#popupLP h1 {
    color: #FFF;
    font-family: var(--poppins);
    text-align: center;
    position: relative;
    z-index: 1000;
    padding: 25px;
    border-radius: 15px;
    font-size: 5em;
    line-height: 1em;
}

#popupLP .flex {
    margin-top: 100px;
}

#popupLP .left {
    position: absolute;
    width: 50%;
    height: 600px;
    left: -50px;
    bottom: 0;
}

#popupLP .left .circle2 {
    width: 100%;
    height: 800px;
    background-color: var(--tan);
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    top: 100px;
    left: 0;
    -webkit-box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.25);
}

#popupLP .left img {
    position: absolute;
    top: 0%;
    width: 100%;
    height: auto;
    max-width: unset;
}

#popupLP .accent {
    background-color: rgba(0, 0, 0, 0.05);
    width: 70%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-clip-path: polygon(35% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(35% 0%, 100% 0%, 100% 100%, 0% 100%);
    z-index: -1
}

#popupLP .right {
    width: 50%;

    position: absolute;
    right: 0;
    bottom: 100px;
    z-index: 5;
}

#popupLP .right input {
    width: 100%;
    padding: 5px 10px;
    font-size: 18px;
}

#popupLP .right input[type="submit"] {
    background-color: #000;
    color: #FFF;
    padding: 15px;
    border: unset;
}

#popupLP .right span {
    width: 100%;
    margin-bottom: 10px;
    display: block;


}

#popupLP .right p {
    margin: unset;
}

#popupLP .right p br {
    display: none;
}

#popupLP .right .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#popupLP .right .row span {
    width: 49%;
}

#popupLP .right p.disc {
    color: #FFF;
    font-size: 18px;
    display: block;
    margin: 0 auto;
    margin-top: 15px;
    max-width: 600px;
}

#popupLP .right h2 {
    color: #FFF;
    font-size: 5rem;
    text-transform: uppercase;
    text-align: center;
    line-height: 1em;

}

#popupLP .right span.ajax-loader {
    display: none;
}

#popupLP .right h3 {
    font-size: 2.5rem;
    color: #FFF;
    text-align: center;
    line-height: 1.2em;
    margin-bottom: 10px;
}

#popupLP .right form {
    margin-top: 25px;
    max-width: 600px;
    margin: 0 auto;
}

#popupLP #exit {
    font-size: 50px;
    color: rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 20px;
    right: 50px;
    font-family: var(--poppins);
    cursor: pointer;
    padding: 25px;
}

#popupLP #exit:hover {
    color: #FFF;
}

#popupLP .right span.wpcf7-not-valid-tip,
#popupLP .right .row span.wpcf7-not-valid-tip {
    width: 100%;
    font-size: 12px;
    background-color: #000;
    padding: 2px 5px;
}

#popupLP .wpcf7 form .wpcf7-response-output {
    margin: 10px 0 0 0;
}

#headliner {
    position: fixed;
    bottom: 0px;
    left: 0;
    width: 100%;
    padding: 10px;
    text-align: center;
    z-index: 1000000000000;
    background-color: #FFF;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    display: none;
    -webkit-transition: 1s ease all;
    -o-transition: 1s ease all;
    transition: 1s ease all;
}

#headliner.on {
    top: 0px
}

#headliner .btn {
    margin-left: 15px;
    cursor: pointer;
}

#headliner .btn:hover,
#headliner .btn:focus {
    background-color: #333;
}

footer {
    background-color: #eee;
    padding-bottom: 100px !important;
}

@media only screen and (min-width:2464px) {
    .circle {
        top: -35%;
    }

    #s2 svg {
        top: -330px;
    }

    #s3 .colorBack {
        display: none;
    }

    #s3 {
        z-index: 3
    }
}

@media only screen and (max-width:1750px) {
    .circle {
        min-height: 1330px;
        min-width: 1330px
    }

    #s1 .right img {
        margin-left: 50px;
    }

    footer {
        background-color: #FFF;
    }

    #s2Color {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 500px;
        z-index: -1;
        background-color: var(--tan);
    }
}

@media only screen and (max-width:1450px) {

    html {
        font-size: 16px !important;

    }

    .circle {
        min-height: 1180px;
        min-width: 1180px;

    }

    #s2 .left img {
        width: 500px;
        height: 690px;
    }

    #s2 .left .count {
        width: 50px;
        height: 50px;
    }

    #s2 .right {
        margin-left: 50px;
    }

    #checkMailer header nav {
        min-width: 380px;
    }
}

@media only screen and (max-width:1200px) {
    #checkMailer #s1 .flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #s1 .right img {
        margin: unset;
        width: 300px;
        height: auto;
    }

    #checkMailer #s1 .left {
        width: 100%;
    }

    #checkMailer #s1 .right {
        margin-bottom: 25px;
    }

    #checkMailer #s1 {
        margin: 100px 0 0;
    }

    .circle {
        width: 1400px;
        min-width: unset;
        min-height: unset;
        height: 1400px;
        left: 50%;
        top: -250px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .arrow {
        margin-right: unset;
    }

    #s2 svg {
        top: 100px;
    }

    #popupLP h1 {
        font-size: 3rem;
    }

    #popupLP {
        min-height: 800px;
        max-height: 800px;
    }

    #popupLP .right .max-Width {
        padding: 0 50px 0 25px;
    }

    #popupLP .left .circle2 {
        height: 600px;
    }

    #popupLP .left img {
        top: 50px;
    }
}

@media only screen and (max-width:900px) {
    #checkMailer header nav {
        background-color: var(--orange);

    }

    .circle {
        top: -350px;
    }

    #checkMailer header nav a {
        color: #FFF;
    }

    #s2 .flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #s2 .left img {
        width: 350px;
        height: auto;
    }

    #s2 .left {
        text-align: center;
        width: 350px;
        margin-bottom: 25px;
    }

    #s2 {
        padding-top: 200px;
    }

    #s2 .left .count {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }

    #s2 .left .count.id2 {
        top: -10px;
    }

    #s2 .left .count.id3 {
        top: 80px;
    }

    #s2 .left .count.id4 {
        bottom: 100px;
        left: 100px;
    }

    #s2 .right {
        margin-left: unset;
        width: 90%;
    }

    #s2 .item .top .count {
        width: 35px;
        height: 35px;
        font-size: 1em;
    }

    #s2 svg {
        top: 150px;
    }

    #s3 {
        padding: 100px 0 0;
    }

    .max-Width {
        padding: 0 50px;
    }

    #s3 .flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #s3 .left {
        margin: 0 0 50px 0;
    }

    #checkMailer #s1 h1 {
        text-align: center;
    }

    #checkMailer #s1 p {
        text-align: center;
    }

    #s4 {
        font-size: 10px;
        padding-bottom: 100px;
    }

    #popupLP .max-Width {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-bottom: 100px;
    }

    #popupLP .left .circle2 {
        display: none;
    }

    #popupLP .left {
        width: 300px;
        height: auto;
        position: relative;
        left: unset;
    }

    #popupLP .right {
        position: relative;
        width: 100%;
    }

    #popupLP {
        max-height: unset;
        min-height: unset;
        height: auto;
    }

    #popupLP .left img {
        top: unset;
        position: relative;

    }

    #popupLP .right {
        bottom: unset;
        right: unset;
        margin-top: 25px;
    }

    #popupLP .right .max-Width {
        padding: 0 25px 0;
    }
}

@media only screen and (max-width:750px) {
    #burger {
        width: 70px;
        height: 70px;
        padding: 20px;
        display: block;
        position: absolute;
        top: 10px;
        right: 25px;
        cursor: pointer;
    }

    #checkMailer header nav {
        top: 100px;
        right: 0;
        width: 0%;
        border-radius: unset;
        opacity: 0;
        display: none;

    }

    #checkMailer header nav.on {


        opacity: 1;
        width: 100%;
        display: block;

    }

    #checkMailer header nav a {
        display: none;
        text-align: right;
        padding: 10px 25px;

    }

    #checkMailer header nav.on a {
        display: block;
    }

    #s2 svg {
        display: none;
    }

    #s2Color {
        height: 70%;
        -webkit-clip-path: polygon(0 13%, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(0 13%, 100% 0, 100% 100%, 0% 100%);

    }

    #s3 .right,
    #s3 .right .item {
        width: 100%;
    }

    #s3 .right {
        padding: 0;
    }

    #s3 .left {
        width: 100%;
    }

    #s4 {
        font-size: 6px;
    }

    #popupLP h1 {
        display: none;
    }

    #popupLP .max-Width {
        padding-top: 100px;
    }

    #popupLP #exit {
        top: 0;
    }

    #popupLP .right h2 {
        font-size: 4rem;
    }

    #popupLP .right h3 {
        font-size: 2rem;
    }
}

@media only screen and (max-width:450px) {
    .ctbtn a {
        display: block;
        margin: 25px 0 0;
        text-align: center;
    }

    #checkMailer .btn {
        margin: 0 auto;
        display: block;
        width: 200px;
        text-align: center;
    }

    .max-Width {
        padding: 0 25px;
    }

    #s3 .right .item::before,
    #s3 .right .item::after {
        display: none;
    }

    #checkMailer #s1 {
        position: relative;
        margin: unset;
        padding: 150px 0 100px;
    }

    .circle {
        border-radius: unset;
        width: 100%;
        left: 0;
        top: 0;
        height: 100%;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 100%);
        clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 100%);

    }

    #s2 {
        padding-top: 25px;
    }

    #s2Color {
        height: 85%;
        -webkit-clip-path: polygon(0 5%, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(0 5%, 100% 0, 100% 100%, 0% 100%);
        bottom: -2px;
    }

    #s3 {
        padding-top: 60px;
    }

    #checkMailer #s1 h1 {
        font-size: 3em;
    }

    #popupLP .max-Width {
        padding: 75px 25px;
    }

    #popupLP .right .max-Width {
        padding: unset
    }

    #popupLP .right p.disc {
        font-size: 14px;
    }

}











/*end*/
