@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&family=Oswald:wght@300;400;500&family=Playfair+Display:wght@400;500&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@keyframes disappear {
    0% {
      opacity: 0.1;
    }
    100% {
      opacity: 1;
    }
}

@keyframes flipY{
    from {
        -webkit-transform: rotateY(180deg);
        opacity: 0.1;
    }
    
    to {
        
    }
}

@keyframes zoom {
    0% {
      transform: scale(0.1);
    }
    100% {
      transform: scale(1);
    }
}

body {
    height: 100%;
    font-family: 'Montserrat', sans-serif;
    /* font-family: 'Oswald', sans-serif;
    font-family: 'Playfair Display', serif;
    font-family: 'Poppins', sans-serif; */
    background: #f8f8f8;
    margin: 0;
    top: 0;
}

br {
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* header {} */

.container-nav {
    top: 0;
    /* overflow: hidden; */
    position: fixed;
    padding-top: 0px;
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: space-between;
    padding-top: 5px;
    background-image: url('/assets/images/Free/nav-bg3.png');
    background-size: cover;
    background-repeat: no-repeat;    
}   

.navlogo {
    width: 20%;
}

.logo-image {
    height: 60%;
    margin: 4% 30%;
}

.navbar-css {
    /* background-color: red; */
    /* padding-left: 150px; */
    padding-right: 35px;
    width: fit-content;
    display: flex;
    list-style: none;
    text-decoration: none;
    margin-left: 40px;
}

.navbar-css li {
    padding: 25px 13px 5px 13px;
    font-weight: 700;
}

.navbar-css a {
    right: 0;
    text-decoration: none;
    color: #222;
    font-size: 12px;
    text-align: center;
}

.dropdown-a:hover {
    border-bottom: 0px solid;
}

.navbar-css a:hover {
    color: #2b5ba4;
    text-decoration: none;
}

.nav-a:hover {
    border-bottom: solid 2px #5078b9;
}

.navbar-css li:hover {
    transition: 0.3s;
}

.dropdown {
    margin-top: -4px;
    position: relative;
    display: inline-block;
}
  
.dropdown-content {
    margin-right: 25px;
    margin-top: 10px;
    border: solid 1px #666;
    border-radius: 2px;
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);   
    padding: 8px 16px;
    z-index: 1;
    font-weight: 500;
}

  
.dropdown:hover .dropdown-content {
    display: block;
    transition: 2s;
}


.pengurus-inside {
    color: #555;
    font-weight: 700;
}

.pengurus-inside:hover {
    transition: 0.4s;
}

.nav-join p{
    border-radius: 4px;
    border: solid 0px;
    background-color: #2b5ba4;
    padding: 10px 15px;
    font-size: 12px;
    font-weight: 500;
    color: #FFF;
    max-width: fit-content;
    height: 60%;
    margin: 10% 0px 0% 35px;
}

.nav-join p:hover {
    background-color: #2b5ba4;
    color: #FFF;
    transition: 0.3s;
    transform: scale(1.03);
}

.tentang-mobile {
    display: none;
    color: #222;
    padding: 25px 13px 5px 13px;
    font-weight: 700;
    font-size: 12px;
}

.tentang-mobile:hover {
    border-bottom: solid 2px #5078b9;
    color: #2b5ba4;
}

.pengurus-mobile {
    display: none;
    color: #222;
    padding: 25px 13px 5px 13px;
    font-weight: 700;
    font-size: 12px;
}

.pengurus-mobile:hover {
    border-bottom: solid 2px #5078b9;
    color: #2b5ba4;
}

@media only screen and (max-width: 768px) {
    .container-nav {
        display: grid;
        height: fit-content;
    }

    .container-nav div{
        height: 50px;
    }

    .logo-image {
        height: 100%;
        margin: 0px 0px 0px 0px;
    }

    .navbar-css {
        margin-left: 0px;
        padding-left: 0px;
        width: 100%;
        /* margin-top: -10px; */
    }

    .dropdown-a {
        display: none;
    }

    .dropdown-li {
        display: none;
    }


    .dropdown-content {
        display: none;
    }

    .pengurus-inside {
        display: none;
    }

    .nav-join {
        position: absolute;
        margin-right: 15px;
        margin-top: -55px;
    }

    .tentang-mobile {
        display: flex;
        font-size: 10px;
    }

    .pengurus-mobile {
        display: flex;
        font-size: 10px;
    }

    .navbar-css a {
        font-size: 12px;
        text-align: center;
    }
}

