@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Outfit+One&display=swap");
   
   video.object-fit-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
   /* Dropdown menu styling */
.navbar .dropdown-menu {
  background-color:#2973B2; /* change to your preferred color */
  border: none;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

/* Dropdown item styling */
.navbar .dropdown-menu .dropdown-item {
  color: white;
  padding: 10px 20px;
  transition: background 0.3s;
}

/* Hover effect */
.navbar .dropdown-menu .dropdown-item:hover {
  background-color:#2973B2;
  color: #fff;
}
.text-shadow {
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.6);
}

.btn-glow {
  background: #ffffff;
  color: #000000;
  border-radius: 50px;
  font-weight: 700;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}

.btn-glow:hover {
  background: #ff4dc2;
  color: #fff;
  box-shadow: 0 0 25px rgba(255, 77, 194, 0.6);
}

.play-button-glow:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: scale(1.1);
}

  

.offcanvas .dropdown-menu {
  position: static !important;
  float: none;
  background-color: #2575aa;
  border: none;
  box-shadow: none;
  padding-left: 1rem;
}
     /* Hero Background */
.hero-section-innovative {
  background: radial-gradient(circle at top left, #1c1c1e, #111);
  padding: 100px 0 80px;
 
}

/* Custom box positioning */
.custom-box {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

/* Responsive behavior */
@media (max-width: 767.98px) {
  .custom-box {
    position: static !important;
    margin-top: 1rem;
    width: 100%;
  }
}

.testimonials-scroll-container {
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.testimonials-cards-wrapper > .testimonial-card {
  scroll-snap-align: start;
  width: 100%;
  max-width: 320px;
}

.testimonial-card {
  background-color: #ffffff;
}

.testimonials-indicators .indicator {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #999;
  border-radius: 50%;
  margin: 0 5px;
}

.testimonials-indicators .indicator.active {
  background-color: #ce0909;
}

.headline {
  font-size: clamp(2rem, 5vw, 3rem);
  line-height: 1.2;
}

.highlight {
  color: #00ffe1;
  text-shadow: 0 0 5px #00ffe1;
}

.feature-list li {
  font-size: 1rem;
  margin-bottom: 0.6rem;
}

.btn-glow {
  background-color: #00ffe1;
  color: #000;
  border: none;
  transition: box-shadow 0.3s ease;
  box-shadow: 0 0 10px #00ffe1;
}

.btn-glow:hover {
  box-shadow: 0 0 20px #00ffe1, 0 0 30px #00ffe1;
  color: #111;
}

/* Video Preview Frame */
.video-frame {
  max-width: 420px;
  position: relative;
}

.video-frame img {
  border-radius: 20px;
}

.card h4 {
  font-size: 1rem;
}

.card p {
  font-size: 0.9rem;
}
.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #00ffe1;
  border-radius: 50%;
  padding: 15px 18px;
  color: #111;
  font-size: 1.5rem;
  box-shadow: 0 0 20px #00ffe1;
  transition: transform 0.3s;
}

.play-button:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

/* Responsive Tweaks */
@media (max-width: 768px) {
  .headline {
    font-size: 2rem;
  }

  .video-frame {
    max-width: 100%;
  }
}


 .custom-padding {
  padding: 60px 0;
}



.font-outfit {
  font-family: 'Outfit', sans-serif;
}

.card {
  border: none;
  border-radius: 1rem;
  background-color: #2973B2;
}
   
    video {
      max-width: 100%;
      height: auto;
      border-radius: 12px;
      box-shadow: 0 0 15px rgba(0,0,0,0.5);
    }
   .swiper {
      width: 100%;
      max-width: 600px;
      height: 100vh;
      margin: auto;
    }
    .swiper-slide video {
      width: 100%;
      height: 80%;
      object-fit : cover;
      border-radius: 16px;
    }
    .slider-container {
      width: 100%;
      max-width: 600px;
      margin: auto;
      overflow: hidden;
      position: relative;
    }

    .slides {
      display:flex;
      width: 400%;
      animation: slide 15s infinite;
    }

    .slide {
      width: 100%;
      flex-shrink: 0;
    }

    .slide img {
      width: 100%;
      height: 100%; /* Let the image height scale automatically */
      display: block;
      }
  @keyframes slide {
      0% { transform: translateX(0%); }
      25% { transform: translateX(-100%); }
      50% { transform: translateX(-200%); }
      75% { transform: translateX(-300%); }
      100% { transform: translateX(0%); }
    }

    .dots {
      position: absolute;
      bottom: 10px;
      width: 100%;
      text-align: center;
    }

    .dot {
      height: 12px;
      width: 12px;
      margin: 0 5px;
      background-color: #bbb;
      border-radius: 50%;
      display: inline-block;
      transition: background-color 0.3s;
    }

    .dot.active {
      background-color: #717171;
    }

    @media (max-width: 768px) {
      .slides {
        width:400%;
      }
    }
.video-section {
  padding: 60px 20px;
  background-color: #fff;
  text-align: center;
}

.video-section:nth-child(even) {
  background-color: #f7f7f7;
}

.video-section h2 {
   
  font-size: 28px;
  margin-bottom: 20px;
}

.video-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-bottom: 30px;
}

.video-item, video {
  width: 100%;
  height: auto;
  background-color: #0f0606;
  border-radius: 5px;
  box-shadow: 0 2px 8px rgba(77, 138, 7, 0.1);
}
:root {
  --primary-color:  #F2EFE7;
      --secondary-color: #F2EFE7 ; 
  --primary-color-second: #2973B2;
  --secondary-color-opacity: #9ACBD0;   
  --text-secondary: #2973B2 ;
  --color-hover: #F5EEDD;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
}

* {   
  box-sizing: border-box;
}

body {
  background-color: var(--primary-color); 

  font-family: "Outfit", outfit;
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 0.5px;
}


.container {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.hero-text {
  font-size: calc(1.625rem + 4.5vw);
  line-height: 50px;
  font-weight: 300;
  letter-spacing: 1.2px;
   font-color: #2973B2;
}

.hero-text-landing-page {
  font-size: calc(1.575rem + 3vw);
  line-height: 50px;
  letter-spacing: 1.2px;
}

.sub-text-medium {
  font-size: 24px;
  line-height: 35px;
  letter-spacing: 0;
}

.button-text {
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.15px;
}

.button-padding {
  padding: 20px 40px;
}

.btn-color {
  background-color: var(--secondary-color);
}

.btn-color:hover {
  background-color: var(--color-hover);
  color: #FFDDAE ;
  text-decoration: none;
}

.custom-btn-ow {
  background-color: var(--secondary-color);
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 0;
  box-shadow: none;
}

.btn-standar {
  background-color: var(--secondary-color);
  color: var(--primary-color-second);
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 0;
  box-shadow: none;
}

.custom-btn-ow:hover {
  background-color: var(--color-hover);
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 0;
  box-shadow: none;
}

.h1-text {
  font-color: #2973B2;
  font-size: calc(1.475rem + 2.7vw);
  line-height: 60px;
  letter-spacing: 1.2px;
}

.h2-text {
  font-size: 35px;
  line-height: 45px;
  letter-spacing: 0;
}

.h3-text {
  font-size: calc(1.175rem + 2.3vw);
  line-height: 42px;
  letter-spacing: 0;
}

.h4-text {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0;
}

.h5-text {
  font-size: calc(0.975rem + 1.9vw);
  line-height: 30px;
  letter-spacing: 0;
}

.h6-text {
  font-size: calc(0.575rem + 1.5vw);
  line-height: 20px;
  letter-spacing: 0.15px;
}

.font-size-banner {
  font-size: calc(0.75rem + 1.2vw);
  line-height: 20px;
  letter-spacing: 0.15px;
}

/* Scroll indikator  */
#scroll-indicator {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 1000;
}

#progress-circle {
  transition: stroke-dashoffset 0.3s linear;
}

