@charset "UTF-8";
/* CSS Document */

body {
    margin: 0;
    background-color: #ECECEC;
}

a {
    text-decoration: none !important;
}

/* Header and Navigation Bar */º
.app-header {
    align-items: baseline;
    background-color: black;
    margin-top: 75px;
}
.app-header img{
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.navbar{
    z-index: 1000;
    background-color: transparent;
    padding-left: 5%;
    padding-right: 5%;
}
.navbar-brand img{
    width: 30px;
    height: 30px;
}
.navbar-expand-lg .navbar-collapse{
    justify-content: flex-end;
}


/* Section - Texts */
.ai-section-text{
    max-width: 1024px;
    margin: 0 auto;
    padding: 100px 40px 40px 40px;
    background-color: #ECECEC;
}
.ai-section-text h2{
    font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
    color: #000;
    font-size: 21px;
    font-weight: 600;
    line-height: 20px;
}
.ai-section-text h1{
    font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
    color: #000;
    font-size: 40px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 50px;
}
.ai-section-text p{
    font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #606060;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 50px;
}
.ai-section-text ul{
    font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #606060;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 50px;
}
.ai-section-text img{
    display: block;
    max-width: 100%;
    margin: 0 auto;
}


/* AI Sections */
.ai-section {
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
}
.ai-section-black {
    background-color: #0A0A0A;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
}
.ai-section-light{
    background-color: #F5F5F5;
    background-size: cover;
    position: relative;
}
.ai-section-content-white {
    background-color: #FFFFFF;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    vertical-align: middle;
}
.ai-section-content-black {
    background-color: #0A0A0A;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    vertical-align: middle;
}

.skitag-div{
    padding-top: 120px;
    padding-bottom: 120px;
}



/* Tables */
.ai-table table{
    background: #0A0A0A;
    border: none;
    height: 500px;
    vertical-align: middle;
}
.ai-table tr{
    border: none;
}
.ai-table td{
    border: none;
}
.ai-table-content table{
    border: none;
    height: 500px;
    width: 100%;
    vertical-align: middle;
    background: #F5F5F5;
}
.ai-table-content tr{
    border: none;
}
.ai-table-content td{
    border: none;
    padding-left: 50px;
    padding-right: 50px;
}
.ai-table-content-black table{
    border: none;
    height: 500px;
    width: 100%;
    vertical-align: middle;
    background: #0A0A0A;
}
.ai-table-content-black tr{
    border: none;
}
.ai-table-content-black td{
    border: none;
    padding-left: 50px;
    padding-right: 50px;
}

.ai-table-app table{
    border: none;
    height: 500px;
    width: 100%;
    vertical-align: middle;
}
.ai-table-app tr{
    border: none;
}
.ai-table-app td{
    border: none;
    padding-left: 50px;
    padding-right: 50px;
}
.ai-table-app-light table{
    border: none;
    height: 500px;
    width: 100%;
    vertical-align: middle;
    background: #F5F5F5;
}
.ai-table-app-light tr{
    border: none;
}
.ai-table-app-light td{
    border: none;
    padding-left: 50px;
    padding-right: 50px;
}
.ai-table-app-black table{
    border: none;
    height: 500px;
    width: 100%;
    vertical-align: middle;
    background: #0A0A0A;
}
.ai-table-app-black tr{
    border: none;
}
.ai-table-app-black td{
    border: none;
    padding-left: 50px;
    padding-right: 50px;
}


/* Footer */
footer{
    padding: 50px 0 120px 0;
    background-color: #000000;
}
.footer-logo{
    display: flex;
    align-items: center;
}
.footer-logo img{
    width: 50px;
    height: 50px;
}
.footer-logo p{
    font-size: 22px;
    line-height: 25px;
    font-weight: 200;
    color: #fff;
    margin-top: 20px;
    margin-left: 20px;
}
.footer-logo-sn{
    display: flex;
    align-items: center;
}
.footer-logo-sn img{
    width: 20px;
    height: 20px;
}
.footer-info {
    font-size: 13px;
    text-align: center;
    line-height: 15px;
    color: #656565;
}
.footer-div{
    padding-top: 50px;
    padding-bottom: 50px;
}


/* App Style */
.app-skitag-table table{
    border: none;
    height: 500px;
}
.app-skitag-table tr{
    border: none;
}
.app-skitag-table td{
    border: none;
    padding-left: 50px;
    padding-right: 50px;
    vertical-align: middle;
}
.app-skitag-box{
    background: #1a1a1a;
    padding: 40px;
    height:700px;
    border-radius: 16px;
}
.app-skitag-box-light {
    background: #F5F5F5;
    padding: 40px;
    height:700px;
    border-radius: 16px;
}
