@font-face{
  font-family: "LTCushion-Light";
  src: url("../fonts/LTCushion-Light.ttf")format("truetype");
  }


body{
  font-family: "LTCushion-Light";
  background-color: white;
}

/* Adds space between logo image and text */
.navbar-brand img {
  margin-right: 20px; /* Adjust the value as needed */
}

.navbar-bg{
  background: rgba(0,0,0,1);
  color: white;
}

.content-wrapper {
  padding-top: 75px; /* same height as your header */
  padding-bottom: 75px;
}

.home-slide {
  position: relative;
  text-align: center; /* supaya isi tengah */
}

.home-slide img {
  width: 70%;        /* atur ukuran di sini */
  max-width: 1000px;  /* batas maksimum biar tidak terlalu besar */
  border-radius: 20px;
  display: block;
  margin: 0 auto;    /* ini yang bikin dia center */
}

.home-slide-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
}


.company-profile{
  margin: 20px 0px;
}
.company-profile p{
  font-size: 20px;
  text-align: center;
  padding: 100px 0px;
}
.company-profile span{
  font-weight: bold;
}

.bg-offer{
  background-color: whitesmoke;
  padding: 100px 0px;
}
.offer{
  margin: 20px 0px;
  color:rgba(0,0,0,0.85) ;
  border-radius: 20px;
  background-color: white;
  text-align: center;
}
.offer i{
  font-size: 80px;
  padding: 30px 0px;
}

.offer ul{
  padding: 20px 0px;
  margin: 20px;
}
.offer li{
  padding: 5px 0px;
  list-style-type: none;
  border-top: dotted 2px rgba(0, 0, 0, .1);
}

.bg-product{
  background-color: white;
}

.products-title{
  padding: 50px 0px;
  text-align: center;
}
.products-title h2{
  font-weight: bold;
  font-size: 50px;
}
.products-item{
  text-align: center;
}
.products-item h3{
  padding-top: 10px;
}
.products-item img{
  border: solid 1px black;
  border-radius: 20px;
  width: 100%;
}
.products-link{
  text-align: center;
  padding: 50px 0px;
}
.boat-bg{
  padding-bottom: 50px;
}

.boat-title{
  text-align: center;
  padding: 40px 10px;
}
.boat-title h1{
  font-weight: bold;
}
.boat-title span{
  font-weight: bold;
  font-size: 18px;
}
.boat-cat img{
  margin: 25px 0px;
  padding: 15px;
  border: solid 0px black;
  border-radius: 25px;
}
.boat {
  font-family: "LTCushion-Light";
  display: flex;
  flex-direction: column;
  justify-content: center; /* Vertical centering */
  height: 100%; /* Make sure the container has a height */
  padding-top: 50px;
  padding-right: 10px;
  padding-left: 10px;
}
.boat a{
  text-decoration: none;
}
.boat h2{
    font-weight: bold;
    color: black;
}
.boat p{
  text-align: justify;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
}
.boat img{
  border: solid 1px black;
  border-radius: 10px;
}

.cat1395-title{
  text-align: center;
  padding: 0px 10px 50px 10px;
}
.cat1395{
  justify-content: center;
}
.cat1395 h1{
  font-weight: bold;
}
.cat1395-spec{
  background-color: whitesmoke;
  border-radius: 10px;
  margin: 10px;
  padding: 10px 0px;
}
.cat1395-spec h2{
  padding:15px;
}
.cat1395-spec li{
  padding:5px 10px;
}
.cat1395-spec p{
  padding: 0px 15px;
}
.cat1395-spec p span{
  font-weight: bold;
}

.spec-boat{
  padding-left: 10px;
  text-align: justify;
}
.spec-boat h2{
  background-color: whitesmoke;
  margin: 5px;
  padding: 5px;
  font-size: 18px;
}
.spec-boat p{
  padding: 0px 5px;
  margin: 5px;
}
.spec-boat p span{
  font-weight: bold;
}

.boat-suggest{
  border-radius: 20px;
  padding: 20px 0px;
  margin: 0px 50px;
  border: solid 1px black;
  text-align: center;
}
.boat-suggest i{
  font-size: 50px;
  padding-bottom: 10px;
}
.boat-suggest a{
  text-decoration-line: none;
  color: white;
}

.slide img{
  border: solid 1px black;
}

.bg-grey{
  background-color: rgba(0, 0, 0, .1);
}

.gallery h2{
  font-weight: bold;
}

.platform-title{
  padding: 30px 0px;
  text-align: center;
}
.platform-title h1{
  font-weight: bold;
}
.platform-title p span{
  font-weight: bold;
  font-size: 18px;
}
.platform-title p{
  padding: 0px 10px;
  text-align: center;
}

.pdf{
  text-align: center;
  margin: 50px 0px;
  list-style-type: none;
  text-decoration: none;
}

.about-us span{
  font-weight: bold;
}
.about-us p{
  padding: 10px;
  text-align: justify;
}
.about-us img{
  border-radius: 20px;
  padding: 10px;
}
.about-us h2{
  text-align: center;
  padding-bottom: 20px;
}

.what-wedo{
  text-align: center;
}
.what-wedo h2{
  padding-top: 50px;
  padding-bottom: 20px;
}
.what-wedo span{
  font-weight: bold;
}
.what-wedo ul{
  padding: 10px 0px;
}
.what-wedo li{
  font-weight: bold;
  list-style-type: none;
}
.what-wedo p{
  padding: 10px;
}

.contact-title{
  text-align: center;
  padding-bottom: 50px;
}
.contact-title h1{
    font-size: 50px;
}
.contact-menu{
  text-align: center;
}
.contact-menu h2{
  font-weight: bold;
  border-bottom: dotted 2px rgba(0, 0, 0, .1);
  padding: 40px 0px;
}
.contact-menu h3{
  border-bottom: dotted 2px rgba(0, 0, 0, .1);
  padding: 10px 0px;
}
.contact-menu i{
  padding-right: 50px;
}
.contact-menu address{
  padding: 20px 0px;
}
.contact-menu iframe{
  border-radius: 20px;
}


.footer-bg{
  background: rgba(0,0,0,0.85);
  padding: 30px 0px;
}
.footer-logo{
  padding-top: 40px;
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
  color: white;
}
.footer-logo p{
  font-size: 20px;
}
.footer-ql{
  padding-top: 40px;
  padding-right: 10px;
  padding-left: 10px;
  color: white;
  text-align: center;
  list-style-type: none;
}
.footer-ql h3{
  font-weight: bold;
}
.footer-ql a{
    text-decoration: none;
    color: white;
}
.footer-ql li{
  padding: 5px 0px;
  border-bottom: solid 1px white;
}

@media (max-width: 576px) {
  /* Hide the specific span inside the navbar brand */
  .navbar-brand span {
    font-size: 13px;
    padding-left: 10px;
  }
}

@media (max-width: 768px) {
  /* Hide the specific span inside the navbar brand */
  .home-slide-text {
    display: none;
  }
  .home-slide img {
    width: 95%;
  }

}

@media (min-width: 768px) {
  .home-slide-text p{
    font-size: 50px;
    font-weight: bold;
  }
}

@media (min-width: 992px) {
  .home-slide-text p{
    font-size: 90px;
    font-weight: bold;
  }
}

