* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: var(--avenir-lightfont);
  position: relative;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

li,
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* body , html {
  overflow-x: hidden;
} */
img {
  width: 100%;
  display: block;
}

@font-face {
  font-family: avenir-roman;
  src: url(../fonts/avenir_roman_12.otf);
}

@font-face {
  font-family: avenir-regular;
  src: url(../fonts/Avenir-Regular.otf);
}

@font-face {
  font-family: avenir-heavybold;
  src: url(../fonts/Avenir-Heavy.otf);
}

@font-face {
  font-family: avenir-lightfont;
  src: url(../fonts/AvenirLTW05-35Light.woff2);
}

@font-face {
  font-family: avenir-black;
  src: url(../fonts/AvenirLTStd-Black.otf);
}

@font-face {
  font-family: lulo-clean-one-bold;
  src: url(../fonts/Lulo_Clean_W01_One_Bold.otf);
}

@font-face {
  font-family: "Futura-Light";
  src: url("../fonts/Futura-LT-W01-Book.otf");
}

@font-face {
  font-family: "Helvetica-Light";
  src: url("../fonts/Helvetica-W01-Light.otf");
}

@font-face {
  font-family: "Helvetica-Medium";
  src: url("../fonts/HelveticaNeue-Medium.otf");
}

:root {
  --avenir-heavybold: avenir-heavybold;
  --avenir-regular: avenir-regular;
  --avenir-lightfont: avenir-lightfont;
  --avenir-black: avenir-black;
  --avenir-roman: avenir-rom --Helvetica: Helvetica-Light;
}

.header h6 {
  margin: 0 0 4px 14px;
  font-weight: bold;
  line-height: 1.2;
  font-family: var(--avenir-regular);
}

.container {
  width: 100%;
  max-width: 990px;
  margin: auto;
  padding: 0 14px;
}

.theme-color {
  color: #181818;
}

.header-title {
  font-size: 24px;
  font-weight: 500;
}

header {
  margin-top: 40px;
  position: relative;
}

.header .info-header {
  position: absolute;
  top: 0;
  left: 16%;
}

.menu {
  display: flex;
}

.menu>li {
  font-size: 14px;
  position: relative;
  padding: 7px 14px;
}

.menu>li a.active {
  color: #165c6b;
}

.menu>li a b {
  font-weight: 100;
}

.menu>li a {
  color: #181818;
  text-decoration: none;
  font-family: var(--avenir-lightfont);
  letter-spacing: 0.6px;
  font-weight: 100;
}

.menu>li a:hover,
.submenu li a:hover {
  color: #165c6b;
}

.submenu {
  display: none;
  background-color: white;
  padding: 12px;
  position: absolute;
  top: 31px;
  left: 0;
  width: fit-content;
  height: auto;
  transition: 0.9s all ease-in-out;
  white-space: nowrap;
  z-index: 10;
}

.menu li:hover .submenu {
  display: block;
}

.text-heading h2 {
  font-size: 60px;
  text-align: center;
  font-family: var(--avenir-roman);
  margin-bottom: 15px;
}

.heading-text h2 {
  font-size: 88px;
  font-weight: bold;
  margin: 20px 0 24px 0;
  line-height: 1;
  text-align: center;
}

.item {
  margin-bottom: 15px;
  position: relative;
}

.item-image {
  position: relative;
  max-width: 990px;
  width: 100%;
  cursor: pointer;
}

.item-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.item-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  background-color: rgba(42, 40, 40, 0.427);
  transition: 0.3s;
}

.item-image:hover::before {
  opacity: 1;
}

.item h2 {
  font-size: 22px;
  text-align: center;
  font-family: "Futura-Light";
  font-weight: 100;
  /* max-width: 305px;
  width: 100%; */
  margin: 0px auto 70px auto;
  color: #181818;
  letter-spacing: 0.9px;
  line-height: normal;
}
.modal-image-title{
  width: 100%;
  padding-right: 20px;
  gap: 10px ;
}
.modal-image-title small {
  font-size: 14px;
  color: #165c6b;
}
.items-1 {
  display: flex;
  align-items: center;
}
.submenu li {
  padding: 4px 0;
}

.item p {
  display: none;
}

.mob-menu {
  display: none;
}

.page-heading {
  display: none;
  font-size: 19px;
  font-family: var(--avenir-regular);
  color: #181818;
  margin: 26px 0 10px;
}

/* --------------------------------------  */
.modal {
  position: fixed;
  z-index: 5;
  background-color: rgba(117, 117, 117, 0.75);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
}

.modal.open {
  display: block;
}

