@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
@font-face {
  font-family: "Graphik";
  src: url("Graphik-Extralight.woff2") format("woff2"), url("Graphik-Extralight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Swis721 BlkCn BT";
  src: url("../fonts/Swiss721BT-BlackCondensed.woff2") format("woff2"), url("../fonts/Swiss721BT-BlackCondensed.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
:root {
  --header_font:"Swis721 BlkCn BT";
  --para_font:"Inter", sans-serif;
  --mayan_blue:#162639;
  --mayan_blue_3:#000056;
  --mayan_blue_2:#01BFCB;
}

.button {
  cursor: pointer;
  text-decoration: none;
  padding: 12px 25px;
  border: transparent;
  background: linear-gradient(111deg, rgb(44, 51, 139) 0%, rgb(152, 93, 196) 100%);
  border-radius: 50px;
  color: #ffffff;
  font-size: 15px;
  font-family: var(--para_font);
  font-weight: 500;
  margin-top: 30px;
  margin: 0.5em;
  margin-bottom: 5em;
}

#myBtn {
  cursor: pointer;
  text-decoration: none;
  padding: 12px 25px;
  border: transparent;
  background: rgb(44, 51, 139);
  background: linear-gradient(111deg, rgb(44, 51, 139) 0%, rgb(152, 93, 196) 100%);
  border-radius: 50px;
  color: #ffffff;
  font-size: 15px;
  font-family: var(--para_font);
  font-weight: 500;
  margin-bottom: 10px;
}

#myBtn:hover {
  background: rgb(152, 93, 196);
  background: linear-gradient(49deg, rgb(152, 93, 196) 100% rgb(44, 51, 139) 0%);
}

.button:hover {
  background: rgb(152, 93, 196);
  background: linear-gradient(49deg, rgb(152, 93, 196) 100% rgb(44, 51, 139) 0%);
}

#myBtn2 {
  cursor: pointer;
  margin: 0;
  text-decoration: none;
  width: 160px;
  padding: 12px 25px;
  border: transparent;
  background: rgb(44, 51, 139);
  background: linear-gradient(111deg, rgb(44, 51, 139) 0%, rgb(152, 93, 196) 100%);
  border-radius: 50px;
  color: #ffffff;
  font-size: 15px;
  font-family: var(--para_font);
  font-weight: 500;
}

/* Typography specifications*-----------------*/
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

/* Big headline*-----------------*/
h1 {
  font-family: "Swis721 BlkCn BT";
  font-size: 4.75rem;
  line-height: 4.75rem;
  letter-spacing: 0.1px;
  margin: 2rem 0;
  color: var(--mayan_blue_3);
}

h2 {
  font-family: "Swis721 BlkCn BT";
  font-size: 3.5rem;
  line-height: 3.75rem;
  letter-spacing: 0.1px;
  padding-bottom: 2rem;
  color: var(--mayan_blue_3);
}

h3 {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-size: 2rem;
  color: var(--mayan_blue_3);
}

h4 {
  font-family: "Heebo", sans-serif;
  font-size: 1.6rem;
  padding-bottom: 2rem;
}

h6 {
  font-family: "Swis721 BlkCn BT";
  font-size: 1.5rem;
}

/* Paragraph-descriptions*-----------------*/
p {
  font-family: "Heebo", sans-serif;
  font-size: 1.25rem;
  line-height: 1.85rem;
  font-weight: 300;
}

@media only screen and (max-width: 1500px) {
  h1 {
    font-size: 3.9rem;
    line-height: 3.9rem;
  }
  h2 {
    font-size: 3rem;
    line-height: 3rem;
    padding-bottom: 2rem;
  }
  h3 {
    font-size: 1.8rem;
    line-height: 2rem;
    padding-bottom: 1.8rem;
  }
  h4 {
    font-family: "Heebo", sans-serif;
    font-size: 1.4rem;
    padding-bottom: 2rem;
  }
  p {
    font-family: "Heebo", sans-serif;
    font-size: 1.1rem;
    line-height: 1.6rem;
    font-weight: 300;
  }
}
@media only screen and (max-width: 1200px) {
  h1 {
    font-size: 3.7rem;
    line-height: 3.7rem;
  }
  h2 {
    font-size: 3.1rem;
    line-height: 3.1rem;
    padding-bottom: 2rem;
  }
  h3 {
    font-size: 2rem;
    line-height: 2rem;
    padding-bottom: 1.8rem;
  }
  h4 {
    font-family: "Heebo", sans-serif;
    font-size: 1.2rem;
    padding-bottom: 2rem;
  }
  p {
    font-family: "Heebo", sans-serif;
    font-size: 1.1rem;
    line-height: 1.6rem;
    font-weight: 300;
  }
}
@media only screen and (max-width: 700px) {
  h1 {
    font-size: 3.5rem;
    line-height: 3.5rem;
    padding-bottom: 2rem;
  }
  h2 {
    font-size: 3rem;
    line-height: 3rem;
    padding-bottom: 2rem;
  }
  h3 {
    font-size: 2rem;
    line-height: 2.1rem;
    padding-bottom: 1.8rem;
  }
  p {
    font-family: "Heebo", sans-serif;
    font-size: 1.1rem;
    line-height: 1.6rem;
    font-weight: 300;
  }
}
.paragraph {
  padding-top: 20px;
}

.margin-zero {
  padding: 0;
}

#button2 {
  display: inline;
  background-color: var(--mayan_blue_2);
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 10%;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1200;
}
#button2 img {
  width: 20px;
  padding-top: 10px;
}

@media only screen and (max-width: 500px) {
  #button2 {
    display: none;
  }
}
#button2:hover {
  cursor: pointer;
  background-color: var(--mayan_blue_3);
}

#button2:active {
  background-color: #555;
}

#button2.show {
  opacity: 1;
  visibility: visible;
}

button2:focus {
  outline: none;
}

.dis_text {
  font-family: "Heebo", sans-serif;
  font-size: 0.9rem;
  line-height: 1.6rem;
  font-weight: 300;
}

#footer-color {
  background-color: var(--mayan_blue_3);
}

.footer-inner-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 0 10rem 0;
}
.footer-inner-container h4 {
  font-size: 1.3rem;
  color: aqua;
}

.quick-links {
  width: 49%;
}

.quick-links-content {
  color: #d9dad7;
  margin-left: 20%;
}
.quick-links-content h4 {
  padding-bottom: 2px;
}
.quick-links-content p {
  font-size: 16px;
}
.quick-links-content hr {
  height: 1px;
  border-width: 0;
  color: rgb(36, 114, 216);
  background-color: rgb(36, 114, 216);
}
.quick-links-content a {
  text-decoration: none;
}

@media only screen and (max-width: 1500px) {
  .quick-links-content h4 {
    font-size: 1.1rem;
  }
  .quick-links-content p {
    font-size: 16px;
  }
}
.quick-links-content {
  padding-bottom: 40px;
}

.quick-links-content:last-child {
  padding-bottom: 0;
}

