/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*
    Theme name: BigCity Theme
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
   reset css starts here
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

.hidden {
    visibility: none !important;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    overflow-x: hidden;
    width: 100%;
    max-width: 100vw;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* reset css ends here */
html {
    overflow-x: hidden;
}

.container {
    width: 85%;
    margin-left: 8.33%;
}

.formcontainer {
    width: 75%;
    margin-left: 12.33%;
}

.floatingwhatsapp {
    display: none;
}

 .tag {
    border-radius: 5px;
    background: #ABC44A;
    width: 55px;
    height: 20px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    color: var(--monochrome-white, #FFF);
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    padding-top: 6px;
 }
 
 .loyalty-program-container {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 60px;
    padding-left: 8.33%;
    background: #4A2068;
    width: 100%;
 }
 
 .loyalty-program-message {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    font: 500 16px Avenir;
    color: white;
 }

 .story {
    width: 75%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
 }

 html {
    scroll-behavior: smooth;
  }

nav {
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 34rem;
    height: 64px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
 }
  
ul, li {
    display: inline;
}

.navitems, .mobnavitems{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.mainheader {
    width: 100%;
    padding-left: 8.33%;
    padding-right: 8.33%;
    background-color: #fff;
}

.mainheader.sticky {
    position: fixed;
    top: 0;
    z-index: 999;
    -webkit-box-shadow: 0px 3px 8px 0px rgba(190, 195, 204, 0.20);
            box-shadow: 0px 3px 8px 0px rgba(190, 195, 204, 0.20);
    
 }

.navitem {
    color: #303645;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    height: 64px;
    padding-top: 3rem;
}

.navbutton {
    border-radius: 24px;
    background: -o-linear-gradient(200deg, #ABC44A 6.02%, #3DA2D2 212.86%);
    background: linear-gradient(250deg, #ABC44A 6.02%, #3DA2D2 212.86%);
    -webkit-box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.07);
            box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.07);
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 31px;
    letter-spacing: 0.5px;
    padding-left: 20px;
    padding-right: 16px;
    height: 36px;
    font-family: "Poppins", sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
}

.navbutton a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 4px;
    padding-bottom: 4px;
}

.agency-dropdown {
    display: none;
    opacity: 0;
    width: 100%;
    top: 64px;
    background-color: #ffffff;
    height: 300px;
    z-index: 990;
    position: fixed;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, -webkit-transform 0.5s;
    -o-transition: opacity 0.5s, transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
    transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
    -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
            transform: translateY(-20px);
}

.navitem:hover{
    color: #006CFE;
}

.animate-top-down {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0)
}

.agency-dropdown-master {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 32px;
}

.agency-dropdown-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 64px;
}

.platform-dropdown-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
}

.agencyitem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.navtext {
    color: #828999;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
}

.headerdivider {
    width: 300px;
    height: 0px;
    left: 160px;
    top: 68px;
    border: 1px solid #C4C4C4;
}

.navcontainer {
    width: 75%;
    margin-left: 12.5%;
}


/* header styling ends here */

video {
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
}

button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 8px 29px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    border-radius: 24px;
    border: 1px solid #000000;
    color:#000000;
    background-color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 175% */
    letter-spacing: 0.08px;
    height: 54px;
    cursor: pointer;
}

/* services and reward card design starts here  */

:root {
  --d: 700ms;
  --e: cubic-bezier(0.19, 1, 0.22, 1);
}

.page-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

.mobilemenu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    z-index: 1000;
    overflow-x:hidden;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
    /* overflow-y: scroll; */
}

.mobilemenu::-webkit-scrollbar {
    display: none;
  }

.modal-content {
    background-color: #fff;
    padding: 20px;
    border: 1px solid #888;
    height: 100%;
    border-radius: 10px;
    position: relative;
    overflow-x: hidden;
    /* overflow-y: auto; */
}

.close {
    position: absolute;
    scale: 200%;
    right: 10px;
    padding: 10px;
    cursor: pointer;
}

.close:hover {
    color: red;
}