.modal-content {
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 5px 14px 0 rgba(32, 32, 32, 0.75);
  -moz-box-shadow: 0 5px 14px 0 rgba(32, 32, 32, 0.75);
  box-shadow: 0 5px 14px 0 rgba(32, 32, 32, 0.75);
  margin: auto;
  width: 100vw;
  height: 100vh;
  position: relative;
  font-size: 12px;
  line-height: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-header {
  display: flex;
  justify-content: center;
}

.modal-body {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 35px;
  gap: 40px;
}

.modal-body h4 {
  color: #181818;
  font-size: 40px;
  margin-bottom: 40px;
  font-weight: 900;
  line-height: 47px;
  font-family: var(--avenir-heavybold);
}

.modal-body p {
  color: #181818;
  font-size: 20px;
  font-weight: 100;
  line-height: 26px;
}

.modal-body .main-space {
  padding: 0 35px;
  max-width: 412px;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.description-main {
  height: 600px;
  word-wrap: break-word;
  overflow-y: auto;
}

.closefullscreen-icon {
  position: absolute;
  top: 35px;
  right: 100px;
  cursor: pointer;
  z-index: 999;
}

.modal-close {
  position: absolute;
  top: 50px;
  height: 26px;
  width: 26px;
  right: 60px;
  z-index: 999;
  cursor: pointer;
}

.fullscreen-icon {
  position: absolute;
  top: 50px;
  height: 26px;
  width: 26px;
  left: 45px;
  cursor: pointer;
  top: 35px;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content-image {
  max-width: 63%;
  width: 100%;
}

.modal-body p {
  margin-bottom: 30px;
}

/* toggle css  */
.toggle-wrap,
.aside {
  display: none;
}

.full-body-show .main-space {
  display: none;
}

.full-body-show .content-image {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  max-width: 100%;
  width: 100vw;
}

.full-body-show .fullscreen-icon,
.closefullscreen-icon {
  background: rgba(255, 255, 255, 1);
  border-radius: 50%;
  /* height: 60px; */
  opacity: 0.4;
  padding: 20px;
}

.full-body-show .modal-close {
  display: none;
}

.closefullscreen-icon {
  display: none;
}

.full-body-show .closefullscreen-icon {
  display: block;
}

.custom-scroll::-webkit-scrollbar {
  width: 2px;
}

/* Track */
.custom-scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.custom-scroll::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.custom-scroll::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.item p {
  margin-bottom: 30px;
}

body.full-body {
  overflow: hidden;
}

.full-body-show .closefullscreen-icon {
  right: 10px;
  top: 10px;
}

.full-body-show .fullscreen-icon {
  left: 10px;
  top: 10px;
}

.full-body-show .fullscreen-icon-one {
  display: none;
}

.fullscreen-icon-two {
  display: none;
  width: 24px;
  height: 24px;
}

.full-body-show .fullscreen-icon-two {
  display: block;
}

/* more button add  */
.image-title {
  align-items: center;
  display: flex;
  margin-top: 10px;
  margin-bottom: 23px;
  gap: 16px;
  justify-content: space-between;
}

.item h2 {
  margin: 0;
  text-align: left;
  /* max-width: 100%; */
}

.read-more-btn,
.video-btn {
  padding: 5px 16px;
  cursor: pointer;
}

.modal-open.active.item p {
  color: #000;
  margin-bottom: 0;
  display: block;
}

.item.active {
  padding-bottom: 30px;
  margin: 0;
}

:empty {
  margin: 0;
  padding: 0;
}

/* Artistic Projects page css start */
.gallery-content {
  max-width: 720px;
  width: 100%;
  margin: 10px auto;
}

.gallery-content .gallery-item img {
  display: block;
  width: 100%;
}

.gallery-content .gallery-item h2 {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  padding: 15px 0 40px;
  color: #181818;
  font-family: 'Helvetica-Medium';
}

.toggle-close-class {
  display: none;
}

/* Artistic Projects page1 css end */
/* puff of wind page css start  */
.puff-of-wind-content {
  max-width: 1343px;
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 0 16px;
}

.puff-of-wind-content h2 {
  font-size: 41px;
  font-weight: 100;
  text-align: center;
  font-style: italic;
  font-family: var(--avenir-roman);
  color: #2f2f2f;
  margin-bottom: 36px;
  margin-top: 54px;
}

.puff-of-wind-text {
  text-align: center;
  margin-top: 112px;
  font-size: 23px;
  font-weight: 700;
  font-family: var(--avenir-regular);
  line-height: 1.22;
}

.puff-of-wind-text p:nth-child(1),
.puff-of-wind-text p:nth-child(2) {
  font-style: italic;
  margin-bottom: 28px;
}

.puff-of-wind-text p:nth-child(6) {
  margin-bottom: 28px;
}

.puff-of-wind-text p:nth-child(9) {
  margin-bottom: 98px;
}

.wixui-rich-text {
  max-width: 348px;
  margin: 0 auto;
  width: 100%;
  text-align: start;
}

.wixui-rich-text p {
  margin: 0 !important;
  font-size: 25px;
}

.wixui-rich-text p:nth-child(5) {
  margin-top: 28px !important;
  font-size: 15px;
}

.metaphor-text h2 {
  margin-top: 120px;
  font-style: normal;
  font-family: var(--avenir-heavybold);
  font-size: 24px;
  margin-bottom: 48px;
}

.puff-of-wind-text .metaphor-text p {
  font-family: var(--avenir-lightfont);
  font-size: 23px;
  font-style: normal;
  text-align: start;
  margin: 0 auto 28px;
  max-width: 931px;
  width: 100%;
  font-weight: 100;
}

/* .puff-of-wind-img{
  border-radius: 8px;
} */
.puff-of-wind-text {
  margin-bottom: 134px;
}

.view-garden-content {
  max-width: 806px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  font-family: lulo-clean-one-bold;
  text-transform: uppercase;
  margin-bottom: 96px;
}

.view-garden-content h3 {
  font-size: 20px;
  margin-bottom: 16px;
}

.view-garden-content h4 {
  font-size: 10px;
  margin-bottom: 54px;
}

.puff-of-wind-slider .owl-nav button i {
  text-shadow: 3px 3px 6px rgba(132, 132, 132, .51);
  color: #fff;
  font-size: 30px;
}

.puff-of-wind-slider .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}

.puff-of-wind-slider .owl-nav button.owl-prev {
  left: 3%;
  transition: all 0.5s ease-in;
}

.puff-of-wind-slider .owl-nav button.owl-prev:hover {
  left: 2%;
}

.puff-of-wind-slider .owl-nav button.owl-next:hover {
  right: 2%;
}

.puff-of-wind-slider .owl-nav button.owl-next {
  right: 3%;
  transition: all 0.5s ease-in;
}

.fabrication-2 h3 {
  color: #2B689C;
}

.fabrication-2 h4 {
  color: #3D9BE9;
  font-size: 10px;
}

.installation h3 {
  font-size: 40px;
  margin-bottom: 40px;
  color: #2B689C;
}

.puff-of-wind-video-content {
  margin: 20px auto 0;
  max-width: 940px;
  width: 100%;
}

.puff-of-wind-video-header p {
  font-size: 18px;
  font-family: var(--avenir-lightfont);
  line-height: 1.8;
}

.puff-of-wind-video-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.search-video-input {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 10px;
  max-width: 940px;
  margin: 15px auto;
  justify-content: space-between;
}

.search-video-input.active {
  background: rgba(24, 24, 24, 0.1);
}

.search-video-input input {
  color: #181818;
  background: transparent;
  border: 0;
  outline: none;
  width: 100%;
}

.search-icon {
  gap: 10px;
  display: flex;
  align-items: center;
  width: 100%;
}

.search-video-input img {
  width: 14px;
}

.social-icon img {
  padding: 0 20px;
  cursor: pointer;
}

.social-icon .info-icon {
  width: 56px;
}

.social-icon .share {
  border-right: 2px solid rgba(24, 24, 24, 0.2);
}

.puff-wind-video-img {
  position: relative;
  background: rgba(0, 0, 0, 0.35);
}

.puff-wind-video-img button {
  color: rgb(255, 255, 255);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  background: rgb(24, 24, 24);
  border: 0;
  padding: 8px 30px;
  cursor: pointer;
}

.puff-wind-video-img h3 {
  font-size: 50px;
  color: #fff;
  margin-bottom: 36px;
  text-align: center;
}

.puff-wind-img-content {
  position: absolute;
  width: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.35);
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.puff-wind-video-img button img {
  width: 24px;
}

.social-icon {
  display: flex;
  align-items: center;
}

.puff-of-wind-footer1,
.puff-of-wind-footer2,
.puff-of-wind-footer3 {
  font-size: 20px;
  text-transform: uppercase;
  color: #2B689C;
  padding-bottom: 15px;
  font-weight: 1000;
  text-align: center;
  font-family: 'lulo-clean-one-bold';
}

.puff-of-wind-footer2 {
  font-size: 17px;
  color: #3D9BE9;
}

.puff-of-wind-footer3 {
  font-size: 11px;
  padding-bottom: 64px;
  color: #3D9BE9;
  letter-spacing: 0.3px;
  font-weight: 400;
}

.puff-wind-search-videos {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  max-width: 940px;
  margin: 0 auto;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.puff-wind-search-video-layer-1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, .4);
  opacity: 0;
}

.puff-wind-search-video-layer-1:hover {
  opacity: 1;
}

.puff-wind-search-info {
  padding: 10px;
  color: rgba(255, 255, 255, 0.8);
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  cursor: pointer;
}

.owl-carousel .owl-item img.puff-of-wind-img {
  border-radius: 6px;
  object-fit: cover;
}

.puff-wind-search-info img {
  max-width: 37px;
  margin: 0 auto;
}

.search-video-input.active img.close {
  display: block;
}

.search-video-input img.close {
  display: none;
}

.puff-wind-search-videos .owl-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.puff-wind-search-videos .owl-nav button {
  display: flex;
  align-items: center;
  gap: 13px;
}

.puff-wind-search-videos .owl-nav button.disabled {
  opacity: 0;
}

/* puff of wind page css end */
/* covid-19 memorial page css start */
.three-dot {
  padding: 11px 26px;
  cursor: pointer;
  color: #fff;
  height: 39px;
  text-align: end;
  position: relative;
  z-index: 9;
  display: none;
}

.three-dot.icon-add .ellipsis {
  display: none;
}

.three-dot .icons {
  display: none;
}

.three-dot .ellipsis {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.three-dot.icon-add .border-left {
  border-left: 1px solid rgb(128, 127, 127);
  height: 24px;
}

.three-dot.icon-add .icons {
  display: flex;
  cursor: pointer;
}

.three-dot i {
  line-height: 1;
}

.covid-19-main {
  margin-top: 20px;
  position: relative;
  background: #000;
}

.covid-19-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.35);
}