.clickable-item {
  cursor: pointer;
}

.active-item {
  color: var(--secondary-color) !important;
}

.content-paragraph {
  display: none;
}

/* Setting color */
.bg-primarys-custom {
  background-color: var(--primary-color);
}

.bg-primary-custom {
  background-color: var(--primary-color-second);
}

.bg-secondary-opacity-custom {
  background-color: var(--secondary-color-opacity);
}

.text-primary-custom {
  color: var(--primary-color);
}

/* .bg-primary-custom {
  background-color: var(--primary-color-second);
} */

.text-secondary-color {
  color: var(--secondary-color);
}

.text-secondary {
  color: var(--text-secondary);
}

.font-krona-one {
  font-family: "Outfit", outfit;
}

/* Header Navbar and Sidebar Mobile */



/* Hero Background Home 1 */
.bg-hero {

  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
}

/* Custom Random */
.border-text {
  /* font-weight: 300; */
  color: transparent;
  -webkit-text-stroke: 1px var(--secondary-color);
}

.icon-star {
  filter: invert(87%) sepia(63%) saturate(7472%) hue-rotate(28deg)
    brightness(94%) contrast(85%);
}

.custom-padding {
  padding-top: 40px;
  padding-bottom: 40px;
}

.custom-padding-half {
  padding-top: 0;
  padding-bottom: 40px;
}

