body{
  margin-top:0;
}

a:hover{
  text-decoration: none;
}

h1,h2,h3{
  font-family: 'Sen', sans-serif;
}

video{
  aspect-ratio: 16/9;
}



.text-red {
    color: red;
}

.text-grey {
    color: #858383;
}

.text-blue{
 color: #0066FF;
}

.origami ol li{
  font-size:18px
}


.button-link{
  border:2px solid #F97F0E;
  background:#FFF8F1;
  padding:10px 20px;
  border-radius: 30px;
  margin-top: 20px;
  display: inline-flex;
  justify-content: space-around;
  align-items: center;
  font-weight: bold;
  color:#F97F0E;
  font-size: 14px;
  font-family: 'Zen Maru Gothic', serif;
  gap: 16px;
  line-height: 1.4;
  transition: 0.5s;
}

.button-link:after {
  content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 5px 10px 5px;
    border-color: transparent transparent #F97F0E transparent;
    transform: rotate(90deg);
 }

 .button-link:hover:after {
  border-color: transparent transparent #fff transparent !important;
 }

.button-link:hover{
  background: #F97F0E;
  text-decoration: none;
  color:#fff;
}

.text{
  display: flex;
  align-items: center;
  justify-content: center;
  gap:16px;
  font-size: 18px;
}

.tagline{
  display:flex;
  align-items: center;
  justify-content: center;
  gap:30px;
}

.flex-wrap-div {
    display: flex;
    justify-content: center;
    gap: 16px;
    align-items: flex-start;
    flex-wrap: wrap;
}


.btn-anchor {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    width: 30%;
    height: 44px;
    border: 3px solid #FBB03B;
    border-radius: 8px;
    background: #FAF8EE;
    text-decoration: none !important;
    font-size: 20px;
    gap: 8px;
    color:#F97F0E;
    font-family: 'Zen Maru Gothic', serif;
}



.btn-anchor:hover {
    color: #fff;
    background: #FBB03B;
    fill: #fff !important;
}

.btn-anchor svg{
  fill:#FBB03B;
}

.btn-anchor svg.tree path{
  stroke:#FBB03B;
}
 

.btn-anchor:hover svg{
  fill:#fff !important;
 
}

.btn-anchor:hover svg.tree path{
   stroke:#fff !important;
}

.origami h1, .origami h2 {
  line-height: 65px;
  font-size: 58px;
  font-weight: 800;
  color: #444444;
  width: 100%;
  margin-top: 0;
}


.origami h4{
  font-size:32px;
  font-weight: bold;
  font-family: 'Sen', sans-serif;
  line-height: 1.3;
  color: #F97F0E;
}

.origami h4 span{
   color: #FBB03B;
}

p{
  font-size:18px;
  color:#222;        
  font-family: 'Zen Maru Gothic', serif;
  margin-bottom:0;
  line-height: 1.3;
}

.img-responsive{
  margin:0 auto;
}

.center{
  text-align: center;
}

.wrapper {
    width: calc(1200px + 32px);
    max-width: 100%;
    margin: 0 auto;
    padding: 0 16px;

}

.inner-wrapper{
      display: flex;
    flex-direction: column;
    gap: 50px;
}

.hero-section{
  background: url('../../img/index/hero-bg.jpg');
  padding:130px 0;
  min-height: 610px;
}

/*media hero banner*/
@media only screen and (max-width: 768px){
  h1:before,h1:after{
    display: none;
  }

  .hero-section {
    min-height: 320px;
}

h1{
  font-size:50px;
 }

 h4{
  font-size: 16px;
 }

}

.btn-search{
  display: flex;
  gap:5px;
  
}



.bg-orange{
    background: #f97f0e;
}
.bg-pink{
  background: #e189c1;
}

.bg-gold{
  background: #e3d001;
}

.bg-green{
  background: #90c619;
}

.bg-blue{
  background:#037dff;
}


.bg-purple{
  background: #a63eee;
}

/*sec2*/
.sec2{
  background:#E4F1D4;
  margin-top:-3px;
  padding-bottom:20px;
  padding: 50px 0;
}

.sec2 .wrapper{
  width:calc(1100px + 32px);

}

.sec2__header {
  background: url("../../img/features/sec2-bg.png") transparent repeat top center;
  min-height: 274px;
  margin-top: -270px;
}



.sec2 h3{
  margin-top: 0;
  font-family: 'Zen Maru Gothic', serif;
  font-size:30px;
  font-weight: bold;
  margin-bottom: 50px;
  line-height: 1.5;
}






span.green-dot {
  background: #31ab48;
  height: 15px;
  width: 15px;
  display: inline-block;
  border-radius: 50%;
}




.modal-content .close {
  color: #fff;
  opacity: 1;
  background: #f00;
  position: absolute;
  top: -16px;
  right: -16px;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  line-height: 25px;
}

.modal-content .close span{
  position: absolute;
  inset: 0;
}

/*table*/

.content-wrapper{
  display: flex;
  gap:40px;
  flex-direction: column;
}

.table{
  border-radius: 8px;
        border-style: hidden; /* hide standard table (collapsed) border */
        box-shadow: 0 0 0 1px #ddd; /* this draws the table border  */ 
        background: #fff;
          font-family: 'Zen Maru Gothic', serif;
}


.table .title {
    font-size: 22px;
    background: #31AB48;
    color: #fff;
        border-bottom: transparent;
        border-top-left-radius:8px ;
         border-top-right-radius:8px ;
             padding: 10px;
}

.table .title svg{
  vertical-align: center;
  padding:0 5px;
  box-sizing: content-box;
}
.table .item-wrapper{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.table .item-wrapper .item {
    padding: 12px;
    width: 20%;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}





.list .item a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    color: #222;
    margin-bottom: 10px;
}

.list .item  a:hover{
  opacity: 0.8;
}


/*media sec2*/



@media only screen and (max-width: 768px){
 
  

  .sec2__header {
    background-size:cover;
    background-repeat: no-repeat;
    min-height: 70px;
    margin-top: -71px;
  }

  .sec2 h3{
    font-size:16px;
    text-align: left;
    margin-bottom: 20px;
  }

  .sec2 h3 br{
    display: none;
  }

  .origami h1, .origami h2 {
    line-height: 1;
    font-size: 32px;
    margin-bottom: 0;

}

.origami h4 {
    font-size: 22px;
    
}

.table .item-wrapper .item{
  width: 33.33%;
}

.flex-wrap-div
{
  gap:8px
}
 .btn-anchor {
    width: 48%;
    font-size: 14px;
    
}
}



@media only screen and (max-width: 542px){


  .sec2 h2 {
    width: 260px;
    text-align: center;
    margin: 0 auto 20px;
    line-height: 1;
  }

   .origami p{
    font-size: 15px;
   }

  .hero-section{
    padding: 40px 0;
    min-height: 280px;
  }


  .tagline img{
    display: none;
  }

  

  .modal-content .close {
    top: -10px;
    right: -10px;
  }
  .content{
    padding:5px
}

  .content .item:first-child, .content .item:last-child {
    width: 25px;
}

.table .item-wrapper .item{
  width:50%;
}

.list .item a{
  font-size: 14px;
}

}
