

html,body {
  scroll-behavior: smooth;
 margin: 0;
  padding: 0;
  background-image: url("media/bg.jpg");
  background-size: cover;
  background-position: center;
  background-blend-mode: overlay;
overflow-x: hidden;
}


.nav {
  position: fixed;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  width: 400px;
  height: 60px;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  transition: top 0.4s ease-in-out;
  border: 3px solid rgba(32, 120, 235, 0.5);
}

.nav.show {
  top: 4rem;
}

.outline {
    position: absolute;
    inset: 0;
    pointer-events: none;
  }

  .rect {
    stroke-dashoffset: 5;
    stroke-dasharray: 0 0 10 40 10 40;
    transition: 0.5s;
    stroke: rgba(32, 120, 235, 0.483);
  }

  .container:hover .outline .rect {
    transition: 999999s;
    stroke-dashoffset: 1;
    stroke-dasharray: 0;
  }

  .container1 {
    position: absolute;
    inset: 0;
    background:#0c182e;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding: 0.5em;
  }

  .btn {
    padding: 0.5em 1.5em;
    color:white;
    cursor: pointer;
    transition: 0.1s;
    font-size: 14px;
  }

  .btn:hover {
    color:#2c64f7;

  }

  .btn:nth-child(1):hover ~ svg .rect {
    stroke-dashoffset: 0;
    stroke-dasharray: 0 2 8 73.3 8 10.7;
  }

  .btn:nth-child(2):hover ~ svg .rect {
    stroke-dashoffset: 0;
    stroke-dasharray: 0 12.6 9.5 49.3 9.5 31.6;
  }

  .btn:nth-child(3):hover ~ svg .rect {
    stroke-dashoffset: 0;
    stroke-dasharray: 0 24.5 8.5 27.5 8.5 55.5;
  }

  .btn:nth-child(4):hover ~ svg .rect {
    stroke-dashoffset: 0;
    stroke-dasharray: 0 34.7 6.9 10.2 6.9 76;
  }

  .btn:hover ~ .outline .rect {
    stroke-dashoffset: 0;
    stroke-dasharray: 0 0 10 40 10 40;
    transition: 0.5s !important;
  }
/*

////////Hero Section////// */

.bg-container {
  background-color: rgba(0, 3, 25,0.9);
  background-image: url("media/bg.jpg"),
    linear-gradient(to top right, rgba(128, 0, 128, 0.2), transparent),
    repeating-linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.05) 0px,
      rgba(255, 255, 255, 0.05) 1px,
      transparent 1px,
      transparent 40px
    ),
      repeating-linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.05) 0px,
        rgba(255, 255, 255, 0.05) 1px,
        transparent 1px,
        transparent 40px
      ),

      radial-gradient(
        circle at top right,
        rgba(25, 0, 255, 0.6),
        transparent 30%
      );
  background-size: cover;
  background-position: center;
  background-blend-mode: overlay;
  height: 60vh;
  display: flex;
  justify-content: center;
  align-items: center;

}

.driven{
  background-color: black;
}

.drive{
  gap: 40px;
}

.tagline p{
font-size: 17px;
}

.tagline span {
  color:skyblue;
}
.logo img {
  width: 500px;
}
.tagline {
  margin-top: 20px;
}

.tagline h1{
  line-height:40px;
}

.custom-line-spacing {
  line-height: 1.8;
}
.why {
    background-color: black;
    position: relative;
    z-index: 100;
    margin-top: 0;
    padding: 20px;
  }

  .scroll-line {
    position: fixed;
    top: 0;
    left: 140px;
    width: 2px;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    z-index: 1000;
    transition: opacity 0.3s ease-in-out;
}


