/* Smooth scroll stuff */
/*html {
    overflow-x: hidden;
    overflow-y: scroll;
}    

.js-scroll {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    will-change: transform;
}*/

/**
* @license
*
* Font Family: Clash Display
* Designed by: Indian Type Foundry
* URL: https://www.fontshare.com/fonts/clash-display
* © 2025 Indian Type Foundry
*
* Clash Display Extralight 
* Clash Display Light 
* Clash Display Regular 
* Clash Display Medium 
* Clash Display Semibold 
* Clash Display Bold 
* Clash Display Variable (Variable font)

*
*/
@font-face {
  font-family: 'ClashDisplay-Extralight';
  src: url('../fonts/ClashDisplay-Extralight.woff2') format('woff2'),
       url('../fonts/ClashDisplay-Extralight.woff') format('woff'),
       url('../fonts/ClashDisplay-Extralight.ttf') format('truetype');
  font-weight: 200;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'ClashDisplay-Light';
  src: url('../fonts/ClashDisplay-Light.woff2') format('woff2'),
       url('../fonts/ClashDisplay-Light.woff') format('woff'),
       url('../fonts/ClashDisplay-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'ClashDisplay-Regular';
  src: url('../fonts/ClashDisplay-Regular.woff2') format('woff2'),
       url('../fonts/ClashDisplay-Regular.woff') format('woff'),
       url('../fonts/ClashDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'ClashDisplay-Medium';
  src: url('../fonts/ClashDisplay-Medium.woff2') format('woff2'),
       url('../fonts/ClashDisplay-Medium.woff') format('woff'),
       url('../fonts/ClashDisplay-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'ClashDisplay-Semibold';
  src: url('../fonts/ClashDisplay-Semibold.woff2') format('woff2'),
       url('../fonts/ClashDisplay-Semibold.woff') format('woff'),
       url('../fonts/ClashDisplay-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'ClashDisplay-Bold';
  src: url('../fonts/ClashDisplay-Bold.woff2') format('woff2'),
       url('../fonts/ClashDisplay-Bold.woff') format('woff'),
       url('../fonts/ClashDisplay-Bold.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
/**
* This is a variable font
* You can control variable axes as shown below:
* font-variation-settings: wght 700.0;
*
* available axes:
'wght' (range from 200.0 to 700.0
*/
@font-face {
  font-family: 'ClashDisplay-Variable';
  src: url('../fonts/ClashDisplay-Variable.woff2') format('woff2'),
       url('../fonts/ClashDisplay-Variable.woff') format('woff'),
       url('../fonts/ClashDisplay-Variable.ttf') format('truetype');
  font-weight: 200 700;
  font-display: swap;
  font-style: normal;
}




:root{
  --primary-font:'Sora', sans-serif;
  --primary-color: #0c2a68;
  --grey-color: #979797;
  --white-color: #fff;
  --black-color: #000;
  --font-weight-300:300;
  --font-weight-400:400;
  --font-weight-500:500;
  --font-weight-600:600;
  --font-weight-Bold:700;
  --font-size-12: 12px;
  --font-size-13: 13px;
  --font-size-14: 14px;
  --font-size-15: 15px;
  --font-size-16: 16px;
  --font-size-17: 17px;
  --font-size-18: 18px;
  --font-size-21: 21px;
  --font-size-24: 24px;
  --font-size-26: 26px;
  --font-size-45: 45px;
  --font-size-31: 31px;
  --font-size-32: 32px;
}
:root.red {
  --primary-color: #d31f25;
  --text-color: #ffa500;
}

:root.blue {
  --primary-color: #3365ff;
  --text-color: #45ADFE;
}

:root.pink {
  --primary-color: #cb0065;
  --text-color: #fff;
}

body {
  margin: 0;
  background-color:#EEEEEE;
  color: var(--text-color);
  font-family: var(--primary-font);
  position: relative;  
  -webkit-font-smoothing: antialiased;
}
.nav-up {
    top: -140px;
}
.links-footer-menu ul {
    display: flex;
    list-style: none;
}
header {
    position: fixed;
    transition: top 0.6s ease-in-out;
    width: 100%;
    z-index: 999;
    background: #ffffff6b;
    backdrop-filter: blur(14.6px);
}
.mini-header {
    display: flex;
    width: 100%;
    padding: 10px 20px;
    border-radius: 7px;
}
.nav-down {
    top: 0;
}
.zoom-hover picture {
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 20px;
}
.zoom-hover picture img {
    transition: 1.5s cubic-bezier(0, 0, .2, 1);
}
.zoom-hover:hover picture img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.cta-comman-btn img{
    margin-left: 10px;
    padding: 9px 7px;
    border-radius: 100px;
    transition: .5s cubic-bezier(0, 0, .2, 1);
}
.cta-comman-btn {
    border-radius: 100px;
    border: 1px solid var(--primary-color);
    padding: 4px 4px 4px 20px;
    display: inline-block;
    margin-top: 5px;
    font-size: 14px;
    color: var(--primary-color);
    transition: .5s cubic-bezier(0, 0, .2, 1);
    text-decoration: none;
    font-weight: 400;
}
.cta-comman-btn:hover{
    background: var(--primary-color);
    color: #fff;
}
.cta-comman-btn:hover img {
    background: #fff;
    display: inline-block;
    border-radius: 100px;
}
span.font-small-big a {
    border-right: 1px solid var(--primary-color);
    padding-left: 1px;
    padding-right: 5px;
    display: inline-block;
    width: 35px;
    text-align: center;
}
span.font-small-big a:last-child {
    border: none;
    margin-left: 7px;
}
.color-change a {
    display: inline-block;
    padding: 1px 6px;
    border-radius: 4px;
    border: 1px solid #fff0;
    margin-left: 5px;
}
.color-change a.active{
  border: 1px solid #fff;
}
#color-red{
  background: #d31f25;
}
#color-blue{
  background: #3365ff;
}
.primary-cta-btn {
      color:var(--white-color);
      background: var(--primary-color);
      padding: 10px 35px;
      border-radius: 5px;
      display: inline-block;
      text-decoration:none;
      font-size: var(--font-size-14);
      font-weight: var(--font-weight-500);
      position: relative;
      cursor: pointer;
    overflow: hidden;
    border: none;
  }

.primary-cta-btn::before {
      z-index: -1;
      content: "";
      height: 100%;
      width: 0;
      background-color: #000;
      transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
      position: absolute;
      top: 0;
      left: 0;
      z-index: 9;
  }

.primary-cta-btn:hover::before {
      width: 100%;
  }
.primary-cta-btn:hover span {
      color: #fff;
      z-index: 99;
      position: relative;
  }
.white-primary-cta-btn {
      color:var(--primary-color);
      background: #fff;
      padding: 10px 35px;
      border-radius: 5px;
      display: inline-block;
      text-decoration:none;
      font-size: var(--font-size-14);
      font-weight: var(--font-weight-500);
      position: relative;
      cursor: pointer;
    overflow: hidden;
    border: none;
  }

.white-primary-cta-btn::before {
      z-index: -1;
      content: "";
      height: 100%;
      width: 0;
      background-color: #000;
      transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
      position: absolute;
      top: 0;
      left: 0;
      z-index: 9;
  }

.white-primary-cta-btn:hover::before {
      width: 100%;
  }
.white-primary-cta-btn:hover span {
      color: #fff;
      z-index: 99;
      position: relative;
  }
.main-menu .nav-link {
    display: block;
    padding: 1.5rem 1rem;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.navbar-expand-lg.main-menu .navbar-nav .nav-link {
    padding: 6px 15px 0px;
    cursor: pointer;
    color: #000;
    font-size: 14px;
}
.navbar-expand-lg.main-menu .navbar-nav .active .nav-link{
    color:#006699;
}
.navbar-expand-lg.main-menu .navbar-nav .nav-link.get-started {
    background: #FFCC00;
    color: #000;
    padding: 9px 19px;
    border-radius: 6px;
    font-weight: 400;
    border-radius: 30px;
}
a.navbar-brand picture {
    z-index: 99;
    top: 5px;
}
nav.navbar.navbar-expand-lg.main-menu {
    padding: 0px 0;
}


.dropdown:hover .dropdown-content {
    display: block;
    width: 118%;
    left: -17%;
    padding: 25px 20px;
    margin-top: 1px;
}
.dropdown:hover .dropdown-content {
    display: block;
    width: 650px;
    left: 17%;
    background: none;
    padding: 35px 7px;
    margin-top: 1px;
    box-shadow: none;
    border: none;
}
.right-top-icons a{
    text-decoration: none;
    margin-left: 10px;
}
.targetDiv a {
    color: var(--black-color);
    text-decoration: none;
    font-size: var(--font-size-15);
    font-weight: var(--font-weight-400);
    padding-right: 32px;
}
ul#div3 a {
    padding-right: 19px;
}
.targetDiv a:last-child {
    padding: 0;
}
.navbar-expand-lg .navbar-nav {
    flex-direction: row;
    margin-top: -6px !important;
}
li.nav-item.dropdown:first-child ul.dropdown-content.dropdown-menu {
    z-index: 1000;
    display: block;
    min-width: 40rem;
    padding: 0px 0;
    margin: 0;
    box-shadow: none;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff0;
    background-clip: padding-box;
    border: none;
    border-radius: 0.25rem;
    left: 25%;
}
.targetDiv {
    z-index: 1000;
    display: block;
    min-width: 48rem;
    padding: 18px 0;
    margin: 0;
    box-shadow: none;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff0;
    background-clip: padding-box;
    border: none;
    border-radius: 0.25rem;
    left: 0;
    position: absolute;
}

ul#div1:before {
    content: '';
    position: absolute;
    top: -11px;
    background: var(--primary-color);
    height: 2px;
    width: 85px;
    left: -3px;
}
ul#div2 {
    margin-left: -47%;
}
ul#div2:before {
    content: '';
    position: absolute;
    top: -41px;
    background: var(--primary-color);
    height: 2px;
    width: 17.4%;
    left: 16%;
}
ul#div3 {
    left: -284px;
}
ul#div3:before {
    content: '';
    position: absolute;
    top: -41px;
    background: var(--primary-color);
    height: 2px;
    width: 33%;
    left: 40.7%;
}

