@keyframes left-right {
  0% {
    transform: translateX(-300px);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes scale-watch {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.02);
  }
}

@media only screen and (max-width: 1200px) {
  .main-section h1 {
    font-family: "Josefin Sans", sans-serif;
    color: #0b1c39;
    font-size: 66px;
  }
  .video-section {
    height: 400px;
  }
  .Watch-Choice-title {
    padding-left: 10px !important;
  }
}
@media only screen and (max-width: 992px) {
}

@media only screen and (max-width: 768px) {
}

@media only screen and (max-width: 576px) {
}
