@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Merriweather+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");

body {
  font-family: "Merriweather", "sans-serif";
}

p {
  font-size: 18px !important;
}

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

.header {
  background: #fff;
  width: 100%;
  padding: 10px 0;
}

.logo {
  margin: 0 auto;
  display: block;
  max-height: 90px;
}

img {
  max-width: 100%;
}

.message {
  padding: 60px 0;
}

.message h3 {
  margin-bottom: 20px;
  text-align: center;
}

.message .image {
  margin-bottom: 20px;
}

.message .image img {
  height: 180px;
}

.btn-rev {
  padding: 20px 40px;
  border-radius: 50px;
  border: none;
  color: white;
}

.intro {
  text-align: center;
  padding: 60px 0;
  background: #000;
}

.intro .col-md-7 {
  padding-left: 80px;
  padding-right: 80px;
}

.intro .image {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.intro .image img {
  height: 320px;
}

.intro .btn {
  text-transform: uppercase;
}

.angels-category {
  padding: 60px 0;
}

.angels-category h3,
.angels-category h4 {
  margin-bottom: 10px;
  text-align: center;
}

.angel-icon {
  width: 150px;
  padding: 0 10px;
  display: inline;
  margin-bottom: 20px;
}

.angels {
  padding: 20px 0;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.popular-article {
  background: #e91e63;
}
.popular-article h3 {
  text-align: center;
  color: white;
  margin-bottom: 20px;
}
.popular-article .box a {
  text-decoration: none;
}
.popular-article h1{
    font-family: Merriweather, serif;
    color: var(--bs-white);
    font-size: 70px;
    line-height: 1.2;
    max-width: 800px;
    margin: 0px auto;
    text-align: center;
    text-shadow: 0 0 7px #1b1616; 
}
.card-1 {
  top:-1px;
}
.card-2 {
  top:15px;
}
.card-3 {
  top:26px;
}
.card-4 {
  top:34px;
}
.card-5 {
  top:38px;
}
.card-6 {
  top:40px;
}
.card-7 {
  top:36px;
}
.card-8 {
  top:30px;
}
.card-9 {
  top:23px;
}
.card-10 {
  top:10px;
}
.card-11 {
  top:-7px;
}
.card-12 {
  top:-28px;
}
.select-card{
  display: block;
  width: 180px;
  float: left;
  margin-right: -130px;
  transition: 3s;
}
.select-card a{
  transition: 0.3s;
}
.select-card a:hover{
  transform: scale(1.1);
  margin-top: 5%;
  
}
.select-card img, .tarot-card img{
  border-radius: 12px;
}
.popular-article .box h4 {
  margin: 10px 0;
  color: #160c03;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}
.popular-article .box img {
  height: 250px;
  width: 100%;
  background-size: cover;
}

.popular-article .boxes .box {
  background: white;
  padding: 10px;
  height: 100%;
  transition: .2s ease-in;
}
.boxes:hover{
    transform: scale(0.9);
    transition: all .2s ease-in-out;
}
.footer {
  background-color: #000;
  width: 100%;
  padding: 20px 0;
  text-align: center;
}
.footer-text {
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin-bottom: 7px;
}
a.footer-link {
  text-align: center;
  text-decoration: none;
  color: white;
  padding-right: 7px;
}

.base {
  min-height: 800px;
}

.headline {
  font-family: "Lora", serif;
  font-weight: 600;
  text-align: center;
  color: #160c03;
  padding: 20px 0;
  margin-left: auto;
  margin-right: auto;
  line-height: normal;
}

.angel-card {
  padding: 40px 0 20px;
  background-size: 600px;
  text-align: center;
}

.card {
  width: 320px;
  display: block;
  margin: 0 auto;
  border-radius: 10px;
  border: 0;
}

.margin-block {
  margin-block-start: 0;
  margin-block-end: 0;
}
.message-h3 i {
  color: #d7d7d7;
}
.message-h3 {
  padding: 20px 0;
  position: relative;
  font-family: "Lora", serif;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  color: #160c03;
  margin-bottom: 20px;
}

.main-article {
  text-align: justify;
}

.main-article h3,
.main-article h2,
.main-article h2,
.main-article h4 {
  color: #160c03;
}
a.side-title {
  color: #fff;
  font-family: "Lora", serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  line-height: normal;
  padding: 10px;
  max-width: 100%;
  display: block;
  background-color: #160c03;
  margin-bottom: 30px;
}
.article {
  position: relative;
  margin-bottom: 20px;
}
.article .container {
  max-width: 980px;
  margin: 0 auto;
}
.article .side {
  background: #deeffd;
  border: 1px solid #160c03;
  padding: 20px;
}
.left-ads {
  left: 0;
  top: 0;
}
.right-ads {
  right: 0;
  top: 0;
}
.left-ads,
.right-ads {
  position: absolute;
  height: 800px;
  width: 200px;
}

.article .col-side {
  margin-bottom: 20px;
}
.article .side h4 {
  text-align: center;
  color: #160c03;
}
.angel-side {
  max-width: 80px;
  margin: 0 5px;
  display: inline;
  margin-bottom: 10px;
}
.angel-col-side {
  text-align: center;
}
.laptop{
  display: block !important;
}
.mob{
  display: none !important;
}
@media only screen and (max-width: 991px) {
	 .intro .col-md-7 {
    padding-left: 15px;
    padding-right: 15px;
}
.btn-rev {
    width: 80% !important;
}
}

@media only screen and (max-width: 769px) {
  .btn-rev{
    padding: 10px;
  }
  .col-side .col-md-4{
   width: 47%; 
  }

}

@media only screen and (max-width: 559px) {
  .angels {
    padding: 10px 0px;
  }
  .intro .col-md-7{
    padding-left: 0;
    padding-right: 0;
  }
  .btn-rev{
    padding: 10px;
  }
  .heading-2 {
    font-size: 31px !important;
}
  .laptop{
    display: none !important;
  }
  .mob{
    display: block !important;
  }
  #card .col-md-2{
    width: 33.33%;
  }
  .col-side .col-md-4{
   width: 33.33%; 
  }
  .angel-icon {
    max-width: 100px;
    padding: 0px 5px;
  }
  

.intro .image img {
    height: 270px;
}
.intro .image {
    height: auto;
}
}
@media only screen and (max-width: 420px) {
  .angel-icon {
    max-width: 90px;
    padding: 0px 5px;
  }
}

@media only screen and (max-width: 1359px) {
  .left-ads,
  .right-ads {
    display: none;
  }
}

.heading-2 {
  font-family: "Merriweather", sans-serif;
  color: #fbc260;
  font-size: 45px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

.text-span-2 {
  color: #f40;
}

.flip-container {
  margin-bottom: 10px;
}

.flip-container img {
  width: 100%;
  height: 100%;
}

.flip-box {
  background-color: transparent;
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-front,
.flip-box-back {
  /* position: absolute; */
  /* width: 100%; */
  /* height: 100%; */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-box-back {
  top: 0;
  left: 0;
  position: absolute;
  transform: rotateY(180deg);
  width: 100%;
  height: 100%;
}

.select-card-wrapper {
  position: relative;
}
.select-card-wrapper {
  height: 400px;
  margin-bottom: 25px;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}
.select-card.card-1 {
  position: relative;
  
  opacity: 1;
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
}

.select-card {
  display: block;
  width: 180px;
}
.select-card.card-2 {
  position: relative;
  
  opacity: 1;
  -webkit-transform: rotate(18deg);
  -ms-transform: rotate(18deg);
  transform: rotate(18deg);
}
.select-card.card-3 {
  position: relative;
  
  opacity: 1;
  -webkit-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
}
.select-card.card-4 {
  position: relative;
  
  opacity: 1;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
}
.select-card.card-5 {
  position: relative;
 
  opacity: 1;
  -webkit-transform: rotate(7deg);
  -ms-transform: rotate(7deg);
  transform: rotate(7deg);
}
.select-card.card-6 {
  position: relative;
  
  opacity: 1;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}
.select-card.card-7 {
  position: relative;
  
  opacity: 1;
  -webkit-transform: rotate(1deg);
  -ms-transform: rotate(1deg);
  transform: rotate(1deg);
}
.select-card.card-8 {
  position: relative;
 
  opacity: 1;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.select-card.card-9 {
  position: relative;
  
  opacity: 1;
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
}
.select-card.card-10 {
  position: relative;
  
  opacity: 1;
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
}
.select-card.card-11 {
  position: relative;
 
  opacity: 1;
  -webkit-transform: rotate(-18deg);
  -ms-transform: rotate(-18deg);
  transform: rotate(-18deg);
}
.select-card.card-12 {
  position: relative;
  
  -webkit-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
}
.select-card.animateFadeIn.lastAnimate {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) rotateY(0deg) !important;
    opacity: 1 !important;
}

.select-card.animateFadeIn.lastAnimate.flipCard {
    transform: translate3d(-50%, -50%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(180deg) rotateZ(0deg) skew(0deg, 0deg) !important;
    transition: all 0.3s;
}

.select-card.animateFadeIn.lastAnimate.flipCard img {
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(-180deg) rotateZ(0deg) skew(0deg, 0deg) !important;
}

.select-card.animateFadeOut {
    opacity: 0 !important;
    transition: 0.1s;
}

.animateFadeOut:nth-child(2) {
    transition-delay: 0.1s;
}

.animateFadeOut:nth-child(3) {
    transition-delay: 0.2s;
}

.animateFadeOut:nth-child(4) {
    transition-delay: 0.3s;
}

.animateFadeOut:nth-child(5) {
    transition-delay: 0.4s;
}

.animateFadeOut:nth-child(6) {
    transition-delay: 0.5s;
}

.animateFadeOut:nth-child(7) {
    transition-delay: 0.6s;
}

.animateFadeOut:nth-child(8) {
    transition-delay: 0.7s;
}

.animateFadeOut:nth-child(9) {
    transition-delay: 0.8s;
}

.animateFadeOut:nth-child(10) {
    transition-delay: 0.9s;
}

.animateFadeOut:nth-child(11) {
    transition-delay: 0.10s;
}

.animateFadeOut:nth-child(12) {
    transition-delay: 0.11s;
}

.reveal-card-wrapper {
    display: none;
}
.select-card.animateFadeIn {
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg) !important;
}

.select-card.animateFadeIn.lastAnimate {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) rotateY(0deg) !important;
  opacity: 1 !important;
}

.select-card.animateFadeIn.lastAnimate.flipCard {
  transform: translate3d(-50%, -50%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(180deg) rotateZ(0deg) skew(0deg, 0deg) !important;
  transition: all 0.3s;
}

.select-card.animateFadeIn.lastAnimate.flipCard img {
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(-180deg) rotateZ(0deg) skew(0deg, 0deg) !important;
}

.select-card.animateFadeOut {
  opacity: 0 !important;
  transition: 0.1s;
}

.animateFadeOut:nth-child(2) {
  transition-delay: 0.1s;
}

.animateFadeOut:nth-child(3) {
  transition-delay: 0.2s;
}

.animateFadeOut:nth-child(4) {
  transition-delay: 0.3s;
}

.animateFadeOut:nth-child(5) {
  transition-delay: 0.4s;
}

.animateFadeOut:nth-child(6) {
  transition-delay: 0.5s;
}

.animateFadeOut:nth-child(7) {
  transition-delay: 0.6s;
}

.animateFadeOut:nth-child(8) {
  transition-delay: 0.7s;
}

.animateFadeOut:nth-child(9) {
  transition-delay: 0.8s;
}

.animateFadeOut:nth-child(10) {
  transition-delay: 0.9s;
}

.animateFadeOut:nth-child(11) {
  transition-delay: 0.10s;
}

.animateFadeOut:nth-child(12) {
  transition-delay: 0.11s;
}

.reveal-card-wrapper {
  padding: 15px;
  background-color: #160709ba;
}

.reveal-card {
  max-width: 206px;
  height: 280px;
  margin-right: auto;
  margin-left: auto;
  float: left;
  border: 1px solid #504b4b;
}
.mainfooter {
    margin-top: 0px !important;
}
.cta-button {
  display: block;
  width: 170px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 0px;
  text-align: center;
  background-color: #2D9C4A;
  -webkit-transition: all 100ms cubic-bezier(.55, .055, .675, .19);
  transition: all 100ms cubic-bezier(.55, .055, .675, .19);
  font-family: Mulish, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  text-decoration: none;
}
.header_h4 {
  font-family: Merriweather, serif;
  color: #fff;
  line-height: 1.2;
  text-align: left;
}
.p-text.color-white {
  color: #fff;
  text-align: left;
}
@media screen and (max-width: 767px){

   .popular-article h1 {
    font-size: 1.5rem !important;}
    .select-card img{
        height: 200px;
    }	.reveal-card{		float: none;		width: 260px;	}	
}
@media screen and (max-width: 991px){
}
/*html.w-mod-touch * {
  background-attachment: scroll !important;
}*/
@media screen and (min-width: 350px) and (max-width: 409px){
/* .select-card { */
    /* width: 150px !important; */
/* } */.select-card{	transform:none !important;	-webkit-transform:none !important;	transition: none !important;	top: 0px !important;	margin-right: -158px;	margin-left: 0px;}}

.FooterLists li a {
			text-transform: uppercase;
			color: #000;
			font-weight: 500;
			padding: 0px 0px;
			display: inline-block;
			text-decoration: none;
			font-size: 11px;
			letter-spacing: 1px;
		}
		.FooterLists li, .FooterSocials li {
			display: inline-block;
			padding: 0 5px;
		}
		.MainHeader a.head_logo img {
			max-width: 170px;
		}
		.MainHeader .header_sec {
			max-width: 1310px;
		}
		
		.FooterLogo img {
			max-width: 190px;
		}
		.MainHeader div#collapsibleNavbar ul.navbar-nav li {
			font-size: 14px;
			font-weight: 500;
			padding: 30px 4px;
			text-transform: uppercase;
			line-height: 1.13;
		}
		.header_menu li {
			position: relative;
		}
		.MainHeader div#collapsibleNavbar ul.navbar-nav li a {
			font-family: 'Montserrat';
			font-size: 13px;
			color: #000 !important;
			font-weight: 600;
			padding: 2px 5px;
		}
		.MainHeader nav.navbar div#collapsibleNavbar {
			justify-content: center;
			display: flex!important;
			-ms-flex-preferred-size: auto;
			flex-basis: auto;
			flex-grow: 1;
			-ms-flex-align: center;
			align-items: center;
		}
		.MainHeader .header_menu li a span {
			margin-left: 5px;
		}
		ul#menu_drop {
			width: 410px;
		}
		.header_menu_drop {
			background-color: #fff;
			position: absolute;
			min-width: 200px;
			display: none;
			left: 0px;
			z-index: 99;
			width: max-content;
			box-shadow: 0 1.5rem 4rem rgb(22 28 45 / 15%);
			border: 1px solid #ddd;
		}
		.reveal_btn {
			background: var(--btn) !important;
			border: 1px solid transparent !important;
			color: #fff !important;
			font-size: 12px;
			font-weight: 600;
		}
		:root {
			--btn: rgb(198 0 255);
		}
		.MainHeader ul.header_menu, .add_card_head {
			margin-top: 10px;
		}
		.MainHeader .header_menu {
			position: relative;
		}
		.MainHeader .navbar-expand-md .navbar-collapse, .MainHeader .header_menu {
			justify-content: flex-end;
		}