html, body, * {
    font-family: 'Montserrat', sans-serif!important;
    font-weight: 300;
}
body{
    overflow-x: hidden;
}
.uk-navbar-nav li a{
    font-size: 18px;
    color: #7FB0DE;
}
.uk-navbar-nav li {
    margin-right: 20px;
}
h1{
    font-size: 48px;
}
.mobile{
    position: absolute;
    right: 0;
    width:fit-content;
    background: transparent;
}
.uk-navbar-toggle{
    padding: 30px!important;
}
.uk-offcanvas-bar {
    background: #e0ebf6!important;
    opacity: 0.98!important;
}
.uk-offcanvas-bar .uk-nav li a{
    color: #aaaaaa!important;
}
.uk-offcanvas-container {
    height: 100%;
}
footer{
    background-image: url('../images/image3.png');
    height: 50px;
    padding: 50px;
}

.flex-modal {
    padding: 25px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap:10px;
}
.flex-modal img {
    width:15%;
    height: 15%;
}
.uk-modal-body {
    padding: 100px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    width: 70vw;
}
input, textarea {
    outline: 0;
    border-width: 0 0 0;
    background-image:  linear-gradient(90deg, transparent 0%, transparent 100%), linear-gradient(90deg, transparent 0%, transparent 100%), linear-gradient(90deg, #59CBF5 0%, #D37AB2 100%);
    background-origin: border-box;
    background-size: 100% 2px, 2px 100%, 100% 2px, 2px 100%;
    background-position: top left, top right, bottom right, bottom left;
    background-repeat: no-repeat;
    width: 100%;

  }
form h1 {
    font-weight: 300;
    font-size: 24px;
    line-height: 29px;
    color: #76A1DB;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
form {
    padding: 50px;
    border-width: 0 0 0;
    background-image:  linear-gradient(90deg, #59CBF5 0%, #D37AB2 100%), linear-gradient(90deg, #59CBF5 0%, #D37AB2 100%), linear-gradient(90deg, #59CBF5 0%, #D37AB2 100%), linear-gradient(90deg, #59CBF5 0%, #D37AB2 100%);
    background-origin: border-box;
    background-size: 100% 2px, 2px 100%, 100% 2px, 2px 100%;
    background-position: top left, top right, bottom right, bottom left;
    background-repeat: no-repeat;
}
.submit {
    background: linear-gradient(90deg, #59CBF5 0%, #D37AB2 100%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    opacity: 0.25;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    width: 70%;
    margin:0 15%;

}

.social {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media screen and (max-width:960px) {
    .uk-modal-body {
        display: flex;
        flex-direction: column;
        padding: 5px;
    }
}
