@charset "utf-8";

* {
  outline: none;
  margin: 0px;
  padding: 0px;
  border: none;
  text-decoration: none;
  font-family: "InterTight";
  box-sizing: border-box;
}

body {
  text-decoration: none;
  background: #fff;
  font-family: "InterTight";
  font-size: 16px;
  color: #000;
  overflow-x: hidden;
}

@font-face {
  font-family: "InterTight";
  src: url("../fonts/InterTight-Regular.eot");
  src:
    url("../fonts/InterTight-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/InterTight-Regular.woff2") format("woff2"),
    url("../fonts/InterTight-Regular.woff") format("woff"),
    url("../fonts/InterTight-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Hertical Sans";
  src: url("../fonts/HerticalSans-Smooth.eot");
  src:
    url("../fonts/HerticalSans-Smooth.eot?#iefix") format("embedded-opentype"),
    url("../fonts/HerticalSans-Smooth.woff2") format("woff2"),
    url("../fonts/HerticalSans-Smooth.woff") format("woff"),
    url("../fonts/HerticalSans-Smooth.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.img-full {
  width: 100%;
  height: auto;
  display: block;
}

.banner-wrap {
  position: relative;
  width: 100%;
  height: auto;
}

.logo-container {
  position: absolute;
  top: 40px;
  text-align: center;
  z-index: 10;
  animation: fadeInDown 1.5s ease-out;
  width: 100%;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.banner-bird {
  position: absolute;
  text-align: center;
  top: 205px;
  text-align: center;
  width: 100%;
}

.d-container {
  width: 100%;
  height: auto;
  padding: 0px 15%;
}

/************************/
.valley-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.valley-title {
  font-family: "Hertical Sans";
  color: #a59f8e;
  font-size: 3em;
  text-transform: uppercase;
  text-align: left;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  line-height: 1;
  margin-bottom: 0.25em;
}

p {
  font-size: 1.12em;
  font-family: inherit;
  line-height: 1.5;
  color: rgba(78, 75, 49, 0.9);
  text-align: left;
}

.valley-content-wrapper {
  width: 100%;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
}

.valley-content-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  z-index: 2;
}

.valley-content-bottom-wrapper {
  width: 100%;
  z-index: 2;
  position: absolute;
  left: 0;
  bottom: 0;
  padding-bottom: 80px;
}

.column {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
}

.left-col {
  padding-top: 10%;
}

.center-col {
  align-items: center;
}

.featured-image img {
  width: 300px;
}

.advaita-badge {
  margin-top: 30px;
  padding: 10px 30px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50px;
  font-size: 0.9rem;
  text-transform: uppercase;
}

/* Boomerang Animation/Style */
.boomerang-section {
  text-align: right;
  margin-top: 40px;
  font-style: italic;
  font-size: 0.85rem;
}

/* Responsive for Mobile */
@media (max-width: 768px) {
  .content-wrapper {
    flex-direction: column;
    text-align: center;
  }



  .featured-image img {
    width: 100%;
    border-radius: 20px;
  }
}

.valley-bottom-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}

/* Logo/Text Section */
.logo-section {
  display: flex;
  align-items: center;
  font-weight: 900;
  font-size: 3rem;
  line-height: 1;
}

.pill {
  padding: 0px 40px;
  font-size: 1.5em;
  color: #6a6e5a;
  background: url(../images/adwaita-bg.png) no-repeat;
  background-size: 100% 100%;
  line-height: 98px;
}

.pill span {
  font-size: 1.2em;
  font-family: "Hertical Sans";
  color: #a59f8e;
  text-transform: uppercase;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  line-height: 1;
}

/* Right Content Area */
.content-right {
  position: relative;
  height: 100%;
  width: 40%;
}

.quote-box {
  position: absolute;
  bottom: 10em;
  left: 75px;
  max-width: 250px;
  font-size: 1.25em;
  line-height: 1.2;
  text-align: left;
}

.boomerang-subtext {
  position: absolute;
  top: -1.5em;
  left: -2%;
  max-width: 180px;
  opacity: 0.8;
  font-size: 1.125em;
  text-align: left;
}

/* Character Illustration */
.character-img {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 90%;
  z-index: 2;
}

/* Decorative Boomerangs */
.boomerang-path {
  position: absolute;
  top: 30%;
  right: 25%;
  width: 200px;
  opacity: 0.4;
  transform: rotate(-15deg);
}

@media (max-width: 768px) {
  .banner-container {
    height: auto;
    flex-direction: column;
    padding: 40px 20px;
  }

  .content-right {
    width: 100%;
    height: 300px;
    margin-top: 20px;
  }

  .pill {
    font-size: 1.1rem;
    margin: 20px 0;
  }
}




.footer-wraper {
  width: 100%;
  height: auto;
  background-color: #e8e2d4;
  position: relative;
  margin-top: 85px;
}

.footer-wraper img {
  height: auto;
  display: block;
  mix-blend-mode: multiply;
  opacity: 0.85;
  filter: brightness(1.05) contrast(1.1);
}

.footer-bottom-wrap {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.copy-right {
  width: auto;
  height: auto;
  float: left;
  font-family: inherit;
  font-weight: normal;
  font-size: 1em;
  color: #131313;
  line-height: 60px;
}

.copy-right span {
  font-family: inherit;
  font-weight: normal;
}

.designed {
  width: auto;
  height: auto;
  float: right;
}

.designed-ido {
  float: right;
  height: auto;
  padding-left: 8px;
  padding-top: 15px;
  width: auto;
}

.designed p {
  width: auto;
  height: auto;
  float: right;
  font-family: inherit;
  font-weight: normal;
  font-size: 1em;
  line-height: 60px;
  margin: 0;
  color: #131313;
}

.designed p a {
  text-decoration: none;
  font-family: inherit;
  font-size: 1em;
  color: #131313;
  font-weight: normal;
}

.designed p a:hover {
  text-decoration: none;
}

.elegant-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 20px auto;
  opacity: 0.6;
}

.line {
  flex-grow: 1;
  border: none;
  height: 1px;
  background-color: rgba(135, 130, 119, 0.49);
  margin: 0 15px;
}

.ornament {
  width: 61px;
  height: 17px;
  position: relative;
  display: inline-block;
}

.ornament::before,
.ornament::after {
  content: "";
  position: absolute;
  width: 61px;
  height: 17px;
  border-bottom: none;
  border-right: none;
}

.ornament::after {
  top: 5px;
  left: 10px;
  transform: rotate(180deg);
}

/* 1. Ornament Divider Styling */
.divider-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 50px;
}

