/* General Styles */

:root {
    --animation-duration: 20s;
    --animated-items-bx1: 3;
    --animated-items-bx2: 3;
    --animated-items-bx3: 3;
    --delay-constant: 1.5s;
    --header-height: 70px;
    --text-font-size-1: 6.563rem;
    --text-font-size-1b: clamp(2.7rem, 7vw, 6.563rem);
    --text-font-size-1a: clamp(2rem, 4vw + 1rem, 3.6rem);
    --text-font-size-2: 3.438rem;
    --text-font-size-3: 2.827rem;
    --text-font-size-4: 2.188rem; /* 35px */
    --text-font-size-4a: clamp(1rem, 2.2vw, 2.3rem);
    --text-font-size-4b: clamp(1.5rem, 6vw, 2.8rem);
    --text-font-size-5: 1.375rem;
    --text-font-size-6: 0.938rem;
    --text-font-size-6a: 1.1rem;
    --text-font-size-7: 1.5rem;
    --text-font-size-7a: clamp(1.3rem, 1.7vw, 1.5rem);
    --text-font-size-7b: clamp(0.9rem, 1.7vw, 1.5rem);
    --but-font-size-1: 3.438rem;
    --but-font-size-2: 2.188rem;
    --but-font-size-2a: clamp(1px, 4.7vw, 2.188rem);
    --text-font-size-8: 4.688rem;
    --text-font-size-8a: clamp(1.6rem, 5.5vw, 4.688rem);

    --line-height-1: 3rem; /* 48px */
    --line-height-2: 1.875rem; /* 30px */
    --line-height-3: 2.188rem; /* 35px */
    --font-family-1: "Libre Franklin", sans-serif;
    --font-w-200:200;
    /*--text-font-size-7: 20px;
    --text-font-size-8: 20px;
    --text-font-size-9: 20px;*/


    --color_0: 255, 255, 255;
    --color_1: 255, 255, 255;
    --color_2: 0, 0, 0;
    --color_3: 237, 28, 36;
    --color_4: 0, 136, 203;
    --color_5: 255, 203, 5;
    --color_6: 114, 114, 114;
    --color_7: 176, 176, 176;
    --color_8: 255, 255, 255;
    --color_9: 114, 114, 114;
    --color_10: 176, 176, 176;
    --color_11: 255, 255, 255;
    --color_12: 227, 227, 227;
    --color_13: 151, 151, 151;
    --color_14: 79, 79, 79;
    --color_15: 0, 0, 0;
    --color_16: 237, 255, 186;
    --color_17: 228, 255, 152;
    --color_18: 202, 255, 48;
    --color_19: 135, 170, 32;
    --color_20: 67, 85, 16;
    --color_21: 173, 171, 255;
    --color_22: 132, 129, 255;
    --color_23: 10, 3, 255;
    --color_24: 7, 2, 170;
    --color_25: 3, 1, 85;
    --color_26: 209, 219, 195;
    --color_27: 171, 184, 153;
    --color_28: 127, 148, 99;
    --color_29: 85, 99, 66;
    --color_30: 42, 49, 33;
    --color_31: 199, 211, 213;
    --color_32: 154, 169, 172;
    --color_33: 103, 126, 130;
    --color_34: 69, 84, 87;
    --color_35: 34, 42, 43;
    --color_36: 255, 255, 255;
    --color_37: 0, 0, 0;
    --color_38: 227, 227, 227;
    --color_39: 151, 151, 151;
    --color_40: 79, 79, 79;
    --color_41: 202, 255, 48;
    --color_42: 202, 255, 48;
    --color_43: 202, 255, 48;
    --color_44: 202, 255, 48;
    --color_45: 0, 0, 0;
    --color_46: 79, 79, 79;
    --color_47: 0, 0, 0;
    --color_48: 202, 255, 48;
    --color_49: 202, 255, 48;
    --color_50: 255, 255, 255;
    --color_51: 202, 255, 48;
    --color_52: 202, 255, 48;
    --color_53: 255, 255, 255;
    --color_54: 151, 151, 151;
    --color_55: 151, 151, 151;
    --color_56: 255, 255, 255;
    --color_57: 255, 255, 255;
    --color_58: 202, 255, 48;
    --color_59: 202, 255, 48;
    --color_60: 255, 255, 255;
    --color_61: 202, 255, 48;
    --color_62: 202, 255, 48;
    --color_63: 255, 255, 255;
    --color_64: 151, 151, 151;
    --color_65: 151, 151, 151;

    
    --wst-button-color-fill-primary: rgb(var(--color_48));
    --wst-button-color-border-primary: rgb(var(--color_49));
    --wst-button-color-text-primary: rgb(var(--color_50));
    --wst-button-color-fill-primary-hover: rgb(var(--color_51));
    --wst-button-color-border-primary-hover: rgb(var(--color_52));
    --wst-button-color-text-primary-hover: rgb(var(--color_53));
    --wst-button-color-fill-primary-disabled: rgb(var(--color_54));
    --wst-button-color-border-primary-disabled: rgb(var(--color_55));
    --wst-button-color-text-primary-disabled: rgb(var(--color_56));
    --wst-button-color-fill-secondary: rgb(var(--color_57));
    --wst-button-color-border-secondary: rgb(var(--color_58));
    --wst-button-color-text-secondary: rgb(var(--color_59));
    --wst-button-color-fill-secondary-hover: rgb(var(--color_60));
    --wst-button-color-border-secondary-hover: rgb(var(--color_61));
    --wst-button-color-text-secondary-hover: rgb(var(--color_62));
    --wst-button-color-fill-secondary-disabled: rgb(var(--color_63));
    --wst-button-color-border-secondary-disabled: rgb(var(--color_64));
    --wst-button-color-text-secondary-disabled: rgb(var(--color_65));
    --wst-color-fill-base-1: rgb(var(--color_36));
    --wst-color-fill-base-2: rgb(0, 0, 0);
    --wst-color-fill-base-shade-1: rgb(var(--color_38));
    --wst-color-fill-base-shade-2: rgb(var(--color_39));
    --wst-color-fill-base-shade-3: rgb(var(--color_40));
    --wst-color-fill-accent-1: rgb(var(--color_41));
    --wst-color-fill-accent-2: rgb(var(--color_42));
    --wst-color-fill-accent-3: rgb(var(--color_43));
    --wst-color-fill-accent-4: rgb(var(--color_44));
    --wst-color-fill-background-primary: rgb(var(--color_11));
    --wst-color-fill-background-secondary: rgb(var(--color_12));
    --wst-color-text-primary: rgb(var(--color_15));
    --wst-color-text-secondary: rgb(var(--color_14));
    --wst-color-action: rgb(202, 255, 48);
    --wst-color-disabled: rgb(var(--color_39));
    --wst-color-title: rgb(var(--color_45));
    --wst-color-subtitle: rgb(var(--color_46));
    --wst-color-line: rgb(var(--color_47));

    --wst-font-style-h2: var(--font_2);
    --wst-font-style-h3: var(--font_3);
    --wst-font-style-h4: var(--font_4);
    --wst-font-style-h5: var(--font_5);
    --wst-font-style-h6: var(--font_6);
    --wst-font-style-body-large: var(--font_7);
    --wst-font-style-body-medium: var(--font_8);
    --wst-font-style-body-small: var(--font_9);
    --wst-font-style-body-x-small: var(--font_10);

    --wst-color-custom-1: rgb(var(--color_13));
    --wst-color-custom-2: rgb(var(--color_16));
    --wst-color-custom-3: rgb(var(--color_17));
    --wst-color-custom-4: rgb(var(--color_19));
    --wst-color-custom-5: rgb(var(--color_20));
    --wst-color-custom-6: rgb(var(--color_21));
    --wst-color-custom-7: rgb(var(--color_22));
    --wst-color-custom-8: rgb(10, 3, 255);
    --wst-color-custom-9: rgb(var(--color_24));
    --wst-color-custom-10: rgb(var(--color_25));
    --wst-color-custom-11: rgb(var(--color_26));
    --wst-color-custom-12: rgb(var(--color_27));
    --wst-color-custom-13: rgb(var(--color_28));
    --wst-color-custom-14: rgb(var(--color_29));
    --wst-color-custom-15: rgb(var(--color_30));
    --wst-color-custom-16: rgb(var(--color_31));
    --wst-color-custom-17: rgb(var(--color_32));
    --wst-color-custom-18: rgb(var(--color_33));
    --wst-color-custom-19: rgb(var(--color_34));
    --wst-color-custom-20: rgb(var(--color_35));
    --wst-color-custom-21: rgb(255, 255, 255);
}
canvas {
    display: block; /* Remove potential extra space below canvas */
}
h1, h2, h3, h4, h5 {
    font-family: var(--font-family-1);
  }
  
  html {font-size: 100%;} /* 16px */
  
  h1 {
    font-size: var(--text-font-size-1); /* 90.4px */
    font-weight: var(--font-w-200);
    }
  
  h2 {
    font-size: var(--text-font-size-2); /* 64px */
    font-weight: var(--font-w-200);
    }
  
  h3 {
    font-size: var(--text-font-size-3); /* 45.28px */
    font-weight: var(--font-w-200);
    }
  
  h4 {
    font-weight: var(--font-w-200);
    font-size: var(--text-font-size-4); /* 35px */
    }
  
  h5 {
    font-weight: var(--font-w-200);
    font-size: var(--text-font-size-5); /* 22.56px */
    }
  
  small {
    font-weight: var(--font-w-200);
    font-size: var(--text-font-size-6); /* 11.36px */
    }
  
    body {
        margin: 0;
        font-family: var(--font-family-1);
        font-optical-sizing: auto;
        font-weight: normal;
        font-style: normal;
        box-sizing: border-box;
        background-color: var(--wst-color-fill-base-2);
        color: var(--wst-color-custom-21);
        overflow-x: hidden;
        /* display: flex; */
        /* flex-direction: column; */
    }
  .padding-left-right{
      padding-left:60px;
      padding-right: 60px;
      box-sizing: border-box;
  }
  .large-padding-left-right{
    padding-left:120px;
    padding-right: 120px;
    box-sizing: border-box;
}
  .container1 {
      display: grid;
      grid-template-columns: auto auto;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      max-width: 1400px;
      margin: 0 auto;
       /*padding: 0 60px;
     position: relative;*/
  }
  .container2 {
      display: flex;
      flex-direction: row;
      width: 100%;
      margin: 0 auto 60px auto;
      position: sticky;
      top: 100px;
  }
  
  .container3 {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      /* width: 100%;
      margin: 0 auto; */
  }
  .container3b {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .container4x {
      width: 25%;
      height: 100vh;
      box-sizing: border-box;
      border: solid #fff 1px;
      position:relative;
      overflow: hidden;
  }
  .container4 {
        /* padding: 400px 0 20px 0; */
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: end;
        align-items: center;
        position: relative;
        z-index: 2;
        /*pointer-events: none;*/
}
  .container5 {
      width: 80%;
      position: relative;
      z-index: 4;
  }
  .container6{
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100vh;
      position: relative;
  }
  .container6b{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    position: relative;
  }
  .container7 {
      padding-bottom: 10px;
      text-align:center;
  }
  .container-z-top{
    position: relative;
    z-index: 888;
  }
  .container8 {
      position: relative;
      overflow:hidden;
      /*padding-bottom: 20px;*/
      width: 25%;
      box-sizing: border-box;
      border: solid #fff 1px;
      display: flex;
      flex-direction: column;
      align-items: center;
      height: 50vh;
      justify-content: flex-end;
      /*align-items: flex-end;*/
      font-size:var(--text-font-size-7);
  }
  .container9{
      border-bottom:solid var(--wst-color-action) 1px;
      padding:20px 0;
  }
  
  .container10{
      display: grid;
      grid-template-columns: 33.33% 33.33% 33.33%;
      box-sizing: border-box;
  }
  .container11{
      width: 33.333%;
      display: flex;
      flex-direction: column;
      row-gap: 5px;
      font-size: 20px;
  }
  
  .container12{
      font-size:12px;
      padding-left: 50px;
      border-left:solid #fff 1px;
      box-sizing: border-box;
  }
  .container13{
      display: flex;
      justify-content: right;
      /* text-align: right; */
      align-items: center;
  }
  .container15{
    width: 100%;
    height: auto;
  }
  .container16{
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-top:50px;
    position:relative;
    z-index: 55;
  }
  .container17{
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding: 0, 60px; */
  } 
  .container18{
    width:50%;
  } 
  .arrow-icon-cont{
    margin-left: auto;
    text-decoration: none;
    width: 70px;
    height: 70px;
    color: #fff;
  }
  .arrow-icon-cont2{
    margin-left: auto;
    text-decoration: none;
    width: 49px;
    height: 49px;
    color: #fff;
    position: relative;
    z-index: 4;
  }
  .proj-img-container{
    height: 100vh;
    width: 100%;
  }
  .proj-img{
    width: clamp(300px, 37vw, 700px);
    margin-left: 200px;
    height: auto;
  }
  .proj-img2{
    width: clamp(300px, 37vw, 700px);
    float: right;
    margin-right: 200px;
  }
  .break-line-wrp{
    width:100vw;
    overflow: hidden;
    display: flex;
    justify-content: center;
  }
  .containerMobMenu{
      display: none;
      grid-template:15% 70% 15%/auto;
      background-color: var(--wst-color-fill-base-2);
      position: absolute;
      top:0;
      left:20%;
      width:100%;
      height:100vh;
      overflow:hidden;
      box-sizing:border-box;
      transition: all 0.5s ease;
  }
  .mob-menu-foot{
    display:grid;
    grid-template-columns: repeat(2, 1fr);
    /* align-items:center; */
  }
  .soc-mob-foot{
      font-size:2.4rem; 
      align-items: center;
      padding-left: 10px;
  }
  .soc-mob-foot a{
    font-size:2.4rem; 
    color:#fff; 
  }
  .but-mob-foot{
       padding-left: 3svw;
       align-items: center;
  }
  .mobNav{
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  .navPos{
    position: sticky;
    top: 0;
    left: 0;
  }
  .container-answer{
      max-height:0px;
      overflow:hidden;
      transition: all 1.2s ease-in;
  }
  .contaner-footer{
      padding: 20px 0;
      display: grid;
      grid-template: auto / 65% 35%;
      box-sizing: border-box;
  }
  .container17 .logo{
    color: var(--wst-color-action);
    cursor: pointer;
  }
  
  
  /* Header Styles */
  header {
      position: sticky;
      top: calc(var(--header-height) * -1);
      left: 0; 
      width: 100%;
      height: var(--header-height);
      z-index: 100;
      background-color: transparent;
      padding: 20px 0;
      display: flex;
      justify-content: space-between;
      box-sizing: border-box;
      transition: all 0.3s;
  }
  
  .logo {
      font-size: 1.5rem;
      font-weight: bold;
      flex-grow: 1;
  }
  .caro-container{
    display:grid;
    grid-template:  auto / 1fr 1fr 1fr;
    width:100%;
    height:100%;
    padding:10px;
    border:1px solid black;
    box-sizing: border-box;
    gap:20px;
    justify-content: space-around;
    overflow:hidden;
    position: absolute;
    top: 0;
    z-index: 2;
  }
  .caro-slider{
      background-color:transparent;
      /* border: 1px solid black; */
      height: 100%;
      text-align: center;
      box-sizing: border-box;
      display:flex;
      justify-content:center;
      position:relative;
  }
  .caro-slider-d1{
      kanimation: anima-d1 10s linear infinite; 
  }

  .caro-slider-d2{
      kanimation: anima-d1 10s linear infinite reverse;  
  }

  .caro-slider-d3{
      kanimation: anima-d1 10s linear infinite;  
  }

  .logo-slide{
      /* background-color:rgb(142, 82, 8);
      border: 1px solid black; */
      height: 20%;
      width: 90%;
      text-align: center;
      box-sizing: border-box;
      display:flex;
      justify-content:center;
      align-items:center;
      position: absolute;
      bottom:-90%;
  }
  
  .logo-slide svg path {
    fill: #fff;
  }
  .caro-slider-d1 .logo1{ /* Ensure that the delay of the last item is less than the animation duration hence multiplication by 1.5*/
      animation: anima-d1 var(--animation-duration) linear calc(var(--animation-duration) / (var(--animated-items-bx1) * 1.5) * (var(--animated-items-bx1) - 3) + (var(--delay-constant) * 0)) infinite;
  }
  .caro-slider-d1 .logo2{ /* Ensure that the delay of the last item is less than the animation duration hence multiplication by 1.5*/
      animation: anima-d1 var(--animation-duration) linear calc(var(--animation-duration) / (var(--animated-items-bx1) * 1.5) * (var(--animated-items-bx1) - 2) + (var(--delay-constant) * 1)) infinite;
  }
  .caro-slider-d1 .logo3{ /* Ensure that the delay of the last item is less than the animation duration hence multiplication by 1.5*/
      animation: anima-d1 var(--animation-duration) linear calc(var(--animation-duration) / (var(--animated-items-bx1) * 1.5) * (var(--animated-items-bx1) - 1) + (var(--delay-constant) * 2)) infinite;
  }
  

  /*the second slider*/
  .caro-slider-d2 .logo1{ /* Ensure that the delay of the last item is less than the animation duration hence multiplication by 1.5*/
      animation: anima-d1 var(--animation-duration) linear calc(var(--animation-duration) / (var(--animated-items-bx2) * 1.5) * (var(--animated-items-bx2) - 3) + (var(--delay-constant) * 0)) infinite reverse;;
  }
  .caro-slider-d2 .logo2{ /* Ensure that the delay of the last item is less than the animation duration hence multiplication by 1.5*/
      animation: anima-d1 var(--animation-duration) linear calc(var(--animation-duration) / (var(--animated-items-bx2) * 1.5) * (var(--animated-items-bx2) - 2) + (var(--delay-constant) * 1)) infinite reverse;;
  }
  .caro-slider-d2 .logo3{ /* Ensure that the delay of the last item is less than the animation duration hence multiplication by 1.5*/
      animation: anima-d1 var(--animation-duration) linear calc(var(--animation-duration) / (var(--animated-items-bx2) * 1.5) * (var(--animated-items-bx2) - 1) + (var(--delay-constant) * 2)) infinite reverse;;
  }
  

  /*the third slider*/
  .caro-slider-d3 .logo1{ /* Ensure that the delay of the last item is less than the animation duration hence multiplication by 1.5*/
      animation: anima-d1 var(--animation-duration) linear calc(var(--animation-duration) / (var(--animated-items-bx3) * 1.5) * (var(--animated-items-bx3) - 3) + (var(--delay-constant) * 0))  infinite;
  }
  .caro-slider-d3 .logo2{ /* Ensure that the delay of the last item is less than the animation duration hence multiplication by 1.5*/
      animation: anima-d1 var(--animation-duration) linear calc(var(--animation-duration) / (var(--animated-items-bx3) * 1.5) * (var(--animated-items-bx3) - 2) + (var(--delay-constant) * 1)) infinite;
  }
  .caro-slider-d3 .logo3{ /* Ensure that the delay of the last item is less than the animation duration hence multiplication by 1.5*/
      animation: anima-d1 var(--animation-duration) linear calc(var(--animation-duration) / (var(--animated-items-bx3) * 1.5) * (var(--animated-items-bx3) - 1) + (var(--delay-constant) * 2)) infinite;
  }

  nav {
      position: relative;
      margin-right: 20px;
  }
  .myNav{
      display:inline-block;
  }
  #menu-icon{
    display: none;
  }
  .apps-icon{
      font-variation-settings:
        'FILL' 0,
        'wght' 400,
        'GRAD' 0,
        'opsz' 24;
      font-size:60px;
  }
  .arrow-upward-icon{
    font-variation-settings:
      'FILL' 0,
      'wght' 200,
      'GRAD' 0,
      'opsz' 24;
    font-size: 100px !important;
    color: #fff;
    display: none !important;
    animation: arrow-animation 0.1s ease-in reverse forwards;
 }
   .arrow-upward-icon-hover{
     display: inline-block !important;
     animation: arrow-animation 0.2s ease-in forwards;
   }
   .arrow-upward-icon2{
    font-variation-settings:
      'FILL' 0,
      'wght' 200,
      'GRAD' 0,
      'opsz' 24;
    font-size: 70px !important;
    color: #fff;
    display: none !important;
    animation: arrow-animation 0.1s ease-in reverse forwards;
 }

 .arrow-upward-icon2-hover{
    display: inline-block !important;
    animation: arrow-animation 0.2s ease-in forwards;
  }
  .globe-back-cont{
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
  }

  nav ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      justify-content: center;
      flex-grow: 2;
  }
  
  nav li {
      margin: 0 15px;
  }
  
  nav a {
      color: var(--wst-color-custom-21);;
      text-decoration: none;
      font-size: var(--text-font-size-5);
  }
  .mobNav ul {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
  }
  .mobNav li {
    width:fit-content;
    margin: auto;
    font-size: 2rem;
  }
  .mobNav a {
    text-decoration: none;
    color: #fff;
  }
  .mobNav a:hover{
    color: var(--wst-color-action);
  }
  .mobNav a:active{
    color: var(--wst-color-action);
  }

  .menuClose{
      font-size: 30px !important;
      cursor: grab;
      margin-left:auto;
      font-variation-settings:
        'FILL' 0,
        'wght' 200,
        'GRAD' 0,
        'opsz' 24;
  }
  
  .instagram a {
      color: var(--wst-color-custom-21);;
      font-size: var(--text-font-size-5);
  }
  
  /* hero section Styles */
  .hero {
      display: flex;
      flex-grow: 1;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100vh;
      position: sticky;
      top: -50px;
  }
  
  .hero-content {
      text-align: center;
      padding: 0 20px;
      max-width: 800px;
  }
  
  .hero-emphasis {
      color: var(--wst-color-action); 
     /* font-weight: bold;*/
  }
  
  
  /* Hi Button Styles */
  .hi-button {
      background-color: transparent;
      color: var(--wst-color-custom-21);
      padding: 15px 90px;
      border: 1px solid var(--wst-button-color-border-primary);
      border-radius: 50px;
      font-size: var(--text-font-size-1a); /* var(--but-font-size-1); */
      cursor: pointer;
      margin-top: 20px;
      animation: hero-but-animation2b 3s ease 2s infinite;
  }
  
  .hi-button:hover {
    /* border-color: #adff2f;*/
  }
  
  .text-style-01 {
      font-size: var(--text-font-size-1a);
      font-weight: normal;
  }
  .text-style-1{
      font-size: clamp(1.8rem, 2.4vw, 2.3rem);;
      line-height: calc(1vw + clamp(1.8rem, 3vw, 3.5rem));
      font-weight: 300;
  }
  .text-style-1b{
    font-size: var(--text-font-size-4a);
    line-height: calc(1vw + var(--text-font-size-4a));
   }
  .text-style-2{
      font-color: green;
  }
  .text-style-3{
      font-size: var(--text-font-size-5);
      line-height: var(--line-height-3);
      text-transform: uppercase;
      font-weight: normal;
      color: var(--wst-color-action);
  }
  .text-style-3b{
    font-size: var(--text-font-size-7a);
    line-height: var(--line-height-3);
    text-transform: uppercase;
    font-weight: normal;
}
  .text-style-4{
      font-size: var(--text-font-size-7a);
      line-height: var(--line-height-3);
  }
  .text-style-6{
      font-size: var(--text-font-size-1b);
      font-weight: var(--font-w-200);
      /*line-height: 30px;*/
  }
  .text-style-7{
      font-size: var(--text-font-size-7b);
      text-align:center;
      /*font-weight: 200;
      line-height: 30px;*/
  }
  .text-style-8{
      font-size: var(--text-font-size-6a);
      font-weight: 200;
      line-height: var(--line-height-2);
  }
  .text-style-9 {
      font-size: var(--text-font-size-2);
      font-weight: 200;
      /*line-height: 30px;*/
  }
  .bg-cont{
      position: absolute;
      top: 30%;
      left: -25%;
      width: 150%;
      height: 90%;
      z-index: 1;
      transition: all 0.2s ease-out;
      /* background-color:var(--wst-color-custom-8)*/;
  }
  .bg-cont-hover{
    background-color: var(--wst-color-custom-8);
    border-radius: 50%;
    transform: scale(2);
  }
  .bg-cont2-hover{
    background-color: var(--wst-color-custom-8);
    border-radius: 50%;
    transform: scale(2);
  }
  .heading-cntr {
    line-height: normal;
  }
  /*
  .bg-cont:hover{
    clip-path: circle(300px);
    background-color:var(--wst-color-custom-8);
  }
  */
  .btn1{
  
  }
  .btn2{
      margin-top: 75px;
      font-size: var(--but-font-size-2a);
      height:auto;
      width:auto;
      padding: 25px 50px;
      border-radius: 50px;
      background: transparent;
      color: #fff;
      border: 1px solid var(--wst-color-action);
      animation: hero-but-animation2b 3s ease 2s infinite;
      box-shadow: 0 0 50px 0px rgb(77 85 54);
    }
    .btn2:hover{
        border: 2px solid var(--wst-color-custom-8);
        background: var(--wst-color-custom-8);
    }
  .btn3{
    font-size: clamp(1rem, 3.6vw, 2rem);
    padding: 15px 40px;
    border-radius: 50px;
    background: transparent;
    color: #fff;
    border: 2px solid var(--wst-color-action);
    cursor: pointer;
  }
  
  .hero-support-con{
      width: 100%;
      height:100vh;
  }
  .hero-support-content-con{
      max-width: 70%;
      position: sticky;
      top: 150px;
  }
  
  .text-col-1{
      max-width:90%;
  }
  .img-card-1{
      border-radius: 20px;
      width: 100%;
      height: auto;
      position: relative;
      z-index: -2;
  }
  .slider-img-cont{
    position: relative;
    display:flex;
  }
  .rounded-header{
      padding:5px 10px;
      color: var(--wst-color-action);
      background-color: var(--wst-color-custom-8);
      width: fit-content;
      border-radius: 50px;
  }
  .rounded-header-hover{
    padding:5px 10px;
    color: var(--wst-color-custom-8);
    background-color: var(--wst-color-action); 
    width: fit-content;
    border-radius: 50px;
  }
  .break-cont{
        display:flex;
        justify-content: center;
  }
  .break-line{
        width:10px;
        height:1px;
        background-color: var(--wst-color-action);
        margin-top:0px;
        justify-self: center;
        grid-column: 1/3;;
  }
  .break-line-cont{ /*same as .break-line-wrp but not in use*/ 
    width:100%;
    height:1px;
    display:flex;
    justify-content: center;
  }
  .break-line2{
    width:10%;
    height:100%;
    background-color: var(--wst-color-action);
  }
  #break-line-2{
      width: 0px;
  }
  #lev-qes{
      padding: 40px 0px;
      color: var(--wst-color-action);
      font-weight: 600;
      clip-path: inset(0px 100% 0px 0px);
  }
  #hero-plus-cont{
      padding-bottom: 50px;
      display:flex;
      flex-direction: column;
  }

  #hero-expand-bg-cont{
        height: 100vh;
        width: 100vw;
        position: sticky;
        top: 0;
        display:flex;
        /* align-items: center; */
        justify-content: center;
        overflow: hidden;
        
  }
  
  #hero-expand-target{ 
        background-color: var(--wst-color-custom-8);
        z-index: ;
        width:100%;
        height:100%;
        /*border-radius: 2000px;*/
        clip-path: circle(0%);
  }

  #h-clients{
        margin-bottom: 20px;
        color: var(--wst-color-action);
        font-weight: 500;
        width:fit-content;
        clip-path:inset(0 100% 0 0);
  }
  #h-awards{
      margin-bottom: 20px;
      color: var(--wst-color-action);
      font-weight: 500;
      width: fit-content;
      clip-path: inset(0 100% 0 0);
  }
  #h-counting{
      margin-bottom: 30px;
      font-size: var(--text-font-size-8a);
      text-transform: uppercase;
      text-align: center;
      word-spacing: 25px;
      color: var(--wst-color-action);
     font-weight: 350;
  }
  #counting-text{
      font-size:var(--text-font-size-7a);
      line-height:var(--line-height-3);
      text-align: center;
      padding: 0 50px;
  }
  #counting-cont{
      text-align: center;
      /* padding: 50px 0px;
      height: 80vh; */
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      gap: 50px;
  }
  #clients-text-cont{
        margin-left: auto;
        margin-bottom: 50px; 
        position: sticky;
        top: 100px;
        /*padding-left: 40px;
        text-align: center; */
  }
  #text-client{
        
  }
  #clients-img{
    
  }
  #awards-text{
      /*padding-right: 40px;*/
        position: sticky;
        top: 100px;
        z-index: -1;
  }
  #h-recent{
      font-size: var(--text-font-size-8a);
      text-transform: uppercase;
      text-align: center;
  }
  #recent-cont{
      height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      position: sticky;
      top: 0px;
      z-index: -1;
  }
  #section-1{
      padding-bottom: 0px;
  }
  #section-2{
      padding-top: 150px;
      padding-bottom: 60px;
      height: 100vh;
      display: grid;
      grid-template-columns: 40% 60%;
      grid-template-rows: auto auto;
  }
  #section-3{
      margin-top: 100px;
      padding-top: 50px;
      height: 100vh;
      /* padding-bottom: 60px; */
      display: grid;
      grid-template-columns: 60% 40%;
      grid-template-rows: auto;
  }
  #section-4{
      /*padding-top: 50px;
      padding-bottom: 100px;*/
      height: 70vh;
      box-sizing: border-box;
      position: relative;
  }
  #section-4x{
    position: absolute; 
    top: 0; 
    z-index: -5; 
    width: 100%; 
    height: 100vh; 
    background-color: transparent;
}
  #section-5{
      padding-top: 50px;
  }
  #section-6{
    background-color: var(--wst-color-fill-base-2);
    position:relative;
    z-index:2;
  }
  #section-7{
    background: url(assets/videos/file.mp4);
    position:sticky;
    top: 0;
    z-index:4;
  }
  #section-8{
    background-color: var(--wst-color-fill-base-2);
    position:relative;
    z-index:6;
  }
  #section-9{
    margin-top: 100px;
  }
  #section-11{
    background-color: rgb(33, 33, 33);
  }
  .showBlock {
    max-height:500px !important;
    overflow: scroll !important;
  }
  .turnIcon{
    transform: rotate(180deg);
  }
  #breakline-awards{
    background-color: transparent;
  }
  #insights-subtext{
    padding:0 10px;
    clip-path: inset(0 100% 0 0);
  }
  #video-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  #insights-con{
    position: relative;
    z-index: 2;
  }
  
  /* 
  ////////////////////////////////////////////////////////////////////
  ////////////////////////////////////////////////////////////////////
  */
  /* Utilities */
  .to-upperase{
    text-transform: uppercase;
  }
  .cont-full-vh{
    width: 100%;
    height: 100vh;
  }
  .cont-full-width-height{
    width: 100%;
    height: 100%;
  }
  .cont-full-width{
    width: 100%;
  }
  .readable-text-normal{
    font-size: 1rem;
    line-height: 1.375rem;
  }
  .readable-text-small{
    font-size: 0.727rem;
    line-height: 1rem;
  }
  .readable-text-xsmall{
    font-size: 0.529rem;
    line-height: 0.727rem;
  }
  .readable-text-medium{
    font-size: 1.375rem;
    line-height: 1.89rem;
  }
  .readable-text-large{
    font-size: 2.599rem;
    line-height: 3.573rem;
  }
  .readable-text-xlarge{
    font-size: 3.574rem;
    line-height: 4.914rem;
  }
  .flex-cont{
    display:flex;
  }
  .flex-cont-column{
    display:flex;
    flex-direction: column;
  }
  .grid-cont{
    display: grid;
  }
  .bg-base-color{
    background-color: var(--wst-color-fill-base-2)
  }
  .bg-sec-color{
    background-color: var(--wst-color-custom-8);
  }
  .bg-accent-color{

  }
  .font-base-color{
    color: var(--wst-color-custom-21);
  }
  .font-sec-color{
    color: var(--wst-color-custom-8);
  }
  .font-accent-color{
    color: var(--wst-color-action);
  }


  @keyframes hero-but-animation {
        10%{transform:rotate(45deg); transform-origin: 55%;}
        20%{transform:rotate(-45deg)}
        30%{transform:rotate(25deg)}
        40%{transform:rotate(-25deg)}
        50%{transform:rotate(15deg)}
        60%{transform:rotate(-15deg)}
        70%{transform:rotate(5deg)}
        80%{transform:rotate(-5deg)}
        90%{transform:rotate(0deg)}
        100%{transform:rotate(0deg)}
  }
 
  @keyframes hero-but-animation2 {
    10%{transform:rotate(25deg); transform-origin: 55%;}
    20%{transform:rotate(-25deg)}
    30%{transform:rotate(15deg)}
    40%{transform:rotate(-15deg); transform-origin: 45%;}
    50%{transform:rotate(5deg)}
    60%{transform:rotate(-5deg)}
    70%{transform:rotate(0deg)}
    80%{transform:rotate(0deg)}
    90%{transform:rotate(0deg)}
    100%{transform:rotate(0deg)}
}
@keyframes hero-but-animation2b {
    10%{transform: translateY(-7px) rotate(25deg);}
    20%{transform:translateY(-7px) rotate(-15deg)}
    30%{transform:translateY(-3px) rotate(10deg)}
    40%{transform:translateY(-3px) rotate(-10deg);}
    50%{transform:translateY(0px) rotate(0deg)}
    60%{transform:translateY(0px) rotate(0deg)}
    70%{transform:rotate(0deg)}
    80%{transform:rotate(0deg)}
    90%{transform:rotate(deg)}
    100%{transform:rotate(0deg)}
}

