@charset "utf-8";


#main body, div, span{
    font-weight: 400 !important;
    color: #222;
}

.main_text h1 {

    text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.9);
}

.main_text img {
    /* drop-shadow */
filter: drop-shadow(0px 0px 3px rgba(2,2,2,0.5));
}



.flex_btn {
    gap: 16px;
  }
  @media screen and (max-width: 640px) {
    .flex_btn {
      width: 100%;
      gap: 10px;
    }
  }
  .flex_btn .box {
    width: calc((100% - 48px) / 4);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  @media screen and (max-width: 1000px) {
    .flex_btn .box {
      width: calc((100% - 10px) / 2);
    }
  }
  @media screen and (max-width: 640px) {
    .flex_btn .box {
      width: calc((100% - 10px) / 2);
    }
  }
  .flex_btn .box div {
    height: 100%;
  }
  .flex_btn .box div a {
    height: 100%;
    border-radius: 5px;
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    padding: 1em 2em;
    width: 100%;
    color: #222;
    font-size: 1.4rem;
    font-weight: 700;
    background-color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: 1px dashed #222;
  }
  @media screen and (max-width: 640px) {
    .flex_btn .box div a {
      padding: 0.8em 1em 0.8em 0.5em;
    }
  }
  .flex_btn .box div a::after {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    background-color: #d5b19f;
    border-radius: 50px;
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 20px;
    height: 20px;
    font-size: 10px;
  }
  @media screen and (max-width: 640px) {
    .flex_btn .box div a::after {
      width: 13px;
      height: 13px;
    }
  }





.flex_btn_text {
    gap: 16px;
  }
  @media screen and (max-width: 640px) {
    .flex_btn_text {
      width: 100%;
      gap: 10px 20px;
    }
  }
  .flex_btn_text .box {
    width: calc((100% - 48px) / 4);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  @media screen and (max-width: 1000px) {
    .flex_btn_text {
        gap: 10px;
      }
    .flex_btn_text .box {
      width: calc((100% - 10px) / 2);
    }
  }
  @media screen and (max-width: 640px) {
    .flex_btn_text .box {
      width: calc((100% - 10px) / 2);
    }
  }
  .flex_btn_text .box div {
    /* height: 100%; */
  }
  .flex_btn_text .box div a {
    /* height: 100%; */
    margin-bottom: 10px;
    border-radius: 5px;
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    padding: 1em 2em;
    width: 100%;
    color: #222;
    font-size: 1.4rem;
    font-weight: 700;
    background-color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: 1px dashed #222;
  }
  @media screen and (max-width: 640px) {
    .flex_btn_text .box div a {
      padding: 0.8em 1em 0.8em 0.5em;
    }
  }
  .flex_btn_text .box div a::after {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    background-color: #d5b19f;
    border-radius: 50px;
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 20px;
    height: 20px;
    font-size: 10px;
  }
  @media screen and (max-width: 640px) {
    .flex_btn_text .box div a::after {
      width: 13px;
      height: 13px;
    }
  }

  
  