@media only screen and (max-width: 600px) {
    .navbar-css a {
        font-size: 10px;
        text-align: center;
    }
}

/* Members */

.visitor-container {
    margin-top: 30px;
    width: 100%;
    height: fit-content;
}

.visitor {
    display: flex;
    justify-content: space-between;
    height: fit-content;
    width: 84%;
    margin: auto;
}

.left-vis {
    height: 100%;
    width: fit-content;
}

.left-vis a p{
    border-radius: 4px;
    border: solid 0px;
    background-color: #2b5ba4;
    padding: 10px 15px;
    font-size: 12px;
    font-weight: 600;
    color: #FFF;
    max-width: fit-content;
    height: 60%;
    font-family: 'Montserrat', sans-serif;
    margin: 4% 0px;
}

@media(max-width: 415px){
    .left-vis a p {
        font-size: 10px;
        padding: 10px;
    }
}

.left-vis a p:hover {
    background-color: #2b5ba4;
    color: #FFF;
    transition: 0.3s;
    transform: scale(1.03);
}

.right-vis {
    height: 100%;
    width: fit-content;
    border-radius: 4px;
    border-right: solid 3px #2b5ba4;
    padding-right: 20px;
}

.vis-title {
    margin-top: 4px;
    font-weight: 600;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    text-align: right;
    margin-bottom: 0px;
    color: #2b5ba4;
}

