* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  max-width: 100%;
  scroll-behavior: smooth;
}

html {
  scroll-behavior: smooth;
}
body {
  overflow-x: hidden;
}

/* fonts */
@font-face {
  font-family: "Outfit-Light";
  src: url(./assets/fonts/Outfit-Light.ttf);
}
@font-face {
  font-family: "Outfit-Medium";
  src: url(./assets/fonts/Outfit-Medium.ttf);
}
@font-face {
  font-family: "Outfit-Regular";
  src: url(./assets/fonts/Outfit-Regular.ttf);
}
@font-face {
  font-family: "Outfit-SemiBold";
  src: url(./assets/fonts/Outfit-SemiBold.ttf);
}
@font-face {
  font-family: "Allura-Regular";
  src: url(./assets/fonts/Allura-Regular.woff);
}
/* font-end */

/* home page */
/* banner */
.carousel,
.carousel img {
  height: 100vh;
}
/* .carousel-item img{
    filter: brightness(0.5) !important;
 } */
.navigation {
  position: relative;
  z-index: 99999;
  display: flex;
  margin-bottom: -9.3%;
  align-items: center;
  justify-content: center;
  padding: 2rem 0rem 2rem;
}
#navbar1 {
  position: fixed;
  top: -500px;
  width: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  transition: top 0.3s;
}
#navbar2 {
  position: fixed;
  top: 0px;
  width: 100%;
  display: block;
  background-color: transparent;
  transition: top 0.5s;
  margin-bottom: -11.3% !important;
  padding-top: 2rem;
}
#navbar2 img {
  width: 65% !important;
}

.home-banner-container {
  padding-top: 1rem;
}

.overlay-text {
  position: absolute;
  padding: 5rem 4rem 0rem;
}
.logo img {
  width: 75%;
}
.nav-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-links {
  display: flex;
  justify-content: center;
  gap: 3rem;
  align-items: center;
}
.nav-links a {
  font-family: "Outfit-Light";
  color: #ffffff;
  text-decoration: none;
  font-size: 0.9rem;
}
.nav-links a:hover {
  color: #f69433;
}
.navi-btn {
  background-color: #f69433;
  width: 150px;
  height: 44px;
  text-align: center;
  vertical-align: middle;
  padding-top: 3%;
}
.navi-btn:hover {
  background-color: transparent !important;
  border: solid #f69433 1px;
  color: #f69433;
}
/* hamburger-menu */
.hamburger1 {
  display: none;
}

.hamburger1 {
  position: absolute;
  z-index: 9999;
  padding: 3% 0%;
  display: flex;
  background-color: inherit;
  gap: 6.5rem;
  margin-bottom: -9.5%;
  width: 85%;
}

.home-nav-bar,
.home-nav-bar1 {
  display: flex;
}
.topnav1 {
  position: fixed;
  left: 0;
  top: 0;
  background-color: #f7f5ec;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100vh;
  z-index: 2;
  transform: translate3d(-1900px, 0, 0);
  transition: transform 0.9s;
  transition-timing-function: ease-in-out;
}
.topnav1 .page-active {
  color: #34834a !important;
  border: none;
}
.page-active {
  color: #34834a !important;
  border: none;
}
.page-active1 {
  color: #f69433 !important;
  border: none;
}
.active_topnav1 {
  transform: none;
  left: 0%;
}

.mobile_menu_icon1 {
  cursor: pointer;
  text-align: end;
  float: right;
  display: flex;
  align-items: center;
}

.menu {
  float: right;
  width: 32px;
  margin-top: 30% !important;
}
.topnav1 a {
  padding-left: 5%;
  color: #f69433;
  text-decoration: none;
  font-size: 2rem;
  display: block;
  margin: 20px;
  position: relative;
  font-family: "Outfit-Light";
}

.topnav1 .active_link1::before {
  width: 100%;
  bottom: -8px;
}

.topnav1 a span {
  position: relative;
}

.topnav1 a:hover {
  color: #34834a;
  text-decoration: none;
}
.hamburger1 {
  display: none;
}
.sub-menuu {
  padding-left: 5%;
}
/* sec-1 */
.sec-1 {
  background-color: #f7f5ec;
  padding: 4rem 0rem;
}

