@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Ubuntu+Sans:ital,wght@0,100..800;1,100..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Ubuntu+Sans:ital,wght@0,100..800;1,100..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Italiana&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&display=swap');


body, html{
    height: 100%;
    width: 100%;
    background-color: #F1F5F9;
    padding: 0;
    margin: 0;
}

.logo_at {
    width: 130px;
    height: 90px;
}

/* .navbaran {
    padding-right: 50px;
    padding-left: 50px;
} */

.nav-item a {
    font-weight: 400;
    color: white !important;
    font-family: 'Cinzel', sans-serif;
    font-size: 20px;
}

/* .navbar-collapse {
    background-color: #0EA5A4;
} */

a.font-drop {   
    color: #020617 !important;
}

.navbar-toggler-icon {
    color: white;
}

.navbar {
  top: 0;
  width: 100%;
  padding: 15px 40px;

  justify-content: space-between;
  align-items: center;

  /* backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.1); */

  transition: background 0.3s ease, box-shadow 0.3s ease;
  z-index: 999;
  position: absolute;
}

/* a.font-te {
    text-shadow: 2px 2px 5px #0F172A;
} */

.menui {
    margin-left: 40px;
    margin-right: 40px;
}

.classs1 {
    margin-top: 150px;
}

.classs2 {
    margin-top: 100px;
}

.gambaran {
    position: relative;
    height: 720px;
    overflow: hidden;
}

.hero-video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.konn {
    margin-top: 0 !important; 
    padding-top: 0 !important;
}

/* video {
    display: block;
} */

/* .hero-content {
  position: relative;
  z-index: 2;
  color: white;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
} */







/* .gambaran::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom,rgb(2, 30, 56),rgba(255, 255, 255, 0.014));
} */

.headings{
    /* backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.3);

    transition: background 0.3s ease, box-shadow 0.3s ease; */
    z-index: 2;
    /* padding: 1rem; */
    text-align: center;

    font-family: 'Cinzel', sans-serif;
    position: relative;
    transform: translateY(-50%);
    top: 50%;
}

.headings h1, h4 {
    color: #F1F5F9;
}

.headings h5, p {
    color: #F1F5F9;
}

.short-detail {
    text-align: center;
}

.short-detail p {
    text-align: center;
    font-family: 'Playfair', sans-serif;
    font-size: 20px;
    color: #0F172A;
}

.short-detail h2 {
    text-align: center;
    font-family: 'Cinzel', sans-serif;
    font-size: 40px;
    color: #0F172A;
}

.short-detail h5 {
    text-align: center;
    font-family: 'Cinzel', sans-serif;
    font-size: 20px;
    color: #0F172A;
}

.whyy {
    margin-top: 100px;
}

.comff h4 {
    text-align: center;
    font-family: 'Cinzel', sans-serif;
    color: #0F172A;
}

.comff p{
    text-align: center;
    font-family: 'Cinzel', sans-serif;
    color: #0F172A;
}

.mrc h3 {
    font-family: 'Cinzel', sans-serif;
    color: #0F172A;
}

.mrc p {
    font-family: 'Playfair', sans-serif;
    font-size: 20px;
    text-align: justify;
    color: #0F172A;
}

.sdj h2 {
    font-family: 'Cinzel', sans-serif;
    color: #0F172A;
}

.sdj p {
    font-family: 'Playfair', sans-serif;
    font-size: 20px;
    text-align: justify;
    color: #0F172A;
}

.tittle-1 {
    text-align: center;
}

.tittle-1 h2 {
    text-align: center;
    font-family: 'Cinzel', sans-serif;
    font-size: 40px;
    color: #0F172A;
}

.tittle-1 h5 {
    text-align: center;
    font-family: 'Cinzel', sans-serif;
    font-size: 25px;
    color: #0F172A;
}

.miracle {
    width: 100%;
    height: 85%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    object-fit: fill;
}

.mvdj {
    width: 100%;
    height: 85%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    object-fit: fill;
}

.produk1 {
    display: inline-block;
    justify-content: center;
    overflow: hidden;
}

.produk1 img {
    width: 390px;
    height: 470px;        /* portrait shape */
    object-fit: cover;    /* crop otomatis */
    transition: all 0.4s ease;
}

.produk1:hover img {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
}

.produkan {
    /* display: flex; */
    justify-content: center;
    overflow: hidden;
    display: inline-block;
}

.produkan img {
    width: 300px;
    height: 300px;        /* portrait shape */
    object-fit: cover;    /* crop otomatis */
    transition: all 0.4s ease;
    border-radius: 10%;
}

.produkan:hover img {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
}

.infotrip {
    text-align: center;
}

.infotrip h2 {
    font-family: 'Cinzel', sans-serif;
    font-size: 40px;
    color: #0F172A;
}

.front-trip {
    text-align: center;
    margin-top: 20px;
}

.front-trip h3 {
    font-family: 'Cinzel', sans-serif;
    color: #0F172A;
}

.front-trip p {
    font-family: 'Cinzel', sans-serif;
    font-size: 20px;
    color: #0F172A;
}

.front-trip button {
    border-radius: 0px;
    font-family: 'Cinzel', sans-serif;
    border-width: 2px;
    font-weight: bold;
}

.headd {
    background-color: rgb(2, 30, 56);
}

