:root{
    --primary: #b6895b;
    --bg: #010101;
    --ymh:#2216ce;
    
    }
*{
    font-family: 'play', sans-serif;
    font-weight: 700;

}

 #navbarNav ul li a{
   font-size: 1.5rem;
   margin: auto 2rem;
    color: var(--ymh);
 }
 

 #menunav .navbar-extra a{
    cursor: pointer;
    color: var(--ymh);
    margin: 0 0.5rem;
}
#menunav .navbar-extra a:hover{
    cursor: pointer;
    color: #105aaa;
}

#hamburger-menu{
    display: none;
}

 #menunav {
    height: 80px;
    width: 100%;
    background: #ffffff;
    box-shadow: 10px 20px 20px 0px rgba(0,0,0,0.16);
    justify-content: space-between;
    padding: 0 10% 0 7%;
    z-index: 100;
    position: fixed;
}

#menunav .menu-ul {
    height: 100%;
}
#menunav .menu-ul {
    height: 100%;
}

#ym-logo {
    width: 191px;
    height: 65px;
}

#menunav .menu-link {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-family:'play';
    font-weight: 700;
    text-align: left;
    color:var(--ymh);
    padding-left: 26px;
    padding-right: 26px;
    height: 100%;
}

#menunav .menu-item {
    transform: skew(-15deg);
    transition: background 0.5s;
    border: 0;
    --bs-nav-tabs-border-width: 0;
}

.menu-link-txt {
    transform: skew(15deg);
}


#menunav .menu-item .menu-link:hover {
    border: none;
    background-color: #21a0e3;
}

#menunav ul .active {
    background-color: #4e8fde;
    background-image: linear-gradient(270deg,#21a0e3,#105aaa);
    transition: background 0.5s;
}

#menunav .active .menu-link {
    color: #ffffff;
    background-color: #0b0533;
}
#menunav .active .navbar-nav {
    background-color: #0b0533;
}

.pos-rel {
    position: relative;
}

#section1 {
    padding-top: 5rem;
    width: 100%;
}

.sec1-banner {
    width: 100%;
    height: 100%;
}

.banner-pagination {
    position: absolute;
    z-index: 2;
    bottom: 50px;
    width: 100%;
    text-align: center;
    
}

.banner-pagination .swiper-pagination-bullet {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 24px;
    background: #ffffff;
    margin: 0 10px !important;
    opacity: 0.49;
    cursor: pointer;
}

.banner-pagination .swiper-pagination-bullet-active {
    opacity: 0.96;
}

.banner-text-div {
    z-index: 3;
    position: absolute;
    left: 13%;
    bottom: 5%;
    display: flex;
    flex-direction: column;
}

.banner-text {
    line-height: 40px;
    font-size: 32px;
    font-family: 'NotoSans-Regular';
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    text-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16) inset;
    margin-bottom: 0px;
}

.banner-text-big {
    line-height: 90px;
    font-size: 85px;
    font-weight: 700;
    text-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
}

.banner-img-out {
    display: flex;
    align-items: center;
}

.banner-img {
    margin: 10px;
}

.contact .container{
    display: flex;
}
#section2 {
    height: 463px;
    background: #ececec;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#sec2-div {
    position: relative;
    display: flex;
    width: 80%;
    flex-wrap: nowrap;
    align-items: center;
}

#sec2-title {
    line-height: 40px;
    font-size: 30px;
    font-family: 'Play';
    font-weight: 700;
    text-align: center;
    color: var(--ymh);
    padding-top: 70px;
}

#sec2-swiper {
    transform: skew(-27.5deg);
    position: relative;
}

#sec2-swiper .swiper-slide {
    transform: skew(27.5deg);
}

.sec2-swiper-img {
    width: 23vw;
    height: 12.5vw;
    margin-left: -18%;
}

#sec2-swiper-btn-L {
    cursor: pointer;
    z-index: 2;
    margin-right: 2vw;
}

#sec2-swiper-btn-R {
    cursor: pointer;
    z-index: 2;
    margin-left: 2vw;
}

.sec2-btn-img {
    width: 2vw;
}

.sec2-slider {
    cursor: pointer;
}

#section3 {
    height: auto;
    display: flex;
    align-items: center;
}

.sec3-pic-div {
    position: relative;
    width: 437px;
    height: 327px;
    border-radius: 25px;
    overflow: hidden;
    margin: 20px 0px;
    box-shadow: 15px 15px 15px 0px rgb(0 0 0 / 15%);
}

.sec3-pic-img {
    width: 100%;
    height: 100%;
}

