/* New Component Css */

/* .scroller {
  overflow: hidden scroll !important; 
} */
.header_fixed {
  background-color: #000;
  padding: 10px 2px;
}

.colsnew {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 999 !important;
  background-color: transparent !important; /* Add a background color to avoid transparency issues */
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1) !important; /* Optional: add a shadow */
  transition: background-color 0.3s ease-in-out !important;
}

.our_emp {
  overflow-y: hidden;
  max-width: 100vw;
  margin-top: 10rem;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 5rem;
  padding: 0 8%;
}

.our_emp_section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.our_emp_section.reverse {
  flex-direction: row-reverse;
}

.our_emp_image_container {
  position: relative;
  flex: 0 0 250px;
  padding: 0 30px 0 60px;
}

.our_emp_image {
  height: 420px;
  min-width: 400px;
  object-fit: cover;
  border-radius: 8px;
}

.our_emp_number {
  position: absolute;
  font-size: 100px;
  color: #ffffff;
  font-weight: bold;
  top: 50%;
  left: 0.9rem;
  transform: translateY(-50%);
}

.our_emp_section.reverse .our_emp_number {
  left: auto;
  right: -2rem;
  text-align: right;
}

.our_emp_info {
  max-width: 500px;
  text-align: justify;
}

.our_emp_info h1 {
  font-size: 2rem;
  margin-bottom: 1rem;
  text-transform: capitalize;
}

.our_emp_info p {
  line-height: 1.6;
  font-size: 1.5rem;
}
.our_emp_info1 h1 {
  text-align: right;
}

.our_emp_info1 p {
  text-align: justify;
}

@media screen and (max-width: 900px) {
  .our_emp_section {
    flex-direction: column !important;
  }
  .our_emp_image_container {
    flex: auto;
  }
}
@media screen and (max-width: 500px) {
  .our_emp_info1 h1 {
    text-align: left;
  }
  .our_emp_image {
    height: 280px;
    min-width: 250px;
    object-fit: cover;
    border-radius: 8px;
  }
  .our_emp_number {
    font-size: 50px;
  }

  .our_emp_image_container {
    position: relative;
    flex: 0 0 250px;
    padding: 0 04px 0 35px;
  }
}

/* Map CSS */
.location_map {
}

.mapouter {
  position: relative;
  text-align: right;
  width: 100%;
  height: 500px;
}
.gmap_canvas {
  overflow: hidden;
  background: none !important;
  width: 100%;
  height: 500px;
}
.gmap_iframe {
  width: 100%;
  height: 500px;
}

/* At the End  */

.new_update {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex: 1;
  height: calc(100% - 2px);
  width: calc(100% - 2px);
  color: #a9abb5;
  /* padding-bottom: 15px; */
  padding: 0 0 35px 30px;
  margin: 1px;
}

.new_update2 {
  /* background: linear-gradient(180deg, rgba(24, 25, 31, 1) 0%, rgba(42, 42, 42, 1) 100%) !important; */
  background: linear-gradient(180deg, #151519 50.04%, #26262a 100%);
  margin: 1px;
}
.new_update1 {
  min-height: 300px;
  align-items: flex-start;
  padding-top: 100px;
}
.new_update a {
  background: 0 0;
  border: 0;
  /* color: #fff; */
  color: #a9abb5;
  font: normal 0.99vw / 0.99vw rosie;
}
.new_update p {
  background: 0 0;
  border: 0;
  /* color: #fff; */
  font: normal 0.99vw / 0.99vw rosie;
}
.footer_name {
  padding: 30px 20px;
  /* height: 100px; */
  width: 100%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer_name h1 {
  font-size: 12vw; /* Adjust the number as needed */
}
.minWidth {
  min-height: 300px;
}

#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #18191f; /* Semi-transparent background */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999; /* Make sure it covers the entire screen */
}

#loader1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #18191f; /* Semi-transparent background */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999; /* Make sure it covers the entire screen */
}

