body {
  font-size: 16px;
  font-style: normal;
  font-family: Pontano Sans;
  font-weight: 400px;
  color: #000000;
}
body,
html,
a,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
div,
ul,
li,
ol {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.search-container {
  display: none !important;
}
.container {
  max-width: 1249px;
  margin: 0 auto;
  width: 100%;
}
h1 {
  font-size: 70px;
  font-weight: 700;
  font-family: Pontano Sans;
  line-height: 70px;
}
h2 {
  font-size: 40px;
  font-weight: 600;
  font-family: Pontano Sans;
  line-height: 42px;
}
p {
  font-size: 16px;
  font-style: normal;
  font-family: Pontano Sans;
  font-weight: 400px;
}

.c-font-family {
  font-family: Pontano Sans;
}
.c-h1 {
  font-size: 70px;
  font-weight: 700;
  font-family: Pontano Sans;
  line-height: 70px;
}
.c-h2 {
  font-size: 40px;
  font-weight: 600;
  font-family: Pontano Sans;
  line-height: 42px;
}
.c-p {
  font-size: 16px;
  font-style: normal;
  font-family: Pontano Sans;
  font-weight: 400px;
}
.c-a {
}
.video-bottom {
  margin-top: -100px;
  position: relative;
}
.video-bottom img {
  width: 100%;
}

/*start of battery section*/
.hero-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  /* max-width: 1200px;
  margin: 0 auto; */
}

.hero-left {
  /* flex: 1 1 40%; */
}

.hero-right {
  /* flex: 1 1 50%; */
  max-width: 609px;
}

.company-name {
  font-size: 14px;
  color: #5a5a5a;
  margin-bottom: 1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.headline {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 42px;
  color: #1f2327;
  max-width: 481px;
}

.description {
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
  margin-bottom: 1.5rem;
  margin-top: 33px;
  text-align: justify;
}

.learn-more-btn {
  border-radius: 10px;
  border: 1px solid #000;
  display: flex;
  padding: 10px 32px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  color: #000;
  text-align: justify;
  font-family: "Pontano Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  cursor: pointer;
}

.learn-more-btn:hover {
  background-color: #93d500;
  border: 1px solid #93d500;
  color: #fff;
}
.info-text {
  text-decoration: none;
}
a.info-text:hover {
  text-decoration: none;
  color: #93d500;
}
/*end of Battery Section */

/*start tyles section*/
.highlight-section {
  display: flex;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  background: url("../images/home-batteries.png") no-repeat right center;
  /* background-position: right; */
  background-position: 100% 114%;
}

.highlight-content {
  flex: 1 1 50%;
  z-index: 2;
  padding-top: 160px;
}

.section-label {
  color: #888;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 0.85rem;
}

.highlight-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 56px;
}

.icon {
  margin-right: 40px;
}

.highlight-title {
  font-size: 21px;
  margin-bottom: 10px;
  color: #000000;
}

.highlight-section h2 {
  font-size: 56px;
  font-weight: 700;
  color: #1f2327;
  margin-bottom: 5px;
}

.highlight-subtext {
  font-size: 21px;
  color: #000000;
}

.highlight-image {
  flex: 1 1 50%;
  background: url("../images/home-batteries.png") no-repeat right center;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  z-index: 1;
}
/* end of tyles section */

/*start of nav menu*/
.header {
  background: #0d0e0f;
  padding: 0 20px;
  position: relative;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 114px;
}

.logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
}

.nav-menu {
  display: flex;
  list-style: none;
  gap: 30px;
}

.nav-menu ul {
  display: inline-block;
}
.nav-menu ul li {
  display: inline-block;
  padding: 5px 20px;
}

.nav-menu ul li a,
.nav-link {
  color: #e0e0e0;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  transition: color 0.3s ease;
  padding: 8px 0;
  position: relative;
}

.nav-menu ul li a:hover,
.nav-link:hover {
  color: #93d500;
}

.nav-menu ul li.current-menu-item a,
.nav-link.active {
  color: #93d500;
}

.search-container {
  position: relative;
  display: flex;
  align-items: center;
}

