@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400;700&display=swap');
/***************** Modal **********************/
#myModal .form {
        border-radius: 0;
        display: block;
        height: 46px!important;
        padding: 9px 0px;
        border: none;
        font-weight: normal;
        font-size: 16px;
        color: black;
        text-decoration: none;
        letter-spacing: 0.11em;
        margin-top: 10px;
        width: 100%;
        border-bottom: 1px solid black;
        outline: none;
        background-color: transparent;
}
/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 101111111;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0 0 0 / 90%);
}

.modal-form{
    width: 100%;
    max-width: 600px;
    margin: 10% auto;
    background-color: white;
    border-radius: 15px;
    display: block;
    overflow: auto;
}

@media (max-width: 700px){
    .modal-form { 
        padding: 0;
        height: 100%;
        width: 100%;
        margin: 0;
        display: block;
        flex-direction: column;
        justify-content: center;
        border-radius: 0;
    }
}

#modal-title {
    font-size: 17px;
    font-weight: 200;
    color: #000000;
    line-height: 1.5;
}

/* Modal Content/Box */
.modal-content {
    padding: 50px 20px 50px 20px;
    width: 100%;
    position: relative;
    padding-top: 14px;
}

/* The Close Button */
.close {
    color: black;
    float: right;
    font-size: 40px;
    font-weight: bold;
    line-height: 28px;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}



.action-title{
    font-size: 22px;
    font-weight: 400;
    color: black;
    text-align: center;
}

/* Modal Body */
.modal-body {
    text-align: center;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}


#myModal .form::-webkit-input-placeholder {
    font-family: 'Montserrat', sans-serif;
}

#myModal .form:-ms-input-placeholder {
    font-family: 'Montserrat', sans-serif;
}

#myModal .form:-moz-placeholder {
    font-family: 'Montserrat', sans-serif;
}

#myModal .form::-moz-placeholder {
    font-family: 'Montserrat', sans-serif;
}

#myModal .form {
    border-radius: 0;
    display: block;
    height: 46px!important;
    padding: 9px 0px;
    border: none;
    font-weight: normal;
    font-size: 16px;
    color: black;
    text-decoration: none;
    letter-spacing: 0.11em;
    margin-top: 10px;
    width: 100%;
    border-bottom: 1px solid black;
    outline: none;
    background-color: transparent;
}

.form-btn {
    font-weight: 500;
    font-size: 17px;
    line-height: 0;
    font-style: normal;
    letter-spacing: 1px;
    cursor: pointer;
    display: block;
    padding: 30px 50px;
    border: none;
    color: #f4f4f4;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 20px;
    width: fit-content;
    background-color: #000000;
    background-image: url(images/price-bg.jpg);
    background-size: cover;
    transition: all 0.5s;
    border-radius: 40px;
    margin: 30px auto 0 auto;
}
.form-btn:hover {
    background-image:none;
    background-color: black;
}

#error-msg{
    color: red;
}

.whatsapp{
    margin-top: 50px;
}

.btn-whatsapp{
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid #1f8b34;
    width: fit-content;
    padding: 20px 30px;
    border-radius: 15px;
    margin: 30px auto 0 auto;
}
.btn-whatsapp-img{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 15px;
    width: 30px;
    height: 30px;
}
.btn-whatsapp-img img{
    max-width: 100%;
    height: auto;
}
.btn-whatsapp-text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 20px;
    color: #1f8b34;
}

.ty {
    overflow: hidden;
    background-color: black;
    padding: 20px;
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ty-logo {
    text-align: center;
    font-size: 50px;
    font-weight: 400;
    color: #fff;
    cursor: pointer;
    margin-bottom: 30px;
    margin-top: 0;
    line-height: 1;
    letter-spacing: 4px;
}

.ty-logo-small{
    text-align: center;
    font-size: 20px;
}

.ty-box h4{
    text-align: center;
    color: white;
    line-height: 1.5;
}

.home{
    width: 350px;
    margin: 30px auto 0 auto;
    text-align: center;
}

.home-btn {
    display: inline-block;
    vertical-align: top;
    padding: 15px 70px;
    border: 2px solid white;
    font-size: 20px;
    font-weight: 700;
    border-radius: 45px;
    color: #2b2b2b;
    background-color: white;
    text-transform: uppercase;
    text-decoration: none;
    transition: background .1s linear, color .1s linear;
    text-align: center;
    cursor: pointer;
}

.home-btn:hover {
    background-color: #1a191e;
    color: white;
}


@media (max-width: 1300px) {
    #myModal .form {
        height: 40px;
        font-size: 18px;
    }
}

@media (max-width: 1024px){
    #myModal .form {
        height: 35px;
        font-size: 15px;
        margin-top: 20px;
    }
    .form-btn {
        font-size: 14px;
    }

    .iti-phone{
        padding-top: 0px;
    }
}

@media (max-width: 950px) {
    .cta-lng {
        top: 3%;
        right: 3%;
    }
}

@media (max-width: 700px){

    

    .cta-lng {
        top: 4.5%;
        right: 3%;
    }
    .cta-lng .intro-btn {
        padding: 8px 15px;
        font-size: 13px;
    }
    .home-btn {
        padding: 15px 50px;
        border: 2px solid white;
        font-size: 16px;
    }
    
    #modal-title {
        font-size: 13px;
        margin-top: 15px;
    }
    .modal-subtitle{
        font-size: 12px;
    }
    .modal-content {
        padding: 18px;
    }
    .close {
        line-height: 24px!important;
    }
    
    .gradient-button {
        font-size: 13px;
        padding: 1em 2em;
    }
    .form {
        margin-top: 15px;
    }
}