.vis-total {
    font-weight: 600;
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    text-align: right;
    margin-top: -3px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

/* carousel */

.carousel-cont {
    height: 400px;
    width: 100%;
    background-image:
        linear-gradient(to top, rgba(0,0,0,0.6), rgba(255,255,255,0)),
        url('/assets/images/agmari/banner-1.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hl-carousel {
    padding-top: 260px;
    font-size: 12px;
    font-weight: 500;
    color: #FFF;
    margin-bottom: 0px;
    margin-left: 50px;
    padding-left: 10px;
    animation: disappear 2s;
}

.carousel-title {
    border-left: 3px solid #C32728;
    font-size: 30px;
    font-weight: 700;
    color: #FFF;
    margin-top: 2px;
    margin-left: 40px;
    padding-left: 15px;
    margin-bottom: 10px;
    animation: disappear 2s;
}

.carousel-cont .carousel-subtitle {
    margin-top: 0px;
    width: 700px;
    font-size: 12px;
    font-weight: 400;
    color: #FFF;
    margin-left: 50px;
    padding-left: 10px;
    animation: disappear 2s;
}

@media only screen and (max-width: 768px) {
    .carousel-cont {
        height: 220px;
        animation: none;
    }

    .hl-carousel {
        padding-top: 120px;
        margin-left: 10px;
        font-size: 10px;
        animation: none;
    }
    
    .carousel-title {
        margin-left: 10px;
        margin-bottom: 0px;
        padding-left: 5px;
        font-size: 16px;
        animation: none;
    }

    .carousel-cont .carousel-subtitle {
        margin-top: 5px;
        margin-left: 9px;
        padding-right: 20px;
        width: fit-content;
        font-size: 10px;
        animation: none;
    }
  }

/* Blog & Articles */

.blog-container {
    width: 84%;
    height: fit-content;
    margin: 5% 8% 5% 8%;
}

.title-content {
    margin-left: 8px;
    font-size: 30px;
    font-weight: 700;
    color: #C32728;
    width: fit-content;
    animation: disappear 1s;
}

.title-content:hover {
    color: #000; 
    transition: 0.3s;
}

.upper-content {
    display: flex;
    justify-content: space-around;
}

.lower-content {
    display: flex;
    justify-content: space-around;
}

.contentnya-blog {
    margin: 8px 0px;
    background-image: linear-gradient(to top, rgb(0, 0, 0), rgba(255, 255, 255, 0)), url('/assets/images/Team_2@2x.jpg');
    background-position: bottom right, left, right;
    background-size: cover;
    background-repeat: no-repeat;
    width: 270px;
    height: 236px;
    transition: all 1s;
    /* position: relative; */
    animation: disappear 1s;
}

.about-blog {
    font-family: 'Montserrat', sans-serif;
    margin: 40% 0px 0% 0px;
    height: 40%;
    justify-content: space-around;
    bottom: 0;
    padding-bottom: 10px;
    margin-left: 10px;
}

.hl-blog {
    background-color: #C32728;
    color: #FFF;
    font-weight: 500;
    font-size: 10px;
    padding: 5px 8px;
    width: fit-content;
}

.blog-title {
    margin: 0px 0px 10px 0px;
    font-size: 18px;
    color: #FFF;
    font-weight: 600;
}

.blog-title a {
    text-decoration: none;
    color: #FFF;
}

.blog-title a:hover {
    text-decoration: underline;
    color: #FFF;
}

.upload-date-blog {
    font-size: 10px;
    margin-top: 0px;
    color: #FFF;
    font-weight: 400;
    margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
    .title-content {
        font-size: 16px;
    }

    .upper-content, .lower-content {
        display: grid;
    }

    .contentnya-blog {
        width: 100%;
        height: 200px;
        margin: 5px 0px;
        animation: none;
    }

    .about-blog {
        margin-top: 75px;
    }

    .hl-blog {
        font-size: 8px;
    }

    .upload-date-blog {
        font-size: 8px;
    }
}

/* Footer */

.foot-container {
    width: 100%;
    height: 380px;
    background-color: #181818;
    display: flex;
    justify-content: space-around;
}

.sub-foot-container {
    width: 80%;
    /* background-color: yellow; */
    height: 80%;
    margin: 10px 0px;
    display: flex;
    justify-content: space-around;
}


.foot-1 {
    width: 24%;
    height: 100%;
}

.foot-1 a {
    text-decoration: none;
    color: #999;
}

.title-foot {
    margin-left: 10px;
    color: #FFF;
    font-weight: 600;
    font-size: 18px;
}

.about-foot-1 {
    margin-left: 10px;
    color: #999;
    font-weight: 400;
    font-size: 12px;
}

.copyright {
    margin-left: 10px;
    color: #999;
    font-weight: 400;
    font-size: 8px;
}


.foot-1-social {
    margin-left: 10px;
    color: #999;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 10px;
}

.foot-1 .logo-footer {
    width: 80%;
    margin: 10%;

}

.foot-2 {
    width: 20%;
    height: 100%;
}

.title-foot-position {
    padding-left: 30px;
    margin-top: 50px;
}

.foot-ul li {
    margin: 15px 0px;
    list-style: none;
    font-size: 12px;
    font-weight: 500;
    color: #999;
}

.foot-ul li a {
    text-decoration: none;
    color: #999;
}

.foot-ul li a:hover {
    color: #5078b9;
    text-decoration: none;
}

.foot-3 {
    width: 20%;
    height: 100%;
}

.foot-4 {
    width: 25%;
    height: 100%;
}

.form-container {
    margin-left: 40px;
}

.form-container input {
    width: 100%;
    height: 30px;
    padding-left: 10px;
    font-weight: 600;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    border-radius: 3px;
    border: solid 0px;
    margin: 5px 0px;
}

.form-container textarea {
    width: 100%;
    height: 90px;
    padding-top: 10px;
    padding-left: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 12px;
    border-radius: 3px;
    border: solid 0px;
    margin: 5px 0px;
}

.form-container button {
    background-color: #2b5ba4;
    border: solid 0px;
    border-radius: 2px;
    font-weight: 500;
    padding: 5px 10px;
    font-size: 12px;
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
}

@media only screen and (max-width: 768px) {
    .foot-container {
        height: fit-content;
    }
    
    .sub-foot-container {
        display: grid;
    }

    .foot-1 {
        width: 100%;
        height: fit-content;

    }

    .foot-1 .logo-footer {
        height: fit-content;
        width: 40%;
        margin: 0px 30%;
    }

    .foot-2 {
        display: none;
    }

    .foot-3 {
        display: none;
    }

    .foot-4 {
        width: 100%;
        height: fit-content;
        margin-bottom: 30px;
    }

    .form-container {
        margin-left: 0px;
    }
    
    .foot-1 .logo-footer {
        margin-top: 40px;
    }

    .title-foot-position {
        margin-top: 40px;
    }

    .title-foot {
        font-size: 14px;
        padding-left: 0px;
    }

    .foot-ul li {
        font-size: 8px;
    }
}

/* Testi */

.testi-container {
    width: 84%;
    height: fit-content;
    margin: 5% 8% 5% 8%;
}

.testimonial-1 {
    display: flex;
    justify-content: center;
    margin: 0px 5px;
}

.testi{
    margin: 10px 5px;
    /* margin-top: 30px; */
    width: 269px;
    height: 302px;
    background-image: url('/assets/images/Free/testi-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right bottom;
    border-left: 35px solid #C32728;
    border-radius: 5px;
    animation: disappear 0.4s;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.205);

}

.testi:hover {
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.363);
    transition: 0.4s;
}

.profile-testi {
    margin-top: 25px;
    margin-left: -20px;
    width: 50px;
    height: 50px;
    /* height: 50px; */
    border-radius: 50%;
}

.nama {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 11px;
    color: #C32728;
    margin-left: 40px;
    margin-top: -45px;
}

.lulusan {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 11px;
    color: #C32728;
    margin-left: 40px;
    margin-top: -10px;
}

.testi-isi {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 10px;
    color: #C32728;
    height: fit-content;
    width: fit-content;
    margin-left: 15px;
    margin-top: 20px;
    margin-right: 20px;
}

/* 
.testi-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 10px;
    color: #C32728;
    margin-left: 20px;
    margin-top: 40px;
    margin-right: 20px;
    height: fit-content;
    width: 150px;
    text-size-adjust: auto;
} */

.horizontal-scrollable > .row {
    overflow-x: auto;
    white-space: nowrap;
}

.horizontal-scrollable > .row > .testi {
    display: inline-block;
    float: none;
}

@media only screen and (max-width: 768px) {
    /* .testimonial {
        display: grid;
    } */

    .testimonial-1 div {
        padding-top: 20px;
        animation: none;
        width: 50%;
        height: fit-content;
        max-height: 280px;
        border-left: 15px solid #C32728;
    }

    .profile-testi {
        width: 40px;
        margin-top: 8px;
        margin-left: -10px;
    }

    .nama {
        margin-top: -40px;
    }

    .lulusan {
        font-size: 8px;
    }

    .testi-isi {
        padding-top: 20px;
        height: 250px;
    }
}

/* Tentang Kami */

.container-kami {
    margin-top: 70px;
    height: fit-content;
    width: 84%;
    display: flex;
    justify-content: space-evenly;
    margin-top: 100px;
    margin-bottom: 30px;
}

.video-cont iframe {
    border: solid 0px;
}

@media only screen and (max-width: 768px) {
    .container-kami {
        display: grid;
    }

    .video-cont iframe {
        width: 100%;
        margin: 5px 0px;
    }
}

/* Agmari in About Us */

.about-agmari {
    padding-bottom: 20px;
    width: 100%;
    height: fit-content;
}

.subabout-agmari {
    margin: 60px 10% 40px 10%;
    width: 80%;
    height: fit-content;
}

.sub-subabout-agmari {
    display: flex;
    justify-content: space-around;
    width: 100%;
    height: 100%;
}

.isi-subabout-agmari {
    color: #2b2b2b;
    font-size: 14px;
    font-weight: 500;
    animation: disappear 1s;
}

.isi-subabout-agmari:hover {
    color: #000;
    transition: 0.3s;
}

.kiri-subabout {
    height: fit-content;
    width: 80%;
}

.title-about-agmari {
    margin-top: 1%;
    font-size: 30px;
    font-weight: 700;
    color: #C32728;
    width: fit-content;
    animation: disappear 1s;
}

.title-about-agmari:hover {
    color: #000;
    transition: 0.3s;
}

.kanan-subabout {
    height: fit-content;
    width: 20%;
}

.kanan-subabout img {
    width: 100%;
    animation: zoom 1s;
}

.kanan-subabout:hover {
    transform: scale(1.1);
    transition: 1s;
}

@media only screen and (max-width: 768px) {
    .isi-subabout-agmari {
        font-size: 12px;
    }

    .title-about-agmari {
        font-size: 18px;
        margin-top: 0px;
    }
    
    .kanan-subabout img {
        margin-top: 10px;
    }
}

.agmari-container {
    padding-bottom: 20px;
    width: 100%;
    height: fit-content;
    background-color: #2b2b2b;
}

.upper-agmari {
    margin: 40px 10%;
    width: 80%;
    height: fit-content;
    padding-top: 20px;
}

.title-upper {
    height: fit-content;
    color: #FFF;
    font-weight: 600;
    font-size: 26px;
    animation: disappear 1s;
}

.title-upper:hover {
    color: #C32728;
    transition: 0.3s;
    width: fit-content;
}

.content-upper {
    display: flex;
    justify-content: space-between;
    height: 100%;
    width: 100% ;
}

.content-upper .inside-upper-agmari {
    margin: 10px;
    height: 100%;
    width: 30%;
    animation: flipY 1s;
}

.number-up {
    padding-bottom: 10px;
    border-bottom: 1px solid #d9d7e5;
    color: #C32728;
    font-size: 16px;
    font-weight: 600;
}

.isi-inside {
    margin-left: 30px;
    margin-right: 20px;
    margin-top: 20px;
    font-weight: 400;
    color: #d9d7e5;
    font-size: 12px;
}

.isi-inside:hover {
    color: #FFF;
    transition: 0.3s;
}

@media only screen and (max-width: 768px) {
    .content-upper {
        display: grid;
    }

    .content-upper .inside-upper-agmari {
        animation: none;
        width: 100%;
        margin: 0px;
    }

    .isi-inside {
        font-size: 12px;
    }
}

.middle-agmari {
    margin: 60px 20%;
    width: 60%;
    height: 350px;
    display: flex;
    justify-content: space-between;
}

.middle-agmari div {
    padding: 0px 10px 10px 20px;
    border-left: solid 5px #C32728;
    border-radius: 4px;
    margin-bottom: 20px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.096);
}

