@import url("https://fonts.googleapis.com/css?family=Rajdhani:500,700&display=swap");

*,
*:before,
*:after {
    box-sizing: border-box;
}

body {
    /*background: url('../images/background-04-min.png');*/
    background-size: cover;
    overflow: hidden;
}

/*.bg_login {
     align-items: center;
    background: url('../images/background-04-min.png');
    background-size: cover;
 }*/
.contact-wrapper {
    background: #5a9dab1f;
    box-shadow: 3px 3px 2px rgb(1 88 113);
    border-radius: .75em;
    padding: 2em 2em;
    width: 70%;
    margin: 0 auto;
    position: relative;
    top: 58px;
}

/*.left_side {
    box-shadow: 5px 1px 0px -1px #0000000d;
}*/

.left_side {
    padding: 0 3em;
}

.right_side {
}

    .right_side > .logo {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        /* width: 50%; */
        padding: 3px 6px;
        margin: 0 auto;
    }


        .right_side > .logo img {
            width: 34%;
        }

    .right_side > .illustration {
        display: flex;
        justify-content: center;
    }

        .right_side > .illustration img {
            width: 100%;
        }

.left_side > h2 {
    color: #747577;
    font-size: 50px !important;
    font-weight: 700;
    text-align: center;
}

form {
    margin: 2em 0;
}

    form > .form-row {
        margin: .75em 0;
        position: relative;
    }
        /* form > .form-row > span{
  background:#fff;
  color:#adafca;
  display:inline-block;
  font-weight: 400;
  left:1em;
  padding:0 .5em;
  position:absolute;
  pointer-events:none;
  -webkit-transform:translateY(-50%); 
  transform:translateY(-50%); 
  top:50%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
} */
        form > .form-row > label {
            color: #7d7d7d;
            font-weight: 700;
        }

        form > .form-row > input,
        form > .form-row > button {
            border-radius: .5em;
            padding: 1em .5em;
            width: 100%;
            font-family: inherit;
        }

        form > .form-row > input {
            margin-top: 5px;
            margin-bottom: 10px;
            font-weight: bold;
            -webkit-transition: 100ms ease all;
            transition: 100ms ease all;
            width: 100%;
        }

            form > .form-row > input[type=text],
            form > .form-row > input[type=password] {
                border: .075em solid #ddd;
            }

::placeholder {
    color: rgb(146, 146, 146);
    font-weight: 100;
}

form > .form-row > input:valid + span {
    top: 0;
    font-size: .90rem;
}

form > .form-row > input:focus + span {
    top: 0;
    color: #d5ad3d;
    font-weight: 600;
}

form > .form-row > input:required {
    box-shadow: none;
}

form > .form-row > input:focus {
    border-color: #d5ad3d;
    outline: none;
}

    form > .form-row > input:focus:invalid {
        box-shadow: none;
        top: 50%;
    }

    form > .form-row > input:focus:valid {
        top: 0;
    }

.form-check > label {
    color: rgb(22, 22, 22);
}

form > .form-row > a {
    color: #737476;
    float: right;
}

form > .form-row > button {
    background-color: #fcb614;
    border: .10em solid #fcb614;
    color: #fff;
    cursor: pointer;
    font-weight: 200;
    padding: 10px 4px;
    font-size: 23px;
    font-size: 20px;
    transition: all 300ms ease;
    text-transform: uppercase;
}

    form > .form-row > button:focus {
        border: 0.1em solid #debf89;
        outline: none;
    }

    form > .form-row > button:hover {
        background: #debf89;
    }

.socials-wrapper > h2 {
    background: #fff;
    color: #3e3f5e;
    font-size: 1rem;
    position: relative;
    text-align: center;
    z-index: 10;
}

    .socials-wrapper > h2:before,
    .socials-wrapper > h2:after {
        background: #d3d3e2;
        content: '';
        display: block;
        height: .10em;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 35.5%;
    }

    .socials-wrapper > h2:before {
        left: 0;
    }

    .socials-wrapper > h2:after {
        right: 0;
    }