ul#div4 {
    left: -596px;
}
ul#div4:before {
    content: '';
    position: absolute;
    top: -41px;
    background: var(--primary-color);
    height: 2px;
    width: 22%;
    left: 81.5%;
}

ul#div5 {
    left: -826px;
}
ul#div5:before {
    content: '';
    position: absolute;
    top: -41px;
    background: var(--primary-color);
    height: 2px;
    width: 9.5%;
    right: -21%;
}

ul#div6 {
    left: -959px;
}
ul#div6:before {
    content: '';
    position: absolute;
    top: -41px;
    background: var(--primary-color);
    height: 2px;
    width: 11%;
    right: -40%;
}

/******************************************* FOOTER **************************************/

.footer-menu {
    display: flex;
    justify-content: space-between;
}
.footer-menu .social a {
    border: none;
    background: #fff;
    padding: 4.5px 3.5px;
    border-radius: 10px;
    width: 35px;
    height: 35px;
}

footer {
    padding: 25px 0 0px;
}
.copyright  p{
  color: #FFCC00;
  font-size: 14px;
  }
.copyright a{    
  color:#FFCC00;
  text-decoration: none;
    font-size: 14px;
  }

.copyright-links a {
    color: #FFCC00;
    margin-left: 5px;
    margin-right: 5px;
    text-decoration: none;
    font-size: 14px;
}
.social a{
  text-align: center;
}
.social a{
  display: inline-block;
  margin-right: 7px;
  }

