* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

/* section 1 */
video {
    
    width: 100%;
    height: 100vh;
    object-fit: cover;
    display: block;
    filter: brightness(75%);

}
.astv {
    text-align: left;
}
.astovtech {
    position: absolute;
    top: 35%;
    left: 15%;

}
.white {
    position: absolute;
    top: 10%;  
    left: 20%;
    transform: translate(-50%, -50%);
    width: 300px;
}

.astovtech h1{
    left: -87px;
    margin-top: 160px;
    color: white;     
    font-size: 34px;    
    position: relative;
    font-family: Sans-Serif;
    letter-spacing: 11px;

}

.astv h3 {
    margin-top: 15px;
    left: -93px;
    position: relative;
    font-weight: bold;
    font-family: Sans-Serif;
    color: white;   
    font-size: 23px;
    letter-spacing: 2px;
    text-align: center;
}
.astv button {
    position: relative;
    top: 15px;
    left: -18%;
    padding: 12px 80px;
    border: 2px solid transparent;
    background: 
        linear-gradient(transparent, transparent) padding-box,
        linear-gradient(90deg, transparent, #0cc0df, transparent) border-box;
    background-origin: border-box;
    background-clip: padding-box, border-box;
    background-size: 200% 100%;
    background-position: 0% 0%;
    color: white;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 6px rgba(0.1, 0.5, 1, 1);
    animation: lightMove 3s linear infinite;
}

@keyframes lightMove {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 200% 0%;
    }
}

.astv button:hover {
    border-color: #00aaff; /* Bright blue border on hover */
}
.coloring {
    color: #0cc0df;
}

.fade-instant {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.fade-instant.show {
    opacity: 1;
}

#logo {
    transition-delay: 0.4s; 
}

#headline {
    transition-delay: 1.2s; 
}

#subheadline {
    transition-delay: 2.1s; 
}
#butto{
    transition-delay: 2.8s;
}


/* ------- */
.fade-text {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s ease-out, transform 2s ease-out;
  }
  
  .fade-text.show {
    opacity: 1;
    transform: translateY(0);
  }
/* inquire now*/
button {
    position: absolute;
    top: 110%;
    left: -28%;
    border: 1px solid;
    color: white;
    padding: 15px 60px;
    cursor: pointer;
    font-family: sans-serif;
    border-radius: 25px;
    letter-spacing: 3px;
    box-shadow: 0 4px 6px rgba(0.1, 0.5, 1, 0.5);
    background-color: rgba(255, 255, 255, 0.2);
    transition: background-color 0.3s ease, transform 0.1s ease, border 0.3s ease;
    backdrop-filter: blur(10px);
}

button:hover {
    box-shadow: 0 4px 6px rgba(0.1, 0.5, 1, 0.5);
    background-color: #003366;
    color: white;
}
/* ------- */
.container{
    height: 100vh;
    scroll-snap-type: y mandatory;
    overflow-y: scroll;
}
.arrowdown img{
  position: absolute; 
  bottom: 30px; 
  left: 50%; 
  transform: translateX(-50%); 
  width: 25px; 
}
.arrowdown h6{
    position: absolute;
    bottom: 65px; 
    left: 50%;
    transform: translateX(-50%);
    color: white;
    text-align: center;
    width: auto;
    font-size: 12px;
    font-family: Sans-Serif;
    letter-spacing: 2px;
}

/* section overall */


section {
    min-height: 100dvh; 
    scroll-snap-align: start;
    position: relative;
    box-sizing: border-box;
    overflow: hidden; 

}
.section1 {
    min-height: 100dvh;
    background-color: white;
    margin: 0;
}
.section7 {
    min-height: 100dvh;
    background-color: white;
}

.section2 {
    min-height: 100dvh;
    background-color: white;
    
}