.socials-wrapper > button {
    padding: 10px 15px;
    background-color: #f9ead7;
    color: #6c594b;
    /* width: 100%; */
    font-size: 20px;
    border-radius: 17px;
    box-shadow: 2px 3px 2px -1px #000000b8;
    margin: 0 auto;
}


/* // X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
    .contact-wrapper {
        padding: 2em 1em !important;
        width: 80% !important;
    }

    .right_side > .logo {
        margin-top: 20px !important;
        width: 60%;
    }

    .right_side > .illustration img {
        margin-top: 60px !important;
        width: 60%;
    }

    form > .form-row > button {
        font-size: 15px !important;
    }

    .socials-wrapper > button {
        font-size: 18px !important;
    }
}

@media (max-width: 1199.98px) {
    .contact-wrapper {
        padding: 2em 1em !important;
        width: 95% !important;
    }

    .right_side > .logo {
        margin-top: 20px !important;
        width: 60%;
    }

    .right_side > .illustration img {
        margin-top: 60px !important;
        width: 60%;
    }

    form > .form-row > button {
        font-size: 15px !important;
    }

    .socials-wrapper > button {
        font-size: 18px !important;
    }
}

@media (max-width:992px) {
    .left_side, .right_side {
        padding: 0 1em;
    }

        .right_side > .logo {
            margin-top: 20px !important;
            width: 80%;
        }

    form > .form-row > button {
        font-size: 15px !important;
    }

    .socials-wrapper > button {
        font-size: 18px !important;
    }

    .right_side > .illustration img {
        margin-top: 70px !important;
        width: 80%;
    }
}

@media (max-width:767px) {
    .bg_login {
        width: 100% !important;
        height: auto;
        padding: 15px;
    }

    .left_side {
        width: 100%;
        padding: 0 3em;
    }

    .right_side {
        width: 100%;
        padding: 0 3em;
    }
}
/* X-Small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {

    .bg_login {
        width: 100% !important;
        height: auto;
    }

    .contact-wrapper {
        padding: 2em 1em !important;
        width: 100% !important;
    }

    .left_side {
        padding: 0 2em;
        margin-top: 20px;
    }

    form > .form-row > button {
        font-size: 15px !important;
    }

    .socials-wrapper > button {
        font-size: 18px !important;
    }

    .socials-wrapper > h2:before,
    .socials-wrapper > h2:after {
        width: 25.5%;
    }

    .right_side > .logo {
        margin-top: 40px !important;
        width: 100%;
    }

    .right_side > .illustration img {
        margin-top: 20px !important;
        width: 100%;
    }
}


.socials-wrapper {
    width: 100%;
    text-align: center;
}




.ocean {
    height: 5%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #015871;
}

.wave {
    background: url('../images/wave.svg') repeat-x;
    position: absolute;
    top: -140px;
    width: 6400px;
    height: 140px;
    animation: wave 7s cubic-bezier( 0.36, 0.45, 0.63, 0.53) infinite;
    transform: translate3d(0, 0, 0);
}

    .wave:nth-of-type(2) {
        top: -175px;
        animation: wave 7s cubic-bezier( 0.36, 0.45, 0.63, 0.53) -.125s infinite, swell 7s ease -1.25s infinite;
        opacity: 1;
    }

@keyframes wave {
    0% {
        margin-left: 0;
    }

    100% {
        margin-left: -1600px;
    }
}

@keyframes swell {
    0%, 100% {
        transform: translate3d(0,-25px,0);
    }

    50% {
        transform: translate3d(0,5px,0);
    }
}




.projects {
    width: 50%;
    text-align: center;
    color: #747577;
}
    .projects h3 {
        font-size: 16px;
        position: relative;
        top: 50px;
    }