@import url('https://fonts.googleapis.com/css2?family=Comfortaa&display=swap');

html,
body {
    color: white;
    font-family: Comfortaa;
    background: linear-gradient(180.02deg, #BEDBD9 1.66%, rgba(0, 0, 0, 0.55) 3.18%), linear-gradient(176.85deg, #101010 1.53%, #121313 42.68%, #769D9B 100.06%, #121313 100.07%);
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 20px;
    width: 100%;
    padding: 20px 20px;

    background-color: #BEDBD9;
    z-index: 100;
    position: fixed;
}

.nav-logo-title {
    display: flex;
    align-items: center;
}

.nav-logo-title img {
    content: url('https://cdn-icons-png.flaticon.com/512/477/477164.png');
    height: 40px;
}

.nav-logo-title a {
    color: black;
    text-decoration: none;
    font-weight: bold;
    margin-left: 10px;
}

nav ul {
    display: flex;
    list-style: none;
    margin-right: 20px;
}

nav li {
    margin: 0;
}

nav a {
    padding: 0 20px;
    line-height: 50px;
    color: black;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
}

nav a:hover {
    color: #769D9B;
}

@media screen and (max-width: 1100px) {

    nav {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        height: 20px;
        width: 100%;
        padding: 20px 20px;

        background-color: #BEDBD9;
        position: relative;
    }

    .nav-logo-title {
        display: flex;
        align-items: center;
    }

    .nav-logo-title img {
        height: 50px;
    }

}

#header {
    box-sizing: border-box;
    width: 100%;
    background: #BEDBD9;
    border-radius: 0px 0px 400px 900px;
    height: 1000px;
}

.header-texts {
    box-sizing: border-box;
    width: 100%;
    height: 1100px;
    border: 5px solid #BEDBD9;
    border-radius: 0px 0px 400px 900px;
}

.header-texts {
    text-align: left;
    color: black;
}

.header-texts h1 {
    margin-left: 10%;
    font-size: 45px;
    margin-top: 150px;
    margin-bottom: 20px;
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 50px;
}

.header-texts h3 {
    margin-left: 10%;
    font-size: 1.5em;
    margin-bottom: 30px;
    width: 540px;
    height: 56px;
    left: 117px;
    top: 287px;

    font-family: 'Comfortaa';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 28px;
}

.header-texts p {
    margin-left: 10%;
    width: 500px;
    font-size: 1.2em;
    line-height: 1.5;
    margin-bottom: 50px;
}

.header-filler {
    border-radius: 500px;
    background-color: #fff;
    width: 40%;
    position: absolute;
    background: #769D9B;
    right: 0px;
    top: 139px;

    content: url('https://i.pinimg.com/564x/c4/c7/cf/c4c7cf7891b15fd341e248aa577c79ce.jpg');
    object-fit: cover;
}


@media screen and (max-width: 1100px) {
    #header {
        box-sizing: border-box;
        width: 100%;
        background: #BEDBD9;
        border-radius: 0px 0px 200px 500px;
        height: 900px;
    }

    .header-texts {
        box-sizing: border-box;
        width: 100%;
        height: 950px;
        border: 5px solid #BEDBD9;
        border-radius: 0px 0px 200px 500px;
    }

    .header-texts {
        text-align: left;
        color: black;
    }

    .header-texts h1 {
        margin-left: 50px;
        margin-top: 120px;
        margin-bottom: 20px;
        font-size: 25px;
    }

    .header-texts h3 {
        margin-left: 50px;
        font-size: 18px;
        line-height: 28px;
        width: 60%;
    }

    .header-texts p {
        margin-top: 60px;
        margin-left: 50px;
        width: 50%;
        font-size: 15px;
    }

    .header-filler {
        top: 400px;
    }
}

.content-aside {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 20px;
    max-width: 1280px;
    margin: 0 auto;
    padding: 20px;

    margin-top: 200px;
}

.content {
    color: #BEDBD9;
}

.content h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 27px;
    line-height: 30px;
}

.content p {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
}

.content h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 27px;
}

.content-first {
    grid-column: 1 / span 1;
    grid-row: 1;
    box-sizing: border-box;
    padding: 50px;

    width: 80%;

    background: transparent;
    border: 4px solid #DAF1F0;
    border-radius: 30px;

    margin-bottom: 20px;
}

