@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Oswald:wght@500&display=swap");
.section-slide-h-screen {
    height: calc(100vh - 115px);
    overflow: hidden;    
    position: relative;
}
@media screen and (min-width: 1600px) {
    .section-slide-h-screen {
        min-height: 820px;
    }
    
}
.section-slide-h-screen::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}
.card {
    position: absolute;
    left: 0;
    top: 0;
    background-position: center;
    background-size: cover;
    box-shadow: 9px 20px 8px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}
.card:not(:first-child):before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}
#btn {
    position: absolute;
    top: 690px;
    left: 16px;
    z-index: 99;
}
.card-content {
    position: absolute;
    left: 0;
    top: 0;
    color: white;
    padding: 24px;
    max-width: 240px;
    overflow: hidden;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.content-place {
    margin-top: 6px;
    font-size: 13px;
    font-weight: 500;
}
.content-place {
    font-weight: 500;
}
.content-title-1,
.content-title-2 {
    font-family: var(--font-main);
    font-weight: 600;
    font-size: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;    
    overflow: hidden;
    text-overflow: ellipsis;
}
.content-start {}
.details {
    z-index: 22;
    position: absolute;
    bottom: 60px;
    left: 60px;
    max-width: 560px;
}
.details .place-box {
    overflow: hidden;
}
.details .place-box .logo {
    width: 180px;
    height: 180px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    border-radius: 20px;
    overflow: hidden;
}
.details .title-1,
.details .title-2 {
    font-weight: bold;
    font-size: 32px;
    font-family: var(--font-main);
    color: white;
}
.details .title-box-1,
.details .title-box-2 {
    margin-top: 24px;
    overflow: hidden;
}
.details>.desc {
    margin-top: 16px;
    width: 500px;
    color: white;
}
.details>.cta {
    width: 500px;
    margin-top: 24px;
    display: flex;
    align-items: center;
}
.details>.cta>.bookmark {
    border: none;
    background-color: #ecad29;
    width: 36px;
    height: 36px;
    border-radius: 99px;
    color: white;
    display: grid;
    place-items: center;
}
.details>.cta>.bookmark svg {
    width: 20px;
    height: 20px;
}
.details>.cta>.discover {
    border: 1px solid #fff;
    background-color: white;
    height: 44px;
    border-radius: 99px;
    color: var(--color-main);
    padding: 4px 24px;
    display: flex;
    gap: 4px;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 500;
    font-family: var(--font-main);
}
.indicator {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 5px;
    z-index: 60;
    background-color: var(--color-hover);
}
.pagination {
    position: absolute;
    left: 0px;
    top: 0px;
    display: inline-flex;
}
.pagination>.arrow {
    z-index: 60;
    width: 50px;
    height: 50px;
    border-radius: 999px;
    border: 1px solid #ffffff;
    display: grid;
    place-items: center;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}
.pagination>.arrow:nth-child(2) {
    margin-left: 20px;
}
.pagination>.arrow svg {
    width: 24px;
    height: 24px;
    stroke-width: 2;
    color: #ffffff;
    transition: all 0.2s ease-in-out;
}
.pagination>.arrow:hover {
    background-color: white;
}
.pagination>.arrow:hover svg {
    color: var(--color-main);
}
.pagination .progress-sub-container {
    margin-left: 24px;
    z-index: 60;
    width: 500px;
    height: 50px;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.pagination .progress-sub-container .progress-sub-background {
    width: 500px;
    height: 3px;
    background-color: #fff 33;
}
.pagination .progress-sub-container .progress-sub-background .progress-sub-foreground {
    height: 3px;
    background-color: rgba(255, 255, 255, 0.8);
}
.pagination .slide-numbers {
    width: 50px;
    height: 50px;
    overflow: hidden;
    z-index: 60;
    position: relative;
}
.pagination .slide-numbers .item {
    width: 50px;
    height: 50px;
    position: absolute;
    color: white;
    top: 0;
    left: 0;
    display: grid;
    place-items: center;
    font-size: 50px;
    line-height: 0;
}
.cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    z-index: 100;
}
@media screen and (max-width: 1500px) {
    .details {
        bottom: 60px;
    }
    .details>.desc,
    .details {
        width: 400px;
    }    
}
@media (min-width: 1200px) and (max-width: 1500px) {
    .elementor-widget-miko-3d-slider .section-slide-h-screen .details .title-1{
        font-size: 88px!important;
    }
}
@media screen and (max-width: 1024px) {
    .details>.desc, .details{
        width: calc(100% - 120px);
        bottom: unset;
        top: 50px;
        max-width: 100%;
    }
    .card-content {
        max-width: 200px;
    }
    .content-title-1,
    .content-title-2 {
        font-size: 16px;
    }
}
@media screen and (max-width: 768px) {
    .section-slide-h-screen{
        height: 800px;
    }
    .details {
        top: 50px;
        width: calc(100% - 120px);
    }
    .details>.desc {
        width: 100%;
        font-size: 14px;
    }
    .details .place-box .logo {
        width: 100px;
        height: 100px;
    }
    .details .title-1,
    .details .title-2 {
        font-size: 24px;
    }
}
@media screen and (max-width: 600px) {
    .details {
        top: 1rem;
        left: 1rem;
        width: calc(100% - 2rem);
    }
    .pagination .progress-sub-container {
        width: 150px;
        opacity: 0;
    }
    .details .place-box .logo {
        padding: 1rem;
    }
    .section-slide-h-screen{
        min-height: 768px;
    }
}