.covid-19-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.covid-19-image {
  width: 100%;
  height: 100%;
}

.covid-19-info h3 {
  color: #fff;
  font-size: 58px;
  padding-bottom: 25px;
}

.covid-19-playbtn img {
  width: 35px;
  display: inline-block;
  margin-right: 11px;
}

.covid-19-playbtn span {
  color: #fff;
  font-size: 18px;
  border-bottom: 2px solid;
}

.covid-19-playbtn {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.covid-19-playbtn:hover {
  color: rgba(255, 255, 255, 0.4);
}

.covid-19-video {
  text-align: center;
  position: absolute;
  bottom: 72px;
  width: 100%;
}

.covid-19-video button {
  background-color: transparent;
  border: 0.5px solid #fff;
  color: white;
  cursor: pointer;
  padding: 12px 24px;
  font-size: 20px;
  font-weight: lighter;
  display: inline;
}

.covid-19-video img {
  width: 14px;
  display: inline-block;
  margin-left: 11px;
}

.covid-para1 {
  padding-top: 48px;
}

.covid-19-para {
  max-width: 947px;
  width: 100%;
  margin: 0px auto 31px;
  font-size: 16px;
  text-align: left;
}

.covid-19-allImage {
  display: inline-block;
  margin: 0px auto;
  padding-bottom: 40px;
}

.covid-19-singleimage {
  margin-bottom: 27px;
}

.covid-19-all {
  text-align: center;
}

/* covid-19 memorial page css end */
/* Sculputural Garden page css start */
.Sculpture-Garden {
  position: relative;
  max-width: 634px;
  width: 100%;
  margin-bottom: 80px;
  cursor: pointer;
  overflow: hidden;
  display: none;
}

.sculptural-garden-items {
  max-width: 767px;
  padding: 30px 20px 0;
  width: 100%;
  margin: 0 auto;
  display: none;
}

.garden-items img {
  margin-bottom: 11px;
}

.garden-items {
  margin-bottom: 22px;
}

.garden-items p {
  line-height: 19.5px;
  font-size: 13px;
  font-family: var(--avenir-lightfont);
}

.garden-items h2 {
  margin-bottom: 11px;
  font-size: 20px;
}

.sculptural-garden-items {
  font-size: 13px;
}

.garden_layer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.35);
  opacity: 0;
  transition: 0.5s;
}