.links-footer-menu {
    display: flex
;
    justify-content: space-between;
    padding-bottom: 30px;
    align-items: center;
    margin-bottom: 10px;
}
.footer-menu {
    margin-bottom: 10px;
    border-bottom: 1px solid #FF660033;
}
.footer-menu .links-footer-menu a {
    font-size: 15px;
    color: #2C2C2C;
    text-decoration: none;
    line-height: 13px;
    font-weight: 400;
    background: #FFCC00;
    padding: 12px 35px;
    display: inline-block;
    border-radius: 100px;
    margin-left: 3px;
}
/*.navbar-expand-lg.main-menu .navbar-nav .nav-link.size-changed {
    padding: 10px 15px;
    cursor: pointer;
}*/




h2{
    font-family: 'ClashDisplay-Medium';
}
h2 span{
    font-family: 'ClashDisplay-Bold';
}

.main-banner-form h2 {
    color: #2C2C2C;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 24px;
}
.main-banner-form {
    bottom: 180px;
    background: #fff;
    padding: 33px 30px;
    border-radius: 40px;
    width: 349px;
    margin: 0 0 0 auto;
}

.submit-btn .primary-cta-btn{
    background: #FFCC00;
    width: 100%;
    color: #000;
}
.main-banner-text-form .container {
    left: 0;
    right: 0;
    z-index: 99;
    margin: 0 auto;
    display: flex;
    position: absolute;
    top: 40px;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.main-banner-text-form .row {
    width: 100%;
}
.section-heading-text {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.section-heading-text h2 {
    color: #2C2C2C;
    font-size: 40px;
}
.section-heading-text p{
    color: #2C2C2C;
}
.scale-box h3 {
    color: #006699;
    font-size: 24px;
    font-family: 'ClashDisplay-Semibold';
    margin-top: 20px;
}
.scale-box {
    margin-bottom: 35px;
}
.scale-box p {
    color: #00000099;
    margin: 0;
    margin-bottom: 10px;
}
.scale-box p span {
    background: #BDBDBD4D;
    color: #00000099;
    font-size: 12px;
    padding: 3px 10px;
    display: inline-block;
    border-radius: 30px;
    margin-right: 5px;
}

.leadership-image {
    position: relative;
}
.leadership-intro {
    position: absolute;
    bottom: 10px;
    text-align: center;
    background: #fff;
    border-radius: 30px;
    width: 90%;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding:20px 15px;
}
.leadership-intro p {
    color: #FF6600;
    font-weight: 700;
    line-height: 20px;
}
.leadership-intro h3{
    font-family: 'ClashDisplay-Bold';
    color: #2C2C2C;
    font-size: 16px;
    margin: 0;
}
.stats-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
  text-align: right;
  color: #006699;
  font-weight: bold;
}
.stat {
  font-size: 1.8rem;
}
.stat span {
  display: block;
  font-size: 16px;
  color: #00000099;
  font-weight: normal;
}
.stat h3 {
    font-family: 'ClashDisplay-Semibold';
    margin: 0;
    font-weight: 24px;
}
.our-work-slider.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 60px;
    filter: grayscale(1);
}
.our-work-logo {
    text-align: center;
    width: 150px;
    height: 60px;
}
.our-work-slider.owl-carousel .owl-item img:hover{
    filter: grayscale(0);
}
.section-common-heading p {
    margin-top: 25px;
    color: #000000;
}
.section-common-heading.text-center {
    margin-bottom: 50px;
}
.digital-move-text h2{
    font-family: 'ClashDisplay-Bold';
    color: #2C2C2C;
    font-size: 40px;
    margin: 0;
}
.digital-move-text picture {
    display: block;
    text-align: center;
    margin-top: 7%;
}
.scale-repeate-heading h2{
    font-family: 'ClashDisplay-Bold';
    font-size: 40px;
    color: #2C2C2C;    
}
.scale-repeate-text p {
    font-family: 'ClashDisplay-Semibold';
    margin: 0;
    font-size: 20px;
    color: #2C2C2C;
}
.heading-text{
    margin-top: 40px;
}