.sec-1-content h1 {
  letter-spacing: 1.36px;
  color: #34834a;
  font-family: "Outfit-SemiBold";
  font-size: 1.6rem;
  line-height: 45px;
  width: 70%;
}
.green-line {
  border-bottom: solid #34834a 2px;
  width: 70%;
  margin: 5% 0%;
}
.sec-1-content p {
  font-family: "Outfit-Light";
  width: 70%;
  line-height: 30px;
  color: #1d1d1d;
}
.sec-1-para {
  font-family: "Outfit-Light";
  width: 87%;
  line-height: 32px;
  padding-top: 22%;
}
.para2 {
  margin-top: 4%;
}
/* sec-2 */
.sec-2 {
  background-color: #f7f5ec;
  padding: 5rem 0rem 8rem;
}
.sec-2-img {
  margin-top: -38%;
  text-align: end;
}
.sec-2-img img {
  width: 72%;
}
.yellow-col {
  background-color: #f69433;
  padding: 2rem 5rem;
}
.sec-2-row {
  --bs-gutter-x: -0.5rem !important;
  --bs-gutter-y: 0;
}
.sec-2-con {
  --bs-gutter-x: -0.5rem !important;
  --bs-gutter-y: 0;
}
.experts {
  width: 61%;
}
.experts h5 {
  letter-spacing: 1.12px;
  color: #ffffff;
  font-family: "Outfit-Medium";
  line-height: 35px;
}
.experts p {
  color: #ffffff;
  font-family: "Outfit-Light";
  font-size: 0.8rem;
  letter-spacing: 0.16px;
  line-height: 26px;
}
.experts a {
  background-color: #ffffff;
  padding: 0.8rem 1rem;
  text-decoration: none;
  font-family: "Outfit-Light";
  font-size: 0.9rem;
  color: #f69433;
  font-weight: 500;
}
.ex-para {
  padding-bottom: 1.5rem;
}
/* sec-3 */
.sec-3-img {
  margin-left: -3%;
}
.sec-3-content {
  padding: 13rem 2rem 0rem;
}
.yellow-heading {
  color: #f69433;
  display: flex;
  gap: 1rem;
  width: 100%;
}
.yellow-heading h5 {
  letter-spacing: 0.96px;
  color: #f69433;
  font-size: 1.2rem;
  font-family: "Outfit-Regular";
}
.yellow-line {
  width: 120px;
  border-top: solid #f69433 2px;
  margin-top: 3%;
}
.sec-3-content h1,
.sec-4-content h1 {
  letter-spacing: 2.08px;
  color: #1d1d1d;
  font-family: "Outfit-Medium";
  padding: 1.5rem 0rem;
  font-size: 2.4rem;
}
.para3 {
  font-size: 0.9rem;
  font-family: "Outfit-Light";
  color: #1d1d1d;
  width: 82%;
}
.para4 {
  font-size: 0.9rem;
  font-family: "Outfit-Light";
  color: #1d1d1d;
  width: 82%;
  padding-bottom: 2rem;
}
.view-more {
  display: flex;
  gap: 1rem;
}
.view-more p {
  letter-spacing: 0.72px;
  color: #f69433;
}
.yellow-line1 {
  width: 120px;
  border-top: solid #f69433 1px;
  margin-top: 3.5%;
}
.view-more1 {
  display: flex;
  gap: 1rem;
}
.view-more1 p {
  letter-spacing: 0.72px;
  color: #ffffff;
}
.yellow-line2 {
  width: 120px;
  border-top: solid #ffffff 1px;
  margin-top: 1.7%;
}
.view-more1:hover p {
  color: #f69433;
}
.view-more1:hover .yellow-line2 {
  border-top: solid #f69433 1px;
}
/* sec-4 */
.sec-4-img {
  text-align: end;
}
.sec-4-img img {
  margin-right: -34px;
}
.sec-4-content {
  padding: 13rem 0rem 0rem 8rem;
}
.para5 {
  font-size: 0.9rem;
  font-family: "Outfit-Light";
  color: #1d1d1d;
  width: 100%;
}
.para6 {
  font-size: 0.9rem;
  font-family: "Outfit-Light";
  color: #1d1d1d;
  width: 100%;
  padding-bottom: 2rem;
}
/* sec-5 */
.sec-5 {
  background-color: #1d1d1d;
  padding: 5rem 0rem;
}
.infra-content {
  padding: 6rem 0rem 0rem;
}
.infra-content h1 {
  letter-spacing: 2.96px;
  color: #ffffff;
  font-family: "Outfit-Regular";
  font-size: 3rem;
  padding: 1rem 0rem;
}
.our-service {
  display: flex;
  gap: 1rem;
}
.our-service p {
  letter-spacing: 0.72px;
  color: #ffffff;
  font-size: 0.9rem;
}
.white-line {
  width: 80px;
  border-top: solid #ffffff 1px;
  margin-top: 3.5%;
}
.infrastructure {
  padding: 1rem;
}
.infra-inner {
  border-left: solid #ffffff 2px;
  padding: 1rem 0rem 1rem 2rem;
}
.infra-inner img {
  width: 15%;
}
.infra-inner h5 {
  letter-spacing: 0.88px;
  color: #ffffff;
  padding: 2rem 0rem 1rem;
  font-family: "Outfit-Regular";
}
.infra-inner p {
  color: #ffffff;
  font-family: "Outfit-Light";
  font-size: 0.9rem;
  line-height: 32px;
  padding-bottom: 1.5rem;
}
.infra-inner a {
  text-decoration: none;
  color: #ffffff;
  background-color: transparent;
  font-family: "Outfit-Regular";
  border: solid #ffffff 1px;
  font-size: 0.9rem;
  padding: 0.5rem 1rem;
}
.infra-inner1 {
  border-left: solid #ffffff 2px;
  padding: 1rem 0rem 1rem 2rem;
}
.infra-inner1 img {
  width: 15%;
}
.infra-inner1 h5 {
  letter-spacing: 0.88px;
  color: #ffffff;
  padding: 2rem 0rem 1rem;
  font-family: "Outfit-Regular";
}
.infra-inner1 p {
  color: #ffffff;
  font-family: "Outfit-Light";
  font-size: 0.9rem;
  line-height: 32px;
  padding-bottom: 3.5rem;
}
.infra-inner1 a {
  text-decoration: none;
  color: #ffffff;
  background-color: transparent;
  font-family: "Outfit-Regular";
  border: solid #ffffff 1px;
  font-size: 0.9rem;
  padding: 0.5rem 1rem;
}
.infrastructure:hover,
.infrastructure:hover a,
.infrastructure:hover .infra-inner,
.infrastructure:hover .infra-inner1 {
  cursor: pointer;
}
.infrastructure:hover a {
  background-color: #f69433;
}
.infrastructure:hover .infra-inner,
.infrastructure:hover .infra-inner1 {
  border-left: solid #f69433 2px;
}
/* sec-6 */
.sec-6 {
  background-color: #b29466;
  padding: 5rem 0rem;
}
/* sec-7 */
.sec-7 {
  background-color: #1d1d1d;
}
.line-15 {
  text-align: center;
}
/* arkala life */
.arkala-life {
  padding: 4rem 0rem 2rem;
}
.arkala-life img {
  width: 12%;
}
/* sec-8 */
.sec-8 {
  background-color: #1d1d1d;
  padding: 3rem 0rem;
}
.arkala-para p {
  color: #ffffff;
  font-family: "Outfit-Light";
  font-size: 1rem;
  line-height: 32px;
  text-align: center;
  padding-bottom: 3rem;
}
.details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 5rem;
}
.details h4 {
  letter-spacing: 1.28px;
  color: #ffffff;
  font-family: "Outfit-Medium";
}
.details p {
  letter-spacing: 0.64px;
  color: #bcbcbc;
  font-family: "Outfit-Light";
  font-size: 0.9rem;
}
.white-line1 {
  width: 80px;
  border-top: solid #ffffff 1px;
  margin-top: -3%;
}
.explore-more {
  text-align: center;
  padding-bottom: 3rem;
}
.explore-more a {
  text-decoration: none;
  color: #f69433;
  font-family: "Outfit-Light";
  border: solid 1px #f69433;
  padding: 1rem 2rem;
}
.explore-more a:hover {
  background-color: #f69433;
  color: #ffffff;
  border-color: #ffffff;
}
/* sec-9 */
.sec-9 {
  padding: 6rem 0rem 3rem;
}
.sec-9-content {
  padding-bottom: 3rem;
}
.sec-9-content h4 {
  color: #34834a;
  font-family: "Outfit-SemiBold";
  padding-bottom: 1rem;
}
.sec-9-content button {
  text-decoration: none;
  background-color: #f69433;
  font-family: "Outfit-Light";
  width: 207px;
  height: 54px;
  color: #ffffff;
  font-size: 0.9rem;
  border: none;
  margin-top: 5%;
}
.sec-9-content button:hover span {
  display: none;
}

