/*=== Reset Css Start ===*/

:root {
  --primary-color: #003f5c;
  --secondary-color: #ff4e4e;
  --bs-dropdown-link-active-bg: #f8f9fa !important;
  --bs-emphasis-color-rgb: 0, 63, 92;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 1) !important;
  --bs-primary-rgb: 0, 63, 92;
  --bs-secondary-rgb: 255, 78, 78;
  --bs-purple: #6b5695;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #ff4e4e;
  --bs-btn-border-color: #ff4e4e;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #e81a1a;
  --bs-btn-hover-border-color: #e81a1a;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #e81a1a;
  --bs-btn-active-border-color: #e81a1a;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #ff4e4e;
  --bs-btn-disabled-border-color: #ff4e4e;
}

.btn-outline-primary {
  --bs-btn-color: #ff4e4e;
  --bs-btn-border-color: #ff4e4e;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #ff4e4e;
  --bs-btn-hover-border-color: #ff4e4e;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #ff4e4e;
  --bs-btn-active-border-color: #ff4e4e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ff4e4e;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ff4e4e;
  --bs-gradient: none;
}

.btn-outline-black {
  --bs-btn-color: #003f5c;
  --bs-btn-border-color: #003f5c;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #003f5c;
  --bs-btn-hover-border-color: #003f5c;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #003f5c;
  --bs-btn-active-border-color: #003f5c;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #003f5c;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #003f5c;
  --bs-gradient: none;
}

@font-face {
  font-family: "Poppins-r";
  src: url("../../fonts/Poppins-Light.ttf") format("truetype");
  font-weight: normal;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Poppins-m";
  src: url("../../fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins-sb";
  src: url("../../fonts/Poppins-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins-b";
  src: url("../../fonts/Poppins-SemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

* {
  text-decoration: none !important;
  outline: none !important;
  list-style: none;
  scrollbar-width: thin;
  scrollbar-color: black gary;
}

html {
  font-size: 12px;
}

body {
  width: 100%;
  height: 100vh;
  font-weight: 400;
  font-family: "Poppins-r";
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  color: var(--primary-color);
  font-size: 12px;
  scroll-behavior: smooth;
}

/* === scroll body === */
body::-webkit-scrollbar {
  width: 8px;
  background: rgb(255 255 255 / 59%);
}
/* Track */
body::-webkit-scrollbar-track {
  background: rgb(255 255 255 / 59%);
}
/* Handle */
body::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}
/* Handle on hover */
body::-webkit-scrollbar-thumb:hover {
  background: #ccc;
}

a,
a:hover {
  color: var(--primary-color);
}

ul,
li {
  padding: 0;
  margin: 0;
  font-size: 1.25rem;
}

.form-label {
  color: #000;
}

.height-100vh {
  height: 100vh;
}

.height-100vh,
.about-img {
  height: auto;
}

h1,
.h1 {
  font-size: 3rem;
  font-family: "Poppins-sb";
}
h2,
.h2 {
  font-size: 2rem;
  font-family: "Poppins-sb";
}
h3,
.h3 {
  font-size: 1.5rem;
  font-family: "Poppins-sb";
}
h4,
.h4 {
  font-size: 1.375rem;
}
h5,
.h5 {
  font-size: 1.25rem;
  font-family: "Poppins-sb";
}

p {
  font-size: 1.25rem;
  color: #000000;
}

.text-white p {
  color: #ffffff;
}
.navbar {
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 1);
}
.nav-link,
.btn {
  font-family: "Poppins-m";
  font-size: 1rem;
}
.light-bluegrey-bg {
  background: #f2f7fb;
}
.bg-purple {
  background: var(--bs-purple);
}
.pb-6 {
  padding-bottom: 5rem !important;
}

.fm-r-poppins {
  font-family: "Poppins-r";
}
.fm-m-poppins {
  font-family: "Poppins-m";
}
.fm-sb-poppins {
  font-family: "Poppins-sb";
}
.fm-b-poppins {
  font-family: "Poppins-b";
}

/*=== Reset Css End ===*/


/*===Dropdown Menu Start ===*/

.dropdown-menu[data-bs-popper] {
  left: 50%;
  transform: translateX(-50%);
}

.dropdown-menu::before {
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  width: 20px;
  height: 10px;
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -10px;
  display: block;
  background: #fff;
  z-index: -1;
}
.dropdown-menu {
  border: 0px solid #eee;
  -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.26);
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.26);
  border-radius: 2px; /*inset:10px auto auto 0px !important;*/
  padding: 30px;
  width: 840px;
}
.dropdown-item {
  border-bottom: solid 0px #eee;
  padding: 0rem;
  padding-bottom: 20px;
}
.dropdown-item:last-child {
  border-bottom: 0;
}

