.navbar-toggler-icon {
  background-color: white;
}

.nameContainer {
  background-color: black;
  color: white !important ;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

.hero-section {
  display: flex;
  align-items: center;
  justify-content: center;
}

#islamImg{
  height: 250px;
  width: 200px;
  margin-left: 80px;
}

.secPara {
  width: 400px;
  font-size: x-small;
}

button {
  font-size: x-small;
  border: none;
}
#lm {
  background-color: #e2e3e6;
  color: black;
  border-radius: 3px;
}
#vs {
  background-color: #ff0000;
  color: white;
  border-radius: 3px;
  margin-left: 10px;
}
#bs {
  background-color: #ff9900;
  color: white;
  border-radius: 3px;
  margin-left: 10px;
}

#slogan {
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  justify-content: center;
  margin-bottom: 0 !important;
}

#icon {
  display: flex;
  background-color: white;
  border: none;
  padding-top: 10px;
}

.star {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.content {
  display: flex;
  flex: 1;
  align-items: center;
}

.linel {
  flex: 1;
  height: 1px;
  background-color: rgb(190, 188, 188);
}

.liner {
  flex: 1;
  height: 1px;
  background-color: rgb(190, 188, 188);
}

.award {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main {
  display: flex;
  gap: 20px;
}

h5 {
  margin-bottom: 0 !important;
}

.card-body {
  padding-top: 10px !important;
  padding-bottom: 5px !important;
}
.card-text {
  margin-bottom: 10px;
}
#card-text {
  font-size: x-small;
}

h6 {
  display: flex;
  justify-content: center;
}
.poemHead {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 100px;
  margin-right: 100px;
}
.poemLine1 {
  height: 1px;
  background-color: black;
  flex: 1;
}
.poemLine2 {
  height: 1px;
  background-color: black;
  flex: 1;
}
.poemLine3 {
  height: 1px;
  background-color: black;
  flex: 1;
}
.poemContent {
  display: flex;
  font-size: x-small;
  justify-content: center;
}

.footerContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: black;
  color: white;
}

.line {
  height: 50px;
  width: 5px;
}

.titlePara {
  font-size: smaller;
}
.subPara {
  font-size: xx-small;
}
.foolerLine {
  height: 50px;
  width: 1px;
  background-color: beige;
  margin-left: 10px;
  margin-right: 10px;
}

.btn-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* min screen poem section line code */

@media screen and (min-width: 768px) {
  .hero-section-div {
    display: flex;
    flex-direction: row;
  }
  .poemContainer {
    .minScreenHead,
    .minScreenLine1,
    .minScreenLine2,
    .minScreenLine3,
    .minScreenLine4 {
      display: none;
    }
  }
}

@media screen and (max-width: 768px) {
  .poemContainer {
    #poemHeading {
      display: none;
    }
  }
  .poemContainer,
  .poemHead,
  .poemContent {
    display: flex;
    flex-direction: column;
  }

  .minScreen {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex: 1;
  }
  .minScreenLine1 {
    height: 1px;
    background-color: black;
    flex: 1;
    margin-left: 50px;
  }
  .minScreenLine2 {
    height: 1px;
    background-color: black;
    flex: 1;
    margin-right: 50px;
  }
  .minScreenLine3 {
    height: 1px;
    background-color: black;
    flex: 1;
    margin-left: 50px;
  }
  .minScreenLine4 {
    height: 1px;
    background-color: black;
    flex: 1;
    margin-right: 50px;
  }
  .poemLine1,
  .poemLine2,
  .poemLine3 {
    display: none;
  }
  .footerContainer {
    padding-left: 10px;
    padding-right: 10px;
  }
}
