@import url("https://fonts.googleapis.com/css2?family=Encode+Sans:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@200&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Viaoda+Libre&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sahitya:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Yanone+Kaffeesatz:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Covered+By+Your+Grace&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Epilogue:wght@300&display=swap");
.loader-wrapper {
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0e0e0e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease; }
  .loader-wrapper p {
    text-align: center;
    color: white;
    -webkit-transform: translateX(-70px);
            transform: translateX(-70px);
    -webkit-animation: rock-loading 1600ms ease-in-out infinite alternate;
            animation: rock-loading 1600ms ease-in-out infinite alternate; }

.preload-finish {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 500ms ease-out;
  transition: all 500ms ease-out; }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  font-size: 1.2em; }

body {
  font-family: "Raleway", sans-serif;
  background: #0e0e0e;
  color: white;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.hindi {
  font-family: 'Sahitya', serif;
  line-height: 1.75; }
  .hindi h3, .hindi a {
    font-weight: 700; }

a {
  text-decoration: none;
  color: #3bc0de; }
  a:hover {
    color: white; }

p {
  margin-bottom: 0.65em; }

ul, li {
  list-style: none; }

.page-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(40px, 5vw, 3rem); }

::-moz-selection {
  background: rgba(59, 192, 222, 0.65);
  color: white; }

::selection {
  background: rgba(59, 192, 222, 0.65);
  color: white; }

.main-footer {
  text-align: right;
  color: white; }

.byline {
  font-size: 0.7rem;
  font-style: italic;
  color: #666666;
  text-align: right;
  margin: 0; }

.btn {
  margin-top: 3em; }

.text-footer {
  font-size: .885rem; }

blockquote {
  background-image: radial-gradient(rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.66));
  position: relative;
  font-family: "Covered By Your Grace", cursive;
  text-align: center;
  font-size: 1.5rem; }
  blockquote::before, blockquote::after {
    display: inline-block;
    content: '~~~';
    font-size: 1.3rem;
    font-weight: bold;
    color: #de593b; }
  blockquote p {
    margin: 0;
    padding: 0; }

.required {
  font-style: italic;
  font-size: 0.85rem; }

.top-header {
  background: #0e0e0e;
  color: white;
  position: fixed;
  z-index: 50;
  width: 100%; }

.logo {
  padding: 0.75em 0;
  text-align: center;
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  letter-spacing: 10px;
  font-size: 0.9rem; }
  .logo a {
    color: #3bc0de; }

.nav-toggle {
  display: none; }

.nav-toggle-label {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 1em;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .nav-toggle-label span,
  .nav-toggle-label span::before,
  .nav-toggle-label span::after {
    display: block;
    background: white;
    width: 2em;
    height: 2px;
    border-right: 2px;
    position: relative;
    -webkit-transition: all 500ms ease-in;
    transition: all 500ms ease-in; }
  .nav-toggle-label span::before,
  .nav-toggle-label span::after {
    content: '';
    position: absolute;
    bottom: 8px; }
  .nav-toggle-label span::after {
    top: 8px; }

nav {
  position: absolute;
  top: 100%;
  left: 0;
  background: #0e0e0e;
  width: 14em;
  padding-top: 1.2em;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 1000ms cubic-bezier(0.42, 0, 0, 1.01);
  transition: all 1000ms cubic-bezier(0.42, 0, 0, 1.01); }

nav ul {
  margin: 0;
  padding: 0;
  font-family: "Epilogue", sans-serif; }

nav li {
  margin-bottom: 1.5em;
  margin-left: 1em; }

nav a {
  color: white;
  font-size: 1.2rem;
  text-transform: lowercase; }

.nav-toggle:checked ~ nav {
  -webkit-transform: translateX(0);
          transform: translateX(0); }

.nav-toggle:checked ~ .nav-toggle-label span {
  background: transparent;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.nav-toggle:checked ~ .nav-toggle-label span::before {
  -webkit-transform: rotate(45deg) translate(5px, 6px);
          transform: rotate(45deg) translate(5px, 6px); }

.nav-toggle:checked ~ .nav-toggle-label span::after {
  -webkit-transform: rotate(-45deg) translate(6px, -6px);
          transform: rotate(-45deg) translate(6px, -6px); }

.page-home .home-bg-2 {
  background: url("../../img/bg/water-lily-1.webp"); }

.page-home .home-bg-1 {
  background: url("../../img/bg/mountain.webp"); }

.page-padmaja .bg-2 {
  background: url("../../img/bg/01.webp"); }

.page-portfolio .bg-2 {
  background: url("../../img/bg/43.webp"); }

.page-workshops .bg-2 {
  background: url("../../img/bg/dhvani-10.jpg"); }

.page-writing .bg-2 {
  background: url("../../img/bg/pedh.webp"); }

.page-contact .bg-2 {
  background: url("../../img/bg/02.webp"); }

#page-bg {
  z-index: -1;
  position: fixed;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom; }

.page-padmaja #page-bg {
  background-position: top right; }

.page-contact #page-bg {
  background-position: center; }

.basegrid {
  padding-left: 0.32em;
  padding-right: 0.32em;
  padding-top: 60vh;
  padding-bottom: 2em;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(309px, 1fr));
  grid-gap: 0.2em; }
  .basegrid img {
    width: 100%; }

