@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');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.body1{
    overflow-x: hidden;
}
html, body {
    width: 100%;  
    font-family: Arial, sans-serif;
    text-align: center;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    background-color: #1f1f1f;
}
body{
    background-color: #1f1f1f;
}
header{
    align-items: center;
}
.line{
    border: 2px solid #0f6ab1;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
}
body {
    background-color: #f4f4f4;
    color: white;
    display: flex;  
    flex-direction: column;  
    font-family: "Montserrat Alternates";
}
.menu{
    background-color: #0f6ab1;
    position: fixed;
    width: 100vw;
    padding: 37px 0px;
    height: 130px;
}
.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-weight: 700;
    font-style: italic;
    text-align: center;
    color: white;
}
.menu-text{
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    vertical-align: middle;
    color: white;
    text-decoration: none;
}
.navbar {
    background-color: #0f6ab1;
    padding: 10px 0;
    text-align: center;
    position: fixed;
    left: 0;  
    bottom: 0;
    width: 100%; 
    z-index: 1000;
    height: 70px;
}

.navbar ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    width: 100%;
}

.navbar ul li {
    margin: 0 20px;
}

.nav-item {
    color: white;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 10px;
    display: inline-block;
    transition: background-color 0.3s;
}

.nav-item:hover {
    background-color: #1f1f1f;
    border-radius: 5px;
}


.instagram {
    display: inline-block;
}

.instagram-logo {
    width: 30px;
    height: 30px;
    vertical-align: middle;
}

.instagram:hover {
    background-color: black;
    border-radius: 5px;
}
.insta-button{
    margin-left: 20px;
    margin-top: -10px;
}

main {
    display: flex;
    flex-direction: column;
    justify-content: center;  
    align-items: center;     
    min-height: 100vh;  
    padding: 20px;  
    background-color: #fff; 
    background-color: black;
}

.content-section {
    background-color: #1f1f1f;
    padding: 40px;  
    margin: 20px 0;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 100%;  
    max-width: 3000px;  
    height: fit-content; 
    box-sizing: border-box; 
    text-align: left;
}


h1 {
    font-size: 3rem;  
    color: #0f6ab1;
    margin-bottom: 20px;
}

h2 {
    font-size: 2.0rem;  
    margin-top: 20px;
}


.content-section p {
    font-size: 1.8rem;  
    line-height: 1.8;
}


.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;
}


footer {
    text-align: center;
    background-color: black;
    color: white;
    padding: 10px;
    margin-top: 20px;
    width: 100%; 
}

body {
    min-height: 100vh; 
    display: flex;
    flex-direction: column; 
    background-color: #1f1f1f;
}

footer {
    margin-top: auto;  
}

.insta-button{
    background-color: transparent; 
    border: none;
    cursor: pointer;
    padding: 5px;
    width: 200px;
    vertical-align: middle;
}
.insta-button-img{
    width: 60px;
    height: 60px;
    transition: transform 0.3s ease-in-out;
}
.insta-button:hover img {
    transform: scale(1.3); 
}
.nav-text-container{
    
}

.main1{
    padding-top: 150px;
}
.main2{
    padding-top: 70px;
}
.main3{
    padding-top: 150px;
}




















@media(max-width:2600px){
    
    .main2{
        margin-top: 150px;
        margin-bottom: 70px;
    }
}

@media(max-width:1100px){
    
    .menu-title{
        font-size: 40px; 
        margin-top: -15px;
    }
    .menu-logo{
        height: 60%;
        margin-top: 20px;
    }
    .menu{
        height: 90px;
    }
}

@media(max-width:930px){
    
    .menu-title{
       font-size: 35px; 
       margin-top: -7px;
    }
    .menu-logo{
        height: 65%;
        margin-top: 20px;
    }
    .menu{
        height: 100px;
    }
}

@media(max-width:700px){
    
    .menu-title{
       font-size: 30px;
       margin-top: -8px;
    }
    .menu-logo{
       height: 55%;
       margin-top: 22px;
    }
    .menu{
        height: 90px;
    }
}

@media(max-width:600px){
    
    .menu-title{
       font-size: 25px; 
       margin-top: -10px;
    }
    .menu-logo{
        height: 45%;
        margin-top: 25px;
    }
    .menu{
        height: 60px;
        align-items: center;
    }
}

@media(max-width:500px){
    
    .menu-title{
       font-size: 20px; 
       margin-top: -8px;
    }
    .menu-logo{
        height: 35%;
        margin-top: 26px;
    }
}

