/* Columns */
.bg-visual{
    width: 100%;
    height: 100px;
    background-color: aqua;
}

/* Navigasi */
nav{
    background-color: #F7F7F7;
}

.box-menu-sticky-a{
    width: 100%;
    height: auto;
}

/* Button */
.button-navigasi{
    width: auto;
    height: auto;
    padding: 7px 15px;
    border-radius: 50px;

    font-size: 14px;
    font-family: "atlantic-bold";
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 1.4px;

    user-select: none;
    cursor: pointer;
}

.button-navigasi:active{
    background-color: #25385810;
    transition: .3s;
}

.button-play{
    width: auto;
    height: auto;
    padding: 7px 15px;
    border-radius: 50px;
    background-color: #ffffff10;
    color: #fff;

    font-size: 14px;
    font-family: "atlantic-bold";
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 1.4px;

    user-select: none;
    cursor: pointer;
}

.button-play:active{
    background-color: red;
    color: #fff;
    transition: .3s;
}

.button-navigasi-side{
    width: 100%;
    height: auto;
    padding: 10px 10px 10px 0;

    font-size: 18px;
    font-family: "atlantic-bold";
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 1.6px;

    user-select: none;
    cursor: pointer;
}

.button-navigasi-side:active{
    padding-left: 15px;
    background-color: #25385810;
    transition: .3s;
    border-left: solid 3px #000070;
}

.button-sosial{
    width: 42px;
    border-radius: 6px;
}

.button-sosial-white-soft{
    background-color: #ffffff20;
    cursor: pointer;
}

.button-sosial-white-soft:active{
    background-color: #ffffff40;
    transition: .3s;
}

.button-sosial-green{
    background-color: #5EBF2620;
    cursor: pointer;
}

.button-sosial-green:active{
    background-color: #5EBF2640;
    transition: .3s;
}

.button-sosial-purple{
    background-color: #6200EE20;
    cursor: pointer;
}

.button-sosial-purple:active{
    background-color: #6200EE40;
    transition: .3s;
}

.button-sosial-blue{
    background-color: #3366FF20;
    cursor: pointer;
}

.button-sosial-blue:active{
    background-color: #3366FF40;
    transition: .3s;
}

/* Banner */
.atlantic-banner-a{
    width: 100%;
    height: 100vh;
    text-align: center;

    background-image: url(../garnis/png/atlantic-image-006.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #00007098;
    background-blend-mode: overlay;
}

.atlantic-banner-b{
    width: 100%;
    height: auto;
    min-height: 600px;
    text-align: center;

    background-image: url(../garnis/png/atlantic-image-017.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.atlantic-video-thumbnail{
    aspect-ratio: 6/4;
    background-image: url(../garnis/png/atlantic-image-017.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #00007098;
    background-blend-mode: overlay;
}

/* Image */
.image-content-a{
    aspect-ratio: 4/5;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80%;
}

.image-project-a{
    aspect-ratio: 4/5;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.image-service-a{
    aspect-ratio: 1/1;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Free */
.line-project{
    width: 50px;
    height: 4px;
    background-color: #253858;
    display: inline-flex;
    margin-bottom: 9px;
}

.p-info-projects{
    padding-left: 62px;
}

.label-project{
    font-size: 12px;
    font-family: "atlantic-bold";
    text-transform: uppercase;
    letter-spacing: 1.4px;

    background-color: red;
    color: #fff;
    padding: 5px 10px;
}

.tittle-point-service .icon-point{
    width: 60px;
}

.contact-number{
    font-size: 22px;
    font-family: "atlantic-bold";
    color: #fff;
}

.atlantic-map{
    width: 100%;
    height: 500px;
}

/* Preloader */
.background-preloader{
    background-color: #000070;
}