@import url('https://fonts.googleapis.com/css2?family=Anton&family=Borel&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

h1, h2, h3, h4, h5, h6, .btn {
    font-family: "Anton", sans-serif !important;
    font-weight: 400;
    font-style: normal;
}

.custom-font {
    font-family: "Borel", cursive !important;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
}

.navigation {
    /* background: url(../images/new-theme/menu-border.svg); */
    border-right: 2px solid #FF9D2C;
}

.ratio {
    position: relative;
    width: 100%;
}

.ratio-16x9 {
    --bs-aspect-ratio: calc(9 / 16 * 100%);
}

.ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: "";
}

.ratio>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.igniting-transformation {
    background: url(../images/newtheme/igniting-transformation-bg-v2.svg);
    background-size: 51%;
    background-repeat: no-repeat;
    background-position: -200px 0px;
}

.igniting-transformation h3 {
    font-size: 1.6rem !important;
    color: #4E2100;
    margin: 0;
    line-height: 10px;
}

.igniting-transformation h2 {
    font-size: 34px !important;
    color: #E51C25;
}

.igniting-transformation .btn-epic {
    max-width: 200px;
}

.about-agnihotra {
    color: #fff;
    background: url(../images/newtheme/red-rangoli-round.svg) #FF424B !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: right !important;
}

.about-agnihotra h3 {
    font-size: 1.6rem !important;
    color: #fff;
    margin: 0;
    line-height: 10px;
}

.about-agnihotra h2 {
    font-size: 34px !important;
    color: #fff;
    margin: 15px 0 0 0;
    line-height: normal;
}

.about-agnihotra h4 {
    font-size: 1.4rem !important;
    color: #fff;
    margin: 22px 0 0 0;
    line-height: 10px;
}