.mobile-menu-header{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.m-menu {
    width: 100%;
}

.m-item {
    border-bottom: 1px solid #ccc;
    margin: 10px;
}

.accordion {
    color: #333;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    text-align: left;
    border: none;
    text-transform: uppercase;
}

.m-item h2 {
    padding: 10px;
    text-transform: uppercase;
    cursor: pointer;
}

.arrow{
    float: right;
    padding-right: 1rem;
}

.panel {
    display: none;
    padding: 10px;
    background-color: #fff;
}

.accordion.active .arrow {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    position: relative;
    right: 1rem;
}

.panel.active {
    display: block;
}

.panel ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
}

.panel ul li {
    font-family: "Poppins", sans-serif;
    color: #222;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
}

.servicesheader {
    text-align: center;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  overflow: hidden;
  width: 100%;
  text-align: center;
  color: whitesmoke;
  background-color: whitesmoke;
}

.servicemaster {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.servicesecondrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    position: relative;
    top: 0px;
}


.service1, .service2, .service3, .service4 {
    width: 32%;
}

.service5 {
    width: 65%;
}

.card2, .card3, .card5 {
    height: 300px;
}

.wcard2, .wcard3, .wcard5 {
    height: 300px;
}

.card1 {
    height: 300px;
    z-index: 100;
}

.wcard1 {
    height: 300px;
    z-index: 100;
}

.card4{
    height: 300px;
}

.wcard4{
    height: 300px;
}

.card {
    border-radius: 0px 30px 30px 30px;
}
.card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  background-size: cover;
  background-position: 0 0;
  -webkit-transition: -webkit-transform calc(var(--d) * 1.5) var(--e);
  transition: -webkit-transform calc(var(--d) * 1.5) var(--e);
  -o-transition: transform calc(var(--d) * 1.5) var(--e);
  transition: transform calc(var(--d) * 1.5) var(--e);
  transition: transform calc(var(--d) * 1.5) var(--e), -webkit-transform calc(var(--d) * 1.5) var(--e);
  pointer-events: none;
}
.card:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
  pointer-events: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(11.7%, rgba(0, 0, 0, 0.009)), color-stop(22.1%, rgba(0, 0, 0, 0.034)), color-stop(31.2%, rgba(0, 0, 0, 0.072)), color-stop(39.4%, rgba(0, 0, 0, 0.123)), color-stop(46.6%, rgba(0, 0, 0, 0.182)), color-stop(53.1%, rgba(0, 0, 0, 0.249)), color-stop(58.9%, rgba(0, 0, 0, 0.32)), color-stop(64.3%, rgba(0, 0, 0, 0.394)), color-stop(69.3%, rgba(0, 0, 0, 0.468)), color-stop(74.1%, rgba(0, 0, 0, 0.54)), color-stop(78.8%, rgba(0, 0, 0, 0.607)), color-stop(83.6%, rgba(0, 0, 0, 0.668)), color-stop(88.7%, rgba(0, 0, 0, 0.721)), color-stop(94.1%, rgba(0, 0, 0, 0.762)), to(rgba(0, 0, 0, 0.79)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.009) 11.7%, rgba(0, 0, 0, 0.034) 22.1%, rgba(0, 0, 0, 0.072) 31.2%, rgba(0, 0, 0, 0.123) 39.4%, rgba(0, 0, 0, 0.182) 46.6%, rgba(0, 0, 0, 0.249) 53.1%, rgba(0, 0, 0, 0.32) 58.9%, rgba(0, 0, 0, 0.394) 64.3%, rgba(0, 0, 0, 0.468) 69.3%, rgba(0, 0, 0, 0.54) 74.1%, rgba(0, 0, 0, 0.607) 78.8%, rgba(0, 0, 0, 0.668) 83.6%, rgba(0, 0, 0, 0.721) 88.7%, rgba(0, 0, 0, 0.762) 94.1%, rgba(0, 0, 0, 0.79) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.009) 11.7%, rgba(0, 0, 0, 0.034) 22.1%, rgba(0, 0, 0, 0.072) 31.2%, rgba(0, 0, 0, 0.123) 39.4%, rgba(0, 0, 0, 0.182) 46.6%, rgba(0, 0, 0, 0.249) 53.1%, rgba(0, 0, 0, 0.32) 58.9%, rgba(0, 0, 0, 0.394) 64.3%, rgba(0, 0, 0, 0.468) 69.3%, rgba(0, 0, 0, 0.54) 74.1%, rgba(0, 0, 0, 0.607) 78.8%, rgba(0, 0, 0, 0.668) 83.6%, rgba(0, 0, 0, 0.721) 88.7%, rgba(0, 0, 0, 0.762) 94.1%, rgba(0, 0, 0, 0.79) 100%);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform calc(var(--d) * 2) var(--e);
  transition: -webkit-transform calc(var(--d) * 2) var(--e);
  -o-transition: transform calc(var(--d) * 2) var(--e);
  transition: transform calc(var(--d) * 2) var(--e);
  transition: transform calc(var(--d) * 2) var(--e), -webkit-transform calc(var(--d) * 2) var(--e);
}
.card1:before {
  background-image: url(./assets/service1.png);
  background-size: cover;
}
.card2:before {
  background-image: url(./assets/service2.png);
  background-size: cover;
}
.card3:before {
  background-image: url(./assets/service3.png);
  background-size: cover;
}