@keyframes hero-but-animation3 {
    10%{transform:rotate(15deg); transform-origin: bottom ;}
    30%{transform:rotate(-15deg); transform-origin: bottom; }
    50%{transform:rotate(10deg); transform-origin: bottom ;}
    70%{transform:rotate(-10deg); transform-origin: bottom ; }
    70%{transform:rotate(0deg);}
}

@keyframes hero-but-animation4 {
    10%{transform:rotate(15deg); transform-origin:  right;}
    30%{transform:rotate(-15deg); transform-origin:  right;}
    50%{transform:rotate(10deg); transform-origin:  right;}
    70%{transform:rotate(-10deg); transform-origin:  right; }
    80%{transform:rotate(0deg);}
}
@keyframes arrow-animation {
    to{transform:rotate(33.75deg); opacity: 0;}
    to{transform:rotate(67.5deg); opacity: 0.7;}
    to{transform:rotate(101.25deg); opacity: 0.9;}
    to{transform:rotate(135deg); opacity: 1;}
}
@keyframes anima-d1 {
  to{bottom:100%}
}

@keyframes anima-d2 {
  from{transform:translateY(-95px)}
  to{transform:translateY(420px)}
}

/* custom cursor */
#custom-cursor {
  position: fixed; /* Use fixed to position relative to the viewport */
  width: 30px;
  height: 30px;
  /* border: 2px solid black;*/
  border-radius: 50%;
  background-color: var(--wst-color-action); /*rgba(255, 255, 255, 0.5);*/
  /* Important: Make sure the cursor doesn't block mouse events on other elements */
  pointer-events: none;
  /* Position it off-screen initially or hide it */
  left: -100px;
  top: -100px;
  /* Smooth transition for movement (optional) */
  transition: transform 0.1s ease-out;
  /* Ensure it's above most other content */
  z-index: 9999;
  box-shadow: 0 0 50px 0px var(--wst-color-action);
  /* For centering the cursor image if using background-image */
  /* background-image: url('path/to/your-cursor.png'); */
  /* background-size: contain; */
  /* background-repeat: no-repeat; */
}