.section3 {
    min-height: 100dvh;
    background-color: white;
}
.section4 {
    min-height: 100dvh;
    background-color: white;
}
.section5 {
    min-height: 100dvh;
    background-color: #003366;
}
.section6 {
    min-height: 100dvh;  
    background-color: white;

}
.section9 {
    min-height: 100dvh;
    background-color: #262626;
}

.image-container img{
    width: 60px;
    margin-left: 45px;
}
.image-container h1{
    font-size: 50px;
    color: #003366;
    font-family: sans-serif;
    padding-left: 18px;
    margin-top: 50px;
}
.logo {
    width: 70px;
}

/* section 7 */
.brands {
    flex-wrap: wrap;
    display: flex;
    height: 550px;
    padding-top: 20px;
    padding-bottom: 80px;
    justify-content: center;
    margin-top: 20px;
    gap: 50px;
}

.brand img {
    width: 300px;
    height: 110px;
    margin: 0px;
}

.brand {
    padding: 10px;
    border-radius: 20px;
    opacity: 0; /* Initially hidden */
    transform: translateY(100%);
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    transition: opacity 1s ease-out, transform 1s ease, box-shadow 1s ease;
}

.brand:hover {
    box-shadow: 1px 2px 20px 5px rgba(0, 0, 0, 0.4);
}

/* Fade-in effect when in viewport */
.brand.show {
    opacity: 1;
    transform: translateY(0);
}

/* section 2 */

.image-container p{
    font-family: sans-serif;
    font-size: 22px;
    padding-left: 50px;
    margin-top: 30px;
    line-height: 1.3;
    margin-right: 40px;
}
.earth {
    width: 100%;
    max-height: 280px;
    margin-top: 70px;
    display: block;
    margin-left: auto; 
    margin-right: auto; 
    object-fit: cover;  
    box-shadow: 0 0 10px 3px rgba(0, 51, 102, 0.6);
}

.bold-text {
    font-weight: bold;
}
.italic-text{
    font-style: italic;
}
#move1 {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s ease-out, transform 2s ease-out;
}

#move1.show {
    opacity: 1;
    transform: translateY(0);
}


/* section 3 */

.vision-mission{
    border-style: dotted;
    width: 50%;
    padding-left: 50px;
    margin-left: 70px;
    margin-top: 30px;
    border-radius: 10%;
    border-width: 5px;
    padding-top: 30px;
    border-color: #35184c;
}
.vision-mission h1{
    font-size: 40px;
    margin-top: -5px;
    padding-top: 20px;
}

.vision-mission p {
    margin-left: -30px;
    padding-bottom: 50px;
}
.values {
    margin-left: 55%;
    margin-top: -40%;
    padding-left: 40px;
    border-style: solid;
    border-color: white;
}

.values h1{
    font-size: 40px;
    font-family: sans-serif;
    color: #003366;

}
.values h2{
    font-size: 30px;
    font-family: sans-serif;
    padding-top: 20px;
}
.values p {
    text-align: left;
    margin-top: 18px;
    margin-left: -37px;
}

/* sidebar */
.cont{
    margin-top: 20px;
}
li{
    margin-top: 30px;
}
.sidebar{
    position: fixed;
    top: 0;
    right: -100%; 
    transition: right 0.3s ease; 
    height: 100vh;
    width: 20%;
    z-index: 999;
    background-color: #003366;
    backdrop-filter: blur(30px);
    box-shadow: -10px 0 10px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: flex-start;
    list-style-type: none;
    overflow-y: auto;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    align-items: stretch;
}
.sidebar.active {
    right: 0;
}


.sidebar li{
    width: 100%; 
    display: flex;
    padding: 0;
    cursor: pointer;
    margin: 0;
    margin-top: 10px;
    display: block;
    box-sizing: border-box; 
    text-align: center;
    justify-content: center; 
    align-items: center;
}
.sidebar li a {
    width: 100%;  
    display: flex; 
    justify-content: center; 
    align-items: center;
    padding: 10px;
    padding-top: 100px;
    text-decoration: none;
    margin: 0;
    padding: 0;
    font-size: 18px;
}

