/* Spinner */
@import "https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";
@import "https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Federo&display=swap";
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
/* Tabs */
/* Content */
/* Animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/********** Template CSS **********/

body {
  font-family: "Poppins", sans-serif;
  background-color: #f2e9db;
  font-size: 16px;
  color: #3d2a2a;
  line-height: 1.5;
}

.back-to-top {
  background-color: #daa520;
  position: fixed;
  display: none;
  right: 30px;
  bottom: 30px;
  z-index: 99;
}
.back-to-top > i {
  color: #000000;
}
.back-to-top:hover {
  background-color: #000000;
}
.back-to-top:hover > i {
  color: #daa520;
}

h1 {
  font-family: "Federo", sans-serif;
  font-style: normal;
  font-weight: 800;
  line-height: 1.21;
  letter-spacing: 0px;
  text-align: inherit;
}

h2,
h3,
h4,
h5,
h6 {
  font-family: "Lora", serif;
}

a {
  color: #800020;
  text-decoration: none;
}

a,
button {
  transition: all 0.2s ease-in-out 0s;
}

section {
  padding: 50px 0;
  position: relative;
  overflow: hidden;
}

.section-title {
  font-family: "Federo", sans-serif;
  font-size: 20px;
  color: #800020;
  margin-bottom: 44px;
}

.slick-arrow {
  opacity: 1;
  color: transparent;
  font-size: 0;
  background-color: transparent;
  border: none;
}
.slick-arrow.slick-prev::before, .slick-arrow.slick-next::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900; /* Required for solid icons */
  font-size: 24px;
  color: #3d2a2a;
}
.slick-arrow.slick-prev.slick-disabled, .slick-arrow.slick-next.slick-disabled {
  opacity: 0.3;
}

.primary-button {
  border: 2px solid;
  border-color: #daa520;
  color: #3d2a2a;
  background: none;
  font-size: 12px;
  padding: 6px 9px 6px 11px;
  display: flex;
  margin: 0 0 5px;
  vertical-align: top;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.2s ease-in-out 0s;
}
.primary-button:hover {
  border-color: #3d2a2a;
  color: #3d2a2a;
}

