html {
    scroll-behavior: smooth;
}
body {
    font-family: 'Montserrat', sans-serif;
    background-color: #000;
    color: #fff;
}
a {
    text-decoration: none;
    color: #fff;
}
a:hover {
    text-decoration: none;
    color: #bfbfbf;
}
.bannertop {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    filter: brightness(80%);
}
.bannertop1 {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    filter: brightness(80%);
}
.videotop {
    width: 100%;
    height: auto;
    z-index: -1;
}
.video-quote {
    position: absolute;
    margin: auto 0;
    padding-left: 70px;
}
.video-quote1 {
    position: absolute;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 70px;
    text-align: right;
}
.hrvideo {
    border-top: 4px solid #fff;
    width: 80px;
    display: inline-block;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 15px;
}

.header {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    box-shadow: none;
    background-color: transparent;
    position: fixed;
    height: 60px!important;
    z-index: 10;
}
.navbar-brand {
    width: 45px;
    margin: 8px 15px 0px 0px;
}
.main {
    margin: 0 auto;
    display: block;
    height: 100%;
    margin-top: 60px;
}
.mainInner{
    display: table;
    height: 100%;
    width: 100%;
    text-align: center;
}
.mainInner div{
    display:table-cell;
    vertical-align: middle;
    font-size: 3em;
    font-weight: bold;
    letter-spacing: 1.25px;
}
#sidebarMenu {
    height: 100%;
    position: fixed;
    left: 0;
    width: 250px;
    margin-top: 0px;
    transform: translateX(-250px);
    transition: transform 250ms ease-in-out;
    background: #000000c4;
    z-index: 1;
}
.sidebarMenuInner{
    margin:0;
    padding:0;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}
.sidebarMenuInner li{
    list-style: none;
    text-transform: uppercase;
    font-weight: bold;
    padding: 20px;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}
.sidebarMenuInner li span{
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.50);
}
.sidebarMenuInner li a{
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}
input[type="checkbox"]:checked ~ #sidebarMenu {
    transform: translateX(0);
}

input[type=checkbox] {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
}
.sidebarIconToggle {
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    height: 100%;
    width: 100%;
    top: 22px;
    left: 15px;
    height: 22px;
    width: 22px;
}
.spinner {
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #fff;
}
.horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}
.diagonal.part-1 {
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    float: left;
}
.diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    opacity: 0;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(135deg);
    margin-top: 8px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: -9px;
}
.title-banner {
    font-size: 26px;
}
.title-banner1 {
    font-size: 46px;
    margin-bottom: 280px;
}
.des-banner {
    /*font-size: 46px;*/
}
#konten {
    background-color: #000;
    padding: 40px 30px;
}
#konten1 {
    background: linear-gradient(#0a0a0a, #000000);
    padding: 40px 30px;
}
.wrappingtitle {
    padding: 0px 30px;
}
.img80100 {
    width: 80%;
}
.description {
    font-size: 20px;
}
.img-about {
    float: right;
}

.wrapping {
    padding: 15px 10px;
    position: relative;
    background-color: transparent;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
    position: absolute;
    margin-top: -30%;
    height: auto;
    width: 100%;
    opacity: 0;
    transition: 0.5s ease;
    background-color: #292929;
    padding: 10px;
}

.wrapping:hover .overlay {
  opacity: 1;
}
.title-wrapping {
    font-size: 24px;
    padding: 15px 0;
}

