
.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;
}



/*social-media*/
 .social-media{
  background:#FAF8EE;
  padding:50px 0;
}



.social-media .header__title h2{
  font-family: 'Zen Maru Gothic', serif;
  font-size:36px;
  color:#222;
  font-weight: bold;
  line-height: 1.3 !important;
  text-align: center;
}

.social__medias{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.social__medias a{
  width: 20%;
}

.social__medias a img{
  width: 100%;
  display: block;
  margin:0 auto;
  max-width: 210px;
  transform: scale(1);
  transition: .5s;
}

.social__medias a img:hover{
  transform: scale(1.1);
}

/*social-media media*/
@media only screen and (max-width: 768px){
  .social__medias a{
    width:33.33%;
  }

  .social-media {
    padding: 30px 0;
  }

  .social-media h2{
    font-size:18px;
    margin-bottom: -10px;
  }

  .social-media .header__title {
    margin: 0 auto 30px;
}
} 



/*banner*/

.banner {
  background:#AFD45E;
  padding:50px 0;
}

.banner .header__title h2{
  font-size:50px ;
  font-family: 'Zen Maru Gothic', serif;
  color:#fff;
  line-height: 1.3;
  text-align: center;
  font-weight: bold;

}

.banner .header__title h2 span{
  display: block;
  color:#fff;
}

.fun__box{
  background: #fff;
  border-radius: 80px;
  padding:40px 50px;
  margin: 30px 0;
  text-align: center;
}

.fun__box p{
  font-size: 20px;
  font-weight: bold;
  color:#222;
  font-family: 'Zen Maru Gothic', serif;
}

.banner a{
  color:#222;
}

.banner a:hover{
  text-decoration: none;
}

.fun__box h3 {
  font-size: 24px;
  font-weight: bold;
  font-family: 'Zen Maru Gothic', serif;
  margin: 20px auto;
  position: relative;
  width: 840px;
  max-width: 100%;
  line-height: 0;
}

.fun__box h3::after {
  content: "/";
  font-size: 40px;
  font-weight: normal;
  vertical-align: bottom;
  position: absolute;
  top: 0;
  right: 0;
  
}

.fun__box h3::before{
  content:"\\";
 font-size:40px;
 font-weight: normal;
  vertical-align: bottom;
  position: absolute;
  top: 0;
  left: 0;
}

.fun__box .button-link {
  background: #F97F0E;
  color: #fff;
  padding: 20px 40px;
  font-size: 35px;
  border-radius: 80px;
  -webkit-box-shadow: 0px 13px 0px -4px rgba(179,93,14,1);
  -moz-box-shadow: 0px 13px 0px -4px rgba(179,93,14,1);
  box-shadow: 0px 13px 0px -4px rgba(179,93,14,1);
  margin: 15px 0 30px;
  line-height: 1.2;
  position: relative;
  width: 700px;
  max-width: 100%;
  justify-content: center;
  border: 2px solid #F97F0E;
  line-height: 1.4;
  transition: 0.5s;
  font-family: 'Zen Maru Gothic', serif;

 
}

.fun__box .button-link:hover{
  color:#F97F0E;
  background: #fff;
}

.fun__box .button-link:after {
  border-color: transparent transparent #fff transparent;
  border-width: 0 10px 20px 10px;
  transform: rotate(90deg) translateX(3px);
}

.fun__box .button-link:hover:after{
  border-color: transparent transparent #F97F0E transparent !important;
}




@media only screen and (max-width: 991px){
  .fun__box .button-link{
    font-size: 25px;
  
  }

}
  @media only screen and (max-width: 768px){
    .banner h2 {
      font-size: 20px;
      margin-top: 0;
    }
    .fun__box {
      padding: 50px 20px;
      margin:0px;
      border-radius: 30px;
    }

    .fun__box h3 {
      width: 370px;
    }

    .fun__box h3, .fun__box p {
      font-size: 16px;
      line-height: 1.5;
      display: block;
      margin: 0 auto 10px;
  }

  .fun__box h3 span, .fun__box p span{
    display: block;
  }

    .fun__box .button-link {
      font-size: 20px;
      width: 100%;
      box-shadow: 0px 8px 0 0px rgba(179,93,14,1)
  }

  .fun__box .button-link:after {
    border-width: 0 5px 10px 5px;
    transform: rotate(90deg) translateX(2px);
  }

  .banner .header__title h2, .social-media .header__title h2{
    font-size:20px;

  }


  }

  @media only screen and (max-width: 542px){

    .fun__box {
      padding: 20px;

    }

    .fun__box h3, .fun__box p {
      font-size: 14px;
      
    }




    .banner .header__title {
      margin-bottom: 20px;
    }

    .fun__box .button-link {
      font-size: 14px;
      margin: 0px 0 15px;
      gap: 10px;
      padding: 10px 0;
    }


    .fun__box h3::before, .fun__box h3::after {
      top: -10px;
    }



  }


  @media only screen and (max-width: 360px){
    .price .column .price__box h4::after{
      width: 100%;
    }

    .fun__box .button-link {
      gap: 5px;
  }

 
  }