/** banner-section **/
.banner-section {
    overflow: hidden;
    height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner-section:before {
    background: rgba(255, 255, 255, 0.13);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 1;
}
.banner-section .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  z-index: -1;
}

.banner-section .pattern-layer video{
  width: 100%;
  height: auto;
}
.banner-section .pattern-layer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-section .content-box{
  position: relative;
  display: block;
  z-index: 2;
}

.banner-section .content-box h2{
  font-size: 72px;
  line-height: 79px;
  color: #222;
  max-width: 930px;
  margin: 0 auto;
  margin-bottom: 24px;
}

.banner-section .content-box p{
  font-size: 25px;
  font-weight: 600;
  line-height: 32px;
  color: #222;
  max-width: 720px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.banner-section .content-box .btn-box{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-section .content-box .btn-box .theme-btn.btn-one span{
  position: relative;
  padding-right: 22px;
}

.banner-section .content-box .btn-box .theme-btn.btn-one span:before{
  position: absolute;
  content: '\e901';
  font-family: 'icomoon';
  font-size: 14px;
  top: -3px;
  right: 0px;
  font-weight: 400;
}

.banner-section .content-box .btn-box .theme-btn.btn-one:hover,
.banner-section .content-box .btn-box .theme-btn.btn-one:before,
.banner-section .content-box .btn-box .theme-btn.btn-one:after{
  background: #fff;
}

.banner-section .content-box .btn-box .theme-btn.btn-one:hover{
  color: var(--title-color) !important;
}

.banner-section .author-box{
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-width: 1920px;
  margin: 0 auto;
/*  background: rgba(0, 0, 0, 0.8);*/
}

.banner-section .author-box .author{
  position: absolute;
  display: inline-block;
  border-radius: 50%;
}

.banner-section .author-box .author img{
  width: 100%;
  border-radius: 50%;
  -webkit-animation: zoom-fade 4s infinite linear;
  animation: zoom-fade 4s infinite linear;
}

.banner-section .author-box .author span{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -12px;
  font-size: 14px;
  line-height: 20px;
  font-family: var(--title-font);
  color: var(--title-color);
  border-radius: 30px;
  font-weight: 500;
  padding: 2px 15px;
}

.banner-section .author-box .author-1 span{
  background: #67EF3E;
}

.banner-section .author-box .author-2 span{
  background: #3EE4EF;
}

.banner-section .author-box .author-3 span{
  background: #ffffff;
}

.banner-section .author-box .author-4 span{
  background: #FFDD66;
}

.banner-section .author-box .author-5 span{
  background: #FF9A61;
}

.banner-section .author-box .author-6 span{
  background: #C99FFF;
}

.banner-section .author-box .author-1{
  left: 135px;
  top: 185px;
}

.banner-section .author-box .author-2{
  left: 290px;
  top: 426px;
}

.banner-section .author-box .author-3{
  left: 192px;
  bottom: 211px;
}

.banner-section .author-box .author-4{
  position: absolute;
  top: 208px;
  right: 214px;
}

.banner-section .author-box .author-5{
  position: absolute;
  top: 448px;
  right: 342px;
}

.banner-section .author-box .author-6{
  position: absolute;
  bottom: 170px;
  right: 120px;
}


/** responsive-css **/
@media only screen and (max-width: 1200px){
  .banner-section .author-box{
    display: none;
  }
}

@media only screen and (max-width: 991px){

  .banner-section {
      padding: 80px 0;
  }
  .banner-section .content-box h2 {
      font-size: 50px;
      line-height: 70px;
  }
}

@media only screen and (max-width: 767px){
  .banner-section .pattern-layer video {
      width: auto;
      height: 100%;
  }
  .banner-section {
      padding: 80px 0;
      overflow: hidden;
      position: relative;
  }
  .banner-section .content-box h2{
    font-size: 32px;
    line-height: 50px;
  }
  .banner-section .content-box p {
    font-size: 17px;
    line-height: 26px;
  }
  .banner-section{
    padding: 90px 0px;
  }
}

@media only screen and (max-width: 599px){
  
}

@media only screen and (max-width: 499px){
  .banner-section .content-box .btn-box{
    display: block;
  }
  .banner-section .content-box .btn-box .theme-btn.btn-one{
    margin-right: 0px;
    margin-bottom: 0;
  }
  .banner-style-two .outer-container{
    padding-left: 15px;
    padding-right: 15px;
  }
  .banner-carousel .content-box .btn-box{
    display: block;
  }
  .banner-carousel .content-box .btn-box .theme-btn.mr_20{
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px !important;
  }
}