.middle-agmari div:hover {
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.267);
    transition: 0.3s;
}

.middle-agmari .left-mid-agmari {
    height: 100%;
    width: 30%;
    animation: flipY 1s;
    padding-bottom: 30px;
}

.left-mid-agmari .judul-mid {
    font-size: 20px;
    font-weight: 800;
    color: #C32728;
    word-spacing: 1px;
    margin-bottom: 0px;
    margin-top: 20px;
}

.left-mid-agmari .subjudul-mid {
    font-size: 12px;
    font-weight: 600;
    color: #000;
}

.left-mid-agmari ul li {
    line-height: 20px;
    margin-top: 0px;
    font-size: 12px;
    font-weight: 600;
    color: #000;
}

.right-mid-agmari {
    height: 100%;
    width: 30%;
    animation: flipY 1s;
}

.right-mid-agmari .judul-mid {
    font-size: 20px;
    font-weight: 800;
    color: #C32728;
    word-spacing: 1px;
    margin-top: 20px;
    margin-bottom: 0px;
}

.right-mid-agmari .subjudul-mid {
    font-size: 12px;
    font-weight: 600;
    color: #000;
}

.right-mid-agmari ul li {
    margin-top: 0px;
    font-size: 12px;
    font-weight: 600;
    color: #000;
    line-height: 20px;
}

