*{
    padding: 0;
    margin: 0;
    outline: 0;
    box-sizing: border-box;
}
h1,h2,h3,h4,h5,p{
    margin: 0;
}
a{
    text-decoration: none;
}
body {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    color: #000;
}

.container{
    max-width: 1140px;
    padding: 0 28px;
    margin: 0 auto;
}
.img-fluid{
    max-width: 100%;
}
.text-center{
    text-align: center;
}
.mb-15{
    margin-bottom: 15px;
}
.pt-15{
    padding-top: 15px;
}
.mb-30{
    margin-bottom: 30px;
}
.pt-30{
    padding-top: 30px;
}
/* header part start */
.header {
    padding: 6px 0;
    background-color: #6ec1e4;
}
.logo{
    width: 336px;
    height: 60px;
}
/* header part end */

/* top footer part start */
.top-footer{
    padding: 16px 0;
    background-color: #eeeae4;
}
.top-footer-box{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.top-footer-icon img{
    width: 27px;
    height: 27px;
    margin-top: 10px;
}
.top-footer-text p{
    font-size: 18px;
    line-height: 27px;
}


/* top footer part end */

/* footer part start */
.footer{
    padding: 64px 0;
    background-color: #6ec1e4;
    color: #5c5c5c;
}
.footer-box{
    display: grid;
    grid-template-columns: 370px 1fr;
    gap: 30px 50px;
}
.footer-logo{
    width: 250px;
}
.footer-logo{
    margin-bottom: 20px;
}
.footer-right p{
    margin-bottom: 10px;
}
.footer-right p a{
    color: #5c5c5c;
}
.footer-right p:last-child{
    padding-top: 20px;
    margin: 0;
}
/* footer part end */



/* banner part start */
.banner{
    min-height: 100vh;
    padding: 158px 0 64px 0;
    background: calc(40% - 360px) 60px url("../images/banner-bg.png") no-repeat;
}
.banner-box{
    display: grid;
    grid-template-columns: 540px 430px;
    gap: 60px;
    justify-content: center;
}
.banner-img{
    position: relative;
    margin-top: 100px;
}
.banner-img img:nth-child(2){
    width: 297px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -100px;
}

/* =================== */


.form-step {
    display: none;
}
.form-step.active {
    display: block;
}

.form-step input[type="text"],
.form-step input[type="email"],
.form-step input[type="tel"] {
    font-family: "Roboto", sans-serif;
    width: 100%;
    padding: 16px 24px;
    border: 1px solid #ced4da;
    border-radius: 5px;
    color: #495057;
    border-radius: 4px;
    box-shadow: 0 4px 4px 0 hsla(0,0%,0%,.1);
    font-size: 16px;
    line-height: 24px;
}
.form-step .error-message {
    padding-left: 8px;
    border-left: 4px solid  red;
    font-size: 14px;
    line-height: 22px;
    margin-top: 5px;
}

.form-step button:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}
.thank-you {
    text-align: center;
    display: none;
}

.banner-from-footer{
    margin-top: 50px;
}

.banner-from-footer h3{
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    margin-bottom: 30px;
}

.banner-footer-img{
    display: flex;
    gap: 15px;
}
.banner-footer-img img{
    width: 110px;
    height: 127px;
    
}
.banner-footer-img img:nth-child(2){
    width: 97px;
}

.form-box form h2{
    font-size: 40px;
    line-height: 48px;
    font-weight: 300;
    margin-bottom: 30px;
}

.form-box form #step-1 p{
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    margin-bottom: 30px;
}

.form-box form button{
    border-radius: 6px;
    padding: 22px;
    cursor: pointer;
    width: fit-content;
    border: none;
    min-width: 248px;
    background-color: #6ec1e4;
    color: #333333;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
}
.form-box .iti__country-container button{
    background-color: transparent;
    min-width: 90px;
    padding: 0;
}
.iti{
    display: block;
}

.form-box form button:hover{
    color: #fff;
    background-color: #6ec1e4;
}
.form-box .iti__country-container button:hover{
    background-color: transparent;
    color: #333333;
}

.banner.active .banner-img{
    display: none;
}
.banner.active .banner-box{
    display: block;
}
.banner.active .banner-form{
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    
}
.banner.active{
    background: top left url("../images/bg-2.png") no-repeat, bottom right url("../images/bg-3.png") no-repeat;
    padding: 60px 0;
}
.form-box form h3{
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 40px;
}
.form-box form label{
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
}
.form-box form p,
.form-box form .agree-lebel{
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
}
.form-box form p a,
.form-box form .agree-lebel a{
    color: #000;
    text-decoration: underline;
}

.banner.active .banner-footer-img{
    justify-content: center;
}
.banner.active .banner-from-footer h3{
    text-align: center;
}

.banner.active-thank-you{
    background: #E9F4F0;
}
.banner.active-thank-you .banner-form{
    max-width: 100%;
    width: 100%;
}

.banner.active-thank-you .thank-you h2{
    font-size: 60px;
    line-height: 72px;
    font-weight: 300;
    margin-bottom: 30px;
}
.banner.active-thank-you .thank-you h4{
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}
.thank-you-banner{
    padding: 64px 0 128px;
    max-width: 1084px;
    width: 100%;
    margin: 0 auto;
    background: center / auto 90% url("../images/t-bg.png") no-repeat;
}
.thank-you-img{
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    margin-top: 100px;
}
.thank-you-img img:nth-child(2){
    width: 330px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -100px;
}
.thank-you-text p{
    font-size: 18px;
    line-height: 27px;
}
.thank-you-text a{
    color: #000;
    text-decoration: underline;
}
.banner.active-thank-you .thank-you-text h2{
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    color: #6ec1e4;
    padding-bottom: 15px;
    border-bottom: 2px solid #6ec1e4;
}
.d-none{
    display: none;
}
/* banner part end */


/* spiner start */
.spinner {
    display: none;
    align-items: center;
    font-size: 15px;
    justify-content: center;
}

.spinner::before {
    content: '';
    width: 15px;
    height: 15px;
    border: 3px solid #ccc;
    border-top-color: #6ec1e4;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-right: 10px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/* spiner end */