body {
    font-family: 'Poppins', 'sans-serif';
    scroll-behavior: smooth;
    text-decoration: none;
}

.navbar-color  {
    background-color: rgba(43, 37, 37, 0.8);
    transition: all .3s ease-in-out;
}

.bg-transparent {
    transition: all .3s ease-in-out;
}

.navbar .sosmed a {
    text-decoration: none;
    color: white;
}

.navbar .nav-item .nav-link {
    color: #fff;
}

.navbar .nav-item .nav-link:hover,
.navbar .nav-item .nav-link.active {
    color: #f1c40f;
    transition: 0.3s ease-in-out;
}

#header {
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(0deg,rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5)), url(./Assets/img/Gunung-Bromo-Jawa-Timur.jpg); 
    background-size: cover; 
    background-position: center;
    justify-content: center;
    align-items: center;
    display: flex;
    font-weight: 600;

}

.header p {
    color: #fcfcfc;
    width: 50%;
    font-weight: normal;
}

.header h1 {
    color: #f1c40f;
    text-shadow: 0px 3px 6px rgba(0,0,0,0.47);
    font-weight: 500;
}

.sosmed {
    display: inline-flex;
}

.sosmed .icon {
    margin: 0 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    z-index: 2;
    transition: 0.4s cubic-bezier(0.68, -0.55, 0.265. 1.55);
}

.sosmed .icon span {
    display: block;
    height: 60px;
    width: 60px;
    background: rgba(255, 255, 255, .3);
    border-radius: 50%;
    position: relative;
    z-index: 2;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
    transition: 0.4s cubic-bezier(0.68, -0.55, 0.265. 1.55);
}

.sosmed .icon span i {
    line-height: 60px;
    font-size: 30px;
} 

.sosmed .icon .tooltip {
    position: absolute;
    top: 0;
    z-index: 1;
    background: #ffff;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    padding: 10px 18px;
    border-radius: 25px;
    opacity: 0;
    pointer-events: none;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
    transition: 0.4s cubic-bezier(0.68, -0.55, 0.265. 1.55);
}

.sosmed .icon:hover .tooltip {
    top: -70px;
    opacity: 1;
    pointer-events: auto;
}

.icon .tooltip::before {
    position: absolute;
    content: ' ';
    height: 15px;
    width: 15px;
    background: #fff;
    left: 50%;
    bottom: -6px;transform: translateX(-50%) rotate(45deg);
    transition: 0.4s cubic-bezier(0.68, -0.55, 0.265. 1.55);
}
.btn {
    background-color: #f1c40f;
    border: none;
    box-shadow: 0px 3px 17px -1px rgba(0,0,0,0.7);
    -webkit-box-shadow: 0px 3px 17px -1px rgba(0,0,0,0.7);
    -moz-box-shadow: 0px 3px 17px -1px rgba(0,0,0,0.7);
}
#destination {
    width: 100%;
    height: auto;
}

.carousel-item {
    height: 100vh;
    position: relative;
    z-index: 1;
}

.carousel-item::before{
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1;
}

.destination .content {
    display: flex; 
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    height: 100vh;
}

.destination .card {
    height: 400px; 
    width: 380px;
    background: transparent;
}

.destination .card img {
    height: 350px;
    width: 400px;
    border-radius: 10px;
    box-shadow: 0px 3px 18px 1px rgba(0,0,0,0.78);
    -webkit-box-shadow: 0px 3px 18px 1px rgba(0,0,0,0.78);
    -moz-box-shadow: 0px 3px 18px 1px rgba(0,0,0,0.78);
}

.destination .isi {
    color: #f1c40f; 
    width: 500px; 
    margin-left: 7%;
}

.destination .isi h2 {
    text-shadow: 4px 4px 6px rgba(0,0,0,0.47);
    font-weight: 600;
}
.destination .isi p {
    color: wheat;
    padding-top: 10px;
    font-size: 15px;
    text-align: justify;
}

.destination .carousel-item.active .card img {
    animation: fadeInLeft 0.5s ease-in;
}

.destination .carousel-item.active h2 {
    animation: fadeInLeft 0.5s ease-in;
}

.destination .carousel-item.active p {
    animation: fadeInRight 0.5s ease-in;
}


#layanan {
    width: 100%;
    background-color: #ccc9c9;
}

.layanan .caption h5 {
    color: #009e0d;
    font-size: 18px;
    margin-bottom: 50px;
}

#galery {
    height: auto;
    width: 100%;
}

.galery h3 {
    color: #f1c40f;
    text-shadow: 0px 4px 4px rgba(0,0,0,0.5);
}

.galery p {
    color: white;
    font-size: 13px;
    text-shadow: 0px 4px 4px rgba(0,0,0,0.5);
}