.right-mid-agmari ul li i {
    padding-right: 10px;
}

.judul-mid:hover {
    color: #000;
    transition: 0.3s;
}

@media only screen and (max-width: 768px) {
    .middle-agmari {
        width: 80%;
        margin: 60px 10% 100px 10%;
    }

    .middle-agmari .left-mid-agmari {
        width: 100%;
    }

    .middle-agmari .left-mid-agmari {
        animation: none;
    }

    .left-mid-agmari .judul-mid {
        font-size: 14px;
    }

    .left-mid-agmari .subjudul-mid {
        font-size: 10px;
    }

    .left-mid-agmari ul li {
        font-size: 10px;
        margin-left: -15px;
    }

    .right-mid-agmari {
        animation: none;
        width: 100%;
    }

    .right-mid-agmari .judul-mid {
        font-size: 14px;
    }

    .right-mid-agmari .subjudul-mid {
        font-size: 10px;
    }

    .right-mid-agmari ul li {
        font-size: 10px;
        margin-left: -15px;
    }
}

.lower-agmari {
    margin: 40px 10%;
    width: 80%;
    height: fit-content;
}

.upper-low-agmari {
    display: flex;
    justify-content: space-between;
    height: fit-content;
}

.upper-low-agmari div {
    height: 100px;
    width: 20%;
}

