@import url('../fonts/open-sans/open-sans.css');

body {
    font-family: "Open Sans", sans-serif;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .logo {
        max-width: 275px;
        margin: 0 auto;
    }
    .title, .desc {
        padding-top:10px;
        color:#3c3c3c;
    }
    .title {
        font-weight: 600;
        font-size: 2.2rem;
    }
    .h2, h2 {
        font-size: 1rem;
        color: #3c3c3c;
    }
    .right-container {
        padding: 5px 25px 50px;
        height: 100%;
    }
    .iapp-seal {
        width: 80px;
        float: left;
    }
    .section-pad {
        padding: 100px 0;
    }
    .left-container {
        padding: 50px 5px 25px;
        height: 100%;
    }
    .right-container {
        padding: 0px;
        height: 100%;
    }
    .action-cards {
        padding: 10px;
        box-shadow: 0px 3px 5px 0.3px #c0c0c0;
        border-radius: 10px;
        background: #2e9dc5;
        color: white;
        margin: 50px 5% 0;
    }
    #scene {
        display: none;
    }
    .last-section-text {
        padding: 25px 25px 125px;   
    }
    .row {
        margin: 0;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .left-container {
        height: 100%;
        padding-right: calc(var(--bs-gutter-x) * 0);
        padding-left: calc(var(--bs-gutter-x) * 0);
        padding-top: calc(var(--bs-gutter-x) * 5);
        padding-bottom: calc(var(--bs-gutter-x) * 5);
        z-index: 2;
    }
    .right-container {
        height: 100%;
        padding-right: calc(var(--bs-gutter-x) * 0);
        padding-left: calc(var(--bs-gutter-x) * 0);
        padding-top: calc(var(--bs-gutter-x) * .5);
        padding-bottom: calc(var(--bs-gutter-x) * 1);
        z-index: 2;
    }
    .iapp-seal {
        width: 80px;
        float: right;
    }
    .section-pad {
        padding: 100px 0;
    }
    .action-cards {
        padding: 10px;
        box-shadow: 0px 3px 5px 0.3px #c0c0c0;
        border-radius: 10px;
        background: #2e9dc5;
        color: white;
        margin: 50px 5% 0;
        transition: box-shadow 0.5s ease;
    }
    .action-cards:hover {
        opacity: 0.8;
        box-shadow: 0px 3px 5px 0.3px #a3a3a3;
    }
    .logo {
        max-width: 275px;
        margin: 0 auto;
    }
    .title, .desc {
        padding-top:10px;
        color:#3c3c3c;
    }
    .title {
        font-weight: 600;
        font-size: 3.25rem;
    }
    .h2, h2 {
        font-size: 1.25rem;
        color: #3c3c3c;
    }
    #scene {
        position: absolute;
        overflow: hidden;
        height: 1046px;
        right: 0;
        width: 100%;
        top: -214px;
        left: 695px;
        display: none;
    }
    .last-section-text {
        padding: 25px 25px 0;   
    }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .action-cards {
        min-height: 0;
    }
    #scene {
        position: absolute;
        overflow: hidden;
        height: 1046px;
        right: 0;
        width: 100%;
        top: -65px;
        left: 544px;
        display: none;
    }
    .last-section-text {
        padding: 75px 25px 0;   
    }
} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .action-cards {
        min-height: 366px;
    }
    .left-container {
        height: 100%;
        padding-right: calc(var(--bs-gutter-x) * 0);
        padding-left: calc(var(--bs-gutter-x) * 0.5);
        padding-top: calc(var(--bs-gutter-x) * .5);
        padding-bottom: calc(var(--bs-gutter-x) * .5);
    }
    .logo {
        max-width: 275px;
        margin: 0 20px;
    }
    .title, .desc {
        padding-top:10px;
        color:#3c3c3c;
    }
    .title {
        font-weight: 600;
        font-size: 3rem;
    }
    .h2, h2 {
        font-size: 1.25rem;
        color: #3c3c3c;
    }
    #scene {
        position: absolute;
        overflow: hidden;
        height: 969px;
        right: 0;
        width: 100%;
        top: -214px;
        left: 695px;
        display: block;
    }
    .last-section-text {
        padding: 25px 25px 0;   
    }
} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .action-cards {
        min-height: 0;
    }
    .left-container {
        height: 100%;
        padding-right: calc(var(--bs-gutter-x) * 0);
        padding-left: calc(var(--bs-gutter-x) * 0.5);
        padding-top: calc(var(--bs-gutter-x) * 2);
        padding-bottom: calc(var(--bs-gutter-x) * 3);
    }
    #scene {
        position: absolute;
        overflow: hidden;
        height: 1046px;
        right: 0;
        width: 100%;
        top: -214px;
        left: 695px;
        display: block;
    }
    .last-section-text {
        padding: 25px 25px 0;   
    }
}
@media only screen and (min-width: 1400px) {
    .action-cards {
        padding: 10px;
        box-shadow: 0px 3px 5px 0.3px #c0c0c0;
        border-radius: 10px;
        background: #2e9dc5;
        color: white;
        margin: 50px 5% 0;
    }
    #scene {
        position: absolute;
        overflow: hidden;
        height: 1046px;
        right: 0;
        width: 100%;
        top: -214px;
        left: 695px;
        display: block;
    }
    .last-section-text {
        padding: 25px 25px 0;   
    }
}
@media only screen and (min-width: 1800px) {
    #scene {
        position: absolute;
        overflow: hidden;
        height: 1046px;
        right: 0;
        width: 100%;
        top: -214px;
        left: 695px;
        display: block;
    }
    .last-section-text {
        padding: 25px 25px 0;   
    }
}
* {
    font-family: 'Open Sans', sans-serif;
}
*:focus {
    outline: none;
    border: none;
}
a {
    color: #2f3638;
}
img {
    display: block;
    width: 100%;
}
body {
    background: #38d1fe;
    overflow-x: hidden;
}
.h1, .h2, .h3, h1, h2, h3 {
    color: #2f3638;
}