.card-primary .card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  padding: 24px 30px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.card-primary .card-inner .card-img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
}
.card-primary .card-inner .card-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #29272a;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
  width: 100%;
  height: 100%;
}
.card-primary .card-inner .card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.card-primary .card-inner .card-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
  position: relative;
}
.card-primary .card-inner .card-info > h2,
.card-primary .card-inner .card-info h3 {
  font-size: 30px;
  color: #800020;
}
.card-primary .card-inner .card-info > h3 {
  font-size: 20px;
}
.card-primary .card-inner .card-info .card-buttons {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 3px;
}
.card-primary .card-inner .card-info .card-link {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.card-primary .card-inner .card-info .card-link > a {
  font-size: 12px;
  font-weight: bold;
  color: #3d2a2a;
  line-height: 1.3;
  text-transform: uppercase;
}
.card-primary .card-inner .card-info .card-link > a:hover {
  color: #800020;
  text-decoration: underline;
}

.card-general .card-inner .card-img {
  margin: 0 0 19px;
  border-radius: 0;
}
.card-general .card-inner .card-img img {
  width: 100%;
}
.card-general .card-inner .card-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 20px;
}
.card-general .card-inner .card-info > h3,
.card-general .card-inner .card-info h4 {
  font-size: 20px;
  color: #800020;
  margin-bottom: 0;
}
.card-general .card-inner .card-info > h4 {
  font-size: 26px;
}
.card-general .card-inner .card-info .card-link {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.card-general .card-inner .card-info .card-link > a {
  font-size: 12px;
  font-weight: bold;
  color: #3d2a2a;
  line-height: 1.3;
  text-transform: uppercase;
}
.card-general .card-inner .card-info .card-link > a:hover {
  color: #800020;
  text-decoration: underline;
}

/********** Header CSS **********/
#header {
  padding-top: 14px;
  padding-bottom: 14px;
  background-color: #ffffff;
}
#header.sticky-top {
  transition: all 0.5s ease 0s;
}
#header .header-inner {
  display: block;
  justify-content: space-between;
  position: relative;
}
#header .navbar-toggler {
  position: relative;
  margin: 0;
  z-index: 999;
  left: 6px;
  top: 6px;
}
#header .navbar-collapse {
  padding-top: 20px;
}
#header .navbar-brand {
  font-family: "Federo", sans-serif;
  color: #800020;
  font-size: 20px;
}
#header .navbar {
  padding: 0;
}
#header .navbar::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 2px solid #000;
  width: 100%;
  height: 54px;
  display: block;
  pointer-events: none;
}
#header .navbar-expand-lg .navbar-nav .nav-link {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  color: #3d2a2a;
  position: relative;
  letter-spacing: 0.6px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
  padding-right: 1rem;
  padding-left: 1rem;
}
#header .navbar-expand-lg .navbar-nav .nav-link:hover, #header .navbar-expand-lg .navbar-nav .nav-link:focus {
  color: #daa520;
}
#header .search-block {
  position: absolute;
  overflow: hidden;
  top: 48px;
  right: 10px;
  z-index: 999;
}
#header .search-block.is-active {
  overflow: visible;
}
#header .search-block .search-icon {
  font-size: 17px;
  font-family: "Poppins", sans-serif;
  color: #800020;
  padding: 4px;
  position: relative;
  width: 30px;
  height: 30px;
}
#header .search-block .search-icon:hover {
  color: #3d2a2a;
}
#header .search-block .search-icon > i {
  position: absolute;
  top: 50%;
  bottom: 0;
  margin: auto;
  left: 50%;
  right: 0;
  text-align: center;
  font-size: 18px;
  transform: translate(-50%, -50%);
  transition: opacity 0.5s ease-in-out 0s;
}
#header .search-block .search-icon .fa-search {
  opacity: 1;
  transition: opacity 0.5s ease-in-out 0s;
}
#header .search-block .search-icon .fa-times {
  opacity: 0;
  transition: opacity 0.5s ease-in-out 0s;
}
#header .search-block .search-icon.is-active .fa-search {
  opacity: 0;
}
#header .search-block .search-icon.is-active .fa-times {
  opacity: 1;
}
#header .search-box {
  position: absolute;
  width: 280px;
  right: 30px;
  transform: translate(100%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.3s ease, visibility 0.3s;
  top: 50%;
  bottom: auto;
  margin: auto;
  margin-top: 2px;
  height: 38px;
}
#header .search-box.is-active {
  transform: translate(0, -50%);
  opacity: 1;
  visibility: visible;
}
#header .search-box .form-control {
  border-radius: 0;
  font-size: 12px;
  box-sizing: border-box;
  height: 38px;
  width: 100%;
  padding: 14px 125px 14px 20px;
}
#header .search-box .form-control::-moz-placeholder {
  font-style: italic;
}
#header .search-box .form-control::placeholder {
  font-style: italic;
}
#header .search-box .btn-submit {
  background-color: #ffffff;
  letter-spacing: 0.5px;
  padding: 0 31px;
  height: 38px;
  line-height: 34px;
  border-radius: 0;
  border: 2px solid;
  box-shadow: none;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s ease-in-out 0s;
}
#header .search-box .btn-submit:hover {
  border-color: #800020;
  color: #800020;
}

/********** Hero CSS **********/
.hero-section {
  padding-top: 50px;
}
.hero-section .col-left .card-primary .card-inner {
  min-height: 415px;
}
.hero-section .col-right .card-primary .card-inner {
  min-height: 283px;
}

/********** Astrology CSS **********/
.astrology-section .slick-list {
  margin: 0 -10px;
}
.astrology-section .slick-slide {
  padding: 0 10px;
}
.astrology-section .card-primary .card-inner {
  min-height: 285px;
}
.astrology-section .slick-arrow {
  position: absolute;
  bottom: auto;
  top: -60px;
}
.astrology-section .slick-arrow.slick-prev {
  left: auto;
  right: 30px;
}
.astrology-section .slick-arrow.slick-prev::before {
  content: "\f053";
}
.astrology-section .slick-arrow.slick-prev:hover::before {
  color: #daa520;
}
.astrology-section .slick-arrow.slick-next {
  right: 0;
  left: auto;
}
.astrology-section .slick-arrow.slick-next::before {
  content: "\f054";
}
.astrology-section .slick-arrow.slick-next:hover::before {
  color: #daa520;
}

/********** Mythology CSS **********/
.tabs-wrapper .tab-top {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 41px;
}

.tab-heading {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  font-size: 20px;
}

.heading-text {
  display: inline-block;
  color: #800020;
}