.card4:before {
    background-image: url(./assets/service4.png);
    background-size: cover;
  }

  .card5:before {
    background-image: url(./assets/service5.png);
    background-size: cover;
  }


/* for whybigcitypage */
  .wcard1:before {
    background-image: url(./assets/wservice1.png);
    background-size: cover;
  }
  .wcard2:before {
    background-image: url(./assets/wservice2.png);
    background-size: cover;
  }
  .wcard3:before {
    background-image: url(./assets/wservice3.png);
    background-size: cover;
  }
  
  .wcard4:before {
      background-image: url(./assets/wservice4.png);
      background-size: cover;
    }
  
    .wcard5:before {
      background-image: url(./assets/wservice5.png);
      background-size: cover;
    }


/* reward card */
  .reward1:before {
    background-image: url(./assets/reward1.png);
  }
  .reward2:before {
    background-image: url(./assets/reward2.png);
  }
  .reward3:before {
    background-image: url(./assets/reward3.png);
  }


.content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 1rem;
  -webkit-transition: -webkit-transform var(--d) var(--e);
  transition: -webkit-transform var(--d) var(--e);
  -o-transition: transform var(--d) var(--e);
  transition: transform var(--d) var(--e);
  transition: transform var(--d) var(--e), -webkit-transform var(--d) var(--e);
  z-index: 1;
}
.content > * + * {
  margin-top: 1rem;
}

.title {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.2;
}

.copy {
  font-size: 1.125rem;
  line-height: 1.35;
}

