/* Main scaled container - this replaces all your calc() scaling */
.scaled-container {
    transform: scale(var(--scale));
    transform-origin: top left;
    width: 2560px; /* Your design width */
}

/* Remove ALL calc() scaling and go back to fixed px values */
h1 {
    text-align: center;
    margin-top: -10px; /* Back to original values */
}

.ad-banner-top {
    position: absolute;
    top: 350px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
}

.ad-banner-bottom {
    position: absolute;
    top: 15200px;
    left: 50px;
    transform: translateX(-50%);
    z-index: 20;
}

.first-text {
    color: #DC143C;
    font-weight: bold;
}

.first-text1 {
    font-family: Arial, sans-serif;
    color: yellow;
    font-size: 60px; /* Fixed px value */
}

.first-text2 {
    color: #DC143C;
    font-weight: bold;   
}

.content {
    position: absolute;
    top: 200px;
    left: 50%;
    transform: translateX(-50%);
    line-height: 0.5;
    color: white;
}

.blue-stripe {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 2560px;
    height: 100px;
    background: linear-gradient(to right, black 0%, #59C3F2 25%, #0066CC 50%, #59C3F2 75%, black 100%);
    z-index: -2;
}

.transition {
    position: absolute;
    top: 95px;
    left: 50%;
    transform: translateX(-50%);
    width: 2560px;
    height: 10px;
    background: 
        linear-gradient(to bottom, #59C3F2 0%, black 100%),
        linear-gradient(to right, black 0%, #59C3F2 25%, #0066CC 50%, #59C3F2 75%, black 100%);
    background-blend-mode: multiply;
    z-index: -1;
}

.black-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: -3;
}

.number10 {
    margin-top: 500px;
    width: 100%;
    height: 60px;
    background-color: rgb(180, 0, 0);
    text-align: center;
    font-size: 36px;
    font-family: 'Impact', 'Arial Black', sans-serif;
    font-weight: bold;
    color: rgb(41, 5, 5);
    line-height: 60px;
}

.tekst {
    margin-top: 0px;
    text-align: center;
    color: rgb(2, 255, 255);
    font-size: 50px;
}

.slika img {
    margin-top: 0px;
    margin-left: 0px;
    width: 960px;
    height: 480px;
}

.horizontal-container {
    display: flex;
    flex-direction: row;
    gap: 300px;
    align-items: flex-start;
    margin-top: -480px;
    margin-left: 1200px;
}

.vertical-container {
    display: flex;
    flex-direction: column;
    gap: 300px;
}

.wordofp {
    text-align: center;
    color: rgb(200, 215, 215);
    font-size: 20px;
}

.wordofs {
    text-align: center;
    color: rgb(200, 215, 215);
    font-size: 20px;
}

.wordofw {
    text-align: center;
    color: rgb(200, 215, 215);
    font-size: 20px;
}

.wordofp span:nth-child(1) {
    text-align: center;
    color: rgb(2, 255, 255);
    font-size: 30px;
}

.wordofs span:nth-child(1) {
    text-align: center;
    color: rgb(2, 255, 255);
    font-size: 30px;
}

.wordofw span:nth-child(1) {
    text-align: center;
    color: rgb(2, 255, 255);
    font-size: 30px;
}

.number9 {
    margin-top: 500px;
    width: 100%;
    height: 60px;
    background-color: rgb(180, 0, 0);
    text-align: center;
    font-size: 36px;
    font-family: 'Impact', 'Arial Black', sans-serif;
    font-weight: bold;
    color: rgb(41, 5, 5);
    line-height: 60px;
}

.tekst0 {
    margin-top: 0px;
    text-align: center;
    color: rgb(2, 255, 255);
    font-size: 50px;
}

.slika0 img {
    margin-top: 0px;
    margin-left: 0px;
    width: 960px;
    height: 480px;
}

.horizontal-container0 {
    display: flex;
    flex-direction: row;
    gap: 300px;
    align-items: flex-start;
    margin-top: -480px;
    margin-left: 1200px;
}

.vertical-container0 {
    display: flex;
    flex-direction: column;
    gap: 300px;
}

.wordofp0 {
    text-align: center;
    color: rgb(200, 215, 215);
    font-size: 20px;
}

.wordofs0 {
    text-align: center;
    color: rgb(200, 215, 215);
    font-size: 20px;
}

.wordofw0 {
    text-align: center;
    color: rgb(200, 215, 215);
    font-size: 20px;
}

.wordofp0 span:nth-child(1) {
    text-align: center;
    color: rgb(2, 255, 255);
    font-size: 30px;
}

.wordofs0 span:nth-child(1) {
    text-align: center;
    color: rgb(2, 255, 255);
    font-size: 30px;
}

.wordofw0 span:nth-child(1) {
    text-align: center;
    color: rgb(2, 255, 255);
    font-size: 30px;
}

.number8 {
    margin-top: 500px;
    width: 100%;
    height: 60px;
    background-color: rgb(180, 0, 0);
    text-align: center;
    font-size: 36px;
    font-family: 'Impact', 'Arial Black', sans-serif;
    font-weight: bold;
    color: rgb(41, 5, 5);
    line-height: 60px;
}

.tekst1 {
    margin-top: 0px;
    text-align: center;
    color: rgb(2, 255, 255);
    font-size: 50px;
}

.slika1 img {
    margin-top: 0px;
    margin-left: 0px;
    width: 960px;
    height: 680px;
}

.horizontal-container1 {
    display: flex;
    flex-direction: row;
    gap: 300px;
    align-items: flex-start;
    margin-top: -480px;
    margin-left: 1200px;
}

.vertical-container1 {
    display: flex;
    flex-direction: column;
    gap: 300px;
}

.wordofp1 {
    text-align: center;
    color: rgb(200, 215, 215);
    font-size: 20px;
}

.wordofs1 {
    text-align: center;
    color: rgb(200, 215, 215);
    font-size: 20px;
}

.wordofw1 {
    text-align: center;
    color: rgb(200, 215, 215);
    font-size: 20px;
}

.wordofp1 span:nth-child(1) {
    text-align: center;
    color: rgb(2, 255, 255);
    font-size: 30px;
}

.wordofs1 span:nth-child(1) {
    text-align: center;
    color: rgb(2, 255, 255);
    font-size: 30px;
}

.wordofw1 span:nth-child(1) {
    text-align: center;
    color: rgb(2, 255, 255);
    font-size: 30px;
}

.number7 {
    margin-top: 500px;
    width: 100%;
    height: 60px;
    background-color: rgb(180, 0, 0);
    text-align: center;
    font-size: 36px;
    font-family: 'Impact', 'Arial Black', sans-serif;
    font-weight: bold;
    color: rgb(41, 5, 5);
    line-height: 60px;
}

.tekst2 {
    margin-top: 0px;
    text-align: center;
    color: rgb(2, 255, 255);
    font-size: 50px;
}

.slika2 img {
    margin-top: 0px;
    margin-left: 0px;
    width: 960px;
    height: 680px;
}

.horizontal-container2 {
    display: flex;
    flex-direction: row;
    gap: 300px;
    align-items: flex-start;
    margin-top: -480px;
    margin-left: 1200px;
}

.vertical-container2 {
    display: flex;
    flex-direction: column;
    gap: 300px;
}

.wordofp2 {
    text-align: center;
    color: rgb(200, 215, 215);
    font-size: 20px;
}

.wordofs2 {
    text-align: center;
    color: rgb(200, 215, 215);
    font-size: 20px;
}

.wordofw2 {
    text-align: center;
    color: rgb(200, 215, 215);
    font-size: 20px;
}

.wordofp2 span:nth-child(1) {
    text-align: center;
    color: rgb(2, 255, 255);
    font-size: 30px;
}

.wordofs2 span:nth-child(1) {
    text-align: center;
    color: rgb(2, 255, 255);
    font-size: 30px;
}

.wordofw2 span:nth-child(1) {
    text-align: center;
    color: rgb(2, 255, 255);
    font-size: 30px;
}

.number6 {
    margin-top: 500px;
    width: 100%;
    height: 60px;
    background-color: rgb(180, 0, 0);
    text-align: center;
    font-size: 36px;
    font-family: 'Impact', 'Arial Black', sans-serif;
    font-weight: bold;
    color: rgb(41, 5, 5);
    line-height: 60px;
}

.tekst3 {
    margin-top: 0px;
    text-align: center;
    color: rgb(2, 255, 255);
    font-size: 50px;
}

.slika3 img {
    margin-top: 0px;
    margin-left: 0px;
    width: 960px;
    height: 680px;
}

.horizontal-container3 {
    display: flex;
    flex-direction: row;
    gap: 300px;
    align-items: flex-start;
    margin-top: -480px;
    margin-left: 1200px;
}

.vertical-container3 {
    display: flex;
    flex-direction: column;
    gap: 300px;
}

.wordofp3 {
    text-align: center;
    color: rgb(200, 215, 215);
    font-size: 20px;
}

.wordofs3 {
    text-align: center;
    color: rgb(200, 215, 215);
    font-size: 20px;
}

.wordofw3 {
    text-align: center;
    color: rgb(200, 215, 215);
    font-size: 20px;
}

.wordofp3 span:nth-child(1) {
    text-align: center;
    color: rgb(2, 255, 255);
    font-size: 30px;
}

.wordofs3 span:nth-child(1) {
    text-align: center;
    color: rgb(2, 255, 255);
    font-size: 30px;
}

.wordofw3 span:nth-child(1) {
    text-align: center;
    color: rgb(2, 255, 255);
    font-size: 30px;
}

.number5 {
    margin-top: 500px;
    width: 100%;
    height: 60px;
    background-color: rgb(180, 0, 0);
    text-align: center;
    font-size: 36px;
    font-family: 'Impact', 'Arial Black', sans-serif;
    font-weight: bold;
    color: rgb(41, 5, 5);
    line-height: 60px;
}

.tekst4 {
    margin-top: 0px;
    text-align: center;
    color: rgb(2, 255, 255);
    font-size: 50px;
}

.slika4 img {
    margin-top: 0px;
    margin-left: 0px;
    width: 860px;
    height: 500px;
}

.horizontal-container4 {
    display: flex;
    flex-direction: row;
    gap: 300px;
    align-items: flex-start;
    margin-top: -480px;
    margin-left: 1200px;
}

.vertical-container4 {
    display: flex;
    flex-direction: column;
    gap: 300px;
}

.wordofp4 {
    text-align: center;
    color: rgb(200, 215, 215);
    font-size: 20px;
}

.wordofs4 {
    text-align: center;
    color: rgb(200, 215, 215);
    font-size: 20px;
}

.wordofw4 {
    text-align: center;
    color: rgb(200, 215, 215);
    font-size: 20px;
}

.wordofp4 span:nth-child(1) {
    text-align: center;
    color: rgb(2, 255, 255);
    font-size: 30px;
}

.wordofs4 span:nth-child(1) {
    text-align: center;
    color: rgb(2, 255, 255);
    font-size: 30px;
}

.wordofw4 span:nth-child(1) {
    text-align: center;
    color: rgb(2, 255, 255);
    font-size: 30px;
}

.number4 {
    margin-top: 500px;
    width: 100%;
    height: 60px;
    background-color: rgb(180, 0, 0);
    text-align: center;
    font-size: 36px;
    font-family: 'Impact', 'Arial Black', sans-serif;
    font-weight: bold;
    color: rgb(41, 5, 5);
    line-height: 60px;
}

.tekst5 {
    margin-top: -10px;
    text-align: center;
    color: rgb(2, 255, 255);
    font-size: 50px;
}

.slika5 img {
    margin-top: 0px;
    margin-left: 0px;
    width: 860px;
    height: 500px;
}

.horizontal-container5 {
    display: flex;
    flex-direction: row;
    gap: 300px;
    align-items: flex-start;
    margin-top: -480px;
    margin-left: 1200px;
}

.vertical-container5 {
    display: flex;
    flex-direction: column;
    gap: 300px;
}

.wordofp5 {
    text-align: center;
    color: rgb(200, 215, 215);
    font-size: 20px;
}

.wordofs5 {
    text-align: center;
    color: rgb(200, 215, 215);
    font-size: 20px;
}

.wordofw5 {
    text-align: center;
    color: rgb(200, 215, 215);
    font-size: 20px;
}

.wordofp5 span:nth-child(1) {
    text-align: center;
    color: rgb(2, 255, 255);
    font-size: 30px;
}

.wordofs5 span:nth-child(1) {
    text-align: center;
    color: rgb(2, 255, 255);
    font-size: 30px;
}

.wordofw5 span:nth-child(1) {
    text-align: center;
    color: rgb(2, 255, 255);
    font-size: 30px;
}

.number3 {
    margin-top: 500px;
    width: 100%;
    height: 60px;
    background-color: rgb(180, 0, 0);
    text-align: center;
    font-size: 36px;
    font-family: 'Impact', 'Arial Black', sans-serif;
    font-weight: bold;
    color: rgb(41, 5, 5);
    line-height: 60px;
}

.tekst6 {
    margin-top: 0px;
    text-align: center;
    color: rgb(2, 255, 255);
    font-size: 50px;
}

.slika6 img {
    margin-top: 0px;
    margin-left: 0px;
    width: 860px;
    height: 860px;
}

.horizontal-container6 {
    display: flex;
    flex-direction: row;
    gap: 300px;
    align-items: flex-start;
    margin-top: -480px;
    margin-left: 1200px;
}

.vertical-container6 {
    display: flex;
    flex-direction: column;
    gap: 300px;
}

.wordofp6 {
    text-align: center;
    color: rgb(200, 215, 215);
    font-size: 20px;
}

.wordofs6 {
    text-align: center;
    color: rgb(200, 215, 215);
    font-size: 20px;
}

.wordofw6 {
    text-align: center;
    color: rgb(200, 215, 215);
    font-size: 20px;
}

.wordofp6 span:nth-child(1) {
    text-align: center;
    color: rgb(2, 255, 255);
    font-size: 30px;
}

.wordofs6 span:nth-child(1) {
    text-align: center;
    color: rgb(2, 255, 255);
    font-size: 30px;
}

.wordofw6 span:nth-child(1) {
    text-align: center;
    color: rgb(2, 255, 255);
    font-size: 30px;
}

.number2 {
    margin-top: 500px;
    width: 100%;
    height: 60px;
    background-color: rgb(180, 0, 0);
    text-align: center;
    font-size: 36px;
    font-family: 'Impact', 'Arial Black', sans-serif;
    font-weight: bold;
    color: rgb(41, 5, 5);
    line-height: 60px;
}

.tekst7 {
    margin-top: 0px;
    text-align: center;
    color: rgb(2, 255, 255);
    font-size: 50px;
}

.slika7 img {
    margin-top: 0px;
    margin-left: 0px;
    width: 860px;
    height: 560px;
}

.horizontal-container7 {
    display: flex;
    flex-direction: row;
    gap: 300px;
    align-items: flex-start;
    margin-top: -480px;
    margin-left: 1200px;
}

.vertical-container7 {
    display: flex;
    flex-direction: column;
    gap: 300px;
}

.wordofp7 {
    text-align: center;
    color: rgb(200, 215, 215);
    font-size: 20px;
}

.wordofs7 {
    text-align: center;
    color: rgb(200, 215, 215);
    font-size: 20px;
}

.wordofw7 {
    text-align: center;
    color: rgb(200, 215, 215);
    font-size: 20px;
}

.wordofp7 span:nth-child(1) {
    text-align: center;
    color: rgb(2, 255, 255);
    font-size: 30px;
}

.wordofs7 span:nth-child(1) {
    text-align: center;
    color: rgb(2, 255, 255);
    font-size: 30px;
}

.wordofw7 span:nth-child(1) {
    text-align: center;
    color: rgb(2, 255, 255);
    font-size: 30px;
}

.number1 {
    margin-top: 500px;
    width: 100%;
    height: 60px;
    background-color: rgb(180, 0, 0);
    text-align: center;
    font-size: 36px;
    font-family: 'Impact', 'Arial Black', sans-serif;
    font-weight: bold;
    color: rgb(41, 5, 5);
    line-height: 60px;
}

.tekst8 {
    margin-top: 0px;
    text-align: center;
    color: rgb(2, 255, 255);
    font-size: 50px;
}

.slika8 img {
    margin-top: 0px;
    margin-left: 0px;
    width: 860px;
    height: 560px;
}

.horizontal-container8 {
    display: flex;
    flex-direction: row;
    gap: 300px;
    align-items: flex-start;
    margin-top: -480px;
    margin-left: 1200px;
}

.vertical-container8 {
    display: flex;
    flex-direction: column;
    gap: 300px;
}

.wordofp8 {
    text-align: center;
    color: rgb(200, 215, 215);
    font-size: 20px;
}

.wordofs8 {
    text-align: center;
    color: rgb(200, 215, 215);
    font-size: 20px;
}

.wordofw8 {
    text-align: center;
    color: rgb(200, 215, 215);
    font-size: 20px;
}

.wordofp8 span:nth-child(1) {
    text-align: center;
    color: rgb(2, 255, 255);
    font-size: 30px;
}

.wordofs8 span:nth-child(1) {
    text-align: center;
    color: rgb(2, 255, 255);
    font-size: 30px;
}

.wordofw8 span:nth-child(1) {
    text-align: center;
    color: rgb(2, 255, 255);
    font-size: 30px;
}

footer {
    margin-top: 700px;
    background-color: black;
    color: white;
    text-align: center;
    padding: 20px;
}







