/* =====================
   styles.css
   ===================== */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  overflow-x: hidden;
}

.hdesktopOnly{ display: block!important;}
.hmobileOnly{ display: none!important;}

.fullBannerImg {
  width: 100%;
  mix-blend-mode: multiply;
}

.menu {
  display: flex;
  width: 80%;
  text-align: right;
}

.menu ul {
  width: 100%;
  display: inline-block;
  align-items: center;
  gap: 30px;
  justify-content: right;
}
.menu ul li{display: inline-block; padding: 0 10px;}

.menu a {
  color: #424242;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
.menu{ display: none;}
}




.text-white {
  color: #fff !important;
}

.text-red {
  color: #cb1416;
}

.w-100 {
  width: 100% !important;
}

.m-auto,
.expFixBlock.m-auto {
  margin: auto !important;
}

.innerPage p {
  line-height: 27px;
  margin-bottom: 20px;
  ;
}

.text-center {
  text-align: center;
}

.text-uppercase {
  text-transform: uppercase;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: .25rem !important;
}

.m-2 {
  margin: .5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-0 {
  margin: 0 !important;
}

.mt-1 {
  margin: .25rem !important;
}

.mt-2 {
  margin: .5rem !important;
}

.mt-3 {
  margin: 1rem !important;
}

.mt-4 {
  margin: 1.5rem !important;
}

.mt-5 {
  margin: 3rem !important;
}

.mb-0 {
  margin: 0 !important;
}

.mb-1 {
  margin-bottom: .25rem !important;
}

.mb-2 {
  margin-bottom: .5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: .25rem !important;
}

.p-2 {
  padding: .5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}



/*WHATSAPP*/
.whatsapp-float {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #000;
  padding: 10px 8px;
  border-radius: 6px 0 0 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  z-index: 1000;
}

.whatsapp-float img {
  width: 26px;
  height: 26px;

  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.whatsapp-float .text {
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 1px;

  /* Bottom to Top */
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

/*WHATSAPP END*/


/*FOOTER*/
.footer {
  background-color: #f5f5f5;
  /* light green */
  padding: 35px 40px 15px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-size: 14px;
  color: #000;
  text-align: center;
}

.ftLink {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-bottom: 12px;
}

.ftLink a {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.footer .left-text {
  margin-top: 2px
}

.footer .right-links {
  flex: 2 1 600px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px 25px;
  align-items: center;
  justify-content: center;
}

.footer .right-links a {
  color: #000;
  text-decoration: none;
  font-weight: 500;
  white-space: nowrap;
}

.footer .right-links a:hover {
  text-decoration: underline;
}

.ftLogo img {
  width: 220px;
  border-radius: 10px;
  margin-bottom: 16px;
  mix-blend-mode: multiply;
}

.footer .social-icons {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 20px;
  margin-bottom: 15px;
}

.footer .social-icons a {
  color: #000;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
}

.footer .social-icons a:hover {
  color: #3b82f6;
}

/*FOOTER END*/


.wrapper {
  height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
}


.container {
  display: flex;
  height: 100vh;
  width: 400%;
  /* 4 panels */
}


.panel {
  /*width:100vw;
height:100vh;*/
  min-width: 100vw;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;

  padding: 60px;
}


.p1 {
  background: #c61c1e;
  padding: 0
}

.p1 .slide {
  padding: 0;
}

.p2 {
  background: #1e293b;
}

.p3 {
  background: #1b0202;
}

.p4 {
  background: #c61c1e;
}

.p5 {
  background: #1b0202;
}

.p6 {
  background: #e2e2e2;
}

.p7 {
  background: #e2e2e2;
}

/*HEADER*/
.main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
  background: #fff;
  border-bottom: 1px solid #ccc;
}

.main-header .logo {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
}

.main-header .logo img {
  height: 60px;
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #111;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
}

.nav.active {
  opacity: 1;
  pointer-events: all;
}

/* Menu items */
.nav ul {
  list-style: none;
  text-align: center;
}

.nav ul li {
  margin: 20px 0;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.5s ease;
}

.nav.active ul li {
  opacity: 1;
  transform: translateY(0);
}

/* Staggered animation */
.nav.active ul li:nth-child(1) {
  transition-delay: 0.1s;
}

.nav.active ul li:nth-child(2) {
  transition-delay: 0.2s;
}

.nav.active ul li:nth-child(3) {
  transition-delay: 0.3s;
}

.nav.active ul li:nth-child(4) {
  transition-delay: 0.4s;
}

.nav ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 36px;
  transition: color 0.3s ease;
  text-transform: uppercase;
}

.nav ul li a:hover {
  color: #f39c12;
}



/*HEADER END*/

/*1 SCREEN*/

.hero-video {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

/* .hero-video:before {
   background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5)));
    background: -o-linear-gradient(bottom,rgba(0,0,0,.5) 0,rgba(0,0,0,.5) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, .5), rgb(0 0 0 / 14%));
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
} */

.bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.video-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 840px;
  width: 100%;
  text-align: center;
  color: #fff;

  opacity: 1;
  z-index: 2;

}

.video-title h1 {
  font-size: 4rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;


  line-height: 1.1;
}

.video-bottom-content {
  position: absolute;
  bottom: 40px;
  right: 40px;
  text-align: right;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  z-index: 2;
}

.video-bottom-content p {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 500;
  opacity: 1;
  width: 100%;
  max-width: 300px;
}

/* Arrow Style */
.bottom-arrow {
  margin-top: 10px;
  font-size: 2rem;
  font-weight: 700;
  opacity: 0.9;
  animation: arrowMove 1.2s infinite ease-in-out;
  float: right;
}

.bottom-arrow svg {
  width: 80px;
  height: 80px;
}

/* Arrow Animation */
@keyframes arrowMove {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(8px);
  }

  100% {
    transform: translateX(0);
  }
}

/*1 SCREEN END*/


/*2 SCREEN*/
.p2 {
  background: #1b0202;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px;
}

.country-list {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .5px;

  display: flex;
  flex-wrap: wrap;

  margin: 0 auto;
}

.country-list span {
  background: #a73132;
  color: #fff;
  margin: 0 12px;
  padding-bottom: 4px;
  border:0;
  width: 150px;
  padding: 10px;
  margin-bottom: 15px;
      font-size: 16px;
      justify-content: center;

  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(10px);
  border-radius: 16px;

}
.country-list span div{ width: 100%;}

.about-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  position: relative;
}

