* {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	text-decoration: none;
	/* border: none; */
	list-style: none;
}


/* ----------------- Herosection video ----------------- */

.video-section {
  height: 100vh;
}
.mobile-hero-video {
  height: 100vh;
  display:none;
}

.heroimgSection{
   height: 100vh;  
}

.heroimgSection img{
    width: 100%;
    height: 100%;
    object-position: 0% 60%;
    object-fit: cover;
}

 @media(max-width:767px){
  .heroimgSection img{
      object-position: unset;
      height: 485px;
  }
  .heroimgSection {
    height: 100%;
}
}

/* ----------------- Home Overview section ----------------- */

.homeOverview{
    background: #fff;
    padding: 150px 0;
}

.homeoverFlex{
    display: flex;
    gap: 60px;
}

.homeoverLeft{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width:40%;
}

.homeoverLeft span{
font-weight: 500;
font-size: 18px;
letter-spacing: 1px;
color: #7D5E38;

}

.homeoverLeft h2{
font-family: "FONTSPRING DEMO - The Seasons", sans-serif;
font-weight: 400;
font-size: 45px;
letter-spacing: -1.62px;
color: #125451;
margin-top: 20px;
    width: 85%;
}

.homeoverLeft p{
font-size: 16px;
font-weight: 400;
max-width: 600px;
line-height: 26px;
color:#4F4F4F;
letter-spacing: 0.7px;
text-align: justify;

}
.homeoverRight{
    text-align: right;
    width:55%;
}
.homeoverRight img{
    width: 100%;
    height: 635px;
    object-fit: cover;
    border-radius: 6px;
}

/* ----------------- Home CEO section ----------------- */
.homeEle-main{
    background-image: url('assets/homeEle-main.png');
    background-position: center;
    background-repeat: repeat;
    background-size: 60%;
    padding:150px 0px;
}
.homeEle-main::after {
  background-color: #ffffff;
}
.homeEle-main h2{
    color:#875931;
    font-size: 54px;
    letter-spacing: 1px;
    text-align: center;
    font-weight:400;
    font-family: "FONTSPRING DEMO - The Seasons", sans-serif;
    width: 75%;
    margin: 0 auto;
    letter-spacing: -1.62px;
}
.HomeEle-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 60px;
    margin-top:100px;
    margin-bottom: 50px;
}
.HomeEle-grid2{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 60px;
    width: 78%;
    margin: 0 auto;
}
.HomeEle-cards:nth-child(5) {
    grid-column: 2;
}

.HomeEle-cards:nth-child(6) {
    grid-column: 3;
}

.HomeEle-cards:nth-child(7) {
    grid-column: 4;
}
.HomeEle-cards {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    text-align: center;
}
.HomeEle-cards h3{
    color:#644B2D;
    font-size:24px;
    font-weight:700;
    font-family: "FONTSPRING DEMO - The Seasons", sans-serif;
    text-align: center;
    margin-bottom: 10px;
}
.HomeEle-cards p{
    color:#000000
    text-align: center;
    font-weight:400;
    font-size:13px;
    letter-spacing: 0.47px;
    line-height: 20.3px;
}
/* ----------------- Home CEO section ----------------- */

