*{
    margin: 0;
    padding: 0;
}
.Header {
    background-color: #213b3b;
    height: 0vh;
    background-color: black;
}
.main-menu {
    text-decoration: blink;
    display: flex;
    justify-content: center;
}
@media (max-width: 800px) {
    .main-menu{
        justify-content: start;
    }
}

.home {
    padding-top: 1vh;
    color: rgb(255, 0, 0);
    text-decoration: blink;
    cursor: pointer;
    transition: color 0.3s ease;
    font-weight: 600;
    font-family: New Rocker;
    font-size: 1.5vw;
    margin-left: 0vw;
}

.home:hover {
    color: rgb(0, 68, 255);
    animation: scale 0.3s ease;
}

.contact {
    padding-top: 1vh;
    color: rgb(255, 0, 0);
    text-decoration: blink;
    cursor: pointer;
    transition: color 0.5s ease;
    font-weight: 600;
    font-family: New Rocker;
    font-size: 1.5vw;
    margin-left: 1vw;
}

.contact:hover {
    color: rgb(238, 0, 238);
    animation: scale 0.5s ease;
}

.aboutus {
    padding-top: 1vh;
    color: rgb(255, 0, 0);
    text-decoration: blink;
    cursor: pointer;
    transition: color 0.5s ease;
    font-weight: 600;
    font-size: 1.5vw;
    font-family: New Rocker;
    margin-left: 1vw;
}

.aboutus:hover {
    color: rgb(238, 0, 238);
    animation: scale 0.5s ease;
}

.menu {
    padding-top: 1vh;
    color: rgb(255, 0, 0);
    text-decoration: blink;
    cursor: pointer;
    transition: color 0.5s ease;
    font-weight: 600;
    font-size: 1.5vw;
    font-family: New Rocker;
    margin-left: 1vw;
}

.menu:hover {
    color: rgb(238, 0, 238);
    animation: scale 0.3s ease;
}
.homepage {
    background: rgb(0, 255, 255);
    border-radius: 5vh;
    margin-top: 3vh;
    font-family: New Rocker;
    width: 31vw;
    font-size: 1vw;
    text-align: center;
    padding: 1vh;
}
@media (max-width: 800px) {
    .homepage{
        margin-top: 1vh;
        padding: 0.2vh;
    }
}

.bgimg{
    width: 23vw;
    display: flex;
    position: absolute;
    margin: 6vh 0 0 -1vw;
}
@media (max-width: 800px){
.bgimg{
        margin: -5px 0 0 -10vw;
        width: 70vw;
}
}
.androdi-normal{
    background-color: #141616;
    background-image: url(pics/bgggg.jpg);
    background-size: 100%;
    background-blend-mode: hard-light;
    background-repeat: no-repeat;
}
@media(max-width:500px) {
    .androdi-normal{
        background-size: 287%;
    }
}
.maintxt{
    writing-mode: vertical-rl;
    margin: 4vh 0 0 3vw;
    font-size: 6vw;
    padding-bottom: 9vh;
    color: lightskyblue;
    font-family: Mate SC;
    font-weight: 700;
}
@media (max-width: 800px){
    .maintxt{
        margin: 0 0 0 3vw;
        padding-bottom: 2vh;
        font-size: 20vw;
    }
}
.text{
    position: absolute;
    display: flex;
    width: 30vw;
    margin: 15vh 0 0px 35vw;
    animation: float 3s ease;
}
    model-viewer {
      width: 300px;
      height: 500px;
      animation: flyIn 2s ease-out forwards;
      transform: translateY(-150vh) scale(1.5);
    }

    @keyframes flyIn {
      0% {
        transform: translateY(-150vh) scale(1.5) rotateX(40deg);
        opacity: 0;
      }
      80% {
        transform: translateY(20px) scale(1.1);
        opacity: 1;
      }
      100% {
        transform: translateY(0) scale(1);
      }
    }