.line {
  flex-grow: 1;
  border: none;
  height: 1px;
  background-color: rgba(135, 130, 119, 0.49);
}

/* 2. Brand & Info Section */
.footer-content {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;

  align-content: stretch;
}

.brand-logo {
  position: relative;
  text-align: left;
}

.brand-logo {
  display: flex;
  align-items: center;
}

.sub-brand {
  position: absolute;
  top: -20px;
  right: 0;
  font-size: 2rem;
  margin: 0;
}

.vertical-line {
  width: 1px;
  height: auto;
  background-color: rgba(135, 130, 119, 0.49);
}

.info-text {
  text-align: left;
  font-size: 0.95rem;
  line-height: 1.6;
}

.airport-info {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.icon {
  font-size: 1.2rem;
}

.footer-top {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
}

.quote-container {
  text-transform: uppercase;
  line-height: 1;
  font-size: 2.125em;

  /* The Gradient Magic */
  background: linear-gradient(180deg, #847e71 0%, #c7c1b4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  width: 100%;
  font-family: "Hertical Sans";
}

.quote-container-right {
  text-transform: uppercase;
  line-height: 0.8;
  font-size: 3.125em;
  width: 100%;
  font-family: "Hertical Sans";
  text-align: right;
  color: #979386;
}

.quote-container-right span {
  font-size: 1.68em;
  font-family: "Hertical Sans";
  text-align: right;
  color: #979386;
}

.butterfly-box,
.butterfly-box-right {
  perspective: 800px;
  display: inline-block;
  /* Element-ukal align cheyyan */
}

#butterfly-left,
#butterfly-right {
  width: auto;
  /* Size adjust cheyyam */
  transform-origin: center;
  transition: transform 0.1s linear;
}













.write-text {
  font-family: inherit;
  font-size: 1.25em;
  font-weight: normal;
  color: #66645e;
  margin: 0px 15px;

}

.container {
  text-align: center;
}

.dark-banner {
  background-color: #2d291d;
  padding: 60px 250px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
}

.main-text {
  font-size: 1.025em;
  line-height: 1.7;
  margin-bottom: 30px;
  opacity: 1;
  color: #bdb8a1;
  text-align: center;
}

.echo-button {
  background-color: #e9e5d7;
  color: #1a3a2a;
  text-decoration: none;
  padding: 12px 40px;
  font-size: 1.2rem;
  display: inline-block;
  border: 1px solid #c5c1b3;
  position: relative;
}

.echo-button::before,
.echo-button::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #8b877a;
  width: 24px;
  height: 53px;
}