.footer-address {
  background-color: #101090;
  width: 49%;
  color: #d9dad7;
  display: flex;
  align-items: center;
}

.footer-address-inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

#adrs {
  color: white;
}

.footer_contact_inner_container {
  width: 40%;
}
.footer_contact_inner_container h4 {
  padding-bottom: 0;
}
.footer_contact_inner_container p {
  font-size: 16px;
  line-height: 25px;
  margin-right: 75px;
}

@media only screen and (max-width: 1500px) {
  .footer_contact_inner_container h4 {
    font-size: 1.1rem;
  }
  .footer_contact_inner_container p {
    font-size: 16px;
    line-height: 25px;
  }
}
.SCROOL_TEXT {
  font-size: 400px;
  color: #101090;
  font-weight: 900;
  text-align: left;
  font-family: "Kumbh Sans", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
}

@media only screen and (max-width: 1500px) {
  .quick-links-content {
    margin-left: 10%;
  }
}
@media only screen and (max-width: 800px) {
  .footer-inner-container {
    flex-direction: column;
  }
  .quick-links {
    width: 100%;
  }
  .quick-links-content {
    margin-left: 10%;
    margin-right: 10%;
  }
  .footer-address {
    width: 100%;
    margin-top: 3rem;
    padding: 6rem 0;
  }
  .footer-address-inner {
    flex-direction: column;
  }
  .footer_contact_inner_container {
    width: 75%;
    margin-left: 10%;
    margin-right: 10%;
  }
  .header-bottom-space {
    padding-top: 20px;
  }
  #adrs {
    margin-top: 2rem;
  }
}
.social_media_icons {
  display: flex;
  justify-content: center;
  padding-bottom: 6rem;
}
.social_media_icons img {
  width: 50px;
  padding: 10px;
}

@media only screen and (max-width: 1350px) {
  .social_media_icons {
    align-items: flex-start;
  }
  .social_media_icons img {
    width: 40px;
    padding-right: 8px;
    padding-left: 0;
  }
}
.contact_banner {
  width: 100%;
  height: 400px;
  overflow: hidden;
  background-color: var(--mayan_blue_3);
  background-image: url("../image/contact/contact_banner.jpg");
  background-repeat: no-repeat;
  background-image: cover;
}
.contact_banner .contact_banner_inner {
  width: 80%;
  height: 500px;
}
.contact_banner img {
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  position: absolute;
  height: auto;
}

@media screen and (max-width: 700px) {
  .contact_banner_inner {
    flex-direction: column;
  }
  .contact_banner_inner img {
    top: 40%;
    width: 130px;
  }
  .schedule-your-visit {
    width: 80%;
    margin-top: 3em;
  }
}
.contact-content-inner-container h3 {
  padding-bottom: 0;
}
.contact-content-inner-container p {
  max-width: 450px;
}

.map-message-inner-container {
  display: flex;
  justify-content: space-between;
}
.map-message-inner-container h3 {
  line-height: 2rem;
  font-family: "Swis721 BlkCn BT";
}

.map-message-inner-container > div {
  width: 49%;
}

@media only screen and (max-width: 700px) {
  .map-message-inner-container {
    flex-direction: column;
  }
  .map-message-inner-container > div {
    width: 100%;
  }
  .top-space {
    padding-top: 50px;
  }
}
/* Schedule form*--------------------
-----------------------------------------*/
input[type=text], select, textarea {
  width: 100%;
  height: 50px;
  padding: 12px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
  font-family: "Heebo", sans-serif;
  font-size: 1rem;
}

input[type=submit] {
  background: rgb(44, 51, 139);
  color: white;
  padding: 12px 20px;
  border: none;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}

.container1 {
  width: 100%;
}

.form-content-outer {
  width: 100%;
  display: flex;
  gap: 1rem;
}

@media screen and (max-width: 800px) {
  .form-content-outer {
    flex-direction: column;
  }
  .outer-container {
    width: 100%;
  }
  .inner-container-3 {
    margin: 0;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.form-content-1 {
  width: 50%;
}

@media screen and (max-width: 700px) {
  .form-content-1 {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .form-content-outer {
    width: 100%;
    flex-direction: column;
  }
}
@media screen and (max-width: 700px) {
  .form-content-outer {
    width: 100%;
    flex-direction: column;
  }
}
@media screen and (max-width: 700px) {
  .container {
    padding: 0;
    width: 100%;
  }
}
.form-control-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  margin-top: 6px;
  font-family: "Heebo", sans-serif;
  font-size: 1rem;
}

.form-control {
  color: #717070;
  display: block;
  height: 50px;
  box-sizing: border-box;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Heebo", sans-serif;
  line-height: 1.5;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
}

.form-select {
  color: #717070;
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-family: "Heebo", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
}

label {
  color: #999999;
  font-family: "Heebo", sans-serif;
  color: white;
}

.schedule-your-visit h2 {
  margin-top: 0;
  font-size: 50px;
  font-family: var(--header_font);
  line-height: 45px;
  color: var(--mayan_blue_3);
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: left;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.schedule-your-visit h2 {
  padding: 60px 30px 30px 0px;
  line-height: 42px;
}

.mh_schedule-your-visit h2 {
  padding: 0;
  line-height: 2rm;
  font-size: 35px;
  font-weight: 400;
  color: var(--mayan_blue_3);
  font-family: var(--header_font);
  margin: 0 0 1em 0;
}

/* madal */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  top: 0;
  left: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.6); /* Black w/ opacity */
  z-index: 1900;
}

input[type=text], select, textarea {
  width: 100%;
  height: 50px;
  padding: 12px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
  font-family: "Heebo", sans-serif;
  font-size: 1rem;
}

.contact_container1 {
  width: 100%;
}

.contact_form-content-outer {
  width: 100%;
  display: flex;
  gap: 1rem;
}

@media screen and (max-width: 800px) {
  .contact_form-content-outer {
    flex-direction: column;
  }
  .contact_outer-container {
    width: 100%;
  }
  .contact_inner-container-3 {
    margin: 0;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.contact_form-content-1 {
  width: 50%;
}

@media screen and (max-width: 700px) {
  .contact_form-content-1 {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .contact_form-content-outer {
    width: 100%;
    flex-direction: column;
  }
}
@media screen and (max-width: 700px) {
  .contact_form-content-outer {
    width: 100%;
    flex-direction: column;
  }
}
@media screen and (max-width: 700px) {
  .contact_container {
    padding: 0;
    width: 100%;
  }
}
.contact_form-control-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  margin-top: 6px;
  font-family: "Heebo", sans-serif;
  font-size: 1rem;
}

.contact_form-control {
  color: #717070;
  display: block;
  height: 50px;
  box-sizing: border-box;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Heebo", sans-serif;
  line-height: 1.5;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
}

.contact_form-select {
  color: #717070;
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-family: "Heebo", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
}

label {
  color: #999999;
  font-family: "Heebo", sans-serif;
  color: white;
}

.blog-banner {
  width: 100%;
  height: 600px;
  position: relative;
  background-image: url("../image/blog/blog-banner.png");
  background-repeat: no-repeat;
  -o-object-fit: cover;
     object-fit: cover;
  display: flex;
  justify-content: center;
}

.blog-page-heading {
  margin-left: 10%;
  padding-top: 10rem;
}

.blog-inner-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.blog-post {
  width: 49%;
  height: auto;
  margin-top: 2rem;
  background-color: #dbe8ef;
  display: flex;
}

@media only screen and (max-width: 700px) {
  .blog-inner-container {
    flex-direction: column;
  }
  .blog-post {
    width: 100%;
  }
}
.blog-image {
  margin: 18px;
  width: 40%;
  overflow: hidden;
}
.blog-image img {
  vertical-align: middle;
}

.blog-content {
  margin: 25px;
  width: 60%;
}
.blog-content h3 {
  max-width: 90%;
  margin: 0;
  font-family: var(--header_font);
  font-size: 25px;
  color: var(--mayan_blue_3);
}
.blog-content p {
  max-width: 90%;
  font-size: 17px;
  font-family: var(--para_font);
  line-height: 22px;
}

@media only screen and (max-width: 1200px) {
  .blog-post {
    flex-direction: column;
  }
  .blog-image {
    width: 100%;
  }
  .blog-content {
    width: 100%;
  }
}
.profile_and_published_date_box {
  width: 80%;
  height: 50px;
  border-radius: 25px;
  background-color: #fff;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 2rem;
}
.profile_and_published_date_box #box_pro_img {
  margin-left: -25px;
}

.profile_and_published_date_box :nth-child(4) {
  font-size: 12px;
  margin-left: -10px;
}

.profile_and_published_date_box :nth-child(3) {
  margin-left: -10px;
}

.profile_and_published_date_box :nth-child(2) {
  font-size: 14px;
  margin-left: -15px;
}

.like_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.like-button-container {
  display: flex;
  align-items: center;
}

#like-button {
  --c: rgb(249, 203, 203);
  width: 30px;
  aspect-ratio: 1;
  background: radial-gradient(circle at 60% 65%, var(--c) 64%, rgba(255, 17, 17, 0) 65%) top left/50% 50%, radial-gradient(circle at 40% 65%, var(--c) 64%, rgba(0, 0, 0, 0) 65%) top right/50% 50%, conic-gradient(from -45deg at 50% 85.5%, var(--c) 90deg, rgba(0, 0, 0, 0) 0) bottom/100% 50%;
  background-repeat: no-repeat;
  border: 0;
  margin: 0 10px 0 20px;
}

#like-button.liked {
  --c: rgb(181, 26, 26);
  width: 30px;
  aspect-ratio: 1;
  background: radial-gradient(circle at 60% 65%, var(--c) 64%, rgba(255, 17, 17, 0) 65%) top left/50% 50%, radial-gradient(circle at 40% 65%, var(--c) 64%, rgba(0, 0, 0, 0) 65%) top right/50% 50%, conic-gradient(from -45deg at 50% 85.5%, var(--c) 90deg, rgba(0, 0, 0, 0) 0) bottom/100% 50%;
  background-repeat: no-repeat;
  border: 0;
}

