html {
    width: 100%;
    min-height: 100%;
    background-color: rgb(24,24,24);
}

.flag-icon-eng {
    background-image: url(../img/fifa/icon_england.png);
}

.dropdown-toggle {
    margin-right: 15px;
}
i {
    font-size: 14px;
    font-weight: 100;
    font-family: system-ui;
}

p {
    font-size: 18px;
    margin-bottom: 10px;
    font-family:system-ui;
    color: white;
    font-weight: 400;
}
a {
    font-size: 18px;
    font-family:system-ui;
    color: white;
    font-weight: 400;
}

#six6s_tnc tr td, #six6s_tnc tr th {
    border: 1px solid black;
}
#program_tnc .close {
    margin: -1rem -1rem -1rem 1rem!important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: system-ui;
  font-weight: 400;
  letter-spacing: 1px;
  color: white;
}

.navbar-expand-lg {
    padding: 20px 100px;
}

section.turnover_hop_pkr {
    position: relative;
    padding: 250px;
    min-height: 100vh;
    background: url("../img/pkr/1920x1080_turnover.jpg") top center;
    background-size:cover;
    background-position: center;
}

section.turnover_hop_pkr_en {
    position: relative;
    padding: 250px;
    min-height: 100vh;
    background: url("../img/pkr/1920x1080_turnover_en.jpg") top center;
    background-size:cover;
    background-position: center;
}

section.turnover_hop_inr {
    position: relative;
    padding: 250px;
    min-height: 100vh;
    background: url("../img/inr/1920x1080_turnover.jpg") top center;
    background-size:cover;
    background-position: center;
}

section.turnover_hop_inr_en {
    position: relative;
    padding: 250px;
    min-height: 100vh;
    background: url("../img/inr/1920x1080_turnover_en.jpg") top center;
    background-size:cover;
    background-position: center;
}

section.turnover_hop {
    position: relative;
    padding: 250px;
    min-height: 100vh;
    background: url("../img/bdt/1920x1080_turnover_en.jpg") top center;
    background-size:cover;
    background-position: center;
}

section.turnover_hop_bdt {
    position: relative;
    padding: 250px;
    min-height: 100vh;
    background: url("../img/bdt/1920x1080_turnover.jpg") top center;
    background-size:cover;
    background-position: center;
}

section.referral_program {
    position: relative;
    padding: 250px;
    min-height: 100vh;
    background: url("../img/1920x1080.jpg") top center;
    background-size:cover;
    background-position: center;
}
section.referral_program_bdt {
    position: relative;
    padding: 250px;
    min-height: 110vh;
    background: url("../img/bdt/1920x1080.jpg") top center;
    background-size:cover;
    background-position: center;
}
section.referral_program_pkr {
    position: relative;
    padding: 250px;
    min-height: 100vh;
    background: url("../img/pkr/1920x1080.jpg") top center;
    background-size:cover;
    background-position: center;
}
section.referral_program_inr {
    position: relative;
    padding: 250px;
    min-height: 100vh;
    background: url("../img/inr/1920x1080.jpg") top center;
    background-size:cover;
    background-position: center;
}

