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

.video-section {
  background-repeat: no-repeat !important;
  background-size: 100%;
  background-position: center;
}

.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;
  /* height: 600px; */
  background-size: 100% !important;
  align-content: center;
  position: relative;
}
.video-section img{position: relative;z-index: -1;}
.video-section .container
{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
  align-content: center;
  align-items: center;
}
/* Large Mobile :600px. */
@media screen and (max-width: 780px) {
  .video-title h2 {
    font-size: 30px;line-height:1.4;
  }
  .video-icon a{
    
  }
}
@media screen and (max-width: 820px) {
  .video-title h2 {
    font-size: 30px;line-height:1.4;
  }
 .video-icon {
  padding: 0 0 16px;
}
}
@media screen and (max-width: 390px) {
  .video-title h2 {
    font-size: 14px;
  }
  .video-icon{
    padding: 0 0 15px;
  }
  .video-icon a i{
     font-size: 12px;
  }
   .video-icon a{
   width:30px;
height:30px; 
  }
}
