* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "TT Firs Neue", Univers, "Helvetica Neue", -apple-system, BlinkMacSystemFont, Helvetica, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
span {
    background: linear-gradient(to right, blue,yellow, orange,red);
    color: transparent;
    -webkit-background-clip: text;
    font-weight: 900;
}

.head3 h2{
    text-align: center;
    color: white;
    padding-top: 10px;
}

.background-clip {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

@media (min-aspect-ratio:16/9) {
    .background-clip{
        width: 100%;
        height: auto;
    }
}

@media (max-aspect-ratio:16/9) {
    .background-clip{
        width: auto;
        height: 100%;
    }
}

button {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    background-color: #e0e0e0;
    color: rgb(0, 0, 0);
    text-align: center;
    text-decoration: none;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

button:hover {
    background-color: rgba(135, 207, 235, 0.564);
}

@media screen and (max-width: 600px) {
    button {
      padding: 8px 16px;
      font-size: 14px;
    }
}

html, body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

*::selection{
    background-color: rgba(0, 0, 0, 0.607);
}

#home {
    width: 100%;
    min-height: 100vh;
    color: rgb(0, 0, 0);
    background-size: cover;
    background-position: center;
}

#nav {
    width: 100%;
    padding: 0.5vw 19vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.logo {
    letter-spacing: 0.02cm;
    padding-top: 1px;
    display: flex;
    font-weight: 900;
    font-size: 1.05rem;
    margin-left: -40px;
}
.logos h1{
    text-shadow: 2px 2px 4px rgb(0, 0, 0);
    padding-top: 10px;
    padding-right: 1px;
}
.logos {
    margin-left: -15px;
}

#nav a {
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    padding: 1vw 1vh;
}

#right a:hover{
    color: rgb(0, 238, 255);
    font-weight: 600;
    font-size: 1.25rem;
    list-style: none;
    position: relative;
    padding: 8px 12px;
}

@media (min-width: 768px) {
    #right a:hover{
        color: rgb(0, 238, 255);
        font-weight: 600;
        font-size: 1.25rem;
        list-style: none;
        position: relative;
        padding: 8px 12px;
    }    
}


.homemain {
    width: 100%;
    color: transparent;
    -webkit-text-stroke: 1px rgb(255, 255, 255);
    gap: 1.5vw;
    font-size: 4vw;
    font-weight: 900;
    letter-spacing: -0.5vw;
}
.homemain #head1 h1{
    padding-top: 180px;
    padding-left: 150px;
}
.homemain #head2 h1{
    padding-left: 550px;
}
.about {
    background-color: rgb(204, 206, 190);
    padding: 40px;
    color: rgb(0, 0, 0);
    background-position: center;
    background-size: cover;
    text-align: center;
}
.amain h1{
    font-size: 3.5vw;
    text-align: center;
    color: rgb(0, 0, 0);
    font-weight: 900;
    
}
.amain p{
    padding-left: 30px;
    padding-top: 25px;
    font-size: 1.5vw;
    padding-bottom: 10px;
    padding-right: 6vh;
    letter-spacing: 1.5px;
}
.amainL {
    padding-left: 30px;
    padding-top: 25px;
    font-size: 1.5vw;
    padding-bottom: 50px;
    padding-right: 6vh;
    letter-spacing: 1.5px;
}
#adiv {
    display: flex;
    align-items: center;
}
#aright p{
    font-size: 1.5vw;
    text-align: justify;
    letter-spacing: 1.5px;
}
#aright {
    width: 100%;
    padding: 2vw;
    padding-top: 2vw;
    letter-spacing: 1.5px;
}

#aleft {
    width: 50%;
}
#aleft img{
    width: 100%;
    padding-right: 19vh;
}


#offer {
    background-image: url(backimg.png);
    color: white;
    background-size: cover;
    background-position: center;
    padding-bottom: 50px;
    padding-top: 1px;
}
#offer h1 {
    text-align: center;
    font-size: 2em;
    margin-bottom: 1em;
    
}