.dropdown-item .small img{ 
   height:22px;
}

.dropdown-item a {
  font-size: 0.875rem;
  color: #003f5c;
  font-family: "Poppins-sb";
  padding: 0.4rem 0rem;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.dropdown-item a:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  border-bottom: 1px solid #003f5c;
  transform: translateX(-100%);
  transition: all ease 0.5s;
  width: 100%;
}

.dropdown-item a:hover:before {
  transform: translateX(0%);
}

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: transparent;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #f8f9fa;
  color: #212529;
}

.dropdown-menu .tag {
  border-radius: 4px;
  padding: 0.625rem;
  margin: 0.5rem 0rem;
}

.dropdown-menu .tag-blue {
  background: #f2f7fb;
}
.dropdown-menu .tag-yellow {
  background: #fcf3db;
}

.dropdown-menu .launch-item {
  background: #f8f8f8;
  padding: 1rem;
  border-radius: 2px;
  font-size: 0.875rem;
  font-family: "Poppins-sb";
  display:inline-block;
}


.dropdown-menu .launch-item h6 {
  color: rgba(0, 0, 0, 0.5);
}
.dropdown-menu .launch-item p {
  color: #000;
  font-size: 0.875rem;
}

.dropdown-menu .carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #d4d4d4;
  opacity: 1;
  border: 0;
}

.dropdown-menu .carousel-indicators .active {
  background-color: #989898;
}

/*===Dropdown Menu End===*/




/*=== Header Start ===*/

header.fixed {
  position: fixed;
}

header.fixed .top-bar {
  display: none;
}

header {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 999;
  transition: all ease 0.5s;
}

header .nav-link {
  font-size: 1rem;
}

/*=== Header  End ===*/



/*=== Homge Page Start ===*/

.home-bg{ 
    padding-top:53px;
    
}

.hero-banner-content{
     padding-left:20px;
    padding-right:20px;
    color: #000;
} 

.hero-banner-content .btn-primary{
    min-width:194px;
}

.hero-banner-content .btn-outline-dark{
    min-width:160px;
}

.top-slide-left {
  height: 100%;
  display: flex;
  flex-direction: column;
} 

.customers-bg-slider {
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
}

.customers-bg-slider .owl-carousel::before {
  content: "";
  display: block;
  width: 100px;
  height:100%;
  background: linear-gradient(
    -90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 30%,
    rgba(255, 255, 255, 0) 100%
  );
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.customers-bg-slider .owl-carousel::after {
  content: "";
  display: block;
  width: 100px;
  height:100%;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 30%,
    rgba(255, 255, 255, 0) 100%
  );
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}

 .customers-bg-slider .owl-carousel {
    height:100%;
  }

.owl-customer .item img {
  max-height: 40px;
/*  filter: grayscale(100%);*/
  margin: 0 auto;
}
.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}

.features-home h3 {
  padding-top: 3px;
}
.features-home p {
  margin-bottom: 0;
}
.features-home:hover {
  background: #f2f7fb;
  cursor: pointer;
}
.features-home img {
  width: 26px;
}

.pattern{ 
  position:relative;
}