.cont a{
    color: white;
    height: 60px;
    font-family: sans-serif;
    font-weight: bold;
    
}
.close {
    margin-left: 40px;
    margin-bottom: 20px;
    fill: white;
    transition: transform 0.3s ease, background 0.3s ease;
}
.close:hover {
    transform: scale(1.2);
    
}

.floating-menu {
    position: fixed;
    top: 20px;
    right: 140px;
    z-index: 1000;
}

.floating-menu button {
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(1px);
    border: none;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0.1, 0.5, 1, 0.5);
    transition: transform 0.3s ease, background 0.3s ease;
    padding: 0;
}

.floating-menu button:hover {
    transform: scale(1.1);
    background: #003366;
}

.floating-menu button svg {
    width: 40px;
    height: 40px;
    transition: fill 0.3s ease;
}

.floating-menu button:hover svg {
    fill: white;
}
  /* navbar contents*/

  .d1:hover a,
  .d2:hover a,
  .d3:hover a,
  .d4:hover a, 
  .contacts:hover a,
  .products:hover a {
    transform: scale(1.2);
    transition: transform 0.3s ease-in-out;

}

/* section 4 */ 
.milestone {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    width: 100%;

}

.cards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    max-width: 1200px;
}

.card {
    border-radius: 10px;
    background-color: white;
    cursor: pointer;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    padding: 0;
    max-height: 80px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease, transform 0.8s ease, box-shadow 0.3s ease;
    flex: 1 1 calc(33.33% - 40px);
    max-width: 420px;
    min-width: 280px;
}

.card.show {
    opacity: 1;
    transform: translateY(0);
}

.card:hover {
    transform: scale(1.05);
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.15);
}

.card h5 {
    margin: 0;
    padding: 26px;
    font-size: 25px;
    text-align: center;
    font-family: sans-serif;
    background-color: white;
    color: #003366;
}

.card:hover h5 {
    background-color: #003366;
    transition: background 0.6s ease;
    color: white;
}

.card p {
    opacity: 0;
    text-align: left;
    margin: 0;
    padding: 10px 15px;
    font-size: 18px;
    transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out;
    max-height: 0;
    overflow: hidden;
    height: 100%;
}

.card.active {
    max-height: 200px;
}

.card.active p {
    max-height: 200px;
    opacity: 1;
}

/* section 5 */
.work{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 60px;
    margin-top: 50px;
}
.work h5{
    color: white;
    text-align: center;
    font-size: 35px;
    font-family: sans-serif;
    margin: 10px;
}
.work p{
    color: white;
    font-size: 16.5px;
    text-align: justify;
    padding: 0;
    margin: 15px;
    line-height: 26px;
   
}
.work img{
    padding: 0;
    margin: 0;
    height: 250px;
    width: 250px;
    object-fit: cover;
    border-radius: 50%;
    
}

.people{
    align-items: center; 
    justify-content: center;
    text-align: center;
    width: 390px;
    height: 450px;
    overflow: hidden;
}

.work .people {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s ease-out, transform 2s ease-out;
}

.work .people.show {
    opacity: 1;
    transform: translateY(0);
}
/* section 6 */
.lbl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px;
    padding-top: 100px;
    gap: 20px;
}

.features {
   flex: 1;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 100%;
    margin-bottom: 30px;
}

.feature-item img {
    width: 80px;
    height: 80px;
    margin: 0;
    object-fit: contain;
}

.feature-text {
    max-width: 100%;
}

.feature-text .title {
    color: #003366;
    font-size: 35px;
    font-weight: bold;
    margin: 0;
}

.feature-text p {
    margin: 5px;
    padding-left: 0;
    font-size: 25px;
    line-height: 1.5;
}

.logo-section {
    text-align: center;
}

