@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@100;200;300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700;900&display=swap');



:root {
  --main-color: #000;
  --main-text: #04AA6D;
}
.fivetoten .fiveicon-theme-p{
    /*border-bottom:1px solid #000;*/
    font-size:18px;
    padding:15px 0 0 0;
    font-weight: 300;
    color:#fff;
    line-height: 29px;
}
.eid-announcement {
    position: relative!important;
    background-image: url(../images/new-opper.jpg) !important;
    background-size: cover!important;
    background-position: center!important;
    z-index: 0!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
    height: 100vh;
    display: flex;
    align-items: center;
}

.eid-announcement::before {
    content: ""!important;
    position: absolute!important;
    top: 0!important;
    left: 0!important;
    z-index: -1;
    width: 100%!important;
    height: 100%!important;
    background: rgba(0, 0, 0, 0.5)!important; /* Adjust the last value (0.5) for opacity */
}
top {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}

body {
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

select {
  cursor: pointer;
}

.btn:focus {
  outline: none;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

input:focus {
  outline: none;
  box-shadow: none;
}

button:focus {
  outline: none;
  box-shadow: none;
}

.btn:focus {
  outline: none;
  box-shadow: none;
}
.eid-announcement img{
    border-radius:10px;
}
.eid-announcement .eidi-78{
      text-align: start;
      font-family: 'Outfit';
      font-weight: 700;
      font-size: 30px;
      color: #04aa6d;
      padding: 0 0 30px 0;
      /* font-family: "Cinzel Decorative", serif; */
}

nav.navbar.navbar-dark.fixed-top {
  padding: 50px 0 0px 0;
}

.top-header .main-details ul {
  display: flex;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
  border-radius: 20px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #9b9b9bc4;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #000;
}
.eid-announcement{
    background-image:url(../images/ramadan-eid);
    
}

/* Handle on hover */
/* ::-webkit-scrollbar-thumb:hover {
  background: #000;
} */
/*.fivetoten{*/
/*    background-image:url(../images/index.png);*/
/* height:100vh;   */
/*}*/

.header-main {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  transition: 0.5s;
}

.header-main.scroll {
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(5px);
}

.header-main .navbar-brand {
  display: block;
  width: 100px;
  transition: 0.5s;
}

.header-main.scroll .navbar-brand {
  width: 70px;
}

header .navbar-toggler span {
  filter: brightness(2.5) invert(1);
}

.banner-home {
  position: relative;
  min-height: calc(100vh + 262px);
  z-index: 1;
  overflow: hidden;
}

.banner-home .banner-cloud,
.banner-home .banner-mosque {
  position: absolute;
  left: 0;
  right: 0;
  max-width: 100%;
}

.banner-home .banner-cloud {
  top: 0;
  transform: translateY(-100%);
}

.banner-home .banner-mosque {
  bottom: 0;
  transform: translateY(100%);
}

.banner-home::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/banner-home-bg.png);
  background-size: cover;
  background-position: center center;
  z-index: -2;
  transition: 1s;
  transform: scale(0);
}

.loaded .banner-home::before {
  animation: 1s banner-home-bg forwards linear;
}

.loaded .banner-home .banner-mosque {
  animation: 1s banner-home-mosque forwards linear 1s;
}

.loaded .banner-home .banner-cloud {
  animation: 1s banner-home-cloud forwards linear 0.9s;
}