/***Form***/
.form-wrapper {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 8px;
    padding: 30px;
    box-shadow: 3px 3px 10px #3333334d;
}
#submitLeadForm {
    background: yellow;
    color: #2f3638;
    border-radius: 5px;
    border: 2px solid transparent;
    font-size: 1.2rem;
    width: 100%;
    font-weight: bold;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.learnmorebtn-wrapper {
    display: block;
    text-align: center;
    width: 212px;
    margin: 80px 0;
}
.learnmorebtn {
    background: #fff;
    color: #ff1493;
    border-radius: 50px;
    border: 2px solid #ff1493;
    font-size: 1.2rem;
    width: 170px;
    text-decoration: none;
    padding: 9px 0 10px 0;
}
.learnmorebtn:hover {
    background:#ff1493;
    border:2px solid #fff;
    color:#fff;
    text-decoration:none
}

.bottomdemobtn-wrapper {
    margin: 0 auto;
    display: block;
    text-align: center;
    width: 212px;
}
.bottomdemobtn {
    background: yellow;
    color: #2f3638;
    border-radius: 5px;
    border: 2px solid transparent;
    font-size: 1.2rem;
    width: 100%;
    font-weight: bold;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    text-decoration: none;
}
#submitLeadForm:hover, .btn-totop:hover {
    color: #2f3638;
    background-color: #ffe300;
    border-color: #ffe300;
}
.submit {
    margin: 0 auto;
    display: block;
    text-align: center;
    width: 212px;
}
/***sections after topfold***/
section {
    background: white;
}
section:nth-child(2n+3) {
    background: white;
}
section:last-child {
    background: linear-gradient(to top,#fff,#3cd0f4);
    margin-bottom: -15px;
}
a {
    text-decoration: none;
}
#lead-form {
    padding: 15px;
}
.lower-title {
    font-size: 1rem;
    text-align: center;
    margin-top: 20px;
    font-weight: 600;
    color:#fff
}
.list-spacing {
    line-height: 1.8;
    margin-left: 1rem;
}
sup {
    font-size: .5em;
    top: -1em;
}
.add-checkmark {
    list-style: none;
    text-indent: -1.6rem;
}
.checkmark {
    display:inline-block;
    width: 20px;
    height:25px;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    margin: 0 5px 0 0;
}
.checkmark_stem {
    position: absolute;
    width: 3.5px;
    height: 15px;
    background-color: yellow;
    left: 10px;
    top: 12px;
}
.checkmark_kick {
    position: absolute;
    width: 9px;
    height: 3.5px;
    background-color: yellow;
    left: 4px;
    top: 24px;
}

.form-group {
    margin-bottom: 20px;
}

small.help-block {
    color: red;
}
.captcha-wrapper1 {
    margin: 10px 0 0 0;
}
.form-group.captcha-wrapper2 {
    margin: -20px 0 20px;
}