
html {
  font-family: "Noto Sans", sans-serif;
  scroll-behavior: smooth;
}

header li {
  list-style-type: none;
}

body {
  height: 100%;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
}

button,
input,
select,
textarea {
  outline: 0;
  font-family: "Noto Sans", sans-serif;
  padding: 0;
  box-sizing: border-box;
}

.G_text{
  font-size:14px;
  color:#008545;
}

textarea {
  resize: vertical;
}

h1, h2, h3{
  font-family: "EB Garamond", serif;
}

.col-1 {
  grid-column: span 1;
}
.col-2 {
  grid-column: span 2;
}
.col-3 {
  grid-column: span 3;
}
.col-4 {
  grid-column: span 4;
}
.col-5 {
  grid-column: span 5;
}
.col-6 {
  grid-column: span 6;
}
.col-7 {
  grid-column: span 7;
}
.col-8 {
  grid-column: span 8;
}
.col-9 {
  grid-column: span 9;
}
.col-10 {
  grid-column: span 10;
}
.col-11 {
  grid-column: span 11;
}
.col-12 {
  grid-column: span 12;
}


.section_top {
  padding: 6rem 0 0 0;
}


@media only screen and (min-width: 1200px) {

  .section {
    padding: 6rem 0;
  }
  
  .gal_section {
    padding: 9rem 0 3rem 0;
  }

  .main_header_container {
    width: 1150px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .container {
    grid-template-columns: repeat(12, 1fr);
    margin: 0 auto;
    display: grid;
    grid-gap: 48px;
    max-width: 1150px;
  }

  .wrapper_reverse{
    width: 1150px;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    margin:6rem auto 0 auto;
    align-items: center;
  }

  .wrapper {
    width: 1150px;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    margin: auto;
    align-items: center;
  }

  .contact_header{
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.4),
        rgba(0, 0, 0, 0.4)
      ),
      url("img/gal1.webp");
    background-position: center;
    background-size: cover;
    width: 100%;
    z-index: 1; 
    padding:0 0 5rem 0;
  }

  .about_header {
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.4),
        rgba(0, 0, 0, 0.4)
      ),
      url("img/gal2.webp");
    background-position: center;
    background-size: cover;
    width: 100%;
    z-index: 1; 
    padding:0 0 5rem 0;
  }

  .hero_header {
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.4),
        rgba(0, 0, 0, 0.4)
      ),
      url("img/home_hero.webp");
    background-position: center;
    background-size: cover;
    width: 100%;
    z-index: 1; 
    padding:0 0 5rem 0;
  }

  .contact_section{
    padding: 6rem 0 0 0;
    position: relative;
  }

  .contact_bar{
    position: absolute;
    width: 100%;
    bottom: -50px;
    height: 80px;
    background-color: #A1B896;
    z-index: -1;
  }

  .contact_container{
    width: 100%;
    background-color: #ffffff;
    box-sizing: border-box;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
    padding: 1rem 2rem;
  }
  .label{
    font-size: 14px;
    color: #1E1E1E;
  }

  .input{
    width: 100%;
    margin-bottom: 1.5rem;
    margin-top: .5rem;
    background-color: #F6F6F6;
    border: none;
    box-sizing: border-box;
    padding: .5rem;
    height: 40px;
  }

  .textarea{
    width: 100%;
    margin-bottom: 1.5rem;
    margin-top: .5rem;
    background-color: #F6F6F6;
    border: none;
    box-sizing: border-box;
    padding: .5rem;
    height: 70px;
  }

  .form_btn:hover{
    cursor: pointer;
    background-color: #90a586;
    color: #1E1E1E;
  }

  .form_btn{
    width: 100%;
    margin-top: .5rem;
    background-color: #A1B896;
    color: #1E1E1E;
    border: none;
    box-sizing: border-box;
    padding: .5rem;
    height: 40px;
  }

  .logo{
    height: 85px;
    margin: 10px 0;
  }

  .header_wrapper {
    width: 1150px;
    margin: auto;
    height: 105px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .nav_btn-active{
    color: #A1B896;
    font-size: .875rem;
    text-decoration: none;
    padding: 1rem;
  }

  .nav_btn{
    color: #ffffff;
    font-size: .875rem;
    text-decoration: none;
    padding: 1rem;
  }

  .nav_btn:hover{
    color: #A1B896;
    cursor: pointer;
  }

  .hero_text{
    padding: 9rem 0 12rem 0;
    animation: 1s forwards fading_up;
  }

  .main_heading{
    width: 1150px;
    margin: auto;
    text-align: center;
    color: #ffffff;
    font-size: 3rem;
    font-weight: 400;
  }

  .main_sub_heading{
    width: 1150px;
    margin: 1rem auto;
    text-align: center;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 400;
  }

  .header_bar_position{
    width: 900px;
    margin: auto;
    position: relative;
  }

  .header_bar{
    background-color: #A1B896;
    position: absolute;
    height: 190px;
    top:-70px;
    width: 100%;
  }

  .header_bar_wrapper{
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
  }

  .header_bar_item{
    width: 30%;
    height: 110px;
    box-sizing: border-box;
    padding: 1rem;
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .header_bar_item_content{
    line-height: 2;
    font-size: 1rem;
    color: #ffffff;
    text-decoration: none;
  }

  .grey_section{
    padding: 7rem 0 5rem 0;
    width: 100%;
    background-color: #F6F6F6;
  }

  .grey_section_top{
    padding: 12rem 0 6rem 0;
    width: 100%;
    background-color: #F6F6F6;
  }

  .vertical_wrapper{
    width: calc(50% - 24px);
    height: 840px;
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .vertical_wrapper_reverse{
    width: calc(50% - 24px);
    height: 840px;
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .section_header-w{
    font-size: 1.2rem;
    color: #fff;
    font-weight: 400;
    margin: 0;
  }

  .section_header{
    font-size: 2rem;
    color: #1E1E1E;
    line-height: 1.5;
    font-weight: 400;
    margin: 0;
  }

  .form_header{
    font-size: 2rem;
    color: #1E1E1E;
    line-height: 1.5;
    font-weight: 400;
    margin: 0 0 1rem 0;
  }

  .line{
    margin-left: 0;
    border: none;
    border-bottom: 2px solid #A1B896;
    width: 125px;
  }

  .line_center{
    border: none;
    border-bottom: 2px solid #A1B896;
    width: 125px;
  }

  .basic_text_center{
    font-size: 14px;
    color: #1E1E1E;
    line-height: 1.5;
    margin: auto;
    text-align: center;
  }

  .button_container{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .main_btn{
    text-align: center;
    background-color: #ffffff;
    border: none;
    color: #1E1E1E;
    font-size: 14px;
    width: 160px;
    height: 40px;
  }

  .main_btn:hover{
    text-align: center;
    background-color: #F6F6F6;
    cursor: pointer;
  }

  .basic_text{
    font-size: 14px;
    color: #1E1E1E;
    line-height: 1.5;
  }

  .section_img{
    height: 340px;
    width: 100%;
    object-fit: cover;
    object-position: top;
  }

  .full_img{
    height: 625px;
    width: 100%;
    object-fit: cover;
  }

  .flx_50{
    width: calc(50% - 24px);
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .sub_heading{
    font-size: 1.2rem;
    color: #1E1E1E;
    margin: 1rem 0 0 0;
    font-weight: 400;
  }

  .sub_heading_team{
    font-size: 1rem;
    color: #1E1E1E;
    margin: .5rem 0;
    font-weight: 400;
  }

  .image_hover_container{
    position: relative;
    width: 100%;
    height: 400px;
  }

  .med_img{
    position: absolute;
    right: 0;
    top: 0;
    width: 380px;
    height: 350px;
    object-fit: cover;
    z-index: 1;
  }

  .flaot_img{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 230px;
    height: 230px;
    object-fit: cover;
    border: 6px solid #ffffff;
    z-index: 2;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  }
  
  .bg_scroll {
    padding: 9rem 0;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.5);
  }

  .massage{
    background-image: url("img/massage.jpg");
  }

  .text_center_w{
    width: 1150px;
    margin: 1rem auto;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
  }

  .heading_center{
    width: 1150px;
    margin: auto;
    text-align: center;
    color: #1E1E1E;
    font-size: 2rem;
    font-weight: 400;
  }

  .heading_center_w{
    width: 1150px;
    margin: auto;
    text-align: center;
    color: #ffffff;
    font-size: 2rem;
    font-weight: 400;
  }

  .gallery_img_placer{
    margin-top: 2rem;
  }

  .gallery_img{
    width: 100%;
    height: 320px;
    object-fit: cover;
  }

  footer{
    margin: 4rem auto 0 auto;
    background-color: #A1B896;
    text-align: center;
    box-sizing: border-box;
    padding: .8rem;
    font-size: 14px;
    color: #1E1E1E;
  }

  .link:hover{
    color: #1E1E1E;
  }

  .link{
    color: #313131;
    text-decoration: none;
  }

  .flx_3rd{
    width: 33%;
  }

  .wrapper_team {
    width: 1150px;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    margin: auto;
  }

  .flx_2x3{
    width: 64%;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    align-items: center;

  }

  .team_container{
    width: 31%;
    margin-bottom: 24px;
  }

  .team_img{
    width: 100%;
    object-fit: cover;
    object-position: top;
    aspect-ratio: 1/1;
  }
  

}


@media only screen and (max-width: 1200px) and (min-width: 1100px) {

  .section {
    padding: 6rem 0;
  }
  
  .gal_section {
    padding: 9rem 0 3rem 0;
  }

  .main_header_container {
    width: 850px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .container {
    grid-template-columns: repeat(12, 1fr);
    margin: 0 auto;
    display: grid;
    grid-gap: 48px;
    max-width: 850px;
  }

  .wrapper_reverse{
    width: 850px;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    margin:6rem auto 0 auto;
    align-items: center;
  }

  .wrapper {
    width: 850px;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    margin: auto;
    align-items: center;
  }

  .contact_header{
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.4),
        rgba(0, 0, 0, 0.4)
      ),
      url("img/gal1.webp");
    background-position: center;
    background-size: cover;
    width: 100%;
    z-index: 1; 
    padding:0 0 5rem 0;
  }

  .about_header {
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.4),
        rgba(0, 0, 0, 0.4)
      ),
      url("img/gal2.webp");
    background-position: center;
    background-size: cover;
    width: 100%;
    z-index: 1; 
    padding:0 0 5rem 0;
  }

  .hero_header {
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.4),
        rgba(0, 0, 0, 0.4)
      ),
      url("img/home_hero.webp");
    background-position: center;
    background-size: cover;
    width: 100%;
    z-index: 1; 
    padding:0 0 5rem 0;
  }

  .contact_section{
    padding: 6rem 0 0 0;
    position: relative;
  }

  .contact_bar{
    position: absolute;
    width: 100%;
    bottom: -50px;
    height: 80px;
    background-color: #A1B896;
    z-index: -1;
  }

  .contact_container{
    width: 100%;
    background-color: #ffffff;
    box-sizing: border-box;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
    padding: 1rem 2rem;
  }
  .label{
    font-size: 14px;
    color: #1E1E1E;
  }

  .input{
    width: 100%;
    margin-bottom: 1.5rem;
    margin-top: .5rem;
    background-color: #F6F6F6;
    border: none;
    box-sizing: border-box;
    padding: .5rem;
    height: 40px;
  }

  .textarea{
    width: 100%;
    margin-bottom: 1.5rem;
    margin-top: .5rem;
    background-color: #F6F6F6;
    border: none;
    box-sizing: border-box;
    padding: .5rem;
    height: 70px;
  }

  .form_btn:hover{
    cursor: pointer;
    background-color: #90a586;
    color: #1E1E1E;
  }

  .form_btn{
    width: 100%;
    margin-top: .5rem;
    background-color: #A1B896;
    color: #1E1E1E;
    border: none;
    box-sizing: border-box;
    padding: .5rem;
    height: 40px;
  }

  .logo{
    height: 85px;
    margin: 10px 0;
  }

  .header_wrapper {
    width: 850px;
    margin: auto;
    height: 105px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .nav_btn-active{
    color: #A1B896;
    font-size: .875rem;
    text-decoration: none;
    padding: 1rem;
  }

  .nav_btn{
    color: #ffffff;
    font-size: .875rem;
    text-decoration: none;
    padding: 1rem;
  }

  .nav_btn:hover{
    color: #A1B896;
    cursor: pointer;
  }

  .hero_text{
    padding: 9rem 0 12rem 0;
    animation: 1s forwards fading_up;
  }

  .main_heading{
    width: 850px;
    margin: auto;
    text-align: center;
    color: #ffffff;
    font-size: 3rem;
    font-weight: 400;
  }

  .main_sub_heading{
    width: 850px;
    margin: 1rem auto;
    text-align: center;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 400;
  }

  .header_bar_position{
    width: 850px;
    margin: auto;
    position: relative;
  }

  .header_bar{
    background-color: #A1B896;
    position: absolute;
    height: 190px;
    top:-70px;
    width: 100%;
  }

  .header_bar_wrapper{
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
  }

  .header_bar_item{
    width: 30%;
    height: 120px;
    box-sizing: border-box;
    padding: 1rem;
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .header_bar_item_content{
    line-height: 2;
    font-size: 1rem;
    color: #ffffff;
    text-decoration: none;
  }

  .grey_section{
    padding: 7rem 0 5rem 0;
    width: 100%;
    background-color: #F6F6F6;
  }

  .grey_section_top{
    padding: 12rem 0 6rem 0;
    width: 100%;
    background-color: #F6F6F6;
  }

  .vertical_wrapper{
    width: calc(50% - 24px);
    height: 840px;
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .vertical_wrapper_reverse{
    width: calc(50% - 24px);
    height: 840px;
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .section_header-w{
    font-size: 1.2rem;
    color: #fff;
    font-weight: 400;
    margin: 0;
  }

  .section_header{
    font-size: 2rem;
    color: #1E1E1E;
    line-height: 1.5;
    font-weight: 400;
    margin: 0;
  }

  .form_header{
    font-size: 2rem;
    color: #1E1E1E;
    line-height: 1.5;
    font-weight: 400;
    margin: 0 0 1rem 0;
  }

  .line{
    margin-left: 0;
    border: none;
    border-bottom: 2px solid #A1B896;
    width: 125px;
  }

  .line_center{
    border: none;
    border-bottom: 2px solid #A1B896;
    width: 125px;
  }

  .basic_text_center{
    font-size: 14px;
    color: #1E1E1E;
    line-height: 1.5;
    margin: auto;
    text-align: center;
  }

  .button_container{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .main_btn{
    text-align: center;
    background-color: #ffffff;
    border: none;
    color: #1E1E1E;
    font-size: 14px;
    width: 160px;
    height: 40px;
  }

  .main_btn:hover{
    text-align: center;
    background-color: #F6F6F6;
    cursor: pointer;
  }

  .basic_text{
    font-size: 14px;
    color: #1E1E1E;
    line-height: 1.5;
  }

  .section_img{
    height: 340px;
    width: 100%;
    object-fit: cover;
  }

  .full_img{
    height: 625px;
    width: 100%;
    object-fit: cover;
  }

  .flx_50{
    width: calc(50% - 24px);
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .sub_heading{
    font-size: 1.2rem;
    color: #1E1E1E;
    margin: 1rem 0 0 0;
    font-weight: 400;
  }

  .sub_heading_team{
    font-size: 1rem;
    color: #1E1E1E;
    margin: .5rem 0;
    font-weight: 400;
  }

  .image_hover_container{
    position: relative;
    width: 100%;
    height: 400px;
  }

  .med_img{
    position: absolute;
    right: 0;
    top: 0;
    width: 380px;
    height: 350px;
    object-fit: cover;
    z-index: 1;
  }

  .flaot_img{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 230px;
    height: 230px;
    object-fit: cover;
    border: 6px solid #ffffff;
    z-index: 2;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  }
  
  .bg_scroll {
    padding: 9rem 0;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.5);
  }

  .massage{
    background-image: url("img/massage.jpg");
  }

  .text_center_w{
    width: 850px;
    margin: 1rem auto;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
  }

  .heading_center{
    width: 850px;
    margin: auto;
    text-align: center;
    color: #1E1E1E;
    font-size: 2rem;
    font-weight: 400;
  }

  .heading_center_w{
    width: 850px;
    margin: auto;
    text-align: center;
    color: #ffffff;
    font-size: 2rem;
    font-weight: 400;
  }

  .gallery_img_placer{
    margin-top: 2rem;
  }

  .gallery_img{
    width: 100%;
    height: 320px;
    object-fit: cover;
  }

  footer{
    margin: 4rem auto 0 auto;
    background-color: #A1B896;
    text-align: center;
    box-sizing: border-box;
    padding: .8rem;
    font-size: 14px;
    color: #1E1E1E;
  }

  .link:hover{
    color: #1E1E1E;
  }

  .link{
    color: #313131;
    text-decoration: none;
  }

  .flx_3rd{
    width: 33%;
  }

  .wrapper_team {
    width: 850px;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    margin: auto;
  }

  .flx_2x3{
    width: 64%;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    align-items: center;

  }

  .team_container{
    width: 31%;
    margin-bottom: 24px;
  }

  .team_img{
    width: 100%;
    object-fit: cover;
    object-position: top;
    aspect-ratio: 1/1;
  }
  

}




@media only screen and (max-width: 1100px) and (min-width: 780px) {

  .section {
    padding: 6rem 0;
  }
  
  .gal_section {
    padding: 9rem 0 3rem 0;
  }

  .main_header_container {
    width: 760px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .container {
    grid-template-columns: repeat(12, 1fr);
    margin: 0 auto;
    display: grid;
    grid-gap: 48px;
    max-width: 760px;
  }

  .wrapper_reverse{
    width: 760px;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    margin:6rem auto 0 auto;
    align-items: center;
  }

  .wrapper {
    width: 760px;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    margin: auto;
    align-items: center;
  }

  .contact_header{
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.4),
        rgba(0, 0, 0, 0.4)
      ),
      url("img/gal1.webp");
    background-position: center;
    background-size: cover;
    width: 100%;
    z-index: 1; 
    padding:0 0 5rem 0;
  }

  .about_header {
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.4),
        rgba(0, 0, 0, 0.4)
      ),
      url("img/gal2.webp");
    background-position: center;
    background-size: cover;
    width: 100%;
    z-index: 1; 
    padding:0 0 5rem 0;
  }

  .hero_header {
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.4),
        rgba(0, 0, 0, 0.4)
      ),
      url("img/home_hero.webp");
    background-position: center;
    background-size: cover;
    width: 100%;
    z-index: 1; 
    padding:0 0 5rem 0;
  }

  .contact_section{
    padding: 6rem 0 0 0;
    position: relative;
  }

  .contact_bar{
    position: absolute;
    width: 100%;
    bottom: -50px;
    height: 80px;
    background-color: #A1B896;
    z-index: -1;
  }

  .contact_container{
    width: 100%;
    background-color: #ffffff;
    box-sizing: border-box;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
    padding: 1rem 2rem;
  }
  .label{
    font-size: 14px;
    color: #1E1E1E;
  }

  .input{
    width: 100%;
    margin-bottom: 1.5rem;
    margin-top: .5rem;
    background-color: #F6F6F6;
    border: none;
    box-sizing: border-box;
    padding: .5rem;
    height: 40px;
  }

  .textarea{
    width: 100%;
    margin-bottom: 1.5rem;
    margin-top: .5rem;
    background-color: #F6F6F6;
    border: none;
    box-sizing: border-box;
    padding: .5rem;
    height: 70px;
  }

  .form_btn:hover{
    cursor: pointer;
    background-color: #90a586;
    color: #1E1E1E;
  }

  .form_btn{
    width: 100%;
    margin-top: .5rem;
    background-color: #A1B896;
    color: #1E1E1E;
    border: none;
    box-sizing: border-box;
    padding: .5rem;
    height: 40px;
  }

  .logo{
    height: 85px;
    margin: 10px 0;
  }

  .header_wrapper {
    width: 760px;
    margin: auto;
    height: 105px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .nav_btn-active{
    color: #A1B896;
    font-size: .875rem;
    text-decoration: none;
    padding: 1rem;
  }

  .nav_btn{
    color: #ffffff;
    font-size: .875rem;
    text-decoration: none;
    padding: 1rem;
  }

  .nav_btn:hover{
    color: #A1B896;
    cursor: pointer;
  }

  .hero_text{
    padding: 9rem 0 12rem 0;
    animation: 1s forwards fading_up;
  }

  .main_heading{
    width: 760px;
    margin: auto;
    text-align: center;
    color: #ffffff;
    font-size: 3rem;
    font-weight: 400;
  }

  .main_sub_heading{
    width: 760px;
    margin: 1rem auto;
    text-align: center;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 400;
  }

  .header_bar_position{
    width: 760px;
    margin: auto;
    position: relative;
  }

  .header_bar{
    background-color: #A1B896;
    position: absolute;
    height: 210px;
    top:-70px;
    width: 100%;
  }

  .header_bar_wrapper{
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
  }

  .header_bar_item{
    width: 30%;
    height: 110px;
    box-sizing: border-box;
    padding: 1rem;
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .header_bar_item_content{
    line-height: 2;
    font-size: 1rem;
    color: #ffffff;
    text-decoration: none;
  }

  .grey_section{
    padding: 7rem 0 5rem 0;
    width: 100%;
    background-color: #F6F6F6;
  }

  .grey_section_top{
    padding: 12rem 0 6rem 0;
    width: 100%;
    background-color: #F6F6F6;
  }

  .vertical_wrapper{
    width: calc(50% - 24px);
    height: 840px;
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .vertical_wrapper_reverse{
    width: calc(50% - 24px);
    height: 840px;
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .section_header{
    font-size: 2rem;
    color: #1E1E1E;
    line-height: 1.5;
    font-weight: 400;
    margin: 0;
  }

  .section_header-w{
    font-size: 1.2rem;
    color: #fff;
    font-weight: 400;
    margin: 0;
  }

  .form_header{
    font-size: 2rem;
    color: #1E1E1E;
    line-height: 1.5;
    font-weight: 400;
    margin: 0 0 1rem 0;
  }

  .line{
    margin-left: 0;
    border: none;
    border-bottom: 2px solid #A1B896;
    width: 125px;
  }

  .line_center{
    border: none;
    border-bottom: 2px solid #A1B896;
    width: 125px;
  }

  .basic_text_center{
    font-size: 14px;
    color: #1E1E1E;
    line-height: 1.5;
    margin: auto;
    text-align: center;
  }

  .button_container{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .main_btn{
    text-align: center;
    background-color: #ffffff;
    border: none;
    color: #1E1E1E;
    font-size: 14px;
    width: 160px;
    height: 40px;
  }

  .main_btn:hover{
    text-align: center;
    background-color: #F6F6F6;
    cursor: pointer;
  }

  .basic_text{
    font-size: 14px;
    color: #1E1E1E;
    line-height: 1.5;
  }

  .section_img{
    height: 340px;
    width: 100%;
    object-fit: cover;
  }

  .full_img{
    height: 625px;
    width: 100%;
    object-fit: cover;
  }

  .flx_50{
    width: calc(50% - 24px);
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .sub_heading{
    font-size: 1.2rem;
    color: #1E1E1E;
    margin: 1rem 0 0 0;
    font-weight: 400;
  }

  .sub_heading_team{
    font-size: 1rem;
    color: #1E1E1E;
    margin: .5rem 0;
    font-weight: 400;
  }

  .image_hover_container{
    position: relative;
    width: 100%;
    height: 400px;
  }

  .med_img{
    position: absolute;
    right: 0;
    top: 0;
    width: 90%;
    height: 350px;
    object-fit: cover;
    z-index: 1;
  }

  .flaot_img{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 230px;
    height: 230px;
    object-fit: cover;
    border: 6px solid #ffffff;
    z-index: 2;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  }
  
  .bg_scroll {
    padding: 9rem 0;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.5);
  }

  .massage{
    background-image: url("img/massage.jpg");
  }

  .text_center_w{
    width: 760px;
    margin: 1rem auto;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
  }

  .heading_center{
    width: 760px;
    margin: auto;
    text-align: center;
    color: #1E1E1E;
    font-size: 2rem;
    font-weight: 400;
  }

  .heading_center_w{
    width: 760px;
    margin: auto;
    text-align: center;
    color: #ffffff;
    font-size: 2rem;
    font-weight: 400;
  }

  .gallery_img_placer{
    margin-top: 2rem;
  }

  .gallery_img{
    width: 100%;
    height: 320px;
    object-fit: cover;
  }

  footer{
    margin: 4rem auto 0 auto;
    background-color: #A1B896;
    text-align: center;
    box-sizing: border-box;
    padding: .8rem;
    font-size: 14px;
    color: #1E1E1E;
  }

  .link:hover{
    color: #1E1E1E;
  }

  .link{
    color: #313131;
    text-decoration: none;
  }

  .flx_3rd{
    width: 100%;
  }

  .wrapper_team {
    width: 760px;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    margin: auto;
  }

  .flx_2x3{
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    align-items: center;

  }

  .team_container{
    width: 31%;
    margin-bottom: 24px;
  }

  .team_img{
    width: 100%;
    object-fit: cover;
    object-position: top;
    aspect-ratio: 1/1;
  }
  

}


@media only screen and (max-width: 780px) {

  .section {
    padding: 6rem 0;
  }
  
  .gal_section {
    padding: 9rem 0 3rem 0;
  }

  .main_header_container {
    width: 94%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .container {
    grid-template-columns: repeat(12, 1fr);
    margin: 0 auto;
    display: grid;
    grid-gap: 16px;
    max-width: 94%;
  }

  .wrapper_reverse{
    width: 94%;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    margin:6rem auto 0 auto;
    align-items: center;
    flex-direction: column-reverse;
  }

  .wrapper {
    width: 94%;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    margin: auto;
    align-items: center;
  }

  .contact_header{
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.4),
        rgba(0, 0, 0, 0.4)
      ),
      url("img/gal1.webp");
    background-position: center;
    background-size: cover;
    width: 100%;
    z-index: 1; 
    padding:0 0 5rem 0;
  }

  .about_header {
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.4),
        rgba(0, 0, 0, 0.4)
      ),
      url("img/gal2.webp");
    background-position: center;
    background-size: cover;
    width: 100%;
    z-index: 1; 
    padding:0 0 5rem 0;
  }

  .hero_header {
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.4),
        rgba(0, 0, 0, 0.4)
      ),
      url("img/home_hero.webp");
    background-position: center;
    background-size: cover;
    width: 100%;
    z-index: 1; 
    padding:0 0 5rem 0;
  }

  .contact_section{
    padding: 6rem 0 0 0;
    position: relative;
  }

  .contact_bar{
    position: absolute;
    width: 100%;
    bottom: -50px;
    height: 80px;
    background-color: #A1B896;
    z-index: -1;
  }

  .contact_container{
    width: 100%;
    background-color: #ffffff;
    box-sizing: border-box;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
    padding: 1rem 2rem;
  }
  .label{
    font-size: 14px;
    color: #1E1E1E;
  }

  .input{
    width: 100%;
    margin-bottom: 1.5rem;
    margin-top: .5rem;
    background-color: #F6F6F6;
    border: none;
    box-sizing: border-box;
    padding: .5rem;
    height: 40px;
  }

  .textarea{
    width: 100%;
    margin-bottom: 1.5rem;
    margin-top: .5rem;
    background-color: #F6F6F6;
    border: none;
    box-sizing: border-box;
    padding: .5rem;
    height: 70px;
  }

  .form_btn:hover{
    cursor: pointer;
    background-color: #90a586;
    color: #1E1E1E;
  }

  .form_btn{
    width: 100%;
    margin-top: .5rem;
    background-color: #A1B896;
    color: #1E1E1E;
    border: none;
    box-sizing: border-box;
    padding: .5rem;
    height: 40px;
  }

  .logo{
    height: 40px;
    margin: 10px 0;
  }

  .header_wrapper {
    width: 94%;
    margin: auto;
    height: 105px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .nav_btn-active{
    color: #A1B896;
    font-size: .875rem;
    text-decoration: none;
    padding: 1rem .5rem;
  }

  .nav_btn{
    color: #ffffff;
    font-size: .875rem;
    text-decoration: none;
    padding: 1rem .5rem;
  }

  .nav_btn:hover{
    color: #A1B896;
    cursor: pointer;
  }

  .hero_text{
    padding: 9rem 0 12rem 0;
    animation: 1s forwards fading_up;
  }

  .main_heading{
    width: 94%;
    margin: auto;
    text-align: center;
    color: #ffffff;
    font-size: 2.5rem;
    font-weight: 400;
  }

  .main_sub_heading{
    width: 94%;
    margin: 1rem auto;
    text-align: center;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 400;
  }

  .header_bar_position{
    width: 94%;
    margin: auto;
    position: relative;
  }

  .header_bar{
    background-color: #A1B896;
    position: absolute;
    height: 480px;
    top:-70px;
    width: 100%;
  }

  .header_bar_wrapper{
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
  }

  .header_bar_item{
    width: 100%;
    margin-top: 1.2rem;
    height: 105px;
    box-sizing: border-box;
    padding: 1rem;
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .header_bar_item_content{
    line-height: 2;
    font-size: 1rem;
    color: #ffffff;
    text-decoration: none;
  }

  .grey_section{
    padding: 7rem 0 5rem 0;
    width: 100%;
    background-color: #F6F6F6;
  }

  .grey_section_top{
    padding: 28rem 0 6rem 0;
    width: 100%;
    background-color: #F6F6F6;
  }

  .vertical_wrapper{
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .vertical_wrapper_reverse{
    width: 100%;
    flex-direction: column-reverse;
    justify-content: space-between;
    display: flex;
    margin-top: 3rem;
  }

  .section_header{
    font-size: 2rem;
    color: #1E1E1E;
    line-height: 1.5;
    font-weight: 400;
    margin: 0;
  }

  .section_header-w{
    font-size: 1.2rem;
    color: #fff;
    font-weight: 400;
    margin: 0;
  }

  .form_header{
    font-size: 2rem;
    color: #1E1E1E;
    line-height: 1.5;
    font-weight: 400;
    margin: 0 0 1rem 0;
  }

  .line{
    margin-left: 0;
    border: none;
    border-bottom: 2px solid #A1B896;
    width: 125px;
  }

  .line_center{
    border: none;
    border-bottom: 2px solid #A1B896;
    width: 125px;
  }

  .basic_text_center{
    font-size: 14px;
    max-width: 100%;
    color: #1E1E1E;
    line-height: 1.5;
    margin: auto;
    text-align: center;
  }

  .button_container{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .main_btn{
    text-align: center;
    background-color: #ffffff;
    border: none;
    color: #1E1E1E;
    font-size: 14px;
    width: 160px;
    height: 40px;
  }

  .main_btn:hover{
    text-align: center;
    background-color: #F6F6F6;
    cursor: pointer;
  }

  .basic_text{
    font-size: 14px;
    color: #1E1E1E;
    line-height: 1.5;
  }

  .section_img{
    height: 380px;
    width: 100%;
    object-fit: cover;
  }

  .full_img{
    width: 100%;
    object-fit: cover;
  }

  .flx_50{
    width: 100%;
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .sub_heading{
    font-size: 1.2rem;
    color: #1E1E1E;
    margin: 1rem 0 0 0;
    font-weight: 400;
  }

  .sub_heading_team{
    font-size: 1rem;
    color: #1E1E1E;
    margin: .5rem 0;
    font-weight: 400;
  }

  .image_hover_container{
    position: relative;
    width: 100%;
    height: 400px;
  }

  .med_img{
    position: absolute;
    right: 0;
    top: 0;
    width: 90%;
    height: 350px;
    object-fit: cover;
    z-index: 1;
  }

  .flaot_img{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 230px;
    height: 230px;
    object-fit: cover;
    border: 6px solid #ffffff;
    z-index: 2;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  }
  
  .bg_scroll {
    padding: 9rem 0;
    background-position: center;
    background-size: cover;
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.5);
  }

  .massage{
    background-image: url("img/massage.jpg");
  }

  .text_center_w{
    margin: 1rem auto;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
  }

  .heading_center{
    margin: auto;
    text-align: center;
    color: #1E1E1E;
    font-size: 2rem;
    font-weight: 400;
  }

  .heading_center_w{
    margin: 0 auto;
    text-align: center;
    color: #ffffff;
    font-size: 2rem;
    font-weight: 400;
  }

  .gallery_img_placer{
    margin-top: 2rem;
  }
  
.col-12ssm {
  grid-column: span 12;
}

  .gallery_img{
    width: 100%;
    height: 320px;
    object-fit: cover;
  }

  footer{
    margin: 4rem auto 0 auto;
    background-color: #A1B896;
    text-align: center;
    box-sizing: border-box;
    padding: .8rem;
    font-size: 14px;
    color: #1E1E1E;
  }

  .link:hover{
    color: #1E1E1E;
  }

  .link{
    color: #313131;
    text-decoration: none;
  }

  .flx_3rd{
    width: 100%;
  }

  .wrapper_team {
    width: 94%;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    margin: auto;
  }

  .flx_2x3{
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    align-items: center;

  }

  .team_container{
    width: 100%;
    margin-bottom: 24px;
  }

  .team_img{
    width: 100%;
    object-fit: cover;
    object-position: top;
    aspect-ratio: 1/1;
  }
  

}


.fade,
.slide_left,
.slide_right {
  opacity: 0;
}
.fade_in_up {
  animation: 1s forwards fading_up;
}
.slide_in_left {
  animation: 1s forwards slideInLeft;
}
.slide_in_right {
  animation: 1s forwards slideInRight;
}
@keyframes fading_up {
  from {
    opacity: 0;
    transform: translateY(3rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(4rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(-4rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}



.flx_100{
  width: 100%;
  box-sizing: border-box;
  padding: 1rem;
}

.basic_text{
  text-decoration: none;
}

.basic_link{
  text-decoration: none;
}

.basic_link:hover{
  text-decoration: underline;
}
.icon_img{
  width: 20px;
  height: 20px;
  margin: 0 .5rem 0 0;
}

.icon_wrpper{
  display: flex;
  align-items: center;
  margin: 1rem 0 ;
}