.maxContainer-t{
    max-width: 1200px;
    display: block;
    background-color: var(--max-Con-w-Bg);
    border-radius: 0px;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
}
.gambar-utama{
    position: relative;
    width: 100%;
    height: 450px;
    background-color: red;
}
.gambar-utama img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.gambar-utama .logo{
    position: absolute;
    top: 2%;
    left: 2%;
    width: 15%;
}
.text-utama{
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    padding: 50px 10% 5% 10%;
    background: linear-gradient(
        to top,
        rgba(0,0,0,0.8),
        rgba(0,0,0,0.6),
        rgba(0,0,0,0)
    );
}
.logodesc{
    width: 7%;
    position: absolute;
    margin-top: 0;
    margin-left: 1%;
}
.text-utama h1{
    color: yellow;
}
.con20{
    width: 100%;
    display: block;
    height: 200px;
    position: relative;   
}
.con20::after{
    content: "";
    display: block;
    clear: both;
}
.leftsidecon{
    width: 65%;
    left: 0;
    padding: 15px;
    float: left;
}
.leftsidecon p{
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.rightsidecon{
    width: 35%;
    float: left;
    padding: 15px;
    right: 0;
    display: block;
    align-items: center;
    justify-content: center;
}
.judultext{
    width: 100%;
    height: auto;
    text-align: center;
}
.judultext p{
    width: 100%;
    height: auto;
    font-size: 25pt;
    margin-top: 15px;
    margin-bottom: -15px;
    text-align: center;
}
.hargatiket{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.hargatiket button{
    width: 100%;
    height: 100px;
    border-radius: 10px;
    font-size: 35pt;
    font-family: 'jelle';
    border: none;
    background-color: yellow;
    color: #000000;
    font-weight: bolder;
}
.hargatiket button:hover{
   background-color: rgb(255, 208, 0);
   transition: all 0.3s ease;
}
.sectionidx2{
    width: 100%;
    height: auto;
    display: flex;
}
.sectionidx2::after{
    content: "";
    display: block;
    clear: both;
}
.sectionidxleft{
    width: 65%;
    float: left;
    display: block;
    padding: 15px;
    height: 300px;
    margin-top: -15px;
}
.sectionidxright{
    width: 35%;
    float: left;
    display: block;
    padding: 15px;
    margin-top: -15px;
    height: auto;
}
.conwisata30{
    width: 33.33%;
    float: left;
    padding: 5px;
    height: 200px;
}
.con30isi{
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.con30isi img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}
.conrightwisata30{
    width: 100%;
    margin-top: 5px;
    border-radius: 10px;
    border: 2px solid black;
    height: 300px;
}
.conrightwisata30 iframe{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}
.whatsapp button{
    width: 100%;
    height: 100px;
    border-radius: 10px;
    font-size: 25pt;
    font-family: 'jelle';
    border: none;
    background-color: darkgreen;
    color: #fff;
    font-weight: bolder;
}
@media screen and (max-width: 790px) {
    .gambar-utama{
        height: 300px;
    }
    .con20{
        width: 100%;
        display: block;
        height: auto;
        position: relative;   
    }
    .con20::after{
        content: "";
        display: block;
        clear: both;
    }
    .leftsidecon{
        width: 100%;
        float: left;
    }
    .rightsidecon{
        width: 100%;
        float: left;
    }
    .leftsidecon p{
        display: block;
        -webkit-line-clamp: auto;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .judultext p{
        width: 100%;
        height: auto;
        font-size: 25pt;
        margin-top: 0px;
        margin-bottom: -10px;
        text-align: center;
    }
    .hargatiket button{
        width: 100%;
        height: 90px;
        border-radius: 10px;
        font-size: 35pt;
        font-family: 'jelle';
        border: none;
        background-color: yellow;
        color: #000000;
        font-weight: bolder;
    }
    .sectionidx2{
        width: 100%;
        display: block;
        height: auto;
        position: relative; 
    }
    .sectionidx2::after{
        content: "";
        display: block;
        clear: both;
    }
    .sectionidxleft{
        width: 100%;
        float: left;
        height: auto;
    }
    .sectionidxright{
        width: 100%;
        float: left;
    }
    .conwisata30{
        width: 33.33%;
        height: 130px;
    }
    .con30isi{
        width: 100%;
        height: 100%;
        border-radius: 10px;
    }
    .con30isi img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        border-radius: 10px;
    }
}