.logo1 {
    position: absolute;
    width: 4.5vw;
    left: 13vw;
    border-radius: 50%;
    top: 9vh;
}
@media (max-width: 800px){
    .logo1{
        top: 7vh;
    }
}
.logo2 {
    position: absolute;
    width: 4.5vw;
    top: 11vw;
    left: 16vw;
    background-color: white;
    border-radius: 50%;
}
@media (max-width: 800px){
    .logo2{
        top: 27vw;
    }
}
.logo3 {
    position: absolute;
    width: 4.5vw;
    top: 18vw;
    left: 18vw;
    background-color: white;
    border-radius: 50%;
}
@media (max-width: 800px){
    .logo3{
        top: 49vw;
    }
}
.logo4 {
    position: absolute;
    width: 4.5vw;
    height: 10vh;
    left: 18vw;
    top: 25vw;
    border-radius: 50%;
}
@media (max-width: 800px){
    .logo4{
        top: 70vw;
    }
}
.logo5 {
    position: absolute;
    width: 4.5vw;
    left: 17vw;
    top: 32vw;
    border-radius: 50%;
}
@media (max-width: 800px){
    .logo5{
        top: 89vw;
    }
}
.logo6 {
    position: absolute;
    width: 4.5vw;
    left: 15vw;
    top: 38vw;
    border-radius: 50%;
}
@media (max-width: 800px){
    .logo6{
        top: 54vh;
    }
}

#rotating-image {
    animation: rotate 7s linear infinite;
    width: 5vw;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@media (max-width: 800px){
    #rotating-image{
    width: 13vw;
    margin-left: 23vw;
    }
}
#rotating-image2 {
    animation: rotate 7s linear infinite;
    width: 5vw;
    margin-top: 1vh;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@media (max-width: 800px){
    #rotating-image2{
        width: 14vw;
        margin-left: 26vw;
    }
}
#rotating-image3 {
    animation: rotate 7s linear infinite;
    width: 5vw;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@media (max-width: 800px){
    #rotating-image3{
        width: 14vw;
        margin-left: 29vw;
    }
}
#rotating-image4 {
    animation: rotate 7s linear infinite;
    width: 5vw;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@media (max-width: 800px){
    #rotating-image4{
        width: 15vw;
        margin-left: 31vw;
    }
}
#rotating-image5 {
    animation: rotate 7s linear infinite;
    width: 5vw;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@media (max-width: 800px){
    #rotating-image5{
        width: 18vw;
        margin-left: 27vw;
    }
}
#rotating-image6 {
    animation: rotate 7s linear infinite;
    width: 5vw;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@media (max-width: 800px){
    #rotating-image6{
        width: 17vw;
        margin-left: 23vw;
    }
}
.textcata{
    color: #16D1FC;
    background-color: #000000;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    padding: 10vh 0 0 10px;
}
@media (max-width: 500px) {
    .textcata{
        padding: 3vh 0 0 10px;
    }
}
.video{
        width: 35vw;
        position: absolute;
        margin: 0 0 0 62vw;
        border-radius: 79px;
}
.cata12{
    margin: 5vh 0 0 17vw;
    font-size: 2vw;
    color: white;
}
@media (max-width: 500px){
    .cata12{
        margin: 2vh 0 0 17vw;
    }
}
.cata1{
    margin: 0 0 0 5vw;
    font-size: 3vw;
    color: cyan;
    text-decoration: underline;
}
.chotu{
    position: absolute;
    width: 21vw;
    margin: 0vh 0 0 3vw;
}
.cata2{
    margin: 39vh 0 0 60vw;
    font-size: 3vw;
}
@media (max-width: 500px){
    .cata2{
        text-align: center;
        margin: 10vh 0 0 0;
    }
}
.cata22{
    margin: 4vh 0 0 61vw;
    width: 28vw;
    font-size: 2vw;
    color: white;
}
@media (max-width: 500px){
    .cata22{
        margin: 3vh 0 0 27vw;
        width: 56vw;
    }
}
.gb{
    position: absolute;
    width: 31vw;
    margin: 0px 0 0 66vw;
}
.cata3{
    margin: 41vh 0 0 7vw;
    font-size: 3vw;
}
@media (max-width: 500px){
    .cata3{
        margin: 10vh 0 0 6vw;
        text-align: start;
    }
}
.cata32{
    margin: 4vh 0 0 14vw;
    font-size: 2vw;
    color: white;
}
@media (max-width: 500px){
    .cata32{
        margin: 2vh 0 0 9vw;
    }
}
.bo{
    width: 49vw;
    margin: 0 0 0 6vw;
    position: absolute;
}
.cata4{
    margin: 54vh 0 0 60vw;
    font-size: 3vw;
}
@media (max-width: 500px){
    .cata4{
        margin: 16vh 0 0 50vw;
    }
}
.cata42{
    margin: 4vh 0 0 61vw;
    width: 28vw;
    font-size: 2vw;
    padding-bottom: 14vh;
    color: white;
}
@media (max-width: 500px){
    .cata42{
    margin: 2vh 0 0 51vw;
    width: 38vw;
    padding-bottom: 4vh;
    }
}
.logofoot {
    height: 68px;
}