.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    width: 80%;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.441);
    
}

.section {
    margin: 1em;
    padding: 2em;
    border: 2px solid #dddddd;
    border-radius: 20px;
    width: 30%;
    color: black;
    font-weight: 600;
}
.section p{
    text-align: justify;
    padding-top: 25px;
}


#section0 h1{
    text-align: center;
    padding-top: 100px;
}
#section0 h2{
    padding-top: 30px;
    padding-bottom: 60px;
    text-align: center;
    padding-left: 80px;
    color: white;
    padding-right: 80px;
}

.sub-header{
    height: 80vh;
    width: 100%;
    background-position: center;
    background-size: cover;
    text-align: center;
    color: white;
    padding-bottom: 15px;
}

.sub-header img{
    width: 100%;
}
.flowchart{
    background-color: #141313;
    color: rgb(255, 255, 255);
    padding-bottom: 1px;
    margin-top: 10px;
    padding-top: 10px;
    margin-bottom: 10px;
    border-radius: 10px 10px 10px 10px;
    
}


.flowchart h1{
    text-align: center;
    padding-top: 2vw;
    padding-bottom: 1vw;
    font-size: 2.5vw
}
.flowchart1 img{
    max-width: 90%; /* Make the image responsive */
    height: auto; /* Maintain aspect ratio */
    display: block; /* Remove any default inline spacing */
    margin: 0 auto;
    padding-top: 2vw;
    padding-bottom: 2vw;
}

#roadmap{
    background-color: #141313;
    color: rgb(255, 255, 255);
    padding-bottom: 1px;
    margin-top: 1px;
    border-radius: 0px 0px 50px 50px;
    
}

.roadmap1 {
    width: 95%;
    height: 500px;
    margin-top: 1vw;
    margin-left: 1vw;
    margin-right: 1vw;
    margin-bottom: 0.1px;
    border-radius: 20px;
    
}
#nav {
    backdrop-filter: blur(5px);
}

#roadmap h1{
    text-align: center;
    padding-top: 5vw;
    padding-bottom: 1px;
    font-size: 3vw;
}

.roadmap1 img{
    width: 100%; /* Make the image responsive */
    height: auto; /* Maintain aspect ratio */
    display: block; /* Remove any default inline spacing */
    margin: 0 auto;
}

/* footer */

footer {
    background-color: #ffffff;
    color: #000000;
    padding: 50px 0;
}
  
.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 20px;
    background-color: #e0dbdb;
}


.footer-container p{
    font-size: 1.15vw;
}

.footer-company, .foot-company, .foot-contact {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
}


h3 {
    color: #000000;
    font-size: 1.5vw;
}

ul {
    list-style-type: none;
    padding: 1px 1px;}

li {
    margin-bottom: 1px;
    padding: 1px 1px;
}

a {
    text-decoration: none;
    color: #000000;
    font-size: 1vw;
    padding: 1px 1px;
}




  
.footer-copyright {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
  
.footer-copyright p {
    font-size: 0.9rem;
    margin: 0;
}

#right i{
    font-weight: 800;
    display: none;
}

  /* Responsive Media Queries */
  
  /* Up to 768px (mobile) */
  /* Media Queries for Responsive Design */

#nav .fa{
    display: none;
}

.icons {
    color: blue;
    cursor: pointer;
    padding-left: 750px;
    width: 100%;
}



