/* Active header nav style with gradient background */
.header .navmenu .nav-link {
  font-size: 1.5rem;
}
.header .navmenu .nav-link.active,
.header .navmenu .nav-link.active:focus {
  background: linear-gradient(90deg, #14db39 0%, #00c1cf 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  transition: background 0.3s;
}
.scrolled .header {
  backdrop-filter: blur(4em);
  background-color: #ddd0;
  background-image: linear-gradient(90deg, #000, #0000);
  position: fixed;
  inset: 0% 0% auto;
  padding: 6px 0;
}
/* Animation keyframes */
@keyframes driveForward {
  0% {
    left: -500px;
  }
  100% {
    left: 100vw;
  }
}

@keyframes driveBackward {
  0% {
    left: calc(100% + 50px);
    /* transform: scaleX(-1); */
  }
  100% {
    left: calc(-610px - 50px);
    /* transform: scaleX(-1); */
  }
}
/**
 * main.css - Strategy Bootstrap Agency Template
 * 
 * Template Name: Strategy
 * Template URL: https://bootstrapmade.com/strategy-bootstrap-agency-template/
 * Updated: Jun 06 2025 with Bootstrap v5.3.6
 * Author: BootstrapMade.com
 * License: https://bootstrapmade.com/license/
 * 
 * --------------------------------------------------------------
 * CONTENTS
 * --------------------------------------------------------------
 *  1. Font & Color Variables
 *     - Global font families and color variables for easy theme customization.
 *     - Navigation-specific color variables for menu customization.
 *     - Color preset utility classes for light/dark backgrounds.
 *  2. General Styling & Shared Classes
 *     - Base styles for body, links, headings, and utility classes.
 *     - PHP email form message styles.
 *  3. Global Header
 *     - Header layout, logo, and get started button styles.
 *     - Responsive adjustments for header elements.
 *  4. Navigation Menu
 *     - Desktop and mobile navigation menu styles.
 *     - Dropdowns, hover, and active states.
 *     - Mobile nav toggle and overlay.
 *  5. Global Footer
 *     - Footer layout, logo, links, social icons, and copyright.
 *  6. Preloader
 *     - Preloader overlay and animation.
 *  7. Scroll Top Button
 *     - Fixed scroll-to-top button styles and transitions.
 *  8. AOS Animation Delay (Mobile)
 *     - Disables animation delay on mobile devices.
 *  9. Global Page Titles & Breadcrumbs
 *     - Page title section and breadcrumb navigation.
 * 10. Global Sections
 *     - Section padding, background, and scroll margin.
 * 11. Global Section Titles
 *     - Section title and subtitle styling.
 * 12. Hero Section
 *     - Hero layout, headings, CTA, visual content, and stats card.
 *     - Responsive typography and layout.
 * 13. About Section
 *     - About image, experience badge, content, features, and testimonials.
 * 14. Services Section
 *     - Service cards, icons, headers, and hover effects.
 * 15. Steps Section
 *     - Step timeline, icons, info cards, and responsive adjustments.
 * 16. Call To Action Section
 *     - CTA layout, badges, features, buttons, and decorative elements.
 * 17. Testimonials Section
 *     - Testimonial slider, cards, profile, and navigation.
 * 18. Portfolio Section
 *     - Portfolio filters, entries, overlays, and responsive grid.
 * 19. Team Section
 *     - Team member cards, images, info, and social links.
 * 20. Pricing Section
 *     - Pricing cards, features, CTA, and responsive adjustments.
 * 21. FAQ Section
 *     - FAQ accordion, toggles, and active states.
 * 22. Contact Section
 *     - Contact info boxes, map, form, and responsive layout.
 * 23. Portfolio Details Section
 *     - Portfolio media, content, meta, features, and CTA buttons.
 * 24. Service Details Section
 *     - Service header, tabs, content blocks, gallery, sidebar, and testimonials.
 * 25. Starter Section
 *     - Placeholder for additional custom section styles.
 * 
 * --------------------------------------------------------------
 * USAGE
 * --------------------------------------------------------------
 * - Customize color and font variables in :root for global theming.
 * - Use utility classes (e.g., .light-background, .dark-background) for section color overrides.
 * - Responsive design is handled via media queries for various breakpoints.
 * - Section-specific classes provide modular styling for each homepage section.
 * 
 * --------------------------------------------------------------
 */
/**
* Template Name: Strategy
* Template URL: https://bootstrapmade.com/strategy-bootstrap-agency-template/
* Updated: Jun 06 2025 with Bootstrap v5.3.6
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# Font & Color Variables
# Help: https://bootstrapmade.com/color-system/
--------------------------------------------------------------*/
/* Fonts */
:root {
  --default-font: "Space Grotesk", system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --heading-font: "Space Grotesk", sans-serif;
  --nav-font: "Space Grotesk", sans-serif;
}

/* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */
:root {
  --background-color: #0f1420; /* Background color for the entire website, including individual sections */
  --default-color: rgba(
    255,
    255,
    255,
    0.8
  ); /* Default color used for the majority of the text content across the entire website */
  --heading-color: #fff; /* Color for headings, subheadings and title throughout the website */
  --accent-color: linear-gradient(
    90deg,
    #14db39 0%,
    #00c1cf 100%
  ); /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
  --surface-color: #1b262c; /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
  --contrast-color: #ffffff; /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
  --gradient4: linear-gradient(180deg, #0f1b20 0%, #0f1420 100%);
}

/* Nav Menu Colors - The following color variables are used specifically for the navigation menu. They are separate from the global colors to allow for more customization options */
:root {
  --nav-color: rgba(
    255,
    255,
    255,
    0.8
  ); /* The default color of the main navmenu links */
  --nav-hover-color: #11d84a; /* Applied to main navmenu links when they are hovered over or active */
  --nav-mobile-background-color: #29343a; /* Used as the background color for mobile navigation menu */
  --nav-dropdown-background-color: #29343a; /* Used as the background color for dropdown items that appear when hovering over primary navigation items */
  --nav-dropdown-color: rgba(
    255,
    255,
    255,
    0.8
  ); /* Used for navigation links of the dropdown items in the navigation menu. */
  --nav-dropdown-hover-color: #e3a127; /* Similar to --nav-hover-color, this color is applied to dropdown navigation links when they are hovered over. */
}

/* Color Presets - These classes override global colors when applied to any section or element, providing reuse of the sam color scheme. */

.light-background {
  --background-color: #0d1d26;
  --surface-color: #16262f;
}

.dark-background {
  --background-color: #060606;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --surface-color: #252525;
  --contrast-color: #ffffff;
}

/* Smooth scroll */
:root {
  scroll-behavior: smooth;
}
/*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/
html {
  font-size: 12px;
}
body {
  color: var(--default-color);
  background-color: var(--background-color);
  font-family: var(--default-font);
}

a {
  color: var(--accent-color);
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: color-mix(in srgb, var(--accent-color), transparent 25%);
  text-decoration: none;
}
a:focus,
a:active {
  /* background-image: linear-gradient(90deg, #14db39 0%, #00c1cf 100%); */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: var(--heading-font);
}
h3 {
  font-size: 2.75rem;
}
h6 {
  font-size: 1.75rem;
}
p {
  font-size: 1.5rem;
}
.hero .title-group {
  text-align: center;
}
h2 {
  font-size: 4rem;
  margin-bottom: 20px;
}
h4 {
  font-size: 1.75rem;
}
.title-group .description p {
  font-size: 1.75rem;
  font-weight: 400;
  margin-bottom: 30px;
}

.gradient-text {
  background: linear-gradient(90deg, #14db39 0%, #00c1cf 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

@keyframes php-email-form-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
.header {
  --background-color: rgba(255, 255, 255, 0);
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 20px 0;
  transition: all 0.5s;
  z-index: 997;
}

.header .header-container {
  padding: 5px 25px 5px 30px;
}

.header .logo {
  line-height: 1;
}

.header .logo img {
  margin-right: 8px;
}

.header .logo h1 {
  font-size: 20px;
  margin: 0;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--heading-color);
}

.btn,
.btn:focus {
  font-size: 1.5rem;
  padding: 8px 20px;
  transition: 0.3s;
  color: var(--contrast-color);
  display: inline-flex;
  align-items: center;
  background-color: transparent;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 40%);
  padding: 0.75rem 1.5rem;
  border-radius: 12px;
  /* letter-spacing: 1px; */
}

.btn-secondary {
  background: transparent;
}
.header .btn:hover,
.header .btn:focus:hover {
  color: var(--contrast-color);
  background: color-mix(in srgb, var(--accent-color), transparent 15%);
  border-color: var(--accent-color);
}

@media (max-width: 1200px) {
  .header {
    padding-top: 10px;
  }

  .header .header-container {
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px 5px 10px 15px;
  }

  .header .logo {
    order: 1;
  }

  .header .btn {
    order: 2;
    margin: 0 10px 0 0;
    padding: 6px 15px;
  }

  .header .navmenu {
    order: 3;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Navmenu - Desktop */
@media (min-width: 1200px) {
  .navmenu {
    padding: 0;
  }

  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navmenu li {
    position: relative;
  }

  .navmenu .nav-link,
  .navmenu .nav-link:focus {
    color: var(--nav-color);
    padding: 18px 15px;
    font-family: var(--nav-font);
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu .nav-link i,
  .navmenu .nav-link:focus i {
  }

  .navmenu li:last-child a {
    padding-right: 0;
  }

  .navmenu li:hover > a,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-hover-color);
  }

  .navmenu .dropdown ul {
    margin: 0;
    padding: 10px 0;
    background: var(--nav-dropdown-background-color);
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu .dropdown ul li {
    min-width: 200px;
  }

  .navmenu .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    color: var(--nav-dropdown-color);
  }

  .navmenu .dropdown ul a i {
    font-size: 12px;
  }

  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul li:hover > a {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: -90%;
    visibility: hidden;
  }

  .navmenu .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: -100%;
    visibility: visible;
  }
}

/* Navmenu - Mobile */
@media (max-width: 1199px) {
  .mobile-nav-toggle {
    color: var(--nav-color);
    font-size: 28px;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    transition: color 0.3s;
  }

  .navmenu {
    padding: 0;
    z-index: 9997;
  }

  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    background-color: var(--nav-mobile-background-color);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu .nav-link,
  .navmenu .nav-link:focus {
    color: var(--nav-dropdown-color);
    padding: 10px 20px;
    font-family: var(--nav-font);
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu .nav-link i,
  .navmenu .nav-link:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  }

  .navmenu .nav-link i:hover,
  .navmenu .nav-link:focus i:hover {
    background-color: var(--accent-color);
    color: var(--contrast-color);
  }

  .navmenu .nav-link:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: var(--accent-color);
    color: var(--contrast-color);
    transform: rotate(180deg);
  }

  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: var(--nav-dropdown-background-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    box-shadow: none;
    transition: all 0.5s ease-in-out;
  }

  .navmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }

  .navmenu .dropdown > .dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: absolute;
    font-size: 32px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }

  .mobile-nav-active .navmenu > ul {
    display: block;
  }
}

