/* header */
.logo-img {
  width: 180px !important;
}

.navbar-container {
  padding: 1.3rem 0;
  height: 70px;
}

.logo-a {
  font-size: 1.2rem;
}
.home-ic {
  margin-right: 0.5rem;
}

/* hero */
.hero-section {
  width: 100vw;

  padding-top: 0px;
  padding-bottom: 0;
  position: relative;
}

.hero-section video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  /* filter: opacity(20%); */
}

/* typewrite */
.typewrite-container {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-top: 9rem;
}

.hero-info-container .typewrite-text {
  text-decoration: none;
  font-weight: lighter;
  letter-spacing: 1px;
  font-size: 3rem;
  margin: 2rem 0;
  cursor: pointer;
}

.hero-cta-container {
  display: flex;
  justify-content: center;
}

.hero-info-container {
  width: auto;
}

.hero-container {
  position: relative;
}

.hero-info-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hero-logo {
  width: 1500px !important;
}

/* Cursor Styling */

.typewrite-cursor::after {
  content: '';
  display: inline-block;
  margin-left: 3px;
  background-color: white;
  animation-name: blink;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
}
h1.typewrite-cursor::after {
  height: 24px;
  width: 13px;
}
p.typewrite-cursor::after {
  height: 13px;
  width: 6px;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  49% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.h2-translation {
  font-size: 4rem;
}

.speed-large-text {
  font-size: 2.2rem;
}

/* company logos */
.company-logos {
  padding: 0px !important;
}
.amazon-logo {
  width: 80px;
  height: auto;
  object-fit: cover;
}

.tab-logo {
  width: 180px;
}

.alibaba-logo {
  height: 75px;
}

.tiktok-logo {
  height: 70px;
}

.opague-circle {
  width: 70%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  filter: blur(50px);

  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

/* translation section */
.p-codec {
  max-width: 100% !important;
}

.company-name {
  font-size: 1.9rem;
  font-weight: bold;
}

.screens-row {
  padding: 0px 5rem;
}

/* movie poster */
.video-container {
  height: 700px;
  width: 100%;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.video-container::after {
  content: '';
  position: absolute;
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url('https://static.wixstatic.com/media/53ec3a_612f7e8d57564424be65c652ae232b75~mv2.jpg/v1/fit/w_995,h_700,q_90/53ec3a_612f7e8d57564424be65c652ae232b75~mv2.webp');
  width: 90%;
  height: 100%;
  top: 0;
}

.video-container h1 {
  color: white;
  z-index: 999;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
}

.zoom-notification {
  display: none;
}

.tech-card-info-container {
  width: 100% !important;
}

.p-codec {
  width: 100% !important;
}

.performance-info-container {
  text-align: left;
}

/* Contact Us Section */
.cu-section {
  position: relative;
}

.cu-blue-gradient {
  background-image: linear-gradient(
    130deg,
    rgb(108, 66, 228) 20%,
    rgb(0, 176, 234) 85%
  );

  padding: 1rem 1rem 1rem 1rem;
  border-radius: 20px;
}

.cu-container {
  width: 900px;
  /* max-width: 90%; */

  background: linear-gradient(rgba(28, 5, 49, 0.9), rgba(28, 5, 49, 0.9));
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 3rem 4rem;
}

.cu-container .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  outline: none;
}

.cu-container .btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  outline: none;
  background-image: linear-gradient(135deg, #f34079, #f65b69 50%, #fc8b4c);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: none;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out;
}

.cu-container form {
  width: 100%;
}

.cu-container .btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.cu-container .btn-primary:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}

.cu-container .form-group {
  margin-bottom: 1rem;
}

.cu-container .cu-heading {
  margin-bottom: 2rem;
  text-align: center;
  font-size: 2.5rem;
  font-family: sans-serif;
}

.cu-btn {
  margin: auto;
  height: auto;
  padding: 12px 22px !important;
  margin-top: 2rem;
}

/* voice over video */

.zoom-bottom-container {
  position: relative;
}

.zoom-bottom-container video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  object-fit: cover;
  padding: 4px;
  border-radius: 25px;
}

.p-codec-white {
  padding-top: 20px;
}

.markshare {
  padding-top: 40px;
}




.footer-p {
  font-size: 0.8rem;
}


/* Responsive */
@media screen and (max-width: 980px) {

 
  .section.hero-section {
    min-height: 100vh!important;
}

 .typewrite-text {
   font-size: 2rem!important;
   
 }
 
 .tab-logo {
    width: 100px!important;
}

.tiktok-logo, .alibaba-logo{
  width: 40px!important;
}

.h2-translation {
    font-size: 3rem!important;
    text-align: center;
}

.p-codec {
    font-size: 15px;
}



.video-container-text{
  font-size: 1rem !important;
  line-height: 1.7;
}




.cu-container, .cu-blue-gradient {
    width: 100%;

}
}

@media screen and (max-width: 767px) {
  .zoom-bottom-container{
  height: 300px;
}
}
@media screen and (min-width: 1600px) {
  .context-container{
    zoom: 0.88;
    -moz-transform: scale(0.88);
  
  }
  
}