.homeCeosection{
    background-image:url('assets/HistoryBG.png');
    height: 115vh;
     display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
        background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.homeCeo p{
max-width: 90%;
margin: auto;
font-weight: 300;
font-size: 56px;
line-height: 124%;
letter-spacing: 0.92px;
text-align: center;
color: #125451;
padding-bottom: 50px;
font-family: "FONTSPRING DEMO - The Seasons", sans-serif;
}
.homeCeo-founder {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}
.homeCeo span{
font-weight: 500;
font-size: 20px;
text-align: center;
color: #644B2D;
}


/* ----------------- Home Address section ----------------- */


.homeAddsection{
  background: #EAE9E3;  
  padding: 150px 0;
}

.homeAddcont{
    display: grid;
    grid-template-columns: 1fr 40%;
    gap: 50px;
    padding-bottom: 40px;
    align-items: center;
}
.homeAddcont h2{
font-family: "FONTSPRING DEMO - The Seasons", sans-serif;
font-weight: 400;
font-size: 64px;
color: #125451;
letter-spacing: -1.92px;
line-height: 71.68px;
}

.homeAddcont p{
font-weight: 400;
font-size: 16px;
line-height: 24px;
letter-spacing: 0.75px;
text-align: justify;
color: #4F4F4F;
}

.locationTitle{
    padding: 40px 0 30px;
    display: flex;
    align-items: center;
    gap: 15px;
    color: #125451;
}
.locationTitle p{
font-weight: 500;
font-size: 21px;
}

.homeAddplaces{
  display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 25px 50px;
}

.homeAddplaces li {
    display: flex;
    align-items: center;
    gap: 15px;
    color:#125451 ;
    font-size: 18px;
    font-weight: 300;
    padding-bottom: 7px;
    border-bottom: 1px solid #CCAD5E;
}

/* ----------------- Home Residence section ----------------- */

.homeResidence{
    background: #0C3634;
    padding: 150px 0;
}
.homeResi{
    display: grid;
    grid-template-columns: 53% 1fr;
    gap: 60px;
    align-items: center;
}

.homeResileft img{
    width: 100%;
    height: 680px;
    object-fit: cover;
    border-radius: 6px;
}
.homeResiright span{
    background: linear-gradient(180deg, #B38D39 0%, #F4E199 100%),
                linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;

font-size: 18px;
font-weight: 500;
letter-spacing: 1px;
}

.homeResiright h2{
font-size: 64px;
font-weight: 400;
color: #fff;
font-family: "FONTSPRING DEMO - The Seasons", sans-serif;
padding: 15px 0 45px;
    letter-spacing: -1.62px;
}

.homeResiright p{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.75px;
    margin-bottom: 2em;
}

.homeResiright a{
background: linear-gradient(180deg, #B38D39 0%, #D7C47A 100%),
linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
padding: 18px 30px;
border-radius: 55px;
font-size:14px ;
font-weight: 400;
color: #ffffff !important;
letter-spacing: 1px;
display: inline-block;
}


/* ----------------- Home Amenities section ----------------- */
.homeAmenities{
    background: #fff;
    padding: 160px 0;
    text-align: center;
}
.homeAmenitileft {
    text-align: left;
}
.homeAmeniti{
    display: grid;
    grid-template-columns: 50% 1fr;
    gap: 50px;
    align-items: center;
}
.homeAmenitileft span{
color: #7D5E38;
font-size: 18px;
font-weight: 500; 
letter-spacing: 1px;
}

.homeAmenitileft h2{
font-size: 64px;
font-weight: 400;
color: #125451;
font-family: "FONTSPRING DEMO - The Seasons", sans-serif;
padding-top: 15px;
    letter-spacing: -1.62px;
}

.homeAmenitiright p{
    line-height: 26px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing:0.71px;
    color:#4F4F4F;
    text-align: justify;
}

.homeAmenitipic{
    margin-top: 2.5em;
}
.homeAmenitipic img{
    width: 100%;
    object-fit: cover;
    border-radius: 6px;
    margin-top:10px;
}
.homeAmenities a{
        background: #125451;
    padding: 17px 45px;
    border-radius: 55px;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff !important;
    width: fit-content;
    display: inline-block;
    margin-top: 5em;
    letter-spacing: 1.96px;
}

/* ----------------- Home Story section ----------------- */

.homeStory{
    background:#0C3634;
    padding:150px 0px;
    display:flex;
}

.homeStory span{
    background: linear-gradient(180deg, #B38D39 0%, #F4E199 100%),
                linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.homeStory h2{
    color: #fff;
    font-size:64px;
    letter-spacing: -1.62px;
}

.homeStory p{
    color: #fff;
}

.homeStory a{
background: linear-gradient(180deg, #B38D39 0%, #D7C47A 100%),
linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
padding: 18px 35px;
border-radius: 55px;
font-size:14px ;
font-weight: 400;
color: #ffffff !important;
letter-spacing: 1px;
width: fit-content;
display: inline-block;
margin-top: 2em;
}
.HomeAboutLeft{
    justify-content: center;
    gap:50px;
}
/* ----------------- Home Register section ----------------- */

.homeRegister{
    background-image: url('assets/Pool Cafe & Lounge.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    margin: auto;
    height:140vh;
    display: flex;
    align-items: center;
}

.homeRegister h2{
font-size: 45px;
font-weight: 400;
color: #125451;
font-family: "FONTSPRING DEMO - The Seasons", sans-serif;
padding-bottom: 30px;  
}

.homeForm-main{
    width: 95%;
    margin:0 auto;
    background: #ffffff;
    padding: 65px 75px;
    display: flex;
    gap:45px;

}
.homeForm {
    width: 50%;
}
.homeForm h5{
    text-align: left;
    color:#125451;
    padding-bottom: 30px;
    font-size: 50px;
    font-weight: 700;
    font-family: "FONTSPRING DEMO - The Seasons", sans-serif;
    letter-spacing: -1.5px;
}
.homeContact-details{
  width:50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  
}
.ContactDetails-column {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 30px;
    background-color: #EAE9E3;
    padding:40px 20px;
        margin-top: 82px;
}
.ContactDetails-row {
    display: flex;
    align-items: start;
    text-align: left;
    gap: 20px;
}
.ContactDetails-row  p,a{
    color:#125451 !important;
    font-size:20px;
    font-weight:400;
    line-height: 22.79px;
    text-align: justify;
    letter-spacing: 0.56px;
}
.homeContact-social {
    text-align: left;
    display: flex;
    gap: 15px;
    align-items: center;
}
.homeContact-social p{
    color: #125451;
    font-size:20px;
    font-weight: 400;
    margin-right:10px;
}
.homeContact-social img{
    width: 30px;
    height: 30px;
}
.ContactDetails-row a{
    font-size: 20px;
}
/* ----------- form -------------- */

.form-wrapper {
  margin: 0 auto;
}

form {
  width: 100%;
}

.form-group {
  margin-bottom: 28px;
  width: 100%;

}

.form-group.full {
  width: 100%;
}

.form-row {
  display: flex;
  gap: 20px;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 25px 16px;
  border: 1px solid #e3e3e3;
  font-size: 16px;
  color: #000000;
  outline: none;
  font-family: "Conqueror Sans";

}

.form-group textarea {
  min-height: 200px;
  resize: none;
  font-family: "Conqueror Sans";

}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #8C959F;
  font-size: 18px;
  font-weight: 400;
}

.form-wrapper button {
  width: 100%;
  padding: 20px 15px;
  background: #125451;
  color: #ffffff;
  border: none;
  border-radius: 26px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.2px;
  cursor: pointer;
  font-family: "Conqueror Sans";
}

/* -------- Home Key Features Section -------- */
.homeFeatures-main{
   padding:150px 0px;
    background-color: #EAE9E3;
}
.homeFeatures-copy{
    display: flex;
    flex-direction: column;
    gap:15px;
    align-items: center;
    justify-content: center;
    padding-bottom:50px;
}
.homeFeatures-copy span{
    color:#7D5E38;
    font-size:18px;
    letter-spacing: 1px;
    font-weight:500;
}
.homeFeatures-copy h2{
    color:#125451;
    font-size:54px;
    font-weight:400;
    font-family: "FONTSPRING DEMO - The Seasons", sans-serif;
    letter-spacing: -1.62px;
}
.hkf-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.hkf-container2 {
    display: grid;
    grid-template-columns: 40% 1fr;
    gap: 24px;
    margin-top: 25px;
}

.hkf-card {
    position: relative;
    overflow: hidden;
     border-radius: 6px;
}

.hkf-card img {
    width: 100%;
    height:410px;
    object-fit: cover;
    display: block;
    border-radius: 6px;
}

.hkf-label {
    position: absolute;
    bottom: 16px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.62px;
    z-index:999;
}

/* ----------- Home Architecture Carousel -------------- */
.homeArchi-main {
    padding-top: 150px;
}
.home-architecture {
    padding: 80px 0;
    position: relative;
}
.homeArchi-main span{
    font-size:18px;
    color:#7D5E38;
    text-align: center;
    font-weight:500;
    letter-spacing: 1px;
}
.homeArchi-main  h2{
    color:#125451;
    font-size:54px;
    font-weight:400;
    font-family: "FONTSPRING DEMO - The Seasons", sans-serif;
    letter-spacing: -1.62px;
}
.homeArchi-main  p{
    color:#4F4F4F;
    font-size:16px;
    letter-spacing: 0.7px;
        margin-top: -2px;
    text-align: justify;
}
.homeArchi-content{
    display: flex;
    flex-direction: column;
    gap:20px;
    align-items: center;
    justify-content: center;
}
.architecture-slider {
    max-width: 1400px;
    margin: auto;
}

.architecture-slide {
    overflow: hidden;
    margin-left: 10px;
}

.architecture-slide img {
    width: 100%;
    height: 700px;
    object-fit: cover;
    display: block;
     border-radius: 6px;
     object-position:50% 48%
}

.home-architecture .owl-nav {
    position: absolute;
    top: 44%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.home-architecture .owl-nav button {
    background: none !important;
    border: none;
    padding: 0;
    pointer-events: all;
}

.arch-nav-icon {
    width: 42px;
    height: 42px;
    display: block;
}

.home-architecture .owl-prev {
    margin-left: 32px;
}

.home-architecture .owl-next {
    margin-right: 32px;
}

.home-architecture .owl-nav button:hover .arch-nav-icon {
    opacity: 0.85;
}

.home-architecture .owl-dots {
    margin-top: 20px;
}
.home-architecture .owl-carousel {
    display: block !important;
}
.home-architecture .owl-stage {
    display: flex !important;
}
/* Owl Dots Styling */
.home-architecture .owl-dots {
    margin-top: 30px;
    text-align: center;
}

.home-architecture .owl-dots .owl-dot {
    width: 90px;
    height: 5px;
    margin: 30px 7px;
    background: #D9D9D9 !important;
    display: inline-block;
    transition: all 0.3s ease;
    border-radius: 3px;
}

.home-architecture .owl-dots .owl-dot.active {
    background: #467A77 !important;
    width: 90px;
    height: 5px;
    border-radius: 3px;
}

/* Responsive */
@media (max-width: 768px) {
  .form-row {
    flex-direction: column;
  }
}

span.ceo-name {
    font-weight: 600;
}

.hkf-card::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 13%;
    background: linear-gradient(to top, rgb(0 0 0 / 56%) 0%, rgb(0 0 0 / 29%) 50%, transparent 100%);
    z-index: 1;
    pointer-events: none;
}

.form-success{
    margin-top: 20px;
    color: green;
    text-align: left;
    margin-bottom: 35px;
    font-size: 18px;
}
.form-error{
     margin-top: 20px;
    color: red;
    text-align: left;
    margin-bottom: 35px;
    font-size: 18px; 
    display:block;
}
/* ------------------------- Tablet version start -------------------------  */

@media (min-width: 768px) and (max-width: 1024px) {

.homeAddcont h2 br{
display: none;
}

.homeResiright h2 br{
display: none;
}
.homeOverview {
    padding: 80px 0px;
}
.homeoverLeft h2 {
    font-size: 35px;
    max-width: 100%;
}
.homeoverLeft p {
    font-size: 16px;
    max-width: 100%;
            margin-top: 20px;
}
.homeoverFlex {
    display: flex;
    flex-direction: column;
}
.homeFeatures-copy h2 {
    font-size: 36px;
}
.homeFeatures-main {
    padding: 80px 0px;
}
.homeArchi-main h2 {
    font-size: 36px;
}
.architecture-slide img{
    height:100%;
}
.homeArchi-main{
    padding:80px 0px;
}
.homeCeo p {
    max-width: 100%;
            font-size: 36px;
}
.homeCeosection{
    height:100%;
            padding-bottom: 150px;
}
.homeAddcont h2 {
    font-size: 40px;
    line-height: 51.68px;
}
.homeAddsection {
    padding: 100px 0px;
}
.homeResi {
    gap: 30px;
    display:flex;
    flex-direction: column;
}
.homeResiright h2 {
    font-size: 40px;
}
.homeResiright a {
    padding: 13px 32px;
}
.homeAmenitileft h2 {
    font-size: 36px;
}
.homeAmenitiright p{
    text-align: left;
}
.homeAmenities {
    background: #fff;
    padding: 100px 0px;
}
.homeAmenities a {
    padding: 13px 33px;
    font-size: 13px;
}
.homeoverLeft h2 br{
    display:none;
}
.homeStory{
    height:100%;
    padding:100px 0px;
}
.homeStory a {
    padding: 13px 33px;
    font-size: 13px;
}
.homeoverRight img {
    width: 100%;
    height: 100%;
}
.form-group {
    margin-bottom: 16px;
}
.homeForm-main {
    padding: 40px;
}
.homeForm h5 {
    font-size: 40px;
}

.form-group input, .form-group textarea {
    width: 100%;
    padding: 15px 16px;
}
.form-wrapper button {
    padding: 15px 15px;
}
.ContactDetails-column {
    gap: 15px;
}
.ContactDetails-row p, .ContactDetails-row a {
    font-size: 15px;
}
.homeContact-social img {
    width: 25px;
    height: 25px;
}
.homeContact-social p {
    font-size: 18px;
}
.homeRegister {
    margin: auto;
    padding: 100px 0px;
}
.homeoverLeft {
    width: 100%;
    
}
.homeoverRight{
    width:100%;
}
.homeEle-main {
    padding: 100px 0px;
}
.homeEle-main h2 {
    font-size: 36px;
}
.HomeEle-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.HomeEle-grid2 {
    gap: 30px;
    width: 100%;
}
.homeAddplaces li {
    font-size: 16px;
}
.HomeAboutLeft {
    gap: 23px;
}
.form-row {
    gap: 0px;
}
}




/* ---------//-------- mobile version start --------//---------   */

@media(max-width:767px){

 .video-section{
      display:none;
  }
    .mobile-hero-video {
  height: 90vh;
  display:block;
}
.homeoverLeft {
    gap: 30px;
    width:100%;
}
.homeoverRight{
    width:100%;
}
.homeoverLeft h2 {
    font-size: 26px;
    letter-spacing: -0.35px;
}
.homeFeatures-main {
    padding: 100px 0px;
}
.homeFeatures-copy {
    align-items: start;
    padding-bottom: 40px;
}
.homeFeatures-copy h2 {
    font-size: 26px;
    line-height: 33px;
    letter-spacing: -0.35px;
}
.homeFeatures-copy span {
    font-size: 12px;
}
.hkf-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}
.hkf-container2 {
    margin-top: 20px;
}
.hkf-card img {
    width: 100%;
    height: 40vh;
}
.hkf-label {
    font-size: 16px;
}
.homeArchi-main {
    margin: auto;
    padding: 70px 0px 0px 0px;
}
.homeArchi-content {
    align-items: start;
}
.homeArchi-main h2 {
    font-size: 26px;
    letter-spacing: -0.35px;
}
.homeArchi-main span {
    font-size: 13px;
    letter-spacing: 0.6px;
}
.homeArchi-main p {
    font-size: 15px;
    line-height: 23px;
}
.arch-nav-icon {
    width: 30px;
    height: 30px;
}
.home-architecture .owl-prev {
    margin-left: 8px;
}
.home-architecture .owl-next {
    margin-right: 8px;
}
.architecture-slide {
    margin-left: 2px;
}
.home-architecture{
    padding-top:40px;
    padding-bottom: 0px;
}
.architecture-slide img {
    height: 100%;
}
.homeOverview{
  padding: 50px 0;
}
.homeAddplaces {
  grid-template-columns: 1fr;
}

.homeCeosection{
  height: 100%;
  padding: 80px 0px;
  background-size: contain;
}

.homeCeo p{
    max-width: 100%;
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
}
.homeCeo span {
    font-size: 15px;
    line-height: 22px;
}
.homeAddsection{
  padding: 70px 0;
}

.homeAddcont{
  grid-template-columns: 1fr;
  gap: 30px;

}

.homeAddcont h2 br{
display: none;
}

.homeAddcont h2{
   font-size: 26px;
   letter-spacing: 0.08px;
   line-height: 33px;
}

.homeAddcont p {
    font-size: 15px;
    letter-spacing: 0.75px;
    text-align: left;
}
.locationTitle p {
    font-size: 18px;
}
.homeAddplaces li {
    font-size: 16px;
    padding-bottom: 10px;
}
.homeResidence{
  padding: 70px 0;
}

.homeResi{
  grid-template-columns: 1fr;

}

.homeResiright h2 br{
display: none;
}

.homeResiright h2{
   font-size: 26px;
   letter-spacing: -0.35px;
}
.homeResiright p {
    font-size: 15px;
}
.homeResiright a {
    padding: 12px 34px;
    font-size: 12px;
}
.homeAmenities{
  padding: 70px 0;
}

.homeAmeniti{
  grid-template-columns: 1fr;
  gap: 30px;

}
.homeAmenitileft h2{
  font-size: 26px;
  line-height: 34px; 
  padding-top: 10px;
  letter-spacing: -0.35px;
}
.homeAmenitileft span {
    font-size: 14px;
    letter-spacing: 0.6px;
}
.homeAmenitiright p {
    font-size: 15px;
    text-align: left;
}
.homeAmenities a {
    font-size:12px;
    padding: 12px 30px;
    margin-top: 3em;
}
.homeAmenitipic img {
    height: 100%;
}
.homeStory{
  padding: 70px 0;
  height: 100%;
}
.homeStory h2 br{
    display: none;
}
.homeStory h2{
 font-size:26px;
  line-height: 33px;
   margin-top: 12px;
}
.homeRegister{
padding: 70px 0;
height:100%;
}
.homeRegister h2{
  font-size: 26px;
  line-height: 33px;
}

.homeForm{
  width: 100%;
}
.form-row{
  gap: 0;
}
.homeForm-main {
    display: flex;
    flex-direction: column;
    padding:40px;
}
.homeForm h5 {
    font-size: 27px;
}
.form-group input, .form-group textarea{
    padding:15px;
}
.form-group textarea {
    min-height: 175px;
}
.form-group input::placeholder,
.form-group textarea::placeholder{
    font-size:15px;
}
.ContactDetails-column {
    margin-top: 20px;
}
.homeContact-details {
    width: 100%;
    gap: 30px;
}
.ContactDetails-column {
    gap: 15px;
    padding: 30px 17px;
}
.ContactDetails-row img{
    width:16px;
}
.ContactDetails-row p, .ContactDetails-row a {
    font-size: 15px;
}
.homeContact-social p {
    font-size: 16px;
}
.homeContact-social {
    gap: 10px
}
.homeContact-social img {
    width: 20px;
    height: 20px;
}
.homeoverFlex {
    display: flex;
    flex-direction: column;
}
.homeoverLeft p {
    font-size: 15px;
    margin-top 30px;
}
.homeoverLeft span {
    font-size: 13px;
    letter-spacing: 0.6px;
}
.homeStory a {
    padding: 12px 34px;
        font-size: 12px;
}

.homeoverRight img {
    height: 100%;
}
.homeEle-main {
    padding: 100px 0px;
        background-repeat: repeat;
    background-size: 150%;
}
.homeEle-main h2 {
    letter-spacing: -0.35px;
    font-size: 26px;
    width: 100%;
}
.HomeEle-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 50px;
    margin-bottom: 35px;
}
.HomeEle-grid2 {
    grid-template-columns: 1fr;
    gap: 30px;
    width: 100%;
}
.homeCeo-founder {
    gap: 0px;
}
.homeResileft img {
    height: 100%;
}
.homeResiright span {
    font-size: 13px;
    letter-spacing: 0.6px;
}
.HomeAboutLeft{
            gap: 35px;
}
.form-wrapper button {
    padding: 17px 15px;
}
.home-architecture .owl-dots .owl-dot {
    width: 25px;
    margin: 0px 4px;
    height: 4px;
}
.home-architecture .owl-dots .owl-dot.active{
     width: 24px;
     height: 4px;
}
.home-architecture .owl-nav {
display: none;
}
}