
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto/Roboto-Light.ttf');
  font-weight: 300;
  font-style: normal;
  font-variant: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto/Roboto-Regular.ttf');
  font-weight: 500;
  font-style: normal;
  font-variant: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto/Roboto-Bold.ttf');
  font-weight: 700;
  font-style: bold;
  font-variant: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins/Poppins-Light.ttf');
  font-weight: 300;
  font-style: normal;
  font-variant: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins/Poppins-Regular.ttf');
  font-weight: 500;
  font-style: normal;
  font-variant: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins/Poppins-Bold.ttf');
  font-weight: 700;
  font-style: bold;
  font-variant: normal;
}

* {
    font-family: Poppins;
}

p, small, h4, a {
    font-family: Roboto;
}

.bg-darkblue {
    background-color: #142850 !important;
}

.text-darkblue {
    color: #1f3e7c !important;
}

.wrap-content-header {
    box-shadow: -0.5px 0px 10px 0.3px #0c1830;
    border-radius: 10px;
    padding: 2rem 4rem !important;
}

.wrap-rahasia {
    font-family: Roboto;
    margin: 3rem 4rem;
    margin-top: 0;
}

.header-title {
    border: 3px dashed #fff;
    border-radius: 5px;
}

.beli-sekarang {
    box-shadow: 3px 4px #fff;
    font-size: 1rem !important;
}

.beli-sekarang2 {
    box-shadow: 3px 4px grey;
    font-size: 1rem !important;
}

.box-for, .box-testimoni {
    background-color: #f9fcfb;
    padding: 1rem;
    margin-bottom: 1rem;
    border-radius: 5px;
}

.harga { 
    color: red;
}

.saya-berminat, .tunggu-dulu {
    line-height: 1.5;
}

.faq-desc {
    background-color: #f0fff3;
}

.faq-desc h4 {
    color: #1f3e7c !important;
}

.box-garansi {
    border-radius: 5px;
    background-color: #eaba35;
    padding: 1rem;
    color: #1f3e7c;
}

h3.border-dash {
    border: 3px dashed #142850;
    border-radius: 10px;
    padding: 0.5rem
    margin-bottom: 1.5rem;
}

@media only screen and (max-width: 760px) {
    .bundle {
        font-size: 1.4rem !important;
        padding: 0px 1rem;
    }

    .wrap-content-header {
        padding: 1rem !important;
    }

    .wrap-rahasia {
        margin: 1.5rem 0rem !important;
    }

    .title {
        font-size: 1.4rem;
    }

    #products h1, #templates1 h2 {
        font-size: 1.7rem;
    }

    #templates1 h2, #templates1 h3 {
      font-size: 1rem;
    }

    .saya-berminat h3 {
        font-size: 1.5rem;
        line-height: 1.5;
    }

    h3.border-dash {
      font-size: 1rem;
    }
}
