.dark {
  --wht: #2a2e35;
  --blck: #ddd;
  --gray: lightgray;
  --nav-link-color: rgb(143, 143, 143);
  --square: url("none");
  --aro: none;
  --box-shadow: 0 0.5em 1em #1b1e22;
  --buttonc: var(--gray);
  --black: rgb(228, 226, 226);
  --lighterblack: #fff;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  transition: 0.2s linear;
  font-family: "Poppins", sans-serif;
}
html {
  font-size: 52.5%;
  scroll-behavior: smooth;
  scroll-padding-block-start: 25rem;
  user-select: none;
  -webkit-user-select: none;
  --wht: #fff;
  --blck: #2a2e35;
  --gray: #555;
  --nav-link-color: #555;
  --brush: url(brushstroke.png);
  --square: url("square.png");
  --black: #111;
  --lighterblack: #222;
  --aro: flex;
  --nav-l: 100%;
  --nav-l2: 0;
  --nav-l3: 0;
  --nav-l4: 0;
  --nav-l5: 0;
  --nav-l6: 0;
  -webkit-tap-highlight-color: transparent;
  --box-shadow: rgba(100, 100, 111, 0.2) 0em 0.7rem 2rem 0em;
  --buttonc: var(--blck);
  --writing: none;
  --load-nav: none;
  --underline: none;
  --second-title: none;
  --goloader: none;
  --load-photo: none;
  --home-img: none;
}
.loadedpage {
  --writing: loadTtle 2s 5s linear forwards,
    refreshing 0.9s 0.9s linear infinite;
  --load-nav: loadNav 1.4s 5s cubic-bezier(0.175, 0.885, 0.32, 1.2) forwards;
  --underline: loadTtlline 1s 5s cubic-bezier(0.175, 0.885, 0.32, 1.1) forwards;
  --second-title: loadTtl2 1.3s 5s cubic-bezier(0.175, 0.885, 0.32, 1.1)
    forwards;
  --goloader: goload 5s linear forwards;
  --home-img: loadImg 1.5s 5s cubic-bezier(0.175, 0.885, 0.32, 1) forwards;
}
::-moz-selection {
  color: var(--wht);
  background: var(--lighterblack);
}
h1,
h2,
h3,
.heading {
  font-family: "Bodoni Moda", sans-serif;
  background: linear-gradient(
    110deg,
    #835741 2.8%,
    #f8d9bc 29.72%,
    #835741 59.87%,
    #f8d9bc 91.42%
  );
  background-clip: border-box;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
::selection {
  color: var(--wht);
  background: var(--lighterblack);
}
body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  background: var(--wht);
}
.loader {
  position: fixed;
  background: var(--blck);
  width: 100%;
  height: 100%;
  z-index: 1000;
  animation: var(--goloader);
}
.load {
  font-size: 12em;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  top: 42%;
  font-family: "Poppins", sans-serif;
  color: transparent;
  -webkit-text-stroke: 0.3rem var(--wht);
}

.loader-wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  background-color: whitesmoke;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: loading 2s 2s 1 forwards;
}

.loader-wrapper img {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.5) rotate(0deg);
  position: absolute;
  animation: rotating 5s infinite linear;
}

@keyframes rotating {
  to {
    transform: translate(-50%, -50%) scale(0.5) rotate(180deg);
  }
}

.load:before {
  content: attr(data-text);
  position: absolute;
  color: var(--wht);
  -webkit-text-stroke: 0.3rem var(--wht);
  height: 0%;
  width: 99%;
  border-bottom: 0.05em solid var(--wht);
  overflow: hidden;
  animation: loading 2s cubic-bezier(0.175, 0.885, 0.32, 1.3) infinite
    alternate-reverse;
}
/* @keyframes loading{
  0%{
    height: 10%;filter: drop-shadow(0 0 1em var(--wht));
  }
   100%{
     height: 80%;filter: drop-shadow(0 0 1em var(--wht));
   }
} */