/* Example: Different cursor style on hover over links */
#custom-cursor.link-hover {
  width: 30px;
  height: 30px;
  background-color: rgba(0, 123, 255, 0.7);
  border: 2px solid blue;
}

/* Example: Different cursor style on mousedown */
#custom-cursor.mouse-down {
  transform: scale(0.8);
  background-color: rgb(128 169 11); /* rgba(0, 0, 0, 0.7); */
}

.content {
    padding: 50px;
    text-align: center;
}

  /* Responsiveness */
  @media (max-width:1000px) {
      nav{
            position:absolute;
            display: none;
      }
      .slideNav{
        /* position:absolute;
        display: grid; */
        left: 0;
      }
      .showNav{
        display: grid;
      }
      #menu-icon{
        display: inline-block;
        font-size: 3.75em;
        cursor: pointer;
      }
  
      .container{
          flex-direction: column;
      }
      .container10{
        display: grid;
        grid-template-columns: 33.33% 33.33% 33.33%;
        width:65%;
        box-sizing: border-box;
      }
      .instagram{
          text-align: center;
          margin-left: 25px;
      }
      .instagram a{
         font-size: 3.75em;
      }
      .container3 {
        flex-direction: row;
        flex-wrap:nowrap;
        overflow-x:scroll;
      }
      .container4x {
        min-width: 48%;
      }
        .container4 {
            
        }
        .container17{
            /* padding: 30px 0px; */
        }
        .no-scroll{
            overflow: hidden;
        }
        .container8 {
            /* padding-bottom: 20px; */
            width: 50%;
        }
        .contaner-footer{
            padding: 20px 0;
            display: grid;
            grid-template: auto auto/ auto;
            box-sizing: border-box;
        }
        .container10{
            display: grid;
            grid-template-columns: 33.33% 33.33% 33.33%;
            box-sizing: border-box;
            width:100%;
        }
        .container12{
            font-size:12px;
            padding-left: 0px;
            border-left:none;
            box-sizing: border-box;
        }
        .hero-support-content-con {
            max-width: 90%;
        }
        #mega-section{
            /*position:sticky;
            top: 0;*/
        }
        #section-6{
            position:sticky;
            top: 0;
        }
        #section-7{
            position:sticky;
            top: 0;
            margin-top: 600px;
        }
        #section-8{
            position:sticky;
            top: 0;
        }

    }

    /* Responsiveness */
    @media (max-width:750px) {
        .text-style-1{
            font-size: var(--text-font-size-4b);
            line-height: calc(1.9vw + var(--text-font-size-4b));
        }
        .hero-support-content-con {
            max-width: 100%;
        }
        .padding-left-right{
            padding-left:35px;
            padding-right: 35px;
            box-sizing: border-box;
        }
        .large-padding-left-right{
          padding-left:45px;
          padding-right: 45px;
          box-sizing: border-box;
        }
        .container15 {
            width: 100%;
            height: auto;
            box-sizing: border-box;
            z-index:10;
            grid-row: 2 / 3;
        }
        #clients-text-cont{
           margin-bottom: 70px;
           padding: 0 5px;
        }
        .container16{
            width: 100%;
            height: auto;
            box-sizing: border-box;

        }
        #section-4{
            margin-top: 100px;
        }
        .container2 { /* currently not in use */
            display: flex;
            flex-direction: column;
            width: 100%;
            margin: 0 auto;
        }
        .container3 {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            overflow-x:hidden;
        }
        .container4x {
            height: 500px;
            width: 100%;
        }
        #section-2 .container2{ /* currently not in use */
            display: flex;
            flex-direction: column-reverse;
        }
        #section-2{
            padding-top: 150px;
            padding-bottom: 60px;
            display: grid;
            grid-template-columns: auto;
            grid-template-rows: auto auto auto;
            height: auto;
        }
        .break-line {
            width: 10px;
            height: 2px;
            background-color: var(--wst-color-action);
            margin-top: 0px;
            justify-self: center;
            grid-column: 1 / 2;
        }

        .text-col-1 {
            max-width: 100%;
            box-sizing: border-box;
        }
        .text-style-1b{
            font-size: clamp(1.5rem, 5vw, 2.8rem); /*clamp(1rem, 3.4vw, 1.625rem);*/
            line-height: calc(1.9vw + clamp(1.5rem, 5vw, 2.8rem));
        }
        #awards-text {
            padding-right: 0px;
            margin-bottom: 40px;
            padding: 0 5px;
        }
        #h-counting {
            margin-bottom: 10px;
            font-weight:400;
            word-spacing: 5px;
        }
        #counting-text {
            padding: 0 20px;
        }
        #h-clients{
            margin-bottom: 20px;
            color: var(--wst-color-action);
            font-weight: 500;
            width:fit-content;
            clip-path:inset(0 0 0 0);
      }
      #section-3 {
        margin-top: 70px;
        padding-top: 50px;
        padding-bottom: 60px;
        display: grid;
        grid-template-columns: auto;
        grid-template-rows: auto auto;
        height: auto;
      }
      #h-awards{
        clip-path: inset(0 0 0 0);
      }
      .proj-img2 {
        width: clamp(300px, 37vw, 700px);
        float: right;
        margin-right: 10px;
      }
      .proj-img {
          width: clamp(300px, 37vw, 700px);
          float: left;
          margin-left: 10px;
      }
      #section-6 {
          position: relative;
          top: 0;
      }
      #section-7 {
        position: sticky;
        top: 0;
        margin-top: 0px;
      }
      #video-bg {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          z-index: -1;
      }
      .container6 {
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          width: 100%;
          height: 600px;
          position: relative;
      }

    }

  /* Responsiveness */
  @media (max-width:700px) {
    .text-style-1{
        font-size: var(--text-font-size-4b);
        line-height: calc(1.9vw + var(--text-font-size-4b));
    }
    .hero-support-content-con {
        max-width: 100%;
    }
    .padding-left-right{
        padding-left: 35px;
        padding-right: 35px;
        box-sizing:border-box;
    }
    .text-col-1{
        /* max-width:100%;*/
    }
    .container4x {
        height: clamp(300px, 50vh, 500px);
        width: 100%;
    }
    .container3b {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        overflow-x:scroll;
    }
    .container4 {
        
    }
    .container8 {
        /* padding-bottom: 20px; */
        min-width: clamp(240px, 40%, 50%);
    }
    .btn2 {
        margin-top: 64px;
        padding: 15px 30px;
        border-radius: 50px;
        background: transparent;
    }
    .contaner-footer{
        padding: 20px 0;
        display: grid;
        grid-template: auto auto/ auto;
        box-sizing: border-box;
    }
    .container10{
        display: grid;
        grid-template: auto auto auto / auto;
        box-sizing: border-box;
        width:100%;
    }
    .container12{
        font-size:12px;
        padding-left: 0px;
        border-left:none;
        box-sizing: border-box;
    }

    
}


