.section.wrappers-tab {
  width: 100%;
  padding: 60px 20px;
}
.tabber-box {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 20px auto 60px;
  width: 600px;
  height: 60px;
  background: rgb(178,254,250);
  background: linear-gradient(90deg, rgba(178,254,250,1) 0%, rgba(116,127,237,1) 100%, rgba(237,118,37,1) 100%);
  border-radius: 35px;
  font-size: 0;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow:    inset 0 0 10px #000000;
  -webkit-box-shadow: inset 0 0 10px #000000;
  box-shadow:         inset 0 0 10px #000000;
}
.tabber-box .tab-both {
  border-radius: 35px;
  font-size: 15px;
  text-transform: uppercase;
  color: white;
  text-decoration: none;
  line-height: 60px;
  position: relative;
  z-index: 1;
  display: inline-block;
  text-align: center;
  background: transparent;
  outline: none;
  border: none;
  cursor: pointer;
}
.tabber-box .animation-tabz {
  position: absolute;
  height: 100%;
  /* height: 5px; */
  top: 0;
  /* bottom: 0; */
  z-index: 0;
  background: #21afe4;
  border-radius: 35px;
  transition: all 0.5s ease 0s;
}
.tabers-title {
  text-align: center;
}
.tabber-box button:nth-child(1) {
  width: 300px;
}
.tabber-box .start-home-tabz,
button:nth-child(1):hover ~ .animation-tabz {
  width: 300px;
  left: 0;
}
.tabber-box button:nth-child(2) {
  width: 300px;
}
.tabber-box button:nth-child(2):hover ~ .animation-tabz {
  width: 300px;
  left: 300px;
}
.tabber-box .start-home-tabz.active {
  width: 300px;
  left: 300px;
}
.single-blog-item {
  width: 32%; 
  max-width: 360px;
}

/* boxes */
.content-flexs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1680px;
  margin: auto;
  column-gap: 35px;
  row-gap: 20px;
}

/* single blog */
.single-blog-img {
  width: 100%;
  /* height: 30%; */
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*.single-blog-title {
height: 40%;
width: 100%;
}
.single-blog-title {
  aspect-ratio: 6 / 4;
}*/
/* .single-blog-desc {
  height: 20%;
} */
.single-blog-link a {
  color: #222222;
  text-decoration: underline;
  display: flex;
  column-gap: 10px;
}
.single-blog-link a:hover {
  color: #78bbe9;
}
.single-blog-desc__full_inner {
  display: inline-block;
  width: 100%;
}

/* .content-top-image-wrapper .content-top-image {
text-align: center;
margin-bottom: 35px;
}
.content-top-image-wrapper .content-top-image-figure {
display: inline-block;
vertical-align: top;
margin: 0;
max-width: 100%;
}
.content-top-image-wrapper .content-top-image-figureIn {
display: inline-block;
vertical-align: top;
max-width: 100%;
}
.content-top-image-wrapper .content-top-image-figure img {
height: auto;
max-width: 100%;
vertical-align: top;
}
.content-top-image-wrapper .landportfttl {
padding: 30px 15px;
max-width: 410px;
} */
.content-top-image-wrapper .landportfttl {
  background: #fff;
  /* padding: 30px 0; */
  /* max-width: 380px; */
  margin: -104px auto 0;
  position: relative;
  width: 90%;
  /* -webkit-box-shadow: 0px 17px 40px 0px rgb(0 0 0 / 20%); */
  /* -moz-box-shadow: 0px 17px 40px 0px rgba(0,0,0,0.2); */
  box-shadow: 0px 17px 40px 0px rgb(0 0 0 / 20%);
  text-align: center;
}
.content-top-image-wrapper .content-top-text {
  margin-bottom: 35px;
  margin-top: 25px;
}
.content-top-image-wrapper .content-top-text p {
  text-align: center;
  font-family: 'national_2regular',sans-serif;
}
/* hide content */
.content {
  display: none;
}
.tab-btn.active {
  background: #ffffff;
}
.content.active {
  display: block;
}
.tabber-box {
  font-family: 'national_2medium',sans-serif;
  box-shadow: 0px 17px 40px 0px rgb(0 0 0 / 20%) !important;
  background: #ffffff;
}
.tabber-box .tab-both {
  color: #111111;
}
@media only screen and (max-width: 999.5px) {
  .single-blog-item {
    width: 50%; 
  }
  .section.wrappers-tab {
    padding: 70px 20px 70px;
  }


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

  .tabber-box {
    justify-content: space-between;
    width: 300px;
    flex-direction: column;
    height: 120px;
    border-radius: 35px;
  }
  .tabber-box .animation-tabz {
    height: 60px;
  }
  .tabber-box .start-home-tabz,
  button:nth-child(1):hover ~ .animation-tabz {
    width: 300px;
    top: 0;
  }
  .tabber-box button:nth-child(2) {
    width: 300px;
  }
  .tabber-box button:nth-child(2):hover ~ .animation-tabz {
    width: 300px;
    top: 60px;
    left: 0;
  }
  .tabber-box .start-home-tabz.active {
    width: 300px;
    top: 60px;
    left: 0;
  }

}
@media only screen and (max-width: 480px) {
  .section.wrappers-tab {
    padding: 50px 20px 50px;
  }
  .single-blog-item {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .single-blog-img {
    height: auto;
  }
  /*.single-blog-title {
  height: 15%;
} */
}

/*.complete{
display:none;
}
*/