.pattern::before {
  content: "";
  clip-path: polygon(100% 0, 100% 0%, 100% 100%, 80% 100%);
  height: 100%;
  width: 50%;
  background: #fff;
  display: block;
  position: absolute;
  right: 50%;
  top: 0px;
}

.pattern::after{
    position:absolute;
    left:0;
    bottom:0;
    content:'';
    width:50%;
    height:100%;
    background: url(../../images/v2/bottom-lft-pattern.png) 0 bottom no-repeat;
    z-index:1;
}

.pattern-purple {
  background:linear-gradient(
      90deg,
      rgba(169, 79, 151, 1) 0%,
      rgba(169, 79, 151, 1) 50%,
      rgba(255, 255, 255, 1) 50%,
      rgba(255, 255, 255, 1) 100%
    );
}

.pattern-green {
  background:linear-gradient(
      90deg,
      rgba(0, 143, 143, 1) 0%,
      rgba(0, 143, 143, 1) 50%,
      rgba(255, 255, 255, 1) 50%,
      rgba(255, 255, 255, 1) 100%
    );
}

.pattern-img{ 
    position:relative;
    z-index:2;
}

.pattern-img img {
  max-width: 85%;
}

.patter-afterbefore::after {
  display: none;
}

#carouselHome .carousel-indicators [data-bs-target],
#carouselHomeSecond .carousel-indicators [data-bs-target] {
  background-color: #000000;
}