#blog_knmr {
  margin-top: 15px !important;
}

.project_banner_section {
  width: 100%;
  height: 600px;
  position: relative;
  background-image: url("../image/projects/project-banner.jpg");
  background-repeat: no-repeat;
  -o-object-fit: cover;
     object-fit: cover;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.project_banner_text_container {
  height: auto;
  position: absolute;
  top: 40%;
  left: 10%;
  z-index: 1;
}
.project_banner_text_container h1 {
  color: #fff;
  max-width: 600px;
}

.project_inveter_coma_div {
  position: absolute;
  max-width: 400px;
  left: 10%;
  top: 30%;
}
.project_inveter_coma_div h2 {
  padding: 10px 0;
}

@media only screen and (max-width: 700px) {
  .project_banner_text_container {
    left: 10%;
    top: 45%;
  }
  .project_banner_text_container h2 {
    max-width: 300px;
  }
}
.project-itro-inner-container {
  text-align: center;
}
.project-itro-inner-container p {
  max-width: 700px;
  margin: auto;
}

.logo_vmrda {
  text-align: center;
  padding-bottom: 3rem;
}

.project-inner-container {
  display: flex;
}

.project-thumbnails-link {
  display: flex;
  justify-content: space-between;
}

.project-inner-container > div {
  width: 32%;
  overflow: hidden;
}

@media screen and (max-width: 700px) {
  .project-inner-container {
    flex-direction: column;
  }
  .project-inner-container > div {
    width: 100%;
  }
}
.project-mayan-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
  height: 150px;
}

.project-mayan {
  margin-top: 4rem;
  background-color: #fff;
}

.project-mayan-image {
  position: relative;
}

#top-on-image-btn {
  color: #fff;
  padding: 10px 20px;
  background-color: #fff;
}

.project-bottom-link {
  display: flex;
  padding-top: 30px;
  padding-bottom: 100px;
  justify-content: center;
  font-family: var(--para_font);
}
.project-bottom-link p {
  margin: 0;
}
.project-bottom-link a {
  text-decoration: none;
}

#PF h3 {
  margin-top: 4rem;
}

.project_updates-button {
  margin: auto;
  display: flex;
  justify-content: center;
}

.project_updates-link-project-main {
  text-align: center;
  padding-top: 100px;
  margin: auto;
}
.project_updates-link-project-main a {
  text-decoration: none;
  color: white;
}
.project_updates-link-project-main span {
  font-size: 20px;
}

.photo-secion {
  position: relative;
}

.photo_section_inner_container {
  position: relative;
  overflow: hidden;
}
.photo_section_inner_container h1 {
  position: absolute;
  top: 30%;
  left: 15%;
  z-index: 100;
  max-width: 500px;
  color: #fff;
  text-transform: capitalize;
}

@media screen and (max-width: 700px) {
  .project-thumbnails-link {
    display: flex;
    flex-direction: column;
  }
  .project-individual-box {
    width: 100%;
  }
}
* {
  box-sizing: border-box;
}

#lineUp {
  animation: 2s anim-lineUp ease-out;
}