/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.footer {
  color: var(--default-color);
  background-color: var(--background-color);
  font-size: 1rem;
  position: relative;
  background-repeat: no-repeat;
  background-position: 100% 0%; /* or top right */
  border-top: 1px solid
    color-mix(in srgb, var(--default-color), transparent 90%);
}
.footer .nav-menu {
  display: flex;
}

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

.footer .btn-download {
  margin: auto;
}

.footer .footer-top {
  padding-top: 50px;
  border-top: 1px solid
    color-mix(in srgb, var(--default-color), transparent 90%);
}

.footer .footer-about .logo {
  line-height: 1;
}

.footer .footer-about .logo img {
  max-height: 40px;
  margin-right: 6px;
}

.footer .footer-about .logo span {
  color: var(--heading-color);
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: var(--heading-font);
}

.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 50%);
  font-size: 16px;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  margin-right: 10px;
  transition: 0.3s;
}

.footer .social-links a:hover {
  color: var(--accent-color);
  border-color: var(--accent-color);
}

.footer h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}

.footer .footer-links {
  margin-bottom: 30px;
}

.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-links ul i {
  padding-right: 2px;
  font-size: 12px;
  line-height: 0;
}

.footer .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-links ul a {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  display: inline-block;
  line-height: 1;
  font-size: 1.5rem;
}