.spinner {
  width: 18px;
  height: 18px;
  border: 2px solid #ddd;
  border-top-color: #000;
  border-radius: 50%;
  display: none;
  animation: spin 0.8s linear infinite;
}

.tabs-nav {
  display: flex;
  gap: 34px;
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
  flex-wrap: wrap;
}

.tab-link {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.3;
  text-transform: uppercase;
  color: #3d2a2a;
  padding: 0;
  background: transparent;
  cursor: pointer;
  border-radius: 0;
  letter-spacing: 0.6px;
  transition: 0.3s;
}
.tab-link:hover {
  background: transparent;
  color: #800020;
}

.tab-link.active {
  background: transparent;
  color: #800020;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.fadeInUp {
  animation: fadeInUp 0.5s ease forwards;
}

.tab-content .tab-content-inner .col-left {
  padding: 20px;
  background-color: #fdfdfd;
}
.tab-content .tab-content-inner .col-right .card-primary .card-inner {
  min-height: 469px;
}

.mini-type .inner {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  padding: 15px 0;
}
.mini-type .inner .entry-header .post-thumbnail__link {
  display: block;
  width: 129px;
  height: 93px;
}
.mini-type .inner .entry-header .post-thumbnail__link img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.mini-type .inner .entry-content {
  margin-top: 0;
  overflow: hidden;
}
.mini-type .inner .entry-content > h6 {
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 1.31;
  letter-spacing: 0px;
  text-align: inherit;
  color: #3d2a2a;
}
.mini-type .inner .entry-content > h6 > a:hover {
  color: #3d2a2a;
}
.mini-type .inner .entry-content .post__date {
  font-size: 12px;
  font-weight: bold;
  color: #3d2a2a;
  line-height: 1.3;
  text-transform: uppercase;
}
.mini-type .inner .entry-content .post__date > a {
  color: #3d2a2a;
}
.mini-type .inner .entry-content .post__date > a:hover {
  color: #800020;
  text-decoration: underline;
}

/********** Wishes CSS **********/
.wishes-section .col-left .card-primary .card-inner {
  min-height: 290px;
}

/********** News CSS **********/
.news-section .card-general .card-inner .card-img {
  position: relative;
  background-color: #daa520;
}
.news-section .card-general .card-inner .card-img::before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 24px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f002";
  font-size: 30px;
  color: #3d2a2a;
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%) scale(2);
  transition: all 0.4s ease-in-out 0s;
}
.news-section .card-general .card-inner .card-img img {
  opacity: 1;
  transition: opacity 0.2s ease-in-out 0s;
}
.news-section .card-general .card-inner .card-img:hover {
  cursor: pointer;
}
.news-section .card-general .card-inner .card-img:hover::before {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.news-section .card-general .card-inner .card-img:hover img {
  opacity: 0.7;
}

/********** Pagination CSS **********/
.pagination {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 25px;
  margin: 20px 0;
  flex-wrap: wrap;
}

.page-btn {
  width: auto;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #3d2a2a;
  border: none;
  border-radius: 0;
  font-size: 12px;
  font-weight: 700;
  transition: all 0.3s ease 0s;
  background: transparent;
}
.page-btn:hover {
  background: transparent;
  color: #800020;
  border-color: var(--light);
}
.page-btn.next {
  text-transform: uppercase;
}
.page-btn.next > i {
  margin-left: 5px;
}

.page-btn.active {
  background: transparent;
  color: #800020;
}

.page-btn.disabled {
  opacity: 0.5;
  pointer-events: none;
}

/********** Sign up CSS **********/
.signup-section {
  padding: 0 0 100px;
}

.signup-content {
  position: relative;
  min-height: 318px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 20px;
  background: url("https://images.unsplash.com/photo-1516321318423-f06f85e504b3?auto=format&fit=crop&w=1600&q=80") center/cover no-repeat;
  overflow: hidden;
  z-index: 2;
  max-width: 100%;
  width: 100%;
  text-align: center;
  color: #800020;
}
.signup-content::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.75), rgba(15, 23, 42, 0.65));
}
.signup-content .signup-info {
  position: relative;
  padding-bottom: 24px;
}
.signup-content .signup-info h5 {
  font-style: normal;
  font-weight: 800;
  font-size: 26px;
  line-height: 1.27;
  color: #daa520;
  letter-spacing: 0px;
  text-align: inherit;
  margin-bottom: 15px;
}
.signup-content .signup-info p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
  color: #ffffff;
  position: relative;
  margin: 0;
}
.signup-content .signup-form {
  display: flex;
  gap: 0;
  justify-content: center;
  position: relative;
  width: 100%;
  max-width: 454px;
  margin: 0 auto;
}
.signup-content .signup-form .form-control {
  display: block;
  order: 0;
  align-self: auto;
  border: 2px solid;
  border-color: #ffffff;
  color: #ffffff;
  font-size: 12px;
  background: none;
  height: 50px;
  width: 100%;
  margin: 0 0 10px;
  padding: 14px 20px;
  border-radius: 0;
  min-width: 1px;
  max-width: calc(100% - 50px);
  border-right: none;
}
.signup-content .signup-form .form-control::-moz-placeholder {
  font-style: italic;
  color: #ffffff;
  font-size: 12px;
}
.signup-content .signup-form .form-control::placeholder {
  font-style: italic;
  color: #ffffff;
  font-size: 12px;
}
.signup-content .signup-form .btn-submit {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  order: 0;
  flex: 0 0 auto;
  align-self: auto;
  height: 50px;
  line-height: 48px;
  padding: 0 30px;
  background: none;
  border: 2px solid;
  box-shadow: none;
  border-color: #ffffff;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase !important;
  line-height: 1.2;
  display: inline-block;
  font-weight: bold;
  background: none;
  letter-spacing: 0.5px;
  padding: 18px 14px 17px;
  border-radius: 0;
  border: 2px solid;
  box-shadow: none;
  transition: 0.3s ease;
}
.signup-content .signup-form .btn-submit:hover {
  background: #daa520;
  color: #3d2a2a;
  border-color: #ffffff;
}

