@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Lora:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@500;600;700&display=swap");

/* WhatsApp */

a.contact-card,
a:link.contact-card {
  text-decoration: none;
  color: none;
}

#main#whatsapp {
  margin: 0 auto;
  width: 980px;
  float: none;
}

.contents_area {
  margin: 50px 0;
}

.maincont {
  width: 100%;
  /* height: 50vh; */
  height: auto;
  display: flex;
  background-color: #fafafa;
  -webkit-box-shadow: 5px 5px 10px 0px rgb(27 0 3 / 20%);
  box-shadow: 5px 5px 10px 0px rgb(27 0 3 / 20%);
}

.maincont .infobox {
  width: 50%;
  /* height: 100%; */
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.infobox .innerbox {
  width: 90%;
  height: 90%;
  border: 2px solid #e10c23;
  position: relative;
}

.innerbox .jcicon {
  width: 100px;
  background-image: url(../img/ws/logo.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: auto;
}

.jcicon::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.btnbox {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 columns */
}

.maincont .btnbox {
  width: 50%;
  height: 100%;
  /* display: flex; */
  justify-content: center;
  align-items: center;
  background-image: url(../img/ws/bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.kumabtn {
  grid-column: span 2;
  background-image: url(../img/ws/kuma_back.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  /* position: absolute;  */
  width: 70px;
  height: 60px;
  top: -100px;
  bottom: 0;
  margin: auto;
  z-index: 1;
  -webkit-filter: drop-shadow(0px 3px 3px rgba(34, 34, 34, 0.3));
  filter: drop-shadow(0px 3px 3px rgba(34, 34, 34, 0.3));
}

.state {
  /* width: 250px; */
  width: 92%;
  /* height: 60px; */
  height: 50px;
  display: flex;
  margin: 30px auto 10px;
  border-radius: 50px;
  background: white;
  justify-content: center;
  align-items: center;
  -webkit-box-shadow: 1px 2px 3px 1px rgb(27 0 3 / 20%);
  box-shadow: 1px 2px 3px 1px rgb(27 0 3 / 20%);
  cursor: default;
  z-index: 2;
  transition: 0.3s ease-in-out;
  position: relative;
  grid-column: span 2;
  font-weight: bold;
}

.wsbutton {
  /* width: 250px; */
  width: 92%;
  /* height: 60px; */
  height: 50px;
  display: flex;
  margin: 10px auto;
  border-radius: 50px;
  background: white;
  justify-content: center;
  align-items: center;
  -webkit-box-shadow: 1px 2px 3px 1px rgb(27 0 3 / 20%);
  box-shadow: 1px 2px 3px 1px rgb(27 0 3 / 20%);
  cursor: pointer;
  z-index: 2;
  transition: 0.3s ease-in-out;
  position: relative;
}

.wsbutton .contact-card {
  width: 100%;
  height: 100%;
  position: absolute;
}

.wsbutton:hover {
  -webkit-box-shadow: 1px 2px 7px 5px rgb(27 0 3 / 20%);
  box-shadow: 1px 2px 7px 5px rgb(27 0 3 / 20%);
  transition: 0.3s ease-in-out;
}

.wsbutton .num {
  width: 75%;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
  color: #28a71a;
}

.wsbutton .icon {
  /* width: 20%; */
  width: 15%;
  background-image: url(../img/ws/icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: #ffffff;
  border-radius: 50%;
}

.icon::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.contact-card img {
  width: 50px;
  margin-right: 10px;
  margin-top: 15px;
}

.img_container {
  margin: 0 auto 60px;
  text-align: center;
  display: block;
}

.whats_box {
  width: 100%;
  display: flex;
  padding: 15% 5%;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box;
  /* justify-content: space-around; */
  font-size: 15px;
  line-height: 2;
  font-family: "Roboto";
  font-weight: 500;
}