.footer .footer-links ul a:hover {
  color: var(--accent-color);
}

.footer .footer-contact p {
  margin-bottom: 5px;
}

.footer .container-bg {
  background-color: var(--accent-color);
}
.footer .copyright {
  padding-top: 25px;
  padding-bottom: 25px;
}

.footer .copyright p {
  margin-bottom: 0;
}

.footer .credits {
  margin-top: 6px;
  font-size: 1.5rem;
}
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  overflow: hidden;
  background: var(--background-color);
  transition: all 0.6s ease-out;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #ffffff;
  border-color: var(--accent-color) transparent var(--accent-color) transparent;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1.5s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: -15px;
  z-index: 99999;
  background-color: var(--accent-color);
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: var(--contrast-color);
  line-height: 0;
}

.scroll-top:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
  color: var(--contrast-color);
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
  bottom: 15px;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Global Page Titles & Breadcrumbs
--------------------------------------------------------------*/
.page-title {
  color: var(--default-color);
  background-color: var(--background-color);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 160px 0 80px 0;
  text-align: center;
  position: relative;
}

.page-title::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: repeating-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.02) 0px,
    rgba(255, 255, 255, 0.05) 1px,
    transparent 1px,
    transparent 10px
  );
  z-index: 1;
}

.page-title h1 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 10px;
}

.page-title .breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
}

.page-title .breadcrumbs ol li + li {
  padding-left: 10px;
}

