* {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    overflow-y: visible;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.content {
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
}

.carousel-control {
    z-index: 9999;
}

#navbar-top {
    width: 100%;
    margin: 0;
    padding: 0;
}

#navbar-bottom {
    width: 100%;
    margin: 0;
    padding: 0;
}

.menu {
    list-style: none;
    display: grid;
    /* Mengubah ul menjadi grid container */
    grid-auto-flow: column;
    width: 100%;
    margin: 0;
    padding: 0;
}

.menu a {
    text-decoration: none;
}

.menu-item {
    width: 100%;
    /* display: inline-block; */
    /* border: 1px solid #fff; */
    padding: 20px 80px;
    text-align: center;
    background-color: #fff;
    color: #0C5678;
}

.menu-item:hover {
    background-color: #0C5678;
    color: #fff;
}

.menu-item a {
    width: 100%;
    text-decoration: none;
    background-color: #0C5678;
    transition: .3s;
    color: #fff;
    padding: 20px 140px;
    text-align: center;
    position: relative;
    /* top: 5px; */
}

.slides {
    width: 100%;
    height: 100vh;
    scroll-snap-align: start;
}

#carouselExampleInterval {
    position: absolute;
    z-index: -1;
}

.carousel-item img {
    width: 100%;
    height: 1200px;
    object-fit: cover;
    filter: brightness(100%);
    top: -1px;
}

#hero .text-hero {
    color: #fff;
}

#hero-title {
    font-family: "Playball", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 80pt;
}

#logo {
    padding: 50px 50px 50px 50px;
    background-color: rgba(255, 255, 255, 0.5);
}

#about-sea-salt {
    /* position: relative; */
    /* height: 1000px; */
    /* background-color: red; */
    /* top: -50px; */
    /* padding-top: 170px; */
    /* padding-bottom: 50px; */
    /* line-height: 30px; */
    /* background-color: rgb(244, 244, 244); */
    background-color: #0C5678;
    /* background-color: red; */
    color: #fff;
    font-size: 12pt;
}

#content-about {
    /* padding-top: 100px; */
    /* height: 100vh; */
    /* margin-top: -100px; */
    /* background-color: aqua; */
}

#content-about h2 {
    font-size: 25pt;
    margin-bottom: 25px;
}

#img-about1 img {
    border: 20px solid #fff;
}

.btn-hero {
    padding: 20px 20px;
    text-decoration: none;
}

#hero-btn1 {
    background-color: #000;
    color: #fff;
}

#hero-btn1:hover {
    background-color: #fff;
    color: #000;
    transition: 0.5s;
}

#hero-btn2 {
    background-color: #fff;
    color: #000;
}

#hero-btn2:hover {
    background-color: #000;
    color: #fff;
    transition: 0.5s;
}

#our-product {
    /* padding-top: 150px; */
    /* padding-bottom: 150px; */
    /* background-color: #fff; */
    background-color: #0C5678;
    color: #fff;
    height: 100vh;
    /* background-color: red; */
    /* 100margin-top: 10000px */
    font-size: 12pt;
    line-height: 20px;
}

#our-product h2 {
    margin-bottom: 50px;
}

#our-product2 {
    display: none;
    background-color: #0C5678;
    color: #fff;
    height: 100vh;
    /* background-color: red; */
    /* 100margin-top: 10000px */
    font-size: 12pt;
}

#product-opening {
    margin-bottom: 40px;
    text-align: justify;
    line-height: 25px;
    font-size: 12pt;
}

#card-row {
    margin-bottom: 50px;
}

.card {
    border: none;
    transition: .3s;
    background-color: transparent;
    color: #fff;
    font-size: 12pt;
    margin: 10px;
}

.card-title {
    width: 100%;
    font-size: 15pt;
    /* font-weight: bold; */
}

.card-product img {
    width: 80%;
}

.btn-product {
    transition: .3s;
}

.btn-product img {
    width: 70%;
}

.btn-product:hover {
    filter: brightness(60%);
}

#features-of-bali-salt {
    padding: 50px 50px;
    margin-top: 200px;
}

.feature-item {
    /* border-left: 1px solid #fff; */
    background-color: rgba(0, 0, 0, 1);
    padding: 60px 20px;
}

.feature-item h3 {
    color: goldenrod;
}

.feature-item p {
    color: #fff;
}

.feature-item-left {
    /* border-left: 1px solid #fff; */
    padding: 70px 20px;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
}