/* Spinner style */
.spinner {
  border: 4px solid #f3f3f3; /* Light gray background */
  border-top: 4px solid #3498db; /* Blue color for the spinner */
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
}
.now_more > span {
  font-size: 16px;
  font-weight: bold;
  padding: 10px 10px;
  color: #fff;
  font: normal 0.781vw / 0.781vw Atyp;
  border: #fff 0.052vw solid;
  border-radius: 2.604vw;
  padding: 0.938vw 1.979vw;
  display: inline-block;
  cursor: pointer;
  transition: 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* Animation for the spinner */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.colsnew {
  display: none;
}
.h_burger2 {
  display: none;
}

.text_para {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 5rem 0;
}
.text_para .abt_us_dic {
  max-width: 600px;
  display: inline-block;
  text-align: center;
  color: #fff;
  font: normal 1.25vw / 1.875vw "Rosie";
  letter-spacing: 1px;
}

/* Pop Up CSS Start */
.BlockUIConfirm {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  width: 100vw;
  z-index: 10000000;
}

.blockui-mask {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  opacity: 0.4;
  overflow: hidden;
}
.RowDialogBody {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0); /* Start at scale 0 */
  width: 100%;
  max-width: 400px;
  opacity: 1;
  /* background-color: white; */
  background-color: rgb(24, 25, 31);
  border-radius: 4px;
  animation: ani_time 0.5s ease-in forwards; /* Apply the animation */
}

@keyframes ani_time {
  from {
    transform: translate(-50%, -50%) scale(0); /* Initial scale */
    opacity: 0; /* Optional: fade in */
  }
  to {
    transform: translate(-50%, -50%) scale(1); /* Final scale */
    opacity: 1; /* Ensure opacity is fully visible */
  }
}

/* 
.RowDialogBody {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 400px;
	opacity: 1;
	background-color: white;
	border-radius: 4px;
}

@keyframes ani_time {
  to{

  }
} */

.RowDialogBody > div:not(.confirm-body) {
  padding: 8px 10px;
}

.confirm-header {
  width: 100%;
  border-radius: 4px 4px 0 0;
  font-size: 13pt;
  font-weight: bold;
  margin: 0;
}

.row-dialog-hdr-success {
  border-top: 4px solid #5cb85c;
  border-bottom: 1px solid transparent;
}

.row-dialog-hdr-info {
  border-top: 4px solid #5bc0de;
  border-bottom: 1px solid transparent;
}

.confirm-body {
  border-top: 1px solid #ccc;
  padding: 20px 10px;
  border-bottom: 1px solid #ccc;
}