@media screen and (max-width: 768px) {
    html, body {
        width: 100%;
        height: 100%;
        overflow-x: hidden;
    }
    
    #right {
        
        background: rgba(76, 76, 117, 0.943);
        height: 100vh;
        color: black;
        width: 200px;
        top: 0;
        right: -200px;
        position: fixed;
        text-align: right;
        z-index: 2;
        transition: 0.5s;
    }

    .icons {
        color: blue;
        margin: 13px;
        cursor: pointer;
        padding-left: 42%;
        width: 100%;
    }    

    #nav .fa{
        display: block;
        color: #ffffff;
        margin: 10px;
        font-size: 40px;
        cursor: pointer;
        text-align: left;
    }
    #nav a{
        font-size: 8vw;
        white-space: nowrap;
        padding: 10px 10px;
        display: block;
        cursor: pointer;
    }

    
    .amain p{
        /* margin-left: 0px; */
        padding-left: 10px;
        text-align: center;
        padding-right: 10px;
    }
    .container {
        width: 100%;
    }
    .logo {
        margin-left: -15px;
        
    }
    .logos {
        margin-top: 10px;
        margin-left: -30px;
    }
    .section {
        width: 45%;
    }

    

    #nav {
        padding: 1px;
    }

    .homemain #head1 h1{
        padding-top: 50px;
        padding-left: 50px;
    }
    .homemain #head2 h1{
        padding-left: 200px;
    }
    
    .section {
        width: 100%;
    }
    .homemain {
        width: 100%;
        height: 10%;
        margin-top: -50px;
        font-size: 8vw;
        letter-spacing: -0.1vw;
    }
    .flowchart h1{
        font-size: 6vw;
    }
    .logos h1{
        font-size: 25px;
        padding-top: 15px;
    }

    .head3 {
        padding-top: 10px;
    }
    .homemain #head1 h1{
        padding-top: 190px;
        padding-left: 1px;
        text-align: center;
    }
    .homemain #head2 h1{
        padding-left: 100px;
    }
    .roadmap1 img{
        width: 100%; 
    }
    #adiv {
        position: relative;
        width: 100%; 
        border: 1px solid rgb(255, 255, 255);
        height: 300px;
        margin: 0px 0vw;
        padding-left: 0%;
        padding-right: 0%;
        padding-bottom: 1vh;
        font-size: 250px; /* Adjust height as needed */
    }
    #aright{
        position: absolute;
        top: 10px;
        padding-left: 1vh;
        padding-top: 0px;
        padding-bottom: 10vh;
        padding-right: 1vh;
    }
    #aleft{
        position: absolute;
        bottom: 0;
        overflow: hidden;
        padding-bottom: 10vh;
        padding-top: 0%;
        width: 100%;
        height: 70%; 
    }
    .about {
        text-align: justify;
        padding: 1px 1px;
    }
    #aright p{
        font-size: 2.70vw;
    }
    .amainL {
        padding-top: 2vw;
        padding-left: 10px;
        text-align: center;
        padding-right: 10px;
    }
    .amain h1 {
        margin-top: 5vw;
        padding-bottom: 1px;
        font-size: 5vw;
    }
    .amain p, .amainL {
        font-size: 3vw;
    }

    .container {
        width: 100%;
    }

    .section {
        width: 100%;
    }

    #aleft img{
        padding: 1vw 1vh;
        padding-bottom: 10vh;
    }

    #roadmap {
        width: 100%;
        height: 200px;
    }

    #roadmap h1{
        font-size: 5vw;
    }

    @media screen and (min-width: 768px) {
        .footer-company, .foot-company, .foot-contact {
            width: 100%;
            margin-bottom: 20px;
            text-align: center;
        }
    }

    .footer-container p{
        font-size: 5.5vw;
    }

    h3 {
        color: #000000;
        font-size: 6vw;
    }
    
    ul {
        list-style-type: none;
        padding: 1px 1px;}
    
    li {
        margin-bottom: 1px;
        padding: 1px 1px;
    }
    
    a {
        text-decoration: none;
        color: #000000;
        font-size: 5.5vw;
        padding: 1px 1px;
    }

    

}

/*------------------SUB-HEADER--------------------------------------*/

.container-contact {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    background-color: #ffffff80;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h2 {
    text-align: center;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}

.contact-form textarea {
    height: 150px;
}

.contact-form input[type="submit"] {
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.contact-form input[type="submit"]:hover {
    background-color: #45a049;
}