/*--==============================================->
  <!-- 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: 100px;
  font-weight: 700;
  line-height: 54px;
  color: #fff;
  text-align: center;
}

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

.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 {
  position: relative;
}
.upper.video-section .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* Large Mobile :600px. */
@media screen and (max-width: 1440px) {
  .video-title h2 {
    font-size: 80px;
  }
}
@media screen and (max-width: 1280px) {
  .video-title h2 {
    font-size: 70px;
  }
}
@media screen and (max-width: 1024px) {
  .video-title h2 {
    font-size: 58px;
  }
}
@media screen and (max-width: 820px) {
  .video-title h2 {
    font-size: 48px;
  }
}
@media screen and (max-width: 767px) {
  .video-title h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 480px) {
  .video-title h2 {
    font-size: 26px;
  }
  .video-icon a {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .video-icon {
    padding: 10px 0 0;
  }
  .video-icon a i {
    font-size: 15px;
  }
}