.custom-padding-half-bottom {
  padding-top: 20px;
  padding-bottom: 0;
}

.custom-padding-cta {
  padding-top: 0;
  padding-bottom: 40px;
}

.border-text {
  color: transparent;
  -webkit-text-stroke: 1px var(--secondary-color);
}

.border-text-size {
  font-size: 70px;
  line-height: 70px;
  letter-spacing: 0;
}

.channer-booster {
  width: 80%;
}

.button-c {
  bottom: -200px;
}

.margin-c {
  margin-top: 200px;
}

.padding-c {
  padding-top: 40px;
}

.margin-short-c {
  margin-top: 30px;
}

.text-warning {
  font-size: 1.5rem;
}

.custom-section-bg {
  background-image: url("../../assets/image/ab2.jpg");
  background-size: cover;
  background-position: center;
}

.custom-pricing-bg {
  background-image: url("../../assets/image/img4.png");
  background-size: cover;
  background-position: center;
}

/* Custom Card */
.custom-card {
  position: relative;

  border-radius: 0 !important;
}

.custom-card .card-img,
.custom-card .card-img-overlay {
  border-radius: 0 !important;
}

.card-image-wrapper {
  position: relative;
  overflow: hidden;
}

.card-image-wrapper .gradient-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, #161f09c9, #ffffff00);
}

/* What We Do Component */
.what-we-do h2 {
  font-size: 2rem;
}

.what-we-do ul {
  list-style: none;
  padding-left: 0;
}

.what-we-do li {
  margin-bottom: 0.5rem;
}

.what-we-do .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}

/* Approach Component */
.box-image-approach {
  height: auto;
}

.image-position-approach-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100px;
  width: 10px;
}

.image-position-approach-2 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  height: 100px;
  width: 100px;
}

.custom-height-about {
  height: 1200px;
}

.position-image-3 {
  right: 0;
  top: 150px;
}

.image-position-approach-3 {
  position: relative;
  right: 0;
  bottom: 0; 
  z-index: 2;
  height: 350px;
  width: 320px;
}

.image-position-approach-4 {
  position: relative;
  bottom: 370px;
  z-index: 1;
  height: 300px;
  width: 350px;
}

.position-image-4 {
  left: 0;
}

/* Creative Component */
.creative-section .display-6 {
  font-size: 2.5rem;
}

.creative-section p {
  font-size: 1rem;
  text-transform: uppercase;
}

.creative-section img {
  object-fit: cover;
  width: 40%;
  height: auto;
}

.creative-stats .display-6 {
  font-size: 2.5rem;
}

.creative-stats p {
  font-size: 1rem;
  text-transform: uppercase;
}

.creative-gallery img {
  object-fit: cover;
  width: 100%;
  height: auto;
  max-height: 100vh;
  max-height: 100vh;
  min-width: 100px;
  max-width: 100%;
}

/* Testimonial Component */
.testimonials-section {
background-color:#F5EEDD ;
  background-size: cover;
  background-position: top;
}