@media (max-width: 1300px) {
    section.turnover_hop_pkr {
        position: relative;
        padding: 250px;
        min-height: 80vh;
        background: url("../img/pkr/1920x1080_turnover.jpg") top center;
        background-size:cover;
        background-position: center;
    }

    section.turnover_hop_pkr_en {
        position: relative;
        padding: 250px;
        min-height: 80vh;
        background: url("../img/pkr/1920x1080_turnover_en.jpg") top center;
        background-size:cover;
        background-position: center;
    }

    section.turnover_hop_inr {
        position: relative;
        padding: 250px;
        min-height: 80vh;
        background: url("../img/inr/1920x1080_turnover.jpg") top center;
        background-size:cover;
        background-position: center;
    }

    section.turnover_hop_inr_en {
        position: relative;
        padding: 250px;
        min-height: 80vh;
        background: url("../img/inr/1920x1080_turnover_en.jpg") top center;
        background-size:cover;
        background-position: center;
    }

    section.turnover_hop {
        position: relative;
        padding: 250px;
        min-height: 80vh;
        background: url("../img/bdt/1920x1080_turnover_en.jpg") top center;
        background-size:cover;
        background-position: center;
    }

    section.turnover_hop_bdt {
        position: relative;
        padding: 250px;
        min-height: 80vh;
        background: url("../img/bdt/1920x1080_turnover.jpg") top center;
        background-size:cover;
        background-position: center;
    }
    section.referral_program {
        padding: 250px;
        min-height: 80vh;
        background: url("../img/1920x1080.jpg") top center;
        background-size:cover;
        background-position: center;
    }
    section.referral_program_bdt {
        padding: 250px;
        min-height: 80vh;
        background: url("../img/bdt/1920x1080.jpg") top center;
        background-size:cover;
        background-position: center;
    }
    section.referral_program_pkr {
        padding: 250px;
        min-height: 80vh;
        background: url("../img/pkr/1920x1080.jpg") top center;
        background-size:cover;
        background-position: center;
    }
    section.referral_program_inr {
        padding: 250px;
        min-height: 80vh;
        background: url("../img/inr/1920x1080.jpg") top center;
        background-size:cover;
        background-position: center;
    }
}


section#About {
    position: relative;
    padding: 250px;
    height: 100vh;
    background: url("../img/background_first.jpg") top center;
    background-size:cover;
    background-position: center;
}

.About p{
    font-size: 60px;
    color: white;
    background-color: rgb(9, 18, 36, 0.5);
    padding: 20px;
    display: inline-table;
}

.button-73 {
margin-top: 20px!important;
  appearance: none;
  background-color: #D8D8D8;
  border-radius: 40em;
  border-style: none;
  box-shadow: #989898 0 -12px 6px inset;
  box-sizing: border-box;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system,sans-serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -.24px;
  margin: 0;
  outline: none;
  padding: 1rem 1.3rem;
  quotes: auto;
  text-align: center;
  text-decoration: none;
  transition: all .15s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-73:hover {
  background-color: #f5a6b7;
  box-shadow: #e61946 0 -6px 8px inset;
  transform: scale(1.125);
}

.button-73:active {
  transform: scale(1.025);
}

section#AboutUs {
    position: relative;
    padding: 50px;
    min-height: 100vh;
    background: url("../img/background_second.jpg") top center;
    background-size:cover;
    background-position: center;
}

.AboutUs p {
    font-size: 24px;
    font-family: sans-serif;
    letter-spacing: 1px;
}
.AboutUs h3 {
    font-size: 40px;
    letter-spacing: 2px;
    font-family: sans-serif;
}
.aboutUsrow1 {
    margin-bottom: 80px;
    
}



section#information {
    position: relative;
    padding: 100px;
    min-height: 100vh;
    background: url("../img/background_third.jpg") top center;
    background-size:cover;
    background-position: center;
}
.homepage {
    background: #061023;
}

.homepage .fa-bars{
    font-size: 25px;
    color: #fff;
}
.homepage .nav-item {
    margin-right: 20px;
    border: none!important;
}
.homepage .nav-item .btn{
    margin-right: 20px;
    border: none!important;
    font-size: 18px;
    font-weight: bold;
}
.homepage .nav-item .btn:hover{
    font-size: 24px;
}

.btn-check:focus+.btn, .btn:focus {
    box-shadow: none!important;
    font-size: 20px;
}
.gs_form {
    padding-top: 100px;
}
.gs_form input, .gs_form textarea {
    background-color: rgb(6, 16, 36, 0.7)!important;
    border:0px solid black;
    box-shadow: 4px 6px 10px 0px black!important;
    margin-bottom: 40px;
    color: white!important;
}

.gs_form .btn-dark {
    color: black;
    background: rgb(137,192,230);
    background: linear-gradient(90deg, rgba(137,192,230,1) 0%, rgba(169,179,211,1) 35%, rgba(231,168,190,1) 100%);
    border-radius: 5px;
    border: 2px solid black;
    box-shadow: 4px 4px 4px 0px black!important;
    padding: 5px 30px;
    font-weight: bold;
}

