/*------------------------ Fonts ---------------------*/

@font-face {
    font-family: 'Brandon Grotesque';
    font-style: normal;
    font-weight: 390;
    src: local('Brandon Grotesque'), url('https://fonts.cdnfonts.com/s/18750/Brandon_reg.woff') format('woff');
}
@font-face {
    font-family: 'Brandon Grotesque';
    font-style: normal;
    font-weight: 300;
    src: local('Brandon Grotesque'), url('https://fonts.cdnfonts.com/s/18750/Brandon_thin.woff') format('woff');
}
@font-face {
    font-family: 'Brandon Grotesque';
    font-style: normal;
    font-weight: 330;
    src: local('Brandon Grotesque'), url('https://fonts.cdnfonts.com/s/18750/Brandon_light.woff') format('woff');
}
@font-face {
    font-family: 'Brandon Grotesque';
    font-style: normal;
    font-weight: 420;
    src: local('Brandon Grotesque'), url('https://fonts.cdnfonts.com/s/18750/Brandon_med.woff') format('woff');
}
@font-face {
    font-family: 'Brandon Grotesque';
    font-style: normal;
    font-weight: 450;
    src: local('Brandon Grotesque'), url('https://fonts.cdnfonts.com/s/18750/Brandon_bld.woff') format('woff');
}
@font-face {
    font-family: 'Brandon Grotesque';
    font-style: normal;
    font-weight: 500;
    src: local('Brandon Grotesque'), url('https://fonts.cdnfonts.com/s/18750/Brandon_blk.woff') format('woff');
}



body{
    overflow-x: hidden;
    color: #40514e;
    margin: 0;
    text-align: center;
    font-family: 'Merriweather', serif;
}

h1 {
    font-family: 'Sacramento', cursive;
    color: #66bfbf;
    font-size: 4rem;
    margin-bottom: 0;
}

.top-container-heading {
    font-family: 'Sacramento', cursive;
    color: #66bfbf;
    font-size: 4rem;
    margin-bottom: 0;
}



@media (min-width: 500px) {
    .top-container-heading {
        font-size: 5.625rem;
    }
}



h2 {
    color: #66bfbf;
    font-family: 'Brandon Grotesque', sans-serif;
    font-weight: 390;
    font-size: 2.5rem;
    padding-bottom: 10px;
}

h3 {
    color: #11999e;
    margin-top: 0;
    font-family: 'Brandon Grotesque', sans-serif;
    font-weight: 400;
    font-size: 2rem;
}

p {
    line-height: 2;
    font-size: 16px;
}

@media (min-width: 500px) {
    p {
        font-size: 18px;
    }
}


hr {
    margin: 100px auto;
    border: dotted #eaf6f6 6px;
    border-bottom: none;
    width: 4%;
    clear: right;
}


.btn{
    display: inline-block;
    font-weight: 400;
    padding: 15px 40px;
    background: #66bfbf;
    color: white;
    text-decoration: none;
    border-radius: 3px;
    border: none;
    cursor: pointer;
    font-family: 'Brandon Grotesque', sans-serif;
    font-size: .8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: transform 300ms ease-in-out;
    box-shadow: 0 5px 15px 0 rgb(0 0 0 / 15%);
}

.btn:hover{
    transform: translateY(-4px);
}


/*----------------------------- Header ---------------------------------*/

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Brandon Grotesque', sans-serif;
    font-weight: 390;
    position: absolute;
    top: 0;
    margin: 0 10%;
    padding: 2em 0;
    width: 80%;
    z-index: 3;
}

@media (min-width: 600px) {
    header {
        margin: 0 20%;
        width: 60%;
    }
}


.contact-page-header {
    width: 85%;
    margin: 0 7.5%;
}

.logo {
    text-decoration: none;
}

.logo-img {
    width: 60px;
    height: 60px;
}


@media (min-width: 600px) {
    .nav {
        font-size: 22px;
    }
}

.nav {
    font-size: 20px;
    text-align: right;
    width: 100%;
}



.nav-link {
    text-decoration: none;
    transition: all .3s ease-in-out;
    color: #45b29a;
    margin-left: 5%;
}

.nav-link:hover {
    color: #21564b;
}

.active {
    color: #21564b;
}




/*----------------------------- Top Container ---------------------------------*/

