*{
    transition: all 0.3s;
}

body{
    background-color: #0d0f3e;
}

.presentationContainer{
    height: 100vh;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #0d0f3e), url(../img/wallpaper.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-left: 6rem;
    padding-bottom: 3rem;
}

.grand-title{
    font-size: 12vw;
    padding-top: 15vh;
}

.grand-subtitle{
    font-size: 1.4vw;
    padding-top: 1.5rem;
    width: 60%;
    max-width:1200px;
}


.header{
    top: 0;
    position: fixed;
    padding: 2rem;
    right: 0;
    z-index: 5;
}

.headerLink{
    font-family: 'Kanit';
    font-weight: 300;
    text-decoration: none;
    color: #fff;
    margin: 1.5rem;
}

.projectsContainer{
    padding-left: 6rem;
    padding-right: 6rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
    color: #fff;
    font-family: 'Kanit';
}

.projectsContainer > h1 {
    font-size: 3rem;
}

.projectsContainer > p {
    font-size: 1.4vw;
    width: 75%;
    word-break: normal;
    max-width: 1200px;
    margin-bottom: 2rem;
}

.projectCard{
    background: #433baa;
    padding: 20px;
    border: 5px solid #433baa;
    margin: 10px;
    text-align: center;
}

@media (max-width: 1000px) {
    .grand-subtitle {
        font-size: 16px !important;
    }
    .projectsContainer > p{
        font-size: 14px !important;
    }
}

@media (max-width: 900px){
    .projectCard{
        width: 100% !important;
        display: block;
        margin: 0;
        margin-bottom: 15px;
        margin-top: 15px;
    }    

    .projectsCards{
        display: block !important;
        height: fit-content;
    }

    .learnmore-button{
        width: 100% !important;
        display: block !important;
        margin: 0 !important;
    }

    .skillCard{
        margin: 10px !important;
        flex-basis: 33.3% !important;
        display: block;
    }

    .skillCard > i{
        font-size: 50px !important;
    }

    .contactInputEmail > input{
        padding-left: 10px;
        height: 30px;
        font-size: 13px;
        width: 50vw !important;
        max-width: none !important;
        min-width: inherit !important;
    }

    .contactInputWhatsapp > input{
        padding-left: 10px;
        height: 30px;
        font-size: 13px;
        width: 50vw !important;
        max-width: none !important;
        min-width: inherit !important;
    }
}

@media (min-width: 1200px) {
    .grand-title{
        font-size: 150px !important;
    }

    .grand-subtitle {
        font-size: 20px !important;
    }
}

.projectsCards{
    display: flex;
    justify-content: center;
}

.projectCard:hover{
    transition: .3s;
    border-bottom: 5px solid #c1323c;
}   

.more-projects-link{
    background: #433baa;
    width: 100%;
    display: block;
    padding: 14px;
    border: 4px solid #433baa;
    text-decoration: none;
    text-align: center;
    margin-top: 5px;
}

.more-projects-link:hover{
    border-bottom:4px solid #c1b732;
    transition: .3s;
}

.learnmore-button{
    background: #c1323c;
    display: block;
    border: none;
    padding: 8px;
    width: 150px;
    margin: auto;
    margin-top: 25px;
    outline: none;
    color: #fff;
    text-decoration: none;
}

.skillsContainer{
    padding-left: 6rem;
    padding-right: 6rem;
    color: #fff;
    font-family: 'Kanit';
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.skillsContainer > h1 {
    font-size: 3rem;
}

.contactContainer{
    padding-left: 6rem;
    padding-right: 6rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
    color: #fff;
    font-family: 'Kanit';
}

.contactContainer > h1 {
    font-size: 3rem;
}

.skillCard{
    margin: 35px;
    flex-basis: 20%;
    text-align: center;
}

.skillCard:hover{
    transform: scale(1.2);
}

.skillsCards{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 2rem;
}

.skillCard > i{
    font-size: 6vw;
    font-style: normal;
}

.contactForm{
    margin-top: 3.5rem;
}

.contactInputEmail{
    display: flex;
    margin-bottom: 2rem;
}

.contactInputWhatsapp{
    display: flex;
    margin-bottom: 2rem;
}

.contactInputEmail > input{
    outline: none;
    border: none;
    padding-left: 20px;
    height: 60px;
    font-size: 18px;
    width: 30vw;
    max-width: 900px;
    min-width: 400px;
    border-bottom: 5px solid #fff;
    border-top: 5px solid #fff;
}

.contactInputEmail > button{
    outline: none;
    border: none;
    height: 60px;
    color: white;
    width: 200px;
    background: #c1323c;
}

.contactInputWhatsapp > input{
    outline: none;
    border: none;
    padding-left: 20px;
    height: 60px;
    font-size: 18px;
    width: 30vw;
    max-width: 900px;
    min-width: 400px;
    border-bottom: 5px solid #fff;
    border-top: 5px solid #fff;
}

.contactInputEmail > input:focus, .contactInputEmail > input:hover{
    border-bottom: 5px solid #c1323c;
}

.contactInputWhatsapp > input:focus, .contactInputWhatsapp > input:hover{
    border-bottom: 5px solid #279c2c;
}

.contactInputWhatsapp > button{
    outline: none;
    border: none;
    height: 60px;
    color: white;
    width: 200px;
    background: #279c2c;
}

.footerContainer{
    background: #0a0b2f;
    height: 240px;
    margin-top: 9rem;
}
