/*--------------------------------------------------------------
# Video One
--------------------------------------------------------------*/
.video-one {
  position: relative;
  display: block;
  background-color: #1e1c20;
  padding: 120px 0 120px;
  z-index: 1;
}

.video-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .40;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.video-one__left {
  position: relative;
  display: block;
}

.video-one__left .section-title__tagline {
  color: #fff;
}
.section-title__tagline{
  font-size: 22px;
  color: #fff;
}

.video-one__left .section-title__title {
  color: #fff;
}
h2.section-title__title {
  color: #fff !important;
  font-size: 33px;
}
h3.section-title__title2 {
  color: #fff !important;
  font-size: 28px;
  margin-bottom: 30px;
}
.video-one__video-link {
  position: relative;
  display: inline-block;
  z-index: 3;
}

.video-one__video-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  width: 600px;
  height: 480px;
  background-image: url(../images/backgrounds/jaipur-video-bg.png);
  transition: all 0.5s ease;
  border: 4px solid #fff;
  animation: continuous-zoom 3s infinite; 
}

@media (max-width: 600px) {
  .video-one__video-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    width: 250px;
    height: 200px;
    background-image: url(../images/backgrounds/jaipur-video-bg-mob.png);
    transition: all 0.5s ease;
    border: 4px solid #fff;
    animation: continuous-zoom 3s infinite; 
  }
}
@media (min-width:610px) and (max-width: 1400px) {
  .video-one__video-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    width: 400px;
    height: 320px;
    background-image: url(../images/backgrounds/jaiput-400-320.png);
    transition: all 0.5s ease;
    border: 4px solid #fff;
    animation: continuous-zoom 3s infinite; 
  }
}


@keyframes continuous-zoom {
  0% {
      transform: scale(1);
  }
  50% {
      transform: scale(1.1); /* Zoom in */
  }
  100% {
      transform: scale(1); /* Zoom out */
  }
}


.video-one__video-icon:hover {
  background-color: #fff;
  color: #d70a15;
}

.video-one__video-icon .ripple,
.video-one__video-icon .ripple:before,
.video-one__video-icon .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 250px;
  height: 200px;
  transform: translate(-50%, -50%);
  box-shadow: rgb(255 255 255) 0px 5px 15px !important;
  content: '';
  animation: ripple 3s infinite;

  /*  */

}

.video-one__video-icon .ripple:before {
  animation-delay: 0.9s;
}

.video-one__video-icon .ripple:after {
  animation-delay: 0.6s;
}

/* Ripple animation */
@keyframes ripple {
  0% {
      transform: translate(-50%, -50%) scale(0.9);
      opacity: 1;
  }
  100% {
      transform: translate(-50%, -50%) scale(1.6);
      opacity: 0;
  }
}

.video-one__right {
  position: relative;
  display: flex;
  margin-left: 100px;
  margin-top: -8px;
}

.video-one__points {
  position: relative;
  display: block;
}

.video-one__points li {
  position: relative;
  display: flex;
  align-items: center;
}

.video-one__points li + li {
  margin-top: 10px;
}

.video-one__points li .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  background-color: #d70a15;
  border-radius: 50%;
}

.video-one__points li .icon span {
  font-size: 9px;
  color: #27252a;
}

.video-one__points li .text {
  font-size: 18px;
  color: #fff;
  margin-left: 20px;
}

.video-one__points-2 {
  margin-left: 100px;
}
/* title */
.jaipur-hos{
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  font-size: 50px; 
  opacity: 0; 
  transform: translateX(100%); /* Start from the right */
}
.slide-in {
  opacity: 0; 
  animation: slide-in 2s forwards; 
}

.coming-soon {
  /*display: inline-block !important;*/
  overflow: hidden;
  white-space: nowrap;
  font-size: 60px; 
  opacity: 0; 
  transform: translateX(100%); 
  animation: reveal 2s forwards;
   display: inline-block !important;
}
@media (max-width: 768px) {
  .coming-soon {
    display: inline-block;
     /*display: block; */
    overflow: hidden;
    white-space: nowrap;
    font-size:23px; 
    opacity: 0; 
    transform: translateX(100%);
    animation: reveal 2s forwards;
  }
  .redcolor-title {
        font-size:21px; 
  }
  .video-one__left {
    padding-top: 30px;
  }
  .section-title2{
    font-size: 30px;
  }
  .info-cta h4 {
  font-size: 30px  !important;
  margin-bottom: 15px;
  color: #0e204d ;
  text-align: center;
}
}
@keyframes reveal {
  to {
      opacity: 1;
      transform: translateX(0);
  }
}
@keyframes slide-in {
  from {
      opacity: 0; 
      transform: translateX(-100%); 
  }
  to {
      opacity: 1; 
      transform: translateX(0); 
  }
}

@keyframes fade-in {
  to {
      opacity: 1;
  }
}
.top-coming{
  font-size: 20px;
  color: #000;
}

/* new section */
.info-section {
  background-color: #f9f9f9;
  padding: 60px 0;
}

.section-title {
  font-size: 2.5em;
  margin-bottom: 20px;
  color: #333;
}

.section-subtitle {
  font-size: 1.5em;
  color: #777;
  margin-bottom: 40px;
}

.info-list {
  list-style: none;
  padding-left: 0;
}

.info-list li {
  font-size: 1.2em;
  margin-bottom: 15px;
  padding-left: 20px;
  position: relative;
  color: #000;
}

.info-list li::before {

  position: absolute;
  left: 0;
  color: #d70a15;
}

.info-list li i{
  margin-right: 5px;
}


.info-cta h4 {
  font-size: 40px;
  margin-bottom: 15px;
  color: #0e204d ;
  text-align: center;
}

.info-cta p {
  margin-bottom: 10px;
}
h2.section-title2{
  color: #d70a15;
}

.redcolor-title{
  color: #d70a15;;
}

@keyframes zoomIn {
  0% {
      transform: scale(0.5);
      opacity: 0;
  }
  100% {
      transform: scale(1);
      opacity: 1;
  }
}

.zoom-in {
  animation: zoomIn 1s ease-in-out;
}
 
/* --------- 2 page css jaipur-------------- */
.video-thumbnail {
  box-shadow: -10px -10px 3px rgba(215, 10, 21, 0.8),
    /* Top left */ 10px -10px 3px rgba(215, 10, 21, 0.8),
    /* Top right */ -10px 10px 3px rgba(215, 10, 21, 0.8),
    /* Bottom left */ 10px 10px 3px rgba(215, 10, 21, 0.8); /* Bottom right */
 
}