.sec3-pic-cov {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-image: linear-gradient(rgba(0,0,0,0),#FFFFFF);
}

.sec3-pic-txt {
    position: absolute;
    left: 32px;
    bottom: 0px;
    font-size: 27px;
    line-height: 30px;
    font-family: "Play-Bold";
    font-weight: 700;
    text-align: left;
    color: #112769;
    z-index: 3;
    margin-bottom: 5px;
}

.sec3-pic-a {
    position: absolute;
    right: 17px;
    bottom: 17px;
    text-decoration: none;
}

.sec3-pic-a:hover {
    text-decoration: none;
}

.sec3-pic-btn {
    width: 127px;
    height: 35px;
    background: #112769;
    border-radius: 17px;
    font-size: 15px;
    font-family: "Play-Bold";
    font-weight: 700;
    color: #ffffff;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.sec3-col {
    display: flex;
    justify-content: center;
}

.sec3-row {
    width: 100%;
    height: 100%;
    max-width: 960px;
    margin: 0 auto;
}

#section4 {
    height: 713px;
    background: #ececec;
    padding: 48px 16% 0;
}

#sec4-title {
    width: auto;
    height: 40px;
    font-size: 30px;
    font-family: "Play-Bold";
    font-weight: 700;
    text-align: left;
    color: #003688;
    margin-bottom: 70px;
}

.sec4-div {
    display: flex;
    flex-direction: column;
}

.sec4-img {
    width: 100%;
    height: 13vw;
    border-radius: 20px;
    object-fit: cover;
}

.sec4-txt {
    font-size: 14px;
    font-family: 'NotoSans-Regular';
    font-weight: 700;
    text-align: left;
    color: #003688;
    margin-top: 14px;
    margin-bottom: 14px;
}

.sec4-txt-gray {
    font-size: 14px;
    font-family: 'NotoSans-Regular';
    font-weight: 400;
    text-align: left;
    color: #707070;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.sec4-finalrow {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
    font-family: "Play-Bold";
    font-weight: 700;
    text-align: left;
    color: #000000;
}

.sec4-finalrow-left-a,.sec4-finalrow-left-a:hover {
    color: #000000;
    text-decoration: none;
}

.sec4-finalrow-left {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.sec4-fa {
    font-size: 18px;
    margin-left: 10px;
    cursor: pointer;
    width: 21px;
}

.sec4-btn {
    width: 127px;
    height: 36px;
    background: #112769;
    border-radius: 18px;
    font-size: 17px;
    font-family: "Play";
    font-weight: 400;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    cursor: pointer;
}

.sec4-coll-out {
    display: flex;
}

.sec4-coll-in {
    display: flex;
}

.sec4-coll-icon {
    width: 24px;
    height: 24px;
}

.sec4-coll-a {
    margin: 0 6px;
}

@media screen and (max-width: 767px) {
    .show-pc {
        display:none;
    }

    .banner {
        width: 100%;
    }

    .banner-pagination {
        bottom: 10px;
        text-align: right;
        padding-right: 20px;
    }

    .banner-pagination .swiper-pagination-bullet {
        display: inline-block;
        width: 8px;
        height: 8px;
        border-radius: 8px;
        margin: 0 4px !important;
    }

    .banner-text-div {
        left: 5%;
    }

    .banner-text {
        line-height: 20px;
        font-size: 16px;
    }

    .banner-text-big {
        line-height: 45px;
        font-size: 42px;
    }

    #section2 {
        height: auto;
        background: none;
    }

    .sec2-title-ph {
        width: 100%;
        height: 32.33px;
        line-height: 32.33px;
        background: linear-gradient(230deg,#1d337c 6%,#0f1a3e);
        font-size: 15px;
        font-family: "Play-Bold";
        font-weight: 700;
        text-align: center;
        color: #ffffff;
    }

    #sec2-div {
        width: 100%;
    }

    #sec2-swiper {
        transform: none;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #sec2-swiper .swiper-slide {
        transform: none;
    }

    .sec2-swiper-img {
        width: 90%;
        height: auto;
        margin-left: 0;
    }

    .sec3-row {
        height: auto;
        max-width: 320px;
    }

    #sec2-swiper-btn-L,#sec2-swiper-btn-R {
        display: none;
    }

    #section3 {
        height: auto;
        padding: 0;
    }

    .sec3-row {
        margin: 5px auto;
    }

    .sec3-col {
        padding-left: 2px;
        padding-right: 2px;
        height: 120px;
    }

    .sec3-pic-div {
        width: 151.33px;
        height: 115px;
        margin: 0;
        border-radius: 8px;
    }

    .sec3-pic-txt {
        font-size: 9px;
        line-height: 12px;
        left: 9px;
    }

    .sec3-pic-a {
        right: 5px;
        bottom: 6px;
    }

    .sec3-pic-btn {
        width: 37.67px;
        height: 13.67px;
        line-height: 13.67px;
        font-size: 5.33px;
        background: #112769;
        border-radius: 6.67px;
    }

    #section4 {
        height: auto;
        background: none;
        padding: 20px 0 20px;
    }

    #section4 .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

    #sec4-title {
        margin-bottom: 10px;
        height: 24px;
        font-size: 18px;
        text-align: center;
        color: #23409b;
    }

    .sec4-img {
        width: 100%;
        height: 157px;
        border-radius: 10px;
    }

    .sec4-div {
        margin: 10px 0;
        position: relative;
    }

    .sec4-txt {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        left: 0;
        width: 100%;
        bottom: 0;
        font-size: 7.67px;
        font-family: 'NotoSans-Regular';
        font-weight: 700;
        text-align: center;
        color: #ffffff;
        height: 40px;
        line-height: 10px;
        background: linear-gradient(0deg,#000000,rgba(43,43,43,0.78) 49%,rgba(84,84,84,0.33));
        margin-top: 0;
        margin-bottom: 0;
        border-radius: 0 0 10px 10px;
    }

    .sec4-more {
        font-size: 14.67px;
        font-family: 'NotoSans-Regular';
        font-weight: 700;
        text-align: center;
        color: #1d3683;
        margin-bottom: 10px;
    }

    .sec4-more-btn {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 120px;
        margin: 0 auto;
    }

    .sec4-ph-link {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 2;
    }

    #section2 .swiper-slide {
        display: flex;
        justify-content: center;
        height: 100%;
        opacity: 0.44;
        -webkit-transition: 300ms;
        -moz-transition: 300ms;
        -ms-transition: 300ms;
        -o-transition: 300ms;
        transition: 300ms;
        -webkit-transform: scale(0.6);
        -moz-transform: scale(0.6);
        -ms-transform: scale(0.6);
        -o-transform: scale(0.6);
        transform: scale(0.6);
    }

    #section2 .swiper-slide-active {
        top: 0;
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    #section4 .swiper-slide {
        display: flex;
        justify-content: center;
        height: 100%;
        opacity: 0.44;
        -webkit-transition: 300ms;
        -moz-transition: 300ms;
        -ms-transition: 300ms;
        -o-transition: 300ms;
        transition: 300ms;
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
    }

    #section4 .swiper-slide-active {
        top: 0;
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@media screen and (min-width: 768px) {
    .show-ph {
        display:none;
    }

}