.logofoot1 {
    position: absolute;
    left: 3vw;
}

.footer {
    padding-top: 28px;
    background-color: #181717;
    background-blend-mode: multiply;
    padding-bottom: 5vh;
    font-weight: 900;
    display: flex;
}

#footsecond {
    position: absolute;
    margin-left: 65vw;
    text-align: center;
}

.t {
    font-size: 4vw;
    width: 13vw;
    font-family: Mate SC;
    font-weight: 900;
    color: rgb(37, 204, 255);
    text-shadow: 0 0 black;
}
.footer1 a{
    text-decoration: none;
}
.foottext1 {
    font-size: 2vw;

    font-family: Michroma;
    text-decoration: underline;
    text-decoration-color: #16D1FC;
    color: burlywood;
    width: 24vw;
    place-self: anchor-center;
}

.foottext2 {
    font-size: 1.5vw;

    font-family: Michroma;
    color: burlywood;
    width: 24vw;
    place-self: anchor-center;
}

.foottext3 {
    font-size: 1.5vw;

    font-family: Michroma;
    color: burlywood;
    width: 24vw;
    place-self: anchor-center;
}

.foottext4 {
    font-size: 1.5vw;

    font-family: Michroma;
    color: burlywood;
    width: 24vw;
    place-self: anchor-center;
}

.foottext5 {
    font-size: 1.5vw;

    font-family: Michroma;
    color: burlywood;
    width: 28vw;
    place-self: anchor-center;
}

.foottext6 {
    font-size: 1.5vw;

    font-family: Michroma;
    color: burlywood;
    width: 24vw;
    place-self: anchor-center;
}

.foottext7 {
    font-size: 1.5vw;

    font-family: Michroma;
    color: burlywood;
    width: 24vw;
    place-self: anchor-center;
}
#footsecond a{
    text-decoration: none;
}
#foottext1 {
    font-size: 2vw;
    font-family: Michroma;
    text-decoration: underline;
    text-decoration-color: #16D1FC;
    color: burlywood;
}

#foottext2 {
    font-size: 1.5vw;
    font-family: Michroma;
    color: burlywood;
}

#foottext3 {
    font-size: 1.5vw;
    font-family: Michroma;
    color: burlywood;
}

#foottext4 {
    font-size: 1.5vw;
    font-family: Michroma;
    color: burlywood;
}

#foottext5 {
    font-size: 1.5vw;
    font-family: Michroma;
    color: burlywood;
}

#foottext6 {
    font-size: 1.5vw;
    font-family: Michroma;
    color: burlywood;
}

#foottext7 {
    font-size: 1.5vw;
    font-family: Michroma;
    color: burlywood;
}

.headcook {
    font-size: 30px;
    color: aliceblue;
    padding-top: 113px;
    text-align: center;
    text-decoration: underline;
}

.cook1 {
    padding-top: 12px;
    color: rgb(255, 255, 255);
    white-space-collapse: break-spaces;
    font-size: 22px;
}
.footer1{
    margin-left: 28vw;
    text-align-last: center;
}
.textcata a, p{
    font-family: Cinzel;
}

/* Navigation Menu Styles */
.nav-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2rem;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(10px);
    position: fixed;
    width: 88vw;
}

.nav-logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 2vw;
}

.nav-logo img {
    height: 40px;
    margin-right: 10px;
    background: #00ff3b;
    border-radius: 20vw;
}