.under-low-agmari {
    display: flex;
    justify-content: space-between;
    height: fit-content;
}

.under-low-agmari div {
    height: 100px;
    width: 20%;
}

.content-low-agmari {
    margin-top: 20px;
    display: flex;
    height: fit-content;
    justify-content: space-around;
    animation: flipY 1s;
}

.content-low-agmari div {
    height: 100%;
}

.content-low-agmari .left-content-low-agmari {
    width: 40%;
}

.content-low-agmari .left-content-low-agmari img {
    width: 100%;
    /* filter: brightness(0.8); */
}

.content-low-agmari .left-content-low-agmari img:hover {
    /* filter: brightness(1); */
    transition: 0.3s;
}

.content-low-agmari .right-content-low-agmari {
    width: 60%;
}

.content-low-agmari .right-content-low-agmari .text-right-content-low-agmari {
    margin: 20% 12%;
    font-size: 100%;
    font-weight: 600;
    color: #d9d7e5;
    width: fit-content;
}

.content-low-agmari .right-content-low-agmari .text-right-content-low-agmari:hover {
    color: #FFF;
    transition: 0.3s;
}

@media only screen and (max-width: 768px) {
    .title-upper {
        font-size: 16px;
        animation: none;
    } 
    
    .upper-low-agmari {
        display: grid;
    }

    .under-low-agmari div {
        width: 60%;
    }

    .upper-low-agmari div {
        width: 60%;
    }

    .under-low-agmari {
        display: grid;
    }

    .inside-low-agmari {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .inside-upper-agmari {
        display: flex;
        justify-content: space-around;
    }

    .content-low-agmari .left-content-low-agmari img {
        width: 100%;
        /* filter: brightness(0.8); */
    }

    .content-upper {
        display: grid;
    }

    .content-low-agmari .left-content-low-agmari {
        width: 50%;
    }

    .content-low-agmari .right-content-low-agmari {
        width: 50%;
    }

    .content-low-agmari .right-content-low-agmari .text-right-content-low-agmari {
        margin-top: 20px;
        margin-left: 20px;
        font-size: 12px;
        font-weight: 600;
        color: #d9d7e5;
    }

    .content-low-agmari {
        animation: none;
    }
}

.dpd-asosiasi {
    width: 100%;
    height: fit-content;
    animation: disappear 1s;
}

.inside-container-dpd {
    width: 60%;
    height: fit-content;
    margin: 3% 20%; 
}

.inside-of-inside-cont-dpd {
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: space-between;
}

.dpd-content {
    width: 33%;
    height: fit-content;
}

.dpd-content ul li a {
    line-height: 40px;
    font-size: 16px;
    font-weight: 600;
    color: #2b2b2b;
    width: fit-content;
    text-decoration: none;
}

.dpd-content ul li a:hover {
    color: #000;
    transition: 0.3s;
}

@media only screen and (max-width: 768px) {
    .title-alt-asosiasi {
        animation: none;
        font-size: 12px;
    }

    .inside-container-dpd {
        width: 80%;
        height: fit-content;
        margin: 0px 5%;
        margin-bottom: 30px;
        margin-top: 40px;
    }

    .dpd-content ul li a {
        line-height: 10px;
        font-size: 12px;
        font-weight: 600;
        color: #2b2b2b;
        width: fit-content;
        text-decoration: none;
    }

    .dpd-content {
        width: 20%;
        height: fit-content;
    }
}

/* Pengurus */

.title-alt-asosiasi {
    margin-top: 50px;
    font-size: 21px;
}

.pd-ti {
    padding-top: 50px;
    padding-bottom: 30px;
}

.pengurus-pusat-container {
    width: 100%;
    height: fit-content;
    margin-top: 30px;
    padding-bottom: 20px;
}

.color-pd-container {
    background-color: #2b2b2b;
}

.sub-cont-pp {
    width: 80%;
    margin: 20px 10%;
    display: flex;
    justify-content: center;
}

.content-pp {
    width: 24%;
    height: fit-content;
    background-image: url('/assets/images/free/testi-bg.png');
    background-position: right, left, right;
    background-size: cover;
    background-repeat: no-repeat;
    margin: auto;
    border-radius: 5px;
}

.content-pp:hover {
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.096);
    transition: 0.4s;
}

