
@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500;700&display=swap');

body {
      font-family: 'Tajawal', sans-serif;
    }
header.head {
    display: block;
    border-top: 15px solid #0064b1;
}
.alogo{
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
    margin-right: 0;
    display: flex;
}
p.speak {
    margin-bottom: 0px;
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--black);
    font-size: 15px;
}   
a.time {
    font-weight: 700;
    color: var(--black);
    font-size: 16px;
}


p.dur {
    color: var(--white);
    font-size: 17px;
    line-height: 25px;
    margin: 0px;
}

p.week {
    font-weight: 700;
    font-size: 16px;
}
p.gr {
    color: #8BC34A;
    font-size: 16px;
    font-weight: 700;
}
.br{
    border-left: 1px solid white;
}
img.gold {
    max-width: 50px;
    object-fit: contain;
    margin-left: 18px;
}
p.star {
    font-size: 16px;
    font-style: italic;
    font-weight: 600;
    margin: 0;
    line-height: 22px;
        margin-left: 25px !important;
}
h2.highlighted {
    margin: 0px;
    padding: 15px;
    font-size: 25px;
    text-align: center;
    background: #eee;
    color: #333;
    font-weight: 700;
}
form.box {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 0;
    height: 100%;
    align-items: center;
    padding: 20px 20px 20px 20px;
    position: relative;
    z-index: 1;
    text-align: center;
    overflow: hidden;
    background-color: #fff;
        box-shadow: 0 0 10px #cccccc;
}
input#fname {
    width: 100%;
    font-weight: 400;
    line-height: 2.5;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 0 25px;
    color: #232323;
    background: #f9f9f9 !important;
    font-size: 16px;
    box-shadow: none;
    margin-bottom: 12px;
}
button.bt {
    width: 100%;
    background-color: #0e4c7c;
    border-radius: 0;
    padding: 15px 45px;
    font-size: 14px;
    border: 0px;
    box-shadow: none;
    font-weight: 600;
    cursor: pointer;
    text-transform: uppercase;
}
p.by {
    width: 100%;
    font-size: 12px;
    line-height: 18px;
    color: #525c65;
    margin-top: 10px;
    text-align: left;
    font-weight: 600;
}
span.by2 {
    position: absolute;
    padding: 2px;
    padding-left: 6px;
}
a.pp {
    color: black;
    text-decoration: underline;
}
button.orange {
    background: #ff5e35;
    padding: 15px;
    font-size: 13px;
    font-weight: 800;
    border-radius: 30px;
    border-color: white;
    border-width: medium;
    width: 100%;
    border-style: solid;
}
/* Normal links */
.navbar-nav > li > a {
  color: #fff;
  text-decoration: none; 
}


.navbar-nav > li.active > a {
 
  text-decoration: underline;         
  text-underline-offset: 1px;         
  text-decoration-thickness: 1px;     
}

button.pink{
    width: 100%;
    background-color: #e6265f;
    padding: 15px;
    font-size: 13px;
    font-weight: 800;
    border-radius: 30px;
    border-color: white;
    border-width: medium;
    border-style: solid;
}
p.non {
    font-size: 21px;
    position: absolute;
    bottom: 60px;
    left: 20px;
    display: flex;
    gap: 15px;
}
h1.boot {

    font-size: 50px;
    font-weight: 700;
    color: var(--white);
    text-transform: inherit;
    margin-bottom: 15px;
}
p.with {
    color: var(--white);
    font-size: 40px;
    line-height: 25px;
}
section.bg {
    color: #fff;
    background-color: var(--bg_black);
    background-size: cover;
    padding: 75px 0;
    width: 100%;
    height: 100%;
}

.navbar-brand-right {
  float: right !important;
  margin-right: 15px;
}
img.you {
    height: 65px;
}
ul.nav.navbar-nav.navbar-right.margin {
    margin-top: 25px;
}
.input-group {
    margin-top: 15px;
}