.logo-section img {
    width: 300px;
    margin: 0;
}

.logo-section p {
    font-size: 35px;
    margin-top: 10px;
    margin:0;
    padding: 0;
    font-weight: bold;
    color: #003366; 
}
#move {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s ease-out, transform 2s ease-out;
}

#move.show {
    opacity: 1;
    transform: translateY(0);
}
/* section 9 */
.persons{
    margin-top: 70px;
    margin-left: 80px;
    color: white;
    font-family: sans-serif;

}

.social-icons {
    display: flex;
    gap: 30px;
    margin-left: 80px;
    margin-top: 50px;
}

.social-icon {
    font-size: 40px;
    text-decoration: none;
    transition: transform 0.3s ease-in-out, color 0.3s;
}

.facebook {
    color: white;
}

.facebook:hover {
    transform: scale(1.2);
    color: #e3e3e3;
}

.gmail {
    color: white;
}

.gmail:hover {
    transform: scale(1.2);
    color: #e3e3e3;
}

.messenger {
    color: white; /* Messenger Blue */
}

.messenger:hover {
    transform: scale(1.2);
    color: #e3e3e3;
}

.instagram { 
    color: white; 
}

.instagram:hover { 
    color:#e3e3e3;
    transform: scale(1.2);
}
.persons h2 {
    font-size: 30px;
}
.persons p{
    line-height: 1px;
    font-size: 20px;
    text-align: left;
    margin-left: -50px;
}
footer {
    text-align: center;
    padding: 10px;
    background-color: #262626;
    color: white;
    font-size: 14px;
    font-family: sans-serif;
}
.foot {
    position: relative;
    margin: 0;
    padding: 0;
    top: 250px;
}