@keyframes banner-home-bg {
  0% {
    transform: scale(0);
  }

  80% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes banner-home-mosque {
  0% {
    transform: translateY(100%);
  }

  80% {
    transform: translateY(0%);
  }

  100% {
    transform: translateY(20px);
  }
}

@keyframes banner-home-cloud {
  0% {
    transform: translateY(-100%);
  }

  80% {
    transform: translateY(0%);
  }

  100% {
    transform: translateY(-20px);
  }
}

.banner-home .main-text h5 {
  font-family: "Cinzel Decorative", serif;
  text-align: center;
  font-size: 30px;
  padding: 15px 0 15px 0;
  font-weight: 500;
  color: #000;
}

.banner-home .main-text h2 {
  color: #fff;
  text-align: center;
  font-family: 'Noto Kufi Arabic', sans-serif;
}

.banner-home .main-text h1 {
  font-family: 'Satoshi', sans-serif;
  font-size: 59px;
  padding: 24px 1px 92px 0;
  font-weight: 500;
  color: #fff;
}

.banner-home .main-text {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  flex-direction: column;
}

@keyframes fadeUpAnimation {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }

  80% {
    opacity: 0.5;
    transform: translateX(0);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeUpAnimation-1 {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }

  80% {
    opacity: 0.5;
    transform: translateX(0);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeUpAnimation-top {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeUpAnimation-bottom {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.main-text .right-side {
  opacity: 1;
  animation: fadeUpAnimation-1 4s linear forwards;
}

.main-text .left-side {
  opacity: 1;
  animation: fadeUpAnimation 4s linear forwards;
}

.main-text .top-side {
  opacity: 1;
  animation: fadeUpAnimation-top 4s linear forwards;
  padding-bottom: 25px;
}

.main-text .bottom-side {
  opacity: 1;
  animation: fadeUpAnimation-bottom 4s linear forwards;
}

.activates h2 {
  width: 50%;
  text-align: center;
  /* font-family: 'Outfit'; */
  margin: 0 auto;
  color: var(--main-text);
  font-weight: 600;
  line-height: 45px;
  word-spacing: 3px;
  font-size: 33px;
  font-family: "Cinzel Decorative", serif;
}

.cuping button {
  margin: 0 auto;
}

.shabebarat-text h4 {
    font-size: 30px;
    font-family: "Cinzel Decorative", serif;
    color: #000000;
    font-weight: 600;
    line-height: 40px;
}

.activates p {
  color: var(--main-color);
  font-size: 18px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  padding: 15px 0 15px 0;
  margin: 0 auto;
  width: 70%;
}

p.muharam-para {
    font-size: 17px;
    font-family: 'Outfit';
    color: #000;
}

.muharam-img img {
    height: 94vh;
    object-fit: cover;
}

.muharam-img{
    text-align: center;
}

section.muh-detals {
    padding: 50px 0 0 0;
}
.activates {
  padding: 80px 0 100px 0;
}

.cuping a {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  color: var(--main-color);
  border: 1px solid var(--main-text);
  width: fit-content;
  padding: 10px 10px 10px 10px;
  font-size: 17px;
  font-weight: 500;
  border-radius: 25px;
  margin: 13px auto;
  transition: 0.3s;
}

.cuping a img {
  width: 20%;
  object-fit: contain;
  margin: 0 0 0 10px;
  transition: 0.3s;
}

.cuping a:hover img {
  filter: brightness(0.5) invert(1);
}

.custom-card {
  border: 1px solid var(--main-color);
  padding: 22px;
  border-radius: 15px;
  transition: 0.3s ease-in-out;
  position: relative;
  height: 100%;
}

.cuping a:hover {
  color: #fff;
  background-color: var(--main-text);
}

.custom-card h6 {
  padding: 0 0 18px 0;
  font-size: 18px;
  color: #000;
}

.custom-card h4 {
  font-weight: 800 !important;
  font-family: "Cinzel Decorative";
  padding: 0 0 12px 0;
  font-size: 50px;
  color: #000;
}

section.long-short {
  padding: 90px 0;
}

.custom-card p {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  font-family: 'Outfit';
}


.custom-card span {
  font-size: 22px;
  font-family: 'Outfit';
  font-weight: 500;
  color: #000;
}

.custom-card:hover span {
  color: #fff;
}

.custom-card:hover p {
  color: #fff;
}

.custom-card:hover h4 {
  color: #fff;
}

.custom-card:hover {
  background: #04AA6D;
  color: #fff !important;
  border: none;
}

.lab-ink {
  font-family: 'FontAwesome';
  padding: 10px 16px;
  background: #000;
  color: #fff;
  font-size: 32px;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  right: 18px;
  display: none;
  transition: 0.5s ease-in-out;
}

.custom-card:hover .lab-ink {
  background: #fff;
  color: #04AA6D !important;
  display: block;
}

.daba654 {
  font-family: 'Poppins';
  padding: 5px 0 25px 0;
  display: block;
  font-size: 20px !important;
  color: #000;
  font-weight: 400;
}

.food h2 {
  /* font-family: 'Outfit'; */
  font-weight: 600;
  font-size: 38px;
  color: #04aa6d;
  font-family: "Cinzel Decorative", serif;
}

.basic-input input {
  width: 100%;
  padding: 5px 0 5px 14px;
  border-radius: 35px;
  border: 2px solid #04aa6d;
  font-family: 'Outfit';
}

.food {
  padding: 0 30px;
}

.claim {
  padding: 60px 0 0 0;
  font-family: 'Outfit';
  color: #000;
}

.basic-input::placeholder {
  color: #C9C9C9;
}

.basic-input textarea {
  width: 100%;
  padding: 10px 0 0 14px;
  border-radius: 25px;
  border: 2px solid #04aa6d;
  font-family: 'Outfit';
  height: 85px;
}

.basic-input label {
  font-family: 'Outfit';
  color: #000;
  padding: 20px 0 8px 6px;
  font-size: 18px;
}

.btnsumbit button {
  width: 40%;
  padding: 9px 0;
  font-family: 'Outfit';
  font-size: 22px;
  border-radius: 30px;
  margin: 12px 0 0 0;
  background: #04aa6d;
  border: none;
  color: #fff;
}

.main-doing {
  border: 1px solid #000;
  border-radius: 15px;
  padding: 15px 20px 15px 20px;
  transition: 0.5s;
}

.main-doing h2 {
  color: #000;
  font-size: 35px;
  font-weight: 900;
  font-family: 'Outfit';
  padding: 0 0 15px 0;
}

.main-doing p {
  font-family: 'Outfit';
  color: #000;
  font-size: 18px;
  padding: 0 0 12px 0;
}

.main-doing span {
  color: #000 !important;
  font-size: 17px;
  font-family: 'Outfit';
  font-weight: 500;
}

.online {
  height: 100%;
}

.donate a {
  display: flex;
  justify-content: center;
  color: var(--main-color);
  border: 1px solid var(--main-text);
  width: fit-content;
  padding: 8px 15px 8px 15px;
  font-size: 20px;
  border-radius: 30px;
  margin: -28px auto;
  transition: 0.3s;
  font-family: 'Outfit';
  font-weight: 500;
}

.donate a:hover img {
  filter: brightness(0.5) invert(1);
}

.donate a img {
  width: 20%;
  object-fit: contain;
  margin: 0 0 0 10px;
  transition: 0.3s;
}

.donate a:hover {
  color: #fff;
  background-color: var(--main-text);
}

section.donatings {
  padding: 10px 0 80px 0;
}

.main-doing:hover {
  background: #04aa6d;
  border: none;
}

.main-doing:hover span {
  color: #fff !important;
}

.main-doing:hover h2 {
  color: #fff;
}

.main-doing:hover p {
  color: #fff;
}


/* footer start ------------*/

.no-dept p {
  font-family: 'Outfit';
  padding: 60px 0 0 0;
  font-size: 18px;
  font-weight: 400;
}

section.ending {
  padding: 76px 0 30px 0;
  background: #04aa6d;
}

.gooing {
  font-family: "Cinzel Decorative";
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  padding: 16px 0 16px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin: 25px 0 0 0;
}


.hard-wrks ul li a {
  color: #fff;
  font-family: 'Outfit';
  font-size: 17px;
}

.hard-wrks ul {
  padding: 25px 0 0 0;
}

.hard-wrks ul li {
  padding: 0 0 10px 0;
}

.hard-wrks i {
  padding: 0 16px 0 0;
  font-size: 20px;
  color: #333030;
}

.last-copyright {
  padding: 60px 0 0 0;
}

.try-every {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #fff;
  padding: 15px 0;
  border-bottom: 1px solid #fff;
}

.last-copyright span {
  font-family: 'Outfit';
  color: #fff;
}

li.clearance {
  display: flex;
  align-items: center;
  justify-content: center;
}

.q-mbl i {
  padding: 0 8px;
  color: #fff;
  font-size: 16px;
}

.q-mbl {
  display: flex;
  align-items: center;
  justify-content: center;
}

.fast-speed {
  color: #fff !important;
}

.no-dept p {
  font-family: 'Outfit';
  padding: 20px 0 0 0;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

.hard-wrks {
  padding: 30px 0 0 0;
}

.no-dept img {
  width: 130px;
}

/* footer end ----------- */

.time-haeding  {
  text-align: center;
  /* font-family: 'Outfit'; */
  font-weight: 700;
  font-size: 50px;
  color: #04aa6d;
  padding: 0 0 30px 0;
  font-family: "Cinzel Decorative", serif;
}

.main-shadow {
  box-shadow: 1px 2px 10px 2px #d9d9d9;
  padding: 25px;
  text-align: center;
  border-radius: 3%;
  overflow: auto;
  max-height: 411px;
}

thead.settings {
  background: #04aa6d;
  color: #fff;
  font-family: 'Outfit';
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 1px;
}

table.table tr td {
  font-family: 'Outfit';
  color: #000;
  padding: 12px 0;
  border-bottom: 1px solid #000;
  font-size: 22px;
  font-weight: 500;
}

section.time-table {
  padding: 70px 0 70px 0;
}

.jumah h5 {
  color: #fff;
  font-family: 'Outfit';
  padding: 8px 0;
  font-weight: 500;
}

.jumah h2 {
  font-family: 'Outfit';
  font-weight: 700;
  color: #fff;
  /* text-align: center; */
  font-size: 38px;
  /* position: absolute; */
  /* top: 50%; */
  /* left: 50%; */
  /* transform: translate(-50%, -50%); */
  /* transition: 0.7s ease-in-out; */
}

.decision {
  background-image: linear-gradient(260deg, rgb(26 26 26 / 77%) 13%, rgb(0 0 0 / 62%)), url(../images/jummah987.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 10px 20px 0;
  /* height: 43vh; */
  border-radius: 25px;
  /* width: 100%; */
  /* position: relative; */
  /* display: flex; */
  /* flex-direction: column; */
  /* justify-content: flex-end; */
  /* transition: 0.5s ease-in-out; */
  text-align: center;
}
.decision img {
  width: 33%;
  height: 75px;
  object-fit: contain;
}

.decision p {
  font-family: 'Outfit';
  color: #fff;
  padding: 10px 0 25px 0;
  font-size: 18px;
}

/*rabiulawal*/

.rabi-un-noor{
    display: block;
    margin: 0 auto;
    text-align: center;
}

section.rabiulawal {
    padding: 0 0 90px 0;
}

.rabi2-haeding {
    font-weight: 700;
    font-size: 30px;
    color: #04aa6d;
    font-family: "Cinzel Decorative", serif;
    padding-bottom: 10px;
}
.rb-1 p {
    font-family: 'Outfit';
    color: #000;
    font-size: 18px;
}

.rabi-haeding {
    text-align: center;
    font-weight: 700;
    font-size: 80px;
    color: #04aa6d;
    font-family: "Cinzel Decorative", serif;
}

.rabiul-img {
    height: 450px;
    width: 90%;
    object-fit: cover;
}


.decision span {
  font-family: 'Outfit';
  color: #fff;
  font-size: 18px;
 
}

/* .decision:hover span {
  opacity: 1;
}

.decision:hover p {
  opacity: 1;
} */

/* .decision:hover .jumah h2 {
  top: 10px;
  left: 10px;
  transform: translate(0, 0) scale(0.8);
} */

.for-less h2 {
  text-align: center;
  font-size: 58px;
  /* font-family: 'Outfit'; */
  font-weight: 600;
  padding: 0 0 25px 0;
  color: #04aa6d;
  font-family: "Cinzel Decorative", serif;
}

.amstani {
  background-image: linear-gradient(260deg, rgb(26 26 26 / 77%) 13%, rgb(0 0 0 / 48%)), url(../images/masjisrectanle.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 25px 0 0 0;
  border-radius: 25px;
  /* position: relative; */
  /* display: flex; */
  /* flex-direction: column; */
  /* justify-content: flex-end; */
  /* transition: 0.8s ease-in-out; */
}

.hayat h2 {
  font-family: 'Outfit';
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-size: 35px;
  /* position: absolute; */
  /* top: 50%; */
  /* left: 20%; */
  /* right: 0; */
  /* transform: translate(-12%, -50%); */
  /* transition: 1s cubic-bezier(0, 0, 0.74, 0.98); */
}

.hayat p {
  color: #fff;
  font-family: 'Outfit';
  padding: 28px 23px 0 23px;
  font-size: 20px;
}

ul.waiting {
  color: #fff;
  font-family: 'Outfit';
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 30px 15px 30px;
}

.marketing {
  margin: 0 15px 0 0;
}

.amstani:hover .hayat p {
  opacity: 1;
}

.amstani:hover .waiting {
  opacity: 1;
}


.activates {
  background-image: url(../images/background-cover.webp);
  background-size: covert;
  margin: 0 0 5px 0;
  background-repeat: no-repeat;
}

.waiting a {
  color: #fff;
}

section.posting {
  padding: 0 0 90px 0;
}

.kabhi-no {
  background-image: linear-gradient(260deg, rgb(26 26 26 / 77%) 13%, rgb(0 0 0 / 62%)), url(../images/short.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 30px 16px 20px 15px;
  height: 43vh;
  border-radius: 25px;
  width: 100%;
  position: relative;
  /* display: flex; */
  /* flex-direction: column; */
  /* justify-content: flex-end; */
  transition: 0.5s ease-in-out;
  color: #fff;
  font-family: 'Outfit';
  transition: 0.8s ease-in-out;
}

.purpose p {
  font-size: 17px;
  padding: 0 0 8px 0;
}

.purpose h2 {
  font-size: 38px;
  font-weight: 700;
  padding: 0 0 10px 0;
}

.green-color{
  color: #04a96d;
}

.kabhi-no:hover .purpose span {
  opacity: 1;
  transition: 0.5s ease-in-out;
}

.kabhi-no:hover .purpose h5 {
  opacity: 1;
  transition: 0.5s ease-in-out;
}

.kabhi-no:hover .purpose p {
  opacity: 1;
  transition: 0.5s ease-in-out;
}

.kabhi-no:hover .purpose img {
  opacity: 1;
  transition: 0.5s ease-in-out;
}

.purpose span {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 1.1px;
}

.purpose h5 {
  font-weight: 600;
  padding: 0 0 8px 0;
}

.not-possible {
  background-image: url(../images/long.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 0 12px 0;
  height: 43vh;
  border-radius: 25px;
  position: relative;
  /* display: flex;
  flex-direction: column;
  justify-content: flex-end; */
  transition: 0.8s ease-in-out;
}

.what-doo {
  color: #fff;
  font-family: 'Outfit';
  padding: 30px 0 30px 30px;

}

.what-doo h2 {
  font-size: 35px;
  font-weight: 700;
  padding: 0 0 10px 0;
}

.what-doo p {
  padding: 40px 0 0 0;
  font-size: 25px;
  font-weight: 500;
}


.what-doo span {
  font-size: 25px;
  font-weight: 500;
}

.prayer {
  background: #fff;
  border-radius: 10px;
  padding: 20px 0 20px 0;
  font-family: 'Outfit';
  margin: 30px 0 30px 0;
  height: 200px;
}

.prayer p {
  padding: 15px 0 0 0;
  color: #000;
  font-size: 15px;
  font-weight: 600;
}

.prayer span {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

.prayer:hover {
  background: #04aa6d;
  color: #fff;
  transition: 0.5s ease-in-out;

}

.prayer:hover p {
  color: #fff;
}

.prayer:hover span {
  color: #fff;
}

.prayer img {
  filter: brightness(0)invert(0);
  transition: 0.3s;
}

.prayer:hover img {
  filter: brightness(1)invert(0);
}

.hijri-calendar h2 {
  text-align: center;
  /* font-family: 'Outfit'; */
  font-weight: 700;
  font-size: 50px;
  color: #04aa6d;
  margin-bottom: 30px;
  font-family: "Cinzel Decorative", serif;
}

section.hijri-calendar {
  padding: 0 0 50px 0;
}

.hijri-calendar .calendar-wrapper {
  position: relative;
  background-color: #04AA6D;
  padding: 30px;
  border-radius: 20px;
  overflow: hidden;
}

.hijri-calendar .calendar-wrapper.loading::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  border-radius: 20px;
  backdrop-filter: blur(3px);
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url(../images/loader.svg);
  background-repeat: no-repeat;
  background-size: 200px;
  background-position: center center;
}

.hijri-calendar .calendar-wrapper .calendar-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.hijri-calendar .calendar-wrapper .calendar-head h3 {
  font-family: 'Outfit';
  font-weight: 600;
  color: #fff;
  font-size: 36px;
}

.hijri-calendar .calendar-wrapper .calendar-head>* {
  flex: 1;
  display: flex;
  align-items: flex-end;
  gap: 15px;
}

.hijri-calendar .calendar-wrapper .calendar-head .tabs-btn {
  justify-content: center;
}

.hijri-calendar .calendar-wrapper .calendar-head .calendar-nav {
  justify-content: flex-end;
}

.hijri-calendar .calendar-wrapper .calendar-head .calendar-nav button {
  background-color: #fff;
  border: 2px solid #fff;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  color: #04aa6d;
  transition: 0.3s;
}

.hijri-calendar .calendar-wrapper .calendar-head .calendar-nav button:hover {
  filter: brightness(0.8);
}

.hijri-calendar .calendar-wrapper table {
  width: 100%;
}

.hijri-calendar .calendar-wrapper table thead th {
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  color: #fff;
}

.hijri-calendar .calendar-wrapper table tbody td {
  padding: 10px;
  font-family: 'Poppins', sans-serif;
  width: 14.3%;
  height: 170px;
}

.hijri-calendar .calendar-wrapper table tbody td .info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  background-color: #fff;
  height: 100%;
  width: 100%;
  padding: 15px;
  border-radius: 20px;
  font-size: 18px;
  font-weight: 600;
}

.hijri-calendar .calendar-wrapper table tbody td .info.disabled {
  background-color: #cfcfcf;
}

.hijri-calendar .calendar-wrapper table tbody td .info .day {
  text-align: right;
}

.hijri-calendar .calendar-wrapper table tbody td .info .day .hijri {
  color: #04AA6D;
  font-weight: 500;
  font-size: 16px;
}

.hijri-calendar .calendar-wrapper table tbody td .holiday li:not(:nth-last-child(1)) {
  margin-bottom: 5px;
}

.hijri-calendar .calendar-wrapper table tbody td .holiday {
  width: 100%;
}

.hijri-calendar .calendar-wrapper table tbody td .holiday li {
  font-size: 12px;
  background-color: #04AA6D;
  color: #fff;
  padding: 3px 10px;
  letter-spacing: 0.5px;
  border-radius: 5px;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
}

.school {
  background-image: url(../images/bg-18.jpg);
  background-size: cover;
  padding: 50px 0;
  display: flex;
  align-items: center;
  background-attachment: fixed;
  margin-bottom: 70px;
}

.school .islamic-school p {
  color: rgba(255, 255, 255, 0.5);
  font-family: 'Poppins';
  text-align: center;
  position: relative;
}

.islamic-school {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.school .islamic-school .firts-icons {
  width: 22%;
}

.school .islamic-school p::after {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #04aa6d;
  bottom: -25px;
  left: 0;
  width: 100%;
}

.school .islamic-school h2 {
  color: #fff;
  font-size: 3em;
  font-weight: 700;
  padding: 15px 0 25px 0;
  font-family: 'Outfit';
  text-align: center;
}
.school .islamic-school table{
  margin: 50px 0 30px;
}
.school .islamic-school table th,
.school .main-ul-green strong,
.school .main-ul-green-1 strong {
  color: rgba(255, 255, 255, 0.5);
  white-space: nowrap;
  /* text-align: center; */
  font-size: 25px;
  font-family: 'Outfit';
  padding: 5px 30px;
  letter-spacing: 0.5px;
}
.school .islamic-school tbody tr td:nth-child(1),
.school .main-ul-green-1 ul li {
  color: var(--main-text);
  font-family: 'Poppins';
  padding: 5px 30px;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 600;
}
.school .islamic-school tbody tr td,
.school .main-ul-green ul li {
  color: #FFF;
  font-family: 'Poppins';
  padding: 5px 30px;
  min-width: 200px;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 500;
 
}

.mian-button {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  color: #fff;
  border: 1px solid var(--main-text);
  width: fit-content;
  padding: 10px 10px 10px 10px;
  font-size: 17px;
  font-weight: 500;
  border-radius: 25px;
  margin: 24px auto;
  background: #04aa6d;
  transition: 0.3s;
}

.mian-button:hover {
  color: var(--main-text);
  background-color: #fff;
}

.mian-button .islamic-icon {
  width: 4%;
  object-fit: contain;
  transform: rotate(323deg);
  margin: 0 0 0 10px;
  transition: 0.3s;
  filter: brightness(0.5) invert(1);
}

.mian-button:hover img {
  filter: brightness(0.5) invert(1);
}

.btn10 {
  top: 40px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase !important;
  letter-spacing: 2px;
  color: #fff;
  cursor: hand;
  text-align: center;
  text-transform: capitalize;
  border: 1px solid #fff;
  border-radius: 50px;
  position: relative;
  overflow: hidden !important;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background: transparent !important;
  z-index: 10;

}


.btn-1 {
  border: none;
  display: block;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  outline: none;
  overflow: hidden;
  position: relative;
  color: #04aa6d;
  font-weight: 700;
  font-size: 15px;
  background-color: #fff;
  padding: 17px 60px;
  margin: 0 auto;
  border-radius: 25px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.20);
}

.btn-1 span {
  position: relative;
  z-index: 1;
}

.btn-1:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 490%;
  width: 140%;
  background: #04aa6d;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
  transform: translateX(-98%) translateY(-25%) rotate(45deg);
}

.btn-1:hover {
  color: #fff;
}

.btn-1:hover:after {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
}

.Blog {
  padding: 80px 0px;
}

.Blog .blogin-heading h5 {
  font-family: 'Outfit';
  color: var(--main-text);
  font-weight: 600;
  font-size: 25px;
  text-align: center;
}

.Blog .blogin-heading h2 {
  font-family: "Cinzel Decorative", serif;
  font-size: 60px;
  font-weight: 700;
  padding: 10px 0 10px 0;
  text-align: center;
  color: #fff;
}

.Blog .blogin-heading p {
  text-align: center;
  color: #fff;
  font-family: 'Poppins';
  padding: 0 0 20px 0;
}

.Blog {
  background: url(../images/tq-bg4.jpg);
  background-position: center;
  background-size: cover;
}

.Blog .main-bloging img {
  width: 100%;
  /* border-radius: 25px 25px 0 0; */
}

section.new-form {
  padding: 100px 0px;
}

.Blog .main-bloging .blog-details {
  background: #fff;
  padding: 20px 20px 20px 20px;
  /* border-radius: 0 0px 25px 25px; */
}

.Blog .main-bloging .blog-details h3 {
  font-family: 'Outfit';
  font-size: 22px;
  color: var(--main-text);
  padding: 0px 0 10px 0;
  font-weight: 500;
}

.Blog .main-bloging .blog-details h6 {
  font-size: 16px;
  padding: 0 0 10px 0;
  color: #b1b1b1;
  font-family: 'Outfit';
}

.Blog .main-bloging .blog-details p {
  color: #000;
  font-family: 'Poppins';
  padding: 0 0 10px 0;
  font-weight: 400;
  font-size: 14px;
}

.Blog .main-bloging .blog-details a {
  font-family: "Cinzel Decorative", serif;
  text-decoration: underline;
  font-size: 20px;
  font-weight: 800;
  color: var(--main-text);
  transition: 0.3s;


}

.Blog .main-bloging .blog-details a:hover {
  color: #000;
}

.services-section .main-service-heading h6 {
  font-family: 'Outfit';
  color: var(--main-text);
  font-weight: 600;
  font-size: 25px;
  text-align: center;
}

.services-section .main-service-heading h2 {
  font-family: "Cinzel Decorative", serif;
  font-size: 60px;
  font-weight: 700;
  padding: 10px 0 10px 0;
  text-align: center;
  color: #000;
}

.services-section {
  padding: 18px 0 80px 0;
}

.services-section .custom-card-1 img {
  width: 30%;
}

.services-section .custom-card-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.services-section .custom-card-1 h3 {
  font-weight: 500;
  font-size: 18px;
  font-family: 'Outfit';
  padding: 10px 0 10px 0;
  color: #006335;
}

.services-section .custom-card-1 {
  border: 1px solid #ededed;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  float: left;
  width: 100%;
  padding: 25px 30px 35px;
  transition: 0.3s;
  box-shadow: 0 1px 4px rgba(38, 50, 56, .2);
}

.services-section .custom-card-1 a {
  color: var(--main-text);
  font-weight: 800;
  font-family: "Cinzel Decorative", serif;
  text-decoration: underline;
}

.services-section .custom-card-1 p {
  font-family: 'Poppins';
  color: #666;
  line-height: 26px;
  font-size: 15px;
  font-weight: 400;
  padding: 0 0 10px 0;
  text-align: center;
  width: 90%;
  margin: 0 auto;
}

.services-section .custom-card-1:hover {
  background-color: var(--main-text);
  color: #fff;

}

p.takbeer {
    font-family: 'Outfit';
    color: #000;
    font-size: 18px;
    text-align: center;
    padding: 25px 35px 25px 35px;
    box-shadow: 5px 2px 15px 2px rgba(0, 0, 0, 0.12) !important;
    border-radius: 10px;
}
section.zulhaj-98 {
    
    padding: 50px 46px;
}


.services-section .custom-card-1:hover img {
  filter: brightness(0) invert(1);
}

.services-section .custom-card-1:hover p {
  color: #fff;
}

.services-section .custom-card-1:hover h3 {
  color: #fff;
}

.services-section .custom-card-1:hover a {
  color: #fff;
}

.main-women {
  padding: 80px 0px;
  background-image: url(../images/pattern-bg.webp);
  background-size: cover;
  margin: 80px 0 80px 0;
  position: relative;
  background-repeat: no-repeat ;
}

.main-women .custom-image{
  transition: 0.3s;
}
.main-women .custom-image h6 {
  text-align: center;
  color: var(--main-text);
  font-family: 'Outfit';
  font-weight: 600;
  font-size: 16px;
  background-color: #fff;
  width: fit-content;
  margin: 10px auto;
  padding: 15px;
  border: 1px solid var(--main-text);
  border-radius: 25px;
}

.main-women .owl-nav .owl-prev span {
  position: absolute;
  left: -40px;
  top: 50%;
  border: 1px solid var(--main-text);
  font-size: 30px;
  color: #fff;
  padding: 5px 10px 5px 10px;
  background-color: var(--main-text);
}
.main-women  .owl-nav .owl-next span{
  position: absolute;
  right: -40px;
  top: 50%;
  border: 1px solid var(--main-text);
  font-size: 30px;
  color: #fff;
  padding: 5px 10px 5px 10px;
  background-color: var(--main-text);
}
.mainbisim {
  display: flex;
  justify-content: center;
}
.mainbisim img{
margin: 0 0 15px 0;
}
.custom-image:hover h6{
  background-color: var(--main-text);
  color: #fff;
}

/* --------- speeches ---------- */

section.toping-botoming {
  padding: 80px 0 60px 0;
}

h5.friending {
  background: #04aa6d;
  color: #fff;
  font-family: 'Poppins';
  padding: 10px 0;
  text-align: center;
  font-weight: 600;
  font-size: 27px;
  border-radius: 20px 20px 0 0;
}
.main-bac {
  border-right: 2px solid #04aa6d;
  padding: 14px 15px;
  border-left: 2px solid #04aa6d;
  border-bottom: 2px solid #04aa6d;
  margin: 0 0 20px 0;
  border-radius: 0 0 20px 20px;
}

.main-bac span {
  font-family: 'Outfit';
  font-size: 16px;
  color: #000;
}

.main-bac span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}

.main-bac ul{
  height: 230px;
  overflow: auto;
}

.detail-main{
  padding: 150px 0 70px 0;
}

.detailing p {
  color: #000;
  font-family: 'Outfit';
  font-size: 18px;
}

.main-silder-input {
  width: 100%;
  font-family: 'Outfit';
  color: #000;
  font-weight: 500;
  border: 2px solid #adadad;
  border-radius: 6px;
  padding: 3px 0 3px 10px;
  display: flex;
  align-items: center;
}

.main-silder-input input {
  border: none;
}

.poke-search {
  display: block;
  border: none;
  outline: none;
}

.support {
  background: linear-gradient(260deg,rgba(0,0,0,.746) 13%,rgba(0,0,0,.729)),url(../images/detailing.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  text-align: center;
  color: #000;
  display: flex;
  align-items: center;
  padding: 40px 0 0 0
}

.agency h1 {
  font-size: 65px;
  font-weight: 600;
  color: #fff;
}

.agency {
  font-family: 'Noto Kufi Arabic', sans-serif;
}


.main-packages span {
  font-family: 'Outfit';
  font-size: 16px;
  color: #1381f5;
}

.main-packages span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}

.main-packages ul {
  list-style-type: disclosure-closed;
  color: #1381f5;
}


.detailing {
  padding-right: 70px;
}

.main-packages {
  padding-top: 30px;
}

.detailing h3 {
  color: #000;
  padding: 0 0 28px 0;
  font-size: 42px;
  font-weight: 600;
  font-family: 'Cinzel Decorative';
}


/* ---------- about page --------- */
.about-banner{
  background: linear-gradient(260deg,rgb(0 0 0 / 62%) 13%,rgb(55 54 54 / 73%)), url(../images/green--min.jpg);
  background-position: center;
  background-size: cover;
  height: 75vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.down h2 {
  color: #fff;
  font-family: 'Cinzel Decorative';
  font-weight: 600;
  font-size: 60px;
}

.down p {
  color: #fff;
  font-family: 'Outfit';
  font-size: 18px;
  padding: 6px 150px;
}


.down span {
  color: #fff;
  font-family: 'Outfit';
  padding: 24px 0 0 0;
  display: block;
  font-size: 18px;
}

.down a {
  color: #fff;
}

.down img {
  padding: 0 0 24px 0;
}

.customize h3 {
  text-align: center;
  font-family: 'Cinzel Decorative';
  color: #04aa6d;
  font-weight: 700;
  font-size: 50px;
  padding: 40px 0;
}

.wining{
  /* background:  url(../images/free-vector.png); */
  background:  url(../images/colo.png);
  background-position: center;
  background-size: cover;
  height: 100vh;
 display: flex;
 align-items: center;
}

.atamad {
  padding: 360px 0 0 110px;
}

.atamad h5 {
  color: #fff;
  font-family: 'Cinzel Decorative';
  font-size: 27px;
  font-weight: 600;
}

.politic987s {
  /* border: 2px solid #04aa6d; */
  padding: 10px 10px;
  border-radius: 25px;
  height: 100%;
}

.politic987s p {
  font-family: 'Outfit';
  color: #000;
  padding: 15px 0 0 0;
}

.politic987s h3 {
  font-family: 'Cinzel Decorative';
  font-weight: 600;
  color: #04aa6d;
  font-size: 32px;
}

section.you-know {
  padding: 65px 0 0 0;
}

.naming {
  /* border: 2px solid #04aa6d; */
  padding: 20px 10px;
  border-radius: 25px;
  height: 100%;
  text-align: center;
  background: #fff;
  box-shadow: 1px 2px 15px 2px #d9d9d9;
}
.naming p {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  font-family: 'Outfit';
}

section.why-know {
  padding: 40px 0;
  background: #f8f8f8;
}

.why-know h3 {
  font-family: 'Cinzel Decorative';
  padding: 0 150px;
  text-align: center;
  font-weight: 600;
  color: #000;
  font-size: 30px;
}

.gaflat{

  font-family: 'Outfit';
  font-size: 18px;
  color: #000;
  text-align: center;
  padding-top: 8px;
}

.motrola {
  text-align: center;
  color: #000;
}

.motrola h4 {
  font-family: 'Cinzel Decorative';
  font-size: 35px;
  font-weight: 600;
}

.motrola p {
  font-size: 20px;
  color: #000;
  font-family: 'Outfit';
  padding: 10px 0 0 0;
}

.nexting-loog {
  padding: 50px 0;
  text-align: center;
}

.contact-map .map-iframe{
  width: 100%;
  height: 450px;
}

/* form car  */

.address-car ul .address-icon::after {
  content: '\f3c5';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 24px;
  font-family: "Font Awesome 6 Pro";
  transform: translateX(-130%) translateY(23%);
  border: 2px solid #04aa6d;
  padding: 5px 14px 5px 14px;
  border-radius: 29px;
}

.address-car ul .phone-icon::after {
  content: '\f095';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  font-family: "Font Awesome 6 Pro";
  transform: translateX(-130%) translateY(23%);
  border: 1px solid #04aa6d;
  padding: 7px 12px 7px 12px;
  border-radius: 29px;
}

.address-car ul .sales-icon::after {
  content: '\f0e0';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 22px;
  font-family: "Font Awesome 6 Pro";
  transform: translateX(-130%) translateY(23%);
  border: 2px solid #04aa6d;
  padding: 7px 12px 8px 12px;
  border-radius: 29px;
}

.address-car ul li h5 {
  text-transform: capitalize;
  color: #000;
  font-size: 25px;
  font-weight: 600;
  font-family: "Cinzel Decorative", serif;
}

.address-car ul li p, .address-car ul li a {
  font-family: 'Outfit', sans-serif;
  padding: 14px 0 5px 0;
  color: #000;
  font-size: 18px;
}

.address-car ul .phone-icon::after {
  content: '\f095';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 22px;
  font-family: "Font Awesome 6 Pro";
  transform: translateX(-130%) translateY(23%);
  border: 2px solid #04aa6d;
  padding: 7px 12px 7px 12px;
  border-radius: 29px;
}

section.battle-news {
  padding: 0 0 85px 0;
}

.address-car ul li {
  position: relative;
  margin: 20px auto;
}

.ultimate {
  background: url(../images/masjid.jpg);
  background-position: top 120px center;
  background-repeat: no-repeat;
  background-size: 30vw;
}

.goals-color{
  position: relative;
}

.goals-color::after {
  content: '';
  background: url(../images/flower.png);
  position: absolute;
  top: -260px;
  right: 0px;
  left: -58px;
  bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
  height: 38vw;
  z-index: -3;
}

.stone-love{
  position: relative;
}

.stone-love::after {
  content: '';
  /* background: url(../images/flower-2.png); */
  background: url(../images/kaaba.png);
  position: absolute;
  top: -350px;
  right: -160px;
  /* left: 0; */
  bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
  height: 55vw;
  z-index: -3;
  opacity: 0.3;
  width: 100%;
}

.startup{
  position: relative;
}

.startup::after {
  content: '';
  background: url(../images/masjidd.png);
  position: absolute;
  top: -250px;
  right: -225px;
  background-size: contain;
  background-repeat: no-repeat;
  height: 24vw;
  width: 470px;
  opacity: 0.8;
}

.mywe h3 {
  color: #04aa6d;
  font-family: 'Cinzel Decorative';
  font-weight: 600;
  font-size: 30px;
  padding: 0 0 15px 0;
}

.mywe p {
  font-family: 'Outfit';
  color: #000;
  font-size: 18px;
}

.mywe h4 {
  font-size: 26px;
  font-family: 'Outfit';
  font-weight: 600;
  color: #000;
  padding: 0 0 20px 0;
}

section.humble {
  padding: 55px 0 70px 0;
}

.seller p {
  color: #000;
  font-size: 17px;
  font-family: 'Outfit';
  padding: 20px 0 0 0;
  text-align: center;
}

.seller h2 {
  text-align: center;
  font-family: 'Cinzel Decorative';
  font-weight: 600;
  color: #04aa6d;
  font-size: 40px;
}

.mentionss {
  text-align: center;
  font-family: 'Cinzel Decorative';
  font-weight: 600;
  color: #04aa6d;
  font-size: 60px;
  padding: 0 0 40px 0;
}

p.short-para {
  font-family: 'Outfit';
  font-size: 20px;
  text-align: center;
  padding: 38px 0;
  color: #000;
}

p.long-para {
  font-family: 'Outfit';
  font-size: 20px;
  text-align: center;
  color: #000;
}

section.lookingss {
  padding: 40px 0;
}

.not-writing h3 {
  font-family: 'Cinzel Decorative';
  font-weight: 600;
  font-size: 36px;
  color: #04aa6d;
  padding: 0 0 15px 0;
}

.not-writing p {
  color: #000;
  font-family: 'Outfit';
  font-size: 20px;
  text-align: center;
}

section.across {
  background: url(../images/blog-2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 130px 0;
  text-align: center;
}

.many-noo {
  background: #04aa6dc4;
  padding: 100px 0;
  border-radius: 50px;
  color: #fff;
}

.verified p {
  font-family: 'Outfit';
  font-size: 20px;
  font-weight: 300;
}

strong.nothingfes {
  font-family: 'Cinzel Decorative';
  font-weight: 600;
  display: block;
  font-size: 24px;
}

/* code pen  */


.parent-container {
 
  justify-content: center;
  gap: 30px 30px;
}

.child-container img {
  transition: all 0.5s ease-in-out 0s;
  box-shadow: 1px 2px 20px gray, inset 2px 2px 10px lightgray;
  height: 50vh;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
}


.child-container img:hover {
  box-shadow:2px 4px 25px black, inset 2px 2px 2px 10px rgb(0, 0, 20);
 
}

.greeting {
  text-align: center;
  color: lightblue;
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
}
.fa-brands {
  font-size: 50px;
}
.greeting, .fa-brands {
  text-shadow: 2px 2px 10px lightgray;
}

section.parent-child {
  padding: 40px 0;
}

h2.looking {
  text-align: center;
  font-family: 'Cinzel Decorative';
  font-weight: 600;
  padding: 45px 0 25px 0;
  font-size: 65px;
  color: #04aa6d;
}

section.playing {
  padding: 60px 0;
}

.ten-years img {
  height: 75vh;
  width: 100%;
  object-fit: contain;
}

.fivetoten h4 {
  font-family: 'Cinzel Decorative';
  font-weight: 600;
  padding: 0 0 20px 0;
  font-size: 28px;
  color: #04aa6d;
}

.fivetoten p {
  font-family: 'Outfit';
  font-size: 18px;
  color: #000;
  text-align: start;
  padding: 0 0 20px 0;
}

.fivetoten a {
  color: #000;
  font-family: 'Outfit';
  font-size: 20px;
  text-decoration: underline;
}

.fivetoten i {
  padding: 0 0 0 6px;
  font-size: 15px;
  color: #04a96d;
}

p.ectrea {
  color: #04aa6d;
  font-weight: 600;
  font-size: 18px;
}

.naming-987 li {
  list-style-type: square;
  color: #05aa6e;
  font-family: 'Outfit';
  padding: 4px 0;
  font-size: 18px;
}

ul.naming-987 {
  padding: 20px 0;
}

span.cross {
  padding: 12px 0 0 0;
  display: block;
  font-family: 'Outfit';
  font-size: 20px;
  color: red;
  font-style: italic;
}

.ya-rab p {
  font-family: 'Outfit';
  color: #000;
  font-size: 18px;
  padding: 0 0 14px 0;
}

section.dua-khair {
  padding: 60px 0;
}

.additional{
  background: url(../images/new.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 60px 0 0 0;
}

.smart-work {
  color: #04aa6d;
  text-align: center;
}

.smart-work h3 {
  font-family: 'Cinzel Decorative';
  font-size: 44px;
  font-weight: 600;
  padding: 30px 0 0 0;
}

.smart-work h5 {
  font-family: 'Outfit';
  font-size: 34px;
  font-weight: 600;
}

.driven p {
  color: #000;
  font-family: 'Outfit';
  font-size: 18px;
  padding: 0 0 18px 0;
}

.white {
  text-align: center;
  border: 2px solid #04aa6d;
  border-radius: 26px;
  padding: 42px 0;
  margin: 0 50px;
  box-shadow: 2px 3px 15px 2px #858484d1;
}

section.four-meter {
  padding: 30px 0 50px 0;
}

.tune h2 {
  text-align: center;
  font-family: 'Cinzel Decorative';
  font-weight: 600;
  color: #04aa6d;
  font-size: 65px;
}

section.four-meter {
  padding: 30px 0 50px 0;
  background: url(../images/industry.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.humble {
  background: url(../images/industry.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

section.similar {
    padding: 50px 0;
}

.live-now h3 {
  text-align: center;
  padding: 7px 0 20px 0;
  font-family: 'Cinzel Decorative';
  font-weight: 600;
  font-size: 55px;
  color: #04aa6d;
}

section.live-streaming {
  padding: 65px 0;
}

.barkat-ramdan span {
  color: #000;
  font-family: 'Outfit';
  font-size: 18px;
  /* padding: 14px 0 12px 0; */
  display: block;
  margin-top: 10px;
}

.barkat-ramdan a {
  color: #000;
  font-size: 20px;
  font-family: 'Outfit';
  display: block;
  background: #04aa6d;
  padding: 5px 18px;
  width: fit-content;
  border-radius: 10px;
}
.dropdown-submenu:hover> .dropdown-menu{
  display: block;
}
section.youtube-videos {
  padding: 0 0 60px 0;
  background: url(../images/bookay.png);
  background-repeat: no-repeat;
  background-size: cover;
}

h2.card-heads {
  text-align: center;
  font-family: 'Cinzel Decorative';
  font-weight: 700;
  font-size: 50px;
  color: #04aa6d;
  padding: 70px 0 0 0;
}

.barkat-ramdan {
  box-shadow: 1px 2px 10px 2px #d9d9d9;
  padding: 18px 22px;
  border-radius: 15px;
  margin: 0 0 0 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
}

.barkat-ramdan .card-footer{

}

.barkat-ramdan a i {
margin: 0 0 0 10px;
font-size: 15px;
}

/* off canvas header  */

.new-editing951 {
  background-color: rgb(0 0 0 / 75%);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  font-family: 'Cinzel Decorative';
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}

.offcanvas-body a {
  /* border-bottom: 1px solid #ffffff40; */
  border-bottom: 1px solid #04aa6d;

  padding: 12px 0;
  font-size: 15px;
}

ul.desiging {
  display: flex;
  align-items: end;
  justify-content: center;
}

.desiging img {
  width: 75px;
  object-fit: cover;
  margin: 0 15px 0 0;
}

.desiging p {
  font-size: 22px;
}

.newww-color {
  background: #04aa6d;
  color: #ffffff;
  border: none;
  font-size: 25px;
  padding: 8px 9px;
  align-items: center;
  display: flex;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
}

.ads-sec818{
  border: 3px solid #04aa6d;
}

h2.honeslty {
  padding: 40px 0 20px 0;
  font-family: 'Cinzel Decorative';
  font-size: 45px;
  font-weight: 700;
  color: #000;
}

.donors817 {
  padding: 215px 0 0 0;
  color: #000;
}


.donors817 h4 {
  font-family: 'Cinzel Decorative';
  font-size: 25px;
  font-weight: 600;
  padding-bottom: 20px;
  text-align: center;
}

.siding-view{
  padding: 200px 0 0 0;
}

.loo54ks{
  font-family: 'Cinzel Decorative';
  font-size: 25px;
  font-weight: 600;
  padding-bottom: 20px;
  color: #000;
}

.sapmle-814 h3 {
  text-align: center;
  font-family: 'Cinzel Decorative';
  font-weight: 600;
  font-size: 45px;
  color: #04aa6d;
  padding-bottom: 15px;
}

.sapmle-814 p {
  text-align: center;
  font-family: 'Outfit';
  color: #000;
  font-size: 22px;
}

.satisfaction{
  height: 100%;
}

.satisfaction h4 {
  
  font-family: 'Cinzel Decorative';
  font-weight: 600;
  padding: 0 0 22px 0;
  font-size: 25px;
  color: #000;
}

.satisfaction p {
    font-family: 'Outfit';
    color: #000;
    font-size: 18px;
}

section.profiles {
  padding: 70px 0;
  background: url(../images/bookay.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.policies {
  text-align: center;
  font-family: 'Outfit';
  color: #000;
  font-size: 18px;
  font-weight: 600;
  padding: 40px 0 0 0;
}

.lkjh p {
  text-align: center;
  color: #000;
  font-family: 'Outfit';
  font-size: 18px;
  padding: 0 115px;
}

h2.q\/asuv {
  text-align: center;
  font-family: 'Cinzel Decorative';
  font-weight: 600;
  color: #04aa6d;
  font-size: 52px;
  padding: 55px 0 20px 0;
}

.agency-grow p {
  font-family: 'Outfit';
  color: #000;
  padding: 0 0 18px 0;
  text-align: center;
}

.agency-grow a {
  color: red;
  font-weight: 700;
  text-decoration: revert;
  padding: 6px 0 0 0;
  display: block;
  font-size: 18px;
}

a.newingss {
  font-family: 'Cinzel Decorative';
  font-weight: 800;
  text-decoration: none;
  font-size: 25px;
  color: #04aa6d;
}
.bunlde852{
  background: url(../images/pattern-bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 90px 0;
}

.your-health p {
  font-family: 'Outfit';
  color: #000;
  font-size: 20px;
}

.your-health span {
  color: red;
  font-weight: 700;
  padding: 25px 0 0 0;
  display: block;
}

img.manzil25 {
  height: 70vh;
  object-fit: cover;
  text-align: center;
  display: block;
  margin: 0 auto;
}

.you-tuuu{
  padding: 100px 0;
}

h2.suggest {
  text-align: center;
  font-family: 'Cinzel Decorative';
  font-weight: 900;
  font-size: 50px;
  color: #04aa6d;
  padding: 0 0 35px 0;
}

.dobara{
  font-family: 'Cinzel Decorative';
font-size: 22px;
font-weight: 700;
color: #000;
padding: 0 0 20px 0;
text-align: center;
}

.sending934{
  background: url(../images/background-cover.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.customize p {
  font-size: 20px;
  font-family: 'Outfit';
  color: #000;
  text-align: center;
  padding: 0 120px;
  font-weight: 700;
}

.remeber {
  padding: 35px 0;
  text-align: center;
}

.remeber h2 {
  font-family: 'Cinzel Decorative';
  font-weight: 800;
  color: #04aa6d;
  font-size: 50px;
  padding: 0 0 6px 0;
}

.remeber h5 {
  color: #000;
  font-family: 'Outfit';
  font-size: 25px;
  font-weight: 600;
}

.over-viewsd p {
  font-family: 'Outfit';
  color: #000;
  padding: 0 0 16px 0;
  font-size: 17px;
}

.over-viewsd h5 {
  font-family: 'Cinzel Decorative';
  font-weight: 600;
  color: #04aa6d;
  padding: 0 0 16px 0;
}

.tajrbaa{
  background: url(../images/industry.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.reacheddd h6{
  font-family: 'Outfit';
  color: #000;
  padding: 0 130px 10px;
  font-size: 20px;
  text-align: center;
}

.mera-believe {
  background-color: rgb(0 0 0 / 75%);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
text-align: center;
position: static !important;
transform: unset !important;
}

.mera-believe li a:active{
background-color: transparent !important;
}

.imprssion {
  color: #000;
  font-family: 'Outfit';
  font-size: 18px;
}

span.cntrlo {
  color: red;
  padding: 18px 0 0 0;
  display: block;
  font-weight: 600;
  font-style: italic;
}
.seoreight{
  padding: 70px 0;
}

.bookwaqae p {
  font-family: 'Outfit';
  color: #000;
  font-size: 17px;
  padding: 0 0 15px 0;
}

.bookwaqae h5 {
  font-family: 'Cinzel Decorative';
  color: #04aa6d;
  font-weight: 700;
  padding: 0 0 15px 0;
}

section.logodesigns {
  padding: 35px 0 40px 0;
  background: url(../images/industry.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

h3.may-bee {
  text-align: center;
  font-family: 'Cinzel Decorative';
  font-weight: 800;
  color: #04aa6d;
  font-size: 35px;
  padding-bottom: 35px;
}

.digitry {
  font-family: 'Outfit';
  color: #000;
  font-size: 20px;
}

.digitry h3 {
  color: #04aa6d;
  font-family: 'Cinzel Decorative';
  font-weight: 600;
  padding: 20px 0 0 0 !important;
}

section.design-graph {
  padding: 65px 0;
}

section.timing-section951 {
  padding: 35px 0 40px 0;
  background: linear-gradient(90deg, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.8) 100%),url(../images/tq-feat-bg.webp);
  /* background: url(../images/shape1.png); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.rectangle span {
  font-family: 'Outfit';
  color: #04aa6d;
  font-size: 25px;
  font-weight: 500;
}

.rectangle h2 {
  font-family: 'Cinzel Decorative';
  font-size: 60px;
  font-weight: 800;
  color: #000;
  padding: 11px 0;
}

h2.lowingsiple {
  text-align: center;
  font-family: 'Cinzel Decorative';
  font-weight: 800;
  background: #04aa6d;
  font-size: 65px;
  padding: 20px 0 8px 0;
  color: #fff;
  margin: 55px 0 31px 0;
  border-radius: 10px;
}

.date-sherii {
  background: #04aa6d;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  font-family: 'Cinzel Decorative';
}

.sehri-timetable  tr td {
  font-family: 'Outfit';
  color: #000;
  padding: 12px 0;
  border-bottom: 1px solid #000;
  font-size: 22px;
  font-weight: 500;
}


/* key-events home page  */

section.key-events{
  background: linear-gradient(90deg, rgb(165 161 161 / 25%) 0%, rgb(10 10 10 / 51%) 100%), url(../images/events-time1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0 0 60px 0;
}

h2.events1445 {
  text-align: center;
  font-family: 'Cinzel Decorative';
  font-weight: 800;
  font-size: 45px;
  color: #04aa6d;
  padding: 0 0 35px 0;
}

img.like-events {
  height: 120vh;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}

.winer h4 {
  font-family: 'Cinzel Decorative';
  font-size: 35px;
  padding: 0 0 20px 0;
  font-weight: 600;
  color: #04aa6d;
}

.var-apeal{
    padding-top: 25px;
}

.winer{
    text-align: center;
}

ul.rehmat {
  padding: 0 0 20px 0;
}

.rehmat h5 {
  font-size: 25px;
  font-weight: 500;
  font-family: 'Outfit';
  color: #000;
  padding: 0 0 10px 0;
}

.rehmat p {
  font-family: 'Outfit';
  color: #000;
  font-size: 18px;
}

.jummah-prayer{
  background: url(../images/industry.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: -6px;
  !;!i;!im;!impor;!importa;!importan;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
  padding: 45px 0;
}

/* header swiper ---------------- */

ul.sara-paanch {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  font-family: 'Outfit';
  font-size: 16px;
}

.namaz-timing {
  background: #fff;
  padding: 16px 0;
  height: 58px;
}

.sara-paanch span {
  margin-left: 12px;
  font-size: 17px;
}


.sara-paanch img {
  height: 30px;
  object-fit: contain;
  margin-right: 15px;
}

.cliotinh h2 {
font-weight: 600;
font-family: 'Cinzel Decorative';
font-size: 35px;
padding-bottom: 10px;
color: #04aa6d;

}

.cliotinh p {
  color: #000;
  font-family: 'Outfit';
  font-size: 18px;
}

.cliotinh a {
  color: #000;
  padding: 10px 0 0 0;
  display: block;
  font-size: 20px;
  font-family: 'Outfit';
}

.cliotinh i{
  margin: 0 0 0 7px;
  color: #04a96d;
}

section.read-quran {
  padding: 0 0 50px 0;
}

.listening-audio h6 {
  font-family: 'Outfit';
  color: #000;
  font-size: 18px;
  padding-bottom: 10px;
  font-weight: 600;
}

.listening-audio span {
  font-family: 'Outfit';
  color: #000;
  font-size: 18px;
  padding-bottom: 15px;
  display: block;
  font-weight: 600;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.listening-audio {
  padding: 15px 15px;
  background: #fff;
  /* box-shadow: 0 0px 7px rgb(38 50 56 / 49%); */
  border-radius: 5px;
  border: 1px solid #dbdbdb;
}

h2.willreturn {
  text-align: center;
  font-size: 60px;
  font-family: 'Cinzel Decorative';
  color: #04aa6d;
  font-weight: 600;
  padding-bottom: 25px;
}

.listening-audio i{
  color: #000;
}

.listening-audio a {
  color: #04aa6d;
  font-family: 'Outfit';
  padding-top: 10px;
  display: block;
  font-size: 17px;
  font-weight: 500;
}

section.quran-audio {
  padding: 0 0 75px 0;
}

.listening-audio audio{
  width: 100%;
}

p.ruless-linfds {
  color: #000;
  font-family: 'Outfit';
  font-size: 18px;
}

ul.extrasvatata {
  display: flex;
  align-items: center;
  color: #000;
  font-family: 'Outfit';
  padding: 5px 0;
  font-weight: 500;
  font-size: 18px;
}

ul.extrasvatata img {
  margin: 0 15px 0 0;
}

.chips h6 {
  color: #04aa6d;
  font-family: 'Cinzel Decorative';
  font-weight: 600;
  font-size: 25px;
  padding-top: 8px;

}

.chips p{
  font-family: 'Outfit';
  font-size: 16px;
  color: #000;
  padding-top: 15px;
}

img.angolaa {
  height: 60vh;
  width: 100%;
  object-fit: contain;
}

.sms-adter {
  position: relative;
}


.sms-adter .malbo {
  display: block;
  font-size: 20px;
  color: #000;
  margin: 0 auto;
  position: absolute;
  top: 40%;
  right: 0;
  font-family: 'Outfit';
  left: 0;
  text-align: center;
  width: fit-content;
  font-weight: 600;
  transition: all 0.3s ease-in-out; 
  /* transform: scale(0);  */
  opacity: 0;
  display: inline-block;
  padding: 10px 25px;
  background: #04aa6d;
  border-radius: 10px;
 
}
.sms-adter :hover .malbo {
  /* transform: scale(1); */
  opacity: 1;
}

.angolaa :hover{
  background: #000;
}
.toast-container {
  position: fixed;
  bottom: 15px;
  right: 15px;
  max-width: 400px;
}

.toast-container .toast {
  font-family: 'Outfit', sans-serif;
  text-transform: capitalize;
  letter-spacing: 1px;
  margin-top: 10px;
}

.toast-container .toast.success {
  background-color: #051b11;
  border: 1px solid #0f5132;
}

.toast-container .toast.error {
  background-color: #2c0b0e;
  border: 1px solid #842029;
}

.toast-container .toast .close-btn {
  background: transparent;
  border: none;
  outline: none;
  color: #fff;
}

.toast .toast-body {
  color: #fff;
}


/* eid mubarak  */

.eid-images {
  height: 50vh !important;
  object-fit: cover;
}

.adding-heads {
  text-align: center;
  padding: 60px 0;
}

.adding-heads h2 {
  font-family: 'Cinzel Decorative';
  font-weight: 700;
  font-size: 50px;
  padding-bottom: 20px;
  color: #04aa6d;
}

.adding-heads p {
  font-size: 22px;
  color: #000;
  font-family: 'Outfit';
}

section.eidmubarak {
  padding: 60px 0 75px 0;
}

.eidd-gern h4 {
  color: #04aa6d;
  font-family: 'Cinzel Decorative';
  font-size: 25px;
  padding-bottom: 18px;
  font-weight: 600;
}

.eidd-gern p {
  font-family: 'Outfit';
  color: #000;
  font-size: 18px;
  padding: 10px 0;
}
.zulhaj .eid-img{
    margin: 0 auto;
    display: flex;
    justify-content:center;
}
.zulhaj  .main-content-revert h4{
    font-size: 25px;
    font-weight: 500;
    font-family: 'Outfit';
    color: #000;
    padding: 10px 0;
    text-align:center;
}
.zulhaj  .main-content-revert .theme-p-1{
     color: var(--main-color);
    font-size: 18px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    padding: 5px 0 5px 0;
    margin: 0 auto;
   

}
.main-content-revert ul {
    display:flex;
    justify-content:space-between;
    padding:15px 0 ;   
    align-items:center;
}
.main-content-revert ul li p {
    font-size: 20px;
    color: #000;
    border-radius: 76px;
    text-decoration: underline;
    font-family: 'Outfit';
}

.main-content-revert ul li strong{
     font-family: 'Poppins', sans-serif;
        text-decoration: underline;
        font-weight:400;

}
.main-content-revert ul .back-drop{
        border: 1px solid #fff;
        font-size:18px;
    padding: 10px 25px;
    background: #04aa6d;
    color: #fff;
    border-radius: 76px;
       font-family: 'Outfit';
}
.btn-primary{
  background-color: #006335;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  border: 1px solid #fff;
}
.card-text{
  font-family: 'Outfit', sans-serif;
  font-size: 18px;
  color: #000;
  padding: 0 0 15px 0;  
}
.card-title{
     font-family: 'Poppins', sans-serif;
     padding:  15px 0 ;
}
@media only screen and (max-width: 1920px) {}

@media only screen and (max-width: 1599px) {

  /* about us  */

section.you-know{
  overflow: hidden;
}

.startup{
  overflow: hidden;
}

.startup::after {
  top: -10px;
  right: -130px;
  height: 20vw;
  width: 354px;
}

}

@media only screen and (max-width: 1444px) {
  /* about us  */

section.you-know{
  overflow: hidden;
}

.startup{
  overflow: hidden;
}
.atamad {
  padding: 430px 0 0 100px;
}

.startup::after {
  top: 10px;
  right: -199px;
  height: 20vw;
  width: 400px;
}

}

@media only screen and (max-width: 1399px) {

/* about us  */

section.you-know{
  overflow: hidden;
}

.startup{
  overflow: hidden;
}

.startup::after {

  top: 22px;
  right: -235px;
  height: 20vw;
  width: 440px;

}

}

@media only screen and (max-width: 1199px) {

  .activates h2 {
    width: 100%;
  }

  .activates p{
    width: 100%;
  }

  .banner-home {
    min-height: calc(100vh + 310px);
    padding: 80px 0 0 0;
}

table.table tr td{
  font-size: 18px;
}

.date-sherii{
  font-size: 22px;
}

h2.lowingsiple{
  font-size: 50px;
}

.time-haeding{
  font-size: 40px;
}

.prayer{
  height: 250px;
}

.services-section .custom-card-1 h3{
  font-size: 15px;
}

.Blog .main-bloging .blog-details h3{
  font-size: 18px;
}

.food h2{
  font-size: 30px;
}

.main-doing h2{
  font-size: 25px;
}

.main-doing p{
  font-size: 16px;
}

.gooing{
  font-size: 18px;
}

/* about us  */

section.you-know{
  overflow: hidden;
}

.startup{
  overflow: hidden;
}

.atamad {
  padding: 350px 0 0 40px;
}

.atamad h5 {
  font-size: 22px;
  font-weight: 500;
}

.startup::after {

  right: -275px;
  top: 0;
  height: 20vw;
  width: 450px;
}

/* our books ------------------ */

.fivetoten h4{
  font-size: 22px;
}

.live-now h3{
  font-size: 45px;
}

/* services ------------ */
/* madarsah */

.rectangle h2{
  font-size: 40px;
}

/* services ------------ */
/* activities */

.lkjh p{
  padding: unset;
}

.agency-grow a{
  font-size: 16px;
}

}

@media only screen and (max-width: 991px) {

  .banner-home {
    min-height: calc(100vh + 260px);
    padding: 90px 0 0 0;
}

.activates h2{
  width: 100%;
}

.activates p{
  width: 100%;
}

h2.lowingsiple {
  font-size: 35px;
  padding: 15px 0 15px 0;
}

.chips h6{
  padding-bottom: 35px;
}

table.table tr td{
  font-size: 18px;
}

.date-sherii{
  font-size: 16px;
}

.activates{
  margin: 0 0 10px 0;
}
.jummah-prayer{
  margin: 60px 0 0 0;
}

.time-haeding{
  font-size: 30px;
}

.for-less h2{
  font-size: 40px;
}

h2.events1445{
  font-size: 32px;
}

ul.waiting{
  font-size: 18px;
}

.marketing {
  margin: 0 8px 0 0;
}

.custom-card{
  margin: 0 0 22px 0;
  height: unset;
}

.services-section .custom-card-1{
  margin: 0 0 20px 0;
}

.Blog .blogin-heading h2{
  font-size: 40px;
}
.food{
  padding: 0;
}

.basic-input input {
  width: 100%;
  padding: 8px 0px 8px 5px;
  border-radius: 25px;
}

.main-ul-green-1{
  margin: 18px 0 0 0;
}

.main-ul-green{
  margin: 18px 0 0 0;
}

.Blog .main-bloging .blog-details{
  margin: 0 0 25px 0;
}

.gooing{
  font-size: 13px;
}

.prayer{
  height: 200px;
}

.what-doo h2{
  font-size: 25px;
}

.what-doo {
  padding: 30px 0 30px 0;
  text-align: center;
}

/* about us  */

section.you-know{
  overflow: hidden;
}

.startup{
  overflow: hidden;
}

.atamad {
  padding: 360px 0 0 10px;
}

.atamad h5 {
  font-size: 22px;
  font-weight: 500;
}

.politic987s h3{
  font-size: 20px;
}

.why-know h3 {
  font-size: 24px;
  padding: 0;
}

.naming p {
  font-size: 16px;
  font-weight: 400;
}

/* how to donate  */

strong.nothingfes{
  font-size: 20px;
}

.verified p{
  font-size: 18px;
}

.seller h2{
  font-size: 30px;
}

/* our books  */

.fivetoten h4{
  font-size: 20px;
}

.fivetoten p{
  font-size: 16px;
}

/* media youtube -------------- */

.live-now h3{
  font-size: 35px;
}

.barkat-ramdan span{
  font-size: 16px;
}

.tune h2{
  font-size: 50px;
}


/* services ------------ */
/* shahaadah */

.customize p{
  font-size: 18px;
  padding: unset;
}

.remeber h2{
  font-size: 35px;
}

/* services ------------ */
/* madarsah */

.rectangle h2{
  font-size: 35px;
}


/* services ------------ */
/* activities */

.lkjh p{
  padding: unset;
}

.agency-grow a{
  font-size: 13px;
}


}

@media only screen and (max-width: 767px) {

  .banner-home {
    min-height: calc(100vh + 270px);
    padding: 120px 0 0 0;
}

.banner-home .main-text h1 {
  font-size: 55px;
  text-align: center;
}

.activates h2 {
  line-height: 29px;
  word-spacing: 1px;
  font-size: 22px;
  width: 100%;
}

.activates p {
  font-size: 16px;
  width: 100%;
}

.activates {
  background-size: cover;
}

.custom-card {
  height: auto;
  margin: 0 0 25px 0;
}

h2.lowingsiple {
  font-size: 40px;
  padding: 20px 0 30px 0;
}

.main-shadow{
  margin: 0 0 30px 0;
}

.time-haeding{
  font-size: 40px;
}
.for-less h2{
  font-size: 40px;
}

.amstani{
  height: unset !important;
  margin-bottom: 30px;
}

h2.events1445 {
  font-weight: 600;
  font-size: 35px;
}

/* callender  */

.hijri-calendar .calendar-wrapper table tbody td {
  padding: 8px;
  height: auto;
}

.hijri-calendar .calendar-wrapper table tbody td .info {
  padding: 9px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
}

.hijri-calendar .calendar-wrapper table tbody td .info .day .hijri {
  font-size: 13px;
 display: none;
}

.hijri-calendar .calendar-wrapper table tbody td .holiday li {
  font-size: 6px;
display: none;
}

.hijri-calendar .calendar-wrapper .calendar-head h3 {
  font-size: 25px;

}

.hijri-calendar .calendar-wrapper .calendar-head .calendar-nav button {
  height: 28px;
  width: 28px;
  font-size: 12px;
}

.main-women{
  background-repeat: no-repeat;
  background-size: cover;
}
.services-section .custom-card-1{
  margin-bottom: 30px;
}

.school{
  background-position: right;
}

.school .main-ul-green ul li{
  text-align: center;
}

.main-ul-green-1{
  text-align: center;
  margin-top: 40px;
}

.Blog .blogin-heading h2{
  font-size: 40px;
}

.main-bloging {
  margin: 0 0 40px 0;
}

.food h2{
  text-align: center;
  font-size: 35px;
}

.try-every{
  text-align: center;
  display: block;
}

/* about us  */

section.you-know{
  overflow: hidden;
}

.startup{
  overflow: hidden;
}

.customize h3{
  font-size: 35px;
  line-height: 46px;
}

.atamad h5 {
  font-size: 20px;
  line-height: 33px;
}

.atamad {
  padding: 360px 0 10px 0;
}

.why-know h3 {
  padding: 0;
  color: #000;
  font-size: 20px;
}

.motrola p {
  font-size: 16px;
}

section.you-know {
  padding: 10px 0 0 0;
}

/* contact us  */

.claim {
  padding: 20px 0 0 0;}


/* how to donate  */

.down h2{
  font-size: 55px;
}

.annual {
  margin: 0 0 22px 0;
}

.annual img {
  height: 80vh;
  display: block;
  margin: 0 auto;
  object-fit: cover;
}

/* our books  */

.fivetoten {
  padding-bottom: 30px;
  text-align: center;
}

section.playing {
  padding: 0 0 80px 0;
}

/* youtube media ------------------ */

h2.card-heads{
  font-size: 40px;
}

.live-now h3{
  font-size: 40px;
}

.tune h2{
  font-size: 40px;
}

.barkat-ramdan{
  text-align: center;
}

.barkat-ramdan a{
  display: block;
  margin: 0 auto;
}

/* services ------------ */
/* shahaadah */

.agency h1{
  font-size: 50px;
}
.support{
  height: 75vh;
}

.customize p{
  padding: unset;
}

.remeber h2{
  font-size: 40px;
}

/* services ------------ */
/* madarsah */

.reacheddd h6{
  padding: unset;
}

h3.may-bee{
  font-size: 30px;
}

.rectangle h2{
  font-size: 40px;
}

/* services ------------ */
/* activities */

.lkjh p{
  padding: unset;
}

/* services ------------ */
/* community services */

.sapmle-814 h3{
  font-size: 35px;
}

/* marriage services =============== */

.you-tuuu {
  padding: 10px 0;
}

.sms-adter {
  padding-bottom: 45px;
}

.chips h6{
  padding-bottom: 35px;;
}

}

@media only screen and (max-width: 575px) {
    
    section.posting {
    padding: 0 0 5px 0;
}
    .rabiul-img {
    height: auto;
    text-align: center;
    display: block;
    margin: 0 auto;
}

.shabebarat-text h4 {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}
    
    .rabi-haeding {

    font-size: 35px;
  
}
    
    section.rabiulawal {
     padding: 55px 0 0 0 ;
}

  .down p{
    padding: unset;
  }

  .try-every {
    display: block;
    text-align: center;
}

.claim {
  padding: 20px 0 0 0;
}

.food h2 {
  font-size: 35px;
  text-align: center;
  padding: 30px 0 0 0;
}

.main-bloging {
  padding: 0 0 40px 0;
}

.Blog .blogin-heading h2 {
  font-size: 25px;
}

.school {
  background-position: right;
}

.school .main-ul-green-1 ul li{
  text-align: center;
}
.main-ul-green-1{
  margin: 30px 0 0 0;
}

.school .main-ul-green ul li{
  text-align: center;
}

.services-section .custom-card-1{
  margin: 0 0 40px 0;
}

.services-section .main-service-heading h2{
  font-size: 35px;
}

.for-less h2 {
font-size: 40px;
}

.hayat p {
  padding-top: 28px ;
  font-size: 20px;
  text-align: center;
}

.hayat h2{
  font-size: 28px;
}

ul.waiting {
  padding: 25px 0;
  text-align: center;
  display: block;
}

ul.waiting li {
  padding: 10px 0;
}
.time-haeding{
  font-size: 26px;
}

.kabhi-no{
  margin: 20px 0 0 0;
}

h2.lowingsiple {
  font-size: 30px;
  padding-bottom: 20px ;
}

.custom-card{
  height: unset;
  margin: 15px 0;
}

.activates h2 {
  width: 100%;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
}

.activates p{
  width: 100%;
}

.activates {
  background-image: linear-gradient(90deg, rgb(205 204 204 / 74%) 0%, rgb(165 163 163 / 73%) 74%), url(../images/background-cover.webp);
  background-size: cover;
}

.main-women {
  background-size: cover;
  background-repeat: no-repeat;
}

.main-women .owl-nav .owl-next span{
  display: none !important;
}

.header-main{
  position: static;
}

.main-women .owl-nav .owl-prev span{
  display: none !important;
}

.banner-home {
 height: auto;
  padding: 80px 0 0 0;

}

.banner-home .main-text h5 {
  font-size: 25px;
  font-weight: 700;
}

.banner-home .main-text h1 {
  font-size: 32px;
  padding: 24px 1px 38px 0;
  text-align: center;
  font-weight: 600;
}

.banner-home .banner-mosque {
  bottom: 0;
  height: 400px;
  object-fit: cover;
}

.banner-home .banner-cloud {
  top: 19px;
  height: 150px;
  object-fit: cover;
  width: 100%;
}

.banner-home .main-text {
  height: 80vh;
}

table.table tr td {
font-size: 16px;
}

.date-sherii{
  font-size: 18px;
}

.prayer {
  margin: 8px 0 20px 0;
  height: unset;
}

/* calendar  */

.hijri-calendar .calendar-wrapper table tbody td {
  padding: 2px;
  height: auto;
}

.hijri-calendar .calendar-wrapper table tbody td .info {
  padding: 7px;
  border-radius: 20px;
  font-size: 10px;
  font-weight: 600;
}

.hijri-calendar .calendar-wrapper table tbody td .info .day .hijri {
  font-size: 13px;
 display: none;
}

.hijri-calendar .calendar-wrapper table tbody td .holiday li {
  font-size: 6px;
display: none;
}

.hijri-calendar .calendar-wrapper .calendar-head h3 {
  font-size: 25px;

}

.hijri-calendar .calendar-wrapper .calendar-head .calendar-nav button {
  height: 28px;
  width: 28px;
  font-size: 12px;
}

section.donatings{
  overflow: hidden;
}

.what-doo p {
  padding: 11px 0 0 0;
  font-size: 20px;
}

.what-doo h2{
  font-size: 22px;
}

.what-doo {
  padding: 30px 0 0 0 ;
  text-align: center;
}

.desiging p {
  font-size: 18px;
}

.desiging img {
  width: 60px;
  object-fit: cover;
  margin: 0 6px 0 0;
}

.newww-color {
  font-size: 18px;
  padding: 6px 5px;
}

.Blog .main-bloging .blog-details a {
  font-size: 17px;
}

.Blog .main-bloging .blog-details h3 {

  font-size: 18px;
}

h2.events1445 {
  font-weight: 600;
  font-size: 20px;
}

img.like-events{
  height: auto;
}

.decision{
  margin-top: 13px;
}

.winer{
  text-align: center;
}

.winer h4{
  font-size: 25px;
}

.rehmat h5{
  font-size: 18px;
}

/* about us  */

section.you-know{
  overflow: hidden;
}

.down h2{
  font-size: 50px;
}

.customize h3 {
  font-size: 30px;
  line-height: 40px;
}

.wining {
  background: unset;
  height: auto;
  text-align: center;
}

.atamad {
  padding: 0;
}

.atamad h5 {
  color: #000;
  font-size: 23px;
}

.politic987s h3{
  font-size: 25px;
}

.why-know h3 {
  padding: 0 0;
  font-size: 20px;
}

/* how to donate  */

.mywe h3 {

  font-size: 25px;
  text-align: center;
}

.seller h2{
  font-size: 25px;
}

.mentionss{
  font-size: 30px;
}

.not-writing h3 {
  font-size: 30px;
  text-align: center;
}

.annual {
  margin: 0 0 20px 0;
}

p.short-para{
  font-size: 17px;
}

p.long-para{
  font-size: 17px;
}

/* gallery  */

section.parent-child{
  overflow: hidden;
}

h2.looking{
  font-size: 35px;
}

/* our boooks ------------ */

section.playing{
  text-align: center;
}

.fivetoten h4{
  font-size: 20px;
}

.fivetoten {
  padding-bottom: 30px;
}

section.playing {
  padding: 20px 0;
}

/* ask an alim ------------------- */

.smart-work h3{
  font-size: 30px;
  text-align: center;
  padding-top: 30px;
}

.smart-work h5 {
  font-size: 30px;
  color: #000;
}

/* youtube media ===========------------- */

section.youtube-videos{
  overflow: hidden;
}

.tune h2{
  font-size: 40px;
}

.live-now h3{
  font-size: 30px;
}

h2.card-heads{
  font-size: 30px;
}

/* services ------------------------------ */
/* shahaadah */

.remeber h2{
  font-size: 28px;
  text-align: center;
}

.support{
  height: 60vh;
}

.agency h1 {
  font-size: 35px;
}
.customize p{
  font-size: 18px;
  padding: unset;
}

/* services ------------ */
/* madarsah */

.rectangle h2{
  font-size: 35px;
}

.reacheddd h6{
  padding: unset;
}

h3.may-bee{
  font-size: 30px;
}

/* services ------------ */
/* activities */

.agency-grow a{
  font-size: 12px;
}

.lkjh p{
  padding: unset;
}

h2.q\/asuv{
  font-size: 35px;
}

/* services ------------ */
/* community-services */

.sapmle-814 h3{
  font-size: 24px;
}

.satisfaction{
  padding: 15px 0;
}

.seoreight {
  padding: 30px 0;
  text-align: center;
}

/* marriage services =============== */

h2.suggest{
  font-size: 30px;
}

.you-tuuu {
  padding: 10px 0;
}

/* quran  */

h2.willreturn{
  font-size: 30px;
}

.sms-adter {

  margin-bottom: 45px;
}

.chips h6{
  margin-bottom: 30px;
}

.jummah-prayer{
  overflow: hidden;
}

/* eid section */

.adding-heads h2{
  font-size: 22px;
}

.adding-heads p{
  font-size: 16px;
}

.eidd-gern h4{
  font-size: 20px;
}

.eidd-gern p{
  font-size: 16px;
}

.eidd-gern {
    text-align: center;
}

.adding-heads{
    padding: 30px 0;
}

.adding-heads h2 {
    
    padding-bottom: 8px;

}

.eidd-gern h4 {
 
    padding-bottom: 8px;

}

.table-responsive {
    width: 100%;
}

.btn-1 {
    
    margin: 30px auto;
}
.main-content-revert ul{
    flex-direction: column;
    padding:0;
}
.mobile{
    text-align:center;
}
.main-content-revert ul li{
    margin:10px 0 ;
    
}


}