.about-text {
  flex: 1;
}

.about-title {
  font-size: 4rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 20px;
}

.about-desc {
  font-size: 1.4rem;
  line-height: 1.6;
  max-width: 500px;
  opacity: .9;
}

.about-image {
  flex: 1;
  display: flex;
  justify-content: center;
}

.about-image img {
  width: 420px;
  animation: float 4s ease-in-out infinite;
}

/* Floating Animation */
@keyframes float {
  0% {
    transform: translateY(0px);
  }

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

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


/*subtle floating motion for the whole svg*/

svg {
  overflow: visible;
  display: block;
}

/* float the whole SVG up/down */
/*@keyframes floatY {
      0% { transform: translateY(0px); }
      50% { transform: translateY(-14px); }
      100% { transform: translateY(0px); }
    }*/
svg {
  animation: floatY 6s ease-in-out infinite;
  will-change: transform;
}

/* you can control size with CSS where you include the svg */
/* helpful defaults if used inline as <div class="shape"> */
.shape-wrap svg {
  width: 420px;
  height: 420px;
}


/* Section Layout */
.capture-attention {
  padding: 120px 5%;
  background: linear-gradient(135deg, #f3d1ff, #c9b2ff, #9be7ff);
  animation: fadeIn 1.4s ease forwards;
}

.capture-wrapper {}

/* Text Block */
.title-3 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 40px;
  opacity: 0;
  animation: slideUp 1.4s ease forwards 0.2s;
}

.capture-item {
  margin-bottom: 10px;
  opacity: 0;
  animation: slideUp 1.4s ease forwards;

  padding: .9rem 1.4rem 1.1rem 1.4rem;
  background: radial-gradient(circle at top left, rgba(249, 115, 22, 0.16), transparent 55%), linear-gradient(135deg, rgba(15, 23, 42, 0.97), rgba(15, 23, 42, 0.99));
  border: 1px solid rgba(249, 115, 22, 0.4);
  box-shadow: var(--shadow-soft);
}

.capture-item:nth-child(2) {
  animation-delay: 0.3s;
}

.capture-item:nth-child(3) {
  animation-delay: 0.5s;
}

.capture-item:nth-child(4) {
  animation-delay: 0.7s;
}

.capture-item h3 {
  font-size: 1.4rem;
  font-weight: 600;
  position: relative;
  margin-bottom: 8px;
}

.capture-item h3 span {
  display: inline-block;
  height: 1px;
  width: 180px;
  background: #000;
  margin-left: 12px;
  transform-origin: left;
  transform: scaleX(0);
  animation: lineGrow 1.2s ease forwards;
}

/* Link */
.capture-link {
  margin-top: 25px;
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  font-size: 1.2rem;
  text-decoration: none;
  color: #ffffff;
  opacity: 0;
  animation: slideUp 1.4s ease forwards 1s;
}

.arrow {
  font-size: 1.6rem;
  margin-left: 12px;
  transition: transform .3s ease;
}

.arrow .arrowUpRight {
  width: 42px;
  background: #fff;
  border-radius: 2px;
}

.capture-link:hover .arrow {
  transform: translate(6px, -6px);
}

/* Image/Graphic */
.capture-graphic {
  flex: 1;
  text-align: center;
  animation: fadeIn 1.4s ease forwards 0.3s;
}

.capture-img {
  max-width: 460px;
  width: 100%;
  filter: drop-shadow(0px 14px 40px rgba(0, 0, 0, 0.18));
  animation: float 6s ease-in-out infinite;
}

/* Animations */
@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Soft floating animation for image */
@keyframes float {

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

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

/* Line animation */
@keyframes lineGrow {
  to {
    transform: scaleX(1);
  }
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .about-content {
    flex-direction: column;
    gap: 30px;
    text-align: center;
  }

  .about-title {
    font-size: 2.5rem;
  }

  .about-desc {
    font-size: 1.2rem;
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .p2 {
    padding: 40px 20px;
  }

  .about-title {
    font-size: 2rem;
  }

  .about-desc {
    font-size: 1rem;
  }
}

/*2 SCREEN END*/

/*3 SCREEN*/
.p3 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px;
}

.p3Inner {
  position: relative;
  width: 100%;
}

.text-black {
  color: #000;
}

.service-section {
  padding: 80px 20px;
  text-align: center;
}

.service-title {
  font-size: 40px;
  margin-bottom: 32px;
}

.p3Inner .service-cards {
  margin-bottom: -60px;
}

.service-cards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
}

.service-card {
  width: 30%;
  background: #0f0707;
  overflow: hidden;
  position: relative;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
  transform: translateY(80px);
  opacity: 0;
  translate: none;
  rotate: none;
  scale: none;
  transform: translate(0px, 0px);
  opacity: 1;
}

/* .pListing .img-wrap{ height: auto!important;} */

.service-card .img-wrap {
  height: 288px;
  overflow: hidden;
}

.service-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.05);
  transition: 0.5s ease;
  opacity: .6;
}