.about-agnihotra img {
    width: 100%;
    max-width: 600px;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.custom-list {
    list-style: none;
    padding: 0;
    font-size: 18px;
  }
  
  .custom-list li {
    /* display: flex; */
    /* align-items: start; */
    margin-bottom: 12px;
    padding: 0 0 0 35px;
    position: relative;
    line-height: initial;
  }
  
  .custom-list li::before {
    content: "";
    width: 18px;
    height: 18px;
    background: #FF330D;
    border: 2px #6C0B27 solid;
    border-radius: 50%;
    margin: 6px 8px 0 0;
    display: block;
    position: absolute;
    left: 0;
  }

  .science-agnihotra {
    background: url(../images/newtheme/igniting-transformation-bg-v2.svg) #fff !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 0 0px !important;
  }
  
  .science-agnihotra h2 {
    color: #7B1788;
    font-size: 34px !important;
    margin: 15px 0 0 0;
    line-height: normal;
  }
  
  .science-agnihotra p {
    line-height: normal;
  }

  .science-agnihotra .custom-list {
    margin-top: 15px;
  }

  .fp-viewing-3  .logo {
    margin: 50px auto 0 auto;
    }

.spiritual-benefits {
    background: url(../images/newtheme/igniting-transformation-bg-v2.svg) #fff !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 0 0px !important;
}

.download-app-section {
  background: url(../images/newtheme/igniting-transformation-bg-v2.svg) #fff !important;
  background-size: 55% !important;
  background-repeat: no-repeat !important;
  background-position: 0 0px !important;
}


.spiritual-benefits h2 {
    color: #7B1788;
    font-size: 48px !important;
    margin: 0 0 40px 0;
    line-height: normal;
}

.green-card {
    margin-bottom: 80px;
}

.purple-card {
    background: #7B1788;
    color: var(--white);
    border-radius: 0;
    padding: 1rem;
  }
  
  .purple-card .card-body {
    border: 2px #BA57C7 solid;
    border-radius: 8px;
  }
  
  .green-card {
    background: #18A226;
    color: var(--white);
    border-radius: 0;
    padding: 1rem;
  }
  
  .green-card .card-body {
    border: 2px #18BC56 solid;
    border-radius: 8px;
  }
  
  .blue-card {
    background: #007DE7;
    color: var(--white);
    border-radius: 0;
    padding: 1rem;
  }
  
  .blue-card .card-body {
    border: 2px #56B1FF solid;
    border-radius: 8px;
  }
  
  .red-card {
    background: #F41C00;
    color: var(--white);
    border-radius: 0;
    padding: 1rem;
  }
  
  .red-card .card-body {
    border: 2px #f55a46 solid;
    border-radius: 8px;
  }
  
  .orange-card {
    background: #F25D00;
    color: var(--white);
    border-radius: 0;
    padding: 1rem;
  }
  
  .orange-card .card-body {
    border: 2px #FF9F5A solid;
    border-radius: 8px;
  }

.lotus {
    width: 80px;
    height: 80px;
    position: absolute;
    bottom: -45px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.spiritual-benefits .card {
  color: #fff;  
}

.spiritual-benefits .card h4 {
    color: #fff;
    margin: 0;
  }

  .transformation-now h2 {
    text-align: center;
    margin: 0 0 25px 0 !important;
  }

  .transformation-now h4 {
    text-align: center;
    line-height: normal !important;
    margin: 18px 0 10px 0 !important;
  }

  .transformation-now p {
    text-align: center;
    margin-bottom: 20px;
  }

  .transformation-now .btn-epic {
    margin: 0 auto;
  }

  .perform-agnihotra .btn-epic {
    max-width: 550px !important;
  }

  .perform-agnihotra p {
    margin-bottom: 25px !important;
  }

  .htp-img {
    text-align: center;
    margin: 50px auto 30px auto;
  }

  .htp-img img {
    width: 100%;
  }

  .dma-txt {
    width: 100%;
    max-width: 85%;
    padding: 0 0 0 15%;
  }
  
  .dma-txt h2 {
    margin-bottom: 15px;
    color: #000;
    line-height: normal;
  }

  .dma-img {
    width: 100%;
    max-width: 600px;
  }
  
  .dma-txt p {
    font-weight: 600;
    margin-bottom: 30px;
  }
  
  .dma-txt h4 {
    margin-bottom: 15px;
  }
  
  .dma-txt img {
    max-width: 220px;
    display: block;
    margin: 0 0 10px 0;
    transition: 0.3s ease-in-out;
  }
  
  .dma-txt img:hover {
    transform: scale(1.1);
  }

  .footer-section {
    background: #000;
  }

  .pagedata h3 {
    line-height: normal;
    margin: 25px 0 0 0;
    color: #000;
    font-size: 28px;
  }

  .pagedata h4 {
    font-size: 24px;
    line-height: normal;
    margin: 0;
  }

  .pagedata p {
    margin: 0 0 20px 0;
    line-height: normal;
  }

  .benefit-page h2 {
    color: #E51C25 !important;
    font-size: 36px !important;
    line-height: normal;
    margin: 0 0 15px 0;
  }

  .mt-50 {
   margin-top: 50px !important;
  }

  .color-card  {
    color: #fff;
  }

  .color-card h4 {
    color: #fff;
  }

  .sr-img {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
    display: block;
  }

  .accordion {
    overflow: hidden;
    background: #FCD681;
    padding: 1rem;
}

.accordion-body {
  border: 2px #F8B92C solid;
  border-radius: 5px;
  padding: 1rem;
}

.accordion-body .accordion-section:nth-child(1) .accordion-section-title {
  padding-top: 0;
}

.accordion-body .accordion-section:last-child .accordion-section-title {
  padding-bottom: 0;
}

.accordion-section-title {
  color: #641000;
  font-family: "Anton", sans-serif !important;
  font-weight: 400;
  font-style: normal;
}

.accordion-section-title.active, .accordion-section-title:hover {
  color: #f05a28;
}

.overview-divider {
  border-style: dashed;
  margin: 40px 0;
}

.master-himself {
  color: #000 !important;
  font-size: 40px !important;
  margin: 15px 0 22px 0;
  line-height: normal;
}

.htp-head {
  color: #1B6500 !important;
  margin: 0 0 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.htp-head span {
  margin: 0 20px;
}

.toran {
  width: 100%;
}

.htp-bg {
  background: url(../images/newtheme/bg-gray-rangoli.svg);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: left top;
}

header.innerHeader::after {
  content: '';
  background: url(../images/newtheme/agnihotra-header-toran.svg) #fff;
  background-repeat: repeat-x;
  background-size: 50%;
  background-position: bottom;
  position: absolute;
  width: 100%;
  height: 20px;
  left: 0;
  bottom: -20px;
}

.sub-heading {
  margin-bottom: 15px !important;
}

.sectionOne .readMore a {
  color: #fff;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.fp-viewing-2 .logo a img,
.fp-viewing-5 .logo a img
 {
  filter: brightness(0) invert(1);
}

.fp-viewing-1 .logo {
  margin: 80px auto 0 auto;
}

.fp-viewing-2 .logo {
  margin: 80px auto 0 auto;
}

.about-agnihotra-home-head-toran {
  max-width: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0 !important;
}

.desk-show {

}

.mob-show {
  display: none;
}

.transformation-now::before {
  content: '';
  background: url(../images/newtheme/transformation-now-top-toran.svg) #fff;
  background-repeat: repeat-x;
  background-size: 70%;
  background-position: bottom;
  position: absolute;
  top: 0;
  left: 0;
  height: 51px;
  width: 100%;
}

.fp-viewing-5 .logo {
  margin: 57px auto 0 auto;
}

/*responsive css start*/

@media only screen and (max-width: 991px) {
  .about-agnihotra img {
    margin-top: 25px;
  }

  .spiritual-benefits h2 {
    font-size: 34px !important;
  }

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

  .about-agnihotra .btn-epic {
    margin-bottom: 25px !important;
  }

  .spiritual-benefits .btn-epic span {
    font-size: 12px !important;
  }

  .htp-img {
    margin-bottom: 0 !important;
  }

  .dma-txt {
    width: 100%;
    max-width: 100%;
    padding: 0 0 0 0;
}

.dma-img {
  margin-top: 20px;
}

.download-app-section .sectionTwo {
  padding-bottom: 0 !important;
}

header.innerHeader::after {
  content: '';
  background: url(../images/newtheme/agnihotra-header-toran-mob.svg) #fff;
  position: absolute;
  width: 100%;
  height: 30px;
  left: 0;
  bottom: -30px;
  background-repeat: repeat-x;
}

.htp-head img {
  display: none;
}

.wrapper .pagedata .aboutAgnihotraGroup, .wrapper .pagedata .philosophyGroup, .wrapper .benefit-page, .scientificResearchGroup {
  padding: 35px 0 0 0;
}

.benefit-card-sec .card {
  margin-bottom: 22px;
}

.requirement-pg {
  padding-top: 0 !important;
}

.healingGroup {
  margin-top: 35px;
}

.desk-show {
  display: none;
}

.mob-show {
  display: block;
}

.igniting-transformation {
  padding: 70px 0 0px 0;
}

.about-agnihotra {
  padding: 70px 0 0 0;
}

.sgtt-res {
  width: 100%;
  margin-top: 5px;
}

.res-mb-25 {
  margin-bottom: 25px !important;
}

.transformation-now::before {
  content: '';
  background: url(../images/newtheme/transformation-now-top-toran-mob.svg) #fff;
  background-repeat: repeat-x;
  background-size: 70%;
  background-position: bottom;
  position: absolute;
  top: 0;
  left: 0;
  height: 51px;
  width: 100%;
}

.dma-txt img {
  max-width: 120px;
}

}