/* _reset.scss */
/* Google Fonts Import: Only one font family is enough */
@import url("https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap");
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  height: 100%;
  font-family: "Onest", sans-serif;
  background-color: #fff;
  color: #333;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
}

a {
  text-decoration: none;
  color: inherit;
  border: 0;
}

ul,
ol,
dl {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  font-weight: inherit;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

button,
input,
select,
textarea {
  font: inherit;
  border: none;
  outline: none;
  background: none;
}

table {
  border-collapse: collapse;
  width: 100%;
}

a, button {
  transition: 0.5s;
}
a:focus, a:active, button:focus, button:active {
  outline: none;
  border: 0;
}
a:hover {
  color: #bd2722;
}
a, a:active, a:focus, a:hover, a:visited {
  text-decoration: none;
  outline: none;
}
body{
  top: 0px !important;
}
body>.skiptranslate, .goog-logo-link, .gskiptranslate, .goog-te-gadget span, .goog-te-banner-frame, #goog-gt-tt, .goog-te-balloon-frame, div#goog-gt-tt {
  display: none !important;
}
.main-header__menu li #LanguageTranslate .goog-te-gadget {
  font-size: 0;
}
.main-header__menu li #LanguageTranslate .goog-te-combo {
  width: 155px;
  padding: 10px 15px;
  border-radius: 25px;
  margin-left: 15px;
  border: solid 1px #528052;
  color: #000;
}
.main-header.sticky .main-header__menu li #LanguageTranslate .goog-te-combo {
  color: #fff;
  border: solid 1px #ffffff;
}
.btn {
  background: linear-gradient(90deg, #f9a819 0%, #bb2323 100%);
  color: rgb(255, 255, 255);
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  border-radius: 50px;
  padding: 8px 35px;
  border: 0px;
  transition: all .3s ease;
}
.btn:hover {
  background: linear-gradient(90deg, #db9416 0%, #a91717 100%);
}
.btn--secondary {
  background-color: #ffffff;
  color: rgb(42, 32, 55);
}

.main-header {
  position: fixed;
  top: 0px;
  z-index: 1;
  width: 100%;
  box-shadow: 0px 0px 20px 0px #999999;
  transition: all 0.3s ease;
}
.main-header.sticky .main-header__top {
  padding: 5px 0px;
}
.main-header.sticky .main-header__bottom {
    padding: 5px 0px;
}
.main-header.sticky .main-header__bottom .widget img {
    width: 170px;
}
.main-header .main-header__bottom .widget img {
  transition: all 0.3s ease;
}
.main-header.sticky .main-header__bottom .nav-item .nav-link {
    padding: 8px 8px;
    font-size: 13px;
}
.main-header__top {
  background: linear-gradient(90deg, #f9a819 0%, #bb2323 100%);
  padding: 10px 0px;
    transition: all 0.3s ease;
}
.main-header__bottom {
  background-color: #ffffff;
  padding: 15px 0px;
  transition: all 0.3s ease;
}
.about-wrapper .widget .blockquote {
  margin-left: 8px;
}
.main-header__menu li a.nav-link {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  padding: 8px 10px;
  transition: all 0.3s ease;
}
.main-header__menu li a.nav-link.active:before,
.main-header__menu li a.nav-link:hover:before {
  position: absolute;
  content: '';
  bottom: 0;
  height: 2px;
  width: 100%;
  left: 0;
  background-color: #db9416;
}

.hero-banner__item {
  width: 100%;
  display: block;
  background-size: cover;
  background-position: center;
  padding-top: 240px;
}
.hero-banner__widget {
  position: relative;
  width: 627px;
  aspect-ratio: 1;
  z-index: 99;
  display: flex;
  align-items: center;
  padding-left: 140px;
}
.hero-banner__widget::before {
  position: absolute;
  content: "";
  width: 627px;
  aspect-ratio: 1;
  background: linear-gradient(209.61deg, #4C0147 15.2%, #200242 85.75%);
  left: 40px;
  bottom: 30px;
  z-index: 99;
  border-radius: 50%;
}
.hero-banner__widget::after {
  position: absolute;
  content: "";
  width: 627px;
  aspect-ratio: 1;
  background: linear-gradient(157.38deg, #D31C84 15.17%, #922894 85.3%);
  left: 40px;
  bottom: 30px;
  z-index: -1;
  animation-name: gooey;
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  border-radius: 42% 58% 70% 30%/45% 45% 55% 55%;
  animation: morph 3s linear infinite;
  transform-style: preserve-3d;
  outline: 1px solid transparent;
  will-change: border-radius;
}
.hero-banner__content {
  position: relative;
  z-index: 999;
}
.hero-banner__tagline {
  background: linear-gradient(253.26deg, #CF1D85 -5.16%, #5D31A2 93.76%);
  display: inline-block;
  color: #ffffff;
  padding: 8px 26px;
  border-radius: 40px;
  font-size: 16px;
  font-weight: 700;
}
.hero-banner__title {
  font-size: 60px;
  font-weight: 800;
  color: #ffffff;
}
.hero-banner__features {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  list-style: disc;
  padding-left: 30px;
  line-height: 40px;
}

.man-service {
  display: block;
  background-color: #fff;
  border: 1px solid #efefef;
  padding: 40px;
  text-align: left;
  border-radius: 10px;
  overflow: hidden;
  transition: .3s;
  margin-bottom: 30px;
}
.mt-negative-sm {
  margin-top: -30px;
}
.mt-negative-sm + .mt-negative-sm {
  margin-top: -60px;
}
.section.section-padding {
  padding: 110px 0 80px;
}
.pattern-squares{
  position: relative;
}
.pattern-squares::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(https://metropolitanhost.com/themes/themeforest/html/maharatri/assets/img/textures/squares.png);
  background-size: cover;
  background-position: center;
}

.man-service.primary-bg:hover, .man-service.primary-bg {
  background-color: #7E4555;
  border: 0;
}
.man-service:hover {
  background-color: #7E4555;
  transform: translateY(-3px);
}
.man-service.secondary-bg:hover, .man-service.secondary-bg {
  background-color: #db4242;
  border: 0;
}
.section-title {
  position: relative;
  margin-bottom: 50px;
  max-width: 500px;
}
.section-title .subtitle {
  position: relative;
  margin-bottom: 15px;
  font-size: 16px;
  text-transform: uppercase;
  color: #7E4555;
  font-weight: 700;
}
.section-title .title {
  position: relative;
  margin: 0;
  font-size: 46px;
  line-height: 1.2;
  margin-bottom: 15px;
  font-weight: 700;
}


.img-group {
  position: relative;
  text-align: center;
  padding: 80px;
}
.img-group-inner {
  position: relative;
}
.img-group img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.img-group img:nth-child(3) {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.section {
  position: relative;
  padding: 110px 0;
}
.section-title .title {
  position: relative;
  margin: 0;
  font-size: 46px;
  line-height: 1.2;
  margin-bottom: 15px;
  font-weight: 700;
}
.list li {
  margin: 0;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 16px;
  color: #db4242;
  font-weight: 600;
  padding: 15px 0px;
  padding-left: 52px;
}
.list li:before {
  position: absolute;
  content: '';
  background-color: #e1e1e1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  left: 0;
  top: 5px;
}
.list li:after {
  position: absolute;
  content: '';
  border: solid 2px;
  width: 9px;
  height: 20px;
  top: 13px;
  left: 16px;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg);
}
.man-service .btn-link {
  margin-top: 20px;
  display: block;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}
.man-service h5 {
  margin-bottom: 10px;
  transition: .3s;
  font-weight: 700;
  font-size: 20px;
  margin-top: 30px;
}
.man-service p {
  margin: 0;
  transition: .3s;
}
.man-service.bg-white .man-service-body h5,
.man-service.bg-white .man-service-body p {
    color: #bd2723 !important;
}
.man-service.bg-white .btn-link{
  color: #bd2723;
}
.btn-link {
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
}
.banner-wrapper {
  position: relative;
  background: linear-gradient(90deg, #db9416 0%, #a91717 100%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 0px;
  margin-top: 159px;
}
.banner-wrapper::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-image: url('../images/hero/banner-bg.png');
}
.banner-wrapper .widget p {
  color: #fff;
  font-size: 30px;
}
.banner-wrapper .widget h2 {
  font-size: 40px;
  color: #fff;
  font-weight: 700;
  margin: 14px 0px;
}
.banner-wrapper .widget h3 {
  font-size: 20px;
  color: #ffffff;
}
.banner-wrapper .widget ul {
    margin-top: 20px;
    background-color: rgb(255 255 255 / 19%);
    backdrop-filter: blur(2px);
    padding: 30px;
    border: solid 2px #fff;
    border-radius: 10px;
}
.banner-wrapper .widget ul li {
    font-size: 15px;
    color: #fff;
    padding: 7px 0px;
    padding-left: 20px;
    position: relative;
}

.banner-wrapper .widget ul li:before {
  position: absolute;
  content: '';
  border: solid 2px;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  border-left: 0;
  border-bottom: 0;
  left: 0;
  top: 12px;
}
.event__thumb {
  position: relative;
}
.event.padding--top.padding--bottom {
  padding: 80px 0px;
}
.event__thumb a img {
  border-radius: 6px;
}
.event__content a h5 {
  font-size: 22px;
  font-weight: 500;
  color: #000;
  margin-bottom: 15px;
}
.event__content {
  padding: 15px;
}
.event__metapost ul li {
  color: #646464;
  padding: 4px 0px;
}
ul.event__metapost-info {
  margin-bottom: 12px;
}
.event__content p {
  color: #545454;
  line-height: 1.7;
  font-size: 16px;
}
.section__header {
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.section__header h2 {
  font-size: 32px;
  font-weight: 600;
  color: #000;
}
.section__header p {
  font-size: 16px;
  color: #606060;
}

.footer {
  position: relative;
  background-color: rgb(249 249 249);
  overflow: hidden;
  font-weight: 600;
}
.footer .footer-middle {
    padding: 80px 0px;
}
.footer .footer-bottom {
  padding: 8px 0px;
  background-color: #e57d1c;
}
.footer .footer-bottom p {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}
.footer-widget .widget-title {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
}
.footer-widget ul li+li {
  margin: 15px 0 0;
}
.footer-widget ul li a {
  position: relative;
  display: inline-block;
  font-weight: 600;
}
.footer.footer-2 .footer-widget ul li i {
  margin-right: 5px;
  color: #db4242;
}
.about-wrapper .widget .blockquote {
  position: relative;
  margin: 20px 0;
  font-size: 16px;
  color: #db4242;
  padding: 10px 30px;
  background-position: center;
  background-size: cover;
  background-color: #f7f7f7;
  border-left: 2px solid #7E4555;
}
.about-wrapper .widget .blockquote:before,
.about-wrapper .widget .blockquote:after {
  content: "";
  position: absolute;
  left: -9px;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 55%;
  background-color: #7E4555;
}
.about-wrapper .widget .blockquote:before{
  left: 6px;
}
.about-wrapper .widget .section-title h4.title {
  color: #bc2523;
  font-size: 32px;
  line-height: 48px;
}
.event__inner {
  box-shadow: 0px 0px 12px 0px #9b9b9b;
  border-radius: 16px;
}

.arti-wrapper .widget {
  text-align: center;
}
.arti-wrapper .widget .icon {
  margin-bottom: 30px;
}
.arti-wrapper .widget .icon img {
  margin: 0 auto;
}
.arti-wrapper .content {
  padding: 0px 40px;
}
.arti-wrapper .content h4 {
  font-size: 24px;
  font-weight: 600;
  color: #bb2423;
  margin-bottom: 10px;
}
.arti-wrapper .content p {
  font-size: 16px;
  color: #070707;
}
.arti-wrapper .content a {
  font-size: 16px;
  color: #c33422;
  text-decoration: underline;
}
.arti-wrapper {
  background-color: #f9a71a;
  padding: 80px 0px;
}
.arti-wrapper .section-heading p {
  text-align: center;
  font-size: 20px;
  margin-bottom: 10px;
}
.arti-wrapper .section-heading h4 {
  text-align: center;
  font-weight: 600;
  font-size: 46px;
  color: #000;
}
.arti-wrapper .section-heading {
  margin-bottom: 60px;
}
.banner-btn .btn {
  background: #ffffff;
  color: #bc2522;
}
/* INNER SEATION */
.inner-banenr-wrapper {
  background-image: url('../images/inner-banner.jpg');
  margin-top: 159px;
  padding: 80px 0px;
  background-size: cover;
  background-position: center;
}
.inner-banenr-wrapper .widget h3 {
  font-size: 38px;
  font-weight: 700;
  color: #ffffff;
}

.about-wrapper {
  padding: 80px 0px;
}
.about-wrapper .widget .content h3 {
  font-size: 32px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #bb2522;
}
.about-wrapper .widget .content p {
  font-size: 18px;
  color: #6a6a6a;
}
.about-wrapper .widget .content ul {
  margin: 40px 0px;
}
.about-wrapper .widget .content ul li {
  font-size: 18px;
  color: #bc2523;
  position: relative;
  padding: 15px 0px;
  padding-left: 52px;
}
.about-wrapper .widget .content ul li:before {
  position: absolute;
  content: '';
  background-color: #ccc;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  left: 0;
  top: 8px;
}
.about-wrapper .widget .content ul li:after {
  width: 10px;
  height: 20px;
  border: solid 2px;
  position: absolute;
  content: '';
  left: 15px;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg);
}
.about-mandir-time{
  background-image: url('../images/about-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 80px 0px;
}
.about-mandir-time .widget h4 {
  font-size: 36px;
  text-align: center;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 20px;
}
.about-mandir-time .widget ul li {
  text-align: center;
  color: #fff;
  font-size: 18px;
  padding: 6px 0px;
}
.main-header__menu li ul.submenu {
  position: absolute;
  background-color: #fff;
  width: 170px;
  border: solid 1px #ccc;
  border-radius: 8px;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 33%);
  display: none;
  overflow: hidden;
}
.main-header__menu li:hover ul.submenu {
  display: block;
}
.main-header__menu li ul.submenu li.nav-item a.nav-link {
  font-size: 14px;
}
.contact-wrapper {
  padding: 80px 0px;
}
.contact-wrapper .form-group .form-control {
  height: 46px;
  border-radius: 36px;
  padding: 2px 20px;
}
.contact-wrapper .form-group label {
  font-weight: 500;
  margin-bottom: 10px;
  color: #666666;
}
.contact-wrapper .form-group textarea.form-control {
  height: auto;
  padding: 14px 20px;
  border-radius: 15px;
}
.contact-wrapper .widget h4 {
  font-size: 38px;
  margin-bottom: 30px;
  font-weight: 600;
  color: #bc2423;
}
.contact-cards-wrapper .card {
  background-color: #bb2322;
  height: 100%;
  border-radius: 16px;
  margin-top: 30px;
  padding: 20px 20px;
  color: #fff;
}
.contact-cards-wrapper .card h4 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 15px;
}
.contact-cards-wrapper .card p {
  color: #fff;
  font-size: 16px;
}
.contact-cards-wrapper .card a {
  font-size: 16px;
}
.contact-cards-wrapper .card a:hover {
  font-size: 16px;
  color: #f9a819;
}
.donation-list {
  padding: 80px 0px;
}
.donation-list .card-body table tr th, .donation-list .card-body table tr td {
  border: solid 1px #ccc;
  padding: 6px 15px;
}
.darshan-aarti-wrapper {
  padding: 80px 0px;
}
.darshan-aarti-wrapper .widget h4 {
  font-size: 28px;
  margin-bottom: 18px;
  font-weight: 600;
  color: #bc2423;
}
.darshan-aarti-wrapper .widget li {
  font-size: 16px;
  padding: 15px 0px;
  padding-left: 50px;
  position: relative;
}
.darshan-aarti-wrapper .widget li:before {
  position: absolute;
  content: '';
  width: 40px;
  height: 40px;
  background-color: #dddddd;
  left: 0;
  border-radius: 50%;
  top: 6px;
}
.darshan-aarti-wrapper .widget .img-fluid {
  border-radius: 16px;
}
.darshan-aarti-wrapper .widget li:after {
  position: absolute;
  content: '';
  border: solid 2px #bb2423;
  width: 8px;
  height: 18px;
  left: 15px;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg);
  top: 15px;
}
.donate-wrapper {
  padding: 80px 0px;
  background-color: hsl(35.22deg 100% 51.57% / 16.86%);
}
.donate-wrapper .card {
  border: 0;
}
.donate-wrapper .card .form-group {
  margin-bottom: 15px;
}
.donate-wrapper .card .form-group .control-label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
}
.donate-wrapper .card .form-group .form-control {
  border-radius: 61px;
  height: 48px;
}
.donate-wrapper .card .form-group textarea.form-control {
  height: 48px;
  border-radius: 61px;
}
.donate-wrapper .tab-content .form-control, .donate-wrapper .tab-content .form-select {
    font-size: 16px;
    height: 48px;
}
.donate-wrapper .tab-content label.form-label {
    font-weight: 600;
}
.donate-wrapper .nav-tabs {
    border-bottom: 0;
}
.donate-wrapper .nav-tabs li.nav-item {
    margin-right: 20px;
}
.donate-wrapper .nav-tabs li.nav-item .nav-link:hover,
.donate-wrapper .nav-tabs li.nav-item .nav-link.active {
    background: linear-gradient(90deg, #f9a819 0%, #bb2323 100%);
    color: #fff;
}
.donate-wrapper .nav-tabs li.nav-item .nav-link {
    color: #000;
    font-weight: 600;
    font-size: 16px;
    padding: 10px 25px;
    border: 0;
    border-radius: 8px;
}
.about-founder-wrapper{
  padding: 80px 0px;
}
.about-founder-wrapper .widget h4 {
  font-size: 32px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #bb2522;
}
.about-founder-wrapper .widget p {
  font-size: 16px;
  color: #6a6a6a;
}
.about-founder-wrapper .widget blockquote {
  max-width: 470px;
  padding: 16px;
  border-left: solid 3px #bb2522;
  margin: 20px 0px;
  color: #6a6a6a;
}
.about-founder-wrapper .widget ul li {
  position: relative;
  font-size: 16px;
  padding: 10px 0px;
  padding-left: 50px;
  color: #bc2522;
}
.about-founder-wrapper .widget ul li:before {
  position: absolute;
  content: '';
  width: 38px;
  height: 38px;
  background-color: #e5e5e5;
  left: 0;
  border-radius: 50%;
  top: 0px;
}
.about-founder-wrapper .widget ul li:after {
  position: absolute;
  content: '';
  border: solid 2px;
  width: 8px;
  height: 18px;
  left: 14px;
  border-left: 0;
  border-top: 0;
  top: 9px;
  transform: rotate(45deg);
}
/* END INNER SECTION */
.tbox img {
width:100%;height:500px;object-fit:cover;border-radius:20px;border:solid 5px #f9a819}
.tbox strong{display:block;text-align:center;font-size:22px;padding:15px 0px;
}

.radio {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-family: Arial;
    margin: 10px 0;
}

    .radio input {
        display: none;
    }

    .radio span {
        width: 20px;
        height: 20px;
        border: 2px solid #555;
        border-radius: 50%;
        margin-right: 10px;
        position: relative;
        transition: 0.3s;
    }

        .radio span::after {
            content: "";
            width: 20px;
            height: 20px;
            background: #e57d1c;
            border-radius: 50%;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%) scale(0);
            transition: 0.3s;
        }

    .radio input:checked + span {
        border-color: #e57d1c;
    }

        .radio input:checked + span::after {
            transform: translate(-50%, -50%) scale(1);
        }
.labels {
display:flex;flex-flow:wrap}
    .labels label {
        border: solid 2px #e57d1c;padding:10px;font-size:18px;font-weight:600;border-radius:40px;margin-right:20px;
    }
.booking-form .form-control {
border:solid 1px #333;padding:15px 20px;font-size:18px;border-radius:60px;}
.booking-form .btn {
    padding: 7px 60px !important;
    font-size: 22px;
}
.booking-form {
    padding: 30px;
    /* border: solid 2px #e57d1c; */
    border-radius: 40px;
    background: #f7ebe0;
}
.simg {
    border-radius: 40px;
    height: 693px;
    object-fit: cover;
}
.profile-section {
text-align:center}
.pimg {max-width:380px;display:table;margin:auto
}
.profile-section h2 {
color:#e57d1c;font-weight:700}
.profile-section p {
font-size:18px;max-width:800px;margin:auto;line-height:35px;}
.pblock {
    padding: 30px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .2);
    border-radius: 20px;min-height:517px;margin-bottom:20px;
}
    .pblock h3 {
        color: #e57d1c;
        font-weight: 700;
        margin-bottom: 20px;
    }
        .pblock h3 strong {display:block;font-size:60px;margin-bottom:20px;
        }
.socialicons {
text-align:center;}
    .socialicons a {
    display:inline-block;width:40px;height:40px;background:#e57d1c;color:#fff;line-height:40px;text-align:center;font-size:20px;border-radius:100%;margin:0px 7px;}


