/* Reset some default styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;

}

/* Root variables */
:root {
  --primary-color: #0D7180;
  --secondary-color: #6c757d;
  --background-color: #f8f9fa;
  --text-color: #2F2F2F;
}

@font-face {
  font-family: 'Inter';
  src: url('/fonts/InterBold.eot');
  src: url('/fonts/InterRegular.eot') format('embedded-opentype'),
    url('/fonts/InterRegular.woff2') format('woff2'),
    url('/fonts/InterRegular.woff') format('woff'),
    url('/fonts/InterRegular.ttf') format('truetype'),
    url('/fonts/InterRegular.svg#InterRegular') format('svg');
  font-weight: 400;
}

@font-face {
  font-family: 'Inter';
  src: url('/fonts/InterBold.eot');
  src: url('/fonts/InterBold.eot') format('embedded-opentype'),
    url('/fonts/InterBold.woff2') format('woff2'),
    url('/fonts/InterBold.woff') format('woff'),
    url('/fonts/InterBold.ttf') format('truetype'),
    url('/fonts/InterBold.svg#InterBold') format('svg');
  font-weight: 700;
}

/* Global styles */
body {
  color: var(--text-color);
  line-height: 1.6;
  font-size: 16px;
  font-family: 'Inter', sans-serif;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-bottom: 10px;
}

/* Links */
a {
  color: var(--primary-color);
  text-decoration: none;
}

/* a:hover {
    text-decoration: underline;
  } */

/* custom css */
.bg-header {
  background-color: #003233;
}

.primary-bg {
  background-color: var(--primary-color);
}

.head-text {
  font-size: 30px;
  /* font-weight: 600; */
  line-height: 40px;
  letter-spacing: 1.5px;
  text-align: right;
}

.urdu-text {
  font-size: 35px;
  font-weight: 500;
  display: block;
}

.banner-head {
  color: var(--primary-color);
  font-size: 48px;
  line-height: 60px;
  letter-spacing: 2.4px;
  font-weight: 700;
}

.banner-text {
  color: var(--text-color);
  font-size: 30px;
  line-height: 46px;
  letter-spacing: 1.5px;
  font-weight: 400;
}

.taqwa-text {
  font-size: 25px;
  line-height: 36px;
  font-weight: 400;
  color: var(--primary-color);
  letter-spacing: 1.2px;
}

.taqwa-text img {
  max-width: 100%;
  margin-bottom: 30px;
}
.taqwa-text span {
  display: block;
}

.banner-btn {
  background-color: #EBAB0A;
  border: 1px solid #FFDD86;
  text-align: center;
  display: flex;
  width: 95%;
  height: 60px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  font-size: 25px;
  color: var(--text-color);
  /* font-weight: 600; */
  margin-top: 30px;
  margin: 30px auto 0;
}


.banner-logo-w-text {
  display: flex;
  gap: 30px;
  align-items: center;
}
.banner-logo{
  width: 168px;
  flex: none;
}
.tab {
  display: none;
}

.banner-left img {
  max-width: 100%;
  z-index: 1;
}

