/* mediascreen */

/* @media screen and (min-width: 768px) {
    .modal.show .modal-dialog {
        width: 1200px;
        max-width: 1200px;
    }
} */
@import url('https://fonts.googleapis.com/css2?family=Rasa:wght@600&amp;display=swap');
html,body {
    color: #4F4F4F;
    overflow-x: hidden;
}

.alice {
    font-family: 'Alice', serif;

    font-style: normal;
    font-weight: normal;
}

.rasa {
    font-family: 'Rasa', serif;
    font-style: normal;
    font-weight: normal;
}

.obj-cover-img {
    width: 100%;
    object-fit: cover;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Alice', serif;
    font-style: normal;
    font-weight: normal;
    color: #333333;
}

h1 {
    font-size: 30px;
    line-height: 34px;
    text-transform: capitalize;
}

h2 {
    font-size: 25px;
    line-height: 29px;
    text-transform: capitalize;
}

h4 {
    font-family: 'Rasa', serif;
    font-size: 20px;
    line-height: 24px;
    text-transform: capitalize;
}

a {
    text-decoration: none;
    color: #333333;
}

a:hover {
    text-decoration: none;
    color: white;
}

p,
a,
button,
span {
    font-family: 'Rasa', serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 35px;
    text-transform: capitalize;
    border:0px solid transparent !important;
}

button.bg-gradient:hover,
a.bg-gradient:hover {
    background: linear-gradient(94.61deg, #00102C 0%, #002C4A 49.48%, #00102C 100%);
}

.bg-gradient {
    background-image: linear-gradient(270deg, #FCB040 17.23%, #8E603C 82.62%);
}

.color-gradient {
    background: -webkit-linear-gradient(270deg, #FCB040 17.23%, #8E603C 82.62%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.w-65 {
    width: 65%;
}

.w-50 {
    width: 50%;
}
.p20{
    padding:20px;
}

.p-5rem {
    padding-left: 5rem;
    padding-right: 5rem;
}

.mb-5rem {
    margin-bottom: 5rem !important;
}

.section-pdf {
    box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.1);
}

.section-gallery {
    box-shadow: -10px -10px 40px #FFFFFF, 10px 0px 10px 0px rgba(0, 0, 0, 0.1);
    background-color: #F2F2F2;
    padding-bottom: 3rem !important;
}
.section-gallery .col-md-4 .bg-gradient{
    bottom: 0;
    position: absolute;
}

.owl-carousel-gallery .owl-nav button.owl-prev {
    float: left;
    position: absolute;
    top: 45%;
    left: 26%;
}

.owl-carousel-gallery .owl-nav button.owl-next {
    float: right;
    position: absolute;
    top: 45%;
    right: 1%;
}

.owl-carousel-progress .owl-nav button.owl-prev {
    float: left;
    position: absolute;
    top: 45%;
    left: 34%;
}

.owl-carousel-progress .owl-nav button.owl-next {
    float: right;
    position: absolute;
    top: 45%;
    right: 1%;
}

.owl-carousel .owl-item {
    filter: drop-shadow(10px 10px 40px rgba(0, 0, 0, 0.1));
}

.section-objek .row {
    box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.1);
    background: #F2F2F2;
}

.owl-next:focus,
.owl-prev:focus {
    outline: none;
}

.section-lobby .title {
    background: #F2F2F2;
    box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.1);
    border-radius: 0px;
}

.section-opsi .col-md-6 .box {
    background: #F2F2F2;
    /* shadow 2 */

    box-shadow: -10px -10px 40px #FFFFFF, 10px 10px 40px rgba(0, 0, 0, 0.1);
}

