.contact .container {
    padding-top: 0px !important;
    margin-top: 100px !important;
}

.contact .options {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 10%;
    min-height: calc(100vh - 200px);
}

.contact .titleText {
    text-align: center;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.contact .titleText span {
    font-family: "MyriadGEOMtavruliMedium" !important;
    text-align: center !important;
    letter-spacing: 1px;
    font-size: 17px;
    padding: 10px 20px !important;
}

.contact .title {
    margin-bottom: 0px;
    font-family:"BPG Arial Caps" !important;
}

.contact .desc {
    line-height: 22px;
    padding: 10px 0px 20px 0px !important;
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 11px;
    border-width: 0px 0px 1px 0px;
    border-style: dashed;
    border-color: rgba(243, 185, 66, 0.7);
}

.contact .notyfication input[type=text] {
    width: 100%;
    height: 30px;
    padding: 20px 0px;
    text-align: left;
    font-size: 12px !important;
    text-transform: uppercase;
    border-width: 0px 0px 1px 0px;
    border-style: dashed;
    border-color: rgba(0,0,0,0.1);
    /*border-radius: 0px;*/
    outline: none;
    background: rgba(255,255,255,0.5) !important;
    transition: all 0.5s;
}

.contact .notyfication textarea {
    width: 100%;
    height: auto;
    padding: 20px 0px;
    text-align: left;
    font-size: 12px !important;
    text-transform: uppercase;
    border-width: 0px 0px 1px 0px;
    border-style: dashed;
    border-color: rgba(0,0,0,0.1);
    border-radius: 0px;
    outline: none;
    background: rgba(255,255,255,0.5) !important;
    transition: all 0.5s;
}

.contact .notyfication input[type=text]:focus, .contact .notyfication textarea:focus {
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    border-color: rgba(0,0,0,0.4);
    border-radius: 0px 0px 0px 0px;
    padding-left: 5px;
    outline: none;
}

.contact button {
    display: flex;
    align-items: center;
    justify-content: end;
    width: 100%;
    height: 30px;
    padding: 0px;
    background: rgba(255,255,255,0.5) !important;
    color: rgba(0,0,0,0.5);
    text-align: end;
    font-size: 11px !important;
    font-family:"BPG Arial Caps" !important;
    text-transform: uppercase;
    border-width: 0px;
    border-style: dashed;
    border-color: rgba(0,0,0,0.1);
    border-radius: 0px;
    outline: none;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
}

.contact button i {
    padding-left: 5px;
    font-size: 15px;
}

.contact ::placeholder {
    font-size: 10px;
    color: rgba(0,0,0,0.3);
    letter-spacing: 0.5px;
    text-transform: capitalize !important;
}

.contact .options a {
    display: flex;
    align-items: center;
    font-size: 10px;
    font-family:"BPG Arial Caps" !important;
    text-decoration: none;
    color: rgba(0,0,0,0.9);
}

.contact .options .icon {
    width: 30px;
    padding: 4px;
    margin-right: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0,0,0,0.3);
    border-radius: 100px;
}


@media only screen and (max-width: 950px) {

    .container {
        padding: 10px 7%;
    }

    .contact .options {
        padding: 0px;
    }

    .contact .desc {
        padding: 0px 10px 0px 10px !important;
        margin-bottom: 30px;
        text-align: center;
    }

    .contact .titleText {
        text-align: center;
        margin: 25px auto 30px auto;
    }

    .contact .info a {
        color: #fff;
    }

    .contact .info a img {
        border-color: #fff !important;
    }

    .contact .notyfication {
        margin: 50px 0px 50px 0px;
        padding: 30px 20px;
        color: #fff !important;
        border-radius: 10px;
        background: linear-gradient(90deg, rgba(0, 189, 200, 1) 0%, rgba(0, 213, 195, 1) 60%);
    }

    .contact .info {
        margin: 10px 0px 0px 0px;
        padding: 30px 20px;
        color: #fff !important;
        border-radius: 10px;
        background: linear-gradient(90deg, rgba(0, 189, 200, 1) 0%, rgba(0, 213, 195, 1) 60%);
    }

    .contact .notyfication input[type=text], .contact .notyfication textarea, .contact .notyfication button  {
        padding: 20px;
        border-radius: 10px;
    }

}