.steps-bg {
  background-color: #fff;
  border: 6px solid #0C5B67;
  border-top-right-radius: 65px;
  border-bottom-right-radius: 65px;
  margin-left: -20px;
  margin-top: 40px;
  padding: 40px 30px 40px 60px;
  height: 480px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.two-step-text {
  font-size: 44px;
  line-height: 60px;
  margin-bottom: 30px;
  letter-spacing: 2.5px;
}

.jamat-text {
  font-size: 35px;
  line-height: 45px;
  padding-left: 30px;
  letter-spacing: 1.8px;
  /* align-self: flex-end; */
}
.home-screen .jamat-text {
  margin-bottom: 15px;
}

.screen-right-side .steps-bg {
  background-color: #fff;
  border: 6px solid #0C5B67;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 65px;
  border-bottom-left-radius: 65px;
  margin-right: -40px;
  margin-top: 40px;
  padding: 100px 80px 110px 40px;
  box-sizing: border-box;
  margin-left: 0;
}

.taraweh-box {
  margin-left: 30px;
  margin-top: 30px;
}

.text35 {
  font-size: 35px;
  color: #2E2D2D;
  line-height: 55px;
  letter-spacing: 1.5px;
}

.text50 {
  font-size: 50px;
  color: var(--primary-color);
  font-weight: 700;
  letter-spacing: 2.5px;
}

.scan .banner-btn {
  width: 100%;
  margin: 30px 0 0;
}

.text24 {
  font-size: 24px;
  color: #fff;
  line-height: 40px;
  letter-spacing: 1.2px;
}

.footer-text {
  font-size: 30px;
  line-height: 45px;
  color: #fff;
  text-align: center;
  letter-spacing: 1.5px;
}

.footer-text a {
  color: #fff;
  font-weight: 700;
}

.copyright {
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 1.2px;
  text-align: center;
  color: #fff;
  border-top: 1px solid #fff;
  padding-top: 15px;
  width: 70%;
  align-self: center;
  margin: 15px auto;
  font-weight: 400;
}
#qrcode {
  background-color: #fff;
  border: 1px solid var(--primary-color);
  border-radius: 25px;
  padding: 50px;
  box-sizing: border-box;
  /* display: flex; */
}
#qrcode img {
  margin: auto;
  width: 100%;
}
@media (max-width: 1399px) {
.taqwa-text {
  font-size: 21px;
  line-height: 30px;
}
.steps-bg {
  height: 400px;
}
.two-step-text {
  font-size: 35px;
  line-height: 45px;
  margin-bottom: 30px;
  letter-spacing: 1.5px;
}
}

