@import url('https://fonts.googleapis.com/css2?family=Inconsolata:wght@200..900&family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Smooch+Sans:wght@100..900&display=swap');
body{
    background-color: black;
    color: white;
    text-align: center;
    font-family: "Montserrat Alternates";
    width: 100%;
    overflow-x: hidden; 
    background-color: #1f1f1f;
    
}
.container{
    margin: auto;
    padding-top: 150px;
}
.line{
    border: 2px solid #0f6ab1;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
}
.line1{
    border: 2px solid #0f6ab1;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
}
.menu{
    background-color: #0f6ab1;
    position: fixed;
    width: 100%;
    padding: 37px 0px;
    height: 57px;
    top: 0;
    left: 0;
}
.menu-item{
    color: white;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 10px;
    display: inline-block;
    transition: background-color 0.3s;
}
.menu-item:hover{
    background-color: #1f1f1f;
    border-radius: 5px;
}
.menu-logo{
   height: 85%;
   margin-top: 10px;
   position: absolute;
   top: 0;
   left: 0;
   margin-left: 10px;
}
.menu-container{
    display: flex;
    gap: 30px;
    justify-content: center;
    vertical-align: middle;
}
.menu-title{
    font-size: 50px;
    font-style: italic;
    text-align: center;
    color: white;
    margin-top: 170px;
    font-weight: bold;
    color: white; 
    text-align: center;
    text-shadow: 4px 4px 10px rgba(255, 255, 255, 0.5); 
    margin-bottom: -50px;
}
.menu-text{
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    vertical-align: middle;
    color: white;
    text-decoration: none;
}
.image{
    width: 800px;
    border-radius: 10px;
}



.back-button {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 20px;
    background-color: #0f6ab1;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    font-size: 1.0rem;
}

.back-button:hover {
    background-color: #005bb5;
}
body {
    margin: 0;
    padding: 0;
    background-color: #1f1f1f;
    font-family: Arial, sans-serif;
    color: #ffffff;
}

.container {
    max-width: 900px;
    margin: 40px auto;
    padding: 30px;
    background-color: #1f1f1f;
}

h1 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 25px;
    text-shadow: 4px 4px 10px rgba(255, 255, 255, 0.5); 
}

p {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 20px;
    text-align: left;
}



.download-link {
    display: inline-block;
    margin-top: 20px;
    font-size: 1.1rem;
    color: #ffffff;
    background-color: #0f6ab1;
    padding: 10px 15px;
    text-decoration: none;
    border-radius: 5px;
    transition: 0.5s;
}

.download-link:hover {
    background-color: #444;
}

/* Responsive Design */
@media (max-width: 768px) {
    .container {
        padding: 20px;
    }

    h1 {
        font-size: 2rem;
    }

    p {
        font-size: 1rem;
    }

    .download-link {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 15px;
    }

    h1 {
        font-size: 1.6rem;
    }

    p {
        font-size: 0.95rem;
    }

    .download-link {
        font-size: 0.95rem;
        padding: 8px 12px;
    }
}
@media (max-width: 320px) {
    .container {
        padding: 10px;
    }

    h1 {
        font-size: 1.4rem;
        margin-bottom: 15px;
    }

    p {
        font-size: 0.85rem;
        line-height: 1.4;
        margin-bottom: 15px;
    }

    .download-link {
        font-size: 0.85rem;
        padding: 6px 10px;
    }


}











@media(max-width:1350px){
    .menu-item{
        font-size: 1.0rem; 
        margin-top: 15px;
    } 
   
}
@media(max-width:1220px){
    .menu-item{
        font-size: 0.8rem; 
    } 
    .menu-logo{
        height: 60%;
        margin-top: 30px;
    }
   
}
@media(max-width:1150px){
    .menu-item{
        margin-top: 0px;
    } 
    .menu-logo{
        margin-top: 25px;
    }
}

@media(max-width:1020px){
    .menu-item{
        font-size: 0.7rem;
    } 
    .menu-logo{
       height: 50%;
       margin-top: 30px;
    }
}
@media(max-width:950px){
    .menu-item{
        font-size: 0.7rem;
        margin-left: 0.3px;
        margin-right: 0.3px
    } 
    .menu-logo{
       height: 40%;
       margin-top: 35px;
    }
}