.scroll-line .progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background: linear-gradient(-75deg, blue 0%, white 100%);
    box-shadow: 0 0 60px blue, 0 0 30px blue, 0 0 45px blue;
    transition: height 0.1s ease-out;
}



  .expert{
    font-size: 0.9rem;
  }






  .card_1 {
    width: 100%;
  max-width: 680px;
    flex-direction: column;
    cursor: pointer;
    background-color: #0c182e;
    border-radius: 40px;
    transition: all 0.3s ease-in-out;
    padding: 15px;

  }

  .card_1-title {
    text-align: center;
    font-size: 1.4rem;
  }

  .card_1-text {
    text-align: center;
    color: whitesmoke;
    font-size: 1rem;
  }

  .card_1 img {
    display: block;
    margin: 0 auto;
    max-width: 80px;
  }

  .card_1:hover {
    border: 1px solid #2c64f7;
    transform: scale(1.05);
    box-shadow: 0 10px 30px rgba(91, 128, 219, 0.4);
  }

  .center-card {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }


  .Mycontainer {
    width: 100% !important;
    margin: auto !important;
  }


  .custom-card{
    cursor: pointer;
    background-color: #0c182e;

    transition: all 0.3s ease-in-out;

  }
  .custom-card:hover{
    border: 1px solid #2c64f7;
    transform: scale(1.05);
    box-shadow: 0 15px 45px rgba(91, 128, 219, 0.4);
  }

        .slider-container {
            width: 80%;
            margin: auto;
            overflow: hidden;
        }

        .slick-slider {
            overflow: hidden;
        }

        .slick-track {
            display: flex !important;
        }

        .slick-slide {
            height: auto !important;
            min-height: 1px;
        }


  .holographic-card {
    align-items: center;
    flex-direction: column;
    text-align: center;
    cursor: pointer;
    width: 645px;
    height: 200px;
    background: #111;
    display: flex;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    transition: all 0.5s ease;
    padding: 20px;
    margin: 12px;
  }

  .holographic-card h5 {
    margin: 20px 0;
    color: skyblue;
    font-size: 1.5rem;
  }

  .holographic-card p {
    text-align: center;
    color: white;
    margin-top: 10px;
  }

  .holographic-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
      0deg,
      transparent,
      transparent 30%,
    rgba(91, 128, 219, 0.4)
    );

    transform: rotate(-45deg);
    transition: all 0.5s ease;
    opacity: 0;
  }
  .holographic-card:hover {
    border: 1px solid  #2c64f7;
    transform: scale(1.05);
    box-shadow: 0 10px 30px rgba(91, 128, 219, 0.4);
  }
  .holographic-card:hover::before {
    opacity: 1;
    transform: rotate(-45deg) translateY(100%);
  }


  .contact{
    background-color: black;
  }
  .contact span{
    color: #2c64f7;
  }


  .button2 {
    margin: 0;
    height: auto;
    background: transparent;
    padding: 0;
    border: none;
    cursor: pointer;


    color: white;
    -webkit-text-stroke: 0px;
  }

  .button2 {
    cursor: pointer;
    --border-right: 6px;
    --text-stroke-color: white;
    --animation-color: #2c64f7;
    --fs-size: 2em;
    letter-spacing: 3px;
    text-decoration: none;
    font-size: var(--fs-size);
    font-family: "Arial";
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
  }

  .hover-text {
    position: absolute;
    box-sizing: border-box;
    content: attr(data-text);
    color: var(--animation-color);
    width: 0%;
    inset: 0;
    border-right: var(--border-right) solid var(--animation-color);
    overflow: hidden;
    transition: 2s;
    -webkit-text-stroke: 1px var(--animation-color);
  }

  .button2:hover .hover-text {
    width: 100%;
    filter: drop-shadow(0 0 23px var(--animation-color));
  }





.button1 {
  padding: 10px 20px;
  text-transform: uppercase;
  border-radius: 8px;
  font-size: 17px;
  font-weight: 500;
  color: #ffffff80;
  text-shadow: none;
  background: transparent;
  cursor: pointer;
  box-shadow: transparent;
  border: 1px solid #ffffff80;
  transition: 0.5s ease;
  user-select: none;
}

.button1:hover,
:focus {
  color: #2c64f7;


}














.button3 {
  margin: 0;
  height: auto;
  background: transparent;
  padding: 0;
  border: none;
  cursor: pointer;

  /* Default text color */
  color: white;
  -webkit-text-stroke: 0px; /* Remove stroke for default state */
}

.button3 {
  cursor: pointer;
  --border-right: 6px;
  --text-stroke-color: white;
  --animation-color: #2c64f7;
  --fs-size: 2em;
  letter-spacing: 3px;
  text-decoration: none;
  font-size: var(--fs-size);
  font-family: "Arial";
  position: relative;
  text-transform: uppercase;
  font-weight: bold;
}
.button3:hover .hover-text {
  width: 100%;
  filter: drop-shadow(0 0 23px var(--animation-color));
}









.button4 {
  margin: 0;
  height: auto;
  background: transparent;
  padding: 0;
  border: none;
  cursor: pointer;
  color: white;
  -webkit-text-stroke: 0px;
}

.button4 {
  cursor: pointer;
  --border-right: 6px;
  --text-stroke-color: white;
  --animation-color: #2c64f7;
  --fs-size: 2em;
  letter-spacing: 3px;
  text-decoration: none;
  font-size: var(--fs-size);
  font-family: "Arial";
  position: relative;
  text-transform: uppercase;
  font-weight: bold;
}
.button4:hover .hover-text {
  width: 100%;
  filter: drop-shadow(0 0 23px var(--animation-color));
}













.button5 {
  margin: 0;
  height: auto;
  background: transparent;
  padding: 0;
  border: none;
  cursor: pointer;
  color: white;
  -webkit-text-stroke: 0px;
}

.button5 {
  cursor: pointer;
  --border-right: 6px;
  --text-stroke-color: white;
  --animation-color: #2c64f7;
  --fs-size: 2em;
  letter-spacing: 3px;
  text-decoration: none;
  font-size: var(--fs-size);
  font-family: "Arial";
  position: relative;
  text-transform: uppercase;
  font-weight: bold;
}
.button5:hover .hover-text {
  width: 100%;
  filter: drop-shadow(0 0 23px var(--animation-color));
}




.button6 {
  margin: 0;
  height: auto;
  background: transparent;
  padding: 0;
  border: none;
  cursor: pointer;
  color: white;
  -webkit-text-stroke: 0px;
}

.button6 {
  cursor: pointer;
  --border-right: 6px;
  --text-stroke-color: white;
  --animation-color: #2c64f7;
  --fs-size: 2em;
  letter-spacing: 3px;
  text-decoration: none;
  font-size: var(--fs-size);
  font-family: "Arial";
  position: relative;
  text-transform: uppercase;
  font-weight: bold;
}
.button6:hover .hover-text {
  width: 100%;
  filter: drop-shadow(0 0 23px var(--animation-color));
}