.search-input {
  background: #3a3a3a;
  border: 2px solid transparent;
  border-radius: 25px;
  padding: 10px 45px 10px 20px;
  color: white;
  font-size: 14px;
  width: 0;
  opacity: 0;
  transition: all 0.3s ease;
  outline: none;
}

.search-input.active {
  width: 250px;
  opacity: 1;
  border-color: #93d500;
}

.search-input::placeholder {
  color: #888;
}

.search-btn {
  background: none;
  border: none;
  color: #e0e0e0;
  cursor: pointer;
  padding: 10px;
  border-radius: 50%;
  transition: all 0.3s ease;
  position: absolute;
  right: 0;
  z-index: 2;
}

.search-btn:hover {
  color: #93d500;
  background: rgba(76, 175, 80, 0.1);
}

.search-icon {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
}

.mobile-menu-btn {
  display: none;
  background: none;
  border: none;
  color: #e0e0e0;
  cursor: pointer;
  padding: 5px;
}

.mobile-menu-btn:hover {
  color: #93d500;
}

.hamburger {
  width: 25px;
  height: 20px;
  position: relative;
}

.hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background: currentColor;
  margin: 4px 0;
  transition: 0.3s;
}

/* video */
.video-container {
  position: relative;
  width: 100%;
  height: calc(var(--vh, 1vh) * 83);
  overflow: hidden;
}

video,
.placeholder {
  width: 100%;
  height: auto;
  display: block;
}

.video-container video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.placeholder {
  display: block;
}
.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45); /* Black with 40% opacity */
  z-index: -1;
}
/* .controls {
  max-width: 1249px;
  width: 100%;
  margin: 0 auto;
  margin-top: 25%;
} */

.controls {
  position: absolute;
  /* left: 50%;
  bottom: 200px; */
  left: 75%;
  bottom: 50px;
  max-width: 532px;
  transform: translateX(-50%);
  width: 90%;
  /* max-width: 1249px; */

  z-index: 1;
  text-align: left;
}

.video-text h1 {
  line-height: 62px;
  text-transform: capitalize;
  color: #fff;
  max-width: 532px;
  font-size: 54px;
  /* padding: 15px 15px; */
  /* background: #00000082;
  border-radius: 10px; */
}
.video-text h1 span {
  font-weight: 300;
}

.controls button {
  padding: 10px 20px;
  margin-right: 10px;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
}

.controls button:hover {
  background-color: rgba(255, 255, 255, 1);
}

/*start of other products*/
.other-products {
  margin-top: 100px;
}
.intro {
  max-width: 800px;
  margin-bottom: 40px;
}
.other-product-into {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}
.other-product-into h2 {
  flex: 1 1 30%;
  font-size: 40px;
}
.other-product-into p {
  flex: 1 1 65%;
}
.products {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 40px;
  padding-bottom: 70px;
}

.card {
  position: relative;
  width: 32%;
  height: 507px;
  overflow: hidden;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: contain;
  color: white;
  display: flex;
  align-items: flex-end;
  padding: 20px;
  transition: transform 0.3s;
  border-top-right-radius: 30px;
}

.card:hover {
  transform: scale(1.02);
}

.card .content {
  z-index: 2;
  bottom: 69px;
  position: relative;
}

.card h2 {
  margin: 0;
  font-size: 40px;
  max-width: 190px;
  font-weight: 600;
}

.card p {
  font-size: 0.95rem;
  margin-top: 10px;
  display: none;
  /* transition: opacity 0.4s ease, visibility 0.4s ease;
  opacity: 0;
  visibility: hidden; */
}

.card:hover p {
  display: block;
  /* opacity: 1;
  visibility: visible; */
}

.arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 128px;
  height: 128px;
  background-color: #93d500;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.4s ease;
}

.arrow svg {
  width: 96px;
  height: 96px;
  transform: rotate(0deg);
  transition: transform 0.4s ease;
}

.card:hover .arrow svg {
  transform: rotate(-45deg);
}

.refined-lead {
  background-image: url("../images/refined-lead.png");
}

.lead-alloys {
  background-image: url("../images/lead-alloys.png");
}

.recycled-plastic {
  background-image: url("../images/recycled-plastic.png");
}

/* Optional: for overlay shading */
.card::before {
  content: "";
  /* position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.6) 30%, rgba(0,0,0,0.2)); */
}
/* end Other Products Section */