/* contact */
.contact{
background-color: #fffcfc;
padding: 3rem 0;
}



.contact h2{
    text-align: center;
    font-family: 'play';
    font-weight: 700;
    color: var(--ymh);

}
.contact .alamat h2{
    text-align: center;
    font-family: 'play';
    font-weight: 700;
    color: #37383a;

}
.contact .alamat{
    text-align: center;
    font-family: 'play';
    font-weight: 700;
    color: #37383a;

}
.contact .map ,.contact .alamat{
    justify-content: center;
    margin-top: 2rem;
    text-align: center;
    height: 100%;
   
}
.contact .map img{
    text-align: center;
    width: 15rem;
    height: 18rem;

}


/* footer */
footer{
    background-color: #162861;
    text-align: center;
    padding: 0 rem 0;
    margin-top: 1rem;
    font-size: 1.2rem;
    
}

footer .sosials{
    padding: 1rem 0;

}

 footer .links a{
    color: #fff;
    margin: 1rem;
    padding-bottom: 2rem;
    text-decoration: none;
    font-weight: 100;
 }

footer .sosials a{
    color: #fff;
    margin: 0.5rem;
    text-decoration: none;

}
footer .sosials a:hover{
    color: var(--bg);
}
footer .links a:hover{
    color: var(--bg);
}

footer .credit p{
    font-weight: 100;
    color:#fff;
    margin-bottom: 0 ;
}







/* media screen */
/* laptop */
@media (max-width: 1024px) {
  html {
   font-size: 75%;}
}


/* tablet */
@media (max-width: 768px) {
   html {
    font-size: 50.5%;}
    #ym-logo {
        width: 150px;
        height: 45px;
    }
    #hamburger-menu{
       display: inline-block;
    }
    #menunav .menu-ul {
        height: 100vh;
        background-color: #07152900;
    }
    #menunav ul{
       position: absolute;
       top: 100%;
       right: -100%;
       width: 20rem;
       height: 100vh;
       transition: 1 s;
    }
#menunav ul .menu-link-txt{
    font-size: 100%;
}

    #menunav ul.active{
       display: block;
       right: 0%;
    }
    #menunav ul a{
       display:block;
       color: var(--bg);
       margin: 1rem;
       padding: 0 rem;
       font-size: 2rem;
    }

    #menunav ul a::after{
       transform-origin: 0 0;
    }
 #menunav ul a:hover::after{
       transform: scaleX(0.2);
    }

    .about .row{
       flex-wrap: wrap;
    }

    .about .row .about-img img{
       height: 24rem;
       object-fit: cover;
       object-position: center;
    }
    .about .row .content{
       padding: 0;
       
    }

    .about .row .content h3{
       margin-top: 1rem;
       font-size: 1.6rem;
    }

    .about .row .content p, .menu p, .contact p{
       font-size: 1.2rem;
    }

    

    
    .contact .row{
        justify-content: center;
        display: block;
       flex-wrap: wrap;
    }

    .contact .row #alamat {
       padding-top: 0;
       padding-left: 10rem;
       padding-right: 10rem;
    }
    .contact .container .row .map img {
      
    width: 25rem;
    height: 27rem;
    margin-bottom: 8rem;
    
}
.contact .container .row .map p{
    margin-top: -8rem;
    margin-bottom: 5rem;
}
}

/* mobile */
@media (max-width:450px) {
   html {
    font-size: 55%;}
    #ym-logo {
        width: 130px;
        height: 40px;
    }
}