@media(max-width:400px){
    
    .menu-title{
       font-size: 20px; 
       margin-top: -8px;
    }
    .menu-logo{
        height: 30%;
        margin-top: 30px;
    }
}

@media(max-width:380px){
    
    .menu-title{
       font-size: 15px; 
       margin-top: -7px;
    }
    .menu-logo{
        height: 30%;
        margin-top: 27px;
    }
}







 

@media(max-width:650px){
    
    .nav-item{
        font-size: 1.0rem;
        margin-top: 5px;
    }
    .insta-button-img{
        width: 40px;
        height: 40px;
        margin-top: 10px;
    }
}


@media(max-width:570px){
    
    .nav-item{
        font-size: 0.8rem;
        margin-top: 7.5px;
    }
    .insta-button-img{
        width: 33px;
        height: 33px;
        margin-top: 15px;
    }
}

@media(max-width: 510px){
    
    .nav-item{
        font-size: 0.7rem;
        margin-top: 7px;
    }
    .insta-button-img{
        width: 27px;
        height: 27px;
        margin-top: 14px;
    }
}


@media(max-width:470px){
    
    .nav-item{
        font-size: 0.6rem;
        margin-top: 6.5px;
    }
    .insta-button-img{
        width: 23px;
        height: 23px;
        margin-top: 17px;
        margin-left: 0;
    }
}

@media(max-width:440px){
    
    .nav-item{
        font-size: 0.6rem;
        margin-top: 6.5px;
        margin-left: -10px;
        margin-right: -10px;
    }
    .insta-button-img{
        width: 23px;
        height: 23px;
        margin-top: 17px;
    }
}

@media(max-width:370px){
    
    .nav-item{
        font-size: 0.6rem;
        margin-top: 6.5px;
        margin-left: -14px;
        margin-right: -14px;
    }
    .insta-button-img{
        width: 23px;
        height: 23px;
        margin-top: 17px;
    }
}



















@media(max-width:1000px){
    h1{
        font-size: 3rem;
    }
    h2{
        font-size: 1.8rem;
    }
    .content-section p{
        font-size: 1.5rem;
    }
    .back-button{
        font-size: 1.0rem;
    }
}




@media(max-width:700px){
    h1{
        font-size: 2.5rem;
    }
    h2{
        font-size: 1.7rem;
    }
    .content-section p{
        font-size: 1.2rem;
    }
    .back-button{
        font-size: 1.0rem;
    }
    .main3{
        padding-top: -70px;
    }
    .main1{
        padding-top: -70px;
    }
    .main2{
        padding-top: -70px;
    }
}





@media(max-width:600px){
    body{
        text-align: center;
    }
    h1{
        font-size: 2.2rem;
    }
    h2{
        font-size: 1.5rem;
    }
    .content-section p{
        font-size: 1.0rem;
    }
    .back-button{
        font-size: 1.0rem;
    }
}



@media(max-width:543px){
    .line{
        margin: auto;
    }
    .back-button{
        font-size: 1.0rem;
        margin-bottom: 20px;
    }
}


@media(max-width:543px){
    .line{
        margin: auto;
    }
    .back-button{
        font-size: 1.0rem;
        margin-bottom: 20px;
    }
    h1{
        font-size: 1.8rem;
    }
    h2{
        font-size: 1.3rem;
    }
    .content-section p{
        font-size: 0.8rem;
    }
}



@media(max-width:463px){
    .line{
        margin: auto;
    }
    .back-button{
        font-size: 0.9rem;
        margin-bottom: 20px;
    }
    h1{
        font-size: 1.5rem;
    }
    h2{
        font-size: 1.2rem;
    }
    .content-section p{
        font-size: 0.7rem;
    }
}



@media(max-width:406px){
    .line{
        margin: auto;
    }
    h1{
        font-size: 1.4rem;
    }
    h2{
        font-size: 1.0rem;
    }
    
}


@media(max-width:330px){
    
    .back-button{
        font-size: 0.8rem;
        margin-bottom: 20px;
    }
    h1{
        font-size: 1.2rem;
    }
}



@media(max-width:387px){
    
    h1{
        font-size: 1.3rem;
    }
}



@media(max-width:367px){
    h1{
        font-size: 1.1rem;
    }
    h2{
        font-size: 0.8rem;
    }
    .content-section p{
        font-size: 0.6rem;
    }
    .line{
        background-color: black;
    }
}




@media(max-width:330px){
    h1{
        font-size: 1.0rem;
    }
    h2{
        font-size: 0.7rem;
    }
    .content-section p{
        font-size: 0.5rem;
    }
    .line{
        background-color: black;
    }
}