@media(max-width:930px){
    .menu-container{
       gap: 0;
    }
}
@media(max-width:700px){
    .menu-item{
        font-size: 0.6rem;
    }
}

@media(max-width:640px){
    .menu-item{
        font-size: 0.6rem;
        margin-top: -50px;
    }
    .menu{
        height: 160px;
    }
    .menu-container{
       display: block;
       padding-left: 270px;
       padding-right: 270px;
    }
    .menu-logo{
        height: 30%;
    }
    .container{
        margin-top: 100px;
    }
}


@media(max-width:430px){
    .menu-item{
        font-size: 0.6rem;
        margin-top: -50px;
    }
    .menu{
        height: 150px;
    }
    .menu-container{
       display: block;
       padding-left: 150px;
       padding-right: 250px;
    }
    .menu-logo{
        height: 30%;
    }
}















@media(max-width:1000px){
    .text{
        font-size: 25px;
    }
    .title{
        font-size: 45px;
    }
    .subtitle{
        font-size: 25px;
    }
    .back-button{
        font-size: 1.0rem;
    }
}

@media(max-width:900px){
    .text{
        font-size: 23px;
    }
    .title{
        font-size: 43px;
    }
    .subtitle{
        font-size: 23px;
    }
    .back-button{
        font-size: 1.0rem;
    }
}

@media(max-width:800px){
    .text{
        font-size: 21px;
    }
    .title{
        font-size: 41px;
    }
    .subtitle{
        font-size: 21px;
    }
    .back-button{
        font-size: 1.0rem;
    }
}

@media(max-width:700px){
    .text{
        font-size: 19px;
    }
    .title{
        font-size: 39px;
    }
    .subtitle{
        font-size: 19px;
    }
    .back-button{
        font-size: 1.0rem;
    }
}

@media(max-width:600px){
    .text{
        font-size: 17px;
    }
    .title{
        font-size: 37px;
    }
    .subtitle{
        font-size: 17px;
    }
    .back-button{
        font-size: 0.9rem;
    }
}

@media(max-width:500px){
    .text{
        font-size: 15px;
    }
    .title{
        font-size: 35px;
    }
    .subtitle{
        font-size: 15px;
    }
    .back-button{
        font-size: 0.8rem;
    }
}

@media(max-width:400px){
    .text{
        font-size: 13px;
    }
    .title{
        font-size: 33px;
    }
    .subtitle{
        font-size: 13px;
    }
    .back-button{
        font-size: 0.7rem;
    }
}

@media(max-width:320px){
    .text{
        font-size: 11px;
    }
    .title{
        font-size: 31px;
    }
    .subtitle{
        font-size: 11px;
    }
    .back-button{
        font-size: 1.0rem;
    }
    .back-button{
        font-size: 0.7rem;
    }
}

@media(max-width:1460px){
    .image{
        width: 900px;
    }
}
@media(max-width:1300px){
    .image{
        width: 800px;
    }
}
@media(max-width:1150px){
    .image{
        width: 700px;
    }
}
@media(max-width:1030px){
    .image{
        width: 600px;
    }
}
@media(max-width:870px){
    .image{
        width: 500px;
    }
}

@media(max-width:700px){
    .image{
        width: 400px;
    }
}
@media(max-width:540px){
    .image{
        width: 300px;
    }
}
@media(max-width:400px){
    .image{
        width: 250px;
    }
}















@media(max-width:1000px){
    
    .title{
        font-size: 45px;
    }
    
}

@media(max-width:900px){
    
    .title{
        font-size: 43px;
    }
}

@media(max-width:800px){
    .title{
        font-size: 41px;
    }
}

@media(max-width:700px){
    .title{
        font-size: 39px;
    }
   
}

@media(max-width:600px){
    
    .title{
        font-size: 37px;
    }
    
}

@media(max-width:500px){
    
    .title{
        font-size: 35px;
    }
    
}

@media(max-width:460px){
   
    .title{
        font-size: 30px;
    }
}

@media(max-width:400px){
   
    .title{
        font-size:25px;
    }
}