/* styles.css */

/* Reset some default styles */
body, h1, p {
    margin: 0;
    padding: 0;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

body {
    overflow: auto;
}

/* Video Background */
.video-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}


#video-container {
  height: 100%;
  width: 100vw;
  background-image: url("img/video1.mp4");
  background-color: transparent;
  position: absolute;
  z-index: 1;
}

#bg-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#bg-gif {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* Content styling */
.content {
    position: relative;
    z-index: 1;
    margin-left: 150px;
    padding: 20px;
    color: white;
}

#logo  {
    text-align: center;
}



#lunching{
    width: auto;
    height: auto;
    float: left;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: #fff;
    overflow-wrap: normal;
    -webkit-text-fill-color: inherit;
    object-fit: fill;
    background-image: linear-gradient(rgba(71, 39, 122, 0.3), rgba(70, 34, 128, 0.3));
    background-clip: padding-box;
    border: 0 solid rgba(40, 19, 73, 0.3);
    border-radius: 50px;
    align-items: baseline;
    margin-top: 25px;
    margin-bottom: 20px;
    padding-top: 20;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Exo, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 45px;
    display: block;
    position: static;
    overflow: visible;
}

#lunching1 {
    float: left; /* Ensure the element stays on the left */
    width: auto;
    height: auto;
    color: #fff;
    overflow-wrap: normal;
    -webkit-text-fill-color: inherit;
    object-fit: fill;
    background-image: linear-gradient(rgba(71, 39, 122, 0.3), rgba(70, 34, 128, 0.3));
    background-clip: padding-box;
    border: 0 solid rgba(40, 19, 73, 0.3);
    border-radius: 50px;
    align-items: baseline;
    margin-top: 140px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Exo, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 45px;
    display: block;
    position: static;
    overflow: visible;
    max-width: fit-content;
    z-index: 1;
    margin-left: 170px;
}

.main-heading{
    clear: left;
    pointer-events: auto;
    perspective: none;
    overflow-wrap: normal;
    object-fit: fill;
    margin-bottom: 20px;
    margin-left: 0;
    font-family: Inter Variablefont Slnt Wght, sans-serif;

    overflow: visible;
    transform: none;
    font-size: 100px;
}


.paragraph-4 {
    color: #fff;
    white-space: normal;
    object-fit: fill;
    flex-wrap: nowrap;
    margin-top: 40px;
    margin-bottom: 40px;
    font-family: Inter Variablefont Slnt Wght, sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 44px;
    display: block;
  }

  .hero-form-input {
    width: 230px;
    height: 52px;
    float: left;
    color: #1a1b1f;
    border: 1px solid #d1d6db;
    border-radius: 14px 0px 0px 14px;
    margin-bottom: 0;
    margin-right: 9px;
    padding: 5px 16px;
    font-family: Inter Variablefont Slnt Wght, sans-serif;
    font-size: 16px;
    line-height: 20px;
    transition: all .2s;
  }
  
  .hero-form-input:hover, .hero-form-input:focus {
    border-color: #76879d;
  }
  
  .hero-form-input::-ms-input-placeholder {
    color: rgba(26, 27, 31, .8);
  }
  
  .hero-form-input::placeholder {
    color: rgba(26, 27, 31, .8);
  }
  
  .button-primary-2 {
    color: #fff;
    float: left;
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: #1a1b1f;
    border-radius: 0px 14px 14px 0px;
    padding: 12px 25px;
    font-family: Inter Variablefont Slnt Wght, sans-serif;
    font-size: 14px;
    line-height: 26px;
    transition: all .2s;
  }

.logo-slider {

    overflow: hidden;
    width: 100%;
    max-width: 1000px;
    min-height: 120px;
    background: white;
    padding: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    margin: 100px 175PX 50px; /* Center the logo slider horizontally and add space from top and bottom */
    border-radius: 22px;
}

.logo-track {
    display: flex;
    justify-content: center; /* Center the logos horizontally */
    animation: scroll 20s linear infinite;
}

.logo-track img {
    width: 200px;
    height: auto;
    padding: 0 20px;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}


.gre {
    color: white;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.329), rgba(0, 0, 0, 0.288));
    background-size: 100% 100%;
    background-position: 0% center;
    backdrop-filter: blur(10px);

  }