.content-second {
    grid-column: 1 / span 3;

    width: 100%;
    box-sizing: border-box;
    padding: 50px;

    background: transparent;
    border: 4px solid #DAF1F0;
    border-radius: 30px;

    margin-top: 150px;
}

aside {
    justify-self: center;
    grid-column: 2 / span 1;
    grid-row: 1;

    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 0px;

    margin-top: 100px;
}

aside h2 {
    font-size: 20px;
    margin-bottom: 20px;
}

aside ul {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    line-height: 60px;
}

aside a {
    color: #DAF1F0;
    text-decoration: none;
    font-size: 15px;
    transition: all 0.3s ease-in-out;
}

aside a:hover {
    color: #769D9B;
}

@media only screen and (max-width: 1100px) {
    .content-aside {
        display: flex;
        flex-direction: row;
        max-width: 1280px;
        margin: 0 auto;
        padding: 20px;

        margin-top: 200px;
    }

    .content {
        color: #BEDBD9;
    }

    .content h2 {
        font-style: normal;
        font-size: 20px;
    }

    .content p {
        font-style: normal;
        font-size: 15px;
    }

    .content h4 {
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 27px;
    }

    .content-first {
        width: 100%;
    }

    .content-second {
        width: 130%;
    }

    aside {
        display: flex;
        flex-direction: column;
        font-style: normal;
        font-size: 20px;

        margin-top: 100px;
    }

    aside h2 {
        font-size: 15px;
        width: 100%;
    }

    aside ul {
        list-style-type: none;
        display: flex;
        flex-direction: column;
        line-height: 40px;
    }

    aside a {
        color: #DAF1F0;
        text-decoration: none;
        font-size: 10px;
        transition: all 0.3s ease-in-out;
        padding-top: 50px;
    }

    aside a:hover {
        color: #769D9B;
    }
}

.articles {
    margin: 0 auto;
    padding: 10%;
}

table {
    width: 100%;
    border-spacing: 50px;
}

td {
    padding: 30px;
    vertical-align: top;
    border: 1px solid #DAF1F0;

    box-sizing: border-box;
    background: #769D9B;
    border-radius: 200px 200px 40px 40px;
    border: 5px solid #DAF1F0;
}

tr,
.row-second td {
    height: 200px;
    border-radius: 40px;
}

td.article {
    width: 33.33%;
}

td.article img {
    box-sizing: border-box;
    background: #BEDBD9;
    border: 4px solid #F5F5F5;
    border-radius: 200px 200px 40px 40px;
}

td.article h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 29px;
    width: 90%;
    margin-top: 40px;
}

td.article p {
    margin-bottom: 20px;
}

td.article a {
    display: inline-block;
    background-color: #DAF1F0;
    color: #333;
    text-decoration: none;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
    padding: 10px;
}

td.article a:hover {
    background-color: #769D9B;
    color: #fff;
}

tr.row-second td.article-long h3 {
    font-size: 25px;
    text-align: right;
}

tr.row-second td.article-long p {
    text-align: right;
    font-size: 18px;
}

td.article:nth-of-type(1) img {
    content: url('https://i.pinimg.com/564x/5d/38/91/5d3891274db09556160cd1e4aa761eab.jpg');
    object-fit: cover;
    max-width: 100%;
}

td.article:nth-of-type(2) img {
    content: url('https://i.pinimg.com/564x/76/eb/53/76eb53ca5dcc5b274a33d52e030fb37e.jpg');
    object-fit: cover;
    max-width: 100%;
}

td.article:nth-of-type(3) img {
    content: url('https://i.pinimg.com/564x/79/64/38/79643853540d0406f959290fffc3ff05.jpg');
    max-width: 100%;
    object-fit: fill;
}

.row-second img {
    box-sizing: border-box;
    border: 4px solid #DAF1F0;
    border-radius: 40px;
    display: block;
    width: 100%;
    content: url('https://i.pinimg.com/564x/09/12/d4/0912d4b658d2fe97505d78ad1fc4e2eb.jpg');
    height: 200%;
    margin-bottom: 0;
    object-fit: cover;
}


