*,
*::after,
*::before {
  margin: 0;
  box-sizing: border-box;
}

body {
  background-color: rgb(17, 41, 70);
  overflow-x: hidden;
}

.ancient_page {
  font-family: "Lato";
  background: #ffffff;
}

/* utility code start  */

.card {
  background-color: #fff;
  border-radius: 5px;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card-body {
  padding: 1rem;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.d-flex {
  display: flex !important;
}

@media (min-width: 992px) {
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

/* utility code end  */

/* styling  */
.banner-button-black {
  background: transparent;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  display: inline-block !important;
  letter-spacing: 3px;
  border: 3px solid #000;
  border-radius: 50px;
  padding: 20px 44px;
  margin: 0 auto;
  max-width: 21rem;
  display: inline-block;
  text-align: center;
}
.banner-button-black:hover {
  background: #ed8406;
  color: #fff !important;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3px;
  border: 3px solid #fff;
  border-radius: 50px;
  padding: 20px 45px;
  display: inline-block;
}
#hero-sec {
  padding-bottom: 50px;
  padding-top: 450px;
  background: url(../images/tp-banner.jpg) no-repeat;
  background-size: cover;
}
#hero-sec h1 {
  font-size: 38px;
  line-height: 45px;
  padding: 20px 50px;
  font-weight: 400;
  max-width: 755px;
  margin: auto;
}
.banner-button {
  background: transparent;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3px;
  border: 3px solid #fff;
  border-radius: 50px;
  padding: 20px 45px;
  display: inline-block;
}
.banner-button:hover {
  background: #ed8406;
  color: #fff !important;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3px;
  border: 3px solid #fff;
  border-radius: 50px;
  padding: 20px 45px;
  display: inline-block;
}
.premium_benefit {
  background: #121116;
  background-size: cover;
  padding: 1.5rem 0;
}
.premium_benefit_content_section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.premium_benefit_content {
  font-family: "Lato-light", sans-serif;
  color: #fff;
  font-weight: 400;
  max-width: 562px;
  font-size: 23px;
  text-align: center;
}
.feature_section {
  background: #eeeeee;
  padding: 2rem 0;
}
.feature_content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  padding: 1rem;
}
.left_side_features,
.right_side_features {
  z-index: 1;
}
.center_image {
  position: absolute;
  top: -5.6rem;
  left: 24%;
  z-index: 0;
}
.center_image img {
  width: 686px !important;
}
.item {
  margin: 1rem 0;
  text-align: center;
}
.item .card h2 {
  text-align: center;
  color: #fff;
  padding-top: 1.5rem;
}
.item .card {
  border: none;
  width: 14rem !important;
}
.item .card .card-text {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  color: #000;
  font-size: 15px;
}
.item .card h2 i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 2rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #4391ff;
}
.circle_content {
  bottom: 2rem;
  right: 1rem;
  max-width: 310px;
}

.ancient_testimonial {
  background: #f3f3f3;
}

.testimonial_section {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
  grid-auto-flow: dense;
  grid-auto-columns: 1fr;
  grid-auto-rows: auto;
  place-content: center;
  justify-content: center;
  justify-items: center;
  padding: 4.5rem 0;
  gap: 30px;
  margin: 0 auto;
  width: 100%;
}
.testimonial_item {
  background: #f3f3f3;
  position: relative;
  padding: 1rem 0;
  box-shadow: 0 21px 45px -26px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0 21px 45px -26px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 21px 45px -26px rgba(0, 0, 0, 0.75);
  min-height: 500px !important;
}

.testimonial_item .testimonial_item_content {
  z-index: 1;
  position: relative;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.testimonial_item .testimonial_item_content .testimonial_content_wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 1;
}

.testimonial_item .quote_header {
  width: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.testimonial_item .quote_header img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}

.testimonial_item .tst_user_image {
  width: 100%;
  height: fit-content;
  text-align: center;
  margin-top: 1rem;
  z-index: 1;
}

.testimonial_item .tst_user_image img {
  width: 150px;
  height: 150px;
  border-radius: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
  z-index: 1;
}

.testimonial_item:nth-child(1) .tst_user_image img {
  width: 130px;
  height: 130px;
  aspect-ratio: 1/1;
  margin-top: 0;
}

.testimonial_item .left_quote_sign {
  color: #129fff;
}

.testimonial_item .testimonial_content p {
  font-family: "Lato", sans-serif;
  color: #000;
  font-size: 15px;
  padding-block: 2rem;
}
.testimonial_item .testimonial_bottom {
  text-align: center;
  color: #129fff;
}
.testimonial_item .testimonial_bottom {
  display: flex;
  align-items: flex-start;
  gap: 50px;
  justify-content: flex-end;
  width: 100%;
  height: fit-content;
  position: relative;
}
.testimonial_item .testimonial_bottom span {
  color: #000;
  font-weight: 600;
  font-family: "Lato", sans-serif;
  padding: 0;
}