.cardbtn {
    border: 1px;
    background: -o-linear-gradient(252deg, #ABC44A 12.34%, #3DA2D2 139.64%);
    background: linear-gradient(198deg, #ABC44A 12.34%, #3DA2D2 139.64%);
}

@media (hover: hover) and (min-width: 600px) {
  .card:after, .rewardcard:after {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .content {
    -webkit-transform: translateY(calc(100% - 4.5rem));
        -ms-transform: translateY(calc(100% - 4.5rem));
            transform: translateY(calc(100% - 4.5rem));
  }
  .content > *:not(.title) {
    opacity: 0;
    -webkit-transform: translateY(1rem);
        -ms-transform: translateY(1rem);
            transform: translateY(1rem);
    -webkit-transition: opacity var(--d) var(--e), -webkit-transform var(--d) var(--e);
    transition: opacity var(--d) var(--e), -webkit-transform var(--d) var(--e);
    -o-transition: transform var(--d) var(--e), opacity var(--d) var(--e);
    transition: transform var(--d) var(--e), opacity var(--d) var(--e);
    transition: transform var(--d) var(--e), opacity var(--d) var(--e), -webkit-transform var(--d) var(--e);
  }

.card:hover,
.card:focus-within, .rewardcard:hover,
.rewardcard:focus-within {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
.card:hover:before,
.card:focus-within:before,  .rewardcard:hover:before,
.rewardcard:focus-within:before {
    -webkit-transform: translateY(-4%);
        -ms-transform: translateY(-4%);
            transform: translateY(-4%);
  }
.card:hover:after,
.card:focus-within:after,   .rewardcard:hover:after,
.rewardcard:focus-within:after {
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
.card:hover .content,
.card:focus-within .content,   .rewardcard:hover .content,
.rewardcard:focus-within .content {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
.card:hover .content > *:not(.title),
.card:focus-within .content > *:not(.title),  .rewardcard:hover .content > *:not(.title),
.rewardcard:focus-within .content > *:not(.title) {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition-delay: calc(var(--d) / 8);
         -o-transition-delay: calc(var(--d) / 8);
            transition-delay: calc(var(--d) / 8);
  }

.card:focus-within:before, .card:focus-within:after,
.card:focus-within .content,
.card:focus-within .content > *:not(.title),
.rewardcard:focus-within:before, .rewardcard:focus-within:after,
.rewardcard:focus-within .content,
.rewardcard:focus-within .content > *:not(.title) {
    -webkit-transition-duration: 0s;
         -o-transition-duration: 0s;
            transition-duration: 0s;
  }
}

/* services and reward card design ends here  */

#statssection {
    width: 100%;
    background-image: url(./assets/statsbanner.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 30px 30px 0px 0px;
}

.stats {
    width: 460px;
    height: 540px;
    margin-left: 120px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.statsflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
}

.statnum {
    color: #172C5D;
    -webkit-font-feature-settings: 'clig' off, 'liga' off;
            font-feature-settings: 'clig' off, 'liga' off;
    font-family: "Poppins", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px; /* 140% */
    letter-spacing: 0.5px;
}

.statnum {
    border-left: 5px solid #ABC44A;
    border-radius: 4px;
    padding-left: 20px;
}

.statrow1 p, .statrow2 p {
    padding-left: 20px;
}

.statrow1, .statrow2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5rem;
}

.statrow img {
    width: 45%;
}

.statrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.cio2{
    text-align: center;
}

.cioflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    gap: 0rem;
}

.ourwork {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 300%;
    /* height: 100%; */
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.ourworkarrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: absolute;
    top: 50%;
    width: 100%;
    cursor: pointer;
    opacity: 0.5;
}

.ourworkarrow:hover {
    opacity: 1;
}

#ourwork {
    overflow: hidden;
    position: relative;
}

.carousel-slide {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 100%;
}

.carousel-slide img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;

}

#ourclients {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
}

.clientlogos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 64px;
}

.stableflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 48px;
    padding-top: 80px;
    padding-bottom: 80px;
}

.item {
    width: 318px;
    padding-bottom: 16px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    cursor: pointer;
    border-radius: 0px 30px 30px 30px;
    background: var(--monochrome-white, #FFF);
    -webkit-box-shadow: 0px 24px 64px 0px rgba(0, 0, 0, 0.06);
            box-shadow: 0px 24px 64px 0px rgba(0, 0, 0, 0.06);
}

.blogitems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 64px;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.blogitems::-webkit-scrollbar {
    display: none;
  }

.cardtext {
    color:#6F6F8D;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.two-lines {
    overflow: hidden;
    display: -webkit-box !important;
    line-clamp: 2;
    -webkit-line-clamp: 2;  /* Number of lines you want in the block */
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: normal;
}

.cardtype {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0.5rem 1rem;
}

.cardtitle {
    padding: 0.5rem 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
}

#lateststable {
    background: #F9F9F9;
    -webkit-box-shadow: 0px 3px 8px 0px rgba(190, 195, 204, 0.20);
            box-shadow: 0px 3px 8px 0px rgba(190, 195, 204, 0.20);
}

#contactus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 48px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /* background-color: #ffffff; */
    border-radius: 30px;
}

.center {
    width: 70%;
    margin-left: 5%;
}

.formflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.contform {
    background-image: url(./assets/formbg1.png);
    background-size: cover;
}

.dropdown, .textinput {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px;
    width: 400px;
}

.mainform {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    gap: 48px;
}

.dropdown label, .textinput label {
    color: #17173A;
    -webkit-font-feature-settings: 'clig' off, 'liga' off;
            font-feature-settings: 'clig' off, 'liga' off;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.292px;
}

#carSelect {
    border-radius: 4px;
    border: 1px solid #DDE2EE;
    background: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    padding: 8px 5px 8px 15px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 145px;
}

.textinput input{
    border-radius: 4px;
    border: 1px solid var(--tertiary-grey-1, #DDE2EE);
    background: #FFF;
    height: 40px;
    padding: 10.5px 201.124px 10.5px 15.143px;
}

#message {
    border-radius: 4px;
    border: 1px solid var(--tertiary-grey-1, #DDE2EE);
    background: #FFF;
    width: 850px;
    height: 90px;
    padding: 10.5px 626px 60.5px 15px;
}

#formflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
}

.tempHeadContBdr {
    display: none !important;
}

.tempHeadBdr {
    display: none !important;
}

.footer {
    background-color: #172C5D;
}

.footerhiring {
    color: #ABC44A;
    vertical-align: middle;
    font-family: "Nanum Pen Script", cursive;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
}

#awards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 60px;
    gap: 12px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

#awards::-webkit-scrollbar {
    display: none;
  }

.subsection{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.subscribe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: baseline;
        -ms-flex-pack: baseline;
            justify-content: baseline;
    gap: 20px;
}

.social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: baseline;
        -ms-flex-pack: baseline;
            justify-content: baseline;
    gap: 16px;
}

#subform {
    width: 360px;
}

.submitform {
    height: 40px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 4px;
    background: -o-linear-gradient(213deg, #ABC44A -7.87%, #3DA2D2 212.17%);
    background: linear-gradient(237deg, #ABC44A -7.87%, #3DA2D2 212.17%);
    color: #FFF;
    text-align: center;
    -webkit-font-feature-settings: 'clig' off, 'liga' off;
            font-feature-settings: 'clig' off, 'liga' off;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 31px; /* 221.429% */
    letter-spacing: 0.5px;
}

.footercols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.foocol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 4px;
}

.foocol a {
    color:#D9DBE1 !important;
    -webkit-font-feature-settings: 'salt' on, 'liga' off;
            font-feature-settings: 'salt' on, 'liga' off;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
}

.foocol a:hover{
    color: #ABC44A !important;
}

/* responsive header css begins here */
@media screen and (max-width: 2400px) {
    nav {
        gap: 20rem;
    }
}

@media screen and (max-width: 1600px) {
    nav {
        gap: 9rem;
    }
}

@media screen and (max-width: 1150px) {

body {
    width: 100%;
    max-width: 100vw;
}

.mobileheader {
    position: absolute;
    right: 45px;
} 
 
.mobileheader.sticky{
    right: 18%;
}

.navitems {
    display: none;
 }   

 .loyalty-program-message {
    width: 95%;
 }

 video{
    height: auto;
 }

 #our_services, .cioflex, .subsection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
 }

 .cio1{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
 }

 .cio1 img {
    width: 80%;
    height: auto;
 }

.cio2{
    width: 85%;
    text-align: center;
 }

 .carousel-slide img {
    -o-object-fit: fill;
       object-fit: fill;
 }

 #ourclients, .stableflex h1 {
    text-align: center;
 }

.clientlogos {
    gap: 32px;
}

.blogitems {
    width: 100%;
    overflow-x: auto;
    gap: 16px;
}

.container {
    width: 90%;
    margin-left: 5%;
}

.mainform {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
}

.dropdown, .textinput{
    width: 21rem;
}

#message {
    width: 21rem;
    padding: 10.5px 151px 60.5px 15px;
}

#awards {
    width: 92%;
    gap: 24px;
    overflow-x: auto;
    padding-left: 3rem;
}