.container__text {
  margin-bottom: 2em; }

.sh {
  grid-column: span 2; }

.sv {
  grid-row: span 2; }

.blank {
  position: relative;
  height: 85vh; }

.portfolio__grid {
  display: grid;
  grid-gap: 0.158em;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); }

.photoGrid {
  padding: 0.2em;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(156px, 1fr));
  grid-gap: 0.05em; }

.photoGrid__image {
  border: transparent 0.2vw solid;
  overflow: hidden;
  -webkit-transition: all 800ms cubic-bezier(0.42, 0, 0, 1.01);
  transition: all 800ms cubic-bezier(0.42, 0, 0, 1.01); }
  .photoGrid__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
    -webkit-transition: all 800ms cubic-bezier(0.42, 0, 0, 1.01);
    transition: all 800ms cubic-bezier(0.42, 0, 0, 1.01); }
  .photoGrid__image:hover {
    border: #de593b 0.2vw solid; }
    .photoGrid__image:hover img {
      -webkit-transform: scale(1.3);
              transform: scale(1.3);
      cursor: pointer; }

.static__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.img-box01 {
  grid-column: 2;
  grid-row: 1; }

.img-box02 {
  grid-column: 1;
  grid-row: 1; }

.img-box03 {
  grid-column: 1;
  grid-row: 2; }

.img-box04 {
  grid-column: 1;
  grid-row: 3; }

.img-box05 {
  grid-column: 2;
  grid-row: 4; }

.img-box06 {
  grid-column: 1;
  grid-row: 5; }

.img-box07 {
  grid-column: 2;
  grid-row: 6; }

.img-box08 {
  grid-column: 1;
  grid-row: 7; }

.img-box09 {
  grid-column: 1;
  grid-row: 8; }

.img-box10 {
  grid-column: 1;
  grid-row: 9; }

.img-box11 {
  grid-column: 2;
  grid-row: 10; }

.img-box12 {
  grid-column: 1;
  grid-row: 11; }

.img-box13 {
  grid-column: 2;
  grid-row: 12; }

.img-box14 {
  grid-column: 2;
  grid-row: 13; }

.img-box15 {
  grid-column: 1;
  grid-row: 14; }

.img-box16 {
  grid-column: 2;
  grid-row: 15; }

.img-box17 {
  grid-column: 2;
  grid-row: 16; }

.img-box18 {
  grid-column: 2;
  grid-row: 17; }

.img-box04,
.img-box10,
.img-box12,
.img-box17 {
  grid-column: span 2; }

.img-box13 {
  grid-row: span 2; }
  .img-box13 img {
    -webkit-transform: scale(1.35);
            transform: scale(1.35); }

.modal {
  z-index: 100;
  background: rgba(15, 15, 15, 0.95);
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out; }
  .modal.open {
    opacity: 1;
    pointer-events: all; }

.full-img {
  max-height: 95%;
  position: absolute;
  max-width: 96%;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  border: 2px #0e0e0e solid;
  -webkit-box-shadow: 2px 2px 10px 2px rgba(14, 14, 14, 0.71);
          box-shadow: 2px 2px 10px 2px rgba(14, 14, 14, 0.71); }
  .full-img.open {
    -webkit-transform: scale(1);
            transform: scale(1); }

.contact-form {
  background: rgba(0, 0, 0, 0.55);
  border-color: #0e0e0e;
  border-width: 1px;
  border-style: solid;
  padding: 1em 0.5em;
  border-radius: 5px;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out; }
  .contact-form:hover {
    background: rgba(0, 0, 0, 0.85); }

.contact-form h3 {
  font-size: 1em; }
.contact-form .form-label {
  font-size: 0.65rem; }
.contact-form .form-control {
  font-size: 0.85rem; }
.contact-form p {
  font-size: 0.65em; }

.form-label {
  margin-bottom: 0.2em; }

.form-control {
  margin-bottom: 0.85em;
  background: rgba(0, 0, 0, 0.25);
  border-width: 0 0 1px;
  border-color: #4d4d4d;
  border-radius: 0; }

@media screen and (min-width: 632px) {
  body {
    font-size: 1rem; }

  .basegrid {
    color: white; }

  .nav-toggle-label {
    display: none; }

  .top-header {
    background: rgba(14, 14, 14, 0.02);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 1em;
    -webkit-transition: all 800ms ease-in-out;
    transition: all 800ms ease-in-out; }
    .top-header:hover {
      background: rgba(14, 14, 14, 0.85); }

  .logo {
    all: unset;
    padding: 0.5em 0;
    max-width: 130px; }

  nav {
    all: unset;
    z-index: 50; }

  nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

  nav li {
    margin: 0 0 0 1em; }
    nav li a {
      font-size: 0.8rem;
      color: white;
      padding: 0.7em 0; }
      nav li a:hover, nav li a.active {
        color: #3bc0de; }

  .heading-box {
    position: -webkit-sticky;
    position: sticky;
    top: 55vh; }

  .sub-head {
    font-size: 0.75rem; }

  .basegrid {
    line-height: 1.5;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-top: 50vh;
    padding-bottom: unset;
    grid-gap: 0.5em;
    grid-template-columns: 1fr 2fr; }

  .basegrid__right {
    display: grid;
    padding-bottom: 2em;
    grid-template-columns: 2fr 1fr; }

  .container__image {
    grid-column: 1/3;
    grid-template-columns: repeat(auto-fit, minmax(80px, 1fr)); }

  .container__text {
    grid-column: 1/2; }

  .blank {
    position: relative;
    height: 95vh; }

  .scroll-down-tab {
    position: fixed;
    bottom: 10%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    color: white; }

  .photoGrid {
    width: 100%;
    max-width: 80em;
    margin: 0 auto;
    padding: 0 0 0.5em;
    display: grid;
    grid-template-columns: repeat(9, 1fr); }

  .photoGrid__image {
    border: transparent clamp(1px, 0.2vw, 4px) solid;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    opacity: 0;
    overflow: hidden; }
    .photoGrid__image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -webkit-transform: scale(1.15);
              transform: scale(1.15);
      -webkit-transition: all 800ms cubic-bezier(0.42, 0, 0, 1.01);
      transition: all 800ms cubic-bezier(0.42, 0, 0, 1.01); }
    .photoGrid__image:hover {
      border-color: #de593b; }
      .photoGrid__image:hover img {
        -webkit-transform: scale(1.3);
                transform: scale(1.3); }

  .img-box01 {
    grid-column: 2;
    grid-row: 1; }

  .img-box02 {
    grid-column: 4;
    grid-row: 1; }

  .img-box04 {
    grid-column: 1/2;
    grid-row: 2; }

  .img-box05 {
    grid-column: 3;
    grid-row: 2; }

  .img-box06 {
    grid-column: 6;
    grid-row: 4; }

  .img-box07 {
    grid-column: 2;
    grid-row: 3; }

  .img-box08 {
    grid-column: -6;
    grid-row: 4; }

  .img-box09 {
    grid-column: 1;
    grid-row: 4; }

  .img-box10 {
    grid-column: -3/-1;
    grid-row: 4; }

  .img-box11 {
    grid-column: 3;
    grid-row: 4; }

  .img-box12 {
    grid-column: 4/6;
    grid-row: 3; }

  .img-box13 {
    grid-column: -5;
    grid-row: 2/4; }

  .img-box14 {
    grid-column: -4;
    grid-row: 2; }

  .img-box15 {
    grid-column: -3;
    grid-row: 3; }

  .img-box16 {
    grid-column: -6;
    grid-row: 1; }

  .img-box17 {
    grid-column: -4/-2;
    grid-row: 1; }

  .img-box18 {
    grid-column: -2;
    grid-row: 2; }

  .img-box13 img {
    -webkit-transform: scale(1.35);
            transform: scale(1.35); }

  .static__gallery {
    margin-bottom: 2em;
    grid-column: 1/3;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    grid-gap: 0.3em; }

  .static__gallery--img {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0; }
    .static__gallery--img img {
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }

  .sph-2 {
    grid-column: span 2; }

  .sph-3 {
    grid-column: span 3; }

  .spv-2 {
    grid-row: span 2; }

  .portfolio__grid {
    display: grid;
    grid-gap: 0.158em;
    grid-template-columns: repeat(10, 1fr); }

  .portfolio__grid-img {
    grid-column: span 2; }

  .h-1 {
    grid-column: span 1; } }

/*# sourceMappingURL=main.css.map */