.carousel_section {
  height: 100%;
  width: 100%;
  min-height: 75vh;
  width: 100%;
}

.carousel_section .visually-hidden {
  display: none;
}

.carousel-item {
  background: url(../images/Ancient_bg.PNG);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  object-fit: cover;
}
.carousel_items {
  text-align: right;
  min-height: 75vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  align-items: flex-end;

  position: relative;
}
.carousel_item_content {
  color: #fff;
  width: 56%;
  padding-right: 56px;
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.carousel_item_content h1 {
  margin-bottom: 20px;
  line-height: 4rem;
  font-weight: normal;
  font-size: 49px;
  font-family: "Lato", sans-serif;
}
.carousel_item_content p {
  font-size: 22px;
  line-height: 2rem;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  max-width: 500px;
}

@media (max-width: 576px) {
  .carousel_item_content {
    width: 100%;
    padding: 20px;
  }
  .carousel_item_content p,
  .carousel_item_content h1 {
    text-align: center;
  }
}

@media (max-width: 400px) {
  .carousel_item_content p {
    font-size: 19px !important;
    line-height: 1.6rem;
  }
  .carousel_item_content h1 {
    font-size: 32px !important;
    line-height: 2.5rem !important;
  }
}

.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px !important;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #7e7d7d;
  border-radius: 50%;
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: -17rem;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}
.row.zero_ads_section {
  justify-content: center;
  align-items: center;
}
.zero_ads_content h1 {
  color: #000;
  font-family: "Lato", sans-serif;
  font-size: 39px;
  padding: 2rem 0;
  line-height: 2.7rem;
  font-weight: 600;
}
.zero_ads_content p {
  color: #000;
  font-family: "Lato", sans-serif;
  font-size: 24px;
  max-width: 465px;
  margin: 1rem 0;
  line-height: 1.87rem;
  letter-spacing: 0.5px;
  font-weight: 600;
}
.zero_ads_image img {
  width: 100%;
  height: 100%;
}
.zeros_sub_header {
  color: #000;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 12px;
  padding: 3rem 0;
  line-height: 2.8rem;
}

.zeros_sub_content {
  color: #000;
  font-family: "Lato", sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  padding: 2rem 0;
}

