/*--==============================================->
  <!-- Start Carcity video section Css -->
 ==================================================-*/

.video-section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: -176px;
  padding: 185px 0 260px;
}

.video-title h2 {
  font-size: 48px;
  font-weight: 600;
  line-height: 54px;
  color: #fff;
  text-align: center;
}

.video-icon {
  padding: 0 0 36px;
}

.video-icon a {
  width: 90px;
  height: 90px;
  line-height: 90px;
  border-radius: 100%;
  color: #fff;
  background: var(--color-primary);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  -webkit-animation: hassan 1s linear infinite;
  animation: hassan 1.5s linear infinite;
  -webkit-transition: 0.5s;
  font-size: 50px;
  z-index: 1;
}

.video-icon a i {
  font-size: 30px;
  vertical-align: top;
}
@-webkit-keyframes hassan {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4),
      0 0 0 5px rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4),
      0 0 0 5px rgba(255, 255, 255, 0.4);
  }
  100% {
    -webkit-box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3),
      0 0 0 40px rgba(255, 255, 255, 0);
  }
}
@keyframes hassan {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4),
      0 0 0 5px rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4),
      0 0 0 5px rgba(255, 255, 255, 0.4);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4),
      0 0 0 40px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4),
      0 0 0 40px rgba(255, 255, 255, 0);
  }
}

/*video icon two*/
.video-icon2 {
  padding: 0 0 36px;
  position: absolute;
  z-index: 1;
  top: 100px;
  right: 0;
  left: 0;
}

.video-icon2 a {
  width: 56px;
  height: 56px;
  line-height: 56px;
  border-radius: 100%;
  color: #fff;
  background: var(--color-primary);
  display: inline-block;
  text-align: center;
  font-size: 30px;
}

.upper.video-section {
  margin-top: 0;
  padding: 105px 0 260px;
}

/* Large Mobile :600px. */
@media screen and (max-width: 767px) {
  .video-title h2 {
    font-size: 36px;
  }
}