.round {
    border-radius: 100%;
    background: linear-gradient(270deg, #FCB040 17.23%, #8E603C 82.62%);
    color: white;
}

.section-faq .col-md-6 .box {
    background: #F2F2F2;
    box-shadow: -10px -10px 40px #FFFFFF, 10px 10px 40px rgba(0, 0, 0, 0.1);
}

.section-faq .col-md-6:hover .box {
    background: linear-gradient(270deg, #FCB040 17.23%, #8E603C 82.62%);
}

.section-faq .col-md-6:hover .round {
    background: white;
    color: #FCB040;
}

.section-faq .box {
    height: 100%;
}

.section-progress .image {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}

.section-progress .overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 25%;
    opacity: 0;
    transition: .5s ease;
    background: linear-gradient(94.61deg, #00102C 0%, #002C4A 49.48%, #00102C 100%);
}
.section-progress .image {
    display: block;
    width: 100%;
    height: auto;
  }

.section-progress .image:hover .overlay {
    opacity: 1;
}

.section-progress .text {
    line-height: 10px;
    align-items: center;
    display: flex;
    justify-content: center;
    height: 100%;
}

.section-progress .text p {
    color: white;
    line-height: 20PX;
    margin: 0;
}
.section-progress img{
    width: 100%;
    min-height: 250px;
    object-fit: cover;
}
.owl-carousel-lobby .owl-nav button.owl-prev {
    float: left;
    position: absolute;
    top: 45%;
    left: 1%;
}

.owl-carousel-lobby .owl-nav button.owl-next {
    float: right;
    position: absolute;
    top: 45%;
    right: 1%;
}
.section-lobby .title{
    margin-top: -7rem !important;
}

@media only screen and (max-width: 600px) {
    header .container-fluid{
        max-height: 200px !important;
        height: 200px;
    }
    .banner img{
        max-height: 200px !important;
    }
    .section-pdf{
        width: 90% !important;
    }
    .section-pdf .title{
        padding: 2rem !important;
    }
    .section-pdf .p-5rem{
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
    h2 {
        font-size: 18px !important;
    }
    .section-about {
        width: 90% !important;
    }
    .section-gallery .col-md-6{
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .section-objek  .owl-item .row{
        display: flex !important;
    }
    .section-objek  .owl-item .row .col-md-5{
        order :2 !important;
        padding-top: 20px !important;
    }
    .section-objek  .owl-item .row .col-md-7{
        order :1 !important;
    }
    .section-lobby .w-65{
        width: 90% !important;
    }
    .section-lobby .w-65 h4{
        font-size: 16px !important;
    }
    .section-opsi .col-md-6 {
        padding: 0px 0px 10% 0px !important;
    }
    .section-faq .col-md-6{
        padding: 0px 0px 3rem 0px !important
    }
    .section-progress{
        width: 90% !important
    }
    .section-progress img{
        width: 100% !important;
    }
    .section-progress .image{
        margin-bottom: 20px
    }
    .owl-carousel-gallery .owl-nav button.owl-prev {
        float: left;
        position: absolute;
        top: 65%;
        left: 1%;
    }
    
    .owl-carousel-gallery .owl-nav button.owl-next {
        float: right;
        position: absolute;
        top: 65%;
        right: 1%;
    }

    .owl-carousel-progress .owl-nav button.owl-prev {
        float: left;
        position: absolute;
        top: 65%;
        left: 1%;
    }
    
    .owl-carousel-progress .owl-nav button.owl-next {
        float: right;
        position: absolute;
        top: 65%;
        right: 1%;
    }
    .close {
        display: block !important;
        position: absolute !important;
        right: 7px !important;
        font-size: 30px;
        z-index: 1000 !important;
    }
    .modal{
        position: relative !important;
        top: -70px !important;
    }
    .owl-carousel-lobby .owl-nav button.owl-prev {
        float: left;
        position: absolute;
        top: 45%;
        left: 1%;
        z-index: 1000 !important;
    }
    
    .owl-carousel-lobby .owl-nav button.owl-next {
        float: right;
        position: absolute;
        top: 45%;
        right: 1%;
        z-index: 1000 !important;
    }

    .section-lobby .title{
        margin-top: 2rem !important;
    }
    
}