.gs_form input::placeholder, .gs_form textarea::placeholder  {
  color: gray;
  opacity: 1; /* Firefox */

}

.gs_form input:-ms-input-placeholder, .gs_form textarea::placeholder { /* Internet Explorer 10-11 */
 color: gray;
}

.gs_form input::-ms-input-placeholder, .gs_form textarea::placeholder { /* Microsoft Edge */
 color: gray;
    text-align:start;
    
}
.information p{
    margin-bottom: 20px;
}
.information_pkr {
    padding-right: 50px;
}
.fa-info-circle {
    color: #d590a4!important;
    font-size: 24px;
}
#language .modal-body p, #language .modal-body a{
    color: black;
    font-size: 16px;
    padding: 5px 10px;
}
#language .modal-body a:hover{
    border: 1px solid #061023;
    
}
#lanugage_choose:hover {
    font-size: 30px!important;
}
#language .modal-body, #language .modal-content {
    background-color: #FFFFFF!important;
}
.modal-body .flag-icon {
    line-height: 0.9em
}

#program_tnc table tr th, #program_tnc table tr td{
    border: 1px solid #000000;
    vertical-align: middle;
    text-align: center;
}
#program_tnc a {
    color: #2f2fff;
}
.homepage_display {
    place-items: center;
    display: contents;
}

.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-y: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 15%;
  width: 100%;
  text-align: left;
  margin-top: 0px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  display: block;
  transition: 0.3s;
    margin-bottom: 20px;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

.navbar-dark .navbar-toggler {
    border: none;
}

@media (max-width: 768px) {
    .reg-but {
        background: rgb(153,235,255);
        background: linear-gradient(180deg, rgba(153,235,255,1) 0%, rgba(0,184,230,1) 22%, rgba(0,122,153,1) 44%, rgba(0,41,51,1) 84%);
        padding: 5px 30px;
        border-radius: 25px;
        color: #000000;
    }
    section.turnover_hop_pkr {
        position: relative;
        padding: 0px;
        min-height: 100vh;
        background: url("../img/pkr/1125x2436_turnover.jpg") top center;
        background-size:cover;
        background-position: center;
    }

    section.turnover_hop_pkr_en {
        position: relative;
        padding: 0px;
        min-height: 100vh;
        background: url("../img/pkr/1125x2436_turnover_en.jpg") top center;
        background-size:cover;
        background-position: center;
    }

    section.turnover_hop_inr {
        position: relative;
        padding: 0px;
        min-height: 100vh;
        background: url("../img/inr/1125x2436_turnover.jpg") top center;
        background-size:cover;
        background-position: center;
    }

    section.turnover_hop_inr_en {
        position: relative;
        padding: 0px;
        min-height: 100vh;
        background: url("../img/inr/1125x2436_turnover_en.jpg") top center;
        background-size:cover;
        background-position: center;
    }

    section.turnover_hop {
        position: relative;
        padding: 0px;
        min-height: 100vh;
        background: url("../img/bdt/1125x2436_turnover_en.jpg") top center;
        background-size:cover;
        background-position: center;
    }

    section.turnover_hop_bdt {
        position: relative;
        padding: 0px;
        min-height: 100vh;
        background: url("../img/bdt/1125x2436_turnover.jpg") top center;
        background-size:cover;
        background-position: center;
    }
    .homepage_display {
        place-items: center;
        display: flex;
    }
    .prevent_mb{
        display: none;
    }
    section.referral_program {
        padding: 0px;
        min-height: 100vh;
        background: url("../img/1125x2436.jpg") top center;
        background-size:cover;
        background-position: center;
    }
    section.referral_program_bdt {
        padding: 0px;
        min-height: 100vh;
        background: url("../img/bdt/1125x2436.jpg") top center;
        background-size:cover;
        background-position: center;
    }
    section.referral_program_pkr {
        padding: 0px;
        min-height: 100vh;
        background: url("../img/pkr/1125x2436.jpg") top center;
        background-size:cover;
        background-position: center;
    }
    section.referral_program_inr {
        padding: 0px;
        min-height: 100vh;
        background: url("../img/inr/1125x2436.jpg") top center;
        background-size:cover;
        background-position: center;
    }
    .button-73 {
        padding: .75rem 2rem;
        font-size: 18px;
      }
    #language .modal-body p, #language .modal-body a{
        color: black;
        font-size: 14px;
    }
    .homepage .nav-item .btn{
        margin-right: 2px;
        font-size: 12px;
    }
    .homepage .nav-item .btn:hover{
        font-size: 12px;
    }
    #lanugage_choose:hover {
        font-size: 14px!important;
    }
    .pakistan a {
        font-size: 12px;
    }
    p {
        font-size: 12px;
    }
    a {
        font-size: 12px;
    }
    .homepage .nav-item {
        margin-right: 0px;
    }
    .navbar-expand-lg {
        padding: 10px 10px 10px 20px;
    }
    section#About {
        position: relative;
        padding: 20px;
        padding-top: 230px;
        height: 100vh;
        background: url("../img/backgroundmb_first.jpg") top center;
        background-size:cover;
        background-position: center;
    }
    section#AboutUs {
        position: relative;
        padding: 20px;
        padding-top: 50px;
        height: 100vh;
        background: url("../img/backgroundmb_second.jpg") top center;
        background-size:cover;
        background-position: center;
    }
    section#information {
        position: relative;
        padding: 30px;
        padding-top: 100px;
        background: url("../img/landing%20page_mobile_2.jpg") top center;
        background-size:cover;
        background-position: bottom;
        padding-bottom: 200px;
    }
    .AboutUs h3 {
        font-size: 18px;
    }
    .About p{
        font-size: 25px;
        color: white;
        background-color: rgb(9, 18, 36, 0.5);
        padding: 20px;
    }
    .about1 {
        margin-bottom: 50px;
    }
    .aboutUsWord .row:nth-child(1) {
        margin-bottom: 80px;
    }
    .information p{
        font-size: 14px;
        line-height: 2.0;
        margin-bottom: 10px;
    }
    .AboutUs .col-4 {
        padding: 5px;
    }
    .gs_form {
        padding-top: 20px;
    }
    .information_pkr {
        padding-right: 0px;
    }
    .btn-check:focus+.btn, .btn:focus {
        font-size: 16px;
    }
    .fa-info-circle {
        font-size: 18px;
    }
}
@media (min-width:1920px){
    .commission_plan img {
        min-width: 100%;
    }
}

