@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

.open-sans-<uniquifier> {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

body {font-family: "Open Sans", sans-serif; margin:0}

.bg_color {
    background-color:#f5ece3;
}
.bgh {
    background-color:#214e26;
}
.font_color {
   font-family: "Open Sans", sans-serif;    
   color:214e26; 
}
.size_main {
    font-family: "Open Sans", sans-serif;
    font-size: 1.3rem;
}
.size_bmain {
    font-family: "Open Sans", sans-serif;
    font-size: 1.3rem;
    font-weight: 900;
}
.size_sub {
    font-family: "Open Sans", sans-serif;
    font-size: 1.2rem;
}
.size_bsub {
    font-family: "Open Sans", sans-serif;
    font-size: 1.2rem;
    font-weight: 900;
}
.head_line {
  max-width: 100%;
  height: auto;
  text-align: justify;
  background: url('../img/home/head_line.jpg') center no-repeat;
  background-size:cover;
  height: 261px;
  width: inherit;
}
.img-respons{
      max-width:inherit; 
      width: 100%;
      text-align: center;
      height: auto;
}
@media (min-width: 1024px) { /* Medium */
  body {
    font-size: 1.3rem;
  }
.bghome {
  top:0px;
  margin-top: 0px;
  max-width: 100%;
  height: auto;
  text-align: justify;
  background: url('../img/home/bg_home.jpg') center no-repeat;
  background-size:cover;    
}
.bgmision {
  max-width: 100%;
  height: auto;
  text-align: justify;
  background: url('../img/home/bg_home_xra.jpg') center no-repeat;
  background-size:cover;    
}   
.title_ht {
        color:#214e26;
        font-size: 3rem;
        font-weight:900;
        font-family: "Open Sans", sans-serif;
}
.title_hl {
        color:#214e26;
        font-size: 1.5rem;
        font-weight:900;
        font-family: "Open Sans", sans-serif;
}
.body_justify_b {
    font-size: 1.3rem;
    text-align: justify;
    font-weight: 900;      
}
.body_justify {
    font-size: 1.3rem;
    text-align: justify;
    text-justify: inter-word;        
}
.body_left {
    font-size: 1.3rem;  
}
.body_center {
    font-size: 1.3rem;
    text-align: center;
}
.body_justify_small {
    font-size: 1.2rem;
    text-align: justify;
    text-justify: inter-word;        
}
.body_small {
    font-size: 1.3rem;
    text-align:center;
}    
.what {
  width: 1024px;
  height: auto;
  text-align: justify;
  background: url('../img/home/What_our.jpg') center no-repeat;
  background-size:cover;    
}  
.bg_booknow {
  max-width: 100%;
  height: auto;
  text-align: justify;
  background: url('../img/book/bg.jpg') center no-repeat;
  background-repeat: no-repeat;
  background-position: center center; 
  background-size: cover;
  background-attachment: fixed;
  content: ""; 
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1
}   
.showbg {
  text-align: center;
  color: #FFF;
}
    
#text1 {
  z-index: 100;
  position: absolute;
  left: 20px;
  text-align: center;    
  right: 20px;
  top: 250px;
}
#text2 {
  z-index: 200;
  position: absolute;
  left: 0px;
  right: 20px;
  text-align-last: right;
  top: 750px;
}
.ecotrail1 {
    font-size:4em;
    font-family: "Open Sans", sans-serif;
    font-weight: 900;
    color:#314532;        
    }
.ecotrail2 {
    font-size:2em;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-style: italic;
    color:#372f17;        
    }
.booknow {
    background-color:#214e26;
    border: none;
    color: white;
    padding: 4px 25px;
    text-align:center;
    text-decoration: none;
    display: inline-block;
    font-size: 2.5rem;
    border-radius: 35px;
    font-weight:600;   
    }
    .responsive {
      max-width:inherit; 
      width: 100%;
      text-align: center;
      height: auto;
    }
    .boder {
      border-radius:30px;
      box-shadow: 1px 1px 2px #555;
    }
    .header_text{
      font-size:3rem;
      font-weight:900;
    }

}


@media (max-width: 768px) { /* Small */
body {
    font-size: 0.5rem;
  }
.bghome {
  top:0px;
  margin-top: 0px;
  max-width: 100%;
  height: auto;
  text-align: justify;
  background: url('../img/home/bg_home.jpg') center no-repeat;
  background-size:cover;    
}
 
.bgmision {
  max-width: 100%;
  height: auto;
  text-align: justify;
  background: url('../img/home/bg_home_xra.jpg') center no-repeat;
  background-size:cover;    
}
    
.bgabout {
  max-width: 100%;
  height: auto;
  text-align: justify;
  background: url('../img/about/head_about.jpg') center no-repeat;
  background-size:cover;    
}
.bg_booknow {
  max-width: 100%;
  height: auto;
  text-align: justify;
  background: url('../img/book/bg.jpg') center no-repeat;
  background-repeat: no-repeat;
  background-position: center center; 
  background-size: cover;
  background-attachment: fixed;
  content: ""; 
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1
}
 
.title_ht {
        color:#214e26;
        font-size: 1.8rem;
        font-weight:900;
        font-family: "Open Sans", sans-serif;
}
.title_hl {
        color:#214e26;
        font-size: 1.2rem;
        font-weight:900;
        font-family: "Open Sans", sans-serif;
}
.body_justify {
    font-size: 1.2rem;
    text-align: justify;
    text-justify: inter-word;        
}
.body_left {
    font-size: 1.2rem;  
}
.body_center {
    font-size: 1.2rem;
    text-align: center;
}
.body_justify_small {
    font-size: 1rem;
    text-align: justify;
    text-justify: inter-word;        
}    
.body_small {
    font-size: 1.2rem;
    text-align:center;
} 
.what {
  width: 768px;
  height: auto;
  text-align: justify;
  background: url('../img/home/What_our.jpg') center no-repeat;
  background-size:cover;    
}    
    
.showbg {
  text-align: center;
  color: #FFF;
}
#text1 {
  z-index: 100;
  position: absolute;
  left: 0px;
  text-align: center;
  right: 0px;
  top: 150px;
}
#text2 {
  z-index: 200;
  position: absolute;
  left: 0px;
  text-align: center;
  right: 0px;
  top: 400px;
}
.ecotrail1 {
    font-size:3.6rem;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    color:#314532;
    }
.ecotrail2 {
    font-size:1.9em;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-style: italic;
    color:#372f17;
    }
.booknow {
    background-color:#214e26;
    border: none;
    color: white;
    padding: 3px 20px;
    text-align:center;
    text-decoration: none;
    display: inline-block;
    font-size: 0.8rem;
    border-radius: 5px;
    font-weight:400;   
    }
    .responsive {
      max-width:180%; 
      width: 150%;
      text-align: center;
      height: auto;
    }
    .boder {
      border-radius:10px;
      box-shadow: 1px 1px 1px #555;
    }
    .h_text{
      font-size:1.2rem;
      font-weight:900;
    }
}