/********** Footer CSS **********/
#footer {
  padding: 20px 0;
  background-color: #fdfdfd;
}
#footer .footer-logo .navbar-brand {
  font-family: "Federo", sans-serif;
  font-size: 20px;
}
#footer .footer-copyright p {
  margin-bottom: 0;
  font-size: 12px;
  font-style: italic;
}
#footer .footer-social > a:hover > i {
  color: #800020;
}

/************ Responsive Start Here ***********/
/* Small Mobile Screen */
@media (min-width: 480px) {
  #header .search-box {
    width: 345px;
  }
  .signup-content .signup-form .btn-submit {
    padding: 18px 31px 17px;
  }
  .card-primary .card-inner .card-info .card-buttons {
    flex-direction: row;
  }
}
/* Mobile */
@media (min-width: 768px) {
  .tabs-nav {
    justify-content: center;
  }
  .tab-link {
    text-align: center;
  }
  .tabs-nav {
    flex-direction: row;
  }
  .tabs-wrapper .tab-top {
    flex-direction: row;
    gap: 0;
  }
}
/* Tablet */
@media (min-width: 992px) {
  #header {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  #header .header-inner {
    display: flex;
  }
  #header .header-inner .navbar::before {
    display: none;
  }
  #header .header-inner .navbar-collapse {
    padding-top: 0;
  }
  #header .search-box {
    height: 50px;
    margin-top: auto;
  }
  #header .search-box .form-control {
    height: 50px;
  }
  #header .search-box .btn-submit {
    height: 50px;
    line-height: 46px;
  }
  #header .search-block {
    position: relative;
    top: unset;
    right: unset;
  }
  .tab-link {
    width: auto;
    flex: 0 0 auto;
  }
  .signup-content h2 {
    font-size: 32px;
  }
  .signup-content .signup-form {
    max-width: 454px;
  }
  .signup-content .signup-form .form-control {
    max-width: calc(100% - 50px);
  }
  .signup-form {
    flex-direction: row;
  }
  .signup-form input {
    width: 100%;
    max-width: 100%;
  }
  .hero-section {
    padding-top: 100px;
  }
  .hero-section .col-left .card-primary .card-inner {
    min-height: 615px;
  }
  .astrology-section .slick-list {
    margin: 0 -20px;
  }
  .astrology-section .slick-slide {
    padding: 0 20px;
  }
  .card-primary .card-inner .card-info > h2 {
    font-size: 36px;
  }
  .tab-content .tab-content-inner .col-left {
    padding: 25px 40px;
  }
}
/* Desktop *//*# sourceMappingURL=style.css.map */