.sec-9-content button:hover:before {
  content: "Explore more";
}
.sec-9-img img {
  max-width: 90%;
}
.sec-9-img p {
  font-family: "Outfit-Medium";
  font-size: 1rem;
  padding: 0.5rem 0rem;
  letter-spacing: 0.44px;
  color: #1d1d1d;
  line-height: 32px;
}
/* footer */
footer {
  background-color: #1d1d1d;
  padding: 4rem 0rem;
  color: #ffffff;
}
.footer-logo {
  padding: 0rem 0rem 3rem;
}
.footer-logo img {
  width: 10%;
}
footer h2 {
  font-family: "Outfit-Regular";
  line-height: 50px;
}
footer p {
  letter-spacing: 0.16px;
  color: #ffffff;
  font-family: "Outfit-Light";
  font-size: 0.9rem;
}
.footer-p {
  padding: 2rem 0rem;
}
.fc-inner {
  display: flex;
  gap: 1rem;
  margin-top: 1%;
}
.fc-inner1 img {
  width: 5%;
  height: 21%;
}
.fc-inner2 img {
  width: 5%;
  height: 21%;
}
.fc-inner3 img {
  width: 5%;
  height: 18%;
}

.fc-inner p {
  letter-spacing: 0.16px;
  color: #ffffff;
  font-family: "Outfit-Light";
  font-size: 0.8rem;
}
.divide {
  margin-top: 1%;
  border-bottom: solid 1px #ffffff;
}
.flex-div {
  display: flex;
  justify-content: space-between;
  margin-top: 2%;
}
.socicons {
  display: flex;
  gap: 1rem;
}
.socicons img {
  width: 20px;
}
.soc-con {
  display: flex;
  gap: 1rem;
}
.soc-con p {
  padding: 0rem 0rem;
  line-height: 0px;
}
/* home page end */