@keyframes anim-lineUp {
  0% {
    opacity: 0;
    transform: translateY(80%);
  }
  20% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    transform: translateY(0%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
.about_banner_section {
  width: 100%;
  height: 700px;
  position: relative;
  background-image: url("../image/about/about_banner_3.png");
  background-repeat: no-repeat;
  background-position: right;
  overflow: hidden;
}

.about_banner_img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about_Banner_header_Text {
  color: #fff;
  max-width: 650px;
  margin-top: 25%;
}

.about_banner_test_container {
  height: auto;
  position: absolute;
  top: 40%;
  left: 10%;
  z-index: 1;
}
.about_banner_test_container h1 {
  color: #fff;
  max-width: 600px;
}

@media screen and (max-width: 1500px) {
  .about_banner_test_container {
    top: 30%;
  }
}
@media screen and (max-width: 700px) {
  .about_banner_test_container {
    top: 30%;
  }
}
.about-introduction-inner-container {
  display: flex;
}

.about-introduction-inner-container > div {
  width: 50%;
}

.about-introduction-left {
  display: flex;
  justify-content: center;
}
.about-introduction-left img {
  align-self: flex-end;
  overflow: hidden;
  height: 400px;
  width: 400px;
}

@media screen and (max-width: 1000px) {
  .about-introduction-left img {
    height: 350px;
    width: 350px;
  }
}
@media screen and (max-width: 700px) {
  .about-introduction-inner-container {
    flex-direction: column;
  }
  .about-introduction-inner-container > div {
    width: 100%;
  }
  .about-introduction-left img {
    height: 300px;
    width: 300px;
  }
}
.vision-statement-inner-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  color: #fff;
}
.vision-statement-inner-container h3 {
  color: #01BFCB;
  padding-bottom: 10px;
}

.vision-statement-inner-container > div {
  width: 35%;
  border: 0.5px solid rgb(34, 180, 238);
  padding: 30px;
  border-radius: 20px;
}

#background-vision {
  background-image: url("../image/home_page/vision.png");
  background-size: cover;
  background-color: rgb(44, 44, 48);
  background-blend-mode: luminosity;
  background-repeat: no-repeat;
  background-attachment: fixed;
  transition: 1s;
}

#vision-inner h3 {
  padding: 20px 0 10px 0;
}
#vision-inner p {
  padding: 0 0 20px 0;
}
#vision-inner hr {
  height: 1px;
  border-width: 0;
  color: rgb(36, 114, 216);
  background-color: rgb(36, 114, 216);
}

.leadership-inner-container {
  display: flex;
}

.leadership-inner-container > div {
  width: 50%;
}

.leadership-image {
  width: 50%;
  margin-right: 40px;
  overflow: hidden;
}

.leadership-inner > div h2 {
  margin: 2rem 0 1rem 0;
  padding-left: 50px;
  max-width: 600px;
}
.leadership-inner > div h3 {
  font-family: var(--header_font);
  margin: 0 0 0.5rem 0;
  padding-left: 50px;
  font-size: 30px;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-top: -5px;
}
.leadership-inner > div h4 {
  margin-top: 0;
  font-family: var(--para_font);
  padding-left: 50px;
}
.leadership-inner > div p {
  max-width: 600px;
  padding-left: 50px;
}

.leadership-content h3 {
  font-family: "Playfair Display", serif;
  font-size: 30px;
  display: inline-block;
  line-height: 20px;
  padding-bottom: 60px;
}

@media screen and (max-width: 700px) {
  .leadership-inner-container {
    flex-direction: column;
  }
  .leadership-inner-container > div {
    width: 100%;
  }
  .leadership-image {
    margin-bottom: 2rem;
    display: flex;
    justify-content: center;
  }
}
.about-advantages-inner-container h2 {
  max-width: 700px;
  margin: auto;
  padding-bottom: 5rem;
}

.advantages-content table, th, td {
  border: 1px solid black;
  font-family: var(--para_font);
  border-collapse: collapse;
}

.advantages-content table, th, td {
  padding: 20px 10px;
}

#color_row {
  background-color: #ddeff8 !important;
}

th {
  background-color: #8fd1d6;
}

table {
  background-color: #fff;
}

.gallery_banner_section {
  position: relative;
  width: 100%;
  height: 600px;
  position: relative;
  background-image: url("../image/gallery/gallery_banner.png");
  background-repeat: no-repeat;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallery_banner_text_container {
  position: absolute;
  top: 35%;
  left: 10%;
}

#gallery_outer_container {
  display: flex;
  width: 100%;
  justify-content: center;
  padding: 5em 0;
}

.gallery {
  /* (A1) GRID LAYOUT - 3 IMAGES PER ROW */
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 80%;
  overflow: hidden;
}

/* (B) GALLERY IMAGES */
.gallery img {
  /* (B1) DIMENSION */
  width: 100%;
  height: 380px; /* optional */
  padding: 5px;
  /* (B2) COLORS */
  border: 1px solid #ddd;
  background: #fff;
  /* (B3) IMAGE RESIZE */
  /* cover | contain | fill | scale-down */
  -o-object-fit: cover;
     object-fit: cover;
}