#features-of-bali-salt img {
    position: absolute;
    object-fit: cover;
    z-index: -999;
    width: 100%;
    height: 100%;
}

#wcu-content {
    text-align: center;
    justify-content: center;
}

#wcu-image {
    padding-right: 100px;
}

#cp {}

#cp span {
    color: goldenrod;
}

#cp p {
    text-align: justify;
}

#usp {
    /* padding-top: 170px; */
    /* padding-bottom: 50px; */
    /* background-color: rgb(244, 244, 244); */
    background-color: #0C5678;
    color: #fff;
    /* background-color: red; */
}

#usp h2 {
    margin-bottom: 30px;
}

.card-vm {
    width: 18rem;
    height: 400px;
    padding-top: 100px;
    padding-bottom: 100px;
}


/* 
#usp-img1 {}

#usp-img2 {}

#usp-img3 {} */

#usp ul {
    list-style: none;
    margin-top: 50px;
}

#usp ul li {
    padding: 5px 10px;
    margin: 5px 5px;
}

#usp-btn1 {
    background-color: #000;
    color: #fff;
    padding: 20px 20px;
    position: relative;
    left: -200px;
    text-decoration: none;
    top: -50px;
}

#usp-btn1:hover {
    filter: brightness(60%);
    transition: 0.5s;
}

#multimedia {
    /* padding-top: 170px;
    padding-bottom: 50px; */
    /* background-color: #fff; */
    background-color: #0C5678;
    color: #fff;
}

.card-multimedia {
    border: none;
    transition: .3s;
}

.card-multimedia:hover {
    filter: brightness(60%);
}

#about-partner {
    position: relative;
    padding-top: 170px;
    padding-bottom: 50px;
    line-height: 30px;
    background-color: rgb(244, 244, 244);
}

#cta1 {
    background-image: url('../img/salt-farm.jpg');
    object-fit: cover;
    object-position: center;
}

#contact {
    /* background-color: rgb(244, 244, 244); */
    background-color: #0C5678;
    color: #fff;
}

.link-amazon {
    color: #fff;
}

.link-amazon:hover {
    color: #0089c9;
}

#content-contact {
    text-align: center;
}

#btn-cta {
    padding: 10px 10px 10px 10px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50px;
}

#btn-cta:hover {
    background-color: #fff;
    color: #0C5678;
    border: 1px solid #0C5678;
}

#content-contact h1 {
    margin-top: 30px;
    margin-bottom: 50px;
}

#btn-contact {
    background-color: #0C5678;
    color: #fff;
    border: 3px solid #fff;
    border-radius: 40px;
}

#btn-contact:hover {
    background-color: #fff;
    color: #0C5678;
    border: 3px solid #0C5678;
}

#buy {
    padding-top: 10px;
    padding-bottom: 50px;
    /* background-color: #fff */
    background-color: #0C5678;
    color: #fff;
}

.text-cta1 {
    background-color: #fff;
    position: relative;
    left: 300px;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    border-radius: 0 0 20px 20px;
}

#cta1-btn1 {
    background-color: #000;
    color: #fff;
    padding: 20px 20px;
    position: relative;
    text-decoration: none;
    margin-top: 50px;
}

#cta1-btn1:hover {
    filter: brightness(60%);
    transition: 0.5s;
}

#footer {
    /* height: 200px; */
    background-color: #000;
    padding-top: 290px;
    /* padding-bottom: 50px; */
}

#footer h1 {
    color: #fff;
}

#footer h5 {
    color: goldenrod;
}

#footer #address {
    color: #fff;
}

#footer #contact-footer {
    color: #fff;
}

#footer-sea-salt {
    font-family: "Playball", cursive;
}

.modal-header {
    background-color: #000;
    color: #fff;
}

.btn-close {
    color: #fff;
    background-color: #fff;
}