/* project page */
.project-banner {
  background-color: #f7f5ec;
}
.navigation1 {
  padding: 1rem 0rem;
}
.navigation1 .logo img {
  width: 85%;
}
.project-banner-content {
  padding: 2rem 0rem 4rem;
}
.project-banner-content img {
  margin-top: -5%;
}
.project-banner-content h1 {
  color: transparent;
  -webkit-text-stroke: 1px #5a5a5a;
  font-family: "Allura-Regular";
  text-align: center;
  font-size: 8rem;
  position: relative;
  z-index: 1;
}
.nav-links1 a {
  color: #000000;
}
.navi-btn1 {
  color: #ffffff !important;
}
.navi-btn1:hover {
  color: #f69433 !important;
}
.sec-1-contact {
  margin-top: 5%;
}
.sec-1-contact-btn {
  text-decoration: none;
  color: #f69433;
  font-family: "Outfit-Medium";
  border: solid #f69433 2px;
  padding: 0.5rem 2rem;
  font-size: 0.9rem;
}
.sec-1-contact-btn:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #f69433;
}
.arkala-para h2 {
  letter-spacing: 1.68px;
  color: #f69433;
  font-size: 1.8rem;
  font-family: "Outfit-Medium";
  padding: 1.5rem 0rem 3rem;
  text-align: center;
}
.brochure {
  padding: 2rem 0rem 4rem;
  text-align: center;
}
.brochure-img {
  width: 10%;
}
.brochure button {
  text-decoration: none;
  text-align: center;
  background-color: #f69433;
  width: 100%;
  margin-top: 2rem;
  height: 80px;
  letter-spacing: 1.52px;
  color: #ffffff;
  font-family: "Outfit-Medium";
  font-size: 1.5rem;
  outline: none;
  border: none;
}
.spec-heading {
  background-color: #b29466;
  padding: 0.5rem 0rem;
  color: #ffffff;
  font-family: "Outfit-Medium";
  text-align: center;
}
.specification-contents {
  padding-left: 3.5rem;
}
.collapse-wrapper {
  margin-top: 6rem;
}

.collapse-wrapper .card {
  border: 0em;
  border-radius: 0;
  background: #f69433;
  margin-bottom: 1rem;
}

.collapse-wrapper .card-header {
  padding: 0;
  border-radius: 0;
  background: none;
  border: 0;
}

.collapse-wrapper .card-header a {
  font-size: 1.2rem;
  padding: 10px 15px 10px 41px;
  color: #506072;
  display: block;
  text-decoration: none;
  font-family: "Outfit-Regular";
}

.collapse-wrapper .card-header a.btn-link {
  color: #ffffff;
}

.collapse-wrapper .card-header a.collapsed {
  color: #ffffff;
}

.collapse-wrapper .card-header h2 a.collapsed::after {
  content: " \02C5";
  font-weight: 800;
  color: #ffffff;
}

.collapse-wrapper .card-header h2 a::after {
  position: absolute;
  top: 13px;
  font-size: 16px;
  color: #ffffff;
  right: 20px;
  font-weight: 600;
  /* content: "\00D7"; */
}