.echo-button::before {
  left: -25px;
  background: url(../images/echo-left.png);
}

.echo-button::after {
  right: -25px;
  background: url(../images/echo-right.png);
}


.dark-banner::before,
.dark-banner::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 80px;
  height: 216px;
}

.dark-banner::before {
  left: -80px;
  background: url(../images/echo-bg-left.png);
}

.dark-banner::after {
  right: -80px;
  background: url(../images/echo-bg-right.png);
}


.footer-text {
  margin-top: 40px;
  color: var(--accent-color);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.footer-text h2 {
  font-weight: normal;
  font-size: 1.5rem;
  letter-spacing: 1px;
}

.divider {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #b5b1a3;
}

.line {
  height: 1px;
  width: 100px;
  background-color: #b5b1a3;
  margin: 0 10px;
}


.dark-banner {
  position: relative;
  min-height: 250px;
}

.bird {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 150px;
  opacity: 0.8;
}

.bird-left {
  left: 20px;
}

.bird-right {
  right: 20px;
}

.button-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.ornament-side {
  width: 40px;
  height: 40px;
  background-image: url('ornament-icon.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.heavenly-text {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  color: #1a3a2a;
}

.small-icon {
  width: 30px;
}

.rotate {
  transform: scaleX(-1);
}

.bottom-divider img {
  width: 200px;
  margin-top: 15px;
}

.place-book-container {
  position: relative;
  height: auto;
  padding: 80px 0px;
  width: 100%;
}

.place-book-pic {
  width: 100%;
  height: auto;
  text-align: center;
  margin-top: 6%;
}

.place-header {
  width: 100%;
  height: auto;
  text-align: center;
  position: relative;
  margin-bottom: -5em;
}

.place-head-title {
  width: 100%;
  height: auto;
  text-align: center;

  font-family: "Hertical Sans";
  color: #a59f8e;
  font-size: 2.125em;
  text-transform: uppercase;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  line-height: 1;
}

.place-top-right-bird {
  width: auto;
  height: auto;
  position: absolute;
  top: 22%;
  right: 13%;
}

.place-bottom-bird {
  width: auto;
  height: auto;
  position: absolute;
  bottom: 28%;
  right: 6%;
}

.place-top-left-bird {
  width: auto;
  height: auto;
  position: absolute;
  top: 31%;
  left: 10%;
}

.morten-outer {
  width: 100%;
  height: auto;
  position: relative;
  background: url(../images/mort-bg.png) no-repeat;
  background-size: cover;
  padding-top: 85px;
}

.morten-sec {
  display: flex;
  justify-content: center;
}

.morten-pic {
  width: 50%;
  height: auto;
  float: left;
}

.morten-pic img {
  mix-blend-mode: multiply;
}

.bg-transparant {
  mix-blend-mode: multiply;
}

.clear {
  clear: both;
}

.morten-content {
  width: 50%;
  height: auto;
  float: left;
  position: relative;
  margin-left: -15%;
  margin-top: 1%;
}

.morten-content-header {
  width: 100%;
  height: auto;
}

.morten-content-header-bird {
  width: auto;
  height: auto;
  position: relative;
  margin-top: -5em;
  margin-bottom: 3em;
}

.morten-content-header-bird img {
  mix-blend-mode: multiply;
}

.morten-title-top {
  width: 100%;
  height: auto;
  text-align: left;
  text-transform: uppercase;
  line-height: 1.4;
  font-size: 1.25em;
  font-family: "Hertical Sans";
  color: #979386;
  /* letter-spacing: 4px; */
  margin-bottom: 5px;
}

.morten-title-main {
  width: 100%;
  height: auto;
  text-align: left;
  text-transform: uppercase;
  line-height: 1;
  font-size: 3em;
  font-family: "Hertical Sans";
  color: #979386;
}

.morten-content-dtl {
  padding-left: 142px;
  font-size: 1.125em;
  font-family: inherit;
  line-height: 1.5;
  color: #66645e;
  text-align: left;
  padding-top: 1em;
  width: 65%;
}

.mind-for {
  width: 100%;
  height: auto;
  margin-top: 100px;
  position: relative;
}

.mind-content-out {
  width: 100%;
  height: auto;
  background: url(../images/mind-bg.png) no-repeat;
  background-size: cover;
  padding: 65px 185px;
  min-height: 216px;
}

.mind-content-out p {
  width: 50%;
}

.mind-yoga-out {
  width: auto;
  height: auto;
  position: absolute;
  right: 2%;
  /*top:-115px ;*/
  top: -210px;
  z-index: 1;
}

.yoga {
  width: auto;
  height: auto;
  position: relative;
  z-index: 9;
}

.yoga img {
  mix-blend-mode: multiply;
}

.yoga-top-bg {
  width: auto;
  height: auto;
  position: absolute;
  top: -125px;
  right: 7%;
}

.yoga-bottom-bg {
  width: auto;
  height: auto;
  position: absolute;
  bottom: -125px;
  right: -10%;
}

.blessing-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: stretch;
  margin-top: 160px;
  position: relative;
}

.swan {
  width: 32%;
  height: auto;
  float: left;
}

.swan img {
  mix-blend-mode: multiply;
}

.bless-koduva {
  width: 32%;
  height: auto;
  float: left;

}

.bless-koduva img {
  mix-blend-mode: multiply;
}

.bless-mid {
  width: 32%;
  height: auto;
  float: left;
}

.bless-mid-content {
  width: auto;
  height: auto;
  text-align: left;
  text-transform: uppercase;
  line-height: 1;
  font-size: 1.5em;
  font-family: "Hertical Sans";
  color: #7e7a6e;
}

.bless-main-bg {
  width: auto;
  height: auto;
  position: absolute;
  bottom: 0;
  right: 0;
}

.experience-outer {
  width: 100%;
  height: auto;
  margin-top: 85px;
  background: url(../images/experience-bg.png) no-repeat;
  background-size: cover;
  min-height: 200px;
  display: flex;
  align-items: center;
}

.experience-outer p {
  text-align: center;
  padding: 20px 20%;
}

.place-book-pic img {
  max-width: 100%;
}


.moving-image {
  width: auto;
  animation: float 3s ease-in-out infinite;
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0px);
  }
}