.galery .card {
    background: transparent;
    transition: 0.5s ease-in-out;
    border-radius: 10px;
    box-shadow: 0px 10px 20px ;
    height: 260px;
    margin-bottom: 30px;
}

.galery .card:hover {
    transform: translateY(20px);
}

.galery .card::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(20, 209, 187, 0.5), rgba(196, 236, 126, 0.815));
    z-index: 2;
    transition: all 0.5s;
    opacity: 0;
}

 .galery .card:hover::before {
    opacity: 1;
}

 .galery .card img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    border-radius: 5px;
    filter: brightness(0.8);
    border-radius: 10px;
    box-shadow: 0px 10px 10px ;
}  

.galery .card:hover .info {
    position: relative;
    z-index: 3;
    color: #fcfcfc;
    opacity: 1;
    transform: translateY(35px);
    transition: all 0.5s;
    left: 0;
    right: 0;
    top: 10%;
    font-size: 12px;
}

.galery .card:hover .info .btn {
    font-size: 12px;
}

#contack {
    height: auto;
    width: 100%;
    background-color: #ecebebe1;
}

.contack .container {
    justify-content: center;
    text-align: center;
}

.contack .sponsor img {
    width:200px; 
    height: 130px; 
    margin-right: 30px; 
    margin-left: 30px;
}

.contack .body p {
    width: 50%;
    margin-bottom: 40px;
}

.contack .body img {
    width: 40px; 
    height: 40px; 
    margin-right: 15px;
    margin-left: 20px;
}

#footer {
    width: 100%;
    height: 60px;
    background-color: #1f1a1ac0;
    color: white;
}

.footer .container {
    justify-content: center;
    text-align: center;
}

#blog {
    background-color: #ecebebe1;
}

.navbar-blog {
    background-color: rgba(43, 37, 37, 0.8);
}

.content-blog {
    width: 700px;
}

.content-blog img {
    width: 100%;
}

.content-blog p {
    text-align: justify;
    font-size: 20px;
    line-height: 40px;
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translatex(-30px);
    }
    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}

@keyframes fadeInRight {
     0% {
        opacity: 0;
        transform: translatex(30px);
    }
    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}

@media (min-width: 280px) and (max-width: 765px) {

    .header p {
        width: auto
    }

    .carousel-item {
        flex-wrap: wrap;
    }

    #destination {
        height: auto;
    }

    .destination .content {
        justify-content: center;
        text-align: center;
    }
    
    .destination .card {
        justify-content: center;
        align-items: center;
        margin-top: 40px;
        width: 100%;
        height: auto;
    }
    
    .destination .card img{
        width: 70%;
        height: 200px
    }
    
    .destination .isi {
        width: 80%;
        margin-bottom: 40px;
        margin-right: 7%;
    }

    .destination .isi p {
        font-size: 13px;
        text-align: justify;
    }

    .destination .isi .btn {
        font-size: 13px;
    }

    .contack .sponsor img {
        width: 200px; 
        height: 110px; 
    }

    .contack .body p {
        width: 80%;
        margin-bottom: 20px;
    }

    .content-blog {
        flex-wrap: wrap;
        width: 100%;
    }

    .galery .card:hover .info  {
        top: 10%;
        font-size: 12px; 
    }
    
}

@media (min-width: 768px) and (max-width: 1030px) {

    .header {
        font-size: 15px;
        width: 50%;
    }
    
    .header p {
        width: auto;
    }
    .carousel-item {
        flex-wrap: wrap;
    }

    #destination {
        height: auto;
    }

    .destination .content {
        justify-content: center;
        text-align: center;
    }
    
    .destination .card {
        justify-content: center;
        align-items: center;
        margin-top: 40px;
        width: 100%;
        height: auto;
        margin-bottom: 3%;
    }
    
    .destination .card img{
        width: 70%;
        height: 350px;
    }
    
    .destination .isi {
        width: 70%;
        margin-right: 7%;
        margin-bottom: 10%;
    }

    .destination .isi p {
        font-size: 20px;
        text-align: justify;
    }

    .destination .isi h2  {
        font-size: 30px;
    }

    .destination .isi .btn {
        font-size: 20px;
    }

    .contack .sponsor img {
        width: 90px; 
        height: 100px; 
    }

    .content-blog {
        flex-wrap: wrap;
        width: 100%;
    }

    .galery h3 {
        font-size: 25px;
        color: #f1c40f;
        text-shadow: 0px 4px 4px rgba(0,0,0,0.5);
    }
    
    .galery p {
        color: white;
        font-size: 13px;
        text-shadow: 0px 4px 4px rgba(0,0,0,0.5);
    }

    .galery .card {
        height: 400px;
    }

    .galery .card:hover .info{
        top: 20%;
        font-size: 25px;
        font-weight: 500;
    }

    .galery .card:hover .info .btn {
        font-size: 13px;
    }
} 