/*news section*/
.news-container {
}

.news-section {
  margin-top: 60px;
  /* background: #ededee; */
  padding-bottom: 100px;

  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(137, 138, 141, 0.3) 98.65%
  );
}
.latest-news {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.latest-news h2 {
  font-size: 40px;
  font-weight: 600;
  color: #1f2327;
}

.nav-buttons {
  display: flex;
  gap: 12px;
}

.nav-btn {
  width: 36px;
  height: 36px;
  border: 2px solid #000;
  border-radius: 50%;
  background: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  font-size: 20px;
  color: #000;
}

.nav-btn:hover {
  border-color: #93d500;
  transform: translateY(-2px);
}

.nav-btn.active {
  border-color: #93d500;
  background-color: #fff;
  color: #93d500;
}
.button-green-bg-hover:hover {
  border-color: #93d500;
  background-color: #fff;
  color: #fff;
}
.nav-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.nav-btn:disabled:hover {
  transform: none;
  border-color: #000;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
  gap: 30px;
  min-height: 400px;
  margin-bottom: 40px;
}

.news-item {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.6s ease forwards;
}

.news-item:nth-child(2) {
  animation-delay: 0.1s;
}

.news-item:nth-child(3) {
  animation-delay: 0.2s;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.news-date {
  color: #7f8c8d;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 16px;
}

.news-title {
  font-size: 25px;
  font-weight: 700;
  color: #1f2327;
  line-height: 27px;
  margin-bottom: 19px;
  min-height: 126px;
  border-bottom: 1px solid #000;
}

.news-content {
  color: #000;
  line-height: 1.6;
  margin-bottom: 24px;
  font-size: 1rem;
}

.read-more {
  color: #000;
  font-weight: 600;
  text-decoration: underline;
  transition: border-color 0.3s ease;
}

.read-more:hover {
  color: #93d500;
}

.pagination-dots {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 40px;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #e0e0e0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.dot.active {
  background-color: #7ed321;
  transform: scale(1.2);
}

/* start footer section*/

.footer-section {
  position: relative;
  /* margin-top: -106px; */
  margin-top: -70px;
  padding-top: 180px;
  background-image: url("../images/home-video-bg.png"); /* Replace with your image */
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 11; /* Ensures it stays in the background */
}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 60px;
}

.left-content h3 {
  font-size: 40px;
  font-weight: 600;
  color: #1f2327;
  margin-bottom: 20px;
  line-height: 42px;
}

.left-content p {
  font-size: 16px;
  color: #1f2327;
}

.logo-section {
  text-align: right;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.logo-icon {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #8bc34a, #93d500);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 18px;
}

.logo-text {
  font-size: 24px;
  font-weight: 600;
  color: #8bc34a;
}

.logo-text .arabic {
  font-size: 18px;
  color: #666;
  margin-left: 10px;
}

.tagline {
  font-size: 16px;
  color: #1f2327;
  margin-top: 5px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
}

.form-section-footer {
  display: flex;
  gap: 10px;
  margin-bottom: 42px;
  align-items: center;
}

.email-input {
  flex: 1;
  padding: 15px 20px;
  border: 1px solid #1f2327;
  border-radius: 6px;
  font-size: 14px;
  outline: none;
  color: #1f2327;
  transition: border-color 0.3s ease;
  max-width: 251px;
  max-height: 46px;
}

.email-input:focus {
  border-color: #8bc34a;
}

.get-started-btn {
  background-color: #1f2327;
  color: white;
  padding: 15px 30px;
  border: 1px solid;
  max-height: 48px;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.get-started-btn:hover {
  background-color: #555;
}

.social-links {
  display: flex;
  gap: 20px;
  margin-left: auto;
  flex-direction: column;
  margin-right: 34px;
}
.sharaf-social-connect {
  font-size: 16px;
  color: #1f2327;
  margin-top: 5px;
  text-align: center;
  font-weight: 700;
}
.sharaf-social-links {
  display: flex;
  gap: 16px;
  justify-content: center;
}
.social-link {
  width: 57px;
  height: 57px;
  border: 1px solid #898a8d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #2c2c2d;
  transition: all 0.3s ease;
}

.social-link:hover {
  border-color: #93d500;
  color: #93d500;
}

.divider {
  height: 1px;
  background-color: #000;
  margin: 40px 0;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 40px;
}

.app-section h3 {
  font-size: 14px;
  margin-bottom: 20px;
  color: #0e0f1d;
  font-weight: 400;
}

.app-links {
  display: flex;
  gap: 15px;
}

.app-link {
  display: block;
  transition: transform 0.3s ease;
}

.app-link:hover {
  transform: translateY(-2px);
}

.app-link img {
  height: 41px;
  width: 136px;
}

.info-section {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.info-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.contact-info-item {
  align-items: center;
}
.info-icon {
  width: 20px;
  height: 20px;
  margin-top: 2px;
}

.info-text {
  font-size: 12px;
  color: #1f2327;
  line-height: 1.5;
}

.links-section {
  display: flex;
  flex-direction: row;
  gap: 30px;
}

.link-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.link-group a {
  font-size: 12px;
  color: #1f2327;
  text-decoration: none;

  transition: color 0.3s ease;
}

.link-group a:hover {
  color: #8bc34a;
}

.copyright {
  text-align: left;
  color: #5a5a5a;
  font-size: 12px;
  margin-top: 40px;
  padding-top: 44px;
  padding-bottom: 30px;
  border-top: 1px solid #000;
}

.scroll-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background-color: white;
  border: 1px solid #1f2327;
  color: #1f2327;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.scroll-top:hover {
  border-color: #8bc34a;
  color: #8bc34a;
}
.button-green-bg-hover:hover {
  border-color: #93d500 !important;
  background-color: #93d500 !important;
  color: #fff !important;
}
.learn-more-link {
  text-decoration: none;
  cursor: pointer;
}
/* end Footer */
@media (max-width: 1300px) {
  .container {
    padding: 0 20px;
  }
  .controls {
    padding: 0px 20px;
    max-width: 550px;
  }
}
@media (max-width: 1250px) {
  .video-container {
    height: 600px;
  }
  .video-bottom {
    margin-top: -90px;
  }
}

@media (max-width: 1100px) {
  .video-bottom {
    margin-top: -60px;
  }
  .app-links {
    flex-direction: column;
  }
  .card {
    height: 432px;
    width: 31%;
  }
  .controls {
    left: 70%;
  }
}
@media (max-width: 1000px) {
  .hero-section {
    flex-direction: column;
  }
  .controls {
    bottom: 50px;
  }
}
@media (max-width: 900px) {
  .footer-content {
    gap: 15px;
  }
  .card {
    height: 380px;
    width: 31%;
  }
  .arrow {
    width: 90px;
    height: 90px;
  }
  .footer-section {
    margin-top: -40px;
  }
}
@media (max-width: 800px) {
  /* .controls {
    left: 10%;
  }
  .controls {
    margin-top: 40%;
  } */
  .controls {
    bottom: 80px;
    left: 65%;
  }
}

/* Mobile Styles */
@media (max-width: 768px) {
  /* .controls {
    margin-top: 60%;
  } */
  .controls {
    bottom: 100px;
  }
  .footer-content {
    gap: 40px;
    flex-direction: column;
  }
  h1 {
    font-size: 50px;
    line-height: 54px;
  }
  .video-bottom {
    margin-top: -36px;
  }
  .nav-container {
    padding: 0 10px;
  }

  .nav-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #2a2a2a;
    flex-direction: column;
    gap: 0;
    padding: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transform: translateY(-20px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }

  .nav-menu.active {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    z-index: 10;
  }

  .nav-link {
    padding: 12px 0;
    border-bottom: 1px solid #3a3a3a;
  }

  .nav-link:last-child {
    border-bottom: none;
  }

  .mobile-menu-btn {
    display: block;
  }

  .search-input.active {
    width: 200px;
  }
  .news-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .header h1 {
    font-size: 2rem;
  }

  .news-container {
    padding: 24px;
  }
  .container {
    padding: 0px 15px;
  }
  .controls {
    padding: 0px 15px;
  }
  .contact-section {
    padding: 40px 30px;
  }

  .header-content {
    flex-direction: column;
    gap: 30px;
  }

  .left-content h1 {
    font-size: 32px;
  }

  .form-section-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-content {
    grid-template-columns: 1fr;
  }

  .social-links {
    margin-left: 0;
    justify-content: center;
    margin-top: 20px;
  }
  .card {
    height: 305px;
    width: 31%;
  }
  .video-text h1 {
    line-height: 45px;
    max-width: 409px;
    font-size: 40px;
    padding: 15px 15px;
  }
  .email-input {
    max-width: 300px;
    width: 100%;
  }
}

@media (max-width: 500px) {
  .controls {
    bottom: 20px;
    left: 80%;
  }
  .video-container {
    height: 400px;
  }
  h1 {
    font-size: 40px;
    line-height: 44px;
  }
  .header {
    padding: 0 15px;
  }

  .search-input.active {
    width: 150px;
  }

  .nav-menu {
    padding: 15px;
  }
  .nav-menu ul li {
    padding: 8px 16px;
    min-width: 107px;
    width: 100%;
  }
  .highlight-content {
    padding-top: 15px;
    padding-bottom: 100px;
  }
  .highlight-section h2 {
    font-size: 30px;

    line-height: 30px;
  }
  .highlight-title {
    margin-bottom: 5px;
  }
  .highlight-section {
    /* background-size: contain;
    min-height: auto;
    padding-bottom: 56px;
    margin-top: 40px;
    background-position: center calc(100% - -77px); */
    min-height: auto;
    padding-bottom: 50px;
    margin-top: 40px;
    background-position: 100% 100%;
    background-size: 59%;
  }
  .highlight-section h2 {
    margin-bottom: 0px;
  }
  .highlight-item .icon {
    margin-right: 22px;
    width: 12%;
  }
  .other-products {
    margin-top: 35px;
  }
  .other-product-into {
    flex-direction: column;
    gap: 20px;
  }
  .card {
    width: 100%;
    /* height: 485px; */
    height: 562px;
  }
  .products {
    flex-direction: column;
    padding-bottom: 30px;
  }
  .video-bottom {
    margin-top: -27px;
  }
  .card p {
    display: block;
    font-size: 17px;
    max-width: 300px;
  }
  .card h2 {
    line-height: 39px;
  }
  .card .content {
    /* bottom: 100px; */
    bottom: 70px;
  }
  .news-section {
    margin-top: 45px;
    padding-bottom: 25px;
  }
  .news-grid {
    gap: 60px;
  }
  .contact-section {
    padding: 0px 0px;
    margin-top: 30px;
  }
  .footer-section {
    margin-top: -28px;
    padding-top: 40px;
  }
  .form-section-footer {
    margin-bottom: 55px;
  }

  .email-input {
    max-width: none;
  }
  .nav-container {
    padding: 0 0px;
    height: 80px;
  }
  .header {
    padding: 0 6px;
  }
  .header .container {
    padding: 0 20px;
  }
  h2 {
    font-size: 30px;
    line-height: 32px;
  }
  .headline {
    font-size: 30px;
    line-height: 32px;
  }
  .hero-section {
    gap: 0px;
    margin-top: 30px;
  }
  .highlight-item {
    margin-bottom: 30px;
  }
  .container {
    padding: 0px 20px;
  }
  .arrow svg {
    width: 50px;
    height: 50px;
  }
  .arrow {
    width: 90px;
    height: 90px;
  }
  .copyright {
    padding-top: 30px;
  }
  .scroll-top {
    position: fixed;
    bottom: 15px;
    right: 5px;
    width: 36px;
    height: 36px;
  }

  .video-text h1 {
    font-size: 28px;
    max-width: 287px;
    line-height: 34px;
  }
  .email-input {
    max-width: 260px;
    width: 100%;
  }
  .get-started-btn {
    max-width: 304px;
    width: 100%;
  }
  .social-links {
    margin-right: 0px;
  }
  .video-text h1 {
    padding: 15px 0px;
  }
}
@media (max-width: 450px) {
  .card {
    width: 100%;
    /* height: 485px; */
    height: 504px;
  }
  .controls {
    bottom: 20px;
    left: 75%;
  }
}
@media (max-width: 400px) {
  .card {
    height: 485px;
  }
  .card .content {
    bottom: 112px;
  }
  .controls {
    bottom: 20px;
    left: 68%;
  }
}