.page-title .breadcrumbs ol li + li::before {
  content: "/";
  display: inline-block;
  padding-right: 10px;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}

/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/
section,
.section {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 60px 0;
  scroll-margin-top: 90px;
  overflow: clip;
}

@media (max-width: 1199px) {
  section,
  .section {
    scroll-margin-top: 66px;
  }
}

/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/
.section-title {
  padding-bottom: 60px;
  position: relative;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  position: relative;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: var(--accent-color);
  margin: 4px 10px;
}

.section-title div {
  color: var(--heading-color);
  margin: 0;
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: var(--heading-font);
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding-bottom: 0;
  height: 100vh;
}

.hero .container,
.hero .container-fluid {
  position: relative;
  margin-top: -8%;
  z-index: 2;
}

.hero .content-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 3rem;
}
.hero-bg {
  position: absolute;
  left: 0;
  bottom: -24px;
  z-index: 1;
}
.hero-bg-animation {
  animation: moveCar 3s linear forwards;
}
.hero-bg-animation-reverse {
  animation: moveCar 3s linear reverse forwards;
}
@keyframes moveCar {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(100vw);
  }
}
.hero-car {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.hero-elipse {
  position: absolute;
  left: 0;
  bottom: 0;
  /* transform: translateY(-50%); */
  width: 100%;
  z-index: 0;
}
.hero-elipse img {
  width: 100%;
  height: auto;
}
.hero .cta-button {
  justify-content: center;
  gap: 10px;
  display: flex;
}
@media (max-width: 991px) {
  .hero .content-col {
    padding-right: 15px;
    margin-bottom: 3rem;
  }
}

.hero .agency-name {
  margin-bottom: 1.5rem;
}

.hero .agency-name h5 {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 1px;
  color: var(--contrast-color);
  margin: 0;
}

.hero .main-heading {
  margin-bottom: 2rem;
}

.hero .main-heading h1 {
  font-size: 5rem;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -1px;
  margin: 0;
}

@media (max-width: 1200px) {
  .hero .main-heading h1 {
    font-size: 4rem;
  }
  h3 {
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .hero .main-heading h1 {
    font-size: 2.5rem;
  }
}

.hero .divider {
  width: 60%;
  height: 1px;
  background-color: color-mix(in srgb, var(--default-color), transparent 85%);
  margin-bottom: 2rem;
}

.hero .description {
  margin-bottom: 2.5rem;
}

.hero .visual-content {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 991px) {
  .hero .visual-content {
    flex-direction: column;
  }
}

.hero .fluid-shape {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.hero .fluid-shape .fluid-img {
  width: 100%;
  height: auto;
  animation: float 6s ease-in-out infinite;
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-15px);
  }

  100% {
    transform: translateY(0px);
  }
}

.hero .stats-card {
  position: absolute;
  bottom: 10%;
  right: 0;
  background-color: color-mix(in srgb, var(--surface-color), transparent 50%);
  backdrop-filter: blur(10px);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  border-radius: 10px;
  padding: 1.5rem;
  width: 200px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
  .hero .stats-card {
    position: relative;
    bottom: auto;
    right: auto;
    margin-top: 2rem;
    width: 90%;
  }
}

.hero .stats-card .stats-number h2 {
  font-size: 3rem;
  font-weight: 700;
  margin: 0;
  line-height: 1;
}

.hero .stats-card .stats-label {
  margin-top: 0.5rem;
}

.hero .stats-card .stats-label p {
  font-size: 0.9rem;
  margin: 0;
}

.hero .stats-card .stats-arrow {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}

.hero .stats-card .stats-arrow a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-color: var(--accent-color);
  border-radius: 50%;
  color: var(--contrast-color);
  font-size: 1rem;
  transition: all 0.3s ease;
}

.hero .stats-card .stats-arrow a:hover {
  transform: translateY(-3px);
  background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
}
/* Make hero background image span full viewport width */
.hero-bg .grass-img {
  width: 100vw;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  display: block;
}
/* hub section */
@keyframes failing-bric {
  0% {
    transform: translate3d(0, -100%, 0);
  }

  100% {
    transform: translate3d(0, 0%, 0);
  }
}
.hub {
  position: relative;
}
.top.hero-elipse {
  left: 0;
  top: 0;
  transform: translate(0%, -50%);
}
.hub .hero-elipse.top {
  top: 40%;
  z-index: 1;
}