.collapse-wrapper .card-body {
  background: #ffffff;
  border: 2px solid #f69433;
  padding: 20px 38px;
}
.redefine {
  background-color: #f7f7f7;
  padding: 4rem 0rem;
  text-align: center;
  font-family: "Outfit-Regular";
}
.redefine h2 {
  color: #f69433;
}
.redefine-para {
  padding: 1.5rem 12rem 0rem;
}
.redefine-para p {
  line-height: 32px;
}
.redefine-content {
  display: flex;
  gap: 3rem;
  justify-content: center;
  padding-top: 1.5rem;
}
.redefine-content img {
  width: 64px;
  height: 64px;
}
.redefine-inner p {
  font-family: "Outfit-Medium";
  font-size: 0.8rem;
  margin-top: 12%;
}
.proximity {
  padding: 4rem 0rem;
}
.prox-row {
  padding: 5rem 0rem;
}
.prox-content {
  font-family: "Outfit-Regular";
  padding: 6rem 0rem 0rem;
}
.prox-content h3 {
  color: #f69433;
  font-family: "Outfit-Regular";
  padding-bottom: 1rem;
}
.prox-content p {
  font-family: "Outfit-Regular";
  font-size: 0.9rem;
  line-height: 28px;
}
.prox-img img {
  max-width: 80%;
}
.prox-row1 p {
  font-family: "Outfit-Medium";
  font-size: 0.8rem;
  margin-top: 2%;
}
.interiors {
  padding: 4rem 0rem;
}
.interior {
  padding: 4rem 0rem 2rem;
}
.sticky {
  background-color: #e7e7e7;
  position: sticky;
  top: 0;
  z-index: 9999;
  margin-bottom: 5%;
  margin-top: 0%;
  padding: 1rem 0rem;
}

.scroll-spy-content {
  display: flex;
  gap: 3rem;
}
.navbar-nav {
  flex-direction: row !important;
  width: 100%;
}
.scroll-spy-content .nav-item .active {
  color: #1d1d1d;
}
.scroll-spy-content button {
  background-color: transparent;
  border: none;
  width: 150%;
  text-align: left;
  /* height: 38px; */
  outline: none;
  margin: 0;
  padding: 0;
}
.scroll-spy-content button a {
  text-decoration: none;
  font-family: "Outfit-SemiBold";
  font-size: 1.1rem;
  letter-spacing: 0.96px;
  color: #1d1d1d;
}
/* numbers */
.scroll-spy-content1 {
  display: flex;
  gap: 3rem;
  border-bottom: solid 2px #bcbcbc;
}
.navbar-nav1 {
  flex-direction: row !important;
  width: 100%;
}
.scroll-spy-content1 .nav-item .active {
  border-bottom: solid 2px #1d1d1d;
}
.scroll-spy-content1 button {
  background-color: transparent;
  border: none;
  width: 150%;
  text-align: left;
  /* height: 38px; */
  outline: none;
  margin: 0;
  padding: 0;
}
.scroll-spy-content1 button a {
  text-decoration: none;
  font-family: "Outfit-Regular";
  letter-spacing: 0.36px;
  font-size: 1.1rem;
  letter-spacing: 0.96px;
  color: #1d1d1d;
}
/* numbers-end */
.masterplan {
  padding: 4rem 0rem;
}
.master-heading h3 {
  background-color: #b29466;
  width: 25%;
  padding: 1rem 4rem;
  letter-spacing: 1.52px;
  color: #ffffff;
  font-family: "Outfit-Regular";
  font-size: 1.75rem;
  text-align: end;
}
.master-img img {
  max-width: 70%;
}
.floorplan {
  padding: 1rem 0rem 4rem;
}
.floor-plan {
  background-color: #e7e7e7;
  padding: 0rem 2rem;
}
.tab {
  overflow: hidden;
  display: flex;
  gap: 3rem;
  justify-content: center;
}

.tab button {
  background-color: transparent;
  border: none;
  width: 150%;
  text-align: left;
  /* height: 38px; */
  outline: none;
  margin: 0;
  padding: 0;
  padding: 1rem 0rem;
  font-family: "Outfit-SemiBold";
  letter-spacing: 0.36px;
  font-size: 1.1rem;
  letter-spacing: 0.96px;
  color: #1d1d1d;
}

.tab button:hover {
  border-top: solid 2px #1d1d1d;
}

.tab button.active1 {
  border-top: solid 2px #1d1d1d;
}