@keyframes loading {
  0%,
  70% {
    opacity: 1;
    visibility: visible;
    display: flex;
  }

  100% {
    opacity: 0;
    visibility: hidden;
    display: none;
  }
}
@keyframes hue {
  0% {
    filter: hue-rotate(500deg);
  }
  100% {
    filter: hue-rotate(100deg);
  }
}

@keyframes goload {
  20% {
    opacity: 1;
  }
  70% {
    opacity: 0.9;
  }
  97% {
    opacity: 0;
  }
  100% {
    display: none;
    animation: none;
    visibility: hidden;
    opacity: 0;
  }
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: max-content;
  z-index: 100;
  transform: translateY(-100%);
  position: fixed;
  padding: 1rem 2rem;
  backdrop-filter: blur(2px);
  animation: var(--load-nav);
}
@keyframes loadNav {
  to {
    transform: translateY(0%);
  }
}
.logo img {
  height: 2.4em;
}

.logo {
  text-decoration: none;
  background: linear-gradient(
    90deg,
    #835741 2.8%,
    #fae2cc 29.72%,
    #835741 59.87%,
    #fae2cc 91.42%
  );
  background-clip: border-box;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2.7em;
  padding: 0.4rem;
  margin-left: 2rem;
  font-weight: medium;
  background-size: 200%;
  transition: 1.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
}
.logo:hover {
  background-position: 50% 70%;
}
.navbar ul {
  list-style: none;
  align-items: center;
  display: flex;
  justify-content: space-around;
  margin: 2rem 0.6rem;
  padding: 0;
}
.navbar ul li {
  margin: 0 2.5rem;
}
.nav-link {
  font-size: 2em;
  color: var(--nav-link-color);
  font-weight: 500;
  text-decoration: none;
  transition: 0.3s linear;
}
.nav-link:after {
  content: "";
  display: block;
  position: relative;
  top: 0.1em;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 0.1em;
  height: 0.1em;
  background: linear-gradient(
    90deg,
    #835741 2.8%,
    #fae2cc 29.72%,
    #835741 59.87%,
    #fae2cc 91.42%
  );
  transition: width 0.5s cubic-bezier(0.885, 0.175, 0.32, 1.4);
}
#link-l:after {
  width: var(--nav-l);
}
#link-l2:after {
  width: var(--nav-l2);
}
#link-l3:after {
  width: var(--nav-l3);
}
#link-l4:after {
  width: var(--nav-l4);
}
#link-l5:after {
  width: var(--nav-l5);
}
#link-l6:after {
  width: var(--nav-l6);
}
.pageInView {
  --nav-l: 100%;
}
.pageInView2 {
  --nav-l2: 100%;
  --nav-l: 0;
}
.pageInView3 {
  --nav-l3: 100%;
  --nav-l2: 0;
  --nav-l: 0;
}
.pageInView4 {
  --nav-l4: 100%;
  --nav-l2: 0;
  --nav-l: 0;
  --nav-l3: 0;
}
.pageInView5 {
  --nav-l4: 0;
  --nav-l2: 0;
  --nav-l: 0;
  --nav-l3: 0;
  --nav-l5: 100%;
}
.pageInView6 {
  --nav-l4: 0;
  --nav-l2: 0;
  --nav-l: 0;
  --nav-l3: 0;
  --nav-l5: 0;
  --nav-l6: 100%;
}
.nav-link:hover {
  background: linear-gradient(
    120deg,
    rgb(131, 87, 65) 2.8%,
    rgb(250, 226, 204) 29.72%,
    #835741 59.87%,
    #fae2cc 91.42%
  );
  background-clip: border-box;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.toggle {
  display: none;
  padding: 0.5em;
  overflow: hidden;
}
.fa-bars {
  font-size: 3em;
  color: var(--blck);
}
.theme {
  padding: 0.5em;
}

.fa-toggle-off {
  font-size: 3em;
  background-size: 300%;
  background: linear-gradient(
    110deg,
    #835741 2.8%,
    #f8d9bc 29.72%,
    #835741 59.87%,
    #f8d9bc 91.42%
  );
  background-clip: border-box;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  cursor: pointer;
}

.homebg {
  background: url(dark-decor-living-room.jpg) no-repeat center fixed;
  background-size: cover;
  height: 17rem;
  width: 100%;
  margin-top: 20rem;
  display: none;
}

@-webkit-keyframes bg-scrolling-reverse {
  100% {
    background-position: 50px 50px;
  }
}
@keyframes bg-scrolling-reverse {
  100% {
    background-position: 50px 50px;
  }
}

.first-section {
  width: 100%;
  height: 100vh;
}

.overlay {
  background: var(--square) repeat 0 0 var(--wht);
  animation: bg-scrolling-reverse 0.92s infinite;
  animation-timing-function: linear;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -10;
}

.hero {
  display: flex;
  align-items: center;
  min-height: 60%;
}
.hero-img {
  width: 60%;
  position: absolute;
  right: 0;
  top: 120%;
  z-index: -10;
  opacity: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100vh;
  background-image: url(xhero_1.jpg.pagespeed.ic.GJWM9YqHI9.jpg);
  animation: var(--home-img);
}
@keyframes loadImg {
  from {
    top: 120%;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
.column {
  padding-left: 5rem;
  margin-left: 9rem;
  margin-bottom: 5rem;
  max-width: 95%;
}
.title1 {
  font-size: 7em;
  width: 20ch;
  max-width: 100%;
  padding: 9rem 0.5rem 2rem 2rem;
  display: block;
  position: relative;
  margin-top: 12rem;
  font-weight: 400;
}
.animate-ping {
  height: 1.2ch;
  display: inline-block;
  width: 0.4ch;
  background-color: var(--black);
  animation: ping 1s infinite;
}
.title1 span {
  font-family: "Bodoni Moda", sans-serif;
}

@keyframes ping {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
.loadOnscroll {
  transition: 1.5s;
}
@keyframes refreshing {
  50% {
    border-right-color: transparent;
  }
}
.title2 {
  font-size: 3.6em;
  width: max-content;
  padding: 1rem 2rem;
  display: block;
  opacity: 0.9;
  position: relative;
  transform: translateX(-200%);
  animation: var(--second-title);
}
@keyframes loadTtl2 {
  100% {
    position: relative;
    transform: translateX(0%);
  }
}
@keyframes loadTtlline {
  100% {
    width: 100%;
    height: 0.1em;
  }
}
.title2:after {
  content: "";
  z-index: -10;
  display: block;
  position: absolute;
  bottom: 0.5em;
  left: 5%;
  width: 90%;
  height: 0.5em;
  opacity: 0.2;
  background: var(--blck);
  transition: 0.5s cubic-bezier(0.885, 0.175, 0.32, 1.4);
}
.firstdis {
  font-size: 1.7em;
  font-weight: normal;
  color: var(--blck);
  width: 40%;
  padding: 1rem 2rem;
  margin-top: 2rem;
  opacity: 0;
  transform: translateY(30%);
  animation: loadContent 1s 5s ease-in-out forwards;
}
.second-section {
  width: 100%;
  min-height: 90vh;
}
.heading {
  text-align: center;
  padding: 1rem 5rem;
  font-weight: 400;
  font-size: 5em;
  margin: 2rem auto;
  line-height: 1;
  width: 100%;
  transform: translateY(-10%);
  opacity: 0;
}
.row-about {
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-info {
  max-width: 47%;
  padding: 2rem;
  margin: 3rem;
  color: var(--blck);
  transform: translateY(-15%);
  opacity: 0;
}
.about-info h2 {
  font-size: 3rem;
  width: 100%;
  font-weight: 400;
}

.carousel-heading{
  width: 100%;
  font-size: 2.5em;
}
.about-info p {
  margin: 2rem 0;
  font-size: 1.4rem;
}
.icons {
  display: flex;
}
.icons a {
  font-size: 2rem;
  border-radius: 0.4em;
  margin: 1rem;
  text-decoration: none;
  color: var(--wht);
  background-size: 200%;
  background: linear-gradient(
    120deg,
    #835741 2.8%,
    #fbddc1 29.72%,
    #835741 59.87%,
    #fbddc1 91.42%
  );
  padding: 1rem;
}
.icons a:hover {
  color: transparent;
  background-clip: border-box;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transform: translateY(0.2em);
}
.row-about img {
  padding: 2rem;
}
.img-col img {
  height: 45rem;
  user-select: none;
  pointer-events: none;
  object-fit: cover;
  vertical-align: middle;
  box-shadow: 2.5rem 2.5rem 0 1rem var(--blck);
}
.img-col {
  flex-basis: 40%;
  transform: translateY(15%);
  opacity: 0;
}

.third-section {
  min-height: 80vh;
  width: 100%;
}
.boxes {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 4rem auto;
}

.box {
  width: 90%;
  padding: 2rem;
  align-items: center;
  text-align: center;
  margin: 2rem 3rem;
  background: var(--wht);
  border-radius: 0.5em;
  transition: 3.5s;
  position: relative;
  overflow: hidden;
  transform: translateY(-10%);
  opacity: 0;
}
.box:nth-child(2) {
  transition-delay: 0.1s;
}
.box:nth-child(3) {
  transition-delay: 0.2s;
}
.box:nth-child(4) {
  transition-delay: 0.3s;
}
.box:nth-child(5) {
  transition-delay: 0.5s;
}
.box:nth-child(6) {
  transition-delay: 0.6s;
}
.box span {
  position: absolute;
  top: 0;
  left: -110%;
  width: 20%;
  height: 100%;
  background: rgba(22, 22, 22, 0.2);
  transition: 0.7s;
  transform: skewX(10deg);
}
.box:hover span {
  left: 110%;
}
.box-i {
  font-size: 4em;
  margin: 2rem auto;
  background: linear-gradient(
    120deg,
    #835741 2.8%,
    #fae2cc 29.72%,
    #835741 59.87%,
    #fae2cc 91.42%
  );
  background-clip: border-box;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.box-t {
  font-size: 3em;
  margin: 0.1em;
  color: var(--blck);
}
.box-d {
  font-size: 1.64em;
  font-weight: 200;
  text-align: justify;
  color: var(--gray);
}
.buttongo {
  margin: 2rem auto;
  left: 50%;
  transform: translate(-50%, 0%);
  position: absolute;
  text-align: center;
  width: max-content;
  animation: jumping2 0.4s linear infinite alternate;
}
.buttongo a {
  text-decoration: none;
  color: var(--wht);
  background: var(--buttonc);
  width: max-content;
  padding: 0.8rem;
  font-size: 3em;
  border: 0.05em solid var(--lighterblack);
  border-bottom: 0.2em solid var(--black);
  border-radius: 0.5em;
  transition: 0.2s linear;
}
.buttongo a:hover {
  border-top: 0.2em solid var(--black);
  border-bottom: 0.05em solid var(--black);
}
@keyframes jumping2 {
  0% {
    transform: translateY(0%) translateX(-50%);
  }
  100% {
    transform: translateY(-9%) translateX(-50%);
  }
}
@keyframes loadContent {
  to {
    transform: translateY(0%);
    opacity: 1;
  }
}

.fourth-section {
  min-height: 100vh;
  margin-top: 8rem;
  width: 100%;
}
.container {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 3rem auto;
}

.project {
  width: 40rem;
  margin: 2rem 3rem;
  background: var(--wht);
  border-radius: 1.2em;
  transition: 1.5s;
  position: relative;
  overflow: hidden;
  transform: translateY(15%);
  opacity: 0;
  box-shadow: var(--box-shadow);
}
.project:nth-child(2) {
  transition-delay: 0.1s;
}
.project:nth-child(3) {
  transition-delay: 0.2s;
}
.project:nth-child(4) {
  transition-delay: 0.3s;
}
.project:nth-child(5) {
  transition-delay: 0.5s;
}
.project:nth-child(6) {
  transition-delay: 0.6s;
}
.project img {
  width: 100%;
  height: 100%;
  object-fit:cover;
  border-radius: 0.1em;
}
.project:hover img {
  transform: scale(1.2);
}

.fifth-section {
  margin-top: 15rem;
  min-height: 100vh;
  width: 100%;
}
.team-con {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.member {
  width: 80%;
  min-height: 46rem;
  background-color: var(--wht);
  box-shadow: var(--box-shadow);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 2rem;
  border-radius: 1em;
  margin: 7rem;
  position: relative;
  opacity: 0;
  transform: translateY(20%);
  border: 1px solid #d6baa1;
  transition: 1.5s;
}
.member:nth-child(2) {
  transition-delay: 0.1s;
}
.member:nth-child(3) {
  transition-delay: 0.2s;
}
.memberphoto img {
  width: 14rem;
  height: 14rem;
  border-radius: 50%;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
  user-select: none;
}
.membertitle {
  font-size: 1.9em;
}
.membername {
  font-size: 3em;
  font-weight: 500;
  color: var(--blck);
}
.member p {
  font-size: 1.8em;
  margin-top: 1rem;
  color: gray;
  text-align:justify;
}
.member p span {
  position: relative;
  display: inline-block;
  transition: 0.5s linear;
}
.member p span:hover {
  transform: rotate(-360deg);
  opacity: 0;
}
.membermeasure {
  font-size: 2em;
  color: var(--lighterblack);
}
.membersocial {
  width: max-content;
  margin: 1rem;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.memicon {
  text-decoration: none;
  font-size: 2.5em;
  padding: 0.4em;
  margin: 0.8rem;
  color: var(--wht);
  background: var(--blck);
  border-radius: 0.3em;
  transition: 0.3s linear;
}
.memicon:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
    rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  color: var(--blck);
  background: transparent;
}
.affiliation {
  min-height: 30vh;
  margin: 15rem 0;
}
.affiliation .overlay {
  height: 30vh;
}
.affiliates {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 7rem auto;
}
.affiliate {
  width: 30rem;
  text-align: center;
  padding: 1rem;
}
.afflogo img {
  width: 10rem;
  user-select: none;
}
.afflogo {
  justify-content: center;
  align-items: center;
  display: flex;
  margin: 2rem;
}
.afname {
  font-size: 2.5em;
  color: var(--blck);
  margin: 1rem;
}
.afdis {
  color: var(--gray);
  font-size: 1.7em;
}

.sixth-section {
  min-height: 90%;
  margin: 1.8rem 0;
}
.row {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  text-align: center;
  opacity: 0;
  transform: translateY(20%);
}
.contactsection {
  display: flex;
  flex-direction: column;
  margin: 6rem auto;
  align-items: center;
  width: 100%;
}
footer{
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  color: var(--gray);
  gap: 5rem;
  width: 100%;
  margin-top: 4rem;
  padding: 2rem;
  font-size: 1.5em;
}
footer div{
  display: flex;
  flex-direction: row;
  gap: .3em;
}
footer a{
  background: linear-gradient(
    110deg,
    #835741 2.8%,
    #f8d9bc 29.72%,
    #835741 59.87%,
    #f8d9bc 91.42%
  );
  background-clip: border-box;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: 1px solid #835741;text-decoration: none;
}
form {
  width: 70%;
  padding: 2rem;
  height: auto;
  color: var(--gray) !important;
}
form input {
  padding: 1.7rem;
  border-radius: 1em;
  margin: 1rem;
  color: var(--black);
  background: var(--wht);
  border: none;
  box-shadow: var(--box-shadow);
  width: 100%;
  border: none;
  margin-right: 0;
  font-family: "Poppins", sans-serif;
  resize: vertical;
  outline: none;
}
form select {
  padding: 2rem;
  border-radius: 0.5em;
  margin: 3rem;
  background: var(--wht);
  border: none;
  box-shadow: var(--box-shadow);
  width: 100%;
  margin: 10px;
  padding: 15px;
  border: none;
  margin-right: 0;
  border-radius: 12px;
  font-family: "Poppins", sans-serif;
  outline: none;
  color: var(--gray);
}
form textarea {
  height: 15rem;
  padding: 2rem;
  border-radius: 0.5em;
  margin: 1rem;
  background: var(--wht);
  color: var(--black);
  border: none;
  box-shadow: var(--box-shadow);
  width: 100%;
  border: none;
  margin-right: 0;
  font-family: "Poppins", sans-serif;
  resize: vertical;
  outline: none;
}
form input:focus {
  filter: brightness(1.5);
}
form textarea:focus {
  filter: brightness(1.5);
}
form select:focus {
  filter: brightness(1.5);
}
.btn {
  padding: 1.2rem;
  margin: 3rem auto;
  color: var(--wht);
  text-decoration: none;margin-inline: auto;
  display: block;
  width: max-content;
  text-align: center;
  align-self: center;
  border-radius: 0.3em;
  font-size: 2.3em;
  position: relative;
  border: none;
  outline: none;
  cursor: pointer;
  background: linear-gradient(
    110deg,
    #835741 2.8%,
    #d6baa1 29.72%,
    #835741 59.87%,
    #d6baa1 91.42%
  );
  background-size: 200%;
  box-shadow: var(--box-shadow);
  transition: 0.2s linear;
}
.btn:hover {
  background: linear-gradient(
    110deg,
    #835741 2.8%,
    #d6baa1 29.72%,
    #835741 59.87%,
    #d6baa1 91.42%
  );
  background-size: 300%;
}






.text-sm{
  font-size: 1.4em;
}
.btn:active {
  transform: translateY(7%);
}
.form2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  justify-content: space-evenly;
  padding: 2rem;
  height: max-content;
}
.language-switcher button {
  border: none;
  outline: none;
  padding: 0.7em;
  border-radius: 0.6em;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  cursor: pointer;
  color: var(--wht);
  background: linear-gradient(
    110deg,
    #835741 2.8%,
    #d6baa1 29.72%,
    #835741 59.87%,
    #d6baa1 91.42%
  );
}
.language-switcher button:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
    rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  -webkit-background-clip: text;
  color: transparent;
}

.play-video i{
  border: none;
  outline: none;
  padding: .9em;
  line-height: .7;
  font-size: 2.5em;
  border-radius: 50%;
  cursor: pointer;
  color: var(--wht);
  background: linear-gradient(
    110deg,
    #835741 2.8%,
    #d6baa1 29.72%,
    #835741 59.87%,
    #d6baa1 91.42%
  );  padding-right: calc(.9em - .1ch);
}
.play-video{
  border: none;
  outline: none;
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 50%);
  z-index: 10;
  bottom: 0;
  margin-inline: auto;
  background-color: transparent;
}
.play-video i:hover{
  
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
    rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  -webkit-background-clip: text;
  color: transparent;
}

.formbox {
  padding: 1.7rem;
  border-radius: 1em;
  text-decoration: none;
  margin: 1rem;
  display: flex;
  flex-direction: column;
  background: var(--wht);
  border: none;
  box-shadow: var(--box-shadow);
  width: 30rem;
  max-width: 30rem;
  text-align: center;
  opacity: 0;
  transform: translateY(20%);
}
.formbox:nth-child(2) {
  transition-delay: 0.1s;
}
.formbox:nth-child(3) {
  transition-delay: 0.2s;
}
.row:nth-child(2) {
  transition-delay: 0.1s;
}
.row:nth-child(3) {
  transition-delay: 0.2s;
}
.formicon {
  font-size: 4em;
  background: linear-gradient(
    110deg,
    #835741 2.8%,
    #f8d9bc 29.72%,
    #835741 59.87%,
    #f8d9bc 91.42%
  );
  background-clip: border-box;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.address {
  font-size: 2em;
  color: var(--blck);
  margin-block: 0.7em;
  width: 100%;
}
.video-box{
  background-color: var(--wht);
  box-shadow: var(--box-shadow);
  padding: 2rem;
  border-radius: 1em;
  border: 1px solid #d6baa1;
  width: 50%;
  aspect-ratio: 9/16;
  height: max-content;
  margin: 6rem auto;
  height: max-content;
  position: relative;
}

#video{
  width: 100%;
  aspect-ratio: 9/16;
  height: max-content;
  /* display: none; */
}
#realestate-campaign:target #video{
  width: 40%;
}
.quote{
  background: linear-gradient(
    110deg,
    #835741 2.8%,
    #f8d9bc 29.72%,
    #835741 59.87%,
    #f8d9bc 91.42%
  );
  background-clip: border-box;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: 2em;
}
.addressdis {
  font-size: 1.4em;
  color: var(--gray);
}
@media (max-width: 820px) {
  html {
    font-size: 60%;
  }
  .video-box{
    
  aspect-ratio: 9/16;
  width: 90%;
  }.quote{
    width: 22ch;
    display: block;
    margin-inline: auto;
  }
  .hero {
    min-height: 60%;
  }
  .homebg {
    display: block;
  }
  .navbar {
    position: fixed;
    top: -10vh;
    right: 0;
    height: calc(100vh -6rem);
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 100;
    transform: translateX(-100%);
    z-index: -20;
    transition: 0.7s cubic-bezier(0.885, 0.175, 0.32, 1.9);
  }

  .navbar ul {
    width: 100%;
    height: 130vh;
    background: var(--wht);
    flex-direction: column;
    justify-content: center;
    left: 50%;
    margin: 0;
    position: absolute;
    transform: translateX(-50%);
  }

  .navbar ul li {
    margin: 1rem 0;
  }
  .logo {
    font-size: 1.7em;
  }
  .nav-link {
    display: block;
    padding: 0.6rem 0;
    width: 26rem;
    border: 0.1rem solid rgba(0, 0, 0, 0.3);
    text-align: center;
    border-radius: 0.6em;
    transition: 0.3s linear;
  }
  .nav-link:hover {
    color: var(--col);
  }
  .nav-link:after {
    display: none;
    visibility: hidden;
  }
  .toggle {
    display: unset;
  }
  .second-section {
    margin-top: 9rem;
  }
  .column {
    padding-left: 1em;
    margin-left: 1em;
    margin-bottom: 2.6em;
  }
  .title1 {
    font-size: 4.2em;
    padding: 0.6rem 0.9rem;
  }
  .title2 {
    font-size: 2.7em;
    padding: 0.6rem 0.9rem;
  }
  .firstdis {
    width: 90%;
    padding: 0.8rem 2rem;
  }
  .hero-img img {
    display: none;
    animation: none;
    visibility: hidden;
  }
  .row-about {
    flex-direction: column;
  }
  .row-about img {
    padding: 1rem;
  }
  .img-col img {
    height: 25rem;
    box-shadow: none;
  }
  .img-col {
    flex-basis: unset;
  }
  .about-info {
    max-width: 99%;
    padding: 1rem;
    margin: 1rem;
    color: var(--blck);
  }
  .box {
    width: 87%;
    margin: 2rem 1rem;
  }
  .third-section {
    margin-top: 19rem;
  }
  
.fourth-section {
  margin-top: 20rem;
}
  .memicon {
    font-size: 2.4em;
    padding: 0.5em;
    margin: 0.9rem;
  }
  .member {
    margin: 3rem;
    width: 90%;
  }
  .affiliation {
    margin: 17rem 0;
  }
  form {
    width: 100%;
  }
  form input,
  select {
    width: 100%;
  }
  .row {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    text-align: center;
  }
  .contactsection {
    flex-direction: column;
    margin: auto;
  }
  .formbox {
    width: 90%;
  }
  .form2 {
    width: 100%;
  }
}

/* gallery */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/* end gallery */