@media (max-width: 290px) {
    section#About {
        padding-top: 150px;
    }
    .about1 {
        margin-bottom: 20px;
    }
    .information p{
        font-size: 12px;
        line-height: 1.3;
        margin-bottom: 5px;
    }
}

@media (max-width: 1024px) and (orientation: landscape) {
    section.turnover_hop_pkr {
        position: relative;
        padding: 0px;
        min-height: 100vh;
        background: url("../img/pkr/1080x1080_turnover.jpg") top center;
        background-size:cover;
        background-position: center;
    }

    section.turnover_hop_pkr_en {
        position: relative;
        padding: 0px;
        min-height: 100vh;
        background: url("../img/pkr/1080x1080_turnover_pkr_en.jpg") top center;
        background-size:cover;
        background-position: center;
    }

    section.turnover_hop_inr {
        position: relative;
        padding: 0px;
        min-height: 100vh;
        background: url("../img/inr/1080x1080_turnover.jpg") top center;
        background-size:cover;
        background-position: center;
    }

    section.turnover_hop_inr_en {
        position: relative;
        padding: 0px;
        min-height: 100vh;
        background: url("../img/inr/1080x1080_turnover_en.jpg") top center;
        background-size:cover;
        background-position: center;
    }

    section.turnover_hop {
        position: relative;
        padding: 0px;
        min-height: 100vh;
        background: url("../img/bdt/1080x1080_turnover_en.jpg") top center;
        background-size:cover;
        background-position: center;
    }

    section.turnover_hop_bdt {
        position: relative;
        padding: 0px;
        min-height: 100vh;
        background: url("../img/bdt/1080x1080_turnover.jpg") top center;
        background-size:cover;
        background-position: center;
    }
}