.tabcontent {
  display: none;
  padding: 2rem 0rem;
  background-color: #ffffff;
}
.tabcontent img {
  max-width: 50% !important;
  max-height: 50%;
}
.tab1 {
  overflow: hidden;
  border-bottom: 2px solid #bcbcbc;
  display: flex;
  gap: 3rem;
  justify-content: center;
}
.tab1 button {
  background-color: transparent;
  border: none;
  width: 150%;
  text-align: left;
  /* height: 38px; */
  outline: none;
  margin: 0;
  padding: 0;
  padding: 1rem 0rem;
  font-family: "Outfit-Regular";
  letter-spacing: 0.36px;
  font-size: 1.1rem;
  letter-spacing: 0.96px;
  color: #1d1d1d;
}
.tab1 button:hover {
  border-bottom: solid 2px #1d1d1d;
}
.tab1 button.active1 {
  border-bottom: solid 2px #1d1d1d;
}
/* project page end */
.mob-prox {
  display: none;
}
/* contact page */
.contact-sec-1 {
  padding: 4rem 0rem;
  background-color: #f7f5ec;
}
.contact-sec-content {
  padding-left: 4rem;
}

.contact-page-form form {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding-top: 0.5rem;
  justify-content: left;
}
.contact-page-form form input[type="text"],
.contact-page-form form input[type="email"],
.contact-page-form form input[type="tel"] {
  width: 80%;
  height: 35px;
  padding: 1rem 0rem;
  border: 0.5px solid #ffffff;
  background-color: #ffffff;
  outline: none;
  color: #ffffff;
  text-indent: 2rem;
}
.contact-page-form form textarea {
  width: 80%;
  height: 75px;
  padding: 0.5rem 0rem;
  border: 0.5px solid #ffffff;
  background-color: #ffffff;
  outline: none;
  color: #ffffff;
  text-indent: 2rem;
}
.contact-page-form form input[type="submit"] {
  width: 80%;
  height: 40px;
  background-color: #f69433;
  color: #ffffff;
  border: none;
  outline: none;
}
.contact-page-form form input[type="submit"]:hover {
  box-shadow: 1px 1px 2px #00000058;
}
::-webkit-input-placeholder {
  font-size: 14px;
}
.contact-p p {
  color: #1d1d1d !important;
  font-weight: 700;
}
.contact-p:hover,
.contact-p:hover p {
  cursor: pointer;
  color: #f69433 !important;
}
/* about us */
.about-banner {
  height: 100vh;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(./assets/about-assets/aboutus.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.about-banner-content {
  padding-top: 35rem;
}
.about-banner-content h1 {
  color: #ffffff;
  font-size: 3rem;
  font-family: "Outfit-Regular";
}
.ab-project {
  display: flex;
  gap: 1rem;
}
.ab-project p {
  color: #ffffff;
  margin-top: 2%;
  font-family: "Outfit-Light";
  font-weight: lighter !important;
  font-size: 1rem;
}
.about-sec-1 {
  padding-top: 16% !important;
  width: 100% !important;
}
.team h2 {
  color: #f69433;
  font-family: "Outfit-SemiBold";
  letter-spacing: 1.92px;
}
.team {
  font-family: "Outfit-Regular";
}
.team p {
  font-size: 0.8rem;
  letter-spacing: 0.18px;
  line-height: 25px;
}
.team h6 {
  color: #f69433;
}
/* our works */
.wk-banner {
  height: 100vh;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(./assets/home-assets/banner-slider1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.wk-sec-1-contact {
  margin-top: 5%;
}
.wk-sec-1-contact-btn {
  text-decoration: none;

  font-family: "Outfit-Medium";

  padding: 0.5rem 2rem;
  font-size: 0.9rem;
  color: #ffffff;
  background-color: #f69433;
}
.wk-sec-1-contact-btn:hover {
  color: #f69433;
  border: solid #f69433 2px;
  background-color: transparent;
}
.wk-banner-content {
  padding: 5rem 0rem 0rem !important;
  background-color: #f7f5ec;
}
.onco {
  padding: 4rem 0rem;
  background-color: #f7f5ec;
}
.onco h2 {
  margin-top: 2%;
  color: #f69433;
  font-family: "Outfit-SemiBold";
  letter-spacing: 1.92px;
}
.sec-pro-img h5 {
  font-family: "Outfit-Medium";
  font-size: 1rem;
  padding: 0.5rem 0rem;
  letter-spacing: 0.44px;
  color: #1d1d1d;
  line-height: 32px;
}
.sec-pro-img p {
  font-family: "Outfit-Light";
  font-size: 0.9rem;
  letter-spacing: 0.44px;
  color: #1d1d1d;
  line-height: 32px;
}
/* media queries */
/* X-large screen */
@media screen and (min-width: 1920px) {
  .arkala-img {
    text-align: center;
  }
  .yellow-col {
    padding: 11rem 5rem;
  }
  .sec-4-img img,
  .sec-3-img {
    width: 120%;
  }
  .carousel,
  .carousel img {
    height: 100vh !important;
  }
  .overlay-text {
    position: absolute;
    padding: 5rem 38rem 0rem;
  }
}
/* Medium screen */
@media screen and (min-width: 1021px) and (max-width: 1500px) {
  .carousel,
  .carousel img {
    height: 100vh;
  }
  .navigation {
    margin-bottom: -13%;
  }
  .sec-2-img img {
    width: 75%;
  }
  .sec-3-content {
    padding: 7rem 2rem 0rem;
  }
  .sec-4-content {
    padding: 10rem 0rem 0rem 4rem;
  }
  .sec-4-img img {
    margin-right: -36px;
  }
}
/* intermediate screen */
@media screen and (min-width: 1024px) and (max-width: 1418px) {
  .sec-1-content h1 {
    width: 100%;
  }
  .sec-1-para {
    width: 100%;
  }
  .sec-2-img img {
    width: 100%;
  }
  .master-heading h3 {
    width: 35%;
  }
  .prox-content {
    padding: 0rem 0rem 0rem;
  }
  .yellow-col {
    padding: 2rem 2rem;
  }
  .sec-3-content h1,
  .sec-4-content h1 {
    font-size: 1.4rem;
    padding: 0.5rem 0rem;
  }
  .para3,
  .para4 {
    width: 100%;
  }
  .sec-3-content {
    padding: 2rem 2rem 0rem;
  }
  .para4,
  .para6 {
    padding-bottom: 0.5rem;
  }
  .sec-4-content {
    padding: 5rem 0rem 0rem 1rem;
  }
  .infra-content h1 {
    font-size: 2rem;
  }
  .sec-9-img img {
    max-width: 100%;
  }
  .sec-9-img p {
    font-size: 0.7rem;
    line-height: 24px;
  }
  .sec-9-content h4 {
    font-size: 1.6rem;
  }
  .navigation {
    margin-bottom: -17%;
  }
}
/* tab screen */
@media screen and (min-width: 621px) and (max-width: 1020px) {
  .about-sec-1 {
    width: 100%;
    padding-top: 2% !important;
  }
  .wk-banner-content {
    padding: 1rem 0rem 0rem !important;
  }
  .contact-sec-content {
    padding-top: 4rem;
    padding-left: 0rem;
  }
  input,
  textarea {
    width: 100%;
  }
  .project-banner-content h1 {
    font-size: 5rem;
  }
  .project-banner-content {
    padding: 2rem 0rem 0rem;
  }
  .sticky {
    display: none;
  }
  .master-heading h3 {
    font-size: 1rem;
    width: 35%;
  }
  .redefine-para {
    padding: 1.5rem 0rem 0rem;
  }
  .redefine-content {
    flex-wrap: wrap;
  }
  .prox-content {
    padding: 0rem 0rem 1rem;
  }
  .prox-img {
    text-align: center !important;
  }
  .logo img {
    width: 50%;
  }
  .navigation {
    margin-bottom: -20.3%;
  }
  .sec-1-content h1 {
    width: 100%;
  }
  .sec-1-para {
    width: 100%;
    padding-top: 2%;
  }
  .experts p {
    font-size: 0.6rem;
    line-height: 22px;
  }
  .ex-para {
    padding-bottom: 1rem;
  }
  .sec-2-img img {
    width: 100%;
  }
  .sec-2-img {
    margin-top: 0%;
  }
  .yellow-col {
    padding: 2rem 2rem;
  }
  .experts h5 {
    font-size: 1rem !important;
    line-height: 28px;
  }
  .sec-2,
  .sec-4 {
    padding: 0rem 0rem 4rem;
  }
  .sec-3-img {
    margin-left: 0%;
  }
  .sec-3-content {
    padding: 2rem 1rem 2rem;
  }
  .sec-4-img img {
    margin-right: 0%;
  }
  .sec-4-content {
    padding: 2rem 0rem 0rem 1rem;
  }
  .infra-content {
    padding: 0rem 0rem 0rem;
  }
  .our-service {
    padding-bottom: 2rem;
  }
  .sec-9-content button {
    margin-top: 2%;
  }
  .sec-9-content {
    padding-top: 3rem;
  }
  .sec-9 {
    padding: 3rem 0rem 3rem;
  }
  .fc-inner img {
    width: 3%;
  }
  #order1 {
    order: 1;
  }
  #order2 {
    order: 2;
  }
}
/* mobile */
@media screen and (max-width: 620px) {
  .slide-overlay,
  #navbar2 {
    display: none !important;
  }
  .wk-banner {
    height: 50vh;
  }
  .contact-sec-1 {
    padding: 8rem 0rem;
  }
  .arkala-life-img {
    max-width: 34%;
  }
  .project-banner-content {
    padding: 6rem 0rem 0rem;
  }
  .hamburger1 {
    display: block;
  }
  .about-banner {
    height: 50vh;
  }
  .about-banner-content {
    padding-top: 15rem;
  }
  .ab-project p {
    margin-top: 0%;
  }
  input,
  textarea {
    width: 100% !important;
  }
  .contact-sec-content {
    padding-top: 4rem;
    padding-left: 0rem;
  }
  .navigation,
  .navigation1 {
    display: none;
  }
  .carousel,
  .carousel img {
    height: 50vh;
  }
  .sec-1 {
    padding: 2rem 0rem;
  }
  .sec-1-content h1,
  .sec-1-content p {
    width: 100%;
  }
  .sec-1-para,
  .about-sec-1 {
    width: 100%;
    padding-top: 2% !important;
  }
  .wk-banner-content {
    padding: 1rem 0rem 0rem !important;
  }
  .sec-2-img {
    margin-top: 0%;
    text-align: left;
  }
  .yellow-col {
    padding: 2rem 2rem;
  }
  .experts {
    width: 100%;
  }
  .sec-2 {
    padding: 0rem 0rem 4rem;
  }
  .sec-3-img {
    margin-left: 0%;
  }
  .sec-4-img img {
    margin-right: 0%;
  }
  .sec-3-content {
    padding: 2rem 1rem 1rem;
  }
  .para3,
  .para4 {
    width: 100%;
  }
  .sec-4-content {
    padding: 2rem 0rem 1rem 1rem;
  }
  .infra-content {
    padding: 0rem 0rem 1rem;
  }
  .testim .cont div p {
    width: 100% !important;
  }
  .arkala-life img {
    width: 30%;
  }
  .arkala-life {
    padding: 2rem 0rem 2rem;
  }
  .details {
    padding-bottom: 2rem;
  }
  .details h4 {
    font-size: 0.6rem;
  }
  .details p {
    font-size: 0.4rem;
  }
  .arkala-para p {
    padding-bottom: 1rem;
  }
  .sec-9-content button {
    margin-top: 2%;
  }
  .sec-9-content {
    padding-top: 1rem;
  }
  .sec-9 {
    padding: 2rem 0rem 1rem;
  }
  .fc-inner img {
    width: 5%;
  }
  .sec-9-img img {
    max-width: 100%;
  }
  .footer-logo img {
    width: 25%;
    margin-left: 1rem;
  }
  .flex-div {
    display: block;
  }
  .socicons {
    margin-top: 5%;
  }
  .soc-con {
    margin-top: 8%;
  }
  .sec-3-content h1,
  .sec-4-content h1 {
    padding: 1rem 0rem;
    font-size: 1.4rem;
  }
  .infra-content h1 {
    font-size: 2rem;
  }
  .sticky {
    display: none;
  }
  .project-banner-content h1 {
    font-size: 2rem;
  }
  .master-heading h3 {
    font-size: 1rem;
    width: 45%;
    padding: 1rem 2rem;
  }
  .redefine-para {
    padding: 1rem 0rem 0rem;
  }
  .redefine-content {
    flex-wrap: wrap;
    gap: 2rem;
  }
  #order1,
  #order3 {
    order: 1;
  }
  #order2,
  #order4 {
    order: 2;
  }
  .slideshow1 img {
    height: 23vh !important;
  }
  .flickity-prev-next-button {
    top: 50% !important;
    width: 30px !important;
    height: 30px !important;
  }
  .interiors {
    padding: 2rem 0rem 0rem;
  }
  .interior {
    padding: 2rem 0rem 0rem;
  }
  .tab button {
    font-size: 0.45rem;
  }
  .tab1 button {
    font-size: 0.8rem;
  }
  .tab,
  .tab1 {
    gap: 1rem;
  }
  .prox-row {
    padding: 0rem 0rem 2rem;
  }
  .prox-content {
    padding: 2rem 0rem 0rem;
  }
  .prox-img {
    margin-top: 3rem;
    text-align: left !important;
  }
  .mob-prox {
    display: block;
  }
  .deskprox {
    display: none;
  }
  .proximity {
    padding: 4rem 0rem 0rem;
  }
  .brochure-img {
    width: 25%;
  }
  .master-img img {
    max-width: 95%;
    margin-top: 3rem;
  }
}
