/* -----------Common Style----------- */

#about {
  padding: 90px 0;
  background: #2e2e2e;
  color: #fff;
}

#about h2 {
  font-size: clamp(24px, 1.9vw, 36px);
  border-bottom: 1px solid #dadada;
  display: inline-block;
  margin-bottom: 25px;
  font-family: var(--title-font-family);
  color: #fff;
  line-height: 1.2;
}

#about h3 {
  font-size: 24px;
  color: inherit;
}

#about h4 {
  font-size: 18px;
  color: inherit;
}

#about p {
  font-size: 16px;
  margin: 0;
  color: inherit;
}

#about .heading .divider-left {
  height: 4px;
  width: 70px;
  background: var(--color-primary);
  display: block;
  margin: 10px 0 -2px;
}

#about .about_boxs {
  margin: 0;
  margin-bottom: 80px;
}

#about .about_box {
  color: #fff;
  overflow: hidden;
  position: relative;
  /* top: -100px; */
  z-index: 100;
  padding: 0;
  cursor: pointer;
  border-radius: 5px;
}
#about .about_box:before {
  content: "";
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 101;
  background: rgba(255, 255, 255, 0.2);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, -200%, 0px);
  -moz-transition: transform 0.7s ease 0.1s;
  -ms-transition: transform 0.7s ease 0.1s;
  -o-transition: transform 0.7s ease 0.1s;
  -webkit-transition: transform 0.7s ease 0.1s;
  transition: transform 0.7s ease 0.1s;
}
#about .about_box:hover::before {
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, 100%, 0px);
}
#about .about_box.active {
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  /* -webkit-transform: translateY(-50px); */
  /* transform: translateY(-50px); */
}

#about .about_box:hover img {
  transform: scale(1.1);
}
#about .about_box img.detail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  transition: 0.3s;
}

#about .about_box .effect {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 50px 20px;
}
#about .about_box .effect > img {
  max-width: 100px;
  margin-bottom: 15px;
}

#about .priorty p + p {
  margin-top: 25px;
}
#about .priorty .about-post {
  margin-top: 15px;
  overflow: hidden;
}

.metal {
    position: relative;
    outline: 0;
    text-align: center;
    color: hsla(0,0%,20%,1);
    background-color: hsl(0,0%,90%);
    transition: color .2s;
    box-shadow: inset hsla(0, 0%, 15%, 1) 0 0 0 0px, inset hsla(0, 0%, 15%, .8) 0 -1px 5px 4px, inset hsla(0, 0%, 0%, .25) 0 -1px 0 7px, inset hsla(0, 0%, 100%, .7) 0 2px 1px 7px, hsla(0, 0%, 0%, .15) 0 -5px 6px 4px, hsla(0, 0%, 100%, .5) 0 0px 6px 1px;
}

.radial.metal {
    background-image: -webkit-radial-gradient(50% 0,8% 50%,hsla(0,0%,100%,.5) 0,hsla(0,0%,100%,0) 100%),-webkit-radial-gradient(50% 100%,12% 50%,hsla(0,0%,100%,.6) 0,hsla(0,0%,100%,0) 100%),-webkit-radial-gradient(0% 50%,50% 7%,hsla(0,0%,100%,.5) 0,hsla(0,0%,100%,0) 100%),-webkit-radial-gradient(100% 50%,50% 5%,hsla(0,0%,100%,.5) 0,hsla(0,0%,100%,0) 100%),-webkit-repeating-radial-gradient(50% 50%,100% 100%,hsla(0,0%,0%,0) 0,hsla(0,0%,0%,0) 3%,hsla(0,0%,0%,.1) 3.5%),-webkit-repeating-radial-gradient(50% 50%,100% 100%,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,0) 6%,hsla(0,0%,100%,.1) 7.5%),-webkit-repeating-radial-gradient(50% 50%,100% 100%,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,0) 1.2%,hsla(0,0%,100%,.2) 2.2%),-webkit-radial-gradient(50% 50%,200% 50%,hsla(0,0%,90%,1) 5%,hsla(0,0%,85%,1) 30%,hsla(0,0%,60%,1) 100%)
}