.pengurus-profile {
    margin-top: 30px;
    width: 90px;
    border-radius: 100px;
    border: solid 2px #d9d7e5;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.116);
}

.pengurus-profile:hover {
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.342);
    transition: 0.3s;
}

.nama-pengurus {
    font-size: 16px;
    font-weight: 700;
    color: #C32728;
    margin-bottom: 0px;
}

.jabatan-pengurus {
    margin-top: 5px;
    margin-bottom: 15px;
    font-size: 12px;
    font-weight: 600;
    color: #555;
}

.hr-pengurus {
    width: 20px;
    border: solid 1px #cecece;
    border-radius: 100px;
}

.social-pengurus {
    display: flex;
    justify-content: center;
}

.isi-social-pengurus i {
    font-size: 12px;
    color: #5078b9;
    padding: 5px;
    border-radius: 100px;
    border: solid 1px #5078b9;
    margin: 10px 5px 30px 5px;
}

.isi-social-pengurus i:hover {
    color: #FFF;
    background-color: #5078b9;
    transition: 0.3s;
}

@media only screen and (max-width: 768px) {
    .sub-cont-pp {
        display: grid;
        margin: auto;
    }

    .content-pp {
        width: 300px;
        margin-bottom: 20px;
        /* padding: 0px 20%; */
    }
}

@keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-250px * 7));
    }
  }
  
  .slider {
    background:#f8f8f8;
    height: 400px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  
  .slider::before,
  .slider::after {
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
    height: fit-content;
    position: absolute;
    width: 200px;
    z-index: 2;
  }
  
  .slider::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
  }
  
  .slider::before {
    left: 0;
    top: 0;
  }
  
  .slider .slide-track {
    animation: scroll calc(7s * 4) linear infinite;
    display: flex;
    width: fit-content;
  }
  
  .slider .slide {
    height: fit-content;
    width: fit-content;
    margin: 20px 20px;
  }

  
  @media(max-width: 780px) {
    .fc-widget-content .fc-scroller .fc-day-grid-container {
        overflow: hidden;
        height: auto;
    }
}

#calendar {
    border: solid 10px #2E3840;
    border-radius: 10px;
    /* width: 784px;
    height: auto; */
}

/* .fc-scroller{
    max-height: 385px;
} */
/* .fc-view fc-month-view fc-basic-view{
    max-height: 20px
} */

/* .fc-basic-view .fc-body .fc-row{
    max-height: 20px
} */

.fc-toolbar.fc-header-toolbar {
    color: #fff;
    background-color: #2E3840;
    padding: 15px 10px;
    margin-bottom: 0px;
}

.fc-prev-button {
    color: #fff;
    background: transparent;
    border: none;
    box-shadow: none;
}

.fc-next-button {
    color: #fff;
    background: transparent;
    border: none;
    box-shadow: none;
}

.fc-agendaWeek-button {
    color: #fff;
    background: transparent;
    border: none;
    box-shadow: none;
}

