﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

.play-now {
    margin-right: 100px;
}

.container .play-now p {
    font-size: 28px !important;
}

.ds-ms {
    margin-left: 50px;
}

.body-black-clr { 
    background-color: black;
}

.long-text-size {
    font-size: 20px;
}

.clr-orange {
    color: gold;
}

.trust-text-header {
    font-size: 32px;
}

.trust-text-content {
    font-size: 22px;
}

.border-right-yellow {
    border-right: solid 1px gold;
}

.btn-gold {
    background-color: gold;
    color: black;
    font-weight: bold;
    border: none;
    padding: 10px 20px; /* optional size */
    border-radius: 5px; /* optional rounded corners */
    transition: all 0.3s; /* smooth hover */
    
    font-family: "Arial", "Helvetica", sans-serif;
    line-height: 1.6;
}

    .btn-gold:hover {
        background-color: #e6c200; /* slightly darker gold on hover */
        cursor: pointer;
    }

.gunaPhoneClass {
    height: 600px;
    max-width: 450px;
}

.bonusDescClass {
    height: 500px;
    width: 500px;
}

.daftarSekarangBtn {
    width: 250px;
    height: 65px;
}

@media only screen and (max-width:1200px) {
    .gunaPhoneClass {
        height: 300px;
        width: 300px;
    }

    .bonusDescClass {
        height: 350px;
        width: 350px;
    }
}

@media only screen and (max-width:900px) {
    .gunaPhoneClass {
        height: 260px;
        width: 260px;
    }

    .bonusDescClass {
        height: 280px;
        width: 280px;
    }
}

@media only screen and (max-width:650px) {
    .gunaPhoneClass {
        height: 230px;
        width: 230px;
    }

    .bonusDescClass {
        height: 220px;
        width: 220px;
    }

    .daftarSekarangBtn {
        width: 120px;
        height: 40px;
        font-size: 10px !important;
    }

    .logoSize {
        width: 150px;
        height: 60px;
    }
}

@media only screen and (max-width:500px) {
    .gunaPhoneClass {
        height: 180px;
        width: 180px;
    }

    .bonusDescClass {
        height: 150px;
        width: 150px;
    }

    .daftarSekarangBtn {
        width: 120px;
        height: 40px;
        font-size: 10px !important;
    }

    .logoSize {
        width: 150px;
        height: 60px;
    }
}

@media only screen and (max-width:374px) {

    .daftarSekarangBtn {
        width: 120px;
        height: 40px;
        font-size: 10px !important;
    }

    .logoSize {
        width: 150px;
        height: 60px;
    }
}



.overflow-hidden { 
    overflow : hidden !important;
}


.bonus-margin {
    margin-top: 60px;
}