/* google fonts */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ribeye&display=swap');
/* google fonts */

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
strong,
i,
ol,
ul,
li,
form,
label,
footer,
header,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

a {
  text-decoration: none;
}

button:focus,
a:focus,
input:focus,
textarea:focus,
select:focus {
  outline: none !important;
}

body {
  font-family: "Roboto", sans-serif;
  box-sizing: border-box;
  overflow-x: hidden;
  scroll-behavior: smooth;
  background: #FFF;
}

/* main {
  overflow-x: hidden;
} */

:root {
  --white: #fff;
  --black: #000;
  --Schemes-Primary: #00696D;
}



/* common style starts */
.mt-40{
  margin-top: 40px;
}
.common-section-padding{
  padding: 80px 0px;
}
.common-section-padding-new{
  padding: 40px 0px 0px;
}
.common-index-para{
 color: #59585E;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px;
letter-spacing: 0.5px;
margin-top: 10px;
}
.common-section-heading{
    color: #252235;
text-align: center;
font-family: Roboto;
font-size: 45px;
font-style: normal;
font-weight: 600;
line-height: 52px;
}
.common-section-heading-2{
    color: #1C1B1B;
    text-align: center;
    font-family: Roboto;
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: 52px;
}
/* common style =End= */

/* header */
.top-overlay{
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
}
.header-menu-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
}
.logo-area p{
color: var(--Schemes-Primary);
text-align: center;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: 24px;
letter-spacing: 0.5px;
}
.menu-area{
    display: flex;
    align-items: center;
    width: 50%;
    justify-content: space-between;
}
.menu-area li{
    cursor: pointer;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    color:#939090;
    transition: .3s ease-in-out;
    padding: 5px;
    border-radius: 6px;
}
.menu-area li a{
    color:#939090;
}
.menu-area li:hover{
    padding: 7px;
    color: var(--Schemes-Primary);
    background-color: #e2e2c2;
}
.nav-btn{
    border: none;
    padding: 16px 32px;
    color: var(--white);
   text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px;
letter-spacing: 0.5px;
    background: var(--Schemes-Primary);
}
.mobile-menu-icon img{
  height: 40px;
  width: 50px;
}
.mobile-nav-wrapper{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mobile-menu-area{
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.nav-btn-mobile{
  margin-top: 40px;
}

.mobile-back-menu{
  border: none;
}
.mobile-back-menu img{
  height: 40px ;
  width: 40px;
}
/* Home Hero section start From Here: */

/* home-hero-section */
.home-hero-section{
    padding-bottom: 0px;
}
/* .home-hero-content-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
} */
.home-hero-content-wrapper h1 {
  color: #252235;
  text-align: center;
  font-size: 41px;
  font-style: normal;
  font-weight: 600;
  line-height: 47px;
  letter-spacing: -0.25px;
}
.home-hero-content-wrapper .common-index-para{
 margin-top: 4px;
}
.home-hero-content-wrapper h1 span{
    color: var(--Schemes-Primary);
}
.home-hero-card{
    position: relative;
}
.home-hero-card img{
  margin-top: 30px;
    height: 100%;
    width: 100%;
    max-height: 500px;
    object-fit: cover;
}
.home-hero-card-content-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    position: absolute;
bottom: 27px;
left: 50%;
transform: translate(-50%, -50%);
}
.polygon{
display: none;
}
.home-hero-card-content-wrapper h3{
    color: var(--white);
    text-align: center;
    font-family: "Helvetica Neue";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.24px;
}
.home-hero-card-content-wrapper p{
    color: var(--white);
text-align: center;
font-family: "Helvetica Neue";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 28px;
margin-bottom: 13px;
}
.get-started-btn{
    color: var(--white);
text-align: center;
font-family: "Helvetica Neue";
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: -0.14px;
background: var(--Schemes-Primary, #00696D);
padding: 20px 32px;
}


/* residents section start */
.residency-section{
  padding: 30px 0px;
}
.residency-card-wrapper{
  display: grid;
  grid-template-columns: auto auto auto auto;
  gap: 24px;
}
.residency-single-card{
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.new-residency-card-text,
.new-residency-card-text-2{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.new-residency-card-text h3{
  color: var(--black);
  font-family: Roboto;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}
.new-residency-card-text p{
  color: #59585E;
  font-family: Heebo;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.new-residency-card-text-2 p,
.new-residency-card-text-2 a{
  color: #59585E;
  font-family: Heebo;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.new-residency-card-text-2 a{
  border-radius: 6px;
border: 1px solid rgba(43, 41, 41, 0.2);
padding: 10px 26px;
display: flex;
min-width: 130px;
justify-content: center;
color: var(--white);
background-color: var(--Schemes-Primary);

}
.new-residency-card-text-2 a:hover{
color: var(--white);
background-color: rgb(3, 73, 46);
}

/* residents section end */

/* aspiring-residents-section start */
.aspiring-residents-section{
  background: #F3F5F8;
}
.aspiring-residents-card-wrapper{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 44px;
  margin-top: 60px;
}
.aspiring-residents-single-card{
  border-radius: 30px;
background: #FFF;
box-shadow: 0px 30px 50px 0px rgba(37, 34, 53, 0.12);
padding: 30px 33px 78px 34px;
cursor: pointer;
display: flex;
flex-direction: column;
align-items: center;
}
.aspiring-residents-single-card img{
transition: .3s ease-in-out;
}
.aspiring-residents-single-card img:hover{
transform: scale(1.1);
}
.aspiring-residents-card-text{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  margin-top: 28.38px;
}
.aspiring-residents-card-text h3{
  color: #252235;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}
.aspiring-residents-card-text p{
  color: #59585E;
  text-align: center;
  font-family: Heebo;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
}
/* aspiring-residents-section end */

/* subscribe section start */
.subscribe-content-wrapper{
  display: flex;
  overflow: hidden;
  border-radius: 25.754px;
background: #DEE3E5;
box-shadow: 0px 32.192px 75.116px -21.462px rgba(0, 0, 0, 0.02);
position: relative;
z-index: 1;
}
.subscribe-col{
  width: 50%;
}
.subscribe-col-1{
  padding: 60px 37px 60px 113px;
  display: flex;
  flex-direction: column;
  gap: 16.11px;
}
.subscribe-col-1 h3{
  color: #141218;
font-size: 45px;
font-style: normal;
font-weight: 600;
line-height: 52px;
}
.subscribe-col-1 p{
  color: #141218;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px;
letter-spacing: 0.5px;
max-width: 394px;
}
.subscribe-col-2{
  /* padding: 60px 113px 60px 3px; */
  background-color: var(--Schemes-Primary, #00696D);
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(25% 0, 100% 0%, 100% 100%, 0% 100%);
}
.subscribe-content-wrapper .desktop-sub{
 display: flex;
 position: absolute;
 z-index: 2;
 right: -63px;
 top: 50%;
 transform: translate(-50%, -50%);
}
.subscribe-content-wrapper input{
  border: none;
  border-radius: 16.096px 0px 0px 16.096px;
background: var(--white);
padding: 26.74px 113.75px 25.67px 21.46px;
}
.subscribe-content-wrapper input::placeholder{
  color: #B1B1B1;
  font-family: "Helvetica Neue";
  font-size: 16.096px;
  font-style: normal;
  font-weight: 400;
  line-height: 16.096px;
  letter-spacing: 0.08px;
}
.subscribe-content-wrapper a{
  display: flex;
  align-items: center !important;
  color: var(--white);
font-family: "Helvetica Neue";
font-size: 17.169px;
font-style: normal;
font-weight: 400;
line-height: normal;
padding: 13.91px 15.53px 13.91px 24.38px;
border: none;
border-radius:17.169px;
background: var(--Schemes-On-Primary-Container, #002021);
box-shadow: 0px 10.731px 21.462px -10.731px rgba(234, 234, 234, 0.40);
}
.subscribe-content-wrapper a img{
 margin-bottom: -12px;
  width: 42.12px;
  height: 40.646px;
}
/* subscribe section end */

/* footer start */
.footer-menu{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 167px;
  padding-bottom: 30px;
  border-bottom:1px solid #3A3A3A;
  margin-bottom: 32px;
}
.footer-menu{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 167px;
}
.footer-menu li{
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  transition: .2s ease-in-out;
}
.footer-menu li a{
  color: #1C1B1B;
}
.footer-menu li a:hover{
  color: var(--Schemes-Primary);
}
.footer-menu li:hover{
  transform: scale(1.1);
}
/* footer end */

 /* back to top styles start */
#back_to_top {
  display: inline-block;
  background-color: #FF9800;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#back_to_top::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#back_to_top:hover {
  cursor: pointer;
  background-color: #333;
}
#back_to_top:active {
  background-color: #555;
}
#back_to_top.show {
  opacity: 1;
  visibility: visible;
}
 /* back to top styles end */

 /* sign-in.html start */
 .header{
  background: var(--Schemes-Primary);
  padding: 38px 0px;
 }
 .logo-another-page{
display: flex;
 }
 .logo-name{
  color: var(--Schemes-On-Primary, #FFF);
text-align: center;
font-family: Ribeye;
font-size: 40px;
font-style: normal;
font-weight: 400;
line-height: 24px;
letter-spacing: 0.5px;
 }
 .span-green{
  color: #00696D;
 }

 .sign-in-section{
  padding: 85px 0px 185px;
 }
 .sign-in-form-wrapper{
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  width: 648px;
  margin: 100px auto 0px;
 }
 .sign-in-form-wrapper form{
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
 }
 .form-check-forgot-wrapper{
  display: flex;
  justify-content: space-between;
  margin: 10px 0px;
 }
 .sign-form label{
  color: #1C1B1B;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 24px;
letter-spacing: 0.15px;
margin-bottom: 20px;
 }
 .sign-form input{
  border: 1px solid  #C9C6C5;
  outline: none;
  padding: 8px 0px 8px 12px;
  background-color: inherit;
  border-radius: 0px;
 }
 .sign-form .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #ced4da;
}
 .sign-form input::placeholder{
  color:  #C9C6C5;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
 }
 .sign-check{
  color: #333;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px;
letter-spacing: 0.5px;
 }
 .sign-form .form-check-input[type=checkbox] {
  border-radius: 0px;
}
 .forgot-password{
  color: var(--Schemes-Primary);
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 24px;
letter-spacing: 0.15px;
text-decoration-line: underline;
 }
 .sign-btn{
  border: none;
  width: 100%;
  padding: 16px 0px;
 }
 .sign-notice{
  color:  #939090;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px;
letter-spacing: 0.5px;
 }
 .sign-notice-link{
  color:  #00696D;
 }
 .terms-condition{
  color: var(--Schemes-Primary)
 }
 /* sign-in.html end */

 /* sign other page */
 .thank-you-msg{
  color: #00696D;
text-align: center;
font-family: Roboto;
font-size: 45px;
font-style: normal;
font-weight: 600;
line-height: 52px;
margin-bottom: 50px;
 }
 .select-option{
  margin-top: 20px;
 }

 .otp-verification-section{
  display: flex;
  justify-content: space-between;
  margin: auto;
 }
 .otp-span{
  border: 1px solid #ccc;
  margin-right: 24px;
  padding: 0px 31px 9px 31px;
 }
 .otp-input{
  width: 28px;
  height: 92px;
  text-align: center;
  font-size: 24px;
  border: none !important;
  border-bottom: 1px solid grey !important;
 }
 .otp-input:focus {
  border-bottom-color: #00696D; /* Optional: Change bottom border color on focus */
}
.verification-form{
  width: 100%;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Hide the arrows in Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}



/* new adjustments 07/09/2024 */
.residency-single-card {
border: 1px solid #BABABA;
padding: 20px;
border-radius: 13px;
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
transition: .3s ease-in-out;
}

.residency-card-img-area{
  height: 380px;
}
.residency-single-card:hover{
 transform: scale(1.03);
}
.residency-card-img-area img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.tm-about-us-section h2{
  color: #252235;
  text-align: center;
  font-family: Roboto;
  font-size: 2.7rem;
  font-style: normal;
  font-weight: 600;
  line-height: 52px;
  margin: 20px 0px;
}
.common-index-para-new span{
font-weight: 600;
}
@media only screen and (min-width: 381px) and (max-width: 991px) {
  .residency-card-img-area{
    height: 350px;
  }
}

@media (max-width: 380px) {
  .residency-card-img-area{
    height: 300px;
  }
}