.testimonials-scroll-container {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  overflow-y: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.testimonials-scroll-container::-webkit-scrollbar {
  display: none;
}

.testimonials-cards-wrapper {
  display: flex;
  flex-wrap: nowrap;
  margin-top: 10px;
}

.testimonial-card {
  flex: 0 0 auto;
  width: 100px;
  min-width: 100px;
  border-radius: 10px;
}

/* Indicator */
.testimonials-indicators {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}

.indicator {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 5px;
  border-radius: 50%;
  background-color: #54ca10;
  transition: background-color 0.3s;
}

.indicator.active {
  background-color: var(--secondary-color);
}

/* Our Blog Component */
.our-blog {
  padding: 50px 0;
}

.section-title {
  color: #fff;
  font-size: 36px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.section-description {
  color: #ccc;
  font-size: 18px;
  margin-bottom: 20px;
}

.view-blog-link {
  color: #91e012;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
}

.blog-cards {
  display: flex;
  flex-wrap: wrap;
}

.blog-cards > a {
  margin-bottom: 20px;
}

.blog-card {
  overflow: hidden;
  text-align: center;
  transition: transform 0.3s ease;
  height: 100%;
}

.box-image {
  width: 100%;
  height: 236px; /* image height */
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.blog-card img {
  width: 100%;
  height: auto;
}

.blog-card-title {
  color: #fff;
  padding: 25px 25px 15px;
  text-transform: uppercase;
}

.blog-card-title:hover {
  color: #a3d355;
}

.blog-card:hover {
  transform: translateY(-5px);
}

/* CTA Component */
.bg-img-c {
  background-image: url("../../assets/image/img8.png");
  background-size: cover;
  background-position: center;
  height: 100%;
}

.cta-text {
  font-size: 32px;
  line-height: 42px;
  margin: 0;
}

.btn-cta {
  text-decoration: none;
  color: black;
  background-color: var(--secondary-color);
  width: 70%;
  display: inline-block;
  text-align: center;
  padding: 20px 0;
}

.btn-cta:hover {
  text-decoration: none;
  color: black;
  background-color: var(--color-hover);
  width: 70%;
  display: inline-block;
  text-align: center;
  padding: 20px 0;
}

/* Footer Component */
.footer-section {
  background-color: var(--primary-color);
}

.footer-text-h-c {
  font-size: 14px;
  color: var(--secondary-color);
  font-weight: bold;
}

.footer-section p,
.footer-section a {
  color: #ffffff;
}

.footer-section a:hover {
  color: #b7fc2d;
}

.footer-section img {
  vertical-align: middle;
}

.footer-section i {
  margin-right: 6px;
}

/* Transition Onload  */
.transition-fade-right,
.transition-fade-up {
  opacity: 0;
  transition: all 1s ease-out;
}

/* Base styles for the transition */
.transition-fade-left {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 1s ease-out;
}

/* Custom delay for each word */
.transition-fade-left:nth-child(1) {
  transition-delay: 0s; /* Creative */
}

.transition-fade-left:nth-child(2) {
  transition-delay: 0.3s; /* Digital */
}

.transition-fade-left:nth-child(3) {
  transition-delay: 0.5s; /* Agency */
}

/* Transition effects */
.transition-fade-left {
  transform: translateX(-50px);
}

.transition-fade-right {
  transform: translateX(50px);
}

.transition-fade-up {
  transform: translateY(50px);
}

/* Active state (after animation) */
.active {
  opacity: 1;
  transform: translateX(0) translateY(0);
}

/* CSS transition fade-down */
.transition-fade-down {
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.transition-fade-down.show {
  opacity: 1;
  transform: translateY(0);
}

/* ------ Home 2 Hero CSS ------ */
.hero-section {

  background-size: cover;
  background-position: center;
  /* padding: 100px 0; */
}

.banner-section {
  background-color: var(    --secondary-color
  );
  font-weight: bold;
}

/* Home 2 Our Works */
.card {
  background-color: transparent;
  border: none;
}

.card-body {
  padding: 20px 0;
}

.card .images {
  height: 200px; /* image height */
  object-fit: cover;
}

.card-img-top {
  border-radius: 0;
}

.card > a {
  color: #C6E7FF;
  text-decoration: none;
}

.card > a:hover {
  color: #C5FB6D;
}

/* home 2 What We Do Css */
.icon-box .img-icon {
  width: fit-content;
}

.icon-box i {
  font-size: 40px;
}

.btn-success {
  background-color: #a5cf44;
  border: none;
  padding: 10px 20px;
  font-weight: bold;
}

.btn-success:hover {
  background-color: #98bf3c;
}

/* Home 2 Services Css */
.table {
  --bs-table-bg: tranparent;
  --bs-table-color: white;
}

.table-borderless thead th {
  border-bottom: 2px solid #a5cf44; /* table title underline */
  font-weight: bold;
}

.table-borderless tbody tr td {
  border-bottom: 1px solid rgba(235, 7, 7, 0.1); /* table horizontal line */
}

.table-borderless tbody tr:last-child td {
  border-bottom: none; /* remove last line */
}

.table-responsive {
  overflow-x: auto;
}

.table-responsive::-webkit-scrollbar {
  height: 6px; /* scrollbar height */
}

.table-responsive::-webkit-scrollbar-thumb {
  background-color: #a5cf44; /* scrollbar color */
  border-radius: 10px;
}

/* home 2 Pricing Css */

.pricing-card h3 {
  color: #a5cf44; /* color title */
}

/* Home 3 Hero Banner Css */

.reviews-section .review-box {
  /* background-color: #333 */
  color: #fff;
  /* border-radius: 8px; */
  /* box-shadow: 0 0 15px rgba(0, 0, 0, 0.3); */
}

.stars {
  color: #a5cf44; /* color star */
  font-size: 1.5rem;
}

.rounded-circle {
  border: 2px solid #a5cf44; /* Border circle */
}


/* landing Page hero banner css */
.hero-section-lp {    
  height: 100%;
  background: url("../../assets/image/white.jpg") center/cover no-repeat; /* image background */
  position: relative;
  /* padding: 20px; */
}


/* Landing page Expertise css */
.expertise-section {
  padding: 50px 0;
  background: url("../../assets/image/white.jpg") center/cover
    no-repeat; /* image background */
}

.progress-container {
  margin-bottom: 20px;
}

.progress-item {
  margin-bottom: 20px;
}

.progress-item span {
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
}

.progress {
  background-color: #1d32f1;
  border-radius: 0;
  overflow: hidden;
  height: 20px;
}

.progress-bar {
  background-color: #C5FB6D;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-weight: 600;
  color: #222;
  padding-right: 10px;
  width: 0; /* progress bar start in 0% */
  transition: width 2s ease; /* effect transition in 2 seconds */
}

.image-stack {
  position: relative;
}

.box-image-experience {
  height: 500px;
}

.image-position-experience-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 250px;
  width: 250px;
}

.image-position-experience-2 {
  position: absolute;
  right: 0;
  bottom: 100px;
  z-index: 3;
  height: 300px;
  width: 300px;
}

.image-position-experience-3 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: end;
}

.img-1 {
  max-width: 80%;
  max-height: 80%;
}

.img-2 {
  max-width: 100%;
  max-height: 100%;
  background-size: cover;
}

.img-3 {
  max-width: 80%;
  max-height: 80%;
}

/* Landing page What we do css */
.stats-box {
  background-image: url("../../assets/image/img9.png"); /* Replace with actual image path */
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 400px;
}

.stats-box-bg {
  background-color: #8deb0ac9;
}

details {
  margin-bottom: 1rem;
}

details[open] summary::after {
  content: "−"; /* Minus sign for expanded state */
  float: right;
}

summary::after {
  content: "+"; /* Plus sign for collapsed state */
  float: right;
  margin-left: 1rem;
  font-weight: bold;
}

summary {
  cursor: pointer;
  list-style: none;
}
/* .bg-wwd {
  background-image: url("../../assets/image/bg-wwd.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
} */

/* lading page Our works css */
.box-img {
  background-color: #444;
  width: 100%;
  overflow: hidden;
}

.article-container {
  max-width: 700px;
  margin: 40px auto;
  padding: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.article-container p {
  text-align: justify;
  line-height: 1.6;
  margin-bottom: 20px;
}

.article-container img {
  width: 100%;
  margin: 20px 0;
}

/* .social-icons {
  text-align: center;
  margin-top: 20px;
}

.social-icons a {
  margin: 0 10px;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  transition: color 0.3s;
}

.social-icons a:hover {
  color: #00b894;
} */

.font-size-404 {
  font-size: 70px;
}

.map-container {
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(192, 25, 25, 0.2);
}

@media (min-width: 768px) {
  .cutom-bottom {
    bottom: 40px;
  }

  .custom-btn-ow {
    position: relative;
    right: 50px;
    bottom: 50px;
    border: none;
  }

  .custom-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .custom-padding-half {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .custom-padding-half-bottom {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .display-image-about {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .image-position-approach-3 {
    position: relative;
    /* right: 0;
    bottom: 0; */
    z-index: 2;
    height: 500px;
    width: 720px;
  }

  .position-image-3 {
    right: -320px;
    bottom: 0;
  }

  .image-position-approach-4 {
    position: relative;
    bottom: 0;
    top: 0;
    z-index: 1;
    height: 400px;
    width: 700px;
  }

  .position-image-4 {
    left: -320px;
  }

  .h5-text {
    font-size: calc(
      1rem + 1.2vw
    ); /* wider from mobile and smaller from notebook */
    line-height: 32px;
    letter-spacing: 0.5px;
  }

  .hero-text {
    font-size: calc(2.5rem + 2.8vw);
    line-height: 64px;
    color: #9ACBD0;
    letter-spacing: 1.1px;
  }
}


  .custom-padding-half {
    padding-top: 0;
    padding-bottom: 100px;
  }

  .custom-padding-half-bottom {
    padding-top: 100px;
    padding-bottom: 0;
  }

 
  /* custom new header text */
  .hero-text {
    font-size: 80px;
    line-height: 90px;
    line-height: -1.5px;
  }

  .hero-text-landing-page {
    font-size: 80px;
    line-height: 90px;
    line-height: -1.5px;
  }

  .h1-text {
    font-size: 70px;
    line-height: 60px;
    letter-spacing: -0.5px;
  }

  .h2-text {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0;
  }

  .h3-text {
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 0;
  }

  .h4-text {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0;
  }

  .h5-text {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
  }

  .h6-text {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.15px;
  }

  .font-size-banner {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.15px;
  }

  .channer-booster {
    width: 250px;
  }

  .right-c {
    top: 100px;
    left: 0;
  }

  .fs-c {
    font-size: 1rem !important;
  }

  .margin-c {
    margin-top: 0;
  }

  .margin-short-c {
    margin-top: 0;
  }

  .padding-left-c {
    padding-left: 50px;
  }

  .padding-right-c {
    padding-right: 100px;
  }

  .padding-right-text {
    padding-right: 150px;
  }

  .image-position-approach-1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 300px;
    width: 300px;
  }

  .image-position-approach-2 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    height: 350px;
    width: 400px;
  }

  .custom-height-about {
    height: 800px;
  }

  .display-image-about {
    display: inline;
  }

  .image-position-approach-3 {
    position: relative;
    /* right: 0;
    bottom: 0; */
    z-index: 2;
    height: 500px;
    width: 550px;
  }

  .position-image-3 {
    right: 0;
    top: 0;
  }

  .image-position-approach-4 {
    position: relative;
    /* bottom: 600px; */
    z-index: 1;
    height: 400px;
    width: 450px;
  }

  .position-image-4 {
    left: 0;
    bottom: 600px;
  }

  .creative-section img {
    height: 300px;
  }

  .icon-box i {
    font-size: 50px;
  }

  /* .padding-margin-auto-x-c {
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    padding-left: 0;
  } */

  .border-text-size {
    font-size: 200px;
    line-height: 200px;
    letter-spacing: -1.5px;
  }

  .creative-gallery .col-lg-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .creative-gallery .col-lg-4:first-child {
    padding-left: 0;
  }

  .creative-gallery .col-lg-4:last-child {
    padding-right: 0;
  }

  .creative-gallery img {
    display: block;
  }

  .padding-c {
    padding-top: 120px;
  }

  .testimonials-cards-wrapper {
    justify-content: space-between;
  }

  .testimonial-card {
    width: calc(33.333% - 16px);
    min-width: unset;
    margin: 0 8px;
  }

  .blog-card {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .bg-img-c {
    height: 150px;
  }

  .btn-ready-c {
    text-decoration: none;
    color: black;
    background-color: var(--secondary-color);
    width: 80%;
    display: inline-block;
    text-align: center;
    padding: 15px 0;
    margin-top: 0;
  }

  .review-ps-custom {
    padding-left: 100px;
  }

  .col-lg-custome {
    flex: 0 0 auto;
    width: 28%;
  }

  .ps-custome {
    padding-left: 100px;
  }

  .image-position-experience-1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 300px;
    width: 300px;
  }

  .image-position-experience-2 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 3;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
  }

  .image-position-experience-3 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: end;
  }

  .img-1 {
    max-width: 50%;
    max-height: 50%;
    margin-left: 50px;
  }

  .img-2 {
    max-width: 100%;
    max-height: 100%;
    background-size: cover;
  }

  .img-3 {
    max-width: 80%;
    max-height: 80%;
  }

  .font-size-404 {
    font-size: 200px;
  }

