@import url("https://cdn.jsdelivr.net/gh/hung1001/font-awesome-pro-v6@18657a9/css/all.min.css");
body {
    height: 100%;
    overflow-y: hidden;
    overflow: hidden;
}

body {
    margin: 0;
    font-family: 'Sora', sans-serif;
    background-color: hsla(0, 0%, 10%, 1);
}

.sidebar {
    margin: 0;
    padding: 0;
    width: 6.5vh;
    background-color: hsla(0, 0%, 7%, 0.8);
    position: fixed;
    height: 100%;
    text-align: center;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#logo {
    position: fixed;
    top: 10;
    left: 10;
    display: block;
    text-indent: -9999px;
    width: 10vh;
    height: 8vh;
    background: url("./img/logo_new.svg");
    background-repeat: no-repeat;
    filter: drop-shadow(-1px -1px 0px hsla(0, 0%, 7%, 0.8)) drop-shadow(2px -1px 0px hsla(0, 0%, 7%, 0.8)) drop-shadow(2px 2px 0px hsla(0, 0%, 7%, 0.8)) drop-shadow(-1px 2px 0px hsla(0, 0%, 7%, 0.8))
}

#logo:hover {
    position: fixed;
    top: 10;
    left: 10;
    display: block;
    text-indent: -9999px;
    width: 10vh;
    height: 8vh;
    background: url("./img/logo_new_pink.svg");
    background-repeat: no-repeat;
}

.float {
    -webkit-animation-name: Floating;
    animation-name: Floating;
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

@-webkit-keyframes Floating {
    from {
        -webkit-transform: translate(0, 0px);
    }
    65% {
        -webkit-transform: translate(0, 50px);
    }
    to {
        -webkit-transform: translate(0, -0px);
    }
}

@-webkit-keyframes Spinning {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes Floating {
    from {
        -webkit-transform: translate(0, 0px);
    }
    65% {
        -webkit-transform: translate(0, 50px);
    }
    to {
        -webkit-transform: translate(0, -0px);
    }
}

@keyframes Spinning {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

.sidebar a {
    display: flex;
    color: white;
    padding: 16px;
    font-size: 3.6vh;
    text-decoration: none;
}

.sidebar a.active {
    color: hsl(330, 100%, 50%);
}

.sidebar a:hover:not(.active) {
    background-color: hsla(0, 0%, 7%, 0.8);
    color: hsl(330, 100%, 50%);
}

.pink {
    color: hsl(330, 100%, 50%);
}

.large {
    font-size: 6.4vh;
    font-weight: 900;
}

#content {
    height: 100%;
}

div.main-text {
    margin: 0;
    color: white;
    font-size: 5vh;
}

#logo2 .vue {
    position: absolute;
    left: 0;
    width: 70vw;
    height: 70vh;
    min-width: 120px;
    max-width: 1020px;
    z-index: -1;
    transition: border-color .4s ease;
    -webkit-transition: border-color .4s ease;
}

div.small-text {
    color: hsla(0, 0%, 25%, 0.8);
    font-family: 'Lato', sans-serif;
    font-size: 2vh;
}

@media screen and (max-width: 1090px) {
    div.content {
        margin-left: 0;
    }
    .left-side {
        width: 45%;
        margin-top: -50%;
        padding-left: 20;
    }
}

@media only screen and (max-width: 1280px) {
    #logo2 {
        display: none;
    }
    .right-side {
        display: none;
    }
}

.parent {
    display: grid;
    grid-template-columns: 10% 40% 50px;
    grid-template-rows: 0.5fr 2fr 0.5fr;
    grid-column-gap: 0px;
    grid-row-gap: 40%;
}

.left-side {
    grid-area: 2 / 2 / 3 / 3;
    min-width: 500;
    padding-left: 50;
}

.right-side {
    grid-area: 2 / 3 / 3 / 4;
}

::-moz-selection {
    /* Code for Firefox */
    color: #1e1e11;
    background: hsl(330, 100%, 50%);
}

 ::selection {
    color: #1e1e11;
    background: hsl(330, 100%, 50%);
}

.right-side {
    margin: auto;
    width: 55vh;
    height: 50vh;
}

.contact-section {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    grid-column-gap: 2.5rem;
}

.contact-form {
    width: 450px;
    margin: 0 0 0 auto;
}

.form-input-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 0.77rem;
}

.message {
    bottom: 100px;
}

.contact-heading {
    margin-bottom: 30px;
}

.contact-section {
    width: 85%;
    margin: 0 auto;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.form-input-group {
    width: 100%;
    position: relative;
}

.form-input-group input,
textarea {
    width: 100%;
    height: 40px;
    outline: none;
    border: none;
    padding: 0 20px;
    margin-bottom: 5px;
    font-family: sans-serif;
    font-size: 0.957rem;
    box-shadow: 0 0 0px 1000px #2b2b2b inset;
    color: hsl(330, 100%, 50%);
}

.form-input-group textarea {
    height: 25vh;
    padding: 10px 20px;
}

.submit-button {
    background: transparent;
    border: none;
    outline: none;
    float: right;
    display: block;
    font-size: 1rem;
    cursor: pointer;
    color: hsl(330, 100%, 50%);
}

.form-input-group input+span::after,
.form-input-group textarea+span::after {
    content: '';
    width: 0;
    height: 2px;
    position: absolute;
    background: hsl(330, 100%, 50%);
    bottom: 5px;
    left: 0;
    transition: ALL 0.3s linear;
}

.form-input-group input:focus+span::after,
.form-input-group textarea:focus+span::after {
    width: 100%;
}

.error input,
.error textarea {
    border-bottom: 2px solid red;
    transition: all 0.2s linear;
}

.success input,
.success textarea {
    border-bottom: 2px solid green;
    transition: all 0.2s linear;
}

.message {
    position: absolute;
    bottom: 500px;
    right: 0;
    transition: all 0.3s ease-in-out;
    transform: translate(100%, 50%);
    transition: all 0.3s linear;
    display: flex;
    flex-direction: column-reverse;
    z-index: 1;
}

.message-content {
    padding: 15px;
    background: red;
    color: #fff;
    opacity: 1;
    transition: opacity 550ms ease-in-out;
    margin-bottom: 5px;
}

.message-content.hide {
    opacity: 0;
}

.contact-button {
    text-decoration: none;
    width: 100%;
    max-width: 200px;
    height: 40px;
    display: block;
    line-height: 40px;
    letter-spacing: 3px;
    position: relative;
    text-align: center;
    color: hsl(330, 100%, 50%);
    ;
    margin-top: 50px;
}

.contact-button div {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.contact-button span.bg {
    position: absolute;
    width: 0%;
    height: 100%;
    left: -5px;
    top: 0;
    transition: all 0.3s ease-in-out;
    background-color: hsl(330, 100%, 50%);
    ;
    transform: skewX(-19deg);
}

.contact-button:hover span.bg {
    width: 110%;
}

.contact-button span.base {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    border: 1px solid hsl(330, 100%, 50%);
    ;
    box-sizing: border-box;
}

.contact-button span.text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.contact-button:hover span.text {
    color: #1d1d1d;
}

#header {
    font-size: 1.8rem;
    color: #08fdd8;
    margin-bottom: 30px;
    min-width: 200px;
}

.social {
    color: hsl(330, 100%, 50%);
    text-shadow: 1px 1px 5px #000000;
}

a:hover {
    color: #ffffff;
}