.overlap-text {
    position: relative;
}

.overlap-text > span:first-child {
    font-size: 290px;
    color: white;
    opacity: 0.40;
}

.overlap-text > span:nth-child(2) {
    position: absolute;
    font-size: 45px;
    color: white;
    left: 33%;
    bottom: 31%;
    z-index: 1;
}

.ajax-calendar-list{
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.calendar-detail{
    /* width: 230px; */
    width: -webkit-fill-available;
}

.calendar-lists {
    height: 100%;
    background-color: #fffbf2;
    padding: 10px;
}

.calendar-lists > div:not(:last-child) {
    border-bottom: 1px solid black;
}

.calendar-list {
    display: flex;
    gap: 30px;
    align-items: center;
    margin-bottom: 10px;
    padding-bottom: 10px;
    width: 100%;
}

.calendar-list .calendar-date {
    text-align: center;
    border-right: 1px solid black;
    width: 120px;
}

.calendar-list .calendar-date .month {
    font-size: 20px;
    font-weight: 500;
}

.calendar-list .calendar-date .date {
    font-size: 35px;
    font-weight: 600;
}

.calendar-list .calendar-border {
    border-left: 1px solid black;
}

.calendar-list .calendar-detail .calendar-title {
    font-size: 21px;
    font-weight: 600;
}

.calendar-list .calendar-detail .time {
    margin-top: 5px;
    font-size: 18px;
}

.slider-area .title {
    position: absolute;
    font-size: 35px;
    font-weight: 500;
    color: #fff;
    /* bottom: 70px; */
    bottom: 15%;
    width: 100%;
    text-align: center;
}

.close-button {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    cursor: pointer;
    border: 0;
    background-color: transparent;
}

.close-button:hover {
    background-color: #aaa;
  }

.close-button:active {
    background-color: #888;
  }

  .apply-now-btn {
    font-family: "ProximaNova-Regular" !important;
    border:0px;
    padding : 10px 35px;
    color: white;
    background-color: #ce9a2b;
  }

@media only screen and (min-width: 320px) and (max-width: 480px) {
    /* smartphones, iPhone, portrait 480x320 phones */
    
    .logo-header {
        /* height: unset !important; */
        height: 60px;
    }

    .slider-area .title {
        font-size: 18px;
        bottom: 45px;
    }

    .dante-embed-tooltips {
        display: none;
    }

    .alumni-modal {
        text-align:center;
    }

    .tentang-aswara-height{
        height: 400px;
    }

    .edit-single-gallery div{
        bottom: 25px !important;
        opacity: 1 !important;
    }

    .collab-slider-container .custom-slick-prev {
        position: absolute;
        left: 25px;
        top: 45%;
        font-size: 40px;
        z-index: 1;
        color: white;
    }

    .collab-slider-container .custom-slick-next {
        position: absolute;
        right: 25px;
        top: 45%;
        font-size: 40px;
        color: white;
    }

}

@media only screen and (min-width: 481px) and (max-width: 641px) {
    /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
    
    .logo-header {
        /* height: unset !important; */
        height: 60px;
    }

    .slider-area .title {
        font-size: 18px;
        bottom: 45px;
    }

    .logo-header {
        /*height: unset !important;*/
        height: 60px;
    }

    .dante-embed-tooltips {
        display: none;
    }

    .alumni-modal {
        text-align:center;
    }

    .tentang-aswara-height{
        height: 400px;
    }

    .edit-single-gallery div{
        bottom: 25px !important;
        opacity: 1 !important;
    }

    .collab-slider-container .custom-slick-prev {
        position: absolute;
        left: 25px;
        top: 45%;
        font-size: 40px;
        z-index: 1;
        color: white;
    }

    .collab-slider-container .custom-slick-next {
        position: absolute;
        right: 25px;
        top: 45%;
        font-size: 40px;
        color: white;
    }

}

@media only screen and (min-width: 641px) and (max-width: 961px) {
    /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */

    .slider-area .title {
        font-size: 25px;
        bottom: 45px;
    }

    .logo-header {
        /*height: unset !important;*/
        height: 60px;
    }

    .dante-embed-tooltips {
        display: none;
    }

    .alumni-modal {
        text-align:center;
    }

    .tentang-aswara-height{
        height: 400px;
    }

    .edit-single-gallery div{
        bottom: 25px !important;
        opacity: 1 !important;
    }

    .collab-slider-container .custom-slick-prev {
        position: absolute;
        left: 25px;
        top: 45%;
        font-size: 40px;
        z-index: 1;
        color: white;
    }

    .collab-slider-container .custom-slick-next {
        position: absolute;
        right: 25px;
        top: 45%;
        font-size: 40px;
        color: white;
    }

}

@media only screen and (min-width: 961px) and (max-width: 1025px) {
    /* tablet, landscape iPad, lo-res laptops ands desktops */

    .logo-header {
        height : 100px;
    }

    .tentang-aswara-height{
        height: 400px;
    }

    .alumni-modal {
        text-align:center;
    }

    .edit-single-gallery div{
        bottom: 25px !important;
        opacity: 1 !important;
    }

    .collab-slider-container .custom-slick-prev {
        position: absolute;
        left: 25px;
        top: 45%;
        font-size: 40px;
        z-index: 1;
        color: white;
    }

    .collab-slider-container .custom-slick-next {
        position: absolute;
        right: 25px;
        top: 45%;
        font-size: 40px;
        color: white;
    }

}

@media only screen and (min-width: 1025px)and (max-width: 1281px) {
    /* big landscape tablets, laptops, and desktops */
    .logo-header {
        height : 100px;
    }
}

@media only screen and (min-width: 1281px) {
    /* hi-res laptops and desktops */
    .logo-header {
        height : 100px;
    }
}