.bottom.hero-elipse {
  bottom: 0;
}
.building .top.hero-elipse {
  top: 50%;
}
.hub .title-group {
  text-align: center;
}
.hub .img-hub {
  text-align: center;
  height: 380px;
  overflow: hidden;
  box-sizing: border-box;
}
.hub .hub-title {
  font-size: 2rem;
  font-weight: 700;
  margin: 1rem 0;
}
.hub .hub-description {
  font-size: 1.5rem;
}
.hub .img-hub img {
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.hub .meme-hub-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 2rem;
}
.meme-hub-box {
  border-radius: 24px;
}

/* discovery section */
.discovery {
  position: relative;
}

.discovery .container {
  height: 1000px;
  position: relative;
  z-index: 2;
}
.discovery .title-group {
  margin-top: 40%;
}
.discovery-elipse {
  position: absolute;
  top: 30%;
  transform: translateY(-50%);
  z-index: 1;
}
.discovery-bg .img-bg {
  width: 100vw;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  display: block;
}
.discovery .cta-button .btn {
  justify-content: center;
  margin: 0;
}
.discovery-image {
  margin-top: -2%;
  margin-left: -2%;
  text-align: center;
  max-height: 580px;
  width: 100%;
}
.discovery-image img {
  height: auto;
}

/* Animation classes */
.surf {
  position: absolute;
  bottom: 50%;
  left: 0;
  z-index: 10;
}
.surf.drive-forward {
  animation: driveForward 8s ease-in-out forwards;
}

.surf.drive-backward {
  animation: driveBackward 8s ease-in-out forwards;
}
.float {
  animation: floating 3s ease-in-out infinite;
}

@keyframes floating {
  0% {
    transform: translate(-50%, -40%) translateY(0);
  }
  50% {
    transform: translate(-50%, -40%) translateY(-30px);
  } /* lên trên */
  100% {
    transform: translate(-50%, -40%) translateY(0);
  } /* xuống lại */
}
.btn-primary {
  width: 187px;
  justify-content: center;
  background: var(--accent-color);
  background-size: 100% 100%;
}
.btn-primary:hover {
  animation: gradientMove 1s ease infinite;
}
/* Keyframe Animations */
@keyframes gradientMove {
  0% {
    background-position: 100% 0%;
  }
  100% {
    background-position: 0% 100%;
  }
}
.word-art__container {
  display: inline-block;
}
.word-art {
  color: white;
  z-index: 1;
  position: relative;
  top: 0;
  left: 0;
}
.word-art__container img {
  position: absolute;
  z-index: 2;
  width: 130%;
  transform: translateY(-30%);
  height: auto;
  left: 0;
}
.gradient-border {
  width: 187px;
  text-align: center;
  position: relative;
  border-radius: 12px;
  box-sizing: border-box;
  color: var(--cp-color-1);
  display: inline-block;
  z-index: 2;
  overflow: hidden;
  padding: 2px;
}
.gradient-border::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  border: 1px solid;
  background-image: linear-gradient(90deg, #14db39 0%, #00c1cf 100%);
  background-size: 50% 100%;
}
.gradient-border:hover::before {
  animation: animate-border 0.6s ease-in-out infinite;
}
.gradient-border:hover span,
.gradient-border:not(:hover) span {
  color: white !important;
}
.gradient-border span {
  position: relative;
  font-size: 1.5rem;
  z-index: 2;
  padding: 1rem 1.5rem;
  align-items: center;
  background: #184227;
  border-radius: 12px;
  display: block;
  justify-content: center;
  box-sizing: border-box;
  height: 100%;
}
.header .gradient-border span {
  /* background: #0f1420; */
}