@media screen and (max-width:1100px) {
    .articles {
        margin: 0 auto;
        padding: 0;
        width: 100%;
        border-collapse: collapse;
    }

    .articles th,
    .articles td {
        display: block;
        text-align: center;
        align-items: center;
        margin: 0;
        width: 100%;
        height: 100%;
        padding: 10px;
    }

    td.article img {
        box-sizing: border-box;
        background: #BEDBD9;
        border: 4px solid #F5F5F5;
        border-radius: 200px 200px 40px 40px;
        width: 100%;
    }

    td.article h3 {
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 29px;
        width: 90%;
        margin-top: 40px;
    }

    td.article p {
        font-size: 15px;
        margin-bottom: 20px;
        width: 100%;
    }

    td.article a {
        display: inline-block;
        background-color: #DAF1F0;
        color: #333;
        text-decoration: none;
        border-radius: 5px;
        transition: all 0.3s ease-in-out;
        padding: 10px;
    }

    td.article a:hover {
        background-color: #769D9B;
        color: #fff;
    }

    tr.row-second td.article-long h3 {
        font-size: 25px;
        text-align: right;
    }

    tr.row-second td.article-long p {
        text-align: right;
        font-size: 18px;
    }
}

#creativity {
    padding: 50px 0;
    width: 100%;
}


.mini-one,
.mini-two,
.mini-three,
.mini-four {
    width: 60%;
    text-align: right;
}

.mini-one img,
.mini-two img,
.mini-three img,
.mini-four img {
    height: auto;
    margin-bottom: 20px;

    width: 100%;
    box-sizing: border-box;

    background: #769D9B;
    border: 4px solid #769D9B;
    border-radius: 300px 300px 40px 40px;

}

.mini-content h2 {
    font-size: 28px;
    margin-bottom: 10px;
    text-align: right;
}

.mini-content p {
    font-size: 16px;
    line-height: 1.5;
}

.creativity-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mini-content {
    opacity: 50%;
    display: flex;
    flex-direction: column;
    width: 1900px;
}

.mini-content h2 {
    margin-bottom: 10px;
}

.mini-one,
.mini-two,
.mini-three,
.mini-four {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 30px;
}

.mini-one img,
.mini-two img,
.mini-three img,
.mini-four img {

    opacity: 70%;
    margin-right: 150px;
    width: 400px;
    height: 400px;
}

.mini-one img {
    content: url('https://i.pinimg.com/564x/0a/0d/ac/0a0dacee1e4fc8b3cd9ab9bf31dc97a9.jpg');
    object-fit: cover;
}

.mini-two img {
    content: url('https://i.pinimg.com/564x/79/62/ef/7962ef05bd2d48a6a7bd24de3357197e.jpg');
    object-fit: cover;
}

.mini-three img {
    content: url('https://i.pinimg.com/564x/f4/ac/42/f4ac427ffb1bf08dd25061bd3fc347b4.jpg');
    object-fit: cover;
}

.mini-four img {
    display: block;
    content: url('https://i.pinimg.com/564x/a2/4b/54/a24b54d630838f1449f3bdfc81183d21.jpg');
    object-fit: cover;
}

.creativity-wrapper .mini-one:hover img {
    opacity: 100%;
    width: 400px;
    height: 400px;
    transition: all 0.2s ease-in-out;
    content: url('https://media.tenor.com/ogCq38fGiYAAAAAM/awesome-happy.gif');
}

.creativity-wrapper .mini-one:hover .mini-content {
    opacity: 100%;
    transition: all 0.2s ease-in-out;
}

.creativity-wrapper .mini-two:hover img {
    opacity: 100%;
    width: 400px;
    height: 400px;
    transition: all 0.2s ease-in-out;
    content: url('https://media.tenor.com/YgU-B2bf_rEAAAAM/ai-sir-happy.gif');
}

.creativity-wrapper .mini-two:hover .mini-content {
    opacity: 100%;
    transition: all 0.2s ease-in-out;
}