/* General Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    height: 100%;
    font-family: Arial, sans-serif;
}

body {
    display: flex;
    flex-direction: column;
}

.content {
    flex: 1;
}

/* Footer Styles */
footer {
    margin-top: 80px;
    background-color: #f8f9fa;
    border-top: 1px solid #e9ecef;
    padding: 20px 0;
    text-align: center;
}

.footer-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px;
}

.footer-left, .footer-middle, .footer-right {
    flex: 1;
    min-width: 200px; /* Ensures items don't shrink too much */
    margin: 10px;
    text-align: left; /* Align text to the left */
}

.logo {
    height: 40px;
    margin-bottom: 10px;
}

.footer-link-two {
    display: block; /* Ensure the link is displayed as a block element */
    margin-top: 10px; /* Add some margin between the logo and the link */
    text-decoration: none;
    color: #000;
    font-size: 14px;
}

.footer-link-two:hover {
    text-decoration: underline;
}

.footer-middle h3, .footer-right h3 {
    margin-bottom: 10px;
}

.footer-middle ul {
    list-style: none;
    padding: 0;
}

.footer-middle ul li {
    margin-bottom: 5px;
}

.footer-middle ul li a {
    text-decoration: none;
    color: #000;
}

.footer-middle ul li a:hover {
    text-decoration: underline;
}

.footer-right form {
    display: flex;
    align-items: center;
}

.footer-right input[type="email"] {
    padding: 10px 15px;
    border: 1px solid #ced4da;
    border-radius: 4px 0 0 4px;
    outline: none;

}

.footer-right button {
    padding: 10px 15px;
    border: none;
    background-color: #000;
    color: #fff;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-right button::after {
    content: '→';
    font-size: 16px;
}

/* Footer Bottom Styles */
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    border-top: 1px solid #e9ecef;
    font-size: 14px;
}

.footer-bottom p {
    flex: 1;
    text-align: center;
}

.social-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
}

.social-icons a {
    margin: 0 10px;
}

.social-icon {
    width: 28px;
    height: 28px;
}








/* Responsive Typography */
.small-heading {
    font-size: 4vw; /* Relative to viewport width */
}


/* Link Styling */
.glow-text-link {
    text-decoration: none;
    color: inherit;
}



/*  footer */



/* Mobile-specific styles */
@media only screen and (max-width: 1024px) {
        
    .logo-slider img {
        width: 50%;
        margin: 10px;
      }

    .main-heading{
        font-size: 60px;
      }

      #lunching1{
        margin-left: 100px;
      }

    .content{
        margin-left: 80px;
    }
    .logo-slider{
        margin-left: 100px;
        max-width: 850px;
    }
}



