body {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: "Alumni Sans";
}

a,
a:hover {
  text-decoration: none !important;
  transition: all ease-in-out 0.3s;
}

.h1 {
  color: #000;
  text-align: center;
  font-family: "Alumni Sans";
  font-size: 68px !important;
  font-weight: 800 !important;
  line-height: 1.2;
  letter-spacing: 2.72px;
  text-transform: uppercase;
  margin: 0 !important;
}

.h1 span {
  background: linear-gradient(90deg, #004d54 -3.74%, #008da9 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 !important;
}

.p-big {
  color: #484848;
  text-align: center;
  font-family: "HelveticaNowDisplay";
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

p {
  color: #333;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
}

.p-blod {
  color: #000;
  font-family: "Poppins";
  font-weight: 600;
  letter-spacing: 25.6px;
  text-transform: uppercase;
  margin: 0;
}

.h2 {
  color: #000;
  font-family: "Alumni Sans";
  font-size: 64px !important;
  font-style: normal;
  font-weight: 800 !important;
  line-height: 120%;
  /* 76.8px */
  text-transform: uppercase;
  margin: 0 !important;
}

.h3 {
  color: #000 !important;
  font-family: "Alumni Sans";
  font-size: 40px !important;
  font-style: normal;
  font-weight: 700 !important;
  line-height: normal;
  text-transform: uppercase;
  margin: 0 !important;
}

.h4 {
  color: #000;
  font-family: "Alumni Sans";
  font-size: 32px !important;
  font-style: normal;
  font-weight: 800 !important;
  line-height: 120%;
  /* 38.4px */
  margin: 0 !important;
}

.h5 {
  color: #000;
  font-family: "Roboto Flex";
  font-size: 24px !important;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 120%;
  text-transform: uppercase;
  margin: 0 !important;
}

.flex-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 16px;
}

.custom-btn {
  border-radius: 100px;
  background: linear-gradient(90deg, #004d54 -3.74%, #008da9 100%);
  /* background: linear-gradient(-136deg, #004D54 -110.74%, #008da9 225%); */
  padding: 8px 16px;
  color: #fff;
  font-family: "HelveticaNowDisplay";
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  border: 0px solid transparent;
  display: inline-block;
}

.custom-btn:hover {
  background: #fff;
  /* border-color: #fff; */
  color: #004d54;
}

.transperent {
  background: transparent;
  border: 2px solid #fff;
}

.transperent:hover {
  background: linear-gradient(90deg, #fff -3.74%, #fff 100%), #fff;
  border-color: transparent;
  color: #004d54;
}

header {
  background-color: transparent;
  padding: 10px 0px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999;
}

header.fixed {
  background-color: #004d544d;
  backdrop-filter: blur(10px);
}

ul.nav-menu {
  margin: 0;
  display: flex;
  gap: 30px;
  margin-left: 120px;
}

.custom-navbar ul.nav-menu .buttons {
  display: none;
}

.custom-navbar {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.hamburger {
  background: transparent;
  border: none;
  cursor: pointer;
  display: none;
  outline: none;
  height: 30px;
  position: relative;
  width: 30px;
  z-index: 1000;
}

.hamburger-line {
  background: #fff;
  height: 3px;
  position: absolute;
  left: 0;
  transition: all 0.2s ease-out;
  width: 100%;
}

.no_data_message {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: x-large;
}

.hamburger:hover .hamburger-line {
  background: #fff;
}

.hamburger-line-top {
  top: 3px;
}

.menu-active .hamburger-line-top {
  top: 50%;
  transform: rotate(45deg) translatey(-50%);
}

.hamburger-line-middle {
  top: 50%;
  transform: translatey(-50%);
}

.menu-active .hamburger-line-middle {
  left: 50%;
  opacity: 0;
  width: 0;
}

.hamburger-line-bottom {
  bottom: 3px;
}

.menu-active .hamburger-line-bottom {
  bottom: 50%;
  transform: rotate(-45deg) translatey(50%);
}

.nav-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  transition: all 0.25s ease-in;
}

.nav-menu .menu-item a {
  color: #fff;
  font-family: "Alumni Sans";
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.56px;
  text-transform: uppercase;
  opacity: 0.8;
}

.nav-menu .menu-item a:hover,
.nav-menu .menu-item.active a {
  opacity: 1;
}

.buttons {
  display: flex;
  align-items: center;
  gap: 16px;
}

.home-banner {
  background-image: url("../img/banner-img.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 2;
  position: relative;
}

/* .home-banner::after {
	background-image: url('../img/home-vactor.svg');
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 0;
	content: '';
	left: 0;
	height: 330px;
	width: 900px;
	z-index: -1;
} */

.banner-title {
  max-width: 855px;
  margin: 0 auto;
  text-align: center;
}

.banner-title .mini-titl {
  color: #000;
  text-align: center;
  font-family: "Alumni Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 90%;
  letter-spacing: 6.96px;
  text-transform: uppercase;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding-bottom: 25px;
}

.banner-title .mini-titl hr {
  margin: 0;
  width: 37px;
  height: 2px;
  background: #004d54;
  border: 0;
}

.banner-title .p-big span {
  color: #008ba7;
  font-weight: 700;
}

.banner-title .p-big {
  max-width: 590px;
  margin: 0 auto;
  padding: 20px 0px;
}

.banner-title .custom-btn {
  padding: 10px 24px;
}

.banner-title .custom-btn.transperent {
  border: 2px solid #004d54;
  color: #000000;
}

.banner-title .custom-btn:hover {
  color: #000;
  border-color: #004d54;
}

.about-sec {
  padding: 50px 0px 0px 0px;
  position: relative;
  overflow: hidden;
}

.about-sec .wrapper {
  position: relative;
}

.sun-titl .sub-btn {
  border-radius: 100px;
  background: linear-gradient(90deg, #004d54 -3.74%, #008da9 100%);
  display: inline-flex;
  padding: 4px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-align: center;
  font-family: "Alumni Sans";
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  width: auto;
  margin-bottom: 24px;
  transition: all ease-in-out 0.3s;
}

.sun-titl .sub-btn:hover {
  transform: translateY(-5px);
}

.sun-titl {
  max-width: 488px;
}

.about-sec .sun-titl {
  position: absolute;
  top: 0;
  left: 0;
}

.about-sec .about-img {
  width: 100%;
  height: auto;
  animation: mymove 2.3s infinite;
}

@keyframes mymove {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.03);
  }

  100% {
    transform: scale(1);
  }
}

.sec-txt {
  display: flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  bottom: 70px;
  right: -150px;
  opacity: 0.4;
}

.sec-txt hr {
  border: 0;
  width: 200px;
  height: 2px;
  background: #004d54;
  margin: 0;
}

.sun-titl.big {
  max-width: 660px;
}

.projects .flex-wrap {
  padding-top: 50px;
  gap: 20px;
}

.projects .project-card {
  width: 28%;
  position: relative;
  border-radius: 24px;
  border: 1px solid #004d54;
  background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  backdrop-filter: blur(10px);
  padding: 24px 24px 50px 24px;
  display: flex;
  gap: 16px;
  flex-direction: column;
  overflow: hidden;
  transition: all ease-in-out 0.3s;
  transition-duration: 0.5s !important;
}

.projects .project-card:hover {
  transform: rotate3d(8, 9, 2, 14deg);
}

.projects .project-card img {
  height: 188px;
  width: 100%;
  border-radius: 20px;
}

.projects .project-card .shape {
  position: absolute;
  top: -30px;
  right: -60px;
  z-index: -1;
  width: auto;
  height: 220px;
  opacity: 0.4;
}

.projects {
  padding-bottom: 120px;
  padding-top: 8px;
  position: relative;
  z-index: 5;
  overflow: hidden;
}

.projects .circle {
  left: 0;
  top: -40px;
  position: absolute;
  content: "";
  z-index: -1;
  animation: mycircle 3s infinite;
}

@keyframes mycircle {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

.projects .sec-txt,
.heading .sec-txt,
.contact-block .sec-txt {
  bottom: initial;
  top: 40%;
  left: -170px;
  width: 407px;
  transform: translate(0, 100%) rotate(-90deg);
}

.nearby .circle {
  left: initial;
  right: 0;
}

.nearby .near-by {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.nearby .bland-txt,
.booking-sec .bland-txt {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #000;
  font-family: "Poppins";
  font-size: 96px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 26.88px;
  text-transform: uppercase;
  background: linear-gradient(90deg, transparent -3.74%, transparent 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.5;
}

.nearby .sec-txt {
  top: 0;
  left: initial;
  right: -160px;
  transform: none;
  width: auto;
  opacity: 0.1;
}

.services .project-card img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.services .project-card {
  gap: 104px;
  padding-bottom: 36px;
}

.services .project-card .shape {
  width: 314px;
  height: 314px;
  opacity: 0.8;
  top: -80px;
  right: -140px;
}

footer {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../img/footer.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

footer::after {
  color: #000;
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 19.2px */
  text-transform: uppercase;
  position: absolute;
  content: "@All Right Reserved sambhrant city";
  bottom: 20px;
}

footer .footer-div {
  display: flex;
  gap: 122px;
  justify-content: space-between;
  align-items: center;
}

footer .sun-titl,
footer .img-block {
  width: 50%;
}

footer .sun-titl .h2 {
  padding: 10px 0px 20px 0px;
}

footer .sun-titl .sub-btn {
  margin: 0;
}

footer .sun-titl a.sub-btn {
  padding: 16px 24px;
}

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

.image-view {
  margin-top: 50px;
  margin-bottom: 70px;
  border-radius: 24px;
  background: #fff;
  border: 2px solid #004d54;
  padding: 16px;
}

.image-view .container {
  position: relative;
  height: 477px;
}

.container .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 900px 100%;
}

.container .background-img {
  background-image: url("../img/preview-1.png");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 24px;
}

.container .foreground-img {
  background-image: url("../img/preview-2.png");
  width: 50%;
  border-radius: 24px;
}

.container .slider {
  position: absolute;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: auto;
  background: #ffffff00;
  outline: none;
  margin: 0;
  transition: all 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container .slider:hover {
  background: #ffffff00;
}

.container .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 8px;
  height: 477px;
  background: #004d54;
  cursor: pointer;
  border-radius: 24px;
}

.container .slider::-moz-range-thumb {
  width: 8px;
  height: 477px;
  background: #004d54;
  cursor: pointer;
  border-radius: 24px;
}

.container .slider-button {
  pointer-events: none;
  position: absolute;
  left: calc(50% - 33px);
  top: calc(50% - -50%);
  background-image: url("../img/slider-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: white;
}

.booking-sec .img-view-content {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
}

.booking-sec {
  position: relative;
  overflow: hidden;
}

.booking-sec .sec-txt {
  right: -40px;
  bottom: initial;
  top: 23%;
  opacity: 0.1;
}

.testimonial-sec .slick-carousel {
  padding-top: 60px;
  padding-bottom: 150px;
  position: relative;
}

.testimonial-sec .slick-carousel .item {
  margin: 0px 30px;
  display: flex;
  align-items: center;
  position: relative;
}

.testimonial-sec .slick-carousel .item-dtl {
  border-radius: 16px;
  border: 1px solid #ddd;
  background: #fff;
  padding: 30px 23px 30px 23px;
  width: 78%;
}

.testimonial-sec .slick-carousel .item-dtl span,
.testimonial-sec .slick-slider .leader-dtl span {
  color: #000;
  font-family: "Poppins";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  padding-bottom: 15px;
  display: inline-block;
}

.testimonial-sec .slick-carousel .item-dtl p {
  font-size: 13px;
  padding-right: 50px;
}

.testimonial-sec .slick-carousel .item-img img {
  width: 128px;
  height: 128px;
  border-radius: 16px;
  transition: all ease-in-out 0.5s;
}

.testimonial-sec .slick-carousel .item-img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.testimonial-sec .slick-carousel .slick-arrow,
.testimonial-sec .slick-slider .slick-arrow {
  border: 0;
  background-color: transparent;
  outline: 0;
  position: absolute;
  bottom: 30px;
  right: 80px;
  cursor: pointer;
}

.testimonial-sec .slick-carousel .slick-arrow img {
  height: 40px;
  width: 40px;
}

.testimonial-sec .slick-carousel .slick-arrow.slick-prev,
.testimonial-sec .slick-slider .slick-arrow.slick-prev {
  margin-right: 50px;
  z-index: 3;
}

.testimonial-sec .slick-slider .leader-dtl span {
  font-family: "Roboto Flex";
  text-transform: uppercase;
}

.testimonial-sec .slick-slider .leader-icon img {
  height: 84px;
  width: 84px;
  border-radius: 50%;
  transition: all ease-in-out 0.5s;
}

.testimonial-sec .slick-slider .leader-card {
  margin: 0px 12px;
  margin: 0px 12px;
  display: flex;
  flex-direction: row-reverse;
  gap: 20px;
  align-items: flex-start;
  border: 1px solid #d9d9d9;
  padding: 20px;
  border-radius: 16px;
  height: auto;
  flex: 1;
}
.testimonial-sec .slick-slider .slick-track {
  display: flex;
  align-items: stretch;
}

.testimonial-sec .slick-list {
  padding-top: 70px;
  padding-bottom: 80px;
}
.testimonial-sec .slick-slider .leader-dtl p {
  position: initial;
  top: 85px;
  max-width: 342px;
  margin: 0 auto;
  left: 0;
  right: 0;
  font-size: 15px;
  font-family: "Roboto Flex";
}

.testimonial-sec .slick-slider .leader-card .folder {
  width: 100%;
  height: auto;
  display: none;
}

.testimonial-sec .slick-slider .slick-arrow {
  bottom: initial;
  top: -100px;
}

.testimonial-sec .slick-carousel .slick-arrow,
.testimonial-sec .slick-carousel .slick-arrow.slick-prev {
  top: initial;
  bottom: 30px;
}

.testimonial-sec .slick-carousel .slick-list {
  padding: 0;
}

.testimonial-sec {
  overflow: hidden;
  position: relative;
}

.testimonial-sec .sec-txt {
  position: absolute;
  right: -110px;
  top: 50%;
  transform: translateY(-50%);
}

.testimonial-sec .testimonial-icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

.testimonial-sec .slick-slider .leader-card:hover .leader-icon img {
  transform: rotateY(360deg);
}

.testimonial-sec .slick-carousel .item:hover .item-img img {
  transform: scale(1.05);
}

.social-block a img {
  height: 23px;
  width: 23px;
  object-fit: cover;
  border-radius: 5px;
  box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.2);
}

.social-block {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 110px;
  border-radius: 16px 0px 0px 16px;
  position: fixed;
  background-color: transparent;
  right: 0;
  z-index: 999;
  top: 10%;
}

.main {
  position: relative;
}

.home-banner.white::before {
  position: absolute;
  bottom: 0;
  opacity: 0.9;
  width: 100%;
  height: 70px;
  background: linear-gradient(
    180deg,
    rgb(164 164 164 / 0%) 0.56%,
    rgba(255, 255, 255, 0.84) 38.5%,
    rgba(255, 255, 255, 0.95) 86.27%,
    #fff 100%
  );
  background-blend-mode: normal, color, normal;
  content: "";
  z-index: -1;
}

.home-banner.white::after {
  display: none;
}

.ideas .sun-titl {
  text-align: center;
  margin: 0 auto;
}

.ideas .project-card {
  gap: 20px;
}

.ideas .project-card h3 {
  padding-top: 30px;
}

.factors .flex-block {
  display: flex;
  justify-content: space-between;
  gap: 75px;
}

.factors .sun-titl p {
  padding-bottom: 18px;
}

.factors .sun-titl p:last-child {
  padding-bottom: 0;
}

.factors {
  padding-top: 50px;
  padding-bottom: 80px;
  position: relative;
}

.factors .counter-block {
  display: flex;
  gap: 20px;
  width: 42%;
}

.factors .counter-box {
  height: 211px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 230px;
  border-radius: 20px;
  background: linear-gradient(90deg, #004d54 -3.74%, #008da9 100%);
  color: #fff;
  text-align: center;
  border: 4px solid #468389;
}

.factors .counter-box .h2 {
  color: #fff;
  font-size: 72px;
}

.factors .counter-box .h5 {
  font-family: "Alumni Sans";
  color: #fff;
}

.factors .counter-box.bland {
  background: #fff;
  border: 4px solid #004d54;
}

.factors .counter-box.bland .h2,
.factors .counter-box.bland .h5 {
  background: linear-gradient(90deg, #004d54 -3.74%, #008da9 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.factors .sun-titl,
.factors .counter-side,
.factors .counter-right {
  width: 50%;
}

.factors .counter-side,
.factors .counter-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.factors .counter-right {
  padding-top: 40px;
}

.factors .circle {
  position: absolute;
  left: 0;
  top: -100px;
}

.banner-title .custom-btn.transperent {
  margin-left: 16px;
}

.discover .counter-block {
  width: 50%;
  justify-content: center;
}

.discover .counter-block img {
  animation: mymove 2.3s infinite;
  width: auto;
  height: 100%;
}

.discover .circle {
  top: initial;
  bottom: -50%;
}

.heading {
  padding-top: 150px;
  padding-bottom: 100px;
}

.heading .flex-wrap {
  justify-content: space-between;
  padding-top: 50px;
  row-gap: 30px;
  column-gap: 20px;
}

.heading .heading-card {
  border-radius: 24px;
  background: #fff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
  padding: 20px;
  width: 45%;
}

.heading .heading-card .head-ttl {
  display: flex;
  gap: 20px;
  align-items: center;
  padding-bottom: 20px;
}

.heading {
  overflow: hidden;
  position: relative;
}

.heading .icon {
  position: absolute;
  left: 0;
  bottom: 10%;
  z-index: -1;
}

.heading .circle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  right: 0;
}

.heading .sec-txt {
  left: initial;
  right: -150px;
}

.legal .project-card img {
  width: 340px;
  height: 100%;
  border-radius: 24px;
}

.legal .project-card {
  gap: 5px;
}

.legal .lgl-img {
  position: absolute;
  top: 12%;
  left: 0;
}

.projects.services.legal {
  position: relative;
  padding-bottom: 150px;
  margin-top: -70px;
}

.legal .flex-wrap {
  padding: 0;
}

.projects.services.legal::after {
  content: "";
  position: absolute;
  background-image: url("../img/line-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  background-position: center bottom;
  bottom: -40px;
  right: 0;
  margin: 0 auto;
  z-index: -1;
  left: 0;
}

.gallary .counter-block {
  width: 100% !important;
}

.gallary .counter-box {
  width: 100% !important;
  height: 100%;
  background: transparent !important;
  border: 0 !important;
  position: relative;
}

.gallary .counter-right {
  padding: 0;
}

.gallary .counter-box h4 {
  position: absolute;
  bottom: 20px;
  color: #fff;
  left: 0;
}

.gallary .counter-right .counter-box h4 {
  left: 80px;
}

.gallary {
  padding-top: 0 !important;
  margin-top: -120px;
  z-index: 2;
}

.contact-block .contact-form {
  border-radius: 24px;
  border: 1px solid #004d54;
  background: #fff;
  box-shadow: 4px 11px 11.2px 0px rgba(0, 0, 0, 0.06);
  padding: 48px;
  position: relative;
  overflow: hidden;
  margin-bottom: 28px;
}

.contact-block .contact-form::after {
  background-image: url("../img/contact-circle.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 200px;
  width: 200px;
  position: absolute;
  content: "";
  top: -100px;
  right: -100px;
}

.contact-block .grup label,
.contact-block .grup input::placeholder,
.contact-block .grup textarea::placeholder,
.contact-block .grup textarea,
.contact-block .grup input {
  color: #000;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 500;
  line-height: 90%;
}

.contact-block .grup input::placeholder,
.contact-block .grup textarea::placeholder {
  opacity: 0.2;
}

.contact-block .grup {
  display: flex;
  flex-direction: column;
}

.contact-block .grup input,
.contact-block .grup textarea {
  padding: 16px 12px;
  border-radius: 8px;
  border: 1px solid #e7e7e7;
  background: #fff;
}

.contact-block .grup label {
  padding-bottom: 15px;
  text-align: left;
}

.contact-block .grup {
  width: 30.7%;
}

.contact-block .contact-form form {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}

.contact-block .grup.full {
  width: 100%;
}

.contact-block .grup .custom-btn {
  width: 167px;
  text-transform: capitalize;
  transition: all ease-in-out 0.3s;
}
.contact-block .grup textarea {
  height: 120px;
}

.contact-block .ctn {
  border-radius: 8px;
  border: 1px solid #004d54;
  padding: 14px 20px;
  background: #fff;
  box-shadow: 4px 11px 11.2px 0px rgba(0, 0, 0, 0.06);
  width: 48%;
}

.contact-block .ctn img {
  background: linear-gradient(90deg, #004d54 -3.74%, #008da9 100%);
  padding: 5px;
  border-radius: 50%;
  height: 24px;
  width: 24px;
  transition: all ease-in-out 0.3s;
}

.contact-block .ctn-block .icon-block {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 10px;
}
.contact-block .ctn-block .icon-block:hover img,
.contact-block .ctn .icon-block:hover img {
  transform: rotateY(360deg);
}
.contact-block .ctn .icon-block img {
  transition: all ease-in-out 0.4s;
}
.contact-block .ctn span,
.contact-block .ctn a {
  font-family: "HelveticaNowDisplay";
  font-weight: 700;
  color: #000;
}

.contact-block .ctn a {
  font-weight: 400;
}

.contact-block .contact-dtl .ctn-block,
.contact-block .contact-dtl {
  display: flex;
  justify-content: space-between;
  column-gap: 22px;
  row-gap: 16px;
}

.contact-block .contact-dtl {
  column-gap: 16px;
  padding-bottom: 80px;
}

.contact-block .contact-dtl .ctn-left {
  width: 75%;
}

.contact-block .contact-dtl .ctn-left.right {
  width: 25%;
}

.contact-block .ctn.full {
  width: 85%;
}

.contact-block .ctn.full.social {
  width: 95.5%;
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 52px;
}

.contact-block .ctn.full.social .icon-block,
.contact-block .contact-dtl .ctn-left.right .icon-block {
  align-items: center;
  display: flex;
  gap: 8px;
}

.contact-block .contact-dtl .ctn-left .adress {
  font-weight: 400;
  margin-top: 10px;
  display: block;
  height: 100px;
}

.contact-block .wrapper {
  max-width: 950px;
  position: relative;
}

.contact-block .ctn-circle {
  position: absolute;
  bottom: 170px;
  left: -100px;
  z-index: -1;
}

.contact-block {
  margin-top: -200px;
  z-index: 2;
  position: relative;
}

.contact-block .grup .custom-btn:hover {
  transform: translateY(-5px);
  background: linear-gradient(90deg, #004d54 -3.74%, #008da9 100%);
  color: #fff;
}

.contact-block .contact-form h3 {
  padding-bottom: 30px;
}

.contact-block {
  overflow: hidden;
}

.contact-block .sec-txt {
  bottom: 40%;
  top: initial;
  left: initial;
  right: -160px;
}
.contact-block .ctn .icon-block a {
  display: flex;
  align-items: center;
  gap: 8px;
}

#w0-success-0 {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.registration_popup .modal-content {
  padding: 30px;
  border-radius: 16px;
  border: 2px solid #004d54;
  background: #fff;
}
.registration_popup #verify-otp-form {
  max-width: 275px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.registration_popup .modal-header,
.registration_popup .modal-body,
.registration_popup .modal-footer {
  padding: 0;
  border: 0;
  text-align: center;
}
.registration_popup #close-cross {
  display: none;
}
.registration_popup .modal-title {
  color: #000;
  text-align: center;
  font-family: "Alumni Sans";
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.024px;
  text-transform: uppercase;
}
.registration_popup .modal-header {
  align-items: center;
  justify-content: center;
  border: 0;
}
.registration_popup .modal-footer #close-btn {
  margin: 0;
  padding: 10px 24px;
  border-radius: 100px;
  background: linear-gradient(90deg, #004d54 -3.74%, #008da9 100%);
  color: #fff;
  width: 145px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.projects .project-card p {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-top: 16px;
  margin-bottom: 0 !important;
  text-decoration: none !important;
}
.banner-title .custom-btn.watch {
  border: 0px;
  background: #fff;
  color: #004d54;
}
.banner-title .custom-btn.watch:hover {
  background: #004d54;
  color: #fff;
}

.form-control.is-invalid{
  background-image: none !important;
}

.form-control.is-valid{
  background-image: none !important;
}

.site-error,
.alert-success,
.alert,
.alert-dismissible,
div#w0-success-0 {
  width: 771px;
  height: 399px;
  border-radius: 24px;
  border: 2px solid #004d54;
  background: #fff;
  box-shadow: 0px 255px 71px 0px rgba(0, 0, 0, 0),
    0px 163px 65px 0px rgba(0, 0, 0, 0.01),
    0px 92px 55px 0px rgba(0, 0, 0, 0.05), 0px 41px 41px 0px rgba(0, 0, 0, 0.09),
    0px 10px 22px 0px rgba(0, 0, 0, 0.1);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: fixed;
  z-index: 999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  max-width: 90%;
  max-height: 90%;
  color: #000;
  text-align: center;
  /* font-family: 'Oswald', sans-serif; */
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -2.352px;
  text-transform: uppercase;
  background-image: url(../img/popup_bg.svg);
  background-repeat: no-repeat;
  background-position: top center;
}
.alert-dismissible .btn-close,
#w0-success-0 .btn-close,
#w1-success-0 .btn-close {
  border-radius: 100px;
  background: linear-gradient(90deg, #004d54 -3.74%, #008da9 100%);
  position: relative;
  top: auto;
  margin: 10px auto 0;
  display: flex;
  width: 144px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 0 10px !important;
}
.alert-dismissible .btn-close::before {
  content: "Close";
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.registration_popup .modal-content {
  border-radius: 24px;
  border: 2px solid #004d54 !important;
  background-color: #fff !important;
  box-shadow: 0px 255px 71px 0px rgba(0, 0, 0, 0),
    0px 163px 65px 0px rgba(0, 0, 0, 0.01),
    0px 92px 55px 0px rgba(0, 0, 0, 0.05), 0px 41px 41px 0px rgba(0, 0, 0, 0.09),
    0px 10px 22px 0px rgba(0, 0, 0, 0.1);
  text-align: center;
  position: fixed;
  z-index: 999999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  width: 771px !important;
  max-width: 90%;
  max-height: 90%;
  color: #000;
  text-align: center;
  background-image: url(../img/popup_bg.svg);
  background-repeat: no-repeat;
  background-position: top -10px center;
}
.registration_popup .modal-content .modal-body {
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.352px;
  text-transform: uppercase;
  font-size: 42px;
}
.registration_popup #verify-otp-form {
  max-width: 80%;
}
.registration_popup .modal-header img {
  box-shadow: 0px 75px 21px 0px rgba(0, 0, 0, 0.01),
    0px 48px 19px 0px rgba(0, 0, 0, 0.04), 0px 27px 16px 0px rgba(0, 0, 0, 0.15),
    0px 12px 12px 0px rgba(0, 0, 0, 0.26), 0px 3px 7px 0px rgba(0, 0, 0, 0.29);
  border-radius: 50%;
}
.registration_popup1 .modal-content {
  background-image: url(../img/popup_bg1.svg);
}
#modal {
  z-index: 99999999;
}
div#modal {
  z-index: 99999999;
}
.registration_popup1 h2 {
  color: #000;
  text-align: center;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%;
  letter-spacing: -2.352px;
  text-transform: uppercase;
}
.registration_popup1 h2 span {
  color: #008da9;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%;
  letter-spacing: -2.352px;
  text-transform: uppercase;
}
.registration_popup1 b {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.014px;
  opacity: 0.6;
  max-width: 391px;
  display: block;
  margin: 0 auto;
  text-align: left;
}
.registration_popup1 .in_box {
  display: flex;
  padding: 12px 10px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 6px;
  background: #f3f3f3;
  max-width: 391px;
  margin: 0 auto;
  text-transform: none !important;
  font-size: 22px;
}
.registration_popup1 p {
  color: #525252;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.013px;
}
.registration_popup1 p span {
  color: #222;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.013px;
}
.registration_popup1 h2+br,.registration_popup1 b+br,.registration_popup1 .in_box+br{display: none !important;}

