@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display&display=swap");

:root {
  --primary-color: #6e6e6e;
  --secondry-color: #5d80b6;
  --tertiary-color: #f98012;
  --light-blue: #40b2f0;
  cursor: url(../images/cursorlogo.png), auto;
  /* cursor: url(../images/cursorlogo1.png), auto; */
  --d: 2500ms;
  --angle: 90deg;
  --gradX: 100%;
  --gradY: 50%;
  --c3: #d1d1d1;
  --c4: #d5d5d51f;
  --c1: #fff9f4;
  --c2: #e4e4e41f;
}
body {
  font-family: "Roboto", sans-serif;
  scroll-behavior: smooth;
  overflow-x: clip;  
}
a, a:link, a:visited {
  text-decoration: none;
  color: #000;
}
a:hover, a:active {
  color: #000;
}
.external-link a, .external-link a:link, .external-link a:visited {
  text-decoration: none;
  color: #3360aa;
}
.external-link a:hover, .external-link a:active {
  color: #000;
  text-decoration: underline;
}

/**** Timeline Start  ****/
/* .timeline {
  border-top: 5px solid var(--tertiary-color);
  display: flex;
  justify-content: space-around;
  list-style: none;
  position: relative;
  width: 80%;
  margin: 0 auto;
  padding: 0;
}
.timeline::before {
  content: "";
  background: #ffffff;
  height: 18px;
  width: 18px;
  border-radius: 50px;
  position: absolute;
  right: 0;
  top: -12px;
  border: 2px solid #cfcfcf;
}
.timeline::after {
  content: "";
  background: #ffffff;
  height: 18px;
  width: 18px;
  border-radius: 50px;
  position: absolute;
  left: 0;
  top: -12px;
  border: 2px solid #cfcfcf;
}
.timeline li {
  padding-top: 15px;
  font-weight: 600;
  position: relative;
  text-align: center;
  flex: 1 1 auto;
}
.timeline li::before {
  content: "";
  background: var(--tertiary-color);
  height: 14px;
  width: 14px;
  border-radius: 50px;
  position: absolute;
  top: -10px;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
} */
/**** Timeline Start  ****/

/**** Header start ****/
.logo-img img {
  width: 110px;
}
.bl-navItems li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 500;
}
.bl-navItems li {
  margin-right: 1.25rem;
}
/**** Header End ****/

/**** Map Strat ****/
.bl-mapSection {
  background: linear-gradient(45deg, #4bbfef 0%, #025bfa 100%);
  text-align: center;
  position: relative;
}
.map-box {
  min-height: 90vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#Map-svg {
  max-height: 85vh;
  width: 94%;
  z-index: 1;
}
.numberCounter {
  position: absolute;
  left: 76px;
  top:50%;
  transform: translate(-50%, -30%);
}
.numberCounter > div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.numberCounter > div:first-child {
  border-bottom: 3px solid #fff;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.numberCounter h3 {
  margin-bottom: 0;
  font-size: 1.3rem;
}
.numberCounter img {
  width: 50px;
  margin-bottom: 10px;
}
.socialicons-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3rem 0;
  transform: scaleX(-1);
}
.socialicons-wrapper img {
  width: 30px;
}
/**** Map End ****/

/**** Ballistic Solution Start ****/
.service-items > div {
  width: 100%;
  color: #fff;
  display: grid;
  place-items: center;
  height: 10vh;
  font-size: 24px;
  font-weight: 500;
  cursor: pointer;
  padding: 5px 10px;
  text-align: center;
  line-height: normal;
}
.service-items > div:nth-child(odd) {
  background-color: #3360aa;
}
.service-items > div:nth-child(even) {
  background-color: #0085d0;
}
.service-items > div:nth-child(odd):hover, .service-items > div:nth-child(even):hover {
  background-color: #f98012;
}
.service-items div:hover {
  /* height: 11vh; */
  transition: 0.2s ease-in-out;  
}
.service-items{
  z-index: 98;
  position: relative;
  align-items: start;
}
.map-tab-data {
  /* height: 100vh; */
  justify-content: center;
  flex-direction: column;
  display: none;
  background-size: cover;
}
.mapshape {
  cursor: default;
}
.map-tab-data.active {
  display: flex;
  cursor: default;
  z-index: 2;
}
.map-tab-data .services-icons {
  display: flex;
  justify-content: space-around;
  gap: 1.5rem 3rem;
  flex-wrap: wrap;
  margin-top: 1.5rem;
  cursor: default;
}
.map-tab-data .services-icons > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.tab-open {
  height: 12vh !important;
  background-color: var(--tertiary-color) !important;
  margin-top: 0vh;
}
.pin-pointer {
  z-index: 99;
}
.tabclose-btn {
  margin-right: 15px;
  margin-top: -15px;
}

 /* -------------  */

 @property --angle {
  syntax: '<angle>';
  initial-value: 90deg;
  inherits: true;
}