.garden_info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #f1f1f1;
  height: 100%;
  transition: .3s;
  opacity: 0;
  transform: translateY(3%);
}

.garden_info h3 {
  padding-bottom: 14px;
  font-size: 18px;
}

.garden-19-playbtn {
  display: flex;
  align-items: center;
}

.garden-19-playbtn img {
  width: 28px;
  height: 28px;
}

.garden-19-playbtn span {
  margin-left: 11px;
  font-size: 14px;
  border-bottom: 1.5px solid;
  font-weight: 600;
}

.Sculpture-Garden:hover .garden_layer {
  opacity: 1;
}

.Sculpture-Garden:hover .garden_info {
  transform: translateY(0%);
  opacity: 1;
}

.Sculpture-Garden.active {
  display: block;
}

.images .share-node {
  padding-right: 20px;
  color: white;
}

.share-node .fa-solid {
  font-weight: 600;
}

.covid-19-video .images {
  display: none;
}

.images.active {
  display: block;
}

.images .info {
  padding: 0px 20px;
  border-right: 1px solid white;
  border-left: 1px solid white;
  color: white;
}

.images .xmark {
  padding-left: 20px;
  color: white;
}

.covid-allVideo {
  display: block;
}

.covid-allVideo.active {
  display: none;
}

.images .search-video-input {
  padding: 10px;
  max-width: 146px;
  width: 100%;
  margin: 0px;
  border-bottom: 1px solid white;
  color: white;
}