#subform {
    width: 300px;
}

}

@media screen and (max-width: 576px) {

.subsection iframe {
    height: 340px !important;
    width: 100% !important;
}

.mobilehidden {
        display: none !important;
    }

.desktophidden {
        display: flex !important;
      }

.cio2 h1 {
    font-size: 26px !important;
}

.cio2 p {
    font-size: 16px !important;
}

h1 {
    font-size: 26px !important;
}

p {
    font-size: 16px !important;
}

.footercols {
    display: grid;
    grid-template-columns: 50% 50%;
}


.cio1 img {
    width:100%;
    height: auto;
}


.servicesecondrow {
    position: inherit;
}

.page-content, .servicesecondrow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.service1, .service2, .service3, .service4, .service5 {
    width: 90%;
}


.xsbtn{
    display: none;
}

.mobileheader {
    right: 15px;
}

.loyalty-program-container {
    height: auto;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    width: 100%;
}

.card {
    height: 320px;
    width: 90%;
}

.statrow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
}

.statrow1, .statrow2 {
    gap: 2rem;
}

.statrow img {
    width: 100%;
}

.xshidden{
    display: none;
}

.dropdown, .textinput, #message {
    width: 16rem;
}

.textinput input, #message {
    padding-right: 0px;
}

#our_services, .cioflex, .subsection, .servicesheader {
    text-align: center;
}

body {
    overflow-x: hidden;
    width: 100%;
    max-width: 100vw;
}

.subscribe {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.clientlogos {
    width: 100%;
    overflow-x: auto;
    scrollbar-width: none;
}

.mobileheader.sticky{
    right: 85px;
}

.cio2 {
    width: 100%;
}

#subform {
    height: 40px;
}

.submitform{
    padding-left: 9%;
}

.formflex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
}

.center {
    width: 90%;
    margin-bottom: 20px;
}

.formcontainer {
    margin-left: 0;
    width: 100%;
}

.statrow img {
    height: auto !important;;
}

#awards img {
    width: 100px;
}

#awards {
    padding-top: 50px;
    justify-content: right;
}

.footercols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
}

.floatingwhatsapp {
    width: 96px;
    bottom: 20px;
    right: 10px;
    position: fixed;
    z-index: 200;
    display: block;
}

}

@media screen and (min-width: 1151px) {
    .mobileheader, .mobilemenu {
        display: none;
    }
    
}

/* universal css begins here */

.whitetext {
    color: #ffffff !important;
}

.greentext {
    color: #ABC44A !important;
}

.bluetext {
    color:#006CFE;
}

.spacer10 {
    height: 10px;
    width: 100%;
    visibility: hidden;
}

.spacer20 {
    height: 20px;
    width: 100%;
    visibility: hidden;
}


.spacer40 {
    height: 40px;
    width: 100%;
    visibility: hidden;
}

.spacer60 {
    height: 60px;
    width: 100%;
    visibility: hidden;
}

.spacer100 {
    height: 100px;
    width: 100%;
    visibility: hidden;
}

.font16 {
    font-size: 16px;
}

a {
    text-decoration: none !important;
    color: inherit !important;
    vertical-align: inherit !important;
    cursor: pointer;
}

centre {
    text-align: center;
}

h1{
    color: #172C5D;
    font-family: "Poppins", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.manual-tag{
    color: #172C5D;
    font-family: "Poppins", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

h2 {
    color: #222;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 160% */
    letter-spacing: 0.1px;
}

h3 {
    color:#222;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
    letter-spacing: 0.08px;
}

.platform-dropdown-column a, .agencyitem a {
        color:#222;
        font-family: "Poppins", sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px; /* 150% */
        letter-spacing: 0.08px;
        cursor: pointer;
}

.platform-dropdown-column a:hover, .agencyitem a:hover {
    color:#006CFE !important;
}

p {
    color: #3F3F3F;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.jobrequirements ul, .jobrequirements li {
    display: list-item;
    list-style: unset;
    padding-bottom: 1rem;

font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 30px;
color: #000000;


}