@property --gradX {
  syntax: '<percentage>';
  initial-value: 50%;
  inherits: true;
}

@property --gradY {
  syntax: '<percentage>';
  initial-value: 0%;
  inherits: true;
}


.map-tab {
    width:max-content;
    font-size: 3vw;
    border: 0.20rem solid;
    animation: borderRotate var(--d) linear infinite forwards;
    text-align: center;
    background-color: rgba(10, 12, 18, 1);
    color: white;
}
.map-tab:nth-child(even) {
  border-image: conic-gradient(from var(--angle), var(--c2), var(--c1) 0.1turn, var(--c1) 0.15turn, var(--c2) 0.25turn) 30;
}
.map-tab:nth-child(odd) {
    border-image: conic-gradient(from var(--angle), var(--c4), var(--c3) 0.1turn, var(--c3) 0.15turn, var(--c4) 0.25turn) 30;
    animation: borderRotate var(--d) linear infinite forwards;
}

@keyframes borderRotate {
    100% {
        --angle: 420deg;
    }
}

/* Scroll Down  */
.scrolldown-wrapper{
position: absolute;
bottom: 26px;
right: 15px;
z-index: 1;
}
.scroll-down {
  position: relative;
  height: 70px;
  width: 80px;
  display: flex;
  justify-content: center;
}
.chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}
.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}
.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}
.chevron:before,
.chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #fff;
}
.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}
.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}
@keyframes move {
  25% {
    opacity: 1;

  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}
.scrolldown-text {
  display: block;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: .25;
  animation: pulse 2s linear alternate infinite;
}
@keyframes pulse {
  to {
    opacity: 1;
  }
}
/* Scroll Down  END*/

/**** Solution End ****/

/**** Ballistic Exclusive Start****/
.ballistic-exclusives {
  background-image: url("../images/Dark-Bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 4rem 2rem;
  color: #fff;
}
.icons-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.flipped-letter {
  transform: scaleX(-1);
  display: inline-block;
}
.icon-box {
  transition: 0.5s ease-in-out;
  background: white;
  clip-path: circle(25%);
  height: 280px;
  width: 234px;
  position: relative;
  overflow: hidden;
  cursor: default;
}
.icon-box:hover {
  clip-path: circle(75%);
  background: var(--tertiary-color);
  border-radius: 8px;
}
.icon-box > img {
  width: 60px;
  height: auto;
  position:absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.icon-box:hover img {
  top: 50px;
  transition: 0.5s ease-in-out;
  filter: brightness(0) invert(1);
  scale: 1.2; 
}
.icon-box:hover h4 {
  top: 38%;
  left: 50%;
  margin: 0;
  text-align: center;
  transform: translate(-50%, -50%);
  transition: 0.5s ease-in-out;
  color:white;
}
.icon-content {
  display: none;
  font-size: 16px;
  line-height: 22px;
}
.icon-content b {
  font-size: 18px;
}
.icon-content p {
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.icon-box:hover .icon-content {
  display: block;
  transition: 1s ease-in-out;
  color: white;
  top: 100px;
  position: relative;
  text-align: center;
}
.exclusives-icon-title{
  position: relative;
  bottom: 40px;
  left: 50%;
  margin: 0;
  text-align: center;
  transform: translate(-50%, -50%);
  color: white;
}
.icon-box:hover ~ .exclusives-icon-title{
  visibility: hidden;
}
.exclusive-bettle { 
  width: 30px;
}
/**** Ballistic Exclusive End ****/

/**** Contact Us Start ****/
.contactus {
  background-image: url("../images/Dark-Bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 4rem 2rem;
}
.contact-form {
  width: 60%;
  margin: 1.5rem auto;
}
.contact-form .form-control {
  background-color: rgba(52, 97, 171, 0.1);
}
.demo-submit-btn, .demo-submit-btn:link, .demo-submit-btn:visited,
.know-more-btn, .know-more-btn:link, .know-more-btn:visited {
  background: var(--light-blue);
  color: #fff;
}
.demo-submit-btn:hover, .know-more-btn:hover  {
  background-color: #1b5f85;
  color: #fff;
}
.features-btn{
  position: absolute;
    bottom: 2px;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 5px 9px;
}

.contactus-icon {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow:-1px 3px 29px -4px rgb(0 0 0 / 50%);
}.contactus-icon:hover {
  scale: 1.2;
  transition: 0.5s ease-in-out;
  background-color: var(--tertiary-color);
}
.contactus-icon:hover>img {
  filter: brightness(0) invert(1);
  transition: 0.5s ease-in-out;
}
.contactus-icon>img {
  width: 60px;
  height: 60px;
}
.contacticon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.contacticon-wrapper > p {
  color: #fff;
  font-size: 24px;
  margin-top: 15px;
  margin-bottom: 0px;
}
.phone-wrapper > img{
  width: 32px;
  margin-right: 7px;
}
.contact-modal-title{
  text-align: center;
  font-size: 28px;
  text-transform: uppercase;
  margin-bottom: 17px;
}
.phone-us {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
.phone-wrapper > a { 
  font-size: 18px;
}
.phone-us.white-text {
  gap: 0;
}
.phone-us.white-text .phone-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1rem;
  color: #fff;
  font-size: 14px;
}
.phone-us.white-text img {
  margin-bottom: 8px;  
}
.white-text .phone-wrapper > img {
  margin-right: 0;
}
.bl-address {
  margin: auto;
  text-align: center;
  font-size: 18px;
}
.bl-address a img {
  width: 18px;
  margin-right: 5px;
  vertical-align: sub;
}
/**** Contact Us End ****/

/**** Common Start  ****/
.modal {
  cursor: default;
}
.modal-popup {
  background: url("../images/modal-bg.png");
  background-size: cover;
  padding: 1.5rem;
}
.modal-backdrop {
  --bs-backdrop-opacity: 0.7;
}
.popup-header-image {
  width: 74px;
  margin-bottom: 15px;
  height: auto;
}
.icon-title {
  font-size: 20px;
  text-align: center;
  margin-bottom: 0;
}
.section-row-icon {
  width: 70px;
  height: 70px;
}
.ui-ux-icon {
  width: 78px;
}
img.bl-acad-logo {
  width: 120px;
  height: auto;
}
.section-title {
  text-transform: uppercase;
  font-size: 42px;
  font-weight: 600;
  margin: 0 auto 1rem;
  width: 92%;
}
.section-description {
  margin: 30px auto 50px auto;
  width: 76%;
  font-size: 20px;
  text-align: center;
}
.tab-section-description {
  font-size: 20px;
  text-align: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.line {
  background: var(--tertiary-color);
  height: 3px;
  width: 50%;
  margin: 3rem auto;
}
.line-lessmargin {
  margin: 15px auto;
}
.mergeTwoContainerLight {
  background-image: url("../images/wave-bg-group.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
/**** Common End  ****/

/****** Global Menu Start *******/
#appmenu {
  transform: scaleX(-1);
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
  cursor: default;
}
.mainMenu-toggle {
  background-color: #fff;
  border: none;
  border-radius: 50%;
  box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.08);
  left: 15px;
  top: 15px;
  position: absolute;
  height: 48px;
  width: 48px;
  z-index: 101;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mainMenu-toggle:hover {
  background-color: #f0f0f0;
}
.mainMenu-toggle i {
  color: var(--tertiary-color);
  font-size: 24px;
}
.main-menu {
  height: 100vh;
  opacity: 0;
  position: absolute;
  z-index: 100;
  /* transform: translateX(-50%); */
  transform: translateX(-100%);
  transition: opacity 250ms, transform 250ms;
  transition-delay: 300ms;
  width: 0vh;
  overflow: hidden;
}
.main-menu.toggled {
  opacity: 1;
  transform: translateX(0%);
  transition-delay: 0ms;
  width: 40vh;
}
.main-menu.toggled .menu-full-option {
  opacity: 1;
  transform: translateX(1vh);
}
/* .main-menu.toggled .menu-full-option:first-of-type, 
.main-menu.toggled .menu-full-option:last-of-type {
  transform: translateX(-5vh);
}
.main-menu.toggled .menu-full-option:nth-of-type(2), 
.main-menu.toggled .menu-full-option:nth-of-type(4) {
  transform: translateX(-1vh);
} */
.main-menu.toggled .menu-background:before {
  transform: translate(-50%, -50%);
  transition-delay: 200ms;
}
.main-menu .menu-background-wrapper {
  height: 100vh;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 18vh;
  z-index: 1;
}
.main-menu .menu-background {
  background-color: #616161;
  border-bottom-right-radius: 100%;
  border-top-right-radius: 100%;
  box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.15);
  height: 200vh;
  position: absolute;
  right: 0px;
  top: -50vh;
  width: 200vh;
}
.main-menu .menu-background:before {
  background-color: #f98012;
  border-bottom-right-radius: 100%;
  border-top-right-radius: 100%;
  content: "";
  height: 120%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-100%, -50%);
  transition: transform 250ms;
  width: 120%;
  z-index: -1;
}
.main-menu .menu-quick-options {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 40vh;
  justify-content: space-around;
  position: absolute;
  top: 50%;
  transform: translate(100%, -50%);
  width: 6vh;
  z-index: 3;
  text-align: center;
}
.main-menu .menu-full-options {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  height: 60vh;
  justify-content: space-around;
  left: 23vh;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20vh;
  z-index: 2;
  gap: 6vh;
}
.main-menu .menu-full-option {
  align-items: center;
  background-color: transparent;
  border: none;
  border-radius: 0.5vh;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 1vh;
  opacity: 0;
  text-decoration: none;
  transform: translateX(-2vh);
  transition: opacity 150ms, transform 150ms;
  text-align: center;
}
.main-menu .menu-full-option:first-of-type {
  transform: translateX(-5vh);
}
.main-menu .menu-full-option:last-of-type {
  transform: translateX(-7vh);
}
.main-menu .menu-full-option:nth-of-type(2), 
.main-menu .menu-full-option:nth-of-type(4) {
  transform: translateX(-1vh);
}
.main-menu .menu-full-option > div {
  transform: scaleX(-1);
}
.main-menu .menu-full-option h3 {
  color: white;
  /* font-size: 1.5vh;
  height: 2vh;
  line-height: 2vh; */
  font-size: 16px;
  margin-bottom: 0px;
  font-weight: 400;
  text-align: center;
}
.main-menu .menu-full-option img {
  width: 42px;
  margin-bottom: 10px;
}
.main-menu .menu-full-option img[alt="Contact us"] {
  width: 32px;
}
.main-menu .menu-full-option imgimg[alt="Ballistic Academy"] {
  width: 52px;
}
@media (prefers-reduced-motion) {
  .main-menu {
      transition: none;
  }
  .main-menu .menu-full-option {
      transition: none;
  }
  .main-menu .menu-background:before {
      transition: none;
  }
}
.menuCounter {
  position: initial;
  transform: scaleX(-1);
}
.menuCounter > div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.menuCounter > div:first-child {
  border-bottom: 3px solid #fff;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.menuCounter h3 {
  margin-bottom: 0;
  font-size: 22px;
}
.menuCounter img {
  width: 54px;
  margin-bottom: 10px;
}
/**** Global Menu END ****/

/**** Ballistic Quick Start ****/
.horizontal-scoll-wrapper {
  overflow: hidden;
  /* height: 420px; */
}
.horizontal {
  display: flex;
  height: 100%;
}
.horizontal > div {
  display: flex;
  flex-shrink: 0;
  padding: 0 15px;
}
.horizontal > div > div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.horizontal .box {
  width: 480px;
  padding: 50px 30px 25px 30px;
  position: relative;
  display: flex;
}
.horizontal > div:first-child >.box{
  width: 38rem ;
  padding: 0;
}
.horizontal > div:first-child >.box > p{
  text-align: left;
}
.horizontal .box img:first-child{
  border-radius: 10px;
  transition: 0.5s ease-in-out;
  width: 100%;
}
.horizontal .box img:first-child:hover {
  scale: 1.1;
  box-shadow:rgb(50 50 50 / 23%) 4px 10px 8px 3px;
}
.horizontal .box h3 {
  color: #fff;
  text-align: center;
  margin-top: 0.5rem;
  text-transform: uppercase;
  font-size: 32px;
}
.horizontal .box h3 small {
  font-size: 18px;
}

.quickstart-title {
  text-transform: uppercase;
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 2rem;
}
.quickstart-description-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
  width: 35%;
  font-size: 20px;
}
.quickstart-pin {
  display: flex;
}
.quickstart-product {
  background-image: url(../images/Dark-Bg.jpg);
  background-size: cover;
  display: flex;
  flex-wrap: nowrap;
  padding: 0px 30px;
  width: 65%;
  overflow: auto;
  /* cursor: url(../images/scroll-down.png), auto; */
  cursor: url(../images/mouse.png), auto;
}
.quickstart-product::-webkit-scrollbar {
  display: none;
}
.quickstart-product .box {
  width: 464px;
  padding: 80px 30px 45px 30px;
  position: relative;
  flex: 0 0 auto;
}
.product-wrapper{
  width: 22rem;
  height: 22rem;
  /* overflow: hidden; */
  border-radius: 10px;
}
.product-wrapper > div{
overflow: hidden;
height: 22rem;
width: 22rem;
border-radius: 8px;
}

  .product-wrapper > div> img:first-child {
  border-radius: 4px;
    /* -----  */
    width: 47rem;
    height: 31rem;
    transform: rotate(329deg);
    position: absolute;
    top: -134px;
    left: -95px;
}
/* .quickstart-product .box img:first-child:hover, */
  .product-wrapper:hover {
  scale: 1.1;
  box-shadow:rgb(50 50 50 / 23%) 4px 10px 8px 3px;
  transition: 0.5s ease-in-out;
}
.quickstart-product .box h3 {
  color: #fff;
  text-align: center;
  margin-top: 0.5rem;
  text-transform: uppercase;
  font-size: 32px;
  margin-top: 20px; 
  width: 22rem;
}
.quickstart-product .box h3 small {
  font-size: 18px;
}
.product-features{
  position: absolute;
  top: 0;
  background: #000000c2;
  height: 100%;
  width: 100%;
  border-radius: 4px;
  color: white;
  opacity: 0; 
  transition: opacity 0.5s ease;
}
.product-features ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 86%;
  gap: 30px;
  left: -61px;
  position: fixed;
  width: 114%;
}
.product-features-list > li::before{
content: '';
display: inline-block;
height: 3px;
width: 65px;
background-color: white;
}
.features-side-icons {
  position: absolute;
  right: 0px;
  display: flex;
  flex-direction: column;
  top: 12px;
  right: 20px;
  height: 81%;
  justify-content: space-evenly;
}

.features-side-icons>div {
  background: white;
  padding: 11px;
  border-radius: 50%;
}

.features-side-icons>div>img {
  width: 26px;
}
.product-wrapper:hover .product-features {
  opacity: 1;
}
.product-features ul li {
  transform: translateX(-20px);
  opacity: 0;
  transition: transform 0.1s ease, opacity 0.1s ease; 
  transition-delay: 0.2s; 
}
.product-wrapper:hover .product-features ul li {
  transform: translateX(0); 
  opacity: 1; 
  font-size: 20px;
}
.product-features ul li:nth-child(1) {
  transition-delay: 0.2s; 
}
.product-features ul li:nth-child(2) {
  transition-delay: 0.4s; 
}
.product-features ul li:nth-child(3) {
  transition-delay: 0.6s; 
}
.product-features ul li:nth-child(4) {
  transition-delay: 0.8s; 
}
.product-features ul li:nth-child(5) {
  transition-delay: 1s;
}
        /* ------  */
.product-features-list li{
  display: flex;
  align-items: center;
  gap: 14px;
}
.product-features-list li div{
  width: 36px;
  /* height: 36px; */
  background: white;
  border-radius: 50%;
  padding: 6px;
  display: flex;
}

.rotating-circle{
  position: absolute;
  top: 2rem;
  width: 140px;
  height: 140px;
  z-index: 1;
  left: -0.8rem;
  animation: rotate 10s linear infinite;
}
@keyframes rotate {
  from {
      transform: rotate(0deg);
  }
  to {
      transform: rotate(360deg);
  }
}
.first-product:hover .rotating-circle {
 visibility: hidden;
}
/**** Ballistic Quick Start END ****/

/**** Ballistic Clientele Start  ****/
.clients-marquee {
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: 2rem;
}
.clients-marquee__group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 3rem;
  min-width: 100%;
  animation: scroll-x 60s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .clients-marquee__group {
    animation-play-state: paused;
  }
}
.clients-marquee--reverse .clients-marquee__group {
  animation-direction: reverse;
  animation-delay: -3s;
}
@keyframes scroll-x {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(
      calc(-100% - calc((10rem + (1rem + 40vmin) + 30rem) / 14))
    );
  }
}
.clients-marquee svg, .clients-marquee img {
  display: grid;
  box-sizing: border-box;
  place-items: center;
  width: 14rem;
  background: #f3f3f3;
  aspect-ratio: 16/9;
  padding: 0.5rem;
  border-radius: 0.5rem;
}
.clients-wrapper {
  display: flex;
  flex-direction: column; 
  gap: 1.5rem;
  margin: auto;
  max-width: 100vw;
  padding: 1.5rem 0;
}
@keyframes fade {
  to {
    opacity: 0;
    visibility: hidden;
  }
}
.bl-clients {
  background: url('../images/Dark-Bg.jpg');
  background-size: cover;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
/* .bl-clients > .container-fluid {
  background-color: #fff;
} */
/**** Ballistic Clientele Ends  ****/

/**** Ballistic Toolkit Start  ****/
.bl-toolkit{
  background: url('../images/wave-light-bg.svg');
  background-size: cover;
  padding: 4rem 2rem;
}
.clients-marquee.toolkit-icons svg, 
.clients-marquee.toolkit-icons img {
  display: grid;
  box-sizing: border-box;
  place-items: center;  
  background: transparent;
  aspect-ratio: initial;
  padding: 0.5rem;
  border-radius: 0.5rem;
  width: 10rem;
}
.clients-marquee.toolkit-icons svg.large-logo,
.clients-marquee.toolkit-icons img.large-logo {
  width: 14rem;
}
.clients-marquee.toolkit-icons svg.small-logo,
.clients-marquee.toolkit-icons img.small-logo {
  width: 7rem;
}
/* .toolkit-icons {
  margin-left: -6rem;
} */
/**** Ballistic Toolkit Ends  ****/

/**** Transformation ****/
.bl-transformation-journey {
  padding: 4rem 2rem;
}
.transformation-icon {
  overflow: hidden;
  border-radius: 50%;
  cursor: default;
  transition: all 0.4s ease-in-out 0s;
  background: white;
  position: relative;
  top: -8rem;
  width: 16rem;
  height: 16rem;
  box-shadow: 14px 11px 30px 8px #00000030;
  margin-left: auto;
  margin-right: auto;
}
.ti-2{
  top: 5rem;
}
.ti-3{
  top: -8rem;
}
.ti-4{
  top: 5rem;
}
.transformation-icon-back {
  margin: 0 auto;
  position: absolute;
  width: inherit;
  height: inherit;
  border-radius: 50%;
  overflow: hidden;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
  transform: rotate(-180deg);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}
.transformation-icon-back h3 {
  color: #ffffff;
  font-size: 20px;
  margin: 20px;
  text-align: center;
  font-weight: 400;
  line-height: 24px;
}
.transformation-icon-back h3:nth-child(2){
  font-weight: 400;
  padding: 8px;
  font-size: 18px;
}
.transformation-icon:hover .transformation-icon-back {
  width: inherit;
  height: inherit;
  transform: scale(1);
  opacity: 0.9;
  background: #F98012;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.transformation-icon:hover img {
  display: none;
}
.transformation-icon:hover .button {
  width: inherit;
  height: inherit;
  top: 145px;
  left: 130px;
}
.circle-image{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8rem;
}

.wave-container {
  justify-content: space-between;
  margin-top: 18rem;
  margin-bottom: 12rem;
  align-items: center;
  display: flex;
  background-image: url(../images/wave-animation.gif);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.wave-container > div {
  width: 25%;
  position: relative;
}
.wave-container > img{
  width: 100%;
}
.outter-icons {
  position: absolute;
  top: -16rem;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  display: flex;
  width: fit-content;
}
.outter-icons > div {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.outter-icons > div > h6 {
  text-align: center;
  margin-top: 0.5rem;
}
.outter-icons > div > div {
  border: 2px solid #3461AB;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0rem;
}
.outter-icons > div > div > img{
  width: 2.4rem;
  height: 2.4rem;
}
.outter-icons > div:first-child {
  left: -2rem;
  top: -3rem;
}
.outter-icons > div:nth-child(3) {
  right: -2rem;
  top: -3rem;
}
.digital-trans-icons > div:first-child {
  top: 3rem;
}
.digital-trans-icons > div:nth-child(2) {
  left: 1rem;
  top: -1rem;
}
.digital-trans-icons > div:nth-child(3) {
  top: 3rem;
  right: -3rem;
}
.custom-features-icon {
  bottom: -14rem;
  top: initial;
}
/**** Transformation END ****/

/**** Ballistic Bouquet start ****/
.ballistic-services {
  background-image: url("../images/bl-bouquet-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 4rem 2rem;
}
#services-infographic{
  margin:auto;
  position: relative;
  max-width: 640px;
  max-height: 640px;
  width: 70vw;
  height: 70vw;
  /* background-image: url(../images/circle-bg.png); */
  background-image: url(../images/circle-bg2.png);
  background-size:cover;
} 
#services-infographic a, #services-infographic h2 {
  display: block; 
  position: absolute; 
  transition:all .3s ease;
}
#services-infographic h2 {
  font-weight:normal; 
  text-align: center; 
  text-transform: uppercase; 
  width: 100%;
  margin: 0;
  color: white; 
  font-size: 0.72rem;
  line-height: 1.3;
  top: 50%; 
  transform:translateY(-50%);
}
#services-infographic a:hover {
  transform-origin:center center; 
  transform:scale(1.1);
} 
/* ORANGE strategy buttons */
a[href="#commplan"] {width: 14%;top: 12%;left:35%;}
a[href="#messagin"] {width: 15%;top: 30%;left:6%;}
a[href="#thoulead"] {width: 12.5%;top: 43%;left:23%;}
a[href="#research"] {width: 17%;top: 64%;left:40%;}
a[href="#poliissu"] {width: 15%;top: 66%;left:72%;}
a[href="#medirela"] {width: 12%;top: 32.5%;left:62.5%;}

/*  GREEN digital buttons*/
a[href="#socimedi"] {width: 12.5%;top: 14%;left:18.3%;} 
a[href="#usercent"] {width: 13%;top: 21%;left:48.5%;}
a[href="#datacapt"] {width: 17%;top: 26%;left:76%;}
a[href="#analytic"] {width: 13%;top: 66%;left: 16%;}
a[href="#digienga"] {width: 13.3%;top: 79.5%;left:54.5%;} 
 
/*  BLUE collaboration buttons*/
a[href="#procmana"] {width: 14%;top: 4%;left:50%;} 
a[href="#straplan"] {width: 12.5%;top: 12%;left:68%;}
a[href="#largstak"] {width: 13%;top: 45.5%;left:80%;}
a[href="#faciconf"] {width: 11%;top: 55%;left:64%;}
a[href="#outrenga"] {width: 17%;top: 48%;left:5%;}
a[href="#confissu"] {width: 14%;top: 27%;left:27%;}
a[href="#colltrai"] {width: 14.2%;top: 77%;left:29%;} 
 
/* header for filter */
#services-filter { 
  font-size: 18px; 
  text-align: center;
  font-weight: 500;
}
#services-filter ul {
  display: flex; 
  justify-content: center; 
  position: relative; 
  margin: 0 0 1rem 0;
  gap: 1.5rem 6rem;
}
#services-filter li {
  cursor:pointer; 
  transition:all .3s ease; 
  border-top:4px solid #000;
  padding: 0.5em 0; 
  border-bottom:2px solid transparent;
} 
#services-filter li:hover {
  border-bottom-color: silver;
}
#services-filter li:nth-of-type(2) {
  border-top-color: #8D8D8D;
}
#services-filter li:nth-of-type(3) {
  border-top-color: var(--tertiary-color);
}
#services-filter li:nth-of-type(4) {
  border-top-color: #3461AB;
}
.digit {
  fill: #3461AB;
}
.strat {
  fill: var(--tertiary-color);
}
.collab {
  fill: #8D8D8D;
}
.circle-modal-title{
  color: #4D97D2;
}
.circle-modal-content{
  border: 1px solid rgb(71, 71, 71);
  border-radius: 10px;
  margin: 14px;
}
.rotate-logo{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.rotate-logo img:first-child{
  width: 74%;
  animation: logo-rotate infinite 10s linear;
}
.rotate-logo img:nth-child(2){
  width: 37%;
}
@keyframes logo-rotate{
  0% {
    transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
}
/**** Ballistic Bouquet END  ****/

/**** Ballistic Story Start ****/
.newbl-timeline {
  background-image: url("../images/wave-light-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 4rem 2rem;
  color: #000000;
}
.cd-horizontal-timeline {
  opacity: 0;
  margin: 2em auto;
  transition: opacity 0.2s;
}
.cd-horizontal-timeline::before {
  content: 'mobile';
  display: none;
}
.cd-horizontal-timeline.loaded {
 opacity: 1;
}
.cd-horizontal-timeline .timeline-story {
  position: relative;
  height: 130px;
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
}
.cd-horizontal-timeline .events-wrapper {
  position: relative;
  height: 100%;
  margin: 0 40px;
  overflow: hidden;
  cursor: default;
}
.cd-horizontal-timeline .events {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 49px;
  height: 4px;
  background: #949494;
  transition: transform 0.4s;
}
.cd-horizontal-timeline .filling-line {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: var(--tertiary-color);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s;
}
.cd-horizontal-timeline .events a {
  position: absolute;
  bottom: 0;
  z-index: 2;
  text-align: center;
  font-size: calc(1.3rem + .6vw);
  font-weight: 500;
  top: 35px;
  color: #949494;
  transform: translateZ(0);
}
.cd-horizontal-timeline .events a::after {
  /* this is used to create the event spot */
  content: '';
  position: absolute;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  bottom: 14px;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  border: 2px solid;
  background-color: #246490;
  border-color: #ffffff;
  box-shadow: inset 0 0 0 3px #246490, inset 0 0 0 6px #ffffff;
  transition: background-color 0.3s, border-color 0.3s;
}
.cd-horizontal-timeline .events a.selected {
  pointer-events: none;
}
.cd-horizontal-timeline .events a.selected::after {
  bottom: 10px;
  height: 50px;
  width: 50px;
    border-color: var(--tertiary-color);
  background-color: var(--tertiary-color);
  box-shadow: inset 0 0 0 3px #f98012, inset 0 0 0 6px #ffffff;
  border: 1px solid;
  color: var(--tertiary-color);
}
.cd-timeline-navigation a {
  /* these are the left/right arrows to navigate the timeline */
  position: absolute;
  z-index: 1;
  top: 40%;
  bottom: auto;
  transform: translateY(-50%);
  height: 34px;
  width: 34px;
  overflow: hidden;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  transition: border-color 0.3s;
}
.cd-timeline-navigation a::after {
  /* arrow icon */
  content: '';
  position: absolute;
  height: 35px;
  width: 20px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  transform: translateX(-50%) translateY(-50%);
  background: url(../images/arrow-right.svg) no-repeat 0 0;
  background-size: cover;
}
.cd-timeline-navigation a.prev {
  left: -2%;
  transform: translateY(-60%) rotate(180deg);
}
.cd-timeline-navigation a.next {
  right: -2%;
  transform: translateY(-40%);
}
.no-touch .cd-timeline-navigation a:hover {
  border-color: #ffffff;
}
.cd-timeline-navigation a.inactive {
  cursor: not-allowed;
  background: url(../images/arrow-right.svg) no-repeat 0 0;
  background-size: contain;
  opacity: 0.4;
}
.cd-timeline-navigation a.inactive::after {
  background-position: 0 -36px;
}
.no-touch .cd-timeline-navigation a.inactive:hover {
  border-color: #dfdfdf;
}
.cd-horizontal-timeline .events-content {
  position: relative;
  width: 100%;
  margin: 2em 0;
  height: auto;
  transition: height 0.4s;
}
.cd-horizontal-timeline .events-content li {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  position: absolute;
  z-index: 1;
  width: 100%;
  transform: translateX(-100%);
  opacity: 0;
  animation-duration: 0.4s;
  animation-timing-function: ease-in-out;
}
.cd-horizontal-timeline .events-content li.selected {
  position: relative;
  z-index: 2;
  opacity: 1;
  transform: translateX(0);
}
.cd-horizontal-timeline .events-content li>* a {
  color: #ffffff;
  text-decoration: underline;
}
.cd-horizontal-timeline .events-content .card-content {
  display: flex;
  flex-direction: column;
  align-items: center;  
  align-self: center;
  width: 80%;
  height: auto;
  max-width: 1000px;
}
.cd-horizontal-timeline .events-content .card-info {
  background: #949494;
  border-radius: 10px;
  padding: 2rem;
  text-align: center;
}
.cd-horizontal-timeline .events-content .card-story , .continent {
  font-size: 32px;
  color: white;
}
.continent{
  margin-top: 16px;
  text-align: right;
  font-size: 22px;
  display: none;
}
@keyframes cd-enter-right {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes cd-enter-left {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
.events>ul,
.cd-timeline-navigation {
  list-style: none;
}
.cd-horizontal-timeline .events>ul>li a:after {
  background-color: #949494;
  box-shadow: inset 0 0 0 3px #949494, inset 0 0 0 6px #ffffff;
  border: 1px solid #949494;
  color: #949494;
}
/* .cd-horizontal-timeline .events>ul>li:nth-child(odd) a:after {
  border-color: var(--tertiary-color);
  background-color: var(--tertiary-color);
  box-shadow: inset 0 0 0 3px #f98012, inset 0 0 0 6px #ffffff;
  border: 1px solid;
  color: var(--tertiary-color);
}
.cd-horizontal-timeline .events>ul>li:nth-child(even) a:after {
  background-color: #949494;
  box-shadow: inset 0 0 0 3px #949494, inset 0 0 0 6px #ffffff;
  border: 1px solid #949494;
  color: #949494;
} */
.cd-horizontal-timeline .events-content li:nth-child(odd) .card-info {
  background: var(--tertiary-color);
}
.cd-horizontal-timeline .events-content li.enter-right,
.cd-horizontal-timeline .events-content li.leave-right {
  animation-name: cd-enter-right;
}
.cd-horizontal-timeline .events-content li.enter-left,
.cd-horizontal-timeline .events-content li.leave-left {
  animation-name: cd-enter-left;
}
.cd-horizontal-timeline .events-content li.leave-right,
.cd-horizontal-timeline .events-content li.leave-left {
  animation-direction: reverse;
}

/**** Ballistic Story End ****/

/**** GoToTop Start ****/
.go-top {
  position:fixed;
  bottom: 20px;
  right: 15px;
  display:none;
  cursor: pointer;
}
.go-top-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--tertiary-color);
  border-radius: 50%;
  width: 48px;
  height: 48px;
}
.go-top-inner:after {
  font-family: FontAwesome;
  content: "\f106";
  color: #fff;
  font-size: 24px;
}
.go-top-inner:hover {
	transition: all .4s linear;
	transform: scale(1.2);
}
/**** GoToTop End ****/

/* .cd-horizontal-timeline .selected::after{
  pointer-events: none;
      background-color: #ed0c0c;
      border-color: #ffffff;
      -webkit-box-shadow: inset 0 0 0 3px #b32212, inset 0 0 0 6px #ffffff;
      box-shadow: inset 0 0 0 3px #c11111, inset 0 0 0 6px #ffffff;
  } */
  .iconflip-wrapper {
    width: 120px;
    height: 130px;
    perspective: 1000px; /* Add perspective to create a 3D effect */
  }
  
  .flip-inner {
    width: 100%;
    height: 100%;
    transform-style: preserve-3d; 
    transition: transform 0.5s; 
  }
  
  .iconflip-wrapper:hover .flip-inner {
    transform: rotateY(180deg);
  }
  
  .flip-front, .flip-back {
    width: 100%;
    height: 100%;
    position: absolute;
    backface-visibility: hidden; 
  }
  
  .flip-front {
    /* background-color: #3498db;
    color: white; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
  }
  
  .flip-back {
    /* background-color: #e74c3c;
    color: white; */
    transform: rotateY(180deg); 
    display: flex;
    justify-content: center;
    align-items: center;
  }

.flip-btn, .flip-btn:link, .flip-btn:visited{
  background: #0085d0;
  color: #fff;
}
.demo-submit-btn:hover, .flip-btn:hover {
  background-color: #1b5f85;
  color: #fff;
}

/* scroll down -- New */

.scrolldown-icon{
  background: var(--tertiary-color);
  border-radius: 50%;
  height: 48px;
  width: 48px;
  display: grid;
  place-items:center;
  cursor: pointer;
}

.scrolldown-icon:hover{
  transition: all .4s linear;
  transform: scale(1.2);
}
.scrolldown-icon > i{
   color: white;
   font-size: 24px;
}