/* (C) ON SMALL SCREENS - 2 IMAGES PER ROW */
@media only screen and (max-width: 1400px) {
  .gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 800px) {
  .gallery {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
/* (D) OPTIONAL ZOOM ON HOVER */
.gallery img:hover {
  z-index: 9;
  transform: scale(1.3);
  /* linear | ease | ease-in | ease-out | ease-in-out */
  transition: transform ease 0.5s;
}

/* (E) FULLSCREEN MODE */
.gallery img.full {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100vw;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  background: rgba(0, 0, 0, 0.7);
}

.gallery img.full:hover {
  z-index: 999;
  transform: none;
}

/* (X) NOT IMPORTANT */
.fullwidth-container {
  width: 100%;
}

#dark-mayan-blue {
  background-color: #162639;
}

.heading-top-margin {
  padding-top: 14rem;
}

@media screen and (max-width: 700px) {
  .heading-top-margin {
    max-width: 300px;
    margin: auto;
    padding-top: 10rem;
  }
}
.introduction_home_inner_container {
  margin-left: 20%;
  margin-right: 20%;
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.icon_section_inner_container {
  margin-left: 20%;
  margin-right: 20%;
  padding-top: 14rem;
  padding-bottom: 14rem;
}

@media only screen and (max-width: 1500px) {
  .icon_section_inner_container {
    margin-left: 10%;
    margin-right: 10%;
  }
}
@media only screen and (max-width: 700px) {
  .icon_section_inner_container {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
#inner-icons {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.why_mayan_homes_inner_container {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

@media only screen and (max-width: 1500px) {
  .introduction_home_inner_container {
    margin-left: 10%;
    margin-right: 10%;
  }
}
@media only screen and (max-width: 700px) {
  .introduction_home_inner_container {
    padding-top: 8rem;
    padding-bottom: 6rem;
  }
}
.project_section_inner_container {
  margin-left: 15%;
  margin-right: 15%;
  padding-top: 14rem;
  padding-bottom: 14rem;
}

@media only screen and (max-width: 1500px) {
  .project_section_inner_container {
    margin-left: 10%;
    margin-right: 10%;
  }
}
@media only screen and (max-width: 1250px) {
  .project_section_inner_container {
    padding-top: 4rem;
  }
}
@media only screen and (max-width: 700px) {
  .project_section_inner_container {
    padding-top: 6rem;
    padding-bottom: 2rem;
  }
}
.Project-highlights-inner-container {
  margin-left: 15%;
  margin-right: 15%;
  padding-top: 14rem;
  padding-bottom: 14rem;
}

@media only screen and (max-width: 1500px) {
  .Project-highlights-inner-container {
    margin-left: 10%;
    margin-right: 10%;
  }
}
.Project-Features-inner-container {
  margin-left: 15%;
  margin-right: 15%;
  padding-top: 2rem;
  padding-bottom: 14rem;
}

@media only screen and (max-width: 1500px) {
  .Project-Features-inner-container {
    margin-left: 10%;
    margin-right: 10%;
  }
}
@media only screen and (max-width: 700px) {
  .Project-Features-inner-container {
    padding-top: 0;
    padding-bottom: 6rem;
  }
}
.Project_Features_box_mob_inner {
  margin-left: 10%;
  margin-right: 10%;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.customer-feeback-inner-container {
  margin-left: 20%;
  margin-right: 20%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

#coustomer_feedback_button {
  margin-top: 2rem;
  margin-bottom: 14rem;
}

@media only screen and (max-width: 1500px) {
  .customer-feeback-inner-container {
    margin-left: 10%;
    margin-right: 10%;
  }
}
@media only screen and (max-width: 700px) {
  .customer-feeback-inner-container {
    margin-left: 10%;
    margin-right: 10%;
    padding-top: 3rem;
    padding-bottom: 2rem;
  }
  #coustomer_feedback_button {
    margin-top: 2rem;
    margin-bottom: 8rem;
  }
}
.about-introduction-inner-container {
  margin-left: 10%;
  margin-right: 10%;
  padding-top: 14rem;
  padding-bottom: 14rem;
}

@media only screen and (max-width: 700px) {
  .about-introduction-inner-container {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.vision-statement-inner-container {
  margin-left: 15%;
  margin-right: 15%;
  padding-top: 20rem;
  padding-bottom: 20rem;
}

.leadership-inner-container {
  margin-left: 15%;
  margin-right: 15%;
  padding-top: 14rem;
  padding-bottom: 14rem;
}

@media only screen and (max-width: 1500px) {
  .leadership-inner-container {
    margin-left: 10%;
    margin-right: 10%;
  }
}
@media only screen and (max-width: 700px) {
  .leadership-inner-container {
    margin-left: 10%;
    margin-right: 10%;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.about-advantages-inner-container {
  margin-left: 20%;
  margin-right: 20%;
  padding-top: 14rem;
  padding-bottom: 14rem;
}

@media only screen and (max-width: 1500px) {
  .about-advantages-inner-container {
    margin-left: 15%;
    margin-right: 15%;
  }
}
@media only screen and (max-width: 700px) {
  .about-advantages-inner-container {
    margin-left: 10%;
    margin-right: 10%;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.project-itro-inner-container {
  margin-left: 20%;
  margin-right: 20%;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

@media only screen and (max-width: 700px) {
  .project-itro-inner-container {
    margin-left: 10%;
    margin-right: 10%;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.project-inner-container {
  margin-left: 15%;
  margin-right: 15%;
  padding-top: 6rem;
  padding-bottom: 12rem;
}

@media only screen and (max-width: 1500px) {
  .project-inner-container {
    margin-left: 10%;
    margin-right: 10%;
  }
}
@media only screen and (max-width: 700px) {
  .project-inner-container {
    margin-left: 10%;
    margin-right: 10%;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.contact-content-inner-container {
  margin-left: 10%;
  margin-right: 10%;
  padding-top: 6rem;
  padding-bottom: 0;
}

.map-message-inner-container {
  margin-left: 10%;
  margin-right: 10%;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.blog-inner-container {
  margin-left: 10%;
  margin-right: 10%;
  padding-top: 1rem;
  padding-bottom: 14rem;
}

.ayodhya-inner-container {
  margin-left: 10%;
  margin-right: 10%;
  overflow: hidden;
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.layout-plan-inner {
  margin-left: 10%;
  margin-right: 10%;
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.project-book-now-inner {
  margin-left: 10%;
  margin-right: 10%;
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.project-gallery-inner {
  margin-left: 10%;
  margin-right: 10%;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.gotoproject-inner {
  margin-left: 10%;
  margin-right: 10%;
  padding-bottom: 14rem;
}

#lineUp {
  animation: 2s anim-lineUp ease-out;
}

@keyframes anim-lineUp {
  0% {
    opacity: 0;
    transform: translateY(80%);
  }
  20% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    transform: translateY(0%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
.ayodhya_banner_section {
  width: 100%;
  height: 50vh;
  background-image: url("../image/ayodhya/about_banner copy 3.png");
  background-repeat: no-repeat;
  -o-object-fit: cover;
     object-fit: cover;
  color: #fff !important;
}
.ayodhya_banner_section h2 {
  color: #fff !important;
}

.dwaraka_banner_section {
  width: 100%;
  height: 50vh;
  background-image: url("../image/dwaraka/dwaraka_banner.png");
  background-repeat: no-repeat;
  -o-object-fit: cover;
     object-fit: cover;
}
.dwaraka_banner_section h2 {
  color: #fff !important;
}

.mayanphase1_banner_section {
  width: 100%;
  height: 50vh;
  background-image: url("../image/mayanphase1/mayanphase1_banner.png");
  background-repeat: no-repeat;
  -o-object-fit: cover;
     object-fit: cover;
  color: #ffffff !important;
}
.mayanphase1_banner_section h2 {
  color: #fff !important;
}

.outer-container {
  width: 100%;
  display: flex;
  justify-content: center;
}

.ayodhya_project_logo {
  width: 100%;
  padding-bottom: 100px;
  text-align: center;
}

.layout-plan {
  display: flex;
  justify-content: center;
}

.layout-plan-inner {
  margin-left: 10%;
  margin-right: 10%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
.layout-plan-inner h3 {
  padding-bottom: 20px;
}
.layout-plan-inner img {
  width: 100%;
  border-radius: 20px;
}

.location {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 12rem;
}

.location > div {
  width: 49%;
}

.location-nearby h3 {
  max-width: 400px;
}
.location-nearby li {
  font-family: "Heebo", sans-serif;
  font-size: 20px;
}

.project-book-now {
  display: flex;
  justify-content: center;
  width: 100%;
}

.project-book-now-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.project-book-now-inner h1 {
  max-width: 800px;
  text-align: center;
}

.project-gallery {
  width: 100%;
  display: flex;
  justify-content: center;
}

.project-gallery-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.project-gallery-photos {
  width: 49.8%;
  height: 500px;
  background-color: chartreuse;
  overflow: hidden;
  margin-top: 5px;
}

@media screen and (max-width: 700px) {
  .layout-plan-inner {
    margin-top: 3rem;
  }
  .location {
    flex-direction: column;
  }
  .location div {
    width: 100%;
  }
  .location .location-nearby {
    margin-top: 3rem;
  }
  .project-gallery-photos {
    width: 100%;
    height: 330px;
    background-color: rgb(255, 255, 255);
    overflow: hidden;
    margin-top: 5px;
  }
  .project-gallery-photos img {
    width: 100%;
  }
  .ayodhya-inner-container {
    overflow: hidden;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.project_navigation_card_outer {
  width: 100%;
  margin-left: 15%;
  margin-right: 15%;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.project_navigation_card_inner {
  width: 50%;
}

.gotoproject-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.gotoproject-inner a {
  text-decoration: none;
}

.gotoproject-inner > div {
  border: 1px solid grey;
}

.gotoproject-mp1-logo img {
  width: 100px;
}

.go-round-2 {
  width: 120px;
  border: 1px solid blue;
  color: blue;
  background-color: white;
  font-size: 15px;
  font-family: var(--para_font);
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  padding: 12px 25px;
  border-radius: 50px;
  margin: 10px;
}

.plus-sign {
  font-size: 20px;
}

.go-round-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: blue;
  font-family: var(--para_font);
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  border-radius: 50px;
  color: #fff;
}

header {
  width: 100%;
  height: 150px;
  display: flex;
  justify-content: center;
  position: fixed;
  z-index: 100;
}

.header_inner {
  width: 80%;
}

.nav-wrapper {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
  position: fixed;
}

.logo-container {
  width: 15%;
  display: flex;
  justify-content: start;
  align-items: center;
  position: relative;
}

.logo {
  z-index: 1001;
}

nav {
  width: 75%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

@media only screen and (max-width: 1350px) {
  nav {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row-reverse;
  }
}
.nav-container {
  display: flex;
}

.nav-tabs {
  display: flex;
  font-size: 18px;
  list-style: none;
  font-family: var(--para_font);
  letter-spacing: 1px;
  transition: 2s ease-in-out;
}
.nav-tabs hr {
  display: none;
}
.nav-tabs .nav_link {
  color: white;
  text-decoration: none;
  font-family: var(--para_font);
  font-weight: 200;
}

#social_media_icons_menu {
  display: none;
}

.visit-schedule {
  width: 160px;
  z-index: 1001;
}

.hidden {
  display: none;
}

.logo-typo {
  position: absolute;
  z-index: 1001;
  display: none;
  width: 180px;
}

.nav-tab, .menu-btn {
  cursor: pointer;
}

.nav-link-container hr {
  display: none;
}

.nav-tab:last-child {
  padding: 15px 20px;
}

@media only screen and (max-width: 1500px) {
  .nav-tabs {
    font-size: 16px;
  }
}
@media screen and (max-width: 1350px) {
  .nav-container {
    position: fixed;
    flex-direction: column;
    justify-content: center;
    z-index: -1;
    width: 100%;
    background-color: #3014ad;
    height: 100vh;
    width: 50%;
    right: 0;
    top: 0;
    display: none;
  }
  .nav-link-container {
    width: 100%;
    background-color: #3014ad;
    bottom: 0;
    height: 70%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .nav-link-container hr {
    display: block;
    height: 1px;
    border-width: 0;
    color: rgb(36, 114, 216);
    background-color: rgb(36, 114, 216);
    margin: 0 10% 30px 10%;
  }
  .nav-tabs {
    color: white;
    font-family: var(--para_font);
    font-weight: 100;
    font-size: 20px;
    margin-top: 10%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: space-between;
    height: 250px;
    width: 200px;
  }
  .nav-tabs li {
    padding-left: 0;
    padding-right: 40px;
  }
  #social_media_icons_menu {
    display: block;
  }
  #social_media_icons_menu .social_media_icons img {
    width: 30px;
    padding-right: 5px;
  }
  .nav-tab:last-child {
    padding: 15px 0;
  }
  .menu-btn {
    display: block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    z-index: 2;
    border-radius: 50px;
    background-color: rgb(152, 93, 196);
    padding: 5px 7px;
    margin-left: 7px;
  }
  .menu-btn .menu {
    display: block;
    margin-right: 15%;
    margin-left: 15%;
    margin-top: 6px;
    width: 70%;
    height: 2px;
    border-radius: 2px;
    background: #ffffff;
  }
  .menu-btn .menu:nth-child(2) {
    margin-top: 4px;
    opacity: 1;
  }
  .menu-btn .menu:nth-child(3) {
    margin-top: 4px;
  }
  #menuToggle:checked + .menu-btn .menu {
    transition: transform 0.2s ease;
  }
  #menuToggle:checked + .menu-btn .menu:nth-child(1) {
    transform: translate3d(0, 6px, 0) rotate(45deg);
  }
  #menuToggle:checked + .menu-btn .menu:nth-child(2) {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0;
  }
  #menuToggle:checked + .menu-btn .menu:nth-child(3) {
    transform: translate3d(0, -6px, 0) rotate(-45deg);
  }
  #menuToggle:checked ~ .nav-container {
    z-index: 1;
    display: flex;
    animation: menu-slide-left 0.3s ease;
  }
  @keyframes menu-slide-left {
    0% {
      transform: translateX(100%);
    }
    to {
      transform: translateX(0);
    }
  }
}
@media screen and (max-width: 700px) {
  .nav-wrapper {
    flex-wrap: wrap;
  }
  .logo-container {
    cursor: pointer;
    width: 100%;
    justify-content: center;
    margin-left: 0;
  }
  nav {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10%;
  }
  .nav-container {
    align-items: center;
    margin-top: 30%;
  }
  .nav-container hr {
    width: 100%;
  }
  .nav-tabs {
    margin-top: 20%;
    height: 200px;
    font-size: 18px;
  }
  .nav-tab:last-child {
    padding: 10px 0;
  }
  .visit-schedule {
    cursor: pointer;
  }
  .visit-schedule .schedule-2 {
    margin-top: 4rem;
  }
  .nav-container {
    height: 100vh;
    width: 100%;
    left: 0;
    top: 0;
  }
}
.nav-tabs :hover {
  color: aqua;
}

.nav-tabs :active {
  color: aqua;
}

#nav-link-on {
  text-decoration: underline;
  text-underline-offset: 10px;
  color: aqua;
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  padding: 40px;
  border: 1px solid #888;
  width: 800px;
  display: flex;
  justify-content: center;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
    height: 100vh;
  }
}
/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

#visit {
  width: 700px;
}

.modal-form-content-outer {
  width: 100%;
  display: flex;
  gap: 1rem;
}

.modal-form-content {
  width: 50%;
}

@media screen and (max-width: 700px) {
  .modal {
    width: 100%;
  }
  .modal-content {
    width: 100%;
  }
  .modal-content h2 {
    font-size: 30px;
    line-height: 30px;
    max-width: 250px;
  }
  .modal-form-content-outer {
    flex-direction: column;
  }
  .modal-form-content {
    width: 100%;
  }
  #input-content {
    margin-top: 6px;
    margin-bottom: 8px;
  }
  #input-content:last-child {
    margin-bottom: 0;
  }
  #input-content-time {
    margin-bottom: 0;
  }
  .parttwo {
    margin-top: 8px;
  }
}
.scroll-deck {
  height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.scroll-deck1 h1 {
  opacity: 0;
}
.scroll-deck1 h1.active {
  animation: hi 0.5s ease 1s backwards;
}

@keyframes hi {
  from {
    transform: translate3d(-20px, 0, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.careers-banner {
  width: 100%;
  height: 600px;
  position: relative;
  background-image: url("../image/careers/careers_banner_img44535.jpg");
  background-repeat: no-repeat;
  -o-object-fit: cover;
     object-fit: cover;
  display: flex;
  justify-content: center;
}

.careers_header_text_box {
  width: 100%;
  border: 0 10%;
}
.careers_header_text_box h1 {
  margin-left: 10%;
  max-width: 800px;
}
.careers_header_text_box p {
  margin-left: 10%;
  max-width: 900px;
  border: 2rem 0;
}

html {
  cursor: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24"><circle cx="12" cy="12" r="9" fill="%23F6FF08" stroke="%23FFF548" stroke-width="2"></circle></svg>'), auto;
}

body {
  margin: 0;
  padding: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-block-start: 0;
  padding-block-end: 0;
  padding-inline-start: 0;
  padding-inline-end: 0;
}

ul,
li {
  list-style-position: inside;
  margin: 0;
  padding: 0;
}

.fade-out {
  opacity: 0;
}

.fade-in {
  opacity: 1;
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
}

ul,
li {
  margin: 0;
  padding: 0;
}

#lineUp {
  animation: 2s anim-lineUp ease-out;
}

@keyframes anim-lineUp {
  0% {
    opacity: 0;
    transform: translateY(80%);
  }
  20% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    transform: translateY(0%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
.scrolling-active {
  background-color: #fff;
  height: 70px;
  color: #151515;
  box-shadow: 0 4px 8px 0 rgba(96, 96, 96, 0.193), 0 6px 20px 0 rgba(134, 134, 134, 0.01);
  text-align: center;
  transition: 2s;
}

.scrolling-active .nav-tabs a {
  color: #151515;
}

.scrolling-active .logo {
  display: none;
}

.scrolling-active .logo-typo {
  display: block;
}

.scrolling-active .nav-wrapper {
  top: 15px;
}

.scrolling-active .nav-link::after {
  background-color: #313131;
}

.scrolling-active .menu-btn__burger {
  background: black;
}

.scrolling-active .menu-btn__burger::before {
  background: black;
}

.scrolling-active .menu-btn__burger::after {
  background: black;
}

@media only screen and (max-width: 700px) {
  .scrolling-active .logo {
    display: none;
  }
  .scrolling-active .logo-typo {
    display: none;
  }
  .scrolling-active nav {
    margin-top: 0;
  }
}
.lineUp {
  animation: 2s anim-lineUp ease-out;
}

@keyframes anim-lineUp {
  0% {
    opacity: 0;
    transform: translateY(80%);
  }
  20% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    transform: translateY(0%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
.banner_section {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: #162639;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 120 120'%3E%3Cpolygon fill='%23000056' fill-opacity='0.05' points='120 120 60 120 90 90 120 60 120 0 120 0 60 60 0 0 0 60 30 90 60 120 120 120 '/%3E%3C/svg%3E");
  -o-object-fit: cover;
     object-fit: cover;
  background-size: cover;
  position: relative;
}
.banner_section h1 {
  color: #9a43d0;
}

.banner_img {
  width: 100%;
  overflow: hidden;
  overflow: hidden;
}

#changing-Header {
  font-size: 85px;
  line-height: 85px;
  color: #fff;
  text-align: left;
  font-family: var(--header_font);
  text-transform: uppercase;
  text-align: left;
  max-width: 800px;
  font-weight: 400;
  opacity: 1;
  margin-bottom: 50px;
  transition: opacity 1s ease-in-out;
}
#changing-Header h1 {
  padding-bottom: 0;
}

.schedule_button_container_mbl {
  display: none;
}

.banner_test_container {
  height: auto;
  position: absolute;
  top: 35%;
  left: 10%;
  z-index: 1;
}

.home_banner_para {
  color: #fff;
  font-size: 25px;
  font-family: var(--para_font);
  max-width: 300px;
  font-weight: 400;
  line-height: 30px;
}

.logo_smpl_container {
  position: absolute;
  bottom: 10%;
  right: 10%;
  z-index: 1;
}

.logo_smpl {
  width: 110px;
}

@media only screen and (max-width: 1500px) {
  #changing-Header {
    font-size: 80px;
    line-height: 78px;
    color: #fff;
    max-width: 500px;
  }
}
@media only screen and (max-width: 1200px) {
  #changing-Header {
    font-size: 65px;
    line-height: 65px;
    color: #fff;
    max-width: 550px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 900px) {
  .banner_img {
    width: auto;
    height: 100vh;
  }
}
@media only screen and (max-height: 900px) {
  #changing-Header {
    font-size: 65px;
    line-height: 65px;
    max-width: 550px;
  }
}
@media screen and (max-width: 700px) {
  .banner_test_container {
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
  }
  #changing-Header {
    font-size: 50px;
    line-height: 55px;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
  }
  .home_banner_para {
    text-align: center;
    margin: auto;
    padding-top: 20px;
    font-size: 20px;
    max-width: 250px;
  }
  .logo_smpl_container {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .Banner_header_Text {
    font-size: 50px;
    line-height: 55px;
    color: #fff;
    text-align: left;
    font-family: var(--header_font);
    text-align: left;
  }
}
.introduction_home_inner_container {
  display: flex;
  height: auto;
  justify-content: space-between;
}

.introduction_section_left_part {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}
.introduction_section_left_part h1 {
  color: #65def3;
  max-width: 500px;
  margin: 0;
}

.introduction_section_right_part {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: center;
  color: #fff;
}

#introduction_section_btn {
  margin-top: 3em;
}

@media screen and (max-width: 700px) {
  .introduction_home_inner_container {
    flex-direction: column;
  }
  .introduction_section_left_part {
    width: 100%;
  }
  .introduction_section_left_part h1 {
    max-width: none;
  }
  .introduction_section_right_part {
    width: 100%;
  }
}
.icon_section_inner_container {
  display: flex;
  color: #d3bbbb;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.icon_container_circle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  color: #fff;
  background: rgb(44, 51, 139);
  background: linear-gradient(111deg, rgb(44, 51, 139) 0%, rgb(152, 93, 196) 100%);
  margin: 10px;
}
.icon_container_circle img {
  width: 60px;
  padding-bottom: 20px;
}
.icon_container_circle p {
  font-weight: 400;
  line-height: 22px;
  max-width: 135px;
  text-align: center;
}

@media screen and (max-width: 700px) {
  .icon_section_inner_container {
    flex-direction: column;
  }
  .icon_container_circle {
    width: 250px;
    height: 250px;
  }
}
#background {
  background-image: url("../image/home_page/ayodhya-main-image.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  transition: 1s;
}

.why_mayan_homes_sub_container {
  width: 50%;
  display: flex;
  justify-content: start;
  align-items: center;
  position: relative;
  background-color: #17dcff;
  top: 10%;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.why_mayan_homes_text_container {
  margin: 10% 3% 10% 20%;
  width: 80%;
  height: 30%;
}
.why_mayan_homes_text_container p {
  max-width: 80%;
}

@media screen and (max-width: 700px) {
  .why_mayan_homes_sub_container {
    width: 100%;
  }
  .why_mayan_homes_text_container {
    margin-right: 10%;
    margin-left: 10%;
  }
  .why_mayan_homes_text_container p {
    max-width: 100%;
  }
}
.project_section_inner_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.project-individual-box {
  width: 30%;
  background-color: #fff;
  border-radius: 0 0 30px 30px;
  overflow: hidden;
  padding: 10px;
  text-align: center;
  position: relative;
}
.project-individual-box h4 {
  margin: auto;
  font-weight: 200;
  text-align: center;
  max-width: 230px;
  line-height: 28px;
  padding: 30px 0 80px 0;
}

.project-image-box img {
  width: 100%;
}

.project-logo-box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
}
.project-logo-box img {
  width: 200px;
}

#project_logo_phase-1 {
  width: 120px;
}

.project_section_inner_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 1250px) {
  .project_section_inner_container {
    flex-direction: column;
  }
  .project-individual-box {
    display: flex;
    width: 100%;
    border-radius: 0 30px 30px 0;
    margin: 20px 0;
  }
  .project-individual-box .project-image-box {
    width: 50%;
    overflow: hidden;
  }
  .project-individual-box .project-image-box img {
    height: 100%;
    width: auto;
  }
  .project-individual-box .project-box-content {
    width: 50%;
  }
  .project-individual-box h4 {
    max-width: 260px;
    line-height: 28px;
    padding: 30px 0 30px 0;
  }
  .project-individual-box .project-logo-box {
    height: 100px;
  }
  .project-individual-box .project-logo-box img {
    padding-top: 30px;
  }
}
@media screen and (max-width: 850px) {
  .project_section_inner_container {
    flex-direction: row;
  }
  .project-individual-box {
    display: block;
    width: 100%;
    border-radius: 0 0 30px 30px;
    margin: 20px 0;
  }
  .project-individual-box .project-image-box {
    width: 100%;
    overflow: hidden;
  }
  .project-individual-box .project-image-box img {
    width: 100%;
    height: auto;
  }
  .project-individual-box .project-box-content {
    width: 100%;
  }
  .project-individual-box h4 {
    max-width: 260px;
    line-height: 28px;
    padding: 30px 0 30px 0;
  }
  .project-individual-box .project-logo-box {
    height: 150px;
  }
  .project-individual-box .project-logo-box img {
    padding-top: 30px;
  }
}
.prject_outer_container {
  width: 32%;
  height: auto;
}

.project-heading-1 {
  text-align: center;
  margin: auto;
  padding-top: 14rem;
  color: #fff;
}

.project-heading {
  text-align: center;
  margin: auto;
  padding-top: 14rem;
  padding-bottom: 3rem;
}

@media screen and (max-width: 1250px) {
  .project-heading-1 {
    padding-top: 8rem;
  }
}
.Project-highlights-inner-container {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(1, 1fr);
}

.project-highlights-content {
  grid-column-start: 1;
  grid-column-end: 6;
  grid-row-start: 1;
  grid-row-end: 2;
  background-color: rgb(225, 237, 248);
  padding: 130px;
}

.highlights-image {
  grid-column-start: 5;
  grid-column-end: 9;
  grid-row-start: 1;
  grid-row-end: 2;
  padding: 6rem 2rem;
}
.highlights-image img {
  width: 100%;
  align-self: baseline;
}

@media screen and (max-width: 1200px) {
  .project-highlights-content {
    padding: 80px 120px 80px 40px;
  }
}
@media screen and (max-width: 1000px) {
  .Project-highlights-inner-container {
    display: flex;
    flex-direction: column;
  }
  .project-highlights-content {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 5;
    padding: 100px 150px 50px 50px;
    grid-auto-flow: column;
  }
  .highlights-image {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 4;
    grid-row-end: 9;
  }
}
@media screen and (max-width: 850px) {
  .Project-highlights-inner-container {
    display: flex;
    flex-direction: column;
  }
  .project-highlights-content {
    padding: 100px 20px 50px 50px;
  }
}
@media screen and (max-width: 700px) {
  .highlights-image {
    display: block;
  }
}
.Project_highlights_box {
  width: 250px;
  height: 100px;
  border: 1px solid #8f62c3;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin: 10px 10;
  border-radius: 20px;
}
.Project_highlights_box p {
  font-weight: 500;
  line-height: 25px;
  max-width: 110px;
}

.Project-Features-inner-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.Project_Features_box {
  width: 30%;
  height: 150px;
  border: 1px solid #8f62c3;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin: 30px 0;
  border-radius: 20px;
}
.Project_Features_box p {
  font-weight: 500;
  line-height: 25px;
  max-width: 110px;
  text-align: center;
}

#Project_Features_box_blue {
  background: rgb(44, 51, 139);
  background: linear-gradient(151deg, rgb(44, 51, 139) 0%, rgb(152, 93, 196) 100%);
  color: #fff;
}

.Project_Features_list {
  width: 30%;
  height: 150px;
  display: flex;
  justify-content: left;
  align-items: center;
  margin: 30px 0;
  border-radius: 20px;
}
.Project_Features_list li {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-family: var(--para_font);
  font-weight: 300;
  font-style: normal;
  line-height: 28px;
  color: #000053;
  list-style-position: inside;
}

#Project-Features-mobile {
  background-color: var(--mayan_blue);
  display: none;
}

.Project_Features_box_mob_inner li {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-family: var(--para_font);
  font-weight: 300;
  font-style: normal;
  line-height: 28px;
  color: var(--mayan_blue_2);
  list-style-position: inside;
}
.Project_Features_box_mob_inner h3 {
  color: var(--mayan_blue_2);
  margin-bottom: 20px;
}

@media screen and (max-width: 700px) {
  #Project-Features-mobile {
    display: block;
  }
  .Project_Features_box {
    width: 100%;
    margin: 10px 0;
  }
  .Project_Features_box_mob {
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .Project_Features_list {
    display: none;
  }
}
#customer-feeback-background {
  background-color: #01bfcb;
  text-align: center;
}

.customer-feeback-inner-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.testimonials {
  width: 32%;
  display: flex;
  flex-direction: column;
  text-align: left;
  border: 2px solid #7cc5de;
  border-radius: 10px;
}

.customer-photo {
  margin: 20px;
}
.customer-photo img {
  border-radius: 50%;
}

.people-talk {
  margin: 50px 20px;
}
.people-talk h4 {
  padding: 0;
}

#coustomer_feedback_button {
  background-color: #000053;
  color: #fff;
  font-size: 15px;
  font-family: var(--para_font);
  font-weight: 300;
  border: transparent;
}

@media screen and (max-width: 700px) {
  .testimonials {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.customer_feeback_hero {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  -o-object-fit: fill;
     object-fit: fill;
}
.customer_feeback_hero img {
  display: block;
}
.customer_feeback_hero .home_inveter_coma_div {
  position: absolute;
  top: 25%;
  left: 10%;
}
.customer_feeback_hero .home_inveter_coma_div h2 {
  max-width: 400px;
  padding: 1rem 0;
}

@media screen and (max-width: 900px) {
  .project-thumbnails-link {
    display: flex;
    flex-direction: column;
  }
  .project-individual-box {
    width: 100%;
  }
}