.service-card:hover img {
  transform: scale(1.15);
  opacity: 1;
}

.service-card h3 {
  margin: 0 0 10px;
  font-size: 20px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.service-card .content {
  padding: 18px 22px;
  text-align: left;
}

.service-card p {
  color: #555;
  font-size: 17px;
  line-height: 23px;
}

.badge {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 6px 12px;
  color: #fff;
  border-radius: 10px;
  font-weight: 600;
}



/*=====Bubble Wrapper Styling Start Here=====*/
.bubbles-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
  pointer-events: none;
}

.bubbles-wrap .bubble {
  border-radius: 50%;
  box-shadow: none;
  height: 10px;
  position: absolute;
  width: 10px
}

.bubbles-wrap .x1 {
  -webkit-animation: animateBubble 5s linear infinite, sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 5s linear infinite, sideWays 2s ease-in-out infinite alternate;
  left: 6%;
  top: 45%;
  background: #ffb739
}

.bubbles-wrap .x2 {
  -webkit-animation: animateBubble 10s linear infinite, sideWays 4s ease-in-out infinite alternate;
  animation: animateBubble 10s linear infinite, sideWays 4s ease-in-out infinite alternate;
  left: 5%;
  top: 80%;
  background: #fc4fdd
}

.bubbles-wrap .x3 {
  -webkit-animation: animateBubble 8s linear infinite, sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 8s linear infinite, sideWays 2s ease-in-out infinite alternate;
  left: 10%;
  top: 40%;
  background: #5ed5cb
}

.bubbles-wrap .x4 {
  -webkit-animation: animateBubble 2s linear infinite, sideWays 3s ease-in-out infinite alternate;
  animation: animateBubble 2s linear infinite, sideWays 3s ease-in-out infinite alternate;
  left: 20%;
  top: 0;
  background: #3de4a3
}

.bubbles-wrap .x5 {
  -webkit-animation: animateBubble 9s linear infinite, sideWays 4s ease-in-out infinite alternate;
  animation: animateBubble 9s linear infinite, sideWays 4s ease-in-out infinite alternate;
  left: 30%;
  top: 50%;
  background: #fc4fb1
}

.bubbles-wrap .x6 {
  -webkit-animation: animateBubble 9s linear infinite, sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 9s linear infinite, sideWays 2s ease-in-out infinite alternate;
  left: 50%;
  top: 0;
  background: #2c4aff
}

.bubbles-wrap .x7 {
  -webkit-animation: animateBubble 12s linear infinite, sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 12s linear infinite, sideWays 2s ease-in-out infinite alternate;
  left: 65%;
  top: 70%;
  background: #ffb739
}

.bubbles-wrap .x8 {
  -webkit-animation: animateBubble 14s linear infinite, sideWays 3s ease-in-out infinite alternate;
  animation: animateBubble 14s linear infinite, sideWays 3s ease-in-out infinite alternate;
  left: 80%;
  top: 10%;
  background: #8f3de4
}

.bubbles-wrap .x9 {
  -webkit-animation: animateBubble 19s linear infinite, sideWays 4s ease-in-out infinite alternate;
  animation: animateBubble 19s linear infinite, sideWays 4s ease-in-out infinite alternate;
  left: 90%;
  top: 50%;
  background: #fff339
}

.bubbles-wrap .x10 {
  -webkit-animation: animateBubble 6s linear infinite, sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 6s linear infinite, sideWays 2s ease-in-out infinite alternate;
  left: 80%;
  top: 80%;
  background: #fc4f4f
}

/*=====Bubble Wrapper Styling End Here=====*/

@-webkit-keyframes animateBubble {
  0% {
    margin-top: 20%
  }

  to {
    margin-top: -30%
  }
}

@-moz-keyframes animateBubble {
  0% {
    margin-top: 20%
  }

  to {
    margin-top: -30%
  }
}

@keyframes animateBubble {
  0% {
    margin-top: 20%
  }

  to {
    margin-top: -30%
  }
}