.metal.radial:before,.metal.radial:after {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    background-image: -webkit-radial-gradient(50% 0,10% 50%,hsla(0,0%,0%,.1) 0,hsla(0,0%,0%,0) 100%),-webkit-radial-gradient(50% 100%,10% 50%,hsla(0,0%,0%,.1) 0,hsla(0,0%,0%,0) 100%),-webkit-radial-gradient(0% 50%,50% 10%,hsla(0,0%,0%,.1) 0,hsla(0,0%,0%,0) 100%),-webkit-radial-gradient(100% 50%,50% 06%,hsla(0,0%,0%,.1) 0,hsla(0,0%,0%,0) 100%);
}

.metal.radial:before {
    transform: rotate(65deg)
}

.metal.radial:after {
    transform: rotate(-65deg)
}

.metal.linear {
    background-image: -webkit-repeating-linear-gradient(left,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,0) 6%,hsla(0,0%,100%,.1) 7.5%),-webkit-repeating-linear-gradient(left,hsla(0,0%,0%,0) 0,hsla(0,0%,0%,0) 4%,hsla(0,0%,0%,.03) 4.5%),-webkit-repeating-linear-gradient(left,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,0) 1.2%,hsla(0,0%,100%,.15) 2.2%),linear-gradient(180deg,hsl(0,0%,78%) 0,hsl(0,0%,90%) 47%,hsl(0,0%,78%) 53%,hsl(0,0%,70%) 100%)
}

.metal.linear.oval {
    margin-top: 100px;
    width: 70px;
    height: 60px;
    line-height: 60px!important;
    border-radius: 50%;
    font: italic bold 3em/50px Georgia,"Times New Roman",Times,serif
}

.metal:active {
    color: hsl(210,100%,40%);
    text-shadow: hsla(210,100%,20%,.3) 0 -1px 0,hsl(210,100%,85%) 0 2px 1px,hsla(200,100%,80%,1) 0 0 5px,hsla(210,100%,50%,.6) 0 0 20px;
    box-shadow: inset hsla(210,100%,30%,1) 0 0 0 4px,inset hsla(210,100%,15%,.4) 0 -1px 5px 4px,inset hsla(210,100%,20%,.25) 0 -1px 0 7px,inset hsla(210,100%,100%,.7) 0 2px 1px 7px,hsla(210,100%,75%,.8) 0 0 3px 2px,hsla(210,50%,40%,.25) 0 -5px 6px 4px,hsla(210,80%,95%,1) 0 5px 6px 4px
}
#about .priorty .about-post a {
  /* background: #eaeaea; */
  display: inline-block;
  float: left;
  height: 60px;
  width: 64px;
  text-align: center;
  font-size: 35px;
  border-radius: 5px;
}
#about .priorty .about-post a > img {
  display: inline-block;
  vertical-align: middle;
  z-index: 99;
}
#about .priorty .about-post h4 {
  margin: 10px 0 0 80px;
  font-family: var(--title-font-family);
}
#about .priorty .about-post p {
  display: block;
  margin: 0 0 0 80px;
}

#about .img-responsive {
  width: 100%;
  border-radius: 5px;
}


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

  #about h3 {
    font-size: 20px;
  }
  #about h4 {
    font-size: 16px;
  }
  #about p {
    font-size: 14px;
  }
  #about .about_box .effect > img {
    margin-bottom: 10px;
    max-width: 60px;
  }

  #about {
    padding: 30px 0;
}
}
@media screen and (max-width:767px) {
  #about > .container:first-child {
    max-width: 100%;
    /*padding: 0;*/
  }
  #about .about_box {
    top: 0;
    margin-bottom: 15px;
  }
  #about .about_box:nth-child(3) {
    margin-bottom: 50px;
  }
  #about .about_box.active {
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  #about .priorty {
    margin-bottom: 20px;
  }
  #about .about_boxs {
    margin-bottom: 20px;
}
}