.images .search-video-input.active {
  max-width: 1795px;
  background-color: transparent;
}

.close-btn {
  display: none;
}

.images .search-video-input.active .close-btn {
  display: block;
  cursor: pointer;
}

.covid-close.active {
  display: none;
}

.images .search-video-input input {
  color: white;
  background: transparent;
  border: 0;
  outline: none;
  width: 100%;
}

.images .search-video-input input::placeholder {
  color: white;
}

.images .search-icon {
  gap: 10px;
  display: flex;
  align-items: center;
  width: 100%;
}

.images .search-video-input img {
  width: 14px;
}

.covid-19-images {
  display: grid;
  flex-direction: row;
  max-width: 1795px;
  margin: 0 auto;
  align-items: center;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row dense;
  padding: 0 16px;
}

.covid-19-images.active {
  grid-template-columns: 1fr;
}

.covid-close span {
  cursor: pointer;
}

.covid-19-garden {
  margin-bottom: 0px;
}

/* Sculputural Garden page css end */
/* sassn jose proposal page css start */
.proposal-overlay {
  width: 100%;
  height: 700px;
  background-color: #000;
}

.proposal-content-text p {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 100;
  font-family: var(--avenir-lightfont);
  color: #181818;
}

.proposal-content-text p:nth-child(1) {
  margin-bottom: 30px;
}

.proposal-content-text p:nth-child(4) {
  margin-bottom: 30px;
}

.proposal-content-text p:nth-child(5) {
  margin-bottom: 24px;
}

.proposal-content-text p:nth-child(3) {
  margin-bottom: 20px;
}

.proposal-content-body {
  max-width: 979px;
  padding: 0 16px;
  margin: 30px auto;
}

.proposal-title {
  font-size: 48px;
  margin: 24px 0 27px;
  font-family: var(--avenir-heavybold);
  text-align: center;
  line-height: 1.25;
}

.proposal-gellery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 21px;
}

.post-gallery-content {
  max-width: calc(967px + 32px);
  width: 100%;
  padding: 0 16px;
  margin: 0 auto;
}

.one {
  grid-column: span 3 / span 3;
}

.two {
  grid-column: span 2 / span 2;
  grid-row: span 2 / span 2;
}

.four {
  grid-column: span 1 / span 1;
}

.image1 {
  grid-row: span 1 / span 1;
}

.row-image {
  grid-row: span 1 / span 1;
}

