/** -- Generals Settings -- **/
*{    
    box-sizing: border-box;
    --primary-color: rgba(122, 16, 168, .6);
    --secondary-color: rgba(0, 0, 0, .9);
    --third-color:#ff1493;
}

.main-header img{    
    /*width: 670px;    */
    height: auto;
    position:absolute;
}


body, head {    
    color: whitesmoke;
}

body{    
    background-image: url("../img/background2.jpg");
    background-size: cover;    
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
}
.center{    
    display: block;
    margin: 0 auto;
    text-align: center;
}

.error{    
    background-color: firebrick;
    color: white;
    text-align: center;    
    border-radius: 5px;    
    padding: 1rem 0;    
    border: 1px solid red;
}

/** -- Main Header -- **/

.main-header nav {    
    background-color: var(--primary-color);
}

/** -- HERO SECTION -- **/

.hero {  
    margin-top: 4rem;
    position: absolute;   
    width: 44%;    
    left: 7%;    
    bottom: 27px;
}

.hero p { 
    background-color: whitesmoke;    
    padding: 1rem;      
    box-shadow: 0 0 2rem black;
    font-size: 1.2rem;    
    color: rgb(0, 0, 0);    
    opacity: 0.8;
    border-radius: 20px;

}

#sentence{    
    font-size: 18px;
    padding-bottom: 5px;
}

.flashy{
    color:#ff1493;
}

.flashy-citation{
    color:#ff1493;
    font-size:26px;
}

.signature{
    font-size:20px;
}

/** -- FORM SECTION -- **/

.header-form{
    font-size : 16px;
}

#form-section .column-text,#form-section .right-side {    
    
    display: flex;    
    flex-flow: column wrap;
}

#form-section .right-side {  
    -webkit-padding: 1.9rem 8rem;  
    padding: 1.7rem 8rem;
    margin-bottom: 2.1rem;
}

#form-section form {    
    background-color: rgb(245, 245, 245);    
    color: black;    
    padding: 1rem;    
    border-radius: 20px;    
    box-shadow: 0 0 2rem var(--primary-color);
    opacity: 0.8;
}

#form-section form input,#form-section form .helper-text,#form-section textarea {    
    color: black;
}

#form-section form .row {    
    margin: 1rem auto;
}

#form-section button {    
    text-transform: uppercase;    
    background-color: var(--third-color);    
    margin-top: 0rem;
}

[type="checkbox"]+span:not(.lever) {    
    margin: 1rem;
}

label{
    color:black;
}

/** -- Footer -- **/

footer.page-footer {    
    background-color: rgba(0, 0, 0, 1);    
    padding-bottom: 0.8rem;
}

.page-footer a {    
    text-decoration: underline;
}

.page-footer.sticky-bottom {    
    /*position: fixed;*/
    bottom: 0;    
    left: 0;    
    width: 100%;
}

/** -- Legals Mentions -- **/

.legals-mentions {    
    height: 100vh;    
    line-height: 2;
    background-color: black;    
    display: flex;    
    flex-flow: column wrap;    
    justify-content: center;    
    align-items: center;
}

/** -- Thanks Section -- **/

.thanks-background {    
    background-image: url("../img/background2.jpg");
    background-size: 100%;    
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
}

#thanks-message {    
    margin-top: 5rem;
}

#thanks-message > .row {    
    padding: 5rem;
}

div .message{
    background-color: whitesmoke;
    font-size: 1.2rem;    
    color: rgb(0, 0, 0);    
    opacity: 0.8;
    border-radius: 20px;
}

#thanks-message .liana {    
    margin: 0 auto;    
    display: block;
}

.first{
    font-size:26px;
}

.second{
    font-size: 20px;
}



.message {    
    background-color: var(--secondary-color);    
    text-align: center;
}
    
.phone-kgcom {    
    font-size: 3rem;    
    color: #ff1493;
    opacity: 1;
    background-color: #CD5C5C;
}


.phone-kgcom:hover{
    color:yellow;
}

.price {    
    display: flex;    
    flex-flow: row wrap;    
    justify-content: center;    
    align-items: center;
}

.imgcb img{
    width:150px;
}

/*-------------custom CSS--------------*/

.input-field {    
    position: relative;    
    margin-top: 0rem;    
    margin-bottom: 0rem;
    color:black;
}

.btn, .btn-large, .btn-small, .btn-flat {    
    border: none;    
    border-radius: 8px;    
    display: inline-block;    
    height: 50px;    
    line-height: 50px;    
    padding: 0 40px;    
    text-transform: uppercase;    
    vertical-align: middle;    
    -webkit-tap-highlight-color: transparent;
    
}

.page-footer span.left{    
    float: left !important;    
    width: 40%; 
}

.page-footer span.right{    
    float: left !important;    
    width: 60%;
}

.page-footer {    
    padding-top: 12px;    
    color: #fff;    
    background-color: #ee6e73;
}

.input-field>label {    
    color: #c7c7c7 !important;
}

.row {    
    margin-left: auto;    
    margin-right: auto;    
    margin-bottom: 0px;
}


/*footer.page-footer {    
    position: relative ;
}*/

/*------- RESPONSIVE --------*/ 

@media screen and (max-width: 1290px) {    
    .hero {        
        margin-top: 5rem;        
        position: absolute;        
        width: 44%;        
        left: 7%;        
        bottom: 62px;    
    }
    
    #sentence{
        font-size: 18px;
    }
    
    .hero p {        
        font-size: 16px;
        opacity: 0.8;  
    }
}

@media screen and (max-width: 993px) {    
    .hero{
        /*margin-left: 2.1rem;*/
        display:none;
    } 
    
    #form-section{
        margin-top: 4.5%;
    } 
    
    #form-section .right-side {        
        padding: 4rem 2rem;    
    }    
    body {        
        background-image: url(../img/background.jpg);        
        background-size: cover;        
        background-repeat: no-repeat;        
        background-position: top center;        
        background-attachment: fixed;    
    }    
    .hero p {        
        font-size: 14px;        
        color: rgb(0, 0, 0, 1);
        opacity: 0.8;  
        text-align: center;   
    }
}

@media screen and (max-width: 767px){
    
    img{
        width: 350px;
    }

    #sentence{
        font-size: 14px;
    }
}
.input-field input{
	margin-top: 1rem;
}

#email, #date, #message, #first_name, #phone {
margin: 1rem 0rem 0rem 0rem;
}