.moving-image-top {
  width: auto;
  animation: float-top 3s ease-in-out infinite;
}

@keyframes float-top {
  0% {
    transform: translateY(0px);
  }

  60% {
    transform: translateY(-40px);
  }

  100% {
    transform: translateY(0px);
  }
}

.reveal {
  opacity: 0;
  transition: all 0.8s ease-out 0.3s;
  visibility: hidden;
}

.reveal.active {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0) scale(1) rotateX(0);
}

.slide-left {
  transform: translateX(-50px);
}

.zoom-in {
  transform: scale(0.8);
}

.flip {
  transform: rotateX(-90deg);
  perspective: 1000px;
}

.reveal {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  will-change: transform, opacity;
}


.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

:root {
  --bg-color: #e8e2d4;
  --ink-color: #3d3d3d;
}

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

body {
  background-color: var(--bg-color);
  color: var(--ink-color);
  font-family: 'Playfair Display', serif;
  overflow-x: hidden;
}

.paper-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  pointer-events: none;
  z-index: 100;
}

#scroll-container {
  width: 100%;
}





.butterfly-box {
  position: relative;
  animation: floating 3s ease-in-out infinite;
  position: absolute;
  left: 15%;
  top: 30%;
}

.butterfly-box-right {
  position: absolute;
  right: 15%;
  bottom: 30%;
}

#butterfly {
  width: auto;
  transform-origin: center;
  animation: flutter 0.2s infinite ease-in-out;

}

@keyframes flutter {
  0% {
    transform: scaleX(1) skewY(0deg);
  }

  50% {
    transform: scaleX(0.85) skewY(2deg);
  }

  100% {
    transform: scaleX(1) skewY(0deg);
  }
}

@keyframes floating {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-30px);
  }

  100% {
    transform: translateY(0px);
  }
}

.desk-view {
  display: block;
}

.mob-view {
  display: none;
}

@media (min-width: 1023px) and (max-width: 1279px) {

  body {
    font-size: 12px !important;
  }

  .d-container {
    width: 100%;
    height: auto;
    padding: 0px 5%;
  }

  .valley-content-bottom-wrapper {
    padding-bottom: 0px;
  }

  .featured-image img {
    width: 220px;
  }

  .morten-content-dtl {
    padding-left: 80px;
  }

  .mind-yoga-out {
    width: 45%;
    top: -90px;
  }

  .yoga-complete {
    width: 100%;
  }

  .morten-content {
    margin-top: -2%;
  }

  .morten-content-header-bird {
    margin-bottom: 0;
  }

}

