@charset "UTF-8";

@font-face {
  font-family: "helv";
  src: url("../fonts/Helvetica.ttf");
}
@font-face {
  font-family: "helv-bold";
  src: url("../fonts/Helvetica-Bold.ttf");
}
@font-face {
  font-family: "tiempos-reg";
  src: url("../fonts/TestTiemposFine-Regular.otf") format('opentype');
}
@font-face {
  font-family: "tiempos-light";
  src: url("../fonts/TestTiemposFine-Light.otf") format('opentype');
}
@font-face {
  font-family: "tiempos-med";
  src: url("../fonts/TestTiemposFine-Medium.otf") format('opentype');
}
@font-face {
  font-family: "tiempos-ita";
  src: url("../fonts/TestTiemposFine-RegularItalic.otf") format('opentype');
}
@font-face {
  font-family: "DM";
  src: url("../fonts/DMSans.ttf");
}
body, html {
  overflow: visible !important;
  z-index: -1;
}

.mobile {
  display: none;
}
.desktop {
  display: block;
}    
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
.caps {
  text-transform: uppercase;
}
.row {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.w-5 {
  width: 5%;
}
.w-10 {
  width: 10%;
}
.w-20 {
  width: 20%;
}
.w-25 {
  width: 25%;
}
.w-30 {
  width: 33%;
}
.w-40 {
  width: 45%;
}
.w-50 {
  width: 50%;
}
.w-60 {
  width: 60%;
}
.w-70 {
  width: 70%;
}
.w-75 {
  width: 75%;
}
.w-80 {
  width: 80%;
}
.white {
  color: #fff;
}
.orange {
  color: #FECB89;
}
.sanskrit {
  font-family: "sansk";
  font-size: 1.5rem;
}
.italics {
  font-family: "tiempos-ita";
}
.white {
  color: #fff;
}
.arb {
  font-family: "DM" !important;
}
body {
  margin: 0;
}        

.btn {
  background: #FECB89;
  color: #00483C;
  border: none;
  padding: 10px 25px;
  font-family: "helv-bold";
  font-size: 1.2rem;
  letter-spacing: 0px;
  border-radius: 20px;
  cursor: pointer;
  position: fixed;
  top: 15%;
  right: 5%;
  z-index: 20;
}
h1 {
  font-size: 4.5rem;
  font-family: "tiempos-reg";
  font-weight: normal;
  letter-spacing: 0px;
  margin-block: 1%;
}
h2 {
  font-size: 1.1rem;
  font-family: "helv-bold";
  font-weight: normal;
  letter-spacing: 2px;
  margin-block: 1%;
  line-height: 1.5;
  text-transform: uppercase;
}
/* h2 animation */
h2 span {
  opacity: 0;
  transition: opacity 0.3s ease-in;
  display: inline-block;
  white-space: pre;
}
h2 span.visible {
  opacity: 1;
}

h3 {
  color: #00483C;
  font-size: 2.3rem;
  font-family: "tiempos-reg";
  font-weight: normal;
}
h4 {
  font-size: 2rem;
  font-family: "tiempos-med";
  font-weight: normal;
  margin-block: 1%;
}
p, td {
  font-size: 1.1rem;
  font-family: "helv";
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 1.3;
}
p {
  color: #282828;
}
td {
  color: #282828 !important;
  width: 325px;
}
i {
  font-family: "tiempos-ita";
  font-style: normal;
}
.vl {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  margin-block: 2%;
  height: 0;
  transition: height 4s ease-out;
}
hr {
  position: absolute;
  top: 15%;
  left: 10%;
  width: 0%;
  border: 1px solid #FFFFFF;
  transition: width 8s ease-out;
}
.btn-text {
  font-family: "helv-bold";
  letter-spacing: 3px;
  color: #E7FF54;
  text-transform: uppercase;
  opacity: 1;
}
.bold {
  font-family: "helv-bold";
}

.content-wrap {
  background: url('../images/gp/banner.png') no-repeat left center/cover;
  padding-block: 0%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
}
.event-details .row {
  width: 80%;
  margin-inline: 5%;
  padding-inline: 5%;
  top: 2%;
  left: 0%;
  backdrop-filter: blur(19px);
  align-items: center;
  position: fixed;    
  z-index: 25;
  border-radius: 50px;
}
.event-details img {
  width: 45%;
  float: left;
}
.event-details .btn {
  text-transform: none;
}
.event-details p {
  width: 80%;
  position: relative;
  left: 10%;
}
.center-txt {
  position: relative;
  left: 32%;
}

.event-text {
  z-index: 2;
  position: absolute;
  width: 65%;
  text-align: center;
  bottom: 45%;
}
.event-text .vl {
  border-left: 1px solid #C4C4C4;
  transform: translate(-60%);
}
.event-text .vl.visible {
  height: 25%;
  top: 18%;
}
.swa-img {
  position: absolute;
  top: 101%;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
}

/* Top Background */
.top-bg {
  background: url('../images/gp/top-bg.jpg') no-repeat center center/cover;
  padding-block: 10% 0%;
  position: relative;
}
.top-bg .vl {
  border-left: 1px solid #00483B;
  top: -1%;
  transition: height 6s ease-out;
}
.top-bg .vl.visible {
  height: 8%;
}
.top-bg .bottom {
  transition: height 10s ease-out;
}
.top-bg .bottom.visible {
  height: 8%;
  border-left: 1px solid #00483B;
  top: 27.1%;
}

.pause {
  position: relative;
  padding-block: 5%;
  padding-inline: 5%;
}
.pause .row {
  align-items: center;
}
.pause h2 {
  padding-inline-end: 5%;
  text-align: right;
}
.pause .w-40 {
  width: 40%;
}
.pause p {
  width: 70%;
  margin-inline-start: 25%;
  text-align: right;
}
.pause img {
  width: 100%;
}
.pause .bottom.visible {
  top: 78%;
  height: 30%;
}

.clarity {
  padding-block: 5%;
  padding-inline: 5%;
}
.clarity .row {
  align-items: center;
  padding-block-start: 3%;
}
.clarity .desktop img {
  display: block;
  margin-inline: auto;
  max-height: 350px;
}
.clarity h2 {
  text-align: center;
  color:#00483B;
}
.clarity p {
  font-size: 1.1rem;
  width: 30%;
  cursor: pointer;
}
.desktop .row.align {
  padding-block: 2%;  
}
.small-circle {
  width: 12px;
  height: 12px;
  border: 2px solid #00483B;
  border-radius: 50%;
  margin-inline: -1.2% 20%;
  display: inline-block;
  background-color: transparent;
  transition: background-color 1s;
}
.spiritual-image {
  opacity: 1;
  transition: opacity 0.5s ease;
}
.top-bg .clarity .top {
  transition: height 3s ease-out;
}
.top-bg .clarity .top.visible {
  top: 11%;
  height: 4%;
}

/* Meditation Quote Section */
.meditation {
  position: relative;
  padding-block: 5%;
  padding-inline: 5%;
  text-align: center;
}
.meditation .bottom.visible {
  height: 30%;
  border-left: 1px solid #00483B;
  top: 42%;
  left: 50%;
}
.meditation .quotation {
  margin: 0%;
  width: 10%;
}
.meditation h1 {
  font-size: 3.5rem;
}
.meditation p {
  color: #00483C;
  letter-spacing: 4px;
}
.circle {
  background: #FECB89 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 50%;
  opacity: 1;
  position: relative;
  display: block;
  margin-inline: auto;
  height: 250px;
  width: 250px;  
  margin-block-start: 14%;
  z-index: 5;
}
.meditation h2 {
  font-size: 1.5rem;
  color: #00483C;
  position: absolute;
  top: 37%;
  left: 22%;
}

/* About Swamiji Section */
.swamiji {
  background-image: url('../images/gp/swamiji.png');
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: relative;
  height: 100vh;
  margin-block-start: -15%;
}
.swamiji h1 {
  position: absolute;
  left: 7%;
  top: 20%;
  font-size: 3.5rem;
}
.swamiji p {
  position: absolute;
  left: 7%;
  top: 33%;
  width: 40%;
}
.swamiji button {
  position: absolute;
  left: 4.5%;
  top: 65%;
  width: 15%;
  height: auto;
  background: transparent;
  color: #FECB89;
}
.swamiji .vl {
  border-left: 1px solid #fff;
  left: 12%;
  top: 70%;
  z-index: 5;
}
.swamiji .vl.visible {
  height: 42%;
}

/* Bottom background section */
.bottom-bg {
  background: url('../images/gp/bottom-bg.jpg') no-repeat center center/cover;
  padding-block: 8% 5%;
  padding-inline: 5%;
  position: relative;
  margin-block-start: -5%;
}
.bottom-bg .article {
  position: relative;
  z-index: 10;
  display: block;
  margin-inline: auto;
  width: 85%;
} 
.bottom-bg .speaker {
  width: 94%;
  padding-block: 5%;
  display: block;
  margin-inline: auto;
  position: relative;
  z-index: 10;
}
.bottom-bg .top.visible {
  top: 20%;
  left: 85%;
  height: 7%;
  border-right: 1px solid #fff;
  z-index: 8;
}
.bottom-bg .middle.visible {
  left: 85%;
  top: 60%;
  height: 15%;
  border-right: 1px solid #00483C;
  z-index: 9;
}
.bottom-bg .bottom.visible {
  left: 85%;
  top: 85%;
  height: 20%;
  border-right: 1px solid #00483C;
  z-index: 10;
}
.bottom-bg .gp {
  height: 560px;
  align-items: center;
}
.bottom-bg .gp .w-40 {
  margin-inline-end: 3%;
}
.bottom-bg hr.visible {
  width: 75%;
}
.bottom-bg h2 {
  text-align: right;
  color: #00483B;
}
.bottom-bg p {
  text-align: right;
}

/* Form section */
.form {
  background: #EEEEE6 0% 0% no-repeat padding-box;
  padding-block: 5%;
  padding-inline: 5%;
}
.form h3 {
  color: #00483C;
}
.form .row {
  align-items: center;
}
.form img {
  width: 100%;
  position: relative;
  z-index: 10;
}

/* VCF active campaign form */


/* Quote Section */
.quote {
  background-image: url('../images/gp/quote.png');
  background-size: 100% 100%;
  position: relative;
  height: 100vh;
  z-index: 0;
}
.quote h3 {
  font-size: 2.5rem;
  position: absolute;
  color: #F6F6EE;
  bottom: 5%;
  text-align: right;
  padding-inline-end: 5%;
  margin-inline-start: 12%;
}
.quote .vl {
  border-right: 1px solid #707070;
  left: 85%;
  top: -15%;
  z-index: 5;
}
.quote .vl.visible {
  height: 80%;
}

.popup {
  display: none;
  position: fixed;
  z-index: 2000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  pointer-events: auto;
}
.popup-content {
  position: relative;
  margin: 10% auto;
  padding: 0;
  width: 80%;
  max-width: 800px;
  background: #000;
}
.close-button {
  position: absolute;
  top: 10px;
  right: 20px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
  z-index: 100000;
}
.popup-content iframe {
  width: 100%;
  height: 500px;
  border: none;
  pointer-events: auto;
}
.playButton {
  position: absolute;
  width: 6%;
  left: 67%;
  top: 44%;
  cursor: pointer;
}

.footer {
  background: #00483B 0% 0% no-repeat padding-box;
  color: #fff;
  padding-block: 3%;
  padding-inline: 5%;
  text-align: center;
}
.footer p {
  padding: 0%;
  margin-block: 1%;
  color: #fff;
}
.footer a {
  color: #BDD2CD;
  text-decoration: underline;
}
.footer img {
  max-width: 15%;
  padding-block-end: 5%;
}
.social {
  justify-content: center;
}
.social a {
  display:inline-block;
  width:55px;
  padding-inline: 0.5%;
}
.footer a img {
  width: 80%;
  padding: 0%;
  background: #fff;
  border-radius: 80%;
}

@media only screen and (max-width: 768px) {
 .desktop {
    display: none;
  }
  .mobile {   
    display: block;
  }
  .row {
    flex-direction: column; 
  }
  .row-articles {
    display: flex;
    flex-direction: row !important; 
    width: 100%;
  }
  .rev {
    flex-direction: column-reverse !important;
  }
  .w-5, .w-20, .w-25, .w-30, .w-40, .w-50, .w-60, .w-70, .w-75, .w-80 {
    width: 100%;
  }
  .trailer {
    max-width: 100%;
    height: auto;
  }
  .btn {
    float: right;
    position: fixed;
    top: 7.5%;
    right: 6%;
    padding: 5px 10px;
    font-size: 12px;
    z-index: 20;
  }
  .content-wrap .row {
    flex-direction: row;
    width: 90%;
    margin-inline: 2.5%;
    padding-inline: 2.5%;
    padding-block: 2%;
    top: 1%;
  }
  .event-details p {
    margin-block: 1%;
    font-size: 0.9rem;
    width: 95%;
  }
  .event-details img {
    width: 75%;
  }
  .event-details .row .w-30 {
    width: 30%;
  }
  .event-details .row .w-70 {
    width: 70%;
  }
  .btn-text {
    font-size: 15px;
  }
  h1 {
    font-size: 2.8rem;
    line-height: 1.2;
  }
  h2 {
    font-size: 0.8rem !important;
    letter-spacing: 0px;
  }
  h3 {
    font-size: 1.6rem;
    margin-block: 0% 3%;
  }
  p {
    font-size: 0.9rem;
  }
  .content-wrap {
    width: 100%;
    height: 70vh;
    background-image: url('../images/gp/banner_mob.jpg');
    background-size: 100% 100%;
    background-position: left;
  }
  .event-text {
    text-align: left !important;
    width: 90%;
    left: 5%;
    top: 17%;
  }
  .event-text .vl {
    left: 15%;
  }
  .event-text .vl.visible {
    height: 15%;
    top: 32%;
  }
  .event-text .bottom {
    transition: height 4s ease-out;
  }
  .event-text .bottom.visible {
    height: 155%;
    top: 141%;
  }
  .swa-img {
    left: -1%;
    top: 157%;
    transform: none;
    width: 100%;
  }

  .pause {
    margin-block-start: 15%;
  }
  .pause h2 {
    padding-inline-end: 0%;
    text-align: left;
  }
  .pause p {
    margin-inline-start: 0%;
    text-align: left;
    width: 100%;
  }
  .pause img {
    position: relative;
    z-index: 3;
  }
  .pause .w-40 {
    width: 100%;
  }
  .top-bg {
    padding-block: 25% 0%;
  }
  .top-bg .bottom {
    left: 15%;
    top: 28%;
    transition: height 4s ease-out;
  }
  .top-bg .bottom.visible {
    height: 3%;
  }
  .top-bg .pause .bottom {
    left: 15%;
    top: 89%;
    transition: height 4s ease-out;
  }
  .top-bg .pause .bottom.visible {
    height: 17%;
  }

  .clarity .w-50 {
    width: 80%;
    margin-inline: auto;
  }

  .clarity {
    margin-block-start: 15%;
  }
  .clarity .align {
    flex-direction: row !important;
    opacity: 1;
  }
  .small-circle {
    margin-inline-end: 5%;
  }
  .clarity .row {
    flex-direction: column-reverse;
  }
  .clarity h2 {
    text-align: left;
  }
  .clarity p {
    width: 100%;
  }
  .align.active .small-circle {
    background-color: #FECB89;
  }
  .mobile-img {
    display: block;
    margin-inline: auto;
    max-height: 150px;
    width: auto;
    margin-top: 10px;
  }
  
  .meditation {
    text-align: left;
    margin-block-start: 14%;
    margin-inline-start: 5%;
  }
  .meditation h1 {
    font-size: 2rem;
  }
  .meditation h2 {
    left: 30%;
    top: 35%;
    letter-spacing: 3px;
    font-size: 1.1rem;
  }
  .top-bg .meditation .bottom.visible {
    left: 10.6%;
    top: 42%;
    height: 22%;
  }
  .circle {
    left: -44%;
    width: 180px;
    height: 180px;
    margin-block-start: 30%;
  }
  .swamiji {
    background-image: url('../images/gp/swamiji_mob.jpg');
    background-size: 100% 75%;
    margin-block-start: -25%;
  }
  .swamiji h1 {
    top: 31%;
    font-size: 2rem;
    left: 5%;
  }
  .swamiji p {
    top: 35%;
    width: 91%;
    left: 5%;
  }
  .swamiji button {
    width: 35%;
    top: 65%;
    left: 2%;
    font-size: 14px;
  }
  .swamiji .vl.visible {
    top: 69%;
    height: 27%;
  }

  .bottom-bg {
    background-image: url('../images/gp/bottom-bg_mob.jpg');
    margin-block-start: -55%;
    padding-block-start: 15%;
    padding-inline: 0%;
  }
  .bottom-bg h2, .bottom-bg p {
    padding-inline: 5%;
  }
  .bottom-bg .article {
    width: 100%;
  }
  .bottom-bg hr {
    display: none;
  }
  .bottom-bg .speaker {
    width: 100%;
    padding-block: 15%;
  }
  .bottom-bg .top {
    transition: height 5s ease-out;
  }
  .bottom-bg .top.visible {
    top: 35%;
  }
  .bottom-bg .middle.visible {
    top: 54%;
    height: 5%;
  }
  .bottom-bg .bottom.visible {
    top: 71%;
    height: 31%;
  }

  .form {
    text-align: right;
    padding-block-start: 10%;
  }

  .playButton {
    width: 18%;
    left: 43%;
    top: 38%;
  }

  .quote {
    background-image: url('../images/gp/quote_mob.png');
    background-size: auto 100%;
    background-position: center;
    height: 65vh;
  }
  .quote h3 {
    font-size: 1.6rem;
  }
  .quote .vl {
    top: -8%;
  }
  .quote .vl.visible {
    height: 51%;
  }

  .footer {
    padding-block: 10% 5%;
  }
  .footer h2 {
    font-size: 2rem !important;
  }
  .footer h3 {
    font-size: 1.8rem;
    margin: 0%;
  }
  .footer img {
    max-width: 25%;
    width: 25%;
  }
  .footer-text {
    top: 74%;
  }
  .footer .row {
    flex-direction: row;
    padding: 3% 0%;
  }
  .footer p {
    font-size: 12px;
    padding-block: 1% 0%;
    padding-inline: 0% 4%;
  }
} 