* {
  padding: 0;
  margin: 0;
  --frank-font: "Frank Ruhl Libre", serif;
  --rubik-font: "Rubik", sans-serif;
  --bg-primary-color: ##f2a24b;
  --bg-white: #ffffff;
  --bg-secondary-color: #a57233;
  --bg-black: #000000;
  --bg-whitesh: #f6f6f6;
  --bg-grey: #868686;
  --bg-blakish: #373737;
}
body {
  font-family: var(--rubik-font);
  color: var(--bg-black);
  min-height: 100vh;
  overflow-x: hidden;
}

ul,
a {
  list-style-type: none;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  padding: 0;
  margin: 0;
  color: var(--bg-black);
}
span {
  margin: 0;
  padding: 0;
}
.blog-banner {
  padding-top: 147px;
  padding-bottom: 149px;
  background-repeat: no-repeat !important;
}
.blog-main-heading {
  text-align: start;
  max-width: 874px;
  width: 100%;
}
.blog-main-heading h1 {
  font-size: 36px;
  font-weight: 900;
  font-family: var(--frank-font);
  text-align: start;
  color: var(--bg-secondary-color);
  line-height: 46px;
}
.blog-main-heading p {
  font-size: 17px;
  font-weight: 400;
  color: var(--bg-white);
  line-height: 26px;
}
.blog-heading {
  max-width: 853px;
  width: 100%;
}
.featured-posts {
  padding-top: 34px;
  padding-bottom: 45px;
}
.blog-heading h2 {
  color: var(--bg-secondary-color);
  font-size: 32px;
  font-family: var(--frank-font);
  line-height: 42px;
  font-weight: 900;
}
.blog-design {
  padding-top: 7px;
}
.blog-heading p {
  font-size: 17px;
  font-family: var(--rubik-font);
  line-height: 26px;
  font-weight: 400;
  padding-top: 8px;
  color: var(--bg-blakish);
}
.feature-section {
  padding-top: 41px;
}
.para-post {
  padding-top: 11px;
}
.para-post p {
  font-size: 18px;
  font-weight: 600;
  font-family: var(--frank-font);
  line-height: 22px;
  transition: all 0.4s ease;
  color: var(--bg-blakish);
}
.feature-section.amin {
  padding-top: 35px;
}
.admin-date {
  max-width: 178px;
  width: 100%;
}
.admin-date {
  padding-top: 10px;
}
.admin-date p {
  font-size: 14px;
  font-weight: 500;
  color: var(--bg-blakish);
}
.admin-date img {
  margin-right: 5px;
}
.admin-date span {
  font-size: 14px;
  font-weight: 400;
  color: var(--bg-blakish);
}
.post-package a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 99;
  color: var(--bg-blakish);
}
.post-package:hover .para-post p {
  color: var(--bg-secondary-color);
}
.lastest-posts {
  background-color: rgba(0, 0, 0, 3%);
  padding-top: 30px;
  padding-bottom: 55px;
  margin-bottom: 84px;
}
.post-package.align {
  padding-top: 75px;
}
.paginations {
  position: absolute;
  bottom: -90px;
  max-width: 163px;
  width: 100%;
  margin: auto;
  right: 50%;
  transform: translate(50%);
}
.paginations span {
  font-size: 18px;
  font-weight: 600;
  padding: 0 6px;
  color: var(--bg-blakish);
}
.paginations span.active {
  color: var(--bg-secondary-color);
}
.call-you-back {
  padding-top: 72px;
}
.call-back-heading span {
  font-size: 20px;
  font-weight: 400;
  display: block;
  text-align: center;
  color: var(--bg-blakish);
}
.call-back-heading p {
  font-size: 79px;
  font-weight: 900;
  line-height: 63px;
  text-align: center;
  color: var(--bg-secondary-color);
  font-family: var(--frank-font);
}
.cell-img {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: 58px;
}
.search-main .form-control {
  padding: 7px 23px;
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
  color: var(--bg-secondary-color);
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid var(--bg-primary-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border-bottom: 1px solid var(--bg-secondary-color);
  max-width: 230px;
  width: 100%;
}
.img-sreen {
  top: 4px;
}
.call-form {
  padding-top: 134px;
  max-width: 734px;
  width: 100%;
  margin: auto;
  padding-bottom: 7px;
}
.form-control::placeholder {
  color: rgba(165, 114, 51, 50%);
  opacity: 1;
}
label.error {
  display: none !important;
}
.form-control:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25);
}
.search-main .form-control:hover {
  border-bottom: 1px solid var(--bg-secondary-color);
}
.form-input:hover svg {
  fill: var(--bg-secondary-color) !important;
}
.form-control:hover:focus {
  color: var(--bg-secondary-color);
}
.form-control:hover::placeholder {
  color: var(--bg-secondary-color);
}
.ans-img {
  right: 10px;
  top: 4px;
}
.main-footer {
  padding-top: 300px;
  background-color: #00324b;
}
.form-submit {
  max-width: 191px;
  width: 100%;
  margin: auto;
  position: relative;
  top: 42px;
}
.form-submit button {
  background-color: var(--bg-white);
  color: var(--bg-secondary-color);
  font-size: 18px;
  font-weight: 400;
  padding: 16px 20px;
  border-radius: 30px;
  box-shadow: 0 0 18px rgba(242, 162, 75, 25%);
  transition: all 0.5s ease;
}
.form-submit img {
  margin-left: 7px;
}
.form-control.error::placeholder {
  color: red !important;
  border-bottom: 1px solid #ff0000 !important;
  border-radius: 6px;
}
.form-submit button:hover {
  color: var(--bg-white);
  background-color: var(--bg-secondary-color);
}
.latest-detail {
  padding-top: 45px;
}
.headingof-detail-blog span {
  font-size: 22px;
  color: var(--bg-secondary-color);
  font-weight: 700;
  font-family: var(--frank-font);
  padding-bottom: 8px;
  display: block;
}
.date-time-data {
  max-width: 173px;
  width: 100%;
  margin-top: 10px;
}
.date-time-data span {
  font-size: 14px;
  font-weight: 500;
  color: var(--bg-blakish);
}
.date-time-data p {
  font-size: 14px;
  font-weight: 400;
  color: var(--bg-blakish);
}
.date-time-data img {
  margin-right: 6px;
}
.para-cont p {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  font-family: var(--frank-font);
  margin-top: 7px;
  color: var(--bg-blakish);
}
.post-package{
  margin-bottom: 40px;
}
.data-detail-section.prompt {
  padding-top: 25px;
}
.data-detail-section a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 9;
}
.data-detail-section:hover .para-cont p {
  color: var(--bg-secondary-color);
}
.questions-about-umrah {
  padding-top: 87px;
}
.questions-about-umrah p {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  padding-bottom: 16px;
  color: var(--bg-blakish);
}
.questions-about-umrah img {
  margin-top: 7px;
  padding-bottom: 25px;
}
.questions-about-umrah span {
  font-size: 36px;
  line-height: 42px;
  font-weight: 700;
  color: var(--bg-secondary-color);
  font-family: var(--frank-font);
  display: block;
  padding-top: 16px;
  padding-bottom: 13px;
  max-width: 807px;
  width: 100%;
  margin-right: 0;
}
.blog-detailing {
  padding-bottom: 87px;
}
.blog-banner.add-ban-b {
  padding-top: 105px;
  padding-bottom: 149px;
}
.blog-banner.add-ban-b .blog-main-heading p {
  margin-top: 10px;
}
