﻿@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap');
/* start part view  */




/*  Waves     */

/* Header */
.header {
    position: relative;
    text-align: center;
    background-image: linear-gradient(90deg, rgba(229,150,0,0.3) 38%, rgba(198, 204, 207,0.4) 100%),url('../../img/cspon/steetview.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 150px;
    margin-top: 35px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1.7em;
    font-weight: 800;
    color: white;
}

    .header .logo {
        width: 300px;
        fill: white;
        padding-right: 15px;
        display: inline-block;
        vertical-align: middle;
    }

    .header .inner-header {
        height: 45vh;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .header .flex { /*Flexbox for containers*/
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .header .waves {
        position: relative;
        width: 100%;
        height: 15vh;
        margin-bottom: -9px; /*Fix for safari gap*/
        min-height: 100px;
        max-height: 150px;
    }

    .header .content {
        position: relative;
        height: 20vh;
        text-align: center;
        background-color: transparent;
    }

/* Animation */

.parallax > use {
    animation: move-forever 25s cubic-bezier(.55,.5,.45,.5) infinite;
}

    .parallax > use:nth-child(1) {
        animation-delay: -2s;
        animation-duration: 7s;
    }

    .parallax > use:nth-child(2) {
        animation-delay: -3s;
        animation-duration: 10s;
    }

    .parallax > use:nth-child(3) {
        animation-delay: -4s;
        animation-duration: 13s;
    }

    .parallax > use:nth-child(4) {
        animation-delay: -5s;
        animation-duration: 20s;
    }

@keyframes move-forever {
    0% {
        transform: translate3d(-90px,0,0);
    }

    100% {
        transform: translate3d(85px,0,0);
    }
}
/*Shrinking for mobile*/
@media (max-width: 768px) {
    .waves {
        height: 40px;
        min-height: 40px;
    }

    .content {
        height: 30vh;
    }

    h1 {
        font-size: 24px;
    }
}



/* ENd waves */










.socheadercontainter {
    width: 97%;
    height: 400px;
    background-image: linear-gradient(90deg, rgba(231, 167, 48, 0.534) 38%, rgba(238,238,230,0.6)),url('../../img/cspon/steetview.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin: auto;
}

.socheadercontent {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 3.3em;
    font-weight: bold;
    color: white;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

/* from style */

.container {
    width: 51%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: initial;
    line-height: 1.6;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding: 1em;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    padding: 1em;
    background-color: transparent;
}


.brand {
    text-align: Left;
}

    .brand span {
        color: #f2b430;
    }


.contact {
    width: 64%;
    margin: auto;
    margin-top: 20px;
}



/* radio button Container */
.SelGrp {
    display: inline-flex;
    justify-content: left;
    border: 0.4px solid rgba(198,198,198,0.6);
    ;
    margin-right: 10px;
    margin-top: 20px;
    padding: 10px;
}

    .SelGrp:hover {
        background: #f2b430;
    }



    .SelGrp input {
        margin-right: 7px;
    }


/* FORM STYLES */


.upppp {
    margin-bottom: 40px;
}

.contact form {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
}

    .contact form label {
        font-family: 'Roboto', sans-serif;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        display: block;
    }

    .NonValide{
        color : red; 
    }


    .contact form button, .contact form textarea {
        width: 100%;
        padding: 1em;
        border: 1px solid black;
        /* margin-bottom: 30px; */
    }

    .contact form input {
        width: 100%;
        padding: 1em;
        border: 1px solid rgba(200, 193, 193,0.3);
    }

::placeholder {
    font-size: 1em;
    color: rgba(107, 106, 106, 0.9);
    opacity: 1;
}


#SubmitButton {
    background: #f2b700;
    border: 0;
    text-transform: uppercase;
}

.contact form button:hover {
    background: #7e7c78;
    color: #fff;
    outline: 0;
}


.Upload {
    display: flex;
    flex-direction: column;
}

    .Upload i {
        color: #f2b700;
    }


/*.g-recaptcha {
    display : grid;
  
    width: 400px;
    border-radius: 4px;
    border-right: 1px solid #d8d8d8;
    overflow: hidden;
}*/

@media  (max-width: 960px) {

    .container {
        width: 90%;
    }
        .contact{
        width : 90% ; 
    }

}


/* wait send form*/

#WaitSendForm {
    display: none;
    width: 100%;
    margin: auto;
    margin-top : 190px ; 
    margin-bottom: 190px;
    /*background: #7e7c78;*/
    text-align: center;
}

#WaitSendForm h1 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-bottom: 40px;
    font-size: 2.3em;
    font-weight: 700;
}

#loading {
    display: inline-block;
    width: 70px;
    height: 70px;
    border: 3px solid #f2b430;
    border-radius: 50%;
    border-top-color: #fff;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}


/*  end wait send form*/
