*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}
.videoContainer{
    width: 100%;
    height: 80vh;
    background-image: linear-gradient(rgba(9, 2, 39, 0.3),rgba(12,3,51,0.3));
    position: relative;
    padding: 0 5%;
    display: flex;
    align-items: center;
    justify-content: start;
    
}
nav{
    width: 100%;
    padding: 20px 8%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px 8%;
    z-index: 111;
}
nav .logo{
    width: 140px;
    z-index: 999;
}
.back-video{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    /* background-position: center;
    background-size: covers; */
}
.back-video-mobile{
    display: none;
}
.videoContent{
    text-align: start;
    z-index: 1;
   margin-left: 52px;
   margin-top: 45px;
}
.videoContent h1{
    font-size: 64px;
    color: #fff;
}
.our-story{
    /* margin: 100px 0px; */
}
.fancy {
    position: relative;
    white-space: nowrap;
    &:after {
      --deco-height: 0.3125em;
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: calc(var(--deco-height) * -0.625);
      height: var(--deco-height);
      background-image: url("data:image/svg+xml,%3Csvg width='100' height='64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M-17 30.5C-1 22 72-4 54 13 37.9 28.2-2.5 57.5 16 55.5s72-29 104-40' stroke='%2300FDCF' stroke-width='10'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h100v64H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
      background-size: auto 100%;
      background-repeat: round;
      background-position: 0em;
    }
  }

@media (min-aspect-ratio: 16/9){
    .back-video{
        width: 100%;
        height: auto;
    }
}
@media only screen and (max-width: 600px){
    .back-video{
        /* width: 199%;
        height: 60vh;
        left: -100px; */
        display: none;
    }
    .videoContainer{
        width: 100%;
        height: 80vh;
    }
    .videoContent h1{
        font-size: 34px;
        color: #fff;
    }
    .videoContent {
        text-align: start;
        z-index: 1;
        margin-left: 22px;
        margin-top: 189px;
        margin-bottom: 71px;
      }
      nav .logo{
        width: 70px;
        z-index: 999;
    }
    .back-video-mobile{
        display: inline-block;
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: -1;
        /* width: 100%; */
        height: 94vh;
        /* left: -100px; */
    }
  
}
/* ---------------------timiline------------- */
.my-timeline {
    position: relative;
    max-width: 1200px;
    /* margin: 100px auto; */
    margin-bottom: 70px;
}

.my-container {
    padding: 32px 50px;
    position: relative;
    width: 50%;
    opacity: 1;
}

.my-container:nth-child(1) {
    animation-delay: 0s;
}

.my-container:nth-child(2) {
    animation-delay: 1s;
}

.my-container:nth-child(3) {
    animation-delay: 2s;
}

.my-container:nth-child(4) {
    animation-delay: 3s;
}

.my-container:nth-child(5) {
    animation-delay: 4s;
}

.my-container:nth-child(6) {
    animation-delay: 5s;
}

.my-container:nth-child(7) {
    animation-delay: 6s;
}

.my-container:nth-child(8) {
    animation-delay: 7s;
}

.text-box {
    padding: 10px 15px;
    position: relative;
    font-size: 16px;
    color: #1f1f1f;
    font-weight: 400;
    background-color: white;
    border: 2px solid rgba(6, 147, 227, 1);
    filter: drop-shadow(0px 0px 20px rgba(190, 190, 190, 0.25));
    border-radius: 6px;
}

.left-container {
    left: 0;
}

.right-container {
    left: 50%;
}



.my-container h5 {
    position: absolute;
    color: #000;
    text-align: center;
    font-family: "Lato";
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    right: -156px;
    top: 56px;
}

.right-container h5 {
    left: -945px;
}

.timeline-line {
    position: absolute;
    width: 4px;
    background-color: rgba(6, 147, 227, 1);
    top: 0;
    left: 50%;
    margin-left: -2px;
    z-index: 1;
    height: 0;
    transition: height 0.5s ease;
}

.timeline-image {
    position: absolute;
    left: 47.6%;
    width: 60px;
    height: auto;
    transition: top 0.5s ease;
    top: 0;
}

/* .my-timeline::after {
    content: "";
    position: absolute;
    width: 4px;
    background-color: #A3A3A3;
    top: 0;
    left: 50%;
    margin-left: -2px;
    z-index: -1;
    height: 100%;

} */

@media screen and (max-width: 600px) {
    .my-timeline {
        margin: 50px auto;
    }

    .my-timeline::after {
        left: 40px;
    }

    .my-container {
        width: 100%;
        padding-left: 25px;
        padding-right: 25px;
    }

    .text-box {
        font-size: 14px;
    }

    .right-container {
        left: 0;
    }
    

    .timeline-line {
        position: absolute;
        width: 4px;
        background-color: rgba(6, 147, 227, 1);
        top: 0;
        left: 12%;
        margin-left: -40px;
        z-index: 1;
        height: 0;
        transition: height 0.5s ease;
    }

    .my-container h5 {
       
            top: -4px;
            right: 216px;
            font-size: 18px;
        
    }

    .right-container h5 {
        left: 30px;
    }

    #tm-spacer-674eb3b9bc69f {
        height: 0;
    }
    
}



/* Hamburger Icon  start*/
/* Base styles for the hamburger button */
.hamburger {
    display: flex;
    flex-direction: column;
    cursor: pointer;
    z-index: 20;
    position: absolute;
    top: 60px;
    right: 173px;
}

.hamburger span {
    background: white;
    width: 30px;
    height: 4px;
    margin: 5px 0;
    transition: 0.4s;
}

/* Animated Hamburger */
.hamburger.active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

/* Half-Screen Overlay Menu */
.menu-overlay {
    position: fixed;
    top: 0;
    right: -50%;
    width: 24%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: right 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.menu-overlay.show {
    right: 0;
    opacity: 1;
    visibility: visible;
}

/* Navigation Links */
.nav-links {
    list-style: none;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.nav-links li {
    padding: 20px;
}

.nav-links a {
    color: white;
    text-decoration: none;
    font-size: 24px;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
    .hamburger {
        top: 50px;
        right: 20px;  /* Move closer to the edge on smaller screens */
    }

    .menu-overlay {
        width: 50%; /* Make the menu wider on smaller screens */
    }

    .nav-links a {
        font-size: 20px; /* Smaller font size on smaller screens */
    }
}

@media screen and (max-width: 480px) {
    .hamburger {
        top: 30px; /* Adjust top margin for even smaller screens */
        right: 30px; /* Adjust right margin */
    }

    .menu-overlay {
        width: 100%; /* Full-width overlay on very small screens */
    }

    .nav-links a {
        font-size: 18px; /* Even smaller font size */
    }
}


/* Hamburger Icon END*/