.top-container{
    position: relative;
    background: #e0ebe8;
    padding-top: 235px;
}

.subtitle{
    margin-top: 0;
    margin-bottom: 135px;
    font-size: 1.5rem;
}


@media (min-width: 500px) { 
    .top-container{
        padding-top: 150px;
    }
    
    .subtitle{
        font-size: 2rem;
        margin-bottom: 60px;
    }
}


.top-cloud{
    position: absolute;
    right: 0%;
    top: 20%;
}

.bottom-cloud{
    position: absolute;
    left: 0%;
    bottom: 30%;
}


@media (min-width: 500px) {
    .top-cloud{
        position: absolute;
        right: 10%;
        top: 15%;
    }
    
    .bottom-cloud{
        position: absolute;
        left: 10%;
        bottom: 30%;
    }
}

@media (min-width: 800px) {
    .top-cloud{
        position: absolute;
        right: 20%;
        top: 15%;
    }
    
    .bottom-cloud{
        position: absolute;
        left: 20%;
        bottom: 40%;
    }
}



.land-img {
    width: 100%;
}

@media (min-width: 800px) {
    .land-img {
        width: inherit;
    }
    
}

/*----------------------------- Middle Container ---------------------------------*/

.middle-container{
    margin: 100px 0;
}


.img{
    width: 200px;
    border-radius: 50%;
}

.design-img{
    margin-right: 0px;
    margin-bottom: 32px;
}

.development-img{
    margin-left: 0px;
    margin-bottom: 32px;
}

.skill-row{
    width: 80%;
    margin: 100px auto 100px auto;
}

@media (min-width: 1200px) {
    .skill-row{
        width: 50%;
        margin: 100px auto 150px auto;
        text-align: left;
    }
    .design-img{
        float: left;
        margin-right: 30px;
    }
    .development-img{
        float: right;
        margin-left: 30px;
    }     
}


.intro{
    width: 80%;
    margin: 0 auto;
}

.contact-me > h3{
    width: 80%;
    margin: auto;
}

.contact-message{
    width: 80%;
    margin: 40px auto 60px;
}


@media (min-width: 1000px) {
    .intro{
        width: 30%;
    }
    .contact-message{
        width: 40%;
    }
}





/*----------------------------- Footer ---------------------------------*/


.footer {
    background: #66bfbf;
    color: white;
    text-align: center;
    padding: 2.5em 0;
    font-size: 1.25rem;
    font-family: 'Brandon Grotesque', sans-serif;
    font-weight: 390;
}

@media (min-width: 800px) {
    .footer{
        font-size: 1.5rem;
    }
}

.footer a {
    color: #243532;
    text-decoration: none;
}

.footer__link {
    transition: all 200ms ease-in-out;
}

.footer__link:hover,
.social-list__link:hover {
    opacity: .6;
}

.footer__link:hover {
    text-decoration: underline;
}

.social-list {
    list-style: none;
    display: flex;
    justify-content: center;
    margin: 2em 0 0;
    padding: 0;
}

.social-list__item {
    margin: 0 .5em;
}

.social-list__link {
    padding: .5em;
    transition: all 200ms ease-in-out;
}



/*----------------------------- Contact ---------------------------------*/

/*--------------- Left ---------------*/

.container{
    display: grid;
    grid-template-rows: 1fr 1fr;
    font-family: 'Brandon Grotesque', sans-serif;
    font-weight: 390;
    width: 100vw;
    height: 100vh;
}

@media (min-width: 1000px) {
    .container {
        grid-template-columns: 1fr 1fr;
        overflow: hidden;
    }
}

.left{
    position: relative;
    padding: 12% 15%;
    background-color: #e0ebe8;
}

@media (min-width: 1000px) {
    .left {
        height: 100vh;
    }    
}


.right{
    position: relative;
    padding: 12% 0;
    height: 100%;
    text-align: center;
}

@media (min-width: 1000px) {
    .right {
        padding: 12% 15%;
        text-align: right;
        margin-top: 6%;
    }
}


.contact-form {
    margin-top: 80px;
}

@media (min-width: 1000px) {
    .contact-form {
        margin-top: 6%;
    }
    
}

.contact-btn {
    font-size: 14px;
    margin-top: 5px;
    width: 100%;
}

@media (min-width: 1000px) {
    .contact-btn {
        width: inherit;
    }
}