.fc-agendaDay-button {
    color: #fff;
    background: transparent;
    border: none;
    box-shadow: none;
}

.fc-today-button {
    color: #fff;
    background: transparent;
    border: none;
    box-shadow: none;
}

.fc-state-disabled {
    opacity: 1;
}

.fc-month-button {
    color: #fff;
    background: transparent;
    border: none;
    box-shadow: none;
}

.fc-day {
    height: 30px;
}

.fc-day-header {
    background-color: #F94A29;
    color: #fff;
    padding: 10px 10px;
    margin-top: 0px;
}

.fc th {
    padding: 10px 10px;
}

.fc-event-container {
    width: 10px;
    height: 10px;
    font-size: 16px;
    /* overflow-y: scroll; */
}

.fc-event {
    height: 20px;
}

.batas-event {
    padding-top: 50px;
}

.button-pdf {
    border-radius: 4px;
    border: solid 0px;
    background-color: #2b5ba4;
    padding: 10px 15px;
    font-size: 12px;
    font-weight: 500;
    color: #FFF;
    max-width: fit-content;
    height: 60%;
}

.button-pdf:hover {
    background-color: #2b5ba4;
    color: #FFF;
    transition: 0.3s;
    transform: scale(1.03);
}

.button-member {
    border-radius: 4px;
    border: solid 0px;
    background-color: #2b5ba4;
    padding: 10px 15px;
    font-size: 12px;
    font-weight: 600;
    color: #FFF;
    max-width: fit-content;
    height: 60%;
    font-family: 'Montserrat', sans-serif;

}

.button-member:hover {
    background-color: #2b5ba4;
    color: #FFF;
    transition: 0.3s;
    transform: scale(1.03);
    text-decoration: none;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);   

}

/* wa */
.whats-app {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 3px 4px 3px #999;
    right: 15px;
    z-index: 100;
}

.my-float {
    margin-top: 10px;
}

/* Slider */

.title-testi {
    margin-bottom: 20px;
    margin-left: 8.7%;
}

#testimonial_area {
    margin-bottom: 30px;
	padding: 1% 0;
}
.box-area {
	padding: 30px 40px;
    border-radius: 5px;
	position: relative;
	display: block;
	background: #fff;
	color: #000;
	box-shadow: rgba(0, 0, 0, 0.103) 0px 5px 15px;
	margin: 20px 10px;
}

.box-area:hover {
    box-shadow: rgba(0, 0, 0, 0.151) 0px 10px 20px;
    transition: 0.3s;
}

.box-area h5 {
    font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #C32728;
	margin-top: 30px;
	margin-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.box-area span {
    font-family: 'Montserrat', sans-serif;
	color: #181818;
	display: block;
	font-size: 12px;
	margin: 0 0 10px;
	font-weight: 600;
}
.box-area .content {
    margin-top: 30px;
	color: #181818;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 500;
}
.box-area .img-area {
	width: 90px;
	height: 90px;
	position: absolute;
	top: -40px;
	left: 0;
	bottom: 0;
	margin: 0 auto;
	right: 0;
	z-index: 1;
	border: 5px solid #fff;
	border-radius: 50%;
	box-shadow: 0 5px 4px rgba(0, 0, 0, 0.5);
}
.box-area .img-area img {
	width: 100%;
	height: auto;
	border-radius: 50%;
}
.socials {
	margin-top: 30px;
}
.socials i {
	margin: 0 10px;
	color: #0a69ed;
	font-size: 18px;
}
#testimonial_area .owl-nav {
	position: absolute;
	top: 50%;
	width: 100%;
}
#testimonial_area .owl-prev, #testimonial_area .owl-next {
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #C32728;
	border-radius: 50%;
	text-align: center;
	background: #fff;
	position: absolute;
}
#testimonial_area .owl-prev {
	left: -60px;
	top: -30px;
}
#testimonial_area .owl-next {
	right: -60px;
	top: -30px;
}
@media only screen and (max-width: 991px) {
	.owl-nav {
		display: none;
	}
}
@media only screen and (max-width: 767px) {
	.box-area {
		text-align: center;
	}
	.owl-nav {
		display: none;
	}
}