.discovery .grid-map {
  display: grid;
  contain: layout paint style;
  grid-template-areas:
    ". . . . . . . . . . . . . . . . . . . ."
    ". . . . . icon_1 icon_1 . . . icon_2 icon_3 icon_3 icon_4 icon_4 icon_5 icon_6 . . ."
    ". . icon_7 icon_8 icon_8 icon_1 icon_1 . . icon_9 icon_10 icon_3 icon_3 icon_4 icon_4 icon_11 icon_12 icon_12-1 . ."
    ". icon_12-2 icon_13 icon_8 icon_8 icon_14 icon_15 . . . icon_16 icon_16 icon_17 icon_17 icon_17 icon_18 icon_19 icon_20 . ."
    "icon_20-1 icon_21 icon_22 icon_22 icon_23 . . . . icon_24 icon_16 icon_16 icon_17 icon_17 icon_17 icon_25 icon_25 icon_26 icon_26-1 ."
    "icon_26-2 icon_27	icon_22	icon_22	.	.	.	.	.	icon_28	icon_28	icon_28	icon_17	icon_17	icon_17	icon_25	icon_25	icon_29	icon_30	."
    "icon_30-1 icon_31	icon_32	.	.	.	.	.	icon_33	icon_28	icon_28	icon_28	icon_34	icon_34	icon_35	.	icon_36	icon_37	icon_38	."
    ". .	.	icon_39	.	.	.	.	icon_40	icon_28	icon_28	icon_28	icon_34	icon_34	.	.	icon_41	.	.	."
    ". .	.	.	icon_42	icon_42	.	.	.	icon_43	icon_44	icon_45	icon_45	icon_46	.	.	.	.	.	."
    ". .	.	.	icon_42	icon_42	icon_47	.	.	.	.	icon_45	icon_45	icon_48	.	.	.	.	.	."
    ". .	.	.	icon_49	icon_50	icon_50	icon_51 .	.	.	icon_52	icon_52	icon_53	.	.	.	.	.	."
    ". .	.	.	.	icon_50	icon_50	icon_54	.	.	.	icon_52	icon_52	.	.	.	.	.	.	."
    ". .	.	.	.	icon_55	icon_56	.	.	.	.	icon_57	icon_58	.	.	.	.	.	.	."
    ". .	.	.	.	icon_59	.	.	.	.	.	icon_60	.	.	.	.	.	.	.	."
    ". . . . . . . . . . . . . . . . . . . .";

  grid-template-columns: repeat(20, 45px);
  grid-template-rows: repeat(19, 45px);
}
.grid-item {
  overflow: hidden;
  display: inline-block; /* cần inline-block để transform hoạt động gọn */
  transition: transform 0.25s ease-in-out; /* hiệu ứng mượt */
}
.grid-item:hover {
  cursor: pointer;
  transform: scale(1.2);
}
.grid-item::before {
  content: "";
  position: absolute;
  z-index: 10;
  top: -100%;
  left: -100%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.6) 50%,
    rgba(255, 255, 255, 0) 70%
  );
  transform: translateX(-100%);
}

.grid-item:hover::before {
  animation: shine 1s forwards;
}