.nav-logo span {
    color: #00ff88;
    font-family: 'Michroma', sans-serif;
    font-size: 2vw;
}
.nav-links li{
    font-size: 2vw;
}
.nav-links {
    display: flex;
    gap: 2rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-links a {
    color: #fff;
    text-decoration: none;
    font-family: 'Chakra Petch', sans-serif;
    font-size: 1rem;
    transition: color 0.3s ease;
    font-size: 2vw;
}

.nav-links a:hover {
    color: #00ff88;
}

/* Search Section Styles */
.search-section {
    margin: -1rem auto;
    max-width: 800px;
    padding: 0 1rem;
}

.search-form {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
}

.search-input {
    flex: 1;
    padding: 1rem;
    border: 2px solid #00ff88;
    border-radius: 30px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-family: 'Chakra Petch', sans-serif;
    font-size: 1rem;
}

.search-button {
    padding: 1rem 2rem;
    background: #00ff88;
    border: none;
    border-radius: 30px;
    color: #000;
    font-family: 'Chakra Petch', sans-serif;
    font-weight: bold;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.search-button:hover {
    transform: scale(1.05);
}

.popular-searches {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.popular-searches span {
    color: #fff;
    font-family: 'Chakra Petch', sans-serif;
}

.popular-searches a {
    color: #00ff88;
    text-decoration: none;
    padding: 0.5rem 1rem;
    border: 1px solid #00ff88;
    border-radius: 20px;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.popular-searches a:hover {
    background: #00ff88;
    color: #000;
}

/* CTA Section Styles */
.cta-section {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    padding: 2rem;

}

.cta-card {
    background: rgba(0, 0, 0, 0.6);
    border: 1px solid #00ff88;
    border-radius: 15px;
    padding: 2rem;
    text-align: center;
    transition: transform 0.3s ease;
}

.cta-card:hover {
    transform: translateY(-10px);
}

.cta-card img {
width: 55px;
    height: 56px;
    margin-bottom: 1rem;
    background: white;
    padding: 2vw;
    border-radius: 10vw;
}

.cta-card h3 {
    color: #00ff88;
    font-family: 'Michroma', sans-serif;
    margin-bottom: 1rem;
}

.cta-card p {
    color: #fff;
    font-family: 'Chakra Petch', sans-serif;
    margin-bottom: 1.5rem;
}

.cta-button {
    display: inline-block;
    padding: 0.8rem 1.5rem;
    background: #00ff88;
    color: #000;
    text-decoration: none;
    border-radius: 25px;
    font-family: 'Chakra Petch', sans-serif;
    font-weight: bold;
    transition: all 0.3s ease;
}

.cta-button:hover {
    background: #fff;
    color: #000;
}

/* Enhanced Footer Styles */
.footer {
    background: rgba(0, 0, 0, 0.9);
    padding: 3rem 2rem;

    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.footer1, #footsecond, .footer3 {
    padding: 1rem;
}

.foottext1, #foottext1 {
    color: #00ff88;
    font-family: 'Michroma', sans-serif;
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
}

.footer1 a, #footsecond a {
    text-decoration: none;
}

.foottext2, .foottext3, .foottext4, .foottext5, .foottext6,
#foottext2, #foottext3, #foottext4, #foottext5, #foottext6 {
    color: #fff;
    font-family: 'Chakra Petch', sans-serif;
    margin: 3vh 0;
    transition: color 0.3s ease;
    font-size: 3vw;
}

.footer1 a:hover p, #footsecond a:hover p {
    color: #00ff88;
}

.newsletter-text {
    color: #fff;
    font-family: 'Chakra Petch', sans-serif;
    margin-bottom: 1rem;
    width: 16vw;
}

.newsletter-form {
    display: flex;
    gap: 1rem;
    position: absolute;
}

@media (max-width: 800px){
    .newsletter-form input{
        width: 21vw;
        font-size: 2vw;
        padding: 1vw;
    }
}

