.san-home-about {
  position: relative;
  overflow: hidden;
}

.san-home-about .wp {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.san-home-about .wpb {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.san-home-about .home-aboutfl {
  position: relative;
  width: 48%;
  height: 100%;
  border-bottom-left-radius: 50px;
  overflow: hidden;
}

.san-home-about .home-aboutfl img {
  width: 100%;
  vertical-align: middle;
  -webkit-transition: 0.6s all;
  -moz-transition: 0.6s all;
  -ms-transition: 0.6s all;
  transition: 0.6s all;
}

.san-home-about .home-aboutfl:hover img {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.san-home-about .home-aboutfl:hover span::after {
  display: block;
}

.san-home-about .lg-02 li {
  width: 48.8%;
  margin-left: 2.4%;
}

.san-home-about .lg-02 li:nth-child(2n + 1) {
  margin-left: 0;
}

.san-home-about .home-abvideo {
  position: absolute;
  right: 40px;
  bottom: 30px;
}

.san-home-about .home-abvideo span {
  position: relative;
  display: inline-block;
  width: 63px;
  height: 63px;
  border-radius: 50%;
  background: var(--color-primary);
  text-align: center;
  font-size: 18px;
  color: #fff;
  line-height: 63px;
  cursor: pointer;
  vertical-align: top;
}
.san-home-about .home-abvideo span:hover{
  animation: pulse 1.5s infinite;
}

.san-home-about .home-abvideo span::after {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  animation: scale2 2s linear infinite;
}

.san-home-about .videos {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  z-index: 999;
  overflow: hidden;
}

.san-home-about .home-aboutfr {
  width: 47%;
  /*margin-top: 30px;*/
}
.san-home-about .home-aboutfr .animate_box{
  margin-bottom: 3rem;
}

.san-home-about .home-aboutfr .title {
  width: 100%;
  text-align: left;
}

.san-home-about .home-aboutfr .title h2 {
  position: relative;
}

.san-home-about .home-aboutfr .title h2:before {
  left: 0;
  bottom: -1.5rem;
  transform: translate(0);
}

.san-home-about .home-aboutfr .title h2 a{
  font-size: clamp(1.625rem, 0.926rem + 2.94vw, 2.5rem) !important;
}

.san-home-about .home-aboutfr .main-href {
  margin-top: 40px;
  text-align: left;
}

.san-home-about .home-aboutnum {
  padding-right: 11.9%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.san-home-about .home-aboutnum div {
  position: relative;
  width: 45%;
  padding: 16px 0 16px;
  margin-right: 16px;
  /*margin-top: 20px;*/
  border-bottom: 2px solid #dbdbdb;
}

.san-home-about .home-aboutnum div span b{
  display: inline-block;
}

.san-home-about .home-aboutnum div::after {
  content: " ";
  position: absolute;
  z-index: 2;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  transition: 0.3s all;
}

.san-home-about .home-aboutnum div:hover span b{
  color:var(--color-primary);
  animation: border_width 0.5s linear forwards;
}

.san-home-about .home-aboutnum div:hover::after {
  animation: border_width 0.5s linear forwards;
  background: var(--color-primary);
}

.san-home-about .home-aboutnum span {
  display: block;
  color: #212121;
  font-size: 15px;
}

.san-home-about .home-aboutnum span b {
  margin-right: 4px;
  font-size: 36px;
  font-family: var(--title-font-family);
  font-weight: 700;
}

.san-home-about .home-aboutnum p {
  font-size: 17px;
  line-height: 20px;
  color: #212121;
}

.san-home-about .main-href {
  margin-top: 50px;
}

.san-home-about .main-href a {
  display: inline-block;
  padding: 17px 60px;
  background: var(--color-primary);
  color: #fff;
  font-size: 16px;
  font-family: var(--title-font-family);
  font-weight: 700;
  cursor: pointer;
  border-radius: 4px;
}

.san-home-about .main-href a:hover {
  /*background: var(--color-second);*/
  text-decoration: none;
  animation: pulse 1.5s infinite;
}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(138, 43, 226, 0.7); }
  70% { box-shadow: 0 0 0 15px rgba(138, 43, 226, 0); }
  100% { box-shadow: 0 0 0 0 rgba(138, 43, 226, 0); }
}
.san-home-about .title {
  width: 90%;
  margin-top: -10px;
}

.san-home-about .title h1,
.san-home-about .title h1 a {
  font-size: 36px;
}

.san-home-about .title p {
  /*margin-top: 10px;*/
  /*font-size: 14px;*/
  color: #383838;
  line-height: 1.5;
  min-height: 21px;
}

.san-home-about .home-aboutnum p {
  margin-bottom: 24px;
  font-size: 16px;
  font-family: var(--font-family);
  color: #666;
  line-height: 30px;
}

.san-home-about .videos {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  z-index: 999;
  overflow: hidden;
}

.san-home-about .videos #video {
  position: fixed;
  left: 10%;
  top: 10vh;
  width: 80%;
  height: 80vh;
  background: #000;
  z-index: 999;
}

.san-home-about .vclose {
  position: absolute;
  right: 3%;
  top: 5%;
  width: auto;
  cursor: pointer;
}

.san-home-about .vclose::before {
  font-size: 32px;
  color: #fff;
}

.paddinga-top-sangni {
  padding-top: 90px;
  padding-bottom: 20px;
}

/*.san-home-about h2,*/
/*.san-home-about h3 {*/
/*  color: #212121;*/
/*  font-weight: normal;*/
/*  font-family: var(--title-font-family);*/
/*  font-weight: 700;*/
/*}*/
/*.san-home-about h2 a,*/
/*.san-home-about h3 a {*/
/*  font-family: var(--title-font-family);*/
/*  font-weight: 700;*/
/*  color: #212121;*/
/*}*/

/*.san-home-about h2,*/
/*.san-home-about h2 a {*/
/*  font-size: 2rem;*/
/*}*/
/*.san-home-about h3,*/
/*.san-home-about h3 a {*/
/*  font-family: var(--title-font-family);*/
/*  font-weight: 700;*/
/*  font-size: 18px;*/
/*}*/

@media screen and (max-width: 1580px) {
  .paddinga-top-sangni {
    padding-top: 70px;
  }

  .san-home-about .home-aboutfr {
    margin-top: 20px;
  }

  .san-home-about .main-href {
    margin-top: 40px;
  }

  .san-home-about .main-href a {
    padding: 16px 50px;
    font-size: 15px;
  }

  .san-home-about .home-aboutfr .main-href {
    margin-top: 50px;
  }

  /*.san-home-about .title p {*/
  /*  font-size: 17px;*/
  /*  margin-top: 20px;*/
  /*}*/

  /*.san-home-about h2,*/
  /*.san-home-about h2 a {*/
  /*  font-size: 32px;*/
  /*}*/
}

@media screen and (max-width: 1280px) {
  /*.san-home-about h2,*/
  /*.san-home-about h2 a {*/
  /*  font-size: 28px;*/
  /*}*/
}

@media screen and (max-width: 1100px) {
  .san-home-about .home-aboutnum span b {
    display: block;
  }
}

@media screen and (max-width: 960px) {
  .paddinga-top-sangni {
    padding-top: 50px;
  }

  .san-home-about .container {
    flex-direction: column-reverse;
  }

  .san-home-about .lg-02 li {
    width: 100%;
  }

  .san-home-about .lg-02 li {
    margin-left: 0;
  }

  .san-home-about .home-aboutfl {
    width: 100%;
  }

  .san-home-about .home-aboutfr {
    width: 100%;
  }

  .san-home-about .home-aboutfr {
    margin-bottom: 40px;
  }
  
  .san-home-about .home-aboutnum {
    padding-right: 0;
  }

  .san-home-about .home-aboutnum div {
    width: calc(50% - 16px);
  }

  .san-home-about .main-href a {
    font-size: 14px;
  }

  .san-home-about .main-href a:nth-child(2) {
    margin-left: 0;
    margin-top: 10px;
    padding: 15px 49px;
  }

  .san-home-about .main-href {
    margin-top: 30px;
  }

  .san-home-about .title {
    width: 100%;
  }

  /*.san-home-about .title p {*/
  /*  font-size: 16px;*/
  /*}*/

  /*.san-home-about .title h1,*/
  /*.san-home-about .title h1 a {*/
  /*  font-size: 28px;*/
  /*}*/

  /*.san-home-about h2,*/
  /*.san-home-about h2 a {*/
  /*  font-size: 26px;*/
  /*}*/
  .san-home-about .home-aboutfl,
  .san-home-about .home-aboutfr {
    width: 100%;
  }
  
  .san-home-about .home-abvideo {
    left: 50%;
    top: 50%;
    right: auto;
    bottom: auto;
    transform: translate(-50%, -50%);
  }
}

@media(max-width:575px) {
  .san-home-about .home-aboutnum div span b {
    font-size: 18px;
  }
  .san-home-about .home-aboutnum span {
    font-size: 12px;
  }
  .san-home-about .home-aboutnum p {
    font-size: 12px;
    line-height: 1.6;
  }
}