@media (max-width: 575.98px) {
    .navbar-brand {
        display: none;
    }
    .navbar-nav {
        display: flex;
    }
    .menu-item {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px 10px;
    }
    #hero-tag-line {
        font-size: 17pt;
        margin-bottom: 20px;
    }
    #hero-desc {
        font-size: 12pt;
        padding: 20px 20px;
    }
    #logo {
        width: 70%;
    }
    #features-of-bali-salt {
        position: relative;
        top: 415px;
    }
    #features-of-bali-salt {
        padding: 50px 20px;
    }
    .feature-item-left,
    .feature-item {
        padding: 20px 20px;
    }
    #cp {
        position: relative;
        top: 250px;
    }
    #about-sea-salt {
        padding-top: -150px;
        font-size: 9pt;
    }
    #content-about h2 {
        font-size: 15pt;
        margin-bottom: 15px;
    }
    #content-about {
        margin-top: -50px;
    }
    #img-about1 {
        width: 100%;
    }
    #our-product {
        /* padding-top: 100px; */
        /* padding-bottom: 50px; */
    }
    #product-opening {}
    .btn-product img {
        width: 100%;
        font-size: 10pt;
    }
    #card-row {
        /*margin-top:-60px;*/
        margin-top: -20%;
        margin-bottom: 20px;
    }
    .card {
        margin: 5px;
        width: 80%;
        padding: 0px;
        font-size: 10pt;
    }
    .card-product {
        height: 260px;
    }
    .card-product img {
        width: 40%;
    }
    .card-title {
        /* font-size: 8pt; */
    }
    .card-text {
        /* font-size: 10pt; */
    }
    .card-multimedia {
        padding-top: 1px;
        margin-bottom: 1px;
        width: 50%;
    }
    #usp {
        font-size: 9pt;
    }
    .card-vm {
        width: 18rem;
        height: 250px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    #usp-img1 {
        margin-bottom: 20px;
        margin-top: 10px;
    }
    #usp-img2,
    #usp-img3 {
        display: none;
    }
    #usp ul li {
        padding: 5px 0;
        margin: 5px 5px;
        /* background-color: gainsboro; */
    }
    #wcu {
        text-align: center;
        margin-bottom: -20px;
    }
    #wcu-image {
        padding-right: 10px;
    }
    #usp-btn1 {
        position: relative;
        left: 0px;
    }
    #multimedia {
        padding-top: 70px;
        padding-bottom: 50px;
    }
    #about-partner {
        padding-top: 1px;
        padding-bottom: 50px;
    }
    #img-partner1 {
        margin-top: -20px;
    }
    #our-product {}
    #our-product h2 {
        margin-bottom: 25px;
    }
    #our-product2 {
        font-size: 9pt;
    }
    #our-product2 .card {
        background-color: transparent;
    }
    #product-opening {
        font-size: 9pt;
        line-height: 20px;
    }
    #contact {
        padding-top: 10px;
        padding-bottom: 0px;
    }
    #content-contact {
        position: relative;
        /* top: -80px; */
        line-height: 20px;
        text-align: justify;
    }
    #content-contact h2 {
        text-align: center;
    }
    #content-contact h5 {
        position: relative;
        top: -40px;
        font-size: 9pt;
    }
    #content-contact span {
        position: relative;
        top: -30px;
        font-size: 10pt;
    }
    #content-contact label {
        font-size: 10px;
    }
    #content-contact form {
        position: relative;
        top: -60px;
    }
    #cta1 {
        margin-top: 50px;
    }
    .text-cta1 {
        left: 0px;
    }
    .item-footer {
        margin-bottom: 50px;
    }
    #img-about1 {
        margin-top: -150px;
    }
    #content-about {
        padding-top: 20px;
    }
    #hero-title {
        font-family: "Playball", cursive;
        font-weight: 400;
        font-style: normal;
        font-size: 60pt;
    }
    .btn-hero {
        padding: 10px 10px;
        font-size: 10pt;
        text-decoration: none;
    }
    #footer {
        /* height: 200px; */
        background-color: #000;
        padding-top: 60px;
        /* padding-bottom: 50px; */
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    #about-sea-salt {
        padding-top: 1700px;
    }
}


/* ------------------ipad-------------------------------- */

@media (min-width: 768px) and (max-width: 1023px) {
    #about-sea-salt {
        padding-top: 80px;
    }
    #usp-img2,
    #usp-img3 {
        display: none;
    }
    #wcu-image {
        padding-right: 10px;
        margin-bottom: 30px;
    }
    #wcu {
        text-align: center;
    }
    #multimedia {
        padding-top: 100px;
        padding-bottom: 50px;
        background-color: #fff;
    }
    .card-multimedia {
        width: 33%;
    }
}


/* -------------------layar yang lebih besar---------------------- */

@media (min-width: 1024px) and (max-width: 1200px) {
    #usp-img2 {
        /* width: 1000px; */
    }
}


/* ----------------------landscape------------------------- */

@media (orientation: landscape) {
    #about-sea-salt {
        padding-top: 90px;
    }
    #contact {
        padding-top: 0px;
    }
}