@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

html{
    overflow-x: hidden;
}
body {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    overflow: auto;
    background-color: #011528;
    color: #fff;
} 
.hero {
    background: url(../img/hero-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: center;
}
.payment2{
    padding: 0 !important;
}
button.modal-button, #btnContinue{
    font-size: 18px !important;
    font-weight: 500;
    padding: 18px;
    width: 75%;
    height: auto;
    line-height: 1;
    display: block;
    margin: 25px auto;
    color: #fff;
    background-color: #139669;
}
.hero-right p{
    max-width: 75%;
    display: block;
    margin: 0 auto;
}
button.bottom-btn{
    background-color: #139669;
    border-color: #139669;
}
.right-side-modal {
    box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
.icon-wrapper{
    margin-top: 15px;
}
.hero-icon{
    max-width: 40px;
}
.button-icons{
    max-width: 75%;
    margin: 0 auto;
}
.icon--medium{
    max-width: 55px;
}
.icon--large{
    max-width: 100px;
}
.icon-wrapper p{
    font-size: 18px;
    margin-bottom: 0;
}
.main-color{
    color: #139669;
}
.main-hero {
    margin-top: 80px !important;
}
.modal-left, .list-group-item{
    background-color: #011528;
}
#btnContinue{
    background-color: #139669;
}
.about-desc{
    font-size: 16px;
}
.service-card{
    background-size: cover;
    background-position: center;
    padding: 25px;
    text-align: center;
    box-shadow: 0px 0px 8px 0px rgba(255, 255, 255, 0.2);
    color: #fff;
    border-radius: 12px;
    margin-bottom: 15px;
}
.card--1{
    background-image: url(../img/card1.jpg);
}
.card--2{
    background-image: url(../img/card2.jpg);
}
.card--3{
    background-image: url(../img/card3.jpg);
}
.card--4{
    background-image: url(../img/card4.jpg);
}
.card--5{
    background-image: url(../img/card5.jpg);
}
.card--6{
    background-image: url(../img/card6.jpg);
}
.main-hero .btn-success div {
    padding: 15px 0;
}
.last-section{
    margin-top: 200px;
}

.btn-success {
    font-size: 2rem !important;
    font-weight: 600;
}
.terms-text{
    background: #011528;
    text-align: center;
}
.terms-text a{
    color: #616774;
    font-size: 14px;
}
.mail-input {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.ui-form__submit {
    margin: 0;
}

.ui-input::-webkit-input-placeholder {
    color: #999;
    font-weight: 500;

}

@media screen and (max-width: 768px) {
    .second-page-form {
        height: 100vh;
    }
    .modal-button{
        width: 100%;
    }
    .hero-right{
        margin-top: 30px;
    }
    .hero-right p, button.modal-button, .button-icons{
        max-width: 100%;
    }
}