#footer {
    background-color: #000;
    padding: 40px 30px;
}
.section-title {
    margin-top: 120px;
}
.sticky-footer {
    position: fixed;
    left: 0;
    bottom: -5px;
    width: 100%;
    background-color: #000;
    text-align: center;
    margin-bottom: 5px;
    padding-bottom: 0;
}
.sosmed {
    font-size: 14px;
    margin: 15px 3px 0;
    border: 1px solid #fff;
    width: 22px;
    height: 22px;
    padding: 2px;
    border-radius: 0px;
}
.copyright {
    text-align: center;
    font-size: 12px;
    margin-top: 6px;
}
.subtitle {
    font-size: 22px;
    overflow: hidden;
    text-align: left;
}
.hrsubtitle {
    border-top: 2px solid #fff;
    width: 30px;
    margin: inherit;
    margin-top: 15px;
}
.subtitle1 {
    font-size: 22px;
    overflow: hidden;
    text-align: center;
    margin-top: 100px;
}
.hrsubtitle1 {
    border-top: 2px solid #fff;
    width: 30px;
    margin-top: 15px;
    margin-bottom: 40px;
}
.client-logo {
  filter: grayscale(100%);
  padding: 0 10px 20px;
}
.client-logo:hover {
  filter: none;
}
#contact {
    background-color: #000;
    z-index: -2;
    padding: 160px 80px 160px 110px;
}
.form-control,
.form-group .form-control {
    border: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#009688), to(#009688)), -webkit-gradient(linear, left top, left bottom, from(#D2D2D2), to(#D2D2D2));
    background-image: -webkit-linear-gradient(#009688, #009688), -webkit-linear-gradient(#D2D2D2, #D2D2D2);
    background-image: -o-linear-gradient(#009688, #009688), -o-linear-gradient(#D2D2D2, #D2D2D2);
    background-image: linear-gradient(#009688, #009688), linear-gradient(#D2D2D2, #D2D2D2);
    -webkit-background-size: 0 2px, 100% 1px;
    background-size: 0 2px, 100% 1px;
    background-repeat: no-repeat;
    background-position: center bottom, center -webkit-calc(100% - 1px);
    background-position: center bottom, center calc(100% - 1px);
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: background 0s ease-out;
    -o-transition: background 0s ease-out;
    transition: background 0s ease-out;
    float: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0
}
.form-group {
    position: relative
}

.form-group.label-floating label.control-label,
.form-group.label-placeholder label.control-label,
.form-group.label-static label.control-label {
    position: absolute;
    pointer-events: none;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
    color: #fff;
}
.form-group textarea {
    resize: none
}

.form-control {
    margin-bottom: 20px
}

label.control-label {
    font-size: 12px;
    line-height: 1.07142857;
    font-weight: 400;
    margin: 16px 0 0 0
}

.help-block {
    margin-top: 0;
    font-size: 12px
}

.form-group {
    padding-bottom: 7px;
    margin: 28px 0 0 0
}


.form-group.label-floating.is-focused label.control-label,
.form-group.label-floating:not(.is-empty) label.control-label,
.form-group.label-static label.control-label {
    top: -40px;
    left: 0;
    font-size: 16px;
    line-height: 1.07142857
}


#contactForm {
    margin-top: -10px
}

#contactForm .form-control {
    font-weight: 500;
    height: auto;
    color: #fff;
}
.btn-common {
    border-radius: 0px;
    padding: 6px 30px;
    white-space: unset;
}

#konten-about {
    padding: 110px 100px;
    background: url(https://saestucreative.co.id/assets/public/content/background%20about.jpg);
    background-size: cover;
}
.saestu {
    font-size: 46px;
    font-weight: bold;
    margin-bottom: -10px;
}
.creative {
    font-size: 21px;
    word-spacing: 5px;
}
.vl {
    display: table;
    margin: auto;
    border-left: 2px solid #fefefe;
    height: 70px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.wetake {
    font-size: 22px;
    margin-bottom: 50px;
}
.dekstop-left {
    text-align: right;
    font-size: 24px;
    margin: auto;
}
.dekstop-right {
    text-align: left;
    font-size: 24px;
    margin: auto;
}
.img-portofolio {
    width: 100%;
}
#blog {
    background-color: #000;
    padding: 40px 30px;
}
.image-scale {
    width: 100%;
    height: 180px;
    object-fit: cover;
}
.card {
    margin-bottom: 22px;
}
.card-body {
    padding: 10px;
}
.card-title {
    color: #000;
    text-align: center;
}
/*animasi*/
.animasi {
    opacity: 0;
    position: relative;
}
.animasi.slide-left {
    opacity: 0;
    -moz-transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
    -moz-transform: translate3d(-100px, 0px, 0px);
    -webkit-transform: translate3d(-100px, 0px, 0px);
    -o-transform: translate(-100px, 0px);
    -ms-transform: translate(-100px, 0px);
    transform: translate3d(-100px, 0px, 0px);
}
.animasi.slide-left.in-view {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}
.animasi.slide-right {
    opacity: 0;
    -moz-transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
    -moz-transform: translate3d(100px, 0px, 0px);
    -webkit-transform: translate3d(100px, 0px, 0px);
    -o-transform: translate(100px, 0px);
    -ms-transform: translate(100px, 0px);
    transform: translate3d(100px, 0px, 0px);
}
.animasi.slide-right.in-view {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}
.custom-select {
    background-color: #000;
    color: #fff;
    border: 2px solid #ffffff;
    border-radius: 0;
}
/*ipad pro*/
@media screen and (max-width: 1024px) {
    .title-banner1 {
        margin-bottom: 200px;
    }
    .animasi.slide-right {
        opacity: 0;
        -moz-transition: all 500ms linear;
        -webkit-transition: all 500ms linear;
        -o-transition: all 500ms linear;
        transition: all 500ms linear;
        -moz-transform: translate3d(-100px, 0px, 0px);
        -webkit-transform: translate3d(-100px, 0px, 0px);
        -o-transform: translate(-100px, 0px);
        -ms-transform: translate(-100px, 0px);
        transform: translate3d(-100px, 0px, 0px);
    }
    .animasi.slide-right.in-view {
        opacity: 1;
        -moz-transform: translate3d(0px, 0px, 0px);
        -webkit-transform: translate3d(0px, 0px, 0px);
        -o-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        transform: translate3d(0px, 0px, 0px);
    }
}
/*ipad*/
@media screen and (max-width: 768px) {
    .wrapping {
        width: 100%;
    }
    .title-banner {
        font-size: 22px;
    }
    .title-banner1 {
        font-size: 36px;
        margin-bottom: 100px;
    }
    .hrvideo {
        margin-bottom: 0;
    }
    .description {
        font-size: 16px;
    }
}
/*mobile*/
@media screen and (max-width: 575px) {
    .video-quote {
        padding-left: 30px;
    }
    .title-banner {
        font-size: 16px;
    }
    .title-banner1 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .des-banner {
        margin-top: 50px;
        margin-bottom: 0;
        font-size: 12px;
    }
    .video-quote1 {
        padding-right: 0px;
    }
    .navbar-brand {
        width: 42px;
    }
    #konten-about {
        padding: 110px 10px 50px;
        background-position: top;
    }
    .title-about {
        font-size: 22px;
    }
    .wetake {
        font-size: 18px;
        margin-bottom: 30px;
    }
    .dekstop-left {
        text-align: center;
        font-size: 16px;
        margin-bottom: 20px;
    }
    .dekstop-right {
        text-align: center;
        font-size: 16px;
    }
    #konten {
        padding: 30px 10px;
    }
    #konten1 {
        padding: 30px 10px;
    }
    .wrappingtitle {
        padding: 0px 10px;
    }
    .wrapping {
        margin-bottom: 22px;
    }
    #blog {
        padding: 30px 10px;
    }
    .description {
        margin-top: 20px;
        font-size: 18px;
    }
    .img80100 {
        width: 100%;
    }
    .title-wrapping {
        font-size: 18px;
        padding: 25px 0;
    }
    .copyright {
        margin-top: 20px;
    }
    #footer {
        padding: 30px 10px;
    }
    .section-title {
        margin-top: 60px;
    }
    .sticky-footer {
        position: unset;
    }
    #contact {
        padding: 100px 10px 0px 10px;
    }
    .titleblog {
        font-size: 24px;
    }
    .overlay {
        margin-left: -10px;
        margin-top: -35%;
        padding: 5px;
    }
}