
* {
    font-family: "Open-Sans";
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
}
 h1, h2, h3, h4, h5, h6{
    font-family: "Montserrat";
    text-transform: uppercase;
 }
 a {
     cursor: pointer;
     color: white
 }
 a:hover {
     text-decoration: none;
     color: white
 }
body{
    background-color:  black;
    color: white;
    position: relative;
}

/*- mobile -*/

.content{
    padding-top: 20px;
}


@media only screen and (min-width: 600px) {
    /*- desktop and ipad */
    .content{
        padding-top: 70px;
    }
}



/*----------- NAVBAR CSS --------------- */

.header {
    position: relative;
    z-index: 100;
}

 .navbar {
     padding: 0px;
 }

 .navbar-brand {
     width: 255px;
     padding: 0px;
 }

 .bg-dark{
    background-color: black !important;
 }
 .dropdown-menu{
     background-color: black;
     padding: 0;
     border: 0;
 }
 .navbar-light .navbar-nav .active>.nav-link, .dropdown-item{
     color: white;
     text-transform: uppercase;
 }
 .navbar-expand-lg .navbar-nav .nav-link {
     padding-right: 0px;
     padding-left: 0px;
}
   
 .nav-item {
     padding: 0 16px;
 }
 .nav-link {
     font-size: 13pt;
     font-weight: 600;
 }
 .dropdown-item:hover {
    text-decoration: none;
    color: white;
    background-color: gray;
 }

 a.dropdown-item {
    font-size: 12pt;
    font-weight: 600;
    padding: 15px;
 }

@media only screen and (max-width: 1175px) {
    /*-navbar-*/

   .navbar-brand {
       width: 280px;
       padding-left: 36px;
   }
   .bg-dark{
       background-color: white !important;
   }

   .dropdown-item{
       color: white;
   }
   .navbar-light .navbar-toggler-icon{
       background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='black' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); 
       font-size: 16pt;  
    }
   .navbar-light .navbar-toggler{
       border-color: transparent;
   }

   .navbar-toggler:focus {
        outline: none;
    }
 
   .navbar-collapse{
       background-color: black;
       padding: 0px;
   }
   .navbar-brand {
        margin: auto;
    }
    .nav-item {
        padding: 3px 20px;
    }
    .navbar-nav .dropdown-menu {
        background-color: #212121;
        border-radius: 0px;
    }


}
@media only screen and (max-width: 320px){
  .navbar-brand{
    width: 265px;
    padding-left: 33px;
  }
}

 /*---------- FOOTER CSS ---------*/

 .footer-nextri{
     background-color: white;
 }
 .foot {
   text-align: center
 }

 .foot h3 {
     font-size: 20pt;
     font-weight: 800;
     line-height: 48px;
     color: black;
     text-transform: lowercase;
 }
 
 .foot p {
     font-size: 12pt;
     color: black;
 }
 .footer-nextri {
     padding: 16px 0;
 }
 .foot .follow {
     margin-bottom: 5px;
     margin-top: 10px;
 }
 .foot .follow a img{
     padding:0 5px;
     width:45px;
 }
 
 .foot .follow h6{
     font-size: 11pt;
    color: #ffa700;
    display: inline-block;
 }




 /* ----------- TIMER CSS ----------- */


/* TIMER MOBILE */

#countdown{
    display: flex;
    color: white;
    padding: 0px 30px;
    align-items: center;
    justify-content: center;

}

/* END MOBILE */


#countdown h2{
    font-size: 18pt;
    font-weight: 800
}

#countdown {
   text-align: center;
}

#countdown p {
    height: 10px;
    font-size: 10pt;
    text-transform: uppercase;
}


/*------------------------------------------------- RESPONSIVE -------------------------------------------------  */


@media only screen and (min-width: 1254px){
  
/* TIMER DESKTOP */
    #countdown {
        position: fixed;
        right: 0;
        top: 0;
        z-index: 100;
        padding: 10px 30px;
        min-width: 310px;
        right: -1.5%;
    }
   
}


/* IPAD and Layar 1020 */
 
@media only screen 
and (min-width: 768px)
and (max-height: 1024px)
and (orientation:portrait) {
   .foot h3 {
       font-size: 16pt;
       margin-bottom: -10px
   }
   #countdown h2 {
       font-size: 23pt;
   }
   #countdown p {
       font-size: 11pt;
   }
   a.dropdown-item {
    padding: 8px 15px;
  }

}

@media only screen 
and (min-width: 1024px)
and (max-height: 1366px)
and (orientation:portrait) {
   .foot h3 {
       font-size: 19pt;
   }
   #countdown h2 {
       font-size: 27pt;
    }
    #countdown p {
        font-size: 13pt;
    }
}





 /* MOBILE */

 @media only screen and (max-width: 600px) {
     .wrap-time{
       display: flex;
       align-items: center;
       justify-content: center;
     }

     /*-footer-*/
     .foot h3 {
        font-size: 11pt;
        margin-bottom: -13px
    }
    .foot p {
        font-size: 8pt;
    }
    .foot .follow {
     margin-bottom: 0px; 
    }
    .foot .follow h6 {
      font-size: 10pt;
    }
    .foot .follow a img {
        width: 38px;
    }
    a.dropdown-item {
      padding: 8px 15px;
    }

 }

 @media only screen and (max-width: 320px){
    #countdown {
      padding: 0px;
    }
    
 }