.heart-shape {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 11;
  opacity: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.heart-shape svg path {
  fill: none;
  stroke: #fff;
}

.heart-shape.heart-fill svg path {
  fill: red;
  stroke: none;
}

.overlay-hover {
  position: relative;
  transition: all .5s ease-in-out;
  margin-bottom: 0 !important;
}

.overlay-hover:hover .heart-shape {
  opacity: 1;
}

.overlay-hover img {
  width: 100%;
  height: 100%;
}

.overlay-hover:hover::after {
  opacity: 1;
}

.overlay-hover::after {
  background: rgba(81, 81, 81, 0.6);
  position: absolute;
  transition: all .5s ease-in-out;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0;
  inset: 0;
}

.post-gallery-content p {
  font-size: 22px;
  line-height: 1.3;
  font-family: var(--avenir-heavybold);
  font-weight: 700;
  margin-bottom: 50px;
}

/* san jose proposal page css end */
/* crescent city page css start */
.vidio-frame-content {
  max-width: calc(967px + 32px);
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

.video-frame iframe {
  margin-bottom: 25px;
}

.video-frame p {
  font-size: 20px;
  font-family: var(--avenir-lightfont);
  margin-bottom: 36px;
}

.video-frame a {
  text-decoration: underline;
  margin-bottom: 29px;
  display: block;
  color: #181818;
  font-size: 20px;
  font-family: var(--avenir-lightfont);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.video-content p {
  margin-bottom: 30px;
}

/* crescent city page css end */
/* Integrated Architectural Works page css start */
.steel-henge {
  max-width: 1748px;
  width: 100%;
  padding: 0 16px;
  margin: 17px auto 0;
}

.architectural-body .header {
  margin-top: 0;
}

.examples-see {
  display: none;
}

.steel-henge p {
  border: 1px solid #181818;
  font-size: 16px;
  text-align: center;
  padding: 12px;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}

.steel-henge p:hover {
  background: #181818;
  color: #fff;
}

.steelhenge-img {
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding: 20px 0 25px;
}

.steelhenge-content {
  max-width: 1056px;
  margin: 0 auto;
  width: 100%;
  padding: 0 16px;
}

.steelhenge-text {
  padding: 0 30px;
}

.steelhenge-text p {
  font-size: 18px;
  color: #181818;
  margin-bottom: 22px;
}

.steelhenge-text p span {
  color: #BADA55;
  font-size: 24px;
  font-weight: 700;
  font-style: italic;
}

.ribbon-content {
  text-align: center;
}

.ribbon-content p {
  margin: 25px 0;
  font-size: 20px;
}

.piano-content {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  padding-bottom: 24px;
  gap: 20px;
}

.piano-image {
  grid-column: span 2 / span 2;
}

.piano-text p {
  font-size: 18px;
  margin-bottom: 22px;
}

.piano-text p span {
  background: #BADA55;
  font-size: 22px;
}

.ode-to-joy p {
  font-size: 16px;
}

.ode-to-joy .piano-image img {
  margin-bottom: 3px;
}

.piano-text .green-text {
  color: #BADA55;
  font-style: italic;
  font-size: 20px;
  margin-bottom: 72px;
}

.red-text {
  margin-top: 72px;
  color: #8B0000;
}

.red-text p {
  margin-bottom: 24px;
  font-size: 20px;
}

.red-text ul li {
  padding-bottom: 18px;
  font-size: 20px;
  list-style: disc inside;
}

.architectural-body .header .header-title {
  opacity: 0;
}

.piano-text h2 {
  font-size: 24px;
  display: none;
  margin-bottom: 10px;
  font-family: var(--avenir-heavybold);
}

/* Integrated Architectural Works page css end */
/* purchase page css start  */
.purchase-body-content {
  max-width: 989px;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

.artist-button a {
  padding: 15px;
  border: 1px solid #000;
  display: inline-block;
  color: #181818;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.artist-button {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: end;
  margin-top: 24px;
}

.purchase-content {
  margin-top: 72px;
}

.enquire-content p,
.purchase-content p {
  font-size: 20px;
  margin-bottom: 24px;
}

.enquire-content p span {
  color: rgb(22, 92, 107);
  text-decoration: underline;
  font-family: var(--avenir-heavybold);
}

.enquire-content {
  margin: 96px 0;
}

.enquire-content button {
  background-color: rgba(22, 92, 107, 0.8);
  color: #fff;
  border: 0;
  box-shadow: rgba(0, 0, 0, 0.6) -0.73px -0.68px 4px 0px;
  padding: 6px 9px;
  cursor: pointer;
}

/* purchase page css end */
/* blog page css start */
.blog-body {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.blog-left {
  grid-column: span 2 / span 2;
}

.blog-1 {
  max-width: 560px;
  width: 100%;
  display: block;
}

.blog-text {
  padding: 28px 24px 25px;
}

.blog-text h2 {
  font-size: 32px;
  font-family: var(--avenir-heavybold);
  line-height: 1.23;
  color: #181818;
  margin-bottom: 10px;
}

.blog-text p {
  font-size: 16px;
  color: #181818;
}

.posts-content {
  border-bottom: 1px solid #181818;
  padding-bottom: 12px;
  font-size: 20px;
  margin-bottom: 24px;
}

.recent-post p {
  font-size: 20px;
  color: #181818;
}

.recent-post {
  gap: 12px;
  display: flex;
  align-items: center;
  padding: 12px;
}

.recent-post-content {
  margin-bottom: 10px;
}

.date:hover {
  background: rgba(230, 230, 230, 0.75);
}

.date {
  font-size: 16px;
  color: #181818;
  font-style: italic;
  margin-bottom: 10px;
  line-height: 1.5;
  display: block;
}

.post-tags {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  font-size: 14px;
}

.post-tags a {
  color: #181818;
}

/* blog page css end */
/* modal css start */

.share-modal .share-modal-body {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 484px;
  max-width: 844px;
  width: 100%;
  background-color: rgba(0, 0, 0, 1);
  display: none;
  padding: 25px;
}

.share-video-modal .share-modal-body {
  background-color: #fff;
  height: 300px;
}

.share-modal .share-modal-close-icon,
.sculpture-garden-modal .close,
.share-modal-body .share-close-icon {
  width: 17px;
  height: 17px;
  position: absolute;
  top: 25px;
  right: 25px;
  cursor: pointer;
  z-index: 9;
}

.modal-overlay,
.info-modal-overlay,
.share-modal-overlay,
.share-video-modal-overlay {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  display: none;
}

.share-video-modal-overlay {
  display: none;
}

.share-social-icon {
  display: flex;
  align-items: center;
  margin-top: 20px;
  gap: 40px;
  justify-content: center;
  width: 100%;
}

.share-social-icon img {
  max-width: 24px;
  width: 100%;
}

.share-modal-content select {
  background-color: rgba(77, 77, 77, 0.8);
  color: #ebebeb;
  padding: 0 30px 0 15px;
  transition: background-color .3s ease;
  border: 0;
  height: 34px;
  border-radius: 2px;
  font-size: 14px;
  background: url(../images/angle-down.png) no-repeat right rgba(77, 77, 77, 0.8);
  -webkit-appearance: none;
  background-position-x: 145px;
  max-width: 168px;
  width: 100%;
}

.share-modal-content p {
  font-size: 30px;
  margin-bottom: 20px;
}

.share-modal-content {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

body.modal-active {
  overflow: hidden;
  /* height: 100vh; */
}

.sculpture-garden-body,
.share-modal-body {
  position: absolute;
  top: 50%;
  overflow: auto;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 410px;
  max-width: 624px;
  width: 100%;
  background-color: rgb(255, 255, 255);
  display: none;
  z-index: 99;
}

.modal-body-img {
  position: relative;
  height: 245px;
}

.modal-body-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modal-body-content {
  padding: 40px 50px;
  text-align: center;
}

.modal-body-content h2 {
  margin-bottom: 22px;
  font-size: 30px;
}

.modal-body-content p {
  font-size: 20px;
}

/* modal css end */
.contact-sec {
  display: none;
  color: #181818;
  margin-top: 30px;
  text-align: left;
}

.contact-sec h3 {
  font-size: 20px;
  font-family: var(--avenir-heavybold);
  line-height: 1.2;
}

.contact-sec h4 {
  line-height: 26px;
  font-size: 18px;
  font-family: var(--avenir-lightfont);
  margin-bottom: 20px;
  font-weight: 100;
}

.contact-sec a {
  font-size: 18px;
  font-family: var(--avenir-lightfont);
  margin-bottom: 20px;
  color: #181818;
  display: inline;
  text-decoration: underline;
}

/* gellery modal css start */
.gallery-modal-content {
  width: 100%;
  background: #fff;
  margin: auto;
  height: 100vh;
  position: relative;
  padding: 32px 36px 40px 40px;
  font-size: 12px;
  overflow: auto;
  line-height: 17px;
}

.gallery-modal-content .heart-shape {
  position: relative;
  opacity: 1;
  inset: 0;
  height: auto;
}

.gallery-modal-content .heart-shape svg path {
  stroke: #181818;
}

.gallery-modal-content .heart-shape.heart-fill svg path {
  stroke: none;
}

.fullscreen img {
  margin-right: 62px;
}

.galler-modal-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  justify-content: space-between;
  width: 100%;
}

.fullscreen {
  display: flex;
  align-items: start;
}

.galler-modal-header img {
  width: 26px;
  cursor: pointer;
}

.galler-modal-slider {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.galler-modal-slider .puff-of-wind-slider {
  grid-column: span 2 / span 2;
}

#lightbox {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s;
}

#lightbox figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.lightbox-image {
  width: 100%;
  max-width: calc(100% - 90px);
  height: calc(100vh - 120px);
  transition: opacity 0.5s;
  object-fit: contain;
}

#lightbox-caption {
  text-align: left;
  color: rgba(24, 24, 24, 1);
  font-family: avenir-regular;
  font-size: 40px;
  font-weight: 700;
  margin-top: 60px;
  line-height: 1.3;
}

#prev,
#next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 10px;
  padding-left: 0;
}

#lightbox #next {
  right: 0;
  padding-left: 10px;
  padding-right: 0;
}

.lightbox-caption-img {
  display: flex;
}

.lightbox-img {
  position: relative;
  max-width: 1024px;
  width: 100%;
}

.arrow-left {
  width: 24px;
  height: 24px;
  display: none;
}

/* gellery modal css end */
/* video modal css start */
.video-modal-overlay {
  background: #000;
  position: fixed;
  inset: 0;
  overflow: auto;
  width: 100%;
  height: 100%;
}

.video-modal-body .close,
.share-close-icon ,.close-modal {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.video-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
}

.covid-video-modal {
  display: grid;
  color: #fff;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 32px 60px;
  gap: 32px;
  max-width: 1420px;
  height: 85vh;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}

.covid-19-main video {
  display: none;
}
.mb-covid-19-playbtn{
  display: none;
}
.covid-play-btn{
  display: flex;
}
.covid-video-content {
  margin-top: -254px;
}
body.video-active{
  overflow: hidden;
}
.covid-video {
  grid-column: span 2 / span 2;
  padding-bottom: 30px;
}

.video-share-info-btn {
  display: flex;
  gap: 16px;
  align-items: center;
}

.video-share-info-btn p {
  border-left: 1px solid #fff;
  height: 24px;
}

.covid-video-content h2 {
  font-size: 24px;
  margin-bottom: 24px;
}

.covid-video-play img , .gellery-video-play img{
  width: 40px;
  height: 40px;
}

.covid-19-video-overlay {
  position: relative;
}

.covid-19-video-overlay .covid-19-content .covid-video-play , .gellery-video-play {
  display: flex;
  margin-top: 12px;
  gap: 10px;
  align-items: center;
  color: #fff;
  justify-content: center;
}

.covid-19-video-overlay .covid-19-content {
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
  left: 50%;
  z-index: 9;
  transform: translate(-50%, -50%);
}

.covid-19-video-overlay::after {
  content: '';
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.covid-video video {
  display: none;
}

.video-open.covid-video video {
  display: block;
}

.video-open.covid-video .covid-19-video-overlay {
  display: none;
}
.video-modal.highlight {
  display: block;
}

.video-modal {
  display: none;
}

/* video modal css end */
.puff-of-wind-video-content {
  display: none;
}

.puff-of-wind-video-content.active {
  display: block;
}

.video-loop {
  display: none;
}

.isvideo-active .video-loop {
  display: block;
}

.isvideo-active .video-image {
  display: none;
}

.isvideo-active .puff-wind-img-content {
  display: none;
}

.puff-wind-search-video.watch-video .puff-wind-search-info img {
  display: none;
}

.puff-wind-search-video.watch-video .puff-wind-search-info p {
  display: block;
  margin-bottom: 0;
  text-align: center;
  width: 100%;
}

.puff-wind-search-video .puff-wind-search-info p {
  display: none;
}

.puff-wind-search-video.watch-video .puff-wind-search-video-layer-1 {
  opacity: 1;
}

.puff-wind-search-video.watch-video .puff-wind-search-video-layer-1:hover .puff-wind-search-info :last-child {
  opacity: 0;
}

.puff-wind-search-video.watch-video .puff-wind-search-video-layer-1 span {
  opacity: 0;
}

.click-video .puff-wind-search-video-layer-1 {
  opacity: 1;
}

.click-video .puff-wind-search-info img {
  opacity: 0;
}

.click-video .puff-wind-search-video-layer-1 .puff-wind-search-info :last-child {
  opacity: 0;
}

.puff-wind-search-video-layer-1:hover .puff-wind-search-info :last-child {
  opacity: 1;
}

.puff-wind-search-video-layer-1:hover .puff-wind-search-info img {
  opacity: 1;
}

.share-video-modal {
  display: none;
}

.share-video-modal .share-modal-body .share-modal-content p {
  color: #000;
  margin: 10px 0 25px;
}

.link-copy {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  height: 40px;
  max-width: 234px;
  width: 100%;
}

.link-copy input {
  border: 0;
  padding: 0 10px;
  outline: none;
  width: 100%;
  background: transparent;
}

.link-copy .link-copy-icon {
  background: #000;
  width: 40px;
  height: 40px;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.link-copy .link-copy-icon img {
  width: 16px;
  height: 16px;
}

.share-video-modal .share-modal-content .share-social-icon img {
  -webkit-filter: invert(100%);
}

.share-video-modal .share-modal-content .share-social-icon {
  margin-top: 30px;
}

body.share-video-active {
  overflow: auto !important;
  height: 100% !important;
}

.drop-down-box {
  display: none;
}

.dropdown-open .drop-down-box {
  position: absolute;
  display: block;
  right: 0;
  background: #000;
  color: #fff;
  max-width: 200px;
  width: 100%;
  top: 38px;
  padding: 20px;
}

.dropdown-open .drop-down-box a {
  color: #fff;
}

.link-copy.full-bg input,
.link-copy.full-bg .link-copy-icon {
  display: none;
}

.link-copy.full-bg {
  background: #000;
}

.link-copy.full-bg .link-copied {
  display: flex;
}

.link-copied p {
  font-size: 12px;
  color: #fff !important;
  margin: 0 !important;
}

.link-copied {
  display: none;
  align-items: center;
  justify-self: unset;
  gap: 8px;
  font-size: 12px;
}

.modal-box.highlight,
.info-modal-box.highlight {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  overflow-x: hidden;
}

.share-modal.highlight,
.sculpture-garden.highlight {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 20px 0;
  top: 20px;
}
.gallery-video-modal{
  display: none;
}
.gallery-video-modal.highlight{
  display: block;
}
.gallery-video-modal .video-modal-overlay{
  z-index: 9999;
}