div.banner{
    height: 800px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.banner_image{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.1;
    z-index: -1;
}
h1.banner_title{
    color: white;
    font-size: 48px;
    font-family: "Astroz", sans-serif;
    position: relative;
    top:10px;
    left: 5%;
    right: 2%;
    margin: 44px;
    padding: 20px;
}

h2.banner_content{
    color: white;
    font-size: 18px;
    font-family: "Avenir LT Pro", sans-serif;
    position: relative;
    top:10px;
    left: 5%;
    right: 2%;
    margin: 44px;
    padding: 20px;
    max-width: 800px;
}

div.content1{
    height: 800px;
    position: relative;
    width: 100%;
    top: 0;
}

h1.content1_title{
    color: white;
    font-size: 48px;
    font-family: "Astroz", sans-serif;
    position: relative;
    top: 20px;
    margin-top: 0px;
    margin-left: 44px;
    margin-bottom: 10px;
    padding: 20px;
}

h2.content1_subtitle{
    color: white;
    font-size: 24px;
    font-family: "Avenir LT Pro", sans-serif;
    margin-left: 44px;
    margin-bottom: 10px;
    padding: 20px;
}

div.developer{
    height: 400px;
    position: relative;
    width: 100%;
    top: 0;
    text-align: center;
}

h1.developer_title{
    color: white;
    font-size: 36px;
    font-family: "Avenir LT Pro", sans-serif;
    position: relative;
    top: 20px;
    padding: 20px;
}

h2.developer_subtitle{
    color: white;
    font-size: 24px;
    font-family: "Avenir LT Pro", sans-serif;
    padding: 20px;
}

button.developer_button{
    background-color: black;
    border: 2px solid white;
    color: white;
    font-size: 20px;
    font-family: "Avenir LT Pro", sans-serif;
    border-radius: 20px;
    padding: 10px 20px;
    cursor: pointer;
    transition: background-color 0.3s, text-color 0.3s;
}

button.developer_button:hover{
    background-color: white;
    color: black;
}

:root{
    --swiper-navigation-color: white;
    --swiper-navigation-size: 25px;
}

/* Ensure Swiper container never exceeds viewport width */
.swiper{
    width: 100%;
    overflow: hidden;
}