@media (max-width: 1199px) {
  .ds-none {
    display: none;
  }

  .head-text {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
  }

  .urdu-text {
    font-size: 25px;
  }

  .banner-head {
    font-size: 34px;
    line-height: 44px;
  }

  .banner-text {
    font-size: 24px;
    line-height: 38px;
  }

  .banner-btn {
    width: 100%;
  }

  .steps-bg {
    height: 330px;
  }

  .two-step-text {
    font-size: 35px;
    line-height: 45px;
  }

  .jamat-icon-box {
    width: 30%;
  }

  .jamat-icon-box img {
    max-width: 100%;
  }

  .jamat-text {
    font-size: 30px;
    line-height: 37px;
    margin-bottom: 10px;
  }

  .screen-right-side .steps-bg {
    padding-left: 10px;
  }

  .taraweh-screen .steps-bg {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (max-width: 991px) {

  /* .banner-left {
      margin-bottom: 30px;
    } */
  .taqwa-text {
    font-size: 25px;
    line-height: 40px;
  }
 

  .desk {
    display: none;
  }

  .tab {
    display: block;
  }

  .steps-bg {
    height: 250px;
  }

  .two-step-text {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 20px;
  }

  .jamat-text {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px;
    padding-left: 15px;
  }

  .taraweh-box img {
    max-width: 100%;
  }

  .screen-right-side .steps-bg {
    padding: 10px 110px 10px 40px;
  }

  .taraweh-box {
    width: 200px;
    margin-left: 20px;
    margin-top: 10px;
  }

  .scan {
    text-align: center;
    margin-top: 20px;
  }

  .scan .banner-btn {
    margin: 30px auto 0;
  }

  .scan-screen .text35 {
    text-align: center;
  }

  .banner-logo-w-text {
    margin-bottom: 40px;
  }

  .footer-text {
    text-align: left;
  }

  .copyright {
    margin: 15px 0 0 0;
    padding-left: 0;
    text-align: left;
  }
}

@media (max-width: 767px) {

  .banner-logo {
    width: 25%;
  }

  .banner-logo img {
    max-width: 100%;
  }

  .taqwa-text {
    width: 75%;
  }

  .taqwa-text img {
    width: 180px;
  }

  .taqwa-text {
    font-size: 25px;
  }

  .banner-head {
    font-size: 30px;
    line-height: 40px;
  }

  .banner-text {
    font-size: 20px;
    line-height: 30px;
  }

  .banner-btn {
    margin-top: 10px;
  }

  .steps-bg {
    height: 180px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 45px;
    border-bottom-right-radius: 45px;
    margin-left: -10px;
    padding-left: 20px;
  }
  .screen-right-side .steps-bg {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 45px;
    border-bottom-left-radius: 45px;
    margin-right: -20px;
    padding: 10px 20px 10px 20px;
  }
 
  
  .two-step-text {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 10px;
}
.jamat-text {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
  padding-left: 15px;
}
.scan-screen .text35 {
  font-size: 25px;
}
.scan-screen .text50 {
  font-size: 45px;
}
.steps-bg, .screen-right-side .steps-bg {
  margin-top: 20px;
}
}

@media (max-width: 575px) {
  .mobile-sec-pd {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px !important;
  }

  .taqwa-text {
    font-size: 18px;
    line-height: 26px;
}
.taqwa-text span {
  margin-top: 10px !important;
}
.scan img {
  max-width: 100%;
}
.banner-button, .scan .banner-btn {
  width: 100%;
}
.banner-left {
  margin: auto;
  width: 90%;
}
.steps-bg {
  margin: -10px 0 30px -25px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 45px;
  border-bottom-right-radius: 45px;
  z-index: 2;
  position: relative;
  height: 315px;
  padding-left: 40px;
}
.screen-right-side .steps-bg {
  margin: -10px -25px 30px 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 45px;
  border-bottom-left-radius: 45px;

}
.two-step-text {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 15px;
}
.jamat-icon-box {
  width: 30%;
}
.jamat-text {
  font-size: 25px;
  line-height: 35px;
}
.screen-right-side .order-1 {
  order: 2 !important;
}
.screen-right-side .order-2 {
  order: 1 !important;
}
.scan-screen .text35 {
  font-size: 20px;
  line-height: 35px;
}
.scan-screen .text50 {
  font-size: 35px;
}
.footer-1 .text24 {
  font-size: 18px;
  line-height: 23px;
}
.footer-text {
  font-size: 20px;
  line-height: 25px;
}
.copyright {
  font-size: 17px;
  width: 100%;
}
.banner-logo {
  width: 35%;
  text-align: center;
}
/* .banner-logo img {
  width: 100%;
} */
.taqwa-text img {
  width: 280px;
  margin-bottom: 20px;
}
.taqwa-text span {
  letter-spacing: 0.5px;
}
.banner-head {
  font-size: 28px;
  line-height: 35px;
}

.mobile-sec-pd .pe-0 {
  padding: 0 15px !important;
}

}
@media (max-width: 480px) {
  .taqwa-text {
    font-size: 17px;
  }
  .banner-head {
    font-size: 27px;
    line-height: 33px;
    letter-spacing: 1.5px;
  }
  .banner-left {
    width: 100%;
  }
  .two-step-text {
    font-size: 27px;
    line-height: 37px;
    margin-bottom: 15px;
}
.jamat-icon-box {
  width: 45%;
}
.jamat-text {
  font-size: 20px;
  line-height: 26px;
}
.taraweh-screen .two-step-text {
  font-size: 35px;
  line-height: 45px;
}
.taraweh-screen .two-step-text.track-taraweh {
  font-size: 20px;
  line-height: 38px;
}
.taraweh-screen .two-step-text.track-taraweh span {
  font-size: 30px;
}
.scan-screen .text35 {
  font-size: 18px;
}
.scan-screen .text50 {
  font-size: 32px;
}
}
@media (max-width: 400px) {
  .banner-logo {
    width: 30%;
  }
  .taqwa-text img {
    width: 190px;
    margin-bottom: 10px;
}
.banner-head {
  font-size: 25px;
  line-height: 35px;
  letter-spacing: 1.5px;
}
.two-step-text {
  font-size: 24px;
  line-height: 34px;
}
.steps-bg {
  padding-left: 20px;
}
.scan-screen .text35 {
  letter-spacing: 1px;
}
.scan-screen .text50 {
  font-size: 30px;
  letter-spacing: 1px;
}
.screen-right-side .steps-bg {
  margin-right: -15px;
  border-right: 0;
}
} 