.creativity-wrapper .mini-three:hover img {
    opacity: 100%;
    width: 400px;
    height: 400px;
    transition: all 0.2s ease-in-out;
    content: url('https://images-wixmp-ed30a86b8c4ca887773594c2.wixmp.com/f/b8c55de3-4c75-462f-be69-8909460081f1/d8j7prh-52e45996-3947-4b9d-8fab-d686981ab0c5.gif?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1cm46YXBwOjdlMGQxODg5ODIyNjQzNzNhNWYwZDQxNWVhMGQyNmUwIiwiaXNzIjoidXJuOmFwcDo3ZTBkMTg4OTgyMjY0MzczYTVmMGQ0MTVlYTBkMjZlMCIsIm9iaiI6W1t7InBhdGgiOiJcL2ZcL2I4YzU1ZGUzLTRjNzUtNDYyZi1iZTY5LTg5MDk0NjAwODFmMVwvZDhqN3ByaC01MmU0NTk5Ni0zOTQ3LTRiOWQtOGZhYi1kNjg2OTgxYWIwYzUuZ2lmIn1dXSwiYXVkIjpbInVybjpzZXJ2aWNlOmZpbGUuZG93bmxvYWQiXX0.GNheVdbz9jWMkZTJxBEgpbCUlgDnsozA868U-bfdwiI');
}

.creativity-wrapper .mini-three:hover .mini-content {
    opacity: 100%;
    transition: all 0.2s ease-in-out;
}

.creativity-wrapper .mini-four:hover img {
    opacity: 100%;
    width: 400px;
    height: 400px;
    transition: all 0.2s ease-in-out;
    content: url('https://pa1.narvii.com/6373/a5474509b9af807fd9d36b7e57a32d3e87bf2c07_hq.gif');
}

.creativity-wrapper .mini-four:hover .mini-content {
    opacity: 100%;
    transition: all 0.2s ease-in-out;
}

@media screen and (max-width: 1100px) {
    #creativity {
        padding: 50px 0;
        width: 100%;
    }

    .mini-one,
    .mini-two,
    .mini-three,
    .mini-four {
        width: 100%;
        text-align: right;
        display: flex;
        flex-direction: column;
    }

    .mini-one img,
    .mini-two img,
    .mini-three img,
    .mini-four img {
        height: 400px;
        margin-bottom: 20px;
        width: 400px;
        box-sizing: border-box;

        background: #769D9B;
        border: 4px solid #769D9B;
        border-radius: 300px 300px 40px 40px;

    }

    .mini-content h2 {
        font-size: 20px;
        margin-bottom: 10px;
        text-align: right;

        padding-left: 700px;

        width: 20%;
    }

    .mini-content p {
        font-size: 13px;
        line-height: 1.5;
        text-align: right;
        padding-left: 700px;

        width: 20%;

    }

    .creativity-wrapper {
        display: flex;
        flex-direction: column;
        padding-left: 25%;
        align-items: center;
    }
}


footer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 100px;
    padding-top: 200px;
    box-sizing: border-box;

    box-sizing: border-box;
    width: 100%;
    background: #769D9B;
    height: 1000px;

    border: 5px solid #769D9B;
    border-radius: 20000px 40000px 0px 0px;
}

.footer-logo h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 33px;
    margin-bottom: 10px;
}

.footer-form p {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.footer-form form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer-form label {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.footer-form input[type="text"],
.footer-form select {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 20px;
    border: none;
}

.footer-form input[type="radio"] {
    margin-right: 5px;
}

.footer-form input[type="radio"] {
    display: inline-block;
    margin-right: 5px;
}

.footer-form label[for="html"],
.footer-form label[for="css"],
.footer-form label[for="javascript"] {
    display: inline-block;
    font-size: 16px;
    margin-bottom: 0px;
}


.footer-form button {
    padding: 10px 20px;
    margin-top: 20px;
    border: none;
    border-radius: 5px;
    background-color: #DAF1F0;
    font-family: Comfortaa;
    color: #101010;
    font-size: 16px;
    cursor: pointer;

    margin-bottom: 30px;
}

.footer-form button:hover {
    background-color: #333;
    color: #DAF1F0;
}

.footer-credit h3 {
    font-size: 15px;
    font-weight: bold;
}

@media screen and (max-width: 1100px) {
    footer {
        padding-top: 100px;
    }
}