@-webkit-keyframes sideWays {
  0% {
    margin-left: 0
  }

  to {
    margin-left: 25px
  }
}

@-moz-keyframes sideWays {
  0% {
    margin-left: 0
  }

  to {
    margin-left: 25px
  }
}

@keyframes sideWays {
  0% {
    margin-left: 0
  }

  to {
    margin-left: 25px
  }
}


/* RESPONSIVE STYLES */

@media (max-width: 1600px) {
  .service-card .img-wrap {
    height: 240px;
  }
}

@media (max-width: 1500px) {
  .service-card .img-wrap {
    height: 220px;
  }
}

@media (max-width: 1400px) {
  .service-card .img-wrap {
    height: 200px;
  }
}

@media (max-width: 1366px) {
  .service-card .img-wrap {
    height: 180px;
  }
}

@media (max-width: 1266px) {
  .service-card .img-wrap {
    height: 160px;
  }
}

@media (max-width: 1199px) {
  .about-desc {
    opacity: 1;
  }

  .container{ display: block;}
  .fullBannerImg{ width: 100%; height: 100vh;}



}

@media (max-width: 1024px) {
  .service-card {
    width: 45%;
    /* 2 cards per row */
  }

  .service-title {
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  .panel{ height: auto; padding: 20px 10px;}
  .panel.p1{ padding: 0;}
  .video-title h1, .video-title h2{ padding: 0 20px;}
  .video-bottom-content{    right: 0; padding: 0 20px; text-align: center;}
  .bottom-arrow svg{width: 50px; height: 50px;}
  .service-section{    padding: 20px 0;}
  .service-title {
    font-size: 20px;
  }



  .service-card h3 {
    font-size: 16px;
  }
  .p3Inner .service-cards{    margin-bottom: 0; gap: 12px;}

  .about-content{ padding-top: 40px;}
}

@media (max-width: 480px) {
 .main-header{ padding: 7px 16px;}
 .main-header .logo img { height: 38px;}
 .nav ul li a{ font-size: 28px;}

  .service-title {
    font-size: 24px;
  }

  .service-card h3 {
    font-size: 16px;
    padding: 0 5px;
    text-align: center;
  }

  .whatWeDo ul li, .whatWeDo ul li.txtAnimation a{ justify-content: center;}

  .panel.p4{ padding-top: 40px; padding-bottom: 40px;}
}

/*3 SCREEN END*/

/*4 SCREEN END*/
.whatWeDo {
  text-align: center;
}

.whatWeDo ul {
  list-style: none;
}

/* .whatWeDo ul li {} */

.p4Inner {
  position: relative;
  width: 100%;
}


.whatWeDo ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 800px;
}

.whatWeDo ul li {
  font-size: 30px;
  font-weight: bolder;
  margin-bottom: 0;
  padding-top: 6px;
  padding-bottom: 6px;
  display: flex;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 0.6s ease forwards;
}

.whatWeDo ul li span {
  background: #fff;
  color: #000;
  padding: 10px 20px;
}

.whatWeDo ul li.txtAnimation a {
  font-size: 32px;
  color: #ffffff;
  text-decoration: none;
  border-bottom: 0;

}

.whatWeDo ul li.txtAnimation a span {
  background-color: #ffffff;
}