.navbar-form {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

/* Input transparent */
.navbar-form .form-control {
  background: transparent !important;
  color: #fff !important;   
  border: 1px solid #ccc;   
}

/* Button transparent */
.navbar-form .btn {
  background: transparent !important;
  border: 1px solid #ccc;
  color: #fff !important;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    background: transparent;
}
/* Input ka right border remove */
.navbar-form .form-control {
  border-right: none !important;
  box-shadow: none !important;
}

/* Button ka left border remove */
.navbar-form .input-group-btn .btn {
  border-left: none !important;
  box-shadow: none !important;
}

/* Input box styling */
.navbar-form .form-control {
  border-right: none !important;
  box-shadow: none !important;
  border-radius: 30px 0 0 30px !important; 
}

/* Button styling */
.navbar-form .input-group-btn .btn {
  border-left: none !important;
  box-shadow: none !important;
  border-radius: 0 30px 30px 0 !important; 
}

i.fa-brands.fa-facebook,i.fa-brands.fa-x-twitter,i.fa-brands.fa-instagram{
    color: white;
    font-size: 20px;
    margin-top: 30px;
    margin-left: 10px;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;

}
.navbar.navbar-inverse {
  border: none !important;
  border-radius: 0 !important; 
  box-shadow: none !important; 
}

.bg {
  position: relative;      
  background-size: cover;
  background-position: center;
  min-height: 100vh;       
}

.app-buttons {
  position: absolute;
  bottom: 20px;   
  left: 20px;     
  display: flex;
  gap: 15px;
}

.app-buttons img {
  height: 50px;  
  width: auto;
}
iframe.iframe {
    margin-top: 25px;
    width: 100%;
    height: 500px;
    border-radius: 80px;
}
.card.hand {
    background-image: url(images/hand.png);
    padding: 40px;
    color: black;
    background-position: center;
    height: 400px;
    border-radius: 40px;
    background-size: cover;
}
.card.gold {
    background-image: url(images/coins.png);
    padding: 40px;
    color: black;
    background-position: center;
    height: 400px;
    border-radius: 40px;
}
.card.text {
    padding: 22px;
    color: black;
    height: 200px;
    border-radius: 40px;
    background-color: #e6265f;
}
.card.long {
    padding: 40px;
    background-color: #410951;
    background-position: center;
    height: 200px;
    border-radius: 40px;
}
h1.cr.hand {
    width: 100%;
    text-align: center;
    font-size: 42px;
    font-weight: 600;
    color: white;
}
.card.ha{
    padding: 40px;
    color: black;
    height: 400px;
    border-radius: 40px;
    background-color: #e6265f;
}
h1.cr.gold {
    width: 100%;
    text-align: center;
    font-size: 42px;
    font-weight: 600;
    color: white;
    padding-top:100px;
}
h1.cr.text{
    width: 100%;
    text-align: center;
    font-size: 42px;
    font-weight: 600;
    color: white;
}
h1.crha {
    width: 100%;
    text-align: right;
    font-size: 50px;
    color: white;
    padding: 33px;
}
h1.clr {
    width: 100%;
    text-align: center;
    font-size: 42px;
    font-weight: 600;
    color: white;
}
h1.alha {
    color: #410951;
    font-weight: 800;
        font-size: 30px;
}

h2.re {
    color: #e6265f;
    font-size: 35px;
}
p.nas {
    font-size: 20px;
    font-weight: 500;
    text-align: right;
}
.navbar-header {
    display: flex;
    width: 100%;
}
.dropdown-toggle:focus,
.dropdown-toggle:active {
  outline: none !important;
  box-shadow: none !important;
  border: none !important; 
}
.row.gr {
    margin: 15px;
    background-color: #f1f2f2;
    border-bottom-left-radius: 100px;
}
h1.alpha,a.alpha{
    color: #e6265f;
    font-size: 25px;
    width: 100%;
    text-align: right;
}
p.nstp{
    font-size: 20px;
    font-weight: 500;
    width: 100%;
    text-align: right;
}
section.back {
    background-image: url(images/big.png);
    background-position: center;
    background-size: cover;
    padding: 60px;
}
img.no {
    height: 121px;
    width: 100%;
}
h1.num {
    font-size: 70px;
    margin-bottom: 0px;
    font-weight: 700;
    color: #e6265f;
    text-align: right;
}
p.ara {
    font-size: 14px;
    color: #33064f;
    font-weight: 600;
    text-align: right;
}
section.bgpink {
    background-color: #410951;
    padding: 15px;
    border-top: 10px solid #e6265f;
    border-bottom: 15px solid #ff5e35;
    position: relative;
}
img.marky {
    position: absolute;
    top: 75px;
    width: 90%;
}
.sec {
    margin: 15px;
    background-color: #f1f2f2;
    border-top-left-radius: 100px;
}
img.asset {
    width: 70%;
    position: absolute;
    top: -100px;
    left: 50px;
}
img.twentyseven {
    width: 100%;
}
p.nasteh {
    margin-top: 30px;
    text-align: right;
    font-size: 20px;
    font-weight: 700;
}
img.gg {
    width: 80%;
}
p.no {
    font-size: 20px;
    color: #410951;
    font-weight: 500;
    margin-top: 20px;
}
p.pip {
    text-align: center;
    font-size: 17px;
    margin-top: 65px;
    font-weight: 700;
    color: #410951;
}
img.you.r {
    display: none;
}
footer {
    margin-bottom: 40px;
}
.dropdown {
    text-align: right;
}
ul.dropdown-menu.dropdown-menu-right {
    background: transparent;
    border: 0px;
    box-shadow: none;
} 
.dropdown-menu {
    display: none; /* by default hidden */
    position: static; /* content ko push karega */
    float: none;
    margin-top: 5px;
  }
.dropdown.open .dropdown-menu {
  display: block;     /* Open hone par show ho */
}

/* -------- Mobile & Tablet Responsive -------- */
@media (max-width: 991px) {
  h1.boot {
    font-size: 32px;
  }
  img.twentyseven.aos-init.aos-animate{
    display: none;
  }
  h1.crha{
    font-size: 28px;
  }
  p.with {
    font-size: 22px;
    line-height: 28px;
  }
  h1.num {
    font-size: 45px;
    text-align: center;
  }
  p.ara {
    font-size: 16px;
    text-align: center;
  }
  h1.alpha {
    font-size: 26px;
  }
  p.nstp {
    font-size: 16px;
  }
  h1.clr, h1.cr.text, h1.cr.gold, h1.cr.hand {
    font-size: 28px;
  }
  .card.hand, .card.gold, .card.ha {
    height: auto;
    padding: 20px;
  }
  .card.text, .card.long {
    height: auto;
    padding: 20px;
  }
  iframe.iframe {
    height: 300px;
    border-radius: 20px;
  }
  img.asset {
    position: relative;
    top: 0;
    left: 0;
    width: 70%;
  }
  img.marky {
    position: relative;
    top: 0;
    width: 100%;
  }
  section.bg {
    height: 500px !important;
}
p.non{
  bottom: 80px;
}
h1.cr.gold{
  padding:15px;
}
}
/* Mobile responsive */
@media (max-width: 767px) {
  .app-buttons {
    flex-direction: column;
    left: 10px;
    bottom: 10px;
    gap: 10px;
  }
  .app-buttons img {
    height: 40px;
  }
  img.you.r {
    display: block;
}
.navbar-header {
    position: relative;
    padding: 15px;
  }

  /* move toggle to the right corner */
  .navbar-toggle {
    float: none !important;          /* cancel bootstrap float */
    position: absolute !important;   /* place relative to .navbar-header */
    right: 0px !important;          /* distance from right edge */
    top: 18px !important;            /* adjust vertical placement */
    z-index: 9999 !important;
  }

  /* give brand some space so it doesn't overlap the toggle */
  html[dir="rtl"] .navbar-brand { margin-left: 70px; }   /* for RTL pages */
  html:not([dir="rtl"]) .navbar-brand { margin-right: 70px; } /* for LTR pages */
}

/* Mobile: brand center ho jaye */
@media (max-width: 767px) {
  .navbar-brand-right {
    float: none !important;
    display: block;
    text-align: center;
    margin: 0 auto;
  }
  img.you {
    display: none;
}
section.bg {
    height: 500px !important;
}
}
.navbar-inverse {
    background-color: #410951;
}



/* -------- Very Small Mobile -------- */
@media (max-width: 576px) {
  h1.boot {
    font-size: 24px;
  }
  p.with {
    font-size: 18px;
    line-height: 22px;
  }
  h1.num {
    font-size: 32px;
  }
  p.ara {
    font-size: 14px;
  }
  p.nasteh {
    font-size: 18px;
  }
  h1.alpha {
    font-size: 20px;
  }
  p.nstp {
    font-size: 14px;
  }
  section.back {
    padding: 20px;
  }
  section.bgpink {
    padding: 10px;
  }
  .row.gr, .sec {
    border-radius: 30px;
    margin: 5px;
  }
  .app-buttons {
    flex-direction: column;
    left: 5px;
    bottom: 5px;
    gap: 5px;
  }
  .app-buttons img {
    height: 35px;
  }
}