@media (max-width: 992px) {
  .zero_ads_content p,
  .zero_ads_content h1 {
    text-align: center;
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
  .zero_ads_content p {
    margin-bottom: 30px;
  }
  .zero_ads_image {
    text-align: center;
  }
  .zero_ads_image img {
    max-width: 100%;
    max-height: 100%;
  }
}

.magazine-sec {
  background: #090d10 url(../images/magizine-back.jpg) top center no-repeat;
  padding-bottom: 60px;
}
.magazine-sec > img {
  min-height: 185px !important;
  width: 100%;
}
.magazine-sec h2 {
  font-size: 74px;
  color: #fff;
  letter-spacing: -1px;
  text-align: center;
  padding: 45px 0;
}

.spacer-450 {
  min-height: 512px;
}
.download_content_section {
  background: #090e12;
  align-items: center;
}
.download_content {
  color: #fff;
}
.download_content p,
.download_content h3 {
  font-family: "Lato", sans-serif;
}
.download_content p {
  font-size: 23px;
  line-height: 35px;
  font-family: "Lato", sans-serif;
  padding: 2rem 0;
  font-weight: normal;
}
.download_content h2 {
  text-align: center;
  font-size: 32px;
  color: #fff;
  font-family: "Lato-light", sans-serif;
}
.download_content_image {
  position: relative;
  left: 51px;
  top: 60px;
}
.download_content_image img {
  width: 558px;
}
.egypt_god_section {
  align-items: center;
}
.egypt_god_image {
  position: relative;
  left: 0;
}
.egypt_god_image img {
  width: 700px !important;
}
.egypt_god_content {
  color: #fff;
  font-family: "Lato", sans-serif;
}
.egypt_god_content h3 {
  font-size: 52px;
  text-align: right;
  line-height: 3.5rem;
}
.egypt_god_content p {
  font-size: 22px;
  line-height: 35px;
  color: #fff;
  font-family: "Lato-light", sans-serif;
  padding: 2.5rem 0;
  text-align: right;
}

@media (max-width: 992px) {
  .egypt_god_content p,
  .egypt_god_content h3 {
    text-align: center;
  }
  .col-lg-7.egypt_god_image {
    order: 2;
  }
}

.package_section {
  background: #000;
}
.package_section > h2 {
  color: white;
  background: url(../images/sun_rays.PNG) no-repeat center center !important;
  background-size: cover !important;
  padding: 1rem 0;
  text-align: center;
  font-size: 148px;
  margin-bottom: 16px;
}

@media (max-width: 768px) {
  .package_section > h2 {
    font-size: 50px;
    margin-bottom: 10px;
  }
}

.packages {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  grid-auto-rows: max-content;
  justify-content: center;
  grid-auto-flow: row;
  gap: 30px;
}
.packages .package {
  color: black;
  padding-top: 70px;
  padding-bottom: 20px;
  height: fit-content;
}
.package p,
.package ul li span {
  color: #fff;
  font-family: "Lato-light", sans-serif;
  font-weight: bold;
  font-size: 20px;
}
.package ul li {
  padding: 0.5rem 0;
}
.package h2,
.bonuses_contents h3,
.price_devide h2,
.price_devide p,
.months,
.year {
  font-family: "trajan_proregular", sans-serif;
  color: #fff;
}
.package > h2 {
  font-size: 40px;
  letter-spacing: 0;
}
.package > p {
  font-size: 1.2rem;
  margin-block: 1.2rem;
}
.package:nth-child(1),
.package:nth-child(2),
.package:nth-child(3) {
  background-image: url("../images/package_bg_1.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  object-fit: cover;
}
.package:nth-child(2) {
  background-image: url("../images/package_bg_2.png");
}
.package:nth-child(3) {
  background-image: url("../images/package_bg_3.png");
  z-index: 1;
}
@media (max-width: 1200px) {
  .packages .package {
    height: auto;
  }
}
.bonuses_contents {
  padding: 1.5rem 1rem;
  background: rgba(213, 213, 213, 0.33);
}
.bonuses_contents h3 {
  background: #fff;
  display: inline-block;
  padding: 0.5rem 1rem;
  color: #000;
}
.bonuses_contents ul li {
  padding: 1rem;
}
.underline_div {
  width: 12rem;
  height: 4px;
  background: #fff;
  margin: auto;
}
.price_devide > h2 {
  font-size: 58px;
  letter-spacing: 12px;
}
.price_devide > p {
  font-size: 22px;
  font-weight: normal;
  letter-spacing: 5px;
  color: #ddd;
  padding: 1rem 0;
}
.big_price_package {
  display: flex;
  flex-direction: row;
  align-items: flex;
  justify-content: center;
  gap: 10px;
}
.big_price_package h4 {
  font-size: 30px;
}
.big_price_package p,
.big_price_package span {
  font-size: 14px;
  font-weight: normal;
}
.white_shadow_box {
  background: rgba(213, 213, 213, 0.33);
  margin: 5px 0;
}
.magizine p {
  font-size: 38px;
  color: #fff;
  line-height: 43px;
  letter-spacing: -1px;
  padding-top: 50px;
}
.subscription-head {
  font-size: 22px;
  font-family: "trajan_proregular";
  color: #fff;
  padding: 20px 0;
}
.more_icon {
  font-size: 3rem !important;
}
.Start.Now a {
  color: #fff;
  border: 3px solid #fff;
  padding: 0.8rem 4.5rem;
  border-radius: 20px;
  font-size: 18px;
  display: inline-block;
}
.Start.Now:hover a {
  color: #fff;
  border: 3px solid #fff;
  padding: 0.8rem 4.5rem;
  border-radius: 20px;
  font-size: 18px;
  display: inline-block;
  background: #ed8406;
}
.preview_premium_free_section {
  margin-top: -17rem;
  margin-left: -0.3rem;
}
.preview_premium_free_section h3 {
  margin-bottom: 15px;
}
.preview_premium_image {
  display: inline-block;
  width: 100%;
  height: 100%;
}
@media (max-width: 1200px) {
  .preview_premium_free_section {
    margin-top: 10px;
    text-align: center;
  }
  .preview_premium_image {
    text-align: center;
  }
}
.try_ancient_origins {
  padding: 3rem 5px;
  text-align: center;
  background: #4391ff;
  color: #fff;
}
.try_ancient_origins h3 {
  font-family: "Lato", sans-serif;
  font-size: 40px;
  line-height: 2.5rem;
}

@media (max-width: 768px) {
  .try_ancient_origins h3 {
    font-size: 35px;
  }
}

.magazine_section_image {
  max-width: 1250px !important;
}
.magazine_section_image img {
  width: 100% !important;
}
.magazine_section_content {
  background: #000000;
  text-align: center;
  padding-bottom: 4rem;
}
.magazine_section_content h2 {
  font-family: "trajan_proregular";
  letter-spacing: 7px;
  font-size: 40px;
  color: #eeeeee;
  line-height: 2.5rem;
  white-space: nowrap;
  margin: 0 auto;
  padding: 0 10px;
}
.magazine_section_content p {
  color: #eeeeee;
  width: 80%;
  margin: 0 auto;
  margin-block: 16px;
  font-size: 1.2rem;
  line-height: 2rem;
}

@media (max-width: 768px) {
  .magazine_section_content h2 {
    margin-bottom: 10px;
    white-space: unset;
    width: 100%;
  }

  .magazine_section_content p {
    width: 100%;
  }
}

.black_overlay {
  background: #000;
  padding: 3rem;
  color: #fff;
  position: relative;
  top: 6rem;
}
.black_overlay h2 {
  font-family: "Lato", sans-serif;
  font-size: 50px;
  text-align: center;
  max-width: 61rem;
  margin: 0 auto;
}

@media (max-width: 576px) {
  .black_overlay {
    padding: 30px 0 0 0;
  }

  .black_overlay h2 {
    font-size: 2.6rem;
    line-height: 2.8rem;
  }
}

.footer {
  background: #211d14;
  padding: 2rem 0;
  color: #fff;
  font-family: "Lato-light", sans-serif;
  font-weight: 600;
}
.footer h3 {
  text-align: center;
  font-size: 1rem;
}
.footer p,
.footer ul li a {
  text-align: center;
  padding: 0.6rem 0;
  color: #e6dbc8;
  font-size: 1rem;
}
.footer span {
  display: block;
  text-align: center;
}
@media (max-width: 1200px) {
  .download_content_image {
    left: 31px;
  }
}
@media (max-width: 1025px) {
  #hero-sec {
    padding-top: 300px;
  }
  .preview_premium_free_section {
    margin-top: 8rem;
  }
}
@media (max-width: 992px) {
  #hero-sec {
    padding-top: 150px;
  }
  .egypt_god_image {
    position: relative;
    left: 0;
    padding: 1rem 0;
  }
  .premium_benefit_content_section {
    flex-direction: column;
  }
  .premium_benefit_content {
    max-width: 500px;
    padding: 2rem 0;
  }
  .center_image {
    position: absolute;
    top: -5.7rem;
    left: 8%;
    z-index: 0;
  }
  .download_content_image {
    left: 180px;
  }
}
@media (max-width: 767px) {
  #hero-sec {
    padding-top: 40px;
  }
  #hero-sec h1 {
    font-size: 28px;
    line-height: 30px;
    padding: 0 0 20px;
  }
  .center_image {
    position: absolute;
    top: -5.4rem;
    left: 8%;
    z-index: 0;
  }
  .download_content_image {
    left: 88px;
  }

  .download_content p {
    text-align: center;
  }

  .circle_content {
    bottom: 20rem;
    right: 1rem;
    max-width: 310px;
    z-index: 0;
  }
  .testimonial_section {
    justify-content: center;
  }

  .packages {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media (max-width: 600px) {
  .feature_content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    position: relative;
    padding: 1rem;
  }
  .center_image {
    top: -4.2rem;
  }
  .circle_content {
    display: none;
  }
  .item .card {
    width: 100% !important;
  }
  .download_content_image {
    left: 0;
  }
  .carousel_item_content h1 {
    margin-bottom: 20px;
    line-height: 3rem;
    font-weight: normal;
    font-size: 41px;
    font-family: "Lato", sans-serif;
  }
}
@media (max-width: 480px) {
  .item .card {
    width: 100% !important;
  }
}
@media (max-width: 380px) {
  #hero-sec {
    padding-top: 20px;
  }
  #hero-sec h1 {
    font-size: 24px;
    line-height: 28px;
    padding: 0 0 10px;
  }
  .center_image {
    display: none;
  }
  .item .card {
    width: 100% !important;
  }
  .preview_premium_free_section {
    margin-top: -0;
  }
  .Start.Now a {
    padding: 0.1rem 4.5rem;
  }
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}

[data-bs-theme="dark"] .carousel .carousel-control-prev-icon,
[data-bs-theme="dark"] .carousel .carousel-control-next-icon,
[data-bs-theme="dark"].carousel .carousel-control-prev-icon,
[data-bs-theme="dark"].carousel .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
[data-bs-theme="dark"] .carousel .carousel-indicators [data-bs-target],
[data-bs-theme="dark"].carousel .carousel-indicators [data-bs-target] {
  background-color: #000;
}
[data-bs-theme="dark"] .carousel .carousel-caption,
[data-bs-theme="dark"].carousel .carousel-caption {
  color: #000;
}

.comming_soon {
  border: 1px solid rgb(187, 169, 130);
  padding: 5px 0 !important;
}

/* footer  */
.footer ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin-block: 10px;
}

@media (max-width: 1024px) {
  .footer ul {
    flex-direction: column;
  }
}