@keyframes shine {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
.grid-item img {
  width: 100%;
}

/* power by section  */
.relative {
  position: relative;
  z-index: 1;
}
.absolute {
  position: absolute;
  z-index: 2;
}
.vitural-real .container {
  padding: 48px 48px 48px 80px;
  background: var(--gradient4);
  border-radius: 24px;
}
.vitural-real .discovery-image {
  pointer-events: none;
}
.vitural-real .map {
  position: absolute;
  top: 0;
  left: 33%;
  width: 50%;
  opacity: 0.3;
  z-index: 0;
}
.vitural-real .hero-elipse {
  transform: translateY(-35%);
  bottom: auto;
}
.vitural-real .meme-text-box {
  border-radius: 16px;
  padding: 24px;
  background: #0f1420;
  transition: all 1s ease;
  min-height: 200px;
}
.vitural-real .meme-text-box:hover {
  cursor: pointer;
  background: var(--accent-color);
}
.vitural-real p {
  font-size: 1.5rem;
}
.vitural-real-elipse {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.vitural-real-elipse img {
  width: 100%;
  height: auto;
}

/* Economy section  */
.economy .content-col {
  display: flex;
  justify-content: center;
}
.zoom-text {
  cursor: pointer;
  display: inline-block; /* cần inline-block để transform hoạt động gọn */
  transition: transform 0.3s ease; /* hiệu ứng mượt */
}

.zoom-text:hover {
  transform: scale(1.2); /* phóng to 120% */
}
.token1 {
  top: 15%;
  left: 23%;
}
.token2 {
  top: 30%;
  left: 0;
}
.token3 {
  top: 30%;
  right: -4%;
}
@keyframes animate-border {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* Car states */

.car {
  position: absolute;
  width: 500px;
  height: auto;
  bottom: 37%;
  /* transition: transform 0.1s ease-out; */
  z-index: 2;
}

/* Animation classes */
.car.drive-forward {
  animation: driveForward 8s ease-in-out forwards;
}

.car.drive-backward {
  animation: driveBackward 8s ease-in-out forwards;
}

.brick {
  border-radius: 6px;
  transform: translateY(-140vh);
  opacity: 0;
  animation: fall 1.5s cubic-bezier(0.25, 1, 0.5, 1) both; /* slower drop */
  animation-delay: calc(var(--i) * 400ms); /* stagger start */
  animation-play-state: paused;
}
.brick-text {
  opacity: 0;
  animation: fadeIn 3s ease-in forwards; /* slower drop */
  animation-delay: calc(var(--i) * 600ms); /* stagger start */
  animation-play-state: paused;
}
.meme-hub-container {
  position: relative;
  z-index: 3;
  margin: auto;
  width: 80%;
}
.meme-hub-container .meme-hub-box {
  border-radius: 16px;
  padding: 16px 32px;
  background: linear-gradient(180deg, #0f1b20 0%, #0f1420 100%);
}
.in-view .brick {
  animation-play-state: running;
}
.in-view .brick-text {
  animation-play-state: running;
}
@keyframes fall {
  0% {
    transform: translateY(-140vh) rotate();
    opacity: 0;
  }
  100% {
    transform: translateY(0) rotate(var(--rt));
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* building section */
.building .container {
  padding-top: 60px;
  position: relative;
  z-index: 2;
}
.building .group_img {
  width: 300px;
}
.building .row {
  margin-bottom: 60px;
}
.building-block-2 {
  width: 100%;
  height: 100%;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.building-block-2 .game-button {
  display: flex;
  align-items: center;
  padding: 16px;
  border-radius: 16px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  color: white;
  position: relative;
  overflow: hidden;
  background: rgba(15, 20, 32, 0.6);
  opacity: 1;
  font-weight: 400;
  transition: background-position 0.5s ease; /* smooth */
}

.building-block-2 .game-button:hover,
.building-block-2 .game-button:active,
.building-block-2 .game-button:focus {
  transform: translateY(-2px);
  background: linear-gradient(90deg, #00921b 0%, #00c1cf 100%);
}

.building-block-2 .game-button:active {
  transform: translateY(0);
}

.building-block-2 .game-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.building-block-2 .game-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-left: 8px;
  box-sizing: border-box;
  align-items: flex-start;
}

.building-block-2 .game-title {
  font-size: 18px;
  font-weight: 600;
  color: white;
}

.building-block-2 .game-subtitle {
  font-size: 18px;
  color: white;
  font-weight: 400;
}

.building-block-2 .arrow {
  width: 12px;
  height: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
  scale: 0.8;
}

/* feature grid  */
.building-block-3 {
  height: 100%;
  position: relative;
  z-index: 1;
  padding: 20px 20px 20px 32px;
  background: linear-gradient(90deg, #00921b 0%, rgba(15, 20, 32, 0) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.building-block-3 .features-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  position: relative;
  z-index: 1;
  margin-top: 20px;
}

.building-block-3 .feature-column {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.building-block-3 .feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: white;
  font-size: 1.5rem;
  font-weight: 500;
}

.building-block-3 .feature-bullet {
  width: 8px;
  height: 8px;
  background-color: white;
  border-radius: 50%;
  flex-shrink: 0;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

.building-block-3 .feature-text {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

/* Building Image */
.building-block-4 {
  position: relative;
  overflow: hidden;
}

.building-block-4 img {
  width: 100%;
  height: auto;
  display: block;
}

/* build block 1 */

.building-block-1 {
  display: flex;
  position: relative;
  width: 100%;
  /* background: linear-gradient(180deg, #0f1b20 0%, #0f1420 100%); */
  border-radius: 20px;
  backdrop-filter: blur(10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}
.building-block-1 .right-content {
  /* position: absolute;   */
  width: 100%;
  right: 0;
  display: flex;
  justify-content: center;
}
.building-block-1 .right-content video {
  width: 300px;
  height: auto;
  margin-bottom: -30px;
}
.building-block-1 .left-content {
  z-index: 2;
  width: 70%;
  padding: 32px;
}

.building-block-1 .top-buttons {
  display: flex;
  gap: 15px;
  margin-bottom: 30px;
}

.building-block-1 .btn {
  padding: 12px 20px;
  border: none;
  cursor: pointer;
  font-weight: 500;
  font-size: 1.5rem;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
}

.building-block-1 .btn-live {
  width: 178px;
  height: auto;
  opacity: 1;
  border-radius: 50px;
  font-size: 1.5rem;
  padding: 5px;
  gap: 10px;
  background: linear-gradient(90deg, #a2ffb3 0%, #04eeff 100%);
  background-size: 200% 100%;
  background-position: left;
  transition: background-position 0.5s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

.building-block-1 .btn-live:hover {
  background-position: right;
}

.building-block-1 .top-icon {
  width: 50px;
  height: 50px;
}

.building-block-1 .icon-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}

.building-block-1 .title {
  font-weight: 500;
  color: white;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  letter-spacing: 2px;
}

.building-block-1 .description {
  font-size: 1.5rem;
  color: #e0e0e0;
  line-height: 1.6;
  margin-bottom: 16px;
  max-width: 500px;
}

.building-block-1 .reviews-section {
  display: flex;
  align-items: center;
  gap: 15px;
}

.building-block-1 .avatar-stack {
  display: flex;
  margin-right: 10px;
}

.building-block-1 .avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 3px solid white;
  margin-left: -10px;
  background: linear-gradient(45deg, #ff6b6b, #4ecdc4);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: white;
  font-size: 14px;
}

.building-block-1 .avatar:first-child {
  margin-left: 0;
}

.building-block-1 .avatar.av1 {
  background: linear-gradient(45deg, #ff9a56, #ff6b6b);
}
.building-block-1 .avatar.av2 {
  background: linear-gradient(45deg, #4ecdc4, #44a08d);
}
.building-block-1 .avatar.av3 {
  background: linear-gradient(45deg, #a8edea, #fed6e3);
}

.building-block-1 .review-badge {
  background: rgba(255, 255, 255, 0.9);
  padding: 8px 16px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #333;
  font-weight: 600;
}

.building-block-1 .star {
  color: #ffd700;
  font-size: 16px;
}
/*--------------------------------------------------------------
# .partner Section Section
--------------------------------------------------------------*/
section.partner {
  padding-bottom: 60px;
}
.partner .partner-group {
  display: flex;
  text-align: justify;
  justify-content: center; /* center each line horizontally */
  align-content: center;
  gap: 2%;
}
.partner-group-mobile img{
  width: 45%;
  display: inline-block;
}
.partner-group img {
  height: auto;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}

.partner .slider {
  margin: auto;
  overflow: hidden;
  position: relative;
  display: flex;
  width: auto;
}

.slide-track {
  display: flex;
  /* width: calc(250px * 12); */
  gap: 10px;
}
.partner .slide {
  display: flex;
  align-items: center;
  /* height: 80px;
  width: 250px; */
}
/* Global mobile responsiveness enhancements */
@media (max-width: 768px) {
  html {
    font-size: 12px;
  }
  body,
  section,
  .section,
  .container,
  .container-fluid {
  }
  .title-group {
    text-align: center;
  }
  .title-group .description p {
    font-size: 1.25rem;
  }
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.25rem;
  }
  h4 {
    font-size: 1.1rem;
  }
  h5,
  .gradient-text {
    font-size: 18px;
  }

  li,
  a,
  label,
  input,
  button {
    font-size: 1rem;
  }
  img,
  video,
  svg {
    height: auto;
    display: block;
  }
  .hub .img-hub img {
    max-width: 100%;
  }
  .row,
  [class*="col-"] {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .btn,
  .btn-primary,
  .btn-secondary {
    font-size: 1.25rem;
  }
  .main-heading,
  .section-title div {
    font-size: 1.2rem;
  }
  .content-col,
  .meme-hub-box,
  .img-hub {
    padding: 1rem;
  }
  .meme-hub-container {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    gap: 1rem;
  }
  .discovery .grid-map {
    grid-template-columns: repeat(19, 20px);
    grid-template-rows: repeat(19, 20px);
  }
  .header .navmenu .nav-link.active,
  .header .navmenu .nav-link.active:focus {
    font-size: 18px;
    padding: 10px 12px;
  }

  .hub .img-hub {
    height: 290px;
  }
  .hub .meme-hub-container {
    width: 100%;
    display: block;
  }
  .vitural-real .container {
    padding: 0;
  }
  .building-block-2 {
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  html {
    font-size: 12px;
  }

  .header img {
    max-width: 60%;
    height: auto;
  }
  .word-art__container img {
    transform: translateY(-65%);
  }
  section,
  .section {
    padding: 20px 0;
  }
  .discovery .title-group {
    margin-top: 0;
  }
  .hero {
    height: 90vh;
  }
  .hub .img-hub img {
    scale: 0.7;
  }
  h4 {
    font-size: 1.5rem;
  }
  .discovery-image {
    margin-top: 0;
  }
  
  .building-block-1 {
    flex-direction: column;
  }
  .building-block-1 .left-content {
    width: 100%;
  }
  .building-block-1 .right-content video {
    margin-bottom: 0;
  }
  
  .building-block-1 .left-content {
    padding: 12px;
  }
  .building .row {
    margin-bottom: 10px;
  }
  .building-block-3 .features-grid {
    display: block;
  }
  .building-block-3 .feature-item {
    font-size: 1rem;
  }
  .building-block-4 {
    display: none;
  }
  .discovery .surf-img {
    width: 400px;
    bottom: 40%;
  }
  .discovery .container {
    height: 80vh;
  }
  .car {
    width: 300px;
  }
  .hero-elipse {
    width: 200%;
    left: -50%;
    bottom: 0;
    transform: translateY(-10%);
  }
  .footer .nav-menu {
    display: block;
  }
  .footer .copyright {
    display: block !important;
    text-align: center;
  }
}

.zoom {
  transition: transform 0.5s ease; /* mượt */
}

.zoom:hover {
  transform: scale(1.2); /* phóng to 120% */
  cursor: pointer;
}