.Ready-To a {
    position: fixed;
    background: #FFCC00;
    bottom: 10px;
    right: 20px;
    z-index: 999;
    color: #000;
    text-align: center;
    font-size: 12px;
    height: 87px;
    width: 87px;
    line-height: 16px;
    border-radius: 100px;
    display: flex
;
    align-items: center;
}


.thankyou-popup {
    display: block;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 9999;
}
.thank-you-box {
    text-align: center;
    background: #fff;
    width: 38%;
    padding: 40px 0;
    margin: auto;
    position: relative;
    top: 16%;
    z-index: 99991;
}
.thank-you-box .close-popup {
    position: absolute;
    right: 0;
    top: 0;
}
.thank-you-box a {
    text-decoration: none;
    background: #020202;
    color: #fff;
    padding: 6px 10px;
    display: inline-block;
    font-size: 14px;
}
.thank-you-box h2 {
    color: #000;
    font-size: 60px;
    margin-top: 10px;
    margin-bottom: 0;
}
.thank-you-box h5 {
    color: #000;
    font-size: 24px;
    margin-top: 0;
}
.copyright-links {
    text-align: center;
}
.privacy-policy-page {
    padding-top: 10%;
}
.privacy-policy-text h3 {
    font-weight: 500;
    font-size: 22px;
}
.privacy-policy-text p {
    font-weight: 300;
}
.privacy-policy-text ul li {
    font-weight: 300;
}
.privacy-policy-text a {
    color: #ffcc00;
    text-decoration: none;
}