html{
    scroll-behavior: smooth;
}
body{
    font-family: "Kanit", sans-serif;
    font-weight: 300;
    margin: 0;
    color: #000;
    min-width: 700px;
}
nav{
    height: 80px;
    display: flex;
    background: #fff;
    box-shadow: 0px 0px 10px 4px #0003;
    text-align: center;
}
.container{
    max-width: 900px;
    width: 100%;
    margin: auto;
    padding: 0 20px;
    display: flow-root;
    box-sizing: border-box;
}

.logo{
    width: 148px;
}
header{
    background: #cfdaff;
    min-height: calc(100vh - 80px);
    position: relative;
    display: flex;
}
header .container{
    height: 100%;
}
header h1{
    margin: 0;
    font-size: 40px;
}
header h3{
    font-weight: normal;
    margin: 10px 0;
    font-size: 20px;
}
.sec1{text-align: center;}
.sec1:after{content:"";position: relative;clear:both;}
.header-icon{
    height: 300px;
    margin: auto;
}
.graphic{
    max-height: 100%;
}
.mainContent{
    padding: 100px 0;
    background: #eeeeee;
}
.arrow-down{
    margin-top: 12px;
}
.mainContent h2{
    font-size: 30px;
    max-width: 660px;
    margin: 0 auto 20px;
}
.mainContent p{
    font-size: 20px;
}

.mainContent .container{
    display: flex;
    align-items: center;
}
.sec2{
    box-sizing: border-box;
    border-radius: 10px;
    margin-right: 42px;
}
.sec2-img{}
.sec2-img .graphic{}

.featureContent{
    padding: 60px 0px;
}

.featureContent .container{
    display: flex;
    justify-content: space-between;
}
.feature{
    text-align: center;
}
.feature .feature-icon img{
    
}
.feature h3{
    font-size: 26px;
    margin: 0;
    color: #ac67de;
}
.stripContent{
    padding: 60px 0;
    text-align: center;
}
.stripContent h1{
    font-size: 32px;
    color: #ac67de;
}
.stripContent h2{}
.stripContent h3{
    font-weight: normal;
}
footer{
    padding: 20px 0;
    text-align: center;
    font-size: 14px;
    background: #eeeeee;
    position:relative;
}
footer .container{
    background: transparent;
    display: flex;
    justify-content: space-between;
}
footer .container .links{
    background: transparent;
}
footer a{
    text-decoration: none;
    margin: 0 10px;
    color: #000;
}
header.banner{
    height: 160px;
    display: flex;
    text-align: center;
    min-height: auto;
}
header.banner .container{
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
header.banner .container h1{
    font-size: 40px;
    margin: 0;
}
.uninstall, .contact, .inner-page, .thanks{
    min-height: calc(100vh - 300px);
}
.uninstall .container, .contact .container, .inner-page .container, .thanks .container{
    padding: 40px;
    box-sizing: border-box;
    border-radius: 10px;
    background: #fff;
}
.uninstall h3, .contact h3, .inner-page h3, .thanks h3{
    font-size: 30px;
    margin: 0;
    color: #ac67de;
}
.contact{
    text-align:center;
}
.uninstall h4{
    font-size: 24px;
    font-weight: normal;
    margin-top: 0;
}
.uninstall p{
    font-size: 18px;
    font-weight: bold;
    margin-top: 34px;
}
.uninstall ul.steps{
    padding-left: 0;
    list-style: none;
}
.uninstall ul.steps li{
    display: flex;
    align-items: center;
}
.uninstall ul.steps li p{
    margin: 8px;
    font-size: 16px;
    font-weight: 400;
}
.contact a{
    color: #fff;
    font-size: 24px;
    text-decoration: none;
    display: block;
    margin: 20px auto 14px;
    max-width: 320px;
    background: #ac67de;
    padding: 14px 20px;
    border-radius: 20px;
}
.contact p{
    font-size:18px;
    margin-top: 34px;
    line-height: 28px;
}
.inner-page .container{
    display: flex;
    position: relative;
    font-size: 14px;
}
.inner-page .toc {
    position: sticky;
    top: 10px;
    background: #eeeeee;
    padding: 10px 10px 10px 30px;
    align-self: flex-start;
    min-width: 200px;
    margin-right: 20px;
    list-style: decimal;
    font-size: 14px;
    border-radius: 10px;
}
.inner-page .toc li{
    margin-bottom:4px;
}
.inner-page .content h4 {
    padding: 18px 0 0px;
    font-size: 16px;
    line-height: 24px;
}
.inner-page .content p.bullet {
    margin: 10px 0;
}
.inner-page a{
    color: #000;
    text-decoration: underline;
}
.thanks h3{
    text-align: center;
    margin-bottom: 0;
    font-weight: 300;
    line-height: 36px;
}
.thanks .icon{
    width: 140px;
    margin: 0px auto 31px;
    display: block;
    border-radius: 9px;
}

@media screen and (max-width:768px){
    .sec2 {
        padding:40px 0;
    }
    .mainContent {
        padding: 10px 0;
        text-align: center;
    }
    footer .container {
        flex-direction: column;
    }
    footer{
        font-size: 12px;
    }
    footer a{
        margin:0 4px;
    }

}