.navbar .navbar-toggler{
    z-index:1000
}
.navbar-nav li{
    margin-left: 100px;
}
@media (max-width: 991.98px){
    .navbar .navbar-collapse{
        background:#F2ECE6;
        opacity:0;
        position:fixed;
        top:0;
        left:0;
        right:0;
        bottom:0;
        transition:opacity 0.35s ease;
        display:flex;
        flex-direction:column;
        align-content:center;
        text-align:center !important
    }
    .navbar .navbar-collapse.collapse{
        display:flex;
        opacity:0;
        pointer-events:none
    }
    .navbar .navbar-collapse.collapsing[style*="height"]{
        opacity:1;
        height:100vh !important
    }
    .navbar .navbar-collapse.collapsing{
        opacity:0;
        height:100vh
    }
    .navbar .navbar-collapse.collapse.show{
        opacity:1;
        pointer-events:auto
    }
    .navbar .navbar-collapse .navbar-nav{
        margin-right:initial !important;
        margin-top:auto;
        /* margin-bottom:auto */
    }
    .navbar-nav li{
        margin-left: 0px;
        margin-bottom: 30px;
    }
    .navbar-nav li:nth-child(5) {
        margin-left : 102px;
        margin-bottom:100px;
    }
    .navbar-nav .dontShowYet {
        display: block;
    }
    div .dontShowYet{
        display: block;
    }
}

@media (max-width: 991.98px) {
    .navbar-nav {
        margin-left: initial !important;
    }
}
.dontShowYet {
    display: none;
}
    /* style header */
    /* #container-header{
        height : 50px;
    } */
    /* .topnav a {
        float: left;
        display: block;
        color: #f2f2f2;
        text-align: center;
        text-decoration: none;
        font-size: 17px;
    }
    .style-navs {
        padding-top : 20px;
    }
    .topnav .icon {
    display: none;
    }

    @media screen and (max-width: 600px) {
    .topnav a:not(:first-child) {display: none;}
    .topnav a.icon {
        position : absolute;
        right : 0;
        display: inline-block;
    }
    }

    @media screen and (max-width: 600px) {
    .topnav.responsive {position: relative;}
    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: center;
    }
    .topnav.responsive a:hover, .topnav.responsive a:active {
        background-color: #dbd3c9;
        color: black;
    }
    .style-navs {
        width : 100%;
        padding-top : 10px;
    }
    } */
    /* .navbar-nav li{
        margin-left: 100px;
    } */
    .change-color:hover, .change-color:active {
        background-color: #dbd3c9;
    }
    /* style section top */
    #container-top {
        position: relative;
        height : 100vh;
        text-align : center;
    }
    #gambar {
        background-image : url(images/produk/Landing\ Product\ Page.jpg);
        height : 55vh;
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: fixed;  
        background-size: cover;
    }    
    #deskripsi {
        height :45vh;
        text-align : center;
        padding : 30px;
        padding-top : 50px;
    }
    /* style container gambar dan deskripsi */
    #container-produk {
        height : 1050px;
        padding-right :0.85%;
    }
    .container {
        position : relative;
    }
    .container-judul {
        padding-top : 40px;
        padding-right : 30px;
        text-align : right;
        /* font-size : 50px; */
        color : white;
        font-family :  Cormorant Garamond;
    }

    /* style container deal */
    #container-deal{
        position: relative;
        color: #fff;
        background-size : cover;
        height : 500px;
        text-align : center;
        padding : 30px;
        padding-top : 70px;
    }
    #container-deal:before{
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.5);
    }
    #container-deal h2,
    #container-deal p, 
    #container-deal a {
    position: relative;
    }
    /* style untuk footer */
    #footer{
        background :#0492c2;
        color : white;
        height:380px; 
        padding : 50px;
        padding-top : 30px;
    }
    .ganti-warna:hover, .ganti-warna:active{
        background-color : #0492c2;
        border-color : #0492c2;
    }
    .alignleft {
        float: left;
    }
    .alignright {
        float: right;
    }
    /* .circle-footer {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size : 20px;
        border-radius: 50%;
        text-align: center;
        background: rgb(255,255,255);
        background: rgba(255,255,255, 0.5);
        color: #f1f1f1; 
        border-color : white;
    } */
    .circle-footer {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size : 20px;
        border-radius: 50%;
        text-align: center;
        background: rgb(255,255,255);
        color: #f1f1f1; 
        border-color : white;
    }
    /* stlye buat dimana aja bisa */
    .bigger{
        line-height:2;
    }
    .smaller{
        line-height: 1.5;
    }
    .center {
        position: absolute;
        padding-left : 10%;
        top: 50%;
        transform: translateY(-50%);
    }
    .tulisan {
        font-family : Muli;
    }
    .dontShow { 
        display: none;
    }
    #textbox span {
        float : right;
    }
    .itemLeft { 
        text-align: center;
    }
    .title {
        font-size: 50px;
    }
    .bodycopy {
        font-size : 20px;
    }
    .shadows{
        text-shadow: 2px 2px 8px #000000;
    }
    .itemCenter {
        text-align: center;
    }
    .aturwidth{
        width : 35%;
    }
    .aturwidth2{
        width : 70%;
    }
    @supports(-webkit-overflow-scrolling:touch) {
        #container-top{
            background-attachment: scroll;
        }
    }
    @media screen and (max-width: 450px){
        #container-deal, #container-deal:before {
            height : 500px;
            padding : 12%;
            text-align: center;
        }
        p span {
            float : none;
        }
    }
    @media screen and (max-width:542px) {
        #textbox p {
            margin-bottom: 0px;
        }
        #textbox span{
            float : none;
        }
    }
    @media screen and (max-width:576px) {
        .itemCenter{
            text-align: left;
        }
        #container-produk {
            height : 2100px;
            padding-right :0.85%;
        }
        #footer { 
            height : 600px;
        }
        .gap {
            margin-bottom: 15px;
        }
        .container-judul {
            text-align: center;
            padding-right: 0px;
            padding-top: 130px;
        }
        .dontShow {
            display: block;
        }
        .container-logo .alignright {
            display: none;
        }
        .itemLeft {
            text-align : left;
        }
        .title {
            font-size: 40px;
        }
        .bodycopy{
            font-size: 15px;
        }
    }
    @media screen and (max-width:920px) {
        .tulisan {
            font-size: 15px;
        }
        #container-deal h2 {
            font-size : 30px;
        }
        .aturwidth {
            width: 70%;
        }
        /* .title {
            margin-top: 100px!important;
        } */
    }
    @media screen and (max-width:690px) {
        .tulisan {
            font-size: 12px;
        }
        #container-deal h2 {
            font-size : 20px;
        }
    }