
/*
Created : Taufik Kobandaha
taufikkobandaha@gmail.com
16 Februari 2021

*/

/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

.body-background-new {
    background-color: #F9E8D7;
    font-family: avenir;
    background-image: url('../images/assets/n-bg-new.png');
    background-repeat: no-repeat;
    background-size: 100%;
}

@media (min-width: 1281px) {
    
    .pt-100 {
        padding-top: 100px !important;  
    }

    .pt-50 {
        padding-top: 50px !important;
    }

    .rows {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    
    .h-r1 {
        font-size: 100px;
        -webkit-text-stroke: 5px;
        padding-left: 20px;
        padding-right: 20px;
        letter-spacing: 10px;
    }

    .h-r12 {
        font-size: 100px;
        -webkit-text-stroke: 5px;
        letter-spacing: 5px;
    }

    .sec-color {
        color: #F15A24;
    }

    .img-h1 {
        height: 100px;
    }

    .sub-h-r1 {
        font-size: 40px;
        color: #ffff;
        background-color:#1A2E35;
        padding: 20px 30px;
        border-radius: 15px;
        line-height: 1.2;
    }

    .sub-h-r9 {
        font-size: 40px;
        color: #ffff;
        background-color:#1A2E35;
        padding: 20px 30px;
        margin: auto;
        width: 1000px;
        border-radius: 15px;
        line-height: 1.2;
    }

    .bold {
        -webkit-text-stroke: 2px;
    }

    .n-tombol-daftar {
        width: 850px;
    }

    .list-images-1 {
        list-style-image: url('../images/assets/n-1.svg');
    }

    .list-images-2 {
        list-style-image: url('../images/assets/n-2.svg');
    }

    .list-images-3 {
        list-style-image: url('../images/assets/n-3.svg');
    }

    .list-images-q {
        list-style-image: url('../images/assets/n-q.svg');
        /* list-style: none; */
    }

    .list-images-a {
        list-style-image: url('../images/assets/n-a.svg');
    }

    .number-images {
        width: 60px;
    }

    .end-rows {
        background-image: url('../images/assets/n-biaya-daftar.png');
        background-repeat: no-repeat;
    }

    .tombol-daftar-end {
        position: absolute;
        bottom: 80px;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        text-align: center;
        z-index: 1999;
    }

    
  }
  
  /* 
    ##Device = Laptops, Desktops
    ##Screen = B/w 1025px to 1280px
  */
  
  @media (min-width: 1025px) and (max-width: 1280px) {

    .pt-100 {
        padding-top: 80px !important;  
    }

    .pt-50 {
        padding-top: 45px !important;
    }
    
    .rows {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    
    .h-r1 {
        font-size: 100px;
        -webkit-text-stroke: 5px;
        padding-left: 20px;
        padding-right: 20px;
        letter-spacing: 10px;
    }

    .h-r12 {
        font-size: 100px;
        -webkit-text-stroke: 5px;
        letter-spacing: 5px;
    }

    .sec-color {
        color: #F15A24;
    }

    .img-h1 {
        height: 100px;
    }

    .sub-h-r1 {
        font-size: 40px;
        color: #ffff;
        background-color:#1A2E35;
        padding: 20px 30px;
        border-radius: 15px;
        line-height: 1.2;
    }

    .sub-h-r9 {
        font-size: 40px;
        color: #ffff;
        background-color:#1A2E35;
        padding: 20px;
        width: 800px;
        margin: auto;
        border-radius: 15px;
        line-height: 1.2;
    }

    .bold {
        -webkit-text-stroke: 2px;
    }

    .n-tombol-daftar {
        width: 950px;
    }

    .list-images-1 {
        list-style-image: url('../images/assets/n-1.svg');
    }

    .list-images-2 {
        list-style-image: url('../images/assets/n-2.svg');
    }

    .list-images-3 {
        list-style-image: url('../images/assets/n-3.svg');
    }

    .list-images-q {
        list-style-image: url('../images/assets/n-q.svg');
        /* list-style: none; */
    }

    .list-images-a {
        list-style-image: url('../images/assets/n-a.svg');
    }

    .number-images {
        width: 60px;
    }

    .end-rows {
        background-image: url('../images/assets/n-biaya-daftar.png');
        background-repeat: no-repeat;
    }

    .tombol-daftar-end {
        position: absolute;
        bottom: 80px;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        text-align: center;
        z-index: 1999;
    }
    
  }
  
  /* 
    ##Device = Tablets, Ipads (portrait)
    ##Screen = B/w 768px to 1024px
  */
  
  @media (min-width: 768px) and (max-width: 1024px) {

    .pt-100 {
        padding-top: 70px !important;  
    }

    .pt-50 {
        padding-top: 45px !important;
    }
    
    .rows {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    
    .h-r1 {
        font-size: 80px;
        -webkit-text-stroke: 5px;
        padding-left: 15px;
        padding-right: 15px;
        letter-spacing: 10px;
    }

    .h-r12 {
        font-size: 70px;
        -webkit-text-stroke: 4px;
        letter-spacing: 3px;
    }

    .sec-color {
        color: #F15A24;
    }

    .img-h1 {
        height: 80px;
    }

    .sub-h-r1 {
        font-size: 40px;
        color: #ffff;
        background-color:#1A2E35;
        padding: 20px 30px;
        border-radius: 15px;
        line-height: 1.2;
    }

    .sub-h-r9 {
        font-size: 30px;
        color: #ffff;
        background-color:#1A2E35;
        padding: 20px;
        width: 500px;
        margin: auto;
        border-radius: 15px;
        line-height: 1.2;
    }

    .bold {
        -webkit-text-stroke: 2px;
    }

    .n-tombol-daftar {
        width: 750px;
    }

    h1 {
        font-size: 2rem;
    }

    .list-images-q {
        list-style-image: url('../images/assets/n-q.svg');
        /* list-style: none; */
    }

    .list-images-a {
        list-style-image: url('../images/assets/n-a.svg');
    }

    .number-images {
        width: 40px;
    }

    .end-rows {
        background-image: url('../images/assets/n-biaya-daftar.png');
        background-repeat: no-repeat;
    }

    .tombol-daftar-end {
        position: absolute;
        bottom: 30px;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        text-align: center;
        z-index: 1999;
    }
    
  }
  
  /* 
    ##Device = Tablets, Ipads (landscape)
    ##Screen = B/w 768px to 1024px
  */
  
  @media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    
    .pt-100 {
        padding-top: 60px !important;  
    }

    .pt-50 {
        padding-top: 35px !important;
    }

    .rows {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    
    .h-r1 {
        font-size: 80px;
        -webkit-text-stroke: 5px;
        padding-left: 15px;
        padding-right: 15px;
        letter-spacing: 10px;
    }

    .h-r12 {
        font-size: 70px;
        -webkit-text-stroke: 4px;
        letter-spacing: 3px;
    }

    .sec-color {
        color: #F15A24;
    }

    .img-h1 {
        height: 80px;
    }

    .sub-h-r1 {
        font-size: 40px;
        color: #ffff;
        background-color:#1A2E35;
        padding: 20px 30px;
        border-radius: 15px;
        line-height: 1.2;
    }

    .sub-h-r9 {
        font-size: 30px;
        color: #ffff;
        background-color:#1A2E35;
        padding: 20px;
        width: 500px;
        margin: auto;
        border-radius: 15px;
        line-height: 1.2;
    }

    .bold {
        -webkit-text-stroke: 2px;
    }

    .n-tombol-daftar {
        width: 750px;
    }

    h1 {
        font-size: 2rem;
    }

    .list-images-q {
        list-style-image: url('../images/assets/n-q.svg');
        /* list-style: none; */
    }

    .list-images-a {
        list-style-image: url('../images/assets/n-a.svg');
    }

    .number-images {
        width: 40px;
    }

    .end-rows {
        background-image: url('../images/assets/n-biaya-daftar.png');
        background-repeat: no-repeat;
    }

    .tombol-daftar-end {
        position: absolute;
        bottom: 30px;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        text-align: center;
        z-index: 1999;
    }
    
  }
  
  /* 
    ##Device = Low Resolution Tablets, Mobiles (Landscape)
    ##Screen = B/w 481px to 767px
  */
  
  @media (min-width: 481px) and (max-width: 767px) {

    .pt-100 {
        padding-top: 40px !important;  
    }

    .pt-50 {
        padding-top: 25px !important;
    }
    
    .rows {
        margin-top: 50px;
        margin-bottom: 20px;
    }

    .rows-17 {
        margin-left: 20px;
    }
    
    .h-r1 {
        font-size: 50px;
        -webkit-text-stroke: 4px;
        padding-left: 10px;
        padding-right: 10px;
        letter-spacing: 8px;
    }

    .h-r12 {
        font-size: 40px;
        -webkit-text-stroke: 3px;
        letter-spacing: 2px;
    }

    .sec-color {
        color: #F15A24;
    }

    .img-h1 {
        height: 50px;
    }

    .sub-h-r1 {
        font-size: 25px;
        color: #ffff;
        background-color:#1A2E35;
        padding: 10px 20px;
        border-radius: 15px;
        line-height: 1.2;
    }

    .sub-h-r9 {
        font-size: 20px;
        color: #ffff;
        background-color:#1A2E35;
        padding: 20px;
        width: 300px;
        margin: auto;
        border-radius: 15px;
        line-height: 1.2;
    }

    .bold {
        -webkit-text-stroke: 1.2px;
    }

    .n-tombol-daftar {
        width: 500px;
    }

    h1 {
        font-size: 1.2rem;
    }

    .number-images {
        width: 25px;
    }

    .end-rows {
        background-image: url('../images/assets/n-biaya-daftar.png');
        background-repeat: no-repeat;
    }

    .tombol-daftar-end {
        position: absolute;
        bottom: 30px;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        text-align: center;
        z-index: 1999;
    }

    .mt-5 {
        margin-top: 1.1rem!important;
    }
    
  }
  
  /* 
    ##Device = Most of the Smartphones Mobiles (Portrait)
    ##Screen = B/w 320px to 479px
  */
  
  @media (min-width: 320px) and (max-width: 480px) {

    .pt-100 {
        padding-top: 40px !important;  
    }

    .pt-50 {
        padding-top: 25px !important;
    }
    
    .rows {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .rows-17 {
        margin-left: 15px;
    }
    
    .h-r1 {
        font-size: 40px;
        -webkit-text-stroke: 3px;
        padding-left: 7px;
        padding-right: 7px;
        letter-spacing: 6px;
    }

    .h-r12 {
        font-size: 30px;
        -webkit-text-stroke: 3px;
        letter-spacing: 2px;
    }

    .sec-color {
        color: #F15A24;
    }

    .img-h1 {
        height: 40px;
    }

    .sub-h-r1 {
        font-size: 15px;
        color: #ffff;
        background-color:#1A2E35;
        padding: 8px 16px;
        border-radius: 15px;
        line-height: 1.2;
    }

    .sub-h-r9 {
        font-size: 13px;
        color: #ffff;
        background-color:#1A2E35;
        padding: 15px;
        width: 300px;
        margin: auto;
        border-radius: 15px;
        line-height: 1;
    }

    .bold {
        -webkit-text-stroke: 0.8px;
    }

    .n-tombol-daftar {
        width: 360px;
    }

    h1 {
        font-size: 1rem;
    }

    .number-images {
        width: 20px;
    }

    .end-rows {
        background-image: url('../images/assets/n-biaya-daftar.png');
        background-repeat: no-repeat;
    }

    .tombol-daftar-end {
        position: absolute;
        bottom: 10px;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        text-align: center;
        z-index: 1999;
    }

    .mt-5 {
        margin-top: 1rem !important;
        margin-bottom: 0px !important;
    }

    .mr-3 {
        margin-right: 0.5rem!important;
    }

    .h1-end {
        font-size: 13px !important;
    }
    
  }