.judul-hed {
    color: #F1F5F9;
    font-family: 'Cinzel', sans-serif;
    font-weight: normal;
    font-size: 22px;
}

tbody {
    font-family: 'Cinzel', sans-serif;
    font-size: 17px;
}

.short-comfort {
    text-align: center;
}

.so-foot img {
    width: 70%;
    height: 70%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.contact-foot {
    text-align: center;
}

.qa-foot {
    text-align: center;
}

.sosmed-foot {
    text-align: center;
}

.btn-sosmed {
    border-radius: 100%;
}

.btn_sos {
    margin-top: 20px;
    text-align: center;
}

.short-comfort {
    padding-top: 20px;
    padding-bottom: 20px;
}

.short-comfort h2{
    font-family: 'Cinzel', sans-serif;
    font-weight: 500;
    font-size: 40px;
    color: #0F172A;
}

.short-comfort p {
    color: #0F172A;
    font-family: 'Montserrat', sans-serif;
}

.small-desc1 p {
    font-family: 'Cinzel', sans-serif;
    color: #0F172A;
}

.small-desc1 {
    background-color: #7DD3FC;
    font-family: 'Cinzel', sans-serif;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    height: 30px;
    margin-bottom: 20px;
}

.small-desc {
    background-color: #7DD3FC;
    font-family: 'Cinzel', sans-serif;
    font-weight: 500;
    font-size: 20px;
    height: 30px;
    text-align: center;
    margin-bottom: 20px;
}

.small-desc p {
    color: white;
}

.book-now {
    border-color: #0EA5A4;
    background-color: #0EA5A4;
    font-family: 'Cinzel', sans-serif;
    font-weight: bold;
    border-radius: 0;
}

.book-now:hover {
    background-color: #7DD3FC;
    border-color: #7DD3FC;
    color: #0F172A;
}

.book-atas {
    border-color: #7DD3FC;
    background-color: #7DD3FC;
    border-radius: 0;
    font-family: 'Cinzel', sans-serif;
    font-size: 20px;
    width: 200px;
}

.book-atas:hover {
    background-color: #4790b3;
    border-color: #4790b3;
}

/* .kontakan {
    font-family: 'Italiana', sans-serif;
    font-size: 20px;
    font-weight: bold;
} */

h4.contact-foot {
    font-family: 'Cinzel', sans-serif;
}

i.alamatan {
    color: #ffffff;
    font-size: 17px;
}

.lamatan {
    margin-bottom: 10px;
}

.alamatan-clas {
    font-size: 19px;
}

span.alamatan-clas {
    color: #ffffff;
    font-family: 'Cormorant', sans-serif;
}

h4.contact-foot {
    color: #ffffff;
}

.btn-sosmed {
    border-color: #F1F5F9;
    background-color: #7dd4fc00;
    border-width: 2,5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.btn-sosmed:hover {
    background-color: #7DD3FC;
    border-color: #7DD3FC;
}

.bi-instagram, .bi-facebook, .bi-youtube, .bi-tiktok {
    color: #F1F5F9;
}

.fotrean {
    background-image: linear-gradient(to right, rgb(2, 30, 56), #7DD3FC);
}

.text-muted {
    background-image: linear-gradient(to right, rgb(2, 30, 56), #7DD3FC);
    text-align: center;
}

.text-muted h5 {
    font-family: 'Cormorant', sans-serif;
    color: white;
    text-align: left;
}

h4.qa-foot {
    font-family: 'Cinzel', sans-serif;
    color: white;
}

.listt a{
    font-family: 'Cinzel', sans-serif;
    color: white;
    font-size: 17px;
}

.listt a:hover {
    color: rgb(2, 30, 56);
}

@media (min-width: 1024px) {
  /* .gambaran {
    height: 720px;
    background-image: url("./image/boat8.png");
    background-size: cover;
    background-attachment: fixed;
    padding-top: 15%;
    margin-top: -150px;
    position: relative;
}

.gambaran::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom,rgb(2, 30, 56),rgba(255, 255, 255, 0.014));
} */

}

@media (max-width: 767px) {
    /* .gambaran {
    height: 520px;
    background-image: url("./image/boat8.png");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding-top: 15%;
    margin-top: -150px;
    position: relative;
}

.gambaran::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom,rgb(2, 30, 56),rgba(255, 255, 255, 0.014));
} */

.headings{
    /* backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.3);

    transition: background 0.3s ease, box-shadow 0.3s ease; */
    z-index: 2;
    padding: 1rem;
    text-align: center;

    font-family: 'Cinzel', sans-serif;
    position: relative;
    margin-top: 100px;
}

.produkkapal {
    margin-bottom: 20px;
}

.produk1 {
    padding: 10px;
}

.produk1 img {
    height: 350px;
    width: 300px;
}

.navbar {
    background: rgb(2, 30, 56);
}

button.navbar-toggler {
    border-color:#ffffff !important;
}

span.navbar-toggler-icon {
    color: #F1F5F9 !important;
}

h2.comfortablefer {
    font-size: 25px;
}

h2.scddaily {
    font-size: 25px;
}

h2.dailyru {
    font-size: 25px;
}

h2.withal {
    font-size: 25px;
}

h5.withal2 {
    font-size: 20px;
}

.short-detail h2 {
    font-size: 25px;
}

.short-detail h5 {
    font-size: 18px;
}

}