.whatWeDo li a {
  font-size: 4vw;
  letter-spacing: -.01em;
  line-height: 120%;

  width: 100%;
  color: #fff;
  background: linear-gradient(to right, #b6b6b6, #b6b6b6) no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  background-size: 0%;
  transition: background-size cubic-bezier(.1, .5, .5, 1) 0.5s;

  border-bottom: 1px solid #870c0d59;

  display: flex;
  align-items: center;
  position: relative;
}

.whatWeDo li a span {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #4246ce;
  color: #0D0D0D;

  clip-path: polygon(0 50%, 100% 50%, 100% 50%, 0 50%);
  transition: all cubic-bezier(.1, .5, .5, 1) 0.4s;

  display: flex;
  align-items: center;
}

.whatWeDo li a:hover>span {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

/* stagger animation */
.whatWeDo ul li:nth-child(1) {
  animation-delay: 0.1s;
}

.whatWeDo ul li:nth-child(2) {
  animation-delay: 0.2s;
}

.whatWeDo ul li:nth-child(3) {
  animation-delay: 0.3s;
}

.whatWeDo ul li:nth-child(4) {
  animation-delay: 0.4s;
}

.whatWeDo ul li:nth-child(5) {
  animation-delay: 0.5s;
}

.whatWeDo ul li:nth-child(6) {
  animation-delay: 0.6s;
}

.whatWeDo ul li:nth-child(7) {
  animation-delay: 0.7s;
}

.whatWeDo ul li:nth-child(8) {
  animation-delay: 0.8s;
}

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




.serviceList {
  list-style: none;
  padding: 0;
  margin: 0;
}

.serviceList li a {
  text-decoration: none;
}

.txtAnimation {
  font-size: 2.8vw;
  letter-spacing: -.01em;
  line-height: 120%;

  padding: 7px 0;

  width: 100%;
  color: #fff;
  background: linear-gradient(to right, #b6b6b6, #b6b6b6) no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  background-size: 0%;
  transition: background-size cubic-bezier(.1, .5, .5, 1) 0.5s;

  border-bottom: 1px solid #870c0d59;

  display: flex;
  align-items: center;
  position: relative;
}


.txtAnimation span {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #4246ce;
  color: #0D0D0D;

  clip-path: polygon(0 50%, 100% 50%, 100% 50%, 0 50%);
  transition: all cubic-bezier(.1, .5, .5, 1) 0.4s;

  display: flex;
  align-items: center;
}

.txtAnimation:hover>span {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

/* RESPONSIVE STYLES */
@media (max-width: 1024px) {
  .whatWeDo ul {
    max-width: 600px;
  }

  .whatWeDo ul li,
  .whatWeDo ul li.txtAnimation a {
    font-size: 24px;
  }

  .whatWeDo li a {
    font-size: 5vw;
  }
}

@media (max-width: 768px) {
  .whatWeDo ul {
    max-width: 100%;
    padding: 0 20px;
  }

  .whatWeDo ul li,
  .whatWeDo ul li.txtAnimation a {
    font-size: 20px;
  }

  .whatWeDo li a {
    font-size: 6vw;
  }

  .whatWeDo ul li span {
    padding: 8px 16px;
  }
}

@media (max-width: 480px) {

  .whatWeDo ul li,
  .whatWeDo ul li.txtAnimation a {
    font-size: 18px;
  }

  .whatWeDo li a {
    font-size: 7vw;
  }

  .whatWeDo ul li span {
    padding: 6px 12px;
  }
}

/*4 SCREEN END*/


/*5 SCREEN*/
.p5 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px;
}

/*5 SCREEN END*/

/*6 SCREEN*/
.ctExperienceSection {
  padding: 80px 0;
  color: #000;
  text-align: center;

}

.expFixBlock {
  width: 100%;
  max-width: 970px;
  margin: 0 auto;
}

.expFixBlock p {
  line-height: 28px;
}

.evtActiveBox {
  padding: 30px 10px;
  text-align: center;
  transform: translateY(-6px);
  background: #cc1819;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.1);
}

.evtActiveBox h2 {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 20px;
  color: #fff;
}

.evtActiveBox h2 span {
  font-weight: 400;
  display: block;
}

.evtActiveBox p {
  color: #fff;
}

/* Content Blocks */
.ctBlock {
  margin-bottom: 60px;
  padding: 30px 10px;
  border-radius: 18px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ctBlock:hover {}

/* Headings */
.ctHeadingSmall {
  font-size: 20px;
  font-weight: 700;
  color: #111;
  margin-bottom: 12px;
}

.ctHeading {
  font-size: 28px;
  font-weight: 800;
  color: #000000ff;
  margin-bottom: 12px;
}


.ctHeadingLarge {
  font-size: 32px;
  font-weight: 800;
  color: #000;
  margin-bottom: 12px;
}

/* Paragraphs */
.ctText {
  font-size: 18px;
  color: #333;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
  .ctHeadingLarge {
    font-size: 26px;
  }

  .ctHeading {
    font-size: 22px;
  }

  .ctText {
    font-size: 16px;
  }
}


/* RESPONSIVE STYLES */
@media (max-width: 1024px) {
  .ctExperienceSection {
    padding: 60px 20px;
  }

  .evtActiveBox h2 {
    font-size: 48px;
  }

  .evtActiveBox p {
    font-size: 16px;
  }

  .ctHeading {
    font-size: 24px;
  }

  .ctHeadingLarge {
    font-size: 28px;
  }

  .ctText {
    font-size: 16px;
    line-height: 1.5;
  }
}

@media (max-width: 768px) {
  .ctExperienceSection {
    padding: 40px 15px;
  }

  .evtActiveBox h2 {
    font-size: 36px;
  }

  .evtActiveBox p {
    font-size: 14px;
  }

  .ctHeading {
    font-size: 20px;
  }

  .ctHeadingLarge {
    font-size: 24px;
  }

  .ctText {
    font-size: 14px;
    line-height: 1.4;
  }
}

@media (max-width: 480px) {
  .ctExperienceSection {
    padding: 30px 10px;
  }

  .evtActiveBox h2 {
    font-size: 28px;
  }

  .evtActiveBox p {
    font-size: 12px;
  }

  .ctHeading {
    font-size: 18px;
  }

  .ctHeadingLarge {
    font-size: 20px;
  }

  .ctText {
    font-size: 12px;
    line-height: 1.3;
  }

  .ctBlock {
    padding: 20px;
  }
}

/*6 SCREEN END*/

/*ABOUT US*/
.title-1 {
  font-size: 2.2rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.1;
  color: #000;
  text-align: center;
  margin-bottom: 20px;
}

.innerPage {
  padding-top: 88px;
  color: #000;
}

.pageWidth {
  max-width: 1260px;
  margin: 0 auto 40px auto;
  padding: 0 20px;
}

.aboutUs {
  padding: 50px 0 0 0;
  background: #fff;
}

.abtHeader {
  background: linear-gradient(135deg, #ca1416, #9e1b36);
  color: white;
  padding: 60px 20px;
  text-align: center;
  margin-bottom: 45px;
  border-radius: 20px;
}

.abtHeaderTitle {
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.abtHeaderText {
  font-size: 1.2rem;
  max-width: 600px;
  margin: 0 auto;
}

.abtContainer {}

.abtSection {
  margin-bottom: 60px;
}

.abtSectionTitle {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 40px;
}

.abtCards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.abtCard {
  background: white;
  border-radius: 15px;
  padding: 30px 20px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.abtCard:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
}

.abtCardTitle {
  color: #cc1719;
  margin-bottom: 15px;
  font-size: 1.5rem;
}

.abtCardText {
  font-size: 1rem;
  line-height: 1.5;
}

.abtFooter {
  background: #4f46e5;
  color: white;
  text-align: center;
  padding: 30px 20px;
}

@media (max-width: 768px) {
  .abtHeaderTitle {
    font-size: 2rem;
  }

  .abtHeaderText {
    font-size: 1rem;
  }
}

/*ABOUT US END*/


/*CONTACT US*/
.ctinf {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}

.ctinf img {
  width: 24px;
  margin-right: 7px;
}
.ctinf img.whatsapIcons{width: 46px;}
.ctinf img.botimIcons{width: 26px;}

.ctinf a {
  color: #ca1416;
  text-decoration: none;
}


.ctLeftCol {
  flex: 1;
  min-width: 280px;
}

.ctRightCol {
  flex: 1;
  min-width: 280px;
  text-align: left;
}

.ctTitle {
  font-size: 42px;
  font-weight: 700;
  color: #4a4a9f;
  margin-bottom: 12px;
}

.ctDescription {
  opacity: .8;
  margin-bottom: 40px;
  line-height: 1.6;
}

.ctInput {
  width: 100%;
  padding: 16px;
  background: #f4f6fb;
  border: none;
  border-radius: 10px;
  margin-bottom: 20px;
  font-size: 15px;
  outline: none;
}

.ctTextarea {
  width: 100%;
  height: 140px;
  padding: 16px;
  background: #f4f6fb;
  border: none;
  border-radius: 10px;
  margin-bottom: 25px;
  font-size: 15px;
  outline: none;
  resize: none;
}

.ctButton {
  background: linear-gradient(135deg, #6a78ff, #8b4bff);
  padding: 14px 28px;
  border: none;
  border-radius: 25px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  display: inline-block;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.ctInfoBox {
  margin-top: 30px;
  line-height: 1.8;
  color: #3d3d3d;
  font-size: 15px;
}

.ctSocialRow {
  margin-top: 35px;
  display: flex;
  gap: 20px;
}

.ctSocialIcon {
  width: 42px;
  height: 42px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.08);
  cursor: pointer;
}

/* Responsive */
@media(max-width: 900px) {
  .ctContactWrapper {
    padding: 40px;
  }

  .ctTitle {
    font-size: 34px;
  }
}

@media(max-width: 600px) {
  .ctContactWrapper {
    padding: 28px;
  }

  .ctTitle {
    font-size: 30px;
  }
}







.ctMainWrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 60px;
  flex-wrap: wrap;
}

.ctLeftBox {
  max-width: 520px;
}

.ctHeading {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 20px;
}

.ctSubText {
  font-size: 16px;
  opacity: 0.9;
  line-height: 1.6;
}

.ctBuyCard {
  width: 380px;
  padding: 30px;
  border-radius: 28px;
  background: rgb(202 20 22);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.ctBuyCard p {
  color: #fff;
  padding: 0 0 22px 0;
}

.ctCardTitle {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #fff;
}

.ctInput {
  width: 100%;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  margin-bottom: 15px;
  font-size: 15px;
  outline: none;
}

.ctInput::placeholder {
  color: #dcdcdc;
}

.ctButton {
  width: 100%;
  padding: 15px;
  background: #b00b0b;
  border-radius: 12px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  margin-top: 10px;
  border: 1px solid #e24a4c;
  text-transform: uppercase;
}

/* Responsive */
@media(max-width: 992px) {
  .ctHeading {
    font-size: 44px;
  }

  .ctMainWrapper {
    padding: 40px;
  }
}

@media(max-width: 768px) {
  .ctMainWrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }

  .ctBuyCard {
    width: 100%;
    max-width: 420px;
  }

  .ctHeading {
    font-size: 38px;
  }
}

@media(max-width: 480px) {
  .ctHeading {
    font-size: 32px;
  }

  .ctMainWrapper {
    padding: 25px;
  }
}

/*CONTACT US END*/


/*WHAT WE DO*/
.whatWeDoPage {
  background: #fff;
  padding: 50px 0 0 0;
}

.txtAnimation {
  color: #000;
}

.txtAnimation span {
  background: #c61c1e;
  color: #fff;
  padding: 10px 20px;
}

/*WHAT WE DO END*/


/*VIDEO*/
.vidList li {
  font-size: 32px;
  color: #000;
  padding: 10px 0;
}

.vidList li a {
  font-size: 32px;
  color: #000;
}

.vidList .txtAnimation span {
  background: #c61c1e;
  color: #fff;
  padding: 10px 20px;
}

/* Section */
.glass-steps {
  padding: 50px 0 0 0;
}

/* Grid Layout */
.glass-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 32px;
}

/* Glassmorphism Card */
.glass-card {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 18px;
  padding: 30px;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 8px 25px rgb(0 0 0 / 13%);
  transition: 0.35s ease;
}

/* Hover Effects */
.glass-card:hover {
  background: #ca1416;
  color: #fff;
  transform: translateY(-8px);
  border-color: rgba(255, 255, 255, 0.45);
  box-shadow: 0 12px 35px rgb(202 20 22 / 22%);
}

/* Step Number */
.step-num {
  font-size: 1.5rem;
  opacity: 0.85;
  display: block;
  margin-bottom: 12px;
  font-weight: 300;
}

/* Titles */
.glass-card h3 {
  margin: 0;
  margin-bottom: 8px;
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: 0.5px;
}

/* Timeline */
.step-time {
  font-size: 0.9rem;
  opacity: 0.75;
  margin-bottom: 14px;
}

/* Description */
.step-desc {
  font-size: 0.95rem;
  opacity: 0.85;
  line-height: 1.55;
}

/*VIDEO END*/

/*EXIBITIONS*/
.events-section {
  padding: 60px 0;
}

/* ✨ PREMIUM GRADIENT HEADLINE */
.premium-gradient {
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.2;
  background: linear-gradient(90deg,
      #ca1416 0%,
      #5a0a0c 50%,
      #000000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  animation: gradientShift 6s ease infinite;
}

.animated-gradient {
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 40px;
  background: linear-gradient(90deg,
      #ca1416,
      #8b0d10,
      #000000,
      #8b0d10,
      #ca1416);
  background-size: 300% 300%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: redFlow 6s ease-in-out infinite;
}

@keyframes redFlow {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}


/* Smooth animated flowing gradient */
@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.events-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 40px;
}

/* Icons styled purple */
.event-icon {
  width: 50px;
  height: 50px;
  filter: brightness(0) saturate(100%) invert(83%) sepia(52%) saturate(7496%) hue-rotate(327deg) brightness(101%) contrast(101%);
}

.event-item h3 {
  margin: 0 0 10px 0;
  font-weight: 600;
}

.event-item p {
  font-weight: 500;
  line-height: 22px;
  font-size: 13px;
}

/* Mobile styles */
@media (max-width: 600px) {
  .premium-gradient {
    font-size: 2.6rem;
  }
}




.ctGallerySection {
  padding: 40px 20px;
}

.ctGalleryWrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
  max-width: 1500px;
  margin: auto;
}

.ctGalleryCard {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  cursor: pointer;
  transform: translateY(40px);

}

.ctGalleryCard img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}

.ctGalleryCard:hover img {
  transform: scale(1.07);
}

.ctContentBox {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  color: #fff;
}

.ctTag {
  display: inline-block;
  background: #ca1416;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 8px;
}

.ctTitle {
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

.ctSubText {
  margin-top: 6px;
  font-size: 15px;
  opacity: .9;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* limit to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/*EXIITIOS END*/

/*SOCIAL MEDIA CONTNET*/
.stgSection {
  padding: 70px 20px;
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.stgImageBox img {
  border-radius: 24px;
  width: 100%;
  max-width: 480px;
  filter: drop-shadow(8px 3px 12px rgba(0, 0, 0, 0.25));
}

.stgContent {
  flex: 1;
  min-width: 300px;
}

.stgTitle {
  font-size: 2.6rem;
  font-weight: 900;
  color: #c62828;
  margin: 0 0 10px;
}

.stgSubTitle {
  font-size: 1.7rem;
  margin: 0 0 20px;
  font-weight: 800;
  line-height: 1.3;
}

.stgText {
  font-size: 1.1rem;
  line-height: 1.7;
  max-width: 550px;
  color: #333;
  margin: 0;
}

/* Responsive */
@media (max-width: 850px) {
  .stgSection {
    text-align: center;
  }

  .stgSubTitle,
  .stgText {
    margin-left: auto;
    margin-right: auto;
  }
}

.growth-section {
  text-align: center;
}

.growth-title {
  font-size: 2.2rem;
  margin-bottom: 10px;
  font-weight: bold;
}


/*SOCIAL MEDIA CONTENT END*/

/*Influencer Marketing & Collaborations*/

.activities-section {
  margin: 0 auto;
  padding: 40px 0;
  color: #222;
  line-height: 1.7;
}

.activities-section h2 {
  margin-bottom: 20px;
}

/* Intro List */
.activities-intro ul,
.activities-list ul {
  padding-left: 20px;
  margin-bottom: 30px;
}

.activities-intro li,
.activities-list li {
  margin-bottom: 12px;
  font-size: 1.05rem;
}

/* Section Title */
.activities-title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #d11;
  /* Signature bold red similar to agency style */
  text-transform: uppercase;
}

/* Bullet styling */
.activities-section ul li {
  position: relative;
  list-style: none;
  padding-left: 25px;
}

.activities-section ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #d11;
  font-size: 1.5rem;
  line-height: 1;
}

/* Responsive */
@media (max-width: 600px) {
  .activities-section {
    padding: 30px 15px;
  }

  .activities-title {
    font-size: 1.5rem;
  }

  .activities-section ul li {
    font-size: 1rem;
  }
}

/*Influencer Marketing & Collaborations End*/


/*WEB DESIGN AND DEVELOPMENT*/
.process-line {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  padding: 50px 20px;
  flex-wrap: wrap;
  max-width: 1300px;
  margin: auto;
  font-family: "Poppins", sans-serif;
}

.step {
  text-align: center;
  flex: 1;
  min-width: 200px;
  padding: 25px 18px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  transition: .35s ease;
  cursor: pointer;
}

.step:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

/* Icons */
.step .icon {
  width: 65px;
  height: 65px;
  margin: auto;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #fff;
  margin-bottom: 14px;
}

/* Color pattern */
.step:nth-child(1) .icon {
  background: #4F8BFF;
}

.step:nth-child(2) .icon {
  background: #2ECC71;
}

.step:nth-child(3) .icon {
  background: #FF8A3D;
}

.step:nth-child(4) .icon {
  background: #A57CFF;
}

.step:nth-child(5) .icon {
  background: #FF5757;
}

.step h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 6px;
}

.step p {
  font-size: 13px;
  color: #555;
  line-height: 1.45;
}

/* Responsive */
@media(max-width:950px) {
  .step {
    flex: 1 1 calc(50% - 20px);
  }
}

@media(max-width:600px) {
  .step {
    flex: 1 1 100%;
  }
}

/*WEB DESIGN AND DEVELOPMENT END*/


/*SLIDER*/
.hero-video {}

.slider {
  position: relative;
  width: 100%;
  height: 100%;
}

.slide {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 1s ease-in-out;
  padding: 2rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background: #c61c1e;
}

.slide.active {
  left: 0;
  opacity: 1;
}

.video-title h1,
.video-title h2 {
  font-size: 3rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.video-bottom-content p {
  font-size: 1.2rem;
  max-width: 600px;
}

.bottom-arrow {
  margin-top: 1rem;
}

@media(max-width:767px) {

  .video-title h1,
  .video-title h2 {
    font-size: 2.1rem;
    margin-bottom: 1rem;
  }
}

@media(max-width:480px) {

  .video-title h1,
  .video-title h2 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}

/*SLIDER END*/

/*MENU*/
.hamburger {
  width: 30px;
  height: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  z-index: 1001;
}

.hamburger span {
  display: block;
  height: 4px;
  width: 100%;
  background-color: #555555;
  border-radius: 2px;
  transition: all 0.4s ease;
}

/* Hamburger animation when active */
.hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(9px, 5px);
  background-color: #ffffff;
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(9px, -5px);
  background-color: #ffffff;
}

/* Navigation menu */
.nav {
  position: fixed;
  top: 0;
  right: -100%;

  height: 100%;
  background-color: #222;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: right 0.5s ease;
}

.nav ul {
  list-style: none;
  text-align: center;
}

.nav ul li {
  margin: 20px 0;
}

.nav ul li a {
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  font-size: 34px;
  transition: color 0.3s ease;
}

.nav ul li a:hover {
  color: #ca1416;
}

/* When menu is active */
.nav.active {
  right: 0;
}


/*MENU END*/

/*ZOOM*/
/* Image hover cursor */
.service-card img {
  cursor: zoom-in;
}

/* Modal background */
.img-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
}

/* Zoomed image */
.img-modal img {
  max-width: 90%;
  max-height: 90%;
  animation: zoomIn 0.3s ease;
}

/* Close button */
.img-modal .close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}

@keyframes zoomIn {
  from {
    transform: scale(0.7);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

/*ZOOM END*/
.service-card video{
  width:100%;
  height:100%;
}

@media(max-width:767px) {
  .animated-gradient {
    font-size: 2rem;
  }

  .footer .right-links {
    gap: 26px 25px;
    justify-content: center;
  }
}




@media(max-width:1258px) {
.country-list{ justify-content: center;}

}


@media(max-width:480px) {

  
.country-list span{ padding: 10px; margin: 0 5px 10px 5px;}

.bottom-arrow{display:none;}
.hdesktopOnly{ display: none!important;}
.hmobileOnly{ display: block!important;}

.title-1{ font-size: 2rem;}

.fullBannerImg {
    width: 100vh;
    height: 100vh;
}

.events-grid{ gap: 20px;}
.events-grid .event-item{ border: 1px solid #ccc; padding: 14px;}

.service-cards{    gap: 15px;}
.img-modal img {max-width: 99%; max-height: 99%;}

.vidList li { font-size: 20px;}


.footer{ display: block; padding: 25px 20px; }
.ftLogo img { width: 180px;}
.ftLink{ flex-wrap: wrap; margin-bottom: 32px;}

.txtAnimation{    font-size: 16px;}

.social-icons svg{ width: 28px;}


}

@media(max-width:414px) {
.country-list span{ width: 45%; font-size: 14px;}
}