.contact__form-field {
    margin-bottom: 20px;
}

.contact__form-label {
    color: rgb(0, 0, 0);
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 400;
    margin-bottom: 10px;
    display: block;
    text-align: left;
}

.contact__form-input {
    color: rgb(0, 0, 0);
    padding: 20px;
    width: calc(92% - 20px);
    border: 1px solid #ebebeb;
    font-size: 16px;
    letter-spacing: 0;
    background: #ffffff;
    border-radius: 5px;
    font-weight: 400;
    font-family: 'Brandon Grotesque', sans-serif;
}


@media (min-width: 1000px) {
    .contact__form-input {
        width: calc(95% - 20px);
    }
}



/*--------------- Right ---------------*/

.contact-title {
    display: none;
    margin: 0;
    font-family: 'Brandon Grotesque', sans-serif;
    font-weight: 450;
    margin-bottom: 10%;
}

@media (min-width: 1000px) {
    .contact-title {
        display: block;
    }
}

.contact-subtitle {
    font-size: 1.7rem;
    color: inherit;
    font-weight: 400;
}


@media (min-width: 1000px) {
    .contact-subtitle {
        font-size: 2rem;
    }
}



@media (min-width: 1000px) {
    .contact-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}

.email {
    display: none;
}
@media (min-width: 1000px) {
    .email {
        display: block;
    }
}


.contact-left {
    text-align: center;
}

@media (min-width: 1000px) {
    .contact-left {
        text-align: left;
    }  
}


@media (min-width: 1000px) {
    .address {
        margin-bottom: 20%;
    }    
}

.contact-left-title {
    margin: 0;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 24px;
}

.contact-left-subtitle {
    margin: 0;
    font-size: 20px;
    line-height: 1.5;
}

.contact-left-subtitle > a {
    text-decoration: none;
    font-size: 22px;
    color: inherit;
}

.contact-left-subtitle > a:hover {
    text-decoration: underline;
    opacity: 0.7;
}


.contact-right {
    display: none;
    flex-direction: column;
    position: relative;
    right: 0;
    gap: 14%;
}

@media (min-width: 1000px) {
    .contact-right {
        display: flex;
    }
}

.contact-right > a {
    text-decoration: none;
    color: inherit;
    font-size: 24px;
    letter-spacing: 1px;
}

.contact-right > a:hover {
    text-decoration: underline;
    opacity: 0.8;
}


.shadow{
    display: none;
    position: absolute;
    top: -6%;
    left: 0;
}

@media (min-width: 1000px) {
    .shadow {
        display: block;
    }
}


.shadow > svg{
    height: 100vh;
    width: 100%;
}

.arrow {
    position: absolute;
    top: 10%;
    left: -12%;
    transform: translateX(-33%);
}


/*----------------------------- Contact ---------------------------------*/

/*--- Work Lanking ---*/

.work {
    background-color: #E0EBE8;
    font-family: 'Sacramento', cursive;
    padding: 130px 0 90px;
    width: 100%;
    position: relative;
}

.work-title {
    font-size: 5.625rem;
    margin-bottom: 0;
}

.left-cloud,.right-cloud,
.left-flag,.right-flag {
    position: absolute;
}

.left-cloud {
    left: -10%;
    bottom: 20%;
}

.right-cloud {
    right: -10%;
    bottom: 50%;
}

.left-flag {
    left: 10%;
    bottom: -20%;
}

.right-flag {
    right: 10%;
    bottom: -20%;
}

@media (min-width: 800px) { 
    .left-cloud {
        left: 12%;
        bottom: 25%;
    }

    .right-cloud {
        right: 12%;
        bottom: 25%;
    }

    .left-flag {
        left: 30%;
        bottom: -4%;
    }

    .right-flag {
        right: 30%;
        bottom: -4%;
    }   
}





/*--- Hello Section ---*/

.hello {
    font-family: 'Brandon Grotesque', sans-serif;
    padding: 6em 0;
    font-weight: 390;
}

.hello-img {
    width: 150px;
}


.hello-title {
    margin: 5px 0;
    font-size: 1.8rem;
}

.hello-subtitle {
    font-size: 1.2rem;
    margin: 0;
}

@media (min-width: 800px) { 
    .hello-title {
        font-size: 2rem;
    }
    
    .hello-subtitle {
        font-size: 1.5rem;
    }
    
}