.testimonial-bg {
  background: url("../../images/v2/testimonial-bg.jpg") 0 bottom no-repeat;
  background-size: cover;
}
.testimonial-content h1 {
  position: relative;
  padding: 0;
  font-size: 2rem;
  line-height: 34px;
  font-family: "Poppins-r";
  margin-bottom: 40px;
  text-indent: 45px;
}
.testimonial-content h1::after {
  content: "";
  background: url("../../images/v2/testimonial-lft.png") 0 0 no-repeat;
  background-size: 35px 25px;
  width: 35px;
  height: 25px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
.last-testimonial img {
  width: 35px;
  height: 25px;
}
.testimonial-content .testimonial-desc {
  padding: 0 0 0 20px;
  border-left: solid 2px rgba(255, 255, 255, 0.2);
}
.testimonial-content .testimonial-desc .small{
  height: 40px;
}
.testimonial-content .testimonial-desc .big {
  height:60px;
}
.testimonial-content .testimonial-desc .testimonial-name {
  font-size: 1.5rem;
}
.testimonial-content .testimonial-desc .testimonial-country,
.testimonial-content .testimonial-desc .testimonial-company {
  font-size: 1.375rem;
}


.festival-slider.owl-carousel .owl-dots.disabled{
    display:block;
}



/*=== Homge Page End ===*/




/*=== Company Page  Start ===*/


  .pattern-about {
    background:linear-gradient(
      90deg,
      rgb(242 247 251) 0%,
      rgb(242 247 251) 50%,
      rgba(255, 255, 255, 1) 50%,
      rgba(255, 255, 255, 1) 100%
    );
  }

  .pattern-team {
    background:linear-gradient(
      90deg,
      rgb(255 78 78) 0%,
      rgb(255 78 78) 50%,
      rgba(255, 255, 255, 1) 50%,
      rgba(255, 255, 255, 1) 100%
    );
  }
  
.pattern-career{
    background:linear-gradient(
      90deg, 
      rgb(255, 255, 255) 0%,       
      rgb(255, 255, 255) 50%,       
      rgba(0, 143, 143, 1) 51%,       
      rgba(0, 143, 143, 1) 100%      
    );
    overflow:hidden;
}

.team-item { 
    position:relative; 
    z-index:2;
}

.team-item img{
    margin-top:-27%;
    width:100%;
}

.team-item span {
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    line-height: 1.4;
    display: block;
}


.brand-main .brand-logo .col div {
  display: flex;
  align-content: center;
  height: 130px;
  flex-wrap: wrap;
  justify-content: center;
}


.brand-main .brand-box {
  border-bottom: dashed 1px rgba(0, 0, 0, 0.2);
  border-right: dashed 1px rgba(0, 0, 0, 0.2);
}


.client-logo {
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;

-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;

-o-transition: transform .6s ease-in-out;
-moz-transition: transform .6s ease-in-out;
-webkit-transition: transform .6s ease-in-out;
transition: transform .6s ease-in-out;
}

/* Flip-out animation (hide the current logo) */
.flip-out {
  animation: flipOut 0.8s forwards;
}

/* Flip-in animation (show the next logo) */
.flip-in {
  animation: flipIn 0.8s forwards;
}


.media-main .media-item {
  display: flex;
  flex-direction: column;
  border-radius: 4px;
}

.media-main .media-item .info {
  flex: 1;
}

.media-main .media-item .info h4{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size:1.125rem;
    line-height:1.5;
    color:#000;
}

.investors-main .item {
  width: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  padding: 60px 0px;
}

.investors-main .item.bg-secondary {
  position: relative;
}

.investors-main .item .line {
  background: #e2e2e2;
  opacity: 0.5;
  height: 1px;
  width: 300px;
  margin: 20px auto 20px;
}

.investors-main .title {
  font-size: 1.25em;
  line-height: 24px;
  margin-bottom: 10px;
  font-family: "Poppins-sb";
}

.investors-main .sub-title {
  font-size: 1em;
}

ul.sidebar-fixed {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

ul.sidebar-fixed li {
  width: auto;
  line-height:30px;
  font-size: 1.25rem;
}

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

.office-name {
  font-size:1.25rem;
  font-family: "Poppins-sb";
}

.office-address {
    font-size: 1.125rem;
}

.office-section {
  padding: 10px 0px 0;
}



/*===Customer Start ===*/

 
.pattern-digital {
    background: 
      linear-gradient(
        90deg,
        rgba(0, 63, 92, 1) 0%,  /* Left side dark blue */
        rgba(0, 63, 92, 1) 50%, /* Mid-point dark blue */
        rgba(255, 255, 255, 1) 50%, /* Mid-point white */
        rgba(255, 255, 255, 1) 100% /* Right side white */
      );
      
}


.review-content{
    max-width:85%;
}

.review-content blockquote {
    font-size: 1.688rem;
    line-height: 1.5;
    font-style: italic;
}

.review-content blockquote:before, 
.review-content blockquote:after {
    content: "\f6b0";
    font-family: bootstrap-icons!important;
    line-height: normal;
    color: rgba(255, 255, 255, 0.1);
    font-size: 2rem;
    transform: rotate(180deg);
    display: inline-block;
}

.review-content .review-detail {
    font-size: 1.125rem;
}

.pattern .brand-main .brand-box:nth-child(3n){
    border-right: 0 !important;
}

.pattern .brand-main .brand-box:nth-child(5n){
    border-right:dashed 1px rgba(0, 0, 0, 0.2)!important;
} 
 
.pattern .brand-box:nth-child(3n + 1):nth-last-child(-n + 3),
.pattern .brand-box:nth-child(3n + 1):nth-last-child(-n + 3) ~ .brand-box {
    border-bottom: 0 !important;
}




.pattern-fmcg {
    background: linear-gradient(
      90deg,
      rgba(255, 78, 78, 1) 0%,
      rgba(255, 78, 78, 1) 50%,
      rgba(255, 255, 255, 1) 50%,
      rgba(255, 255, 255, 1) 100%
    );
     
}
 

.pattern-consumer{
     background: linear-gradient(
      90deg,
      rgba(177, 87, 159, 1) 0%,
      rgba(177, 87, 159, 1) 50%,
      rgba(255, 255, 255, 1) 50%,
      rgba(255, 255, 255, 1) 100%
    );
     
}

.pattern-right::before {
    right:initial;
    clip-path: polygon(0 0, 20% 100%, 0% 100%, 0% 100%);
    left: 50%;
}

.pattern-right.pattern::after {
    background: url(../../images/v2/bottom-rht-pattern.png) 0 bottom no-repeat;
    left: calc(100% - 380px);
}


.pattern-right .review-content{ 
    padding-left:15px; 
    margin-left:auto;
}




.pattern-media {
  background: 
    linear-gradient(
      90deg, 
      rgb(255, 255, 255) 0%,       
      rgb(255, 255, 255) 50%,       
      rgba(0, 143, 143, 1) 50%,       
      rgba(0, 143, 143, 1) 100%      
    );
}

.pattern-consumer-service {
  background: 
    linear-gradient(
      90deg, 
      rgb(255, 255, 255) 0%,        
      rgb(255, 255, 255) 50%,      
      rgba(107, 86, 149, 1) 50%,       
      rgba(107, 86, 149, 1) 100%       
    );
}


.pattern-agencies{
      background: 
    linear-gradient(
      90deg, 
      rgb(255, 255, 255) 0%,        
      rgb(255, 255, 255) 50%,      
      rgba(255, 70, 128, 1) 50%,       
      rgba(255, 70, 128, 1) 100%       
    );
}


  
/*=== Footer Start ===*/

.footer-bg {
  background: transparent
    linear-gradient(180deg, #e0f3fc 0%, #f2f7fb 32%, #f2f7fb 100%) 0% 0%
    no-repeat;
}
.footer-about img {
  height: 30px;
  margin-bottom: 20px;
}
.footer-about p {
  color: #003f5c;
  margin-bottom: 30px;
}
.footer-about a:hover {
  text-decoration: underline !important;
}

.footer-request-demo {
  height: calc(100% - 535px);
}

ul.footer-menu-hr li {
  margin-right: 20px;
  display: inline-block;
  margin-bottom: 10px;
}
ul.footer-menu-hr li::before {
  content: "•";
  margin-right: 5px;
}
ul.footer-menu-hr li a:hover {
  text-decoration: underline !important;
}

.footer-copyright-section {
  margin: 0;
  line-height: 18px;
  border-top: 1px solid #e2e2e2;
  padding: 20px 0px;
}

.hidden {
  display: none;
}

.list-style ul li {
  font-size: 1rem;
  margin-bottom: 10px;
  color: #000000;
}
.list-style ul li::before {
  content: "✓";
  margin-right: 10px;
}
.list-style ul li:last-child {
  margin-bottom: 0;
}

/*=== Footer End===*/


/*===Back To Strat===*/

#back-top{
  background-color: rgba(0, 0, 0, 0.3);
  width: 50px;
  height: 50px;
  bottom:70px;
  right:25px;
  color:#fff;
  font-size:2rem;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  cursor:pointer;
}

#back-top:hover{
    background-color: rgba(0, 0, 0, 0.8);
}

#back-top.show {
  opacity: 1;
  visibility: visible;
}




/*===Modal Start===*/

.arrow-list li {
  background: url("../../images/v2/right-arrow.svg") 0 9px no-repeat;
  padding: 8px 0 8px 30px;
  font-size: 18px;
}

.popup-close {
  width: 44px;
  height: 44px;
  background: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  position: absolute;
  right: 0px;
  top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  z-index: 2;
}


/*=== keyframe Start ===*/

@keyframes slideIn {
  0% {
    opacity: 0; /* Start invisible */
    transform: translatey(-100px); /* Start off-screen */
  }
  100% {
    opacity: 1; /* End fully visible */
    transform: translatey(0); /* End in place */
  }
}



/* Keyframes for flip-out (rotate backward) */
@keyframes flipOut {
  0% {
    transform: rotateX(0);
    opacity: 1;
  }

  100% {
    transform: rotateX(-180deg);
    opacity: 0;
  }
}

/* Keyframes for flip-in (rotate forward) */
@keyframes flipIn {
  0% {
    transform: rotateX(180deg);
    opacity: 0;
  }
  
  100% {
    transform: rotateX(0);
    opacity: 1;
  }
}