.newsletter-form input {
    flex: 1;
    padding: 0.8rem;
    border: 1px solid #00ff88;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.newsletter-form button {
    padding: 0.8rem 1.5rem;
    background: #00ff88;
    border: none;
    border-radius: 5px;
    color: #000;
    font-family: 'Chakra Petch', sans-serif;
    font-weight: bold;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.newsletter-form button:hover {
    transform: scale(1.05);
}

.logofoot1 {
    text-align: center;
    margin-top: 2rem;
}

.logofoot {
    height: 60px;
    margin-bottom: 1rem;
    margin-top: 2rem;
}

.t {
    color: #00ff88;
    font-family: 'Michroma', sans-serif;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}

.copyright {
    color: #666;
    font-family: 'Chakra Petch', sans-serif;
    font-size: 0.9rem;
}

/* Responsive Design */
@media (max-width: 800px) {


    .search-form {
        flex-direction: column;
    }

    .search-button {
        width: 100%;
    }

    .newsletter-form {
        flex-direction: column;
    }

    .newsletter-form button {
        width: 15vw;
        font-size: 2vw;
        padding: 1vw;
    }
}

/* Adjust existing content spacing */
.androdi-normal1 {
    padding-top: 80px; /* Add space for fixed navigation */
}



/* Make sure video and images are responsive */
.video, .bgimg {
    max-width: 100%;
    height: auto;
}

/* Ensure rotating images maintain aspect ratio */
.logo1, .logo2, .logo3, .logo4, .logo5, .logo6 {
    width: 100%;
    max-width: 150px;
    height: auto;
}

/* Add smooth scrolling */
html {
    scroll-behavior: smooth;
}

/* Add loading animation for images */
img {
    transition: opacity 0.3s ease;
}

img[loading] {
    opacity: 0;
}

img.loaded {
    opacity: 1;
}
.searchsectionn{
    background-color: #000000;
}
@media (max-width: 800px){
    #foottext1{
        font-size: 2vw;
    }
}
@media (max-width: 800px){
    .foottext1{
        font-size: 2vw;
    }
}
@media (max-width: 800px){
    .copyright{
        font-size: 2vw;
    }
}
@media (max-width: 800px){
    .logofoot{
        height: 7vh;
        margin-top: 10vh;
    }
}
@media (max-width: 800px){
    .newsletter-text{
        width: 101%;
    }
}
@media (max-width: 800px){
    .nav-menu{
        width: 100%;
        padding: 1rem 0rem;
    }
}
@media (max-width: 800px){
    .nav-links{
        gap: 1rem;
    }
}
        /* Add styles for the hamburger menu */
        .hamburger {
            display: none;
            flex-direction: column;
            cursor: pointer;
        }

        .hamburger div {
            width: 25px;
            height: 3px;
            background-color: #ffffff;
            margin: 4px 0;
        }

        .nav-menu {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .nav-links {
            display: flex;
            list-style: none;
        }

        .nav-links li {
            margin: 0 10px;
        }

        @media (max-width: 768px) {
            .hamburger {
                display: flex;
                margin-right: 7vw;
            }

    .nav-links {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 25vh;
        right: 10px;
        background-color: #0913dc;
        box-shadow: 0 4px 6px rgb(0 0 0 / 10%);
        padding: 23px;
        border-radius: 5px;
            }

            .nav-links.active {
                display: flex;
            }
        }
@keyframes floating {
    0% {
        transform: translateY(0%);
    }
    50% {
        transform: translateY(-10%);
    }
    100% {
        transform: translateY(0%);
    }
}
.robot2-0{
    background-size: cover;
    background: black;
    height: 150vh;
}
.robot2-0-img{
    width: 50vw;
    margin-left: 25vw;
    z-index: 2;
    position: absolute;
}

.robot2-0-text {
    display: inline-block;
    white-space: nowrap;
    animation: scroll-left 45s linear infinite;
    padding-right: 100%;
    color: white;
    margin-top: 35vh;
    font-size: 17vw;
    font-weight: 700;
    z-index: 1;
}

    @keyframes scroll-left {
      0% {
        transform: translateX(0%);
      }
      100% {
        transform: translateX(-50%);
      }
    }
 @media (max-width: 768px) {
.robot2-0 {
    height: 90vh;
}
.robot2-0-img {
    width: 55vh;
    margin-left: 0;
    z-index: 2;
    position: absolute;
    animation: floating 4s ease infinite;
 }
 .robot2-0-text {
    margin-top: 19vh;
    font-size: 46vw;
        animation: scroll-left 65s linear infinite;
 }
}