@media (min-width: 1280px) and (max-width: 1359px) {
  body {
    font-size: 13px !important;
  }

  .d-container {
    width: 100%;
    height: auto;
    padding: 0px 5%;
  }

  .valley-content-bottom-wrapper {
    padding-bottom: 50px;
  }

  .featured-image img {
    width: 230px;
  }

  .morten-content-dtl {
    padding-left: 100px;
  }

  .morten-content-header-bird {
    margin-bottom: 2em;
  }

  .morten-content {
    margin-top: 0%;
  }

  .mind-yoga-out {
    width: 45%;
    top: -195px;
  }

  .yoga-complete {
    width: 100%;
  }

}

@media (min-width: 1360px) and (max-width: 1399px) {
  body {
    font-size: 14px !important;
  }

  .d-container {
    width: 100%;
    height: auto;
    padding: 0px 8%;
  }

  .valley-content-bottom-wrapper {
    padding-bottom: 60px;
  }

  .featured-image img {
    width: 244px;
  }

  .morten-content-dtl {
    padding-left: 100px;
  }

  .morten-content-header-bird {
    margin-bottom: 1em;
  }

  .mind-yoga-out {
    width: 45%;
    top: -195px;
  }

  .yoga-complete {
    width: 100%;
  }


}

@media (min-width: 1400px) and (max-width: 1441px) {
  body {
    font-size: 14px !important;
  }

  .d-container {
    width: 100%;
    height: auto;
    padding: 0px 8%;
  }

  .valley-content-bottom-wrapper {
    padding-bottom: 80px;
  }

  .featured-image img {
    width: 244px;
  }

  .morten-content-dtl {
    padding-left: 130px;
  }

  .morten-content-header-bird {
    margin-bottom: 1em;
  }

  .mind-yoga-out {
    width: 45%;
    top: -195px;
  }

  .yoga-complete {
    width: 100%;
  }

}

@media (min-width: 1441px) and (max-width: 1599px) {
  body {
    font-size: 15px !important;
  }

  .d-container {
    width: 100%;
    height: auto;
    padding: 0px 8%;
  }

  .valley-content-bottom-wrapper {
    padding-bottom: 80px;
  }

  .morten-content-dtl {
    padding-left: 130px;
  }

}

@media (min-width:1600px) and (max-width:1680px) {
  body {
    font-size: 15px !important;
  }

  .d-container {
    width: 100%;
    height: auto;
    padding: 0px 10%;
  }

  .valley-content-bottom-wrapper {
    padding-bottom: 90px;
  }

  .morten-content-dtl {
    padding-left: 150px;
  }

  .morten-content-header-bird {
    margin-bottom: 1em;
  }

  .mind-yoga-out {
    width: 45%;
    top: -195px;
  }

  .yoga-complete {
    width: 100%;
  }

}


@media (max-width:992px) {
  .d-container {
    padding: 0px 3%;
  }

  .banner-wrap {
    height: auto;
  }

  .valley-content-wrapper {
    position: inherit;
  }

  .valley-container {
    display: block;
  }

  .morten-outer {
    background: none;
    padding-top: 40px;
  }

  .mind-content-out {
    background: none;
    padding: 0px;
  }

  .mind-yoga-out {
    position: inherit;
    top: unset;
    mix-blend-mode: multiply;
    text-align: center;
  }

  .mind-yoga-out img {
    max-width: 100%;
  }

  .bless-koduva {
    display: none;
  }

  .line-for {
    display: none;
  }

  .valley-bottom-container .logo-section {
    display: none;
  }

  .footer-bottom-wrap {
    position: relative;
    margin-top: -2em;
  }

  .experience-outer {
    background: none;
  }

  .footer-top {
    position: inherit;
  }

  /*.footer-bottom-wrap{ margin-top: 3em;}*/
  .vertical-line {
    display: none;
  }

  .logo-container {
    top: 15px;
  }

  .blessing-container {
    margin-top: 60px;
  }

  .morten-title-top {
    text-align: center;
  }

  .valley-title {
    text-align: center;
  }

  p {
    text-align: center;
  }

  .morten-title-main {
    text-align: center;
  }

  .bless-mid-content {
    text-align: center;
    line-height: 1.5;
    font-size: 1.25em;
  }

  .experience-outer {
    margin-top: 20px;
  }

  .experience-outer p {
    padding: 20px 0px;
  }

  .dark-banner::before {
    display: none;
  }

  .dark-banner::after {
    display: none;
  }

  .pill {
    background-size: 100% 100%;
  }

  .background-art {
    display: none;
  }

  .banner-bird {
    position: inherit;
    top: inherit;
  }

  .desk-view {
    display: none;
  }

  .mob-view {
    display: block;
  }

  .mind-for {
    margin-top: 40px;
  }

  .footer-wraper img {
    mix-blend-mode: unset;
    opacity: 1;
    filter: none
  }

  .quote-container-right {
    text-align: left;
    margin-top: 1em;
    font-size: 1.75em;
  }

  .brand-logo img {
    width: 150px;
  }

  .place-book-container {
    padding-top: 40px;
  }

  .bless-main-bg {
    display: none;
  }

  #butterfly-left,
  #butterfly-right {
    width: 50px;
  }

}