@media (max-width: 800px) { 
    .lbl {
        flex-direction: column;
        text-align: center;
    }
    .image-container .logo{
        width: 50px;
        margin-left: 45px;
    }

    .feature-item {
        flex-direction: column;
        align-items: center;
        
    }

    .feature-text {
        text-align: center;
    }

    .logo-section img {
        width: 120px;
    }
    .image-container h1{
        font-size: 40px;
       
    }
    .arrowdown img{
        position: absolute; 
        bottom: 120px; 
        left: 50%;
        transform: translateX(-50%); 
        width: 25px;
      }
      .arrowdown h6{
          position: absolute;
          bottom: 150px; 
          left: 50%;
          transform: translateX(-50%);
          color: white;
          text-align: center;
          width: auto;
          font-size: 12px;
          font-family: Sans-Serif;
          letter-spacing: 2px;
      }

    .section1{
        min-height: 100dvh;
    }
    
    /* --------------- */
    
.cotainer .astv .astovtech {
    all: unset; /* Reset all inherited styles */
}

.astv {
    text-align: center;
}
.astovtech {
    position: absolute;
    top: 30%;
    left: 35%;
}
.white {
    position: absolute;
    top: 10%;  
    left: 25%;
    transform: translate(-50%, -50%);
    width: 280px;
}

.astovtech h1{
    position: absolute;
    left: 25%;
    transform: translate(-50%, -50%);
    margin-top: 180px;
    color: white;     
    font-size: 28px;    
    position: relative;
    font-family: Sans-Serif;
    letter-spacing: 11px;

}

.astv h3 {
    position: absolute;
    margin-top: 20px;
    left: 25%;
    transform: translate(-50%, -50%);
    position: relative;
    font-weight: bold;
    font-family: Sans-Serif;
    color: white;   
    font-size: 20x;
    letter-spacing: 2px;
}
.astv button {
    position: relative;
    top: 7px;
    left: -25%;
    padding: 20px 80px;
    border-radius: 35px;
    font-size: 18px;
    font-family: Sans-Serif;
}

    /* --------------- */
    .modal-content input{
        border-radius: 30px;
        font-size: 14px;
        width: 70%;
        outline: none;
        height: 42px;
        margin: 10px;
    }
    #pro{
        font-size: 15px;
    }
    .modal label{
        font-size: 20px;
    }
    .modal-content{
        margin-top: 200px;
    }

    .section7{
        min-height: 100dvh;
        padding-bottom: 30vh;
    }
    .brands {
        margin-top: 30px;
        overflow-y: hidden;
        height: auto;
        box-shadow: none;
        padding-bottom: 50px;

    }
    .section2{
        min-height: 100dvh;
        margin-right: 5px;
        padding-bottom: 10vh;
    }
    .section2 p{
        text-align: justify;
    }
    
    .image-container p{
        font-size: 18px;
    }

    .earth {
        width: 100%; 
        margin: 0%; 
        padding-top: 2%;
        display: none;
    }
    .section3{
        min-height: 100dvh;
        margin-left: 5px;
        padding-bottom: 30vh;
    }
    .sec3 {
        flex-direction: column;
        align-items: center; 
        padding: 0;
        margin: 0;
        margin-top: 80px;
      }
      .vision-mission{
        padding: 0;
        margin: 0;
      }
      .values{
        padding: auto;
        margin: auto;
      }
      .sec3 .values h1{
        padding-left: -100px;
        padding-right: 70px;
      }
      .sec3 .values h2{
        padding-left: -50px;
        padding-right: 50px;
        margin-top: 50px;
      }
      .sec3 .values li{
        list-style: none;
        padding: 0;
      }
      .sec3 .values p{
        text-align: center;
        padding: 0;
      }
      .vision-mission, .values {
        width: 90%; 
        margin: 50px 5%; 
      }

      .vision-mission h1, .values h1, .values h2 {
        text-align: center;
      }

      .vision-mission p, .values p {
        margin-left: 0;
        text-align: justify; 
        margin-right: 50px;
      }
    .section4{
        min-height: 100dvh;
        padding-bottom: 30vh;
    }
    .milestone {
        margin-top: 60px;
    }

    .section5{
        min-height: 100dvh;
        padding-bottom: 30vh;
    }
    .work{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 60px;
        margin-top: 100px;
    }
    .section6{
        min-height: 100dvh;
        padding-bottom: 30vh;
        margin: 0;

    }
    .feature-text p {
        margin: 5px;
        padding-left: 0;
        font-size: 18px;
        line-height: 1.5;
    }
    .logo-section img {
        width: 200px;
        margin-top: 80px;
    }
    .floating-menu {
        right: 120px;
        
    }
    .floating-menu button {
        width: 90px;
        height: 90px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        box-shadow: 0 4px 6px rgba(0.1, 0.5, 1, 0.5);
        transition: transform 0.3s ease, background 0.3s ease;
        padding: 0;
      }
      
     .floating-menu button:hover {
        transform: scale(1.1); 
        background: #003366; 
      }
      
     .floating-menu button svg {
        width: 50px;
        height: 50px;
        transition: fill 0.3s ease;
      }

    .sidebar{
        width: 100%;
        
    }
    .sidebar li a {
        width: 100%; 
        display: flex; 
        justify-content: center;
        align-items: center;
        padding: 50px;
        padding-top: 100px;
        text-decoration: none;
        margin: 0;
        padding: 0;
        font-size: 30px;
        height: 100px;
        font-weight: bold;
    }
    
 
    .section9{
        min-height: 100vh;
        
    }
    .persons p{
        font-size: 14px;
    }
    .social-icons {
        gap: 70px;
        margin: 0;
        padding: 0;
        align-items: center;
        justify-content: center;
        margin-top: 60px;
    }
    .social-icon {
        font-size: 55px;
    }
    footer {
    
        padding: 20px;
        background-color: #262626;
        color: white;
        font-size: 12px;
    }
    .foot {
        position: relative;
        margin: 0;
        padding: 0;
        top: 500px;
    }
}
