
body{
    margin: 0px;
    font-family: Montserrat !important;
}

h1{
    font-family: Oswald !important;
    color: #4a4a4a !important;
    text-align: center;
    margin-bottom: 0px;
}

h2{
    font-family: Oswald !important;
    color: #4a4a4a !important;
    text-align: center;
    margin-bottom: 0px;
}

h4{
    color: coral !important;
    text-align: center;
    margin-bottom: 40px;
}

h5{
    color: white !important;
    text-align: center;
    font-size: 18px !important;
}

p{
    color: #4a4a4a;
    font-size: 15px;
}

.email{
    color: coral !important;
}

button{
    outline: 0;
}

#header{
    display: flex;
    background-color: #232323;
    width: 100%;
    height: 60px;
}
.logo{
    width: 40px;
    height: 40px;
    /* background-image: url("../image/logo-bangkoklabs-white-2.svg"); */
    background-position: center;
    background-repeat: no-repeat;
    margin: 10px 10px;
    fill: #ffffff;
}

.bkklab-logo-large{
    padding-bottom: 20px;
    width: 160px; 
    height:180px;
}
.bkklab-logo-middle{
    width: 100px; 
    height:100px;
}

.section{
    position: relative;
}

.intro{
    height: 94vh;
    background: #333332;
    padding: 10% 0 15% 0 !important;
    text-align: center;
    color: white;
}

.image-intro{
    /* background-image: url("../image/space_bg2.png"),linear-gradient( #2089E2,#F6FFE1);  */
    background-image: url("../image/space_bg2.svg"),linear-gradient( #1278CF,#F6FFE1); 
    background-position: center bottom;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    display: block;
    position: absolute;
    background-size: 100% !important;
    background-repeat: no-repeat;
}
.container-intro{
    padding: 0 5%;
    font-family: Montserrat; 
    position: absolute;
    top: 35%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -35%)
}

.section-topic{
    padding-top: 48px;
    padding-bottom: 48px;
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.section-underline{
    width: 80%;
    height: 6px;
    background-color: #d8d8d8;
}

.section-description{
    position: relative;
    width: 80%;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    font-size: 18px;
    color: #4a4a4a;
    padding-bottom: 24px;
}

.detail{
    position: relative;
    margin: 16px 120px 60px;
}

.rectangle-box{
    min-height: 430px;
    border-radius: 6px;
    border: solid 1px #d8d8d8;
    background-color: #ffffff;
    padding: 40px 40px 16px 40px;
    margin: 24px;
}

@media (min-width: 768px) {
    .partnership{
        height: 350px;
        /* background-color: #f6f6f6; */
        background-color: #F8F8F8;
        position: relative;
        padding: 24px;
        margin: 0px !important;
    }

    .section-partnership{
        display: inline-block;
        position: relative;
        padding-right: 16px;
        padding-top: 130px;

    }
    .seedooh-logo{
        width: 150px;
        margin-bottom: 14px;
    }
    .section-said{
        padding-left: 15px;
        padding-right: 10%;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%)
    }
    .section-partnership-topic{
        text-align: center;
    }
    .section-said-topic{
        text-align:left; 
        padding-bottom:24px;
        font-size: 28px; 
    }
}

@media (max-width: 767px) {
    .partnership{
        min-height: 500px;
        /* background-color: #f6f6f6; */
        background-color: #f8f8f8;
        position: relative;
        padding: 24px;
        margin: 0px !important;
    }
    .section-partnership{
        display: inline-block;
        position: relative;
        padding-right: 16px;
    }
    .seedooh-logo{
        width: 140px;
        margin-bottom: 32px;
        margin-top: 16px;
    }
    .section-said{
        padding: 12px;
        position: relative;
        top: 0;
        left: 0;
        margin-right: 0;
        transform: none;
    }
    .section-partnership-topic{
        padding-top: 12px;
        text-align: center;
    }
    .section-said-topic{
        text-align:center; 
        padding-bottom: 16px;
        padding-top: 24px;
        font-size: 24px;
    }
    .detail{
        margin: 16px 20px 60px;
    }
    h5{
        font-size: 16px !important;
    }
    p{
        font-size: 14px;
    }
    .image-container{
        margin-top: 12px;
        margin-bottom: 12px;
    }

}

@media (max-width: 320px) {
    h2{
        font-family: Oswald !important;
        color: #4a4a4a !important;
        text-align: center;
        margin-bottom: 0px;
        font-size: 26px !important;
    }
    .seedooh-logo{
        width: 110px;
        margin-bottom: 32px;
        margin-top: 16px;
    }
    .image-development{
        background-size: 100%;
    }
    
    .image-ux-ui{
        background-size: 100%;
    }
    
    .image-testing{
        background-size: 100%;
    }
    
    .image-agile{
        background-size: 100%;
    }
    
    .image-work-from-home{
        background-size: 100%;
    }
    
    .image-friend-family{
        background-size: 100%;
    }

    .section-said{
        padding: 12px;
    }
}

@media (min-width: 800px) {
    .container-footer{
        display: inline-flex;
        margin-left: 65%;
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .footer-list li{
        padding-left: 24px;
        padding-bottom: 16px;
    }

    .footer-list li a{
        color: #ffffff;
        text-decoration: none;
        list-style: none;
        font-size: 16px;
    }
}

@media (max-width: 800px) {
    .container-footer{
        display: inline-flex;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%)
    }
    .footer-list li{
        padding-left: 20px;
        padding-bottom: 16px;
    }
    
    .footer-list li a{
        color: #ffffff;
        text-decoration: none;
        list-style: none;
        font-size: 16px;
    }
}

.footer{
    background-color: #232323;
    height: 350px;
}

.footer-list li a:hover{
    color: coral;
}

.image-container{
    position: relative;
    width: 100%;
    margin-top: 24px;
    margin-bottom: 36px;
}

.image-development{
    background-image: url(../image/image-devlopment.svg);
    height: 150px;
    background-repeat: no-repeat;
    background-position: center;
}

.image-ux-ui{
    background-image: url(../image/image-ux-ui.svg);
    height: 150px;
    background-repeat: no-repeat;
    background-position: center;
}

.image-testing{
    background-image: url(../image/image-testing.svg);
    height: 150px;
    background-repeat: no-repeat;
    background-position: center;
}

.image-agile{
    background-image: url(../image/image-agile.svg);
    height: 150px;
    background-repeat: no-repeat;
    background-position: center;
}

.image-work-from-home{
    background-image: url(../image/image-work-from-home.svg);
    height: 150px;
    background-repeat: no-repeat;
    background-position: center;
}

.image-friend-family{
    background-image: url(../image/image-friend-family.svg);
    height: 150px;
    background-repeat: no-repeat;
    background-position: center;
}

.what-we-do-description{
    text-align: center;
}