@media only screen and (max-width: 768px) {
    /* Adjust font sizes and layout for mobile */
    body {
      font-size: 16px;
    }
    .content {
      padding: 20px;
      margin-left: 60px;
    }
    .main-heading{
        font-size: 60px;
    }

    #lunching1{
        margin-left: 75px;
        max-height: 80px;
        max-width: 600px;
        font-size: 14px;
      }

    .logo-slider {
        margin-left: 70px;
        max-width: 650px;
    }
    .logo-slider img {
        width: 25%;
        margin: 5px;
        padding: 0px 5px;
      }
    .footer-container {
      flex-direction: column;
    }
    .footer-left, .footer-middle, .footer-right {
      width: 100%;
      margin-bottom: 20px;
    }
  }
  
  /* Tablet-specific styles */
  @media only screen and (min-width: 769px) and (max-width: 1024px) {
    /* Adjust font sizes and layout for tablet */
    body {
      font-size: 18px;
    }
    .content {
      padding: 30px;
    }

    .logo-slider {
      flex-wrap: wrap;
    }
    .logo-slider img {
      width: 33.33%;
      margin: 10px;
    }
  }
  @media screen and (max-width: 425px)  {
    /*this is the vide mode for moblie*/
    body {
        font-size: 11px;
      }

    .content {
        padding: 5px;
        margin-left: 30px;
      }

    .main-heading {
        font-size: 33px;
    }

    .paragraph-4{
        font-size: 18px;
    }

    .hero-form-input {
        width: 180px;
        height: 32px;
        float: left;
        color: #1a1b1f;
        border: 1px solid #d1d6db;
        border-radius: 14px 0px 0px 14px;
        margin-bottom: 0;
        margin-right: 9px;
        padding: 2px 8px;
        font-family: Inter Variablefont Slnt Wght, sans-serif;
        font-size: 11px;
        line-height: 20px;
        transition: all .2s;
      }

      .button-primary-2 {
        width: 150px;
        height: 32px;
        color: #fff;
        float: left;
        letter-spacing: 2px;
        text-transform: uppercase;
        background-color: #1a1b1f;
        border-radius: 0px 14px 14px 0px;
        padding: 2px 8px;
        font-family: Inter Variablefont Slnt Wght, sans-serif;
        font-size: 10px;
        line-height: 26px;
        transition: all .2s;
      }

      #lunching1{
        margin-left: 30px;
        max-height: 60px;
        max-width: fit-content;
        font-size: 8px;
        font-weight: 100;
        padding-left: 10px;
        padding-right: 10px;
      }

      .logo-slider {
        margin-left: 20px;
        margin-bottom: 30px;
        max-width: 90%;
        max-height: 10px;

    }

    .logo-slider img {
        width: 25%;
        margin: 5px;
        padding: 8px 5px;
      }
    
  }

  @media screen and (max-width: 430px)  {
    /*this is the vide mode for moblie*/
    body {
        font-size: 11px;
      }

    .content {
        padding: 5px;
        margin-left: 30px;
      }

    .main-heading {
        font-size: 33px;
    }

    .paragraph-4{
        font-size: 18px;
    }

    .hero-form-input {
        width: 180px;
        height: 32px;
        float: left;
        color: #1a1b1f;
        border: 1px solid #d1d6db;
        border-radius: 14px 0px 0px 14px;
        margin-bottom: 0;
        margin-right: 9px;
        padding: 2px 8px;
        font-family: Inter Variablefont Slnt Wght, sans-serif;
        font-size: 11px;
        line-height: 20px;
        transition: all .2s;
      }

      .button-primary-2 {
        width: 150px;
        height: 32px;
        color: #fff;
        float: left;
        letter-spacing: 2px;
        text-transform: uppercase;
        background-color: #1a1b1f;
        border-radius: 0px 14px 14px 0px;
        padding: 2px 8px;
        font-family: Inter Variablefont Slnt Wght, sans-serif;
        font-size: 10px;
        line-height: 26px;
        transition: all .2s;
      }

      #lunching1{
        margin-left: 30px;
        max-height: 60px;
        max-width: fit-content;
        font-size: 8px;
        font-weight: 100;
        padding-left: 10px;
        padding-right: 10px;
      }

      .logo-slider {
        margin-left: 20px;
        margin-bottom: 30px;
        max-width: 90%;
        max-height: 10px;

    }

    .logo-slider img {
        width: 25%;
        margin: 5px;
        padding: 8px 5px;
      }
    
  }

    @media screen and (max-width: 430px)  {
    /*this is the vide mode for moblie*/
    body {
        font-size: 11px;
      }

    .content {
        padding: 5px;
        margin-left: 30px;
      }

    .main-heading {
        font-size: 33px;
    }

    .paragraph-4{
        font-size: 18px;
    }

    .hero-form-input {
        width: 180px;
        height: 32px;
        float: left;
        color: #1a1b1f;
        border: 1px solid #d1d6db;
        border-radius: 14px 0px 0px 14px;
        margin-bottom: 0;
        margin-right: 9px;
        padding: 2px 8px;
        font-family: Inter Variablefont Slnt Wght, sans-serif;
        font-size: 11px;
        line-height: 20px;
        transition: all .2s;
      }

      .button-primary-2 {
        width: 150px;
        height: 32px;
        color: #fff;
        float: left;
        letter-spacing: 2px;
        text-transform: uppercase;
        background-color: #1a1b1f;
        border-radius: 0px 14px 14px 0px;
        padding: 2px 8px;
        font-family: Inter Variablefont Slnt Wght, sans-serif;
        font-size: 10px;
        line-height: 26px;
        transition: all .2s;
      }

      #lunching1{
        margin-left: 30px;
        max-height: 60px;
        max-width: fit-content;
        font-size: 8px;
        font-weight: 100;
        padding-left: 10px;
        padding-right: 10px;
      }

      .logo-slider {
        margin-left: 20px;
        margin-bottom: 30px;
        max-width: 90%;
        max-height: 10px;

    }

    .logo-slider img {
        width: 25%;
        margin: 5px;
        padding: 8px 5px;
      }
    
  }