@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  background-color: #14171F;
}

.nav {
    width: 100%;
    height: 80px;
    position: fixed;
    background-color: #14171F;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    float: left;
    width: auto;
    height: 80px;
}

.logo img {
    width: auto;
    height: 50px;
    padding: 15px 0 0 70px;
}

.tabs ul li a {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #FFFFFF;
    text-decoration: none;
}

.tabs {
    list-style: none;
    padding: 0px 40px;
}

.tabs li {
    display: inline-block;
    padding: 0px 30px;
}

.tabs li a:hover {
    transition: all 0.3s ease 0s;
    color: #CBABFF
}

.contact {
    padding: 100px 70px 70px 70px;
    font-family: 'Poppins', sans-serif;
    color: #FFFFFF;
}

.row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 40px;
    margin-top: 50px;
}

.contactleft {
    flex-basis: 60%;
}

.contactleft p {
    margin-top: 30px;
}

form input, form textarea {
    font-family: 'Poppins', sans-serif;
    width: 100%;
    border: 0;
    outline: none;
    background: #FFFFFF;
    padding: 15px;
    margin: 15px 0;
    color: #000;
    font-size: 18px;
    border-radius: 30px;
}

form button {
    font-family: 'Poppins', sans-serif;
    border-radius: 30px;
    background-color: #FF989A;
    color: #FFFFFF;
    font-weight: 500;
    padding: 14px;
    font-size: 20px;
    margin-top: 20px;
    cursor: pointer;
    transition: 0.5s ease;
}

form button:hover {
    transform: scale(1.05);
}
.contactright {
    flex-basis: 35%;
    padding: 0 0 0 300px;
}

.me {
    width: 100px;
    height: 100px;
    padding-bottom: 30px;
}

.me img {
    width: 100px;
    height: 100px;
}

.button {
    display: inline-block;
    background: #FF989A;
    color: #FFFFFF;
}

.sosmed img {
    width: 30px;
    height: 30px;
    padding: 0px 10px 0 0;
}

.sosmed h3 {
    padding-top: 30px;
}

.footer {
    margin-top: 100px;
    width: auto;
    height: 80px;
    background: linear-gradient(to right, #CBABFF, #FF989A, #F3CA4D);
}

.allrights {
    font-family: 'Poppins', sans-serif;
    text-align: right;
    font-size: 16px;
    color: #FFFFFF;
    padding: 15px 70px 10px 0;
}

.footer {
    margin-top: 100px;
    width: auto;
    height: 80px;
    background: linear-gradient(to right, #CBABFF, #FF989A, #F3CA4D);
}

.allrights {
    font-family: 'Poppins', sans-serif;
    text-align: right;
    font-size: 16px;
    color: #FFFFFF;
    padding: 15px 70px 10px 0;
}

/*---nyoba responsive ehehe---*/
@media only screenand (max-width: 600px) {
    .
}