@media (max-width: 992px) {
  .d-container {
    padding: 0 5%;
  }

  .valley-content-top,
  .valley-bottom-container {
    flex-direction: column;
    text-align: center;
  }

  .valley-content-wrapper,
  .valley-content-bottom-wrapper {
    position: relative;
    padding-bottom: 0px;
  }

  .valley-content-wrapper {
    background: url('../images/valley-mob-bg.jpg') no-repeat left bottom;
    background-size: contain;
    background-position: left bottom -1em;
  }

  .morten-sec {
    flex-direction: column;
  }

  .morten-pic,
  .morten-content {
    width: 100%;
    margin-left: 0;
    float: none;
  }

  .morten-content-dtl {
    padding-left: 0;
    width: 100%;
    text-align: center;
  }

  .dark-banner {
    padding: 40px 20px;
  }

  .mind-content-out p {
    width: 100%;
  }

  .mind-content-out {
    min-height: inherit;
  }
}

@media (max-width: 768px) {

  .valley-title,
  .morten-title-main {
    font-size: 2em;
  }

  .logo-section {
    font-size: 2em;
    flex-direction: column;
  }

  .pill {
    padding: 0 20px;
    line-height: 60px;
  }

  .content-right {
    width: 100%;
    height: auto;
    margin-top: 10px;
  }

  .quote-box {
    position: relative;
    left: 0;
    bottom: 0;
    max-width: 100%;
    text-align: center;
    top: inherit;
    opacity: 0.8 !important;
    font-size: 1.125em;
  }

  .bird,
  .place-top-right-bird,
  .place-top-left-bird,
  .place-bottom-bird {
    display: none;
  }

  .swan,
  .bless-koduva,
  .bless-mid {
    width: 48%;
  }

  .boomerang-subtext {
    bottom: 2em;
    top: inherit;
    left: 8%;
    max-width: 153px;
  }

  .morten-content-header-bird {
    display: none;
  }

  .place-head-title {
    font-size: 2em;
  }

  .quote-container {
    font-size: 2em;
  }


}

@media (max-width: 480px) {
  body {
    font-size: 14px;
  }

  .main-text {
    font-size: 0.9rem;
  }

  .echo-button {
    padding: 10px 20px;
    font-size: 1em;
    white-space: nowrap;

  }

  .echo-button::before,
  .echo-button::after {
    display: none;
  }
}

@media (max-width:420px) {
  .copy-right span {
    display: none;
  }

  .write-text {
    font-size: 1em;
  }

  .valley-content-wrapper {
    background-position: left bottom -1em;
  }

  .boomerang-subtext {
    max-width: 148px;
  }
}

@media (min-width:421px) and (max-width:460px) {
  .copy-right span {
    display: none;
  }

  .valley-content-wrapper {
    background-position: left bottom -1em;
  }
}

@media (min-width:461px) and (max-width:560px) {
  .valley-content-wrapper {
    background-position: left bottom -1em;
  }

  .boomerang-subtext {
    max-width: 154px;
  }
}

@media (min-width:561px) and (max-width:680px) {
  .valley-content-wrapper {
    background-position: left bottom -1em;
  }

  .boomerang-subtext {
    max-width: 154px;
  }

}

@media (min-width:681px) and (max-width: 768px) {
  .valley-content-wrapper {
    background-position: left bottom -1em;
  }
}