 @import url('https://fonts.googleapis.com/css?family=Lato');

 body {
     font-family: 'Lato', sans-serif;
 }


 .contact-btn button {
     font-family: 'Lato', sans-serif;
     padding: 5px 21px;
     color: #2D1E6B;
     font-weight: 600;
     border-radius: 20px;
 }

 .navbar-nav .nav-link {
     color: #fff !important;
 }

 .contact-btn {
     font-family: 'Lato', sans-serif;
     padding: 5px 21px;
     color: #2D1E6B;
     font-weight: 600;
     border-radius: 20px;
     background-color: white;
     border: 1px solid #2D1E6B;
 }

 .contact-btn:hover {
     background: #9333ea;
 }

 @media (min-width: 992px) {
     .navbar-expand-lg .navbar-nav .nav-link {
         padding-right: 2.5rem;
         padding-left: .5rem;
     }
 }

 .header-overlay {
     position: absolute;
     top: 30%;
     left: 0;
     right: 0;
     /* bottom: 0; */
     /* display: flex
; */
     justify-content: space-between;
     align-items: center;
     padding: 0 100px;
     color: white;
     z-index: 1;
 }

 .header-text-left {
     text-transform: uppercase;
     font-family: 'Rubik', sans-serif;
 }

 .header-text-left h3 {
     font-weight: 900;
     font-size: 35px;
     font-family: 'Rubik', sans-serif;
 }

 .header-text-p {
     font-size: 15px;
     color: grey;
     width: 550px;
 }
.header-third-sec h3{
     font-size: 35px;
      font-family: 'Rubik', sans-serif;
     background: linear-gradient(to right, #6f42ec, #e2a9f1, #f61fda);
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
}
 .gradient-text {
     font-size: 35px;
      font-family: 'Rubik', sans-serif;
     background: linear-gradient(to right, #6f42ec, #e2a9f1, #f61fda);
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
 }

 .vertical-text {
     position: absolute;
     right: -60px;
     /* adjust based on your layout */
     top: 50%;
     transform: rotate(270deg) translateY(-50%);
     transform-origin: center;
     font-family: 'Poppins', sans-serif;
     font-size: 15px;
     color: white;
     font-weight: 600;
     letter-spacing: 2px;
     opacity: 0.7;
 }

 .hero-button-first {
     padding: 20px 0px;
     clip-path: polygon(15% 0%, 95% 0%, 80% 100%, 0% 100%);
     border: none;
     color: white;

 }

 .hero-button-first button {
       width: 165px;
    height: 43px;
    font-size: 15px;
    border: none;
    font-weight: 700;
    color: white;
    background: linear-gradient(to right, #4244ec, #e2a9f1, #f61fda);
 }

 .hero-button-sec {
     padding: 20px 0px;
     clip-path: polygon(15% 0%, 95% 0%, 80% 100%, 0% 100%);
     border: none;
     color: white;
         /* border: 2px solid;
    border-image: linear-gradient(90deg, rgb(232 204 23) 0%, rgb(37 21 219) 75%, rgba(149, 0, 255, 0.54) 100%) 1; */

 }

 .hero-button-sec button {
     width: 210px;
     height: 55px;
     font-size: 18px;
     font-weight: 700;
     color: white;
        border: 2px solid;
        background-color: #14050b;
    border-image: linear-gradient(90deg, rgb(232 204 23) 0%, rgb(37 21 219) 75%, rgba(149, 0, 255, 0.54) 100%) 1;

 }
.header-third p{
font-size: 12px;
color: grey;
}
.header-third {
    width: 650px;
}
.header-third h3{
font-size: 20px;
font-weight: 800;
}
.marquee-div{
    text-transform: uppercase;
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    padding-top: 8px;
}
.marquee-div span{
    margin: 0px 5px;
}








 /* ********* Driven by Innovation Start******* */

 .title-btn {
     text-align: center;
 }

 .title-btn button {
     color: #d71056;
     background-color: #DE383033;
     border-radius: 60px;
     padding: 7px 20px;
     font-size: 20px;
     border: none;
 }

 .bg-color {
     background-color: #14050b;
 }








 /* ********* Driven by Innovation End******* */