.confirm-btn-panel {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.row-dialog-btn {
  margin: 2rem 0 1rem 0;
  cursor: pointer;
  padding: 10px 20px;
  border-radius: 30px;
  /* font-size: 16px; */
  /* background-color: #26262a; */
  background-color: rgba(169, 171, 181, 0.2);
  color: #fff;
  border: none;
}

.btn-naked {
  background-color: transparent;
}

/* Animation like Right Click  */

.main-container {
  width: 100%;
  height: auto;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

/* Main CSS */
.check-container {
  margin-top: 2rem;
  width: 10.25rem;
  height: 11.5rem;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: space-between;
}
.check-container .check-background {
  width: 100%;
  height: calc(100% - 1.25rem);
  background: linear-gradient(to bottom right, #5de593, #41d67c);
  box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset,
    0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
  transform: scale(0.84);
  border-radius: 50%;
  animation: animateContainer 0.75s ease-out forwards 0.75s;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
.check-container .check-background svg {
  width: 65%;
  transform: translateY(0.25rem);
  stroke-dasharray: 80;
  stroke-dashoffset: 80;
  animation: animateCheck 0.35s forwards 1.25s ease-out;
}
.check-container .check-shadow {
  bottom: calc(-15% - 5px);
  left: 0;
  border-radius: 50%;
  background: radial-gradient(closest-side, rgba(73, 218, 131, 1), transparent);
  animation: animateShadow 0.75s ease-out forwards 0.75s;
}

@keyframes animateContainer {
  0% {
    opacity: 0;
    transform: scale(0);
    box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset,
      0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
  }
  25% {
    opacity: 1;
    transform: scale(0.9);
    box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset,
      0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
  }
  43.75% {
    transform: scale(1.15);
    box-shadow: 0px 0px 0px 43.334px rgba(255, 255, 255, 0.25) inset,
      0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
  }
  62.5% {
    transform: scale(1);
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset,
      0px 0px 0px 21.667px rgba(255, 255, 255, 0.25) inset;
  }
  81.25% {
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset,
      0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset;
  }
  100% {
    opacity: 1;
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset,
      0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset;
  }
}

@keyframes animateCheck {
  from {
    stroke-dashoffset: 80;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes animateShadow {
  0% {
    opacity: 0;
    width: 100%;
    height: 15%;
  }
  25% {
    opacity: 0.25;
  }
  43.75% {
    width: 40%;
    height: 7%;
    opacity: 0.35;
  }
  100% {
    width: 85%;
    height: 15%;
    opacity: 0.25;
  }
}

* {
  box-sizing: border-box;
}
body {
  font-size: 14px;
  margin: 0;
}

/* @font-face {
  font-family: "san de More";
  src: url("/fonts/SandeMoreDemo-Regular.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
} */

@font-face {
  font-family: "san de More"; /* Choose a name for the font */
  src: url("/NewFont/SandeMore-Regular.woff2") format("woff2"),
    /* Modern browsers */ url("/NewFont/SandeMore-Regular.woff2") format("woff"); /* Fallback */
  font-weight: normal; /* Adjust as needed (normal, bold, etc.) */
  font-style: normal; /* Adjust as needed (normal, italic, etc.) */
}

/* @font-face {
  font-family: "Rosie";
  src: url("../fonts/Montreal-Serial\ Regular.ttf") format("truetype");
  font-weight: 400; 
  font-style: normal;
  font-display: swap;
} */
.v1_2 {
  width: 100%;
  background: rgba(255, 255, 255, 1);
  opacity: 1;
  overflow: hidden;
}
.v1_3 {
  width: 100%;
  height: 800px;
  background: rgba(17, 56, 33, 1);
  opacity: 1;
  position: relative;
  overflow: hidden;
}
.v1_3_1 {
  width: 100%;
  height: 130px;
  /* background: rgba(17, 56, 33, 1); */
  opacity: 1;
  background: #113821b8;
  position: absolute;
  overflow: hidden;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10%;
}
.v1_4 {
  width: 100%;
  height: 810px;
  /* background: url("../images/v1_4.png"); */
  background: url("../images/Entrance Arch Golden Light 5K.png");

  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  overflow: hidden;
}
.v1_5 > img {
  width: 148px;
  height: 80px;
  /* background: url("../images/v1_5.png"); */
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  /* position: absolute;
  top: 24px;
  left: 153px; */
  overflow: hidden;
}
.v1_6 {
  width: 140px;
  height: fit-content;
  background: rgba(202, 171, 90, 1);
  padding: 10px 20px;
  margin: 10px;
  opacity: 1;
  /* position: absolute;
  top: 42px;
  right: 281px; */
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  overflow: hidden;
}
.v1_7 {
  width: 92px;
  color: rgba(17, 56, 33, 1);
  font-family: "san de More";
  font-weight: Bold;
  font-size: 16px;
  opacity: 1;
  text-align: left;
  cursor: pointer;
}
.v1_8_main{
  display: flex;
  position: absolute;
  bottom: 20px;
  width: 100vw;
  justify-content: center;
  align-items: center;
}
.v1_8 {
  height: 120px;
  background: rgba(17, 56, 33, 0.6000000238418579);
  margin: 30px;
  opacity: 1;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  padding: 0 15px;
}
.v1_9 {
  /* width: 296px; */
  color: rgba(202, 171, 90, 1);
  font-family: "san de More";
  font-weight: Bold;
  font-size: 80px;
  opacity: 1;
  text-align: left;
}
.v1_10 {
  width: 2px;
  height: 80px;
  background: rgba(202, 171, 90, 1);
  opacity: 1;
  top: 20px;
  left: 346px;
  overflow: hidden;
}
.v1_11 {
  /* width: 330px; */
  color: rgba(202, 171, 90, 1);
  font-family: "san de More";
  font-weight: Bold;
  font-size: 80px;
  opacity: 1;
  text-align: left;
}
.v1_12 {
  width: 2px;
  height: 80px;
  background: rgba(202, 171, 90, 1);
  opacity: 1;
  top: 20px;
  left: 296px;
  overflow: hidden;
}
.v1_13 {
  /* width: 244px; */
  color: rgba(202, 171, 90, 1);
  top: 0px;
  left: 264px;
  font-family: "san de More";
  font-weight: Bold;
  font-size: 80px;
  opacity: 1;
  text-align: left;
}

.v1_14 {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  padding: 5rem 0;
  gap: 4rem;
  padding: 5rem 10%;
}
.v1_15 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
}
.v1_16 {
  /* flex: 1; */
  width: 100%;
  font-family: "san de More";
  font-size: 40px;
  font-weight: 400;
  line-height: 90px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.v1_17 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}
.v1_18 {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.v1_19 {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  padding: 20px 40px;
  align-items: center;
  flex-direction: column;
  gap: 0.5rem;
  box-shadow: 0px 0px 8px 0px #0000001f;
  border-radius: 12px;
}
.v1_19_1 {
  min-width: 120px;
  font-family: "san de More";
  font-style: normal;
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.v1_19_2 {
  font-family: "san de More";
  font-size: 30px;
  font-weight: 400;
  line-height: 45px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.v1_20 {
  box-shadow: 0px 0px 4px 0px #00000029;
  margin-top: 0.2rem;
  padding: 0 1rem;
  border-radius: 12px;
}
.v1_20 div {
  line-height: 60px !important;
}
.v1_21 {
  width: 450px;
  border-radius: 10px;
  font-family: Arial, sans-serif;
}
.v1_21 h2 {
  text-align: center;
  margin-bottom: 20px;
}
.v1_21 form {
  display: flex;
  flex-direction: column;
}
.v1_21 label {
  display: block;
  margin: 10px 0 5px;
}
.v1_21 input,
.v1_21 select,
.v1_21 button {
  width: 100%;
  padding: 10px;
  margin-bottom: 25px;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 100%;
}
.v1_21 button {
  background-color: #caab5a;
  color: white;
  cursor: pointer;
}
.v1_21 button:hover {
  background-color: #caab5a;
}
.v1_45 {
  width: 100%;
  height: 44px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.v1_46 {
  background: rgba(202, 171, 90, 1);
  width: 243px;
  color: rgba(17, 56, 33, 1);
  padding: 10px 20px;
  margin: 10px;
  opacity: 1;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  cursor: pointer;
  font-family: "san de More";
  font-weight: Bold;
  font-size: 16px;
  opacity: 1;
  text-align: center;
}
.v1_47 {
  width: 100%;
  height: 327px;
  background: url("../images/v1_47.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 2rem 10%;
  opacity: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.v1_48 {
  width: 100%;
  color: rgba(17, 56, 33, 1);
  font-family: "san de More";
  font-weight: Bold;
  font-size: 60px;
  opacity: 1;
  text-align: left;
}
.v1_49 {
  width: 100%;
  color: rgba(17, 56, 33, 1);
  font-size: 24px;
  opacity: 1;
  text-align: justify;
}
.v1_50 {
  width: 100%;
  background: url("../images/v1_50.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 24px;
  opacity: 1;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.v1_51 {
  background: rgba(17, 56, 33, 1);
  padding: 10px 20px;
  margin: 10px;
  opacity: 1;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  overflow: hidden;
  cursor: pointer;
}
.v1_55 {
  width: 100%;
  background: rgba(17, 56, 33, 1);
  opacity: 1;
  position: relative;
  left: 0px;
  overflow: hidden;
}
.v1_56 {
  width: 100%;
  height: 810px;
  background: url("../images/v1_56.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  opacity: 0.5;
}
.v1_61 {
  width: 100vw;
  color: rgba(255, 255, 255, 1);
  position: absolute;
  bottom: 50%;
  top: 50%;
  transform: translate(0, 50%);
  font-family: "san de More";
  font-weight: Bold;
  font-size: 160px;
  opacity: 1;
  text-align: center;
}

.v1_62_0 {
  display: flex;
  justify-content: center;
  gap: 1rem;
  padding: 2rem 2rem;
  align-items: center;
}
.v1_62 {
  width: 300px;
  min-height: 467px;
  max-height: 467px;
  background: rgba(255, 255, 255, 1);
  opacity: 1;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.11999999731779099);
  overflow: hidden;
  padding: 1rem 1rem;
}
.v1_63 {
  width: 232px;
  color: rgba(17, 56, 33, 1);
  font-family: "san de More";
  font-weight: Bold;
  font-size: 25px;
  opacity: 1;
  text-align: left;
}
.v1_64 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 2rem;
}
.v1_65 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  width: 100%;
}
.v1_66 {
  font-family: "san de More";
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.v1_67 {
  display: flex;
  min-width: 80px;
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  gap: 0.5rem;

  font-family: "san de More";
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.v1_67_1 img {
  height: 20px;
  width: 20px;
  object-fit: contain;
  display: flex;
  justify-content: center;
  align-items: center;
}

.v1_211_1 {
  padding: 2rem 10%;
  font-family: "san de More";
  font-size: 40px;
  font-weight: 700;
  line-height: 90px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.v1_211 {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  height: 400px;
}
.v1_212 {
  position: relative;
  flex: 1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  overflow: hidden;
}
.v1_212_1 {
  background: url("../images/near_by_01.png");
}
.v1_212_2 {
  background: url("../images/near_by_02.png");
}
.v1_212_3 {
  background: url("../images/near_by_03.png");
}
.v1_214 {
  width: 100%;
  color: rgba(255, 255, 255, 1);
  position: absolute;
  top: 241px;
  font-family: "san de More";
  font-weight: Bold;
  font-size: 32px;
  opacity: 1;
  text-align: center;
}
.v1_215 {
  width: 114px;
  width: 100%;
  color: rgba(255, 255, 255, 1);
  position: absolute;
  top: 191px;
  font-size: 32px;
  opacity: 1;
  text-align: center;
}
.slider-container {
  width: 100%;
  margin: 50px auto;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
}
.slides img {
  width: 100%;
  flex-shrink: 0;
}
.navigation {
  position: absolute;
  top: 90%;
  width: 100%;
  display: flex;
  gap: 2rem;
  justify-content: center;
  transform: translateY(-50%);
}
.nav_btn {
  /* border: none;
  color: white;
  font-size: 18px;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 50%; */
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  color: white;
  font-size: 26px;
  padding-bottom: 6px;
  /* padding: 10px 15px ; */
  cursor: pointer;
  border-radius: 50%;
}
.navigation button:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.navigation #prev {
  background-color: #caab5a80 !important;
}
.navigation #next {
  background-color: #113821 !important;
}
.v1_230 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 1rem;
}
.v1_231 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 1rem;
  margin-top: 3rem;
}
.v1_232 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 1rem;
}
.v1_232_1 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 1rem;
}

.sri_btn {
  cursor: pointer;
  width: 120px;
  text-align: center;
  padding: 10px 18px 10px 18px;
  gap: 10px;
  border-radius: 8px;
  opacity: 0px;
  background: #caab5a;
}
.mapouter {
  position: relative;
  text-align: right;
  width: 100%;
  height: 500px;
}
.gmap_canvas {
  overflow: hidden;
  background: none !important;
  width: 100%;
  height: 500px;
}
.gmap_iframe {
  width: 100%;
  height: 500px;
}
.footer {
  height: 60px;
  width: 100%;
  background: #113821;
}
.v1_232_2_img {
  height: auto;
  width: 600px;
  object-fit: cover;
}
.complete {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  padding: 40px 20px;
  color: #fff;
}
.com_pro_head {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
.com_pro {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 10rem;
}
.com_pro_1 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
}

.ab_vs1 {
  text-align: justify !important;
  margin-left: 27vw !important;
  padding-left: 1px !important;
  max-width: 600px !important;
}
.abt_us_head {
  width: 27vw;
  text-align: left;
  font: normal 3.359vw / 3.516vw "Rosie";
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .v1_3,
  .v1_4{
    height: 600px;
  }
  .v1_8_main{
    bottom: 0px;
   
  }
  .v1_8{
    margin:10px;
    height:100px;
  }
  .ab_vs1 {
    max-width: 400px !important;
  }
  .text_para .abt_us_dic {
    max-width: 400px;
  }
  /* .v1_3 {
    height: 80vh;
  }
  .v1_4 {
    height: 80vh;
  } */
  .v1_6 {
    right: 20px !important;
  }

  /* .v1_8 {
    height: 13vw;
    height: 120px;
  } */
  .v1_9,
  .v1_11,
  .v1_13 {
    font-size: 5vw;
    width: fit-content;
  }
  .v1_10,
  .v1_12 {
    height: 8vw;
  }
  .v1_62_0 {
    flex-wrap: wrap;
  }
  .v1_62 {
    width: 40vw;
  }
}

@media screen and (max-width: 1000px) {
  .v1_3,
  .v1_4{
    height: 460px;
  }
  .v1_8_main{
    bottom: 0px;
   
  }
  .v1_8{
    margin:10px;
    height:100px;
  }
  .v1_3_1 {
    height: 100px;
  }
  .v1_14 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 5%;
    padding-bottom: 5vh;
    padding-top: 5vh;
  }
  .v1_17 {
    justify-content: center;
  }
  .v1_18 {
    flex-direction: row;
  }
  .v1_19 {
    height: 240px;
    width: 234px;
  }
  .v1_20 {
    width: 80%;
  }
  .v1_56 {
    height: 80vw;
  }
  .v1_61 {
    font-size: 10vw;
  }
}

/* Pop Up CSS end */

@media screen and (max-width: 760px) {
  /* .v1_3_1 {
    padding: 5% 0;
  } */

  .v1_3,
  .v1_4{
    height: 300px;
  }
  .v1_8_main{
    bottom: 0px;
   
  }
  .v1_8{
    margin:10px;
    height:100px;
  }

  .v1_3_1 {
    padding: 1% 0;
    height: 50px;
  }
  .v1_5 > img {
    width: auto;
    padding-left: 2rem;
    height: 40px;
  }
  .v1_6 {
    width: fit-content;
    height: fit-content;
    background: rgba(202, 171, 90, 1);
    padding: 10px 15px;
    margin: 0 10px;
    font-size:12px;
}
.v1_14{
  padding-top: 1vh;
  padding-bottom: 1vh;
}

  .ab_vs1 {
    text-align: justify !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
    max-width: 100vw !important;
  }
  .text_para {
    flex-direction: column;
    gap: 2rem;
  }
  .abt_us_head {
    width: 100%;
    text-align: center;
    font: normal 24px / 23px Atyp;
    color: #fff;
  }
  .abt_us_dic {
    text-align: justify !important;
    margin-left: 0 !important;
    padding-left: o !important;
    max-width: 100vw !important;
    letter-spacing: 1px !important;
    font: normal 16px / 23px rosie !important;
  }

  .new_update3 {
    display: none;
  }
  .colsnew {
    display: block;
    background-color: #000;
  }
  .h_burger2 {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
    flex: 1;
    background-color: #000;
    padding: 6px 2px;
  }
  .now_more > span {
    font-size: 9px;
    font-weight: 400;
    padding: 10px 10px;
    border: #fff 1px solid;
    border-radius: 30px;

    /* 
  color: #fff;
  font: normal 0.781vw / 0.781vw Atyp;
  border: #fff 0.052vw solid;
  border-radius: 2.604vw;
  padding: 0.938vw 1.979vw;
  display: inline-block;
  cursor: pointer;
  transition: 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.7s cubic-bezier(0.165, 0.84, 0.44, 1); */
  }
  .questions_and_discuss_np {
    margin-top: 2rem !important;
  }
  .new_update1 {
    min-height: 100px;
    align-items: flex-start;
    padding-top: 40px;
  }
  .questions_and_discuss_np .rows .new_update {
    /* padding: 50px 0 10px; */
    padding: 50px 0 10px 20px;
  }
  .questions_and_discuss_np .rows .new_update a {
    margin: 0;
    /* padding: 9px 0 41px; */
    padding: 9px 0 10px;

    font: normal 12px / 12px rosie;
    display: flex;
    align-items: flex-end;
  }
  .questions_and_discuss_np .rows .new_update p {
    margin: 0;
    /* padding: 9px 0 41px; */
    padding: 10px 0 10px;
    font: normal 12px / 12px rosie;
    display: flex;
    align-items: flex-end;
  }
  .minWidth {
    min-height: 100px;
  }

  .text_para .abt_us_dic {
    max-width: 95%;
    font: normal 3.25vw / 3.875vw "Rosie";
  }

  .v1_8 {
    max-width: 100%;
    height: 10vw;
  }
  /* .v1_5 > img {
    width: 148px;
    height: 80px;
    top: 24px;
    left: 10px;
    scale: 0.7;
  } */
  .v1_16 {
    font-size: 30px;
  }
  .v1_17 {
    flex-direction: column;
  }
  .v1_18 {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .v1_19 {
    width: 80vw !important;
    max-width: 80vw !important;
    height: auto;
  }
  .v1_21 {
    width: 100%;
  }
  .v1_21 form {
    justify-content: center;
    align-items: center;
  }
  .v1_21 input,
  .v1_21 select,
  .v1_21 button {
    width: 90%;
  }

  .v1_211_1 {
    font-size: 6vw;
    line-height: 5vw;
  }
  .v1_211 {
    flex-direction: column;
    height: 1200px;
  }
  .v1_212 {
    height: 400px;
  }
  .v1_62_0 {
    flex-direction: column;
  }
  .v1_62 {
    width: 100%;
    min-height: auto;
    max-height: auto;
  }
  .v1_47 {
    height: auto;
  }
  .slider-container {
    margin: 0;
    height: 300px;
  }
  .slides {
    height: 100%;
  }
  .v1_62_0 {
    padding: 2rem 10px;
  }
  .v1_230 {
    flex-direction: column-reverse;
    align-items: center;
  }
  .v1_231 {
    flex-direction: row;
    margin-top: 0;
  }
  .v1_232 {
    align-items: center;
  }
  .v1_232_2 {
    width: 99vw;
    height: 80vh;
  }
  .v1_232_1 {
    gap: 5px;
    flex-wrap: wrap;
  }
  .v1_232_2 img {
    width: 100%;
    height: 100%;
    object-fit: fill;
  }
  .sri_btn {
    width: auto;
  }

  .v1_47 {
    padding: 2rem 24px;
  }
  .v1_48 {
    font-size: 35px;
  }
  .v1_49 {
    font-size: 20px;
  }
  .v1_47 {
    gap: 0.8rem;
  }
}

#projectdata {
  scroll-behavior: smooth;
}

@media screen and (max-width: 500px) {
  .v1_8 {
    gap: 10px;
  }
  .v1_6 {
    font-size: 14px;
    text-align: center;
  }
  .v1_7 {
    font-size: 14px;
  }
  .v1_20 {
    width: 100%;
  }
  .v1_3 {
    height: 220px;
  }
  .v1_4 {
    height: 220px;
  }
  .v1_8_main{
    bottom: -4px;
  }

  .v1_3_1 {
    padding: 1% 0;
    height: 50px;
  }
  .v1_5 > img {
    width: auto;
    padding-left: 2rem;
    height: 40px;
  }
  .v1_6 {
    width: fit-content;
    height: fit-content;
    background: rgba(202, 171, 90, 1);
    padding: 10px 15px;
    margin: 0 10px;
    font-size:12px;
}
.v1_14{
  padding-top: 1vh;
  padding-bottom: 1vh;
}
}

@media screen and (max-width: 250px) {
  .v1_10,
  .v1_12 {
    display: none;
  }
}
