.popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.9); 
    border: 1px solid #ccc;
    padding: 40px; 
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3); 
    z-index: 999;
    width: 60%; 
    height: 40%; 
    max-width: 800px; 
    animation: fadeIn 0.5s ease-out; 
    border-radius: 15px;
}

.popup-content {
    display: flex;
    flex-direction: column;
    align-items: center; 
    justify-content: center;
    height: 100%;
}

.close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
}

/* Popup animacija */
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/*button*/

.nustatymai_title{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 100px;
}

#homeButton {
    position: fixed;
    top: 10px;
    left: 10px;
    padding: 15px; 
    border: none; 
    border-radius: 8px; 
    cursor: pointer; 
    z-index: 1000; 
    background-image: url('images/home.png'); 
    background-size: contain; /* Adjust the background size as needed */
    background-repeat: no-repeat; 
    background-position: center; 
}

#settingsButton {
    position: fixed;
    top: 10px;
    right: 10px;
    padding: 15px; 
    border: none; 
    border-radius: 8px; 
    cursor: pointer; 
    z-index: 1000; 
    background-image: url('images/settings.png'); 
    background-size: contain; /* Adjust the background size as needed */
    background-repeat: no-repeat; 
    background-position: center; 
    transition: transform 0.3s ease; 
}

#settingsButton:hover {
    animation: rotateAnimation 0.5s ease infinite; 
}

@keyframes rotateAnimation {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(10deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.container {
    width: 100%; 
    max-width: none; 
    padding: 0; 
    margin: 0;
}

.row {
    margin-right: 0px;
    }


.container-fluid {
    padding: 0 !important;
    }

/* html{
} */

html{
    overflow-x: hidden;
}

body {
    font-family: 'Judson', sans-serif;
    margin: 0;
    padding: 0;
    text-align: center;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
}

.pavadinimas{   
    width: 100vw;
    display: flex;
    color: black;
    font-size: 150px;
    font-family: Island Moments;
    font-weight: 400;
    line-height: 225px;
    word-wrap: break-word;
    justify-content: center;
    text-align: center;
}

@media (max-width: 768px) {
    .pavadinimas{
font-size: 100px;  
}
}

@media (max-width: 480px) {
    .pavadinimas{
        font-size: 50px;  
        }
}

.background{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-image: url('images/1copy.png');
    background-size: cover;
    width: 100%;
    height: 120vh;
    position: relative;
}

#cowboyImage{
    width: 50%;
    height: auto;
    /* bottom: 0; */
    left: 0;
}

.background1{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    background-image: url('images/2.png');
    background-size: cover;
    width:100%;
    height: auto;
    position: relative;
}

#seserysImage{
    width: 70%;
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.tekstas1{
    width: 100%;
    height: 100%;
    text-align: justify;
    padding: 6% 10% 6% 10%;
    color: white;
    font-size: 2vw; 
    font-family: Judson;
    font-style: italic;
    font-weight: 400;
    line-height: 48px;
    word-wrap: break-word"
}

.green1{
    background: #2D5E41;
}

#horsesImage {
    width: 100vw;
    height: auto;
}

.green2{
    background: #2D5E41;
}

.tekstas2{
    width: 100%;
    height: 100%;
    text-align: justify;
    padding: 6% 10% 6% 10%;
    color: white;
    font-size: 2vw; 
    font-family: Judson;
    font-style: italic;
    font-weight: 400;
    line-height: 48px;
    word-wrap: break-word"
}

#wolfImage{
    object-fit: cover;
    object-position: center;
    width: 100vw;
    height: 120vh;
}

.container {
    max-width: 100vw;
    overflow: hidden;
}

#greenContainer {
    width: 100vw;
    height: auto;
    background-color: #2D5E41;
    position: relative;
    z-index: 5;
}

#greenContainer2 {
    width: 100vw;
    height: 150vh;
    background-color: #2D5E41;
    position: relative;
    z-index: 5;
}

#whiteContainer {
    width: 100vw;
    position: relative; 
    z-index: 5;
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 50%; /* height to cover half of the image */
    background-color: #2D5E41; 
    z-index: -2;
}

.tekstas0{
    width: 100%;
    height: 100%;
    text-align: justify;
    padding: 15% 15% 15% 15% ;
    /* position: absolute; */
    /* top: 50%; */
    /* transform: translate(0, -50%); */
    color: white; 
    font-size: 2vw; 
    font-family: Judson; 
    font-style: italic; 
    font-weight: 400; 
    line-height: 48px; 
    word-wrap: break-word;
} 

.tekstas3{
    /* position: absolute;
    top: 50%;
    transform: translate(0, -50%); */
    padding: 5% 25% 5% 25% ;
    width: 100%; 
    height: 100%; 
    text-align: justify; 
    color: white; 
    font-size: 2vw;                             
    font-family: Judson; 
    font-style: italic; 
    font-weight: 400; 
    line-height: 48px; 
    word-wrap: break-word;
}

#dogImage{
    width: 100%;
    height: auto;
    z-index: 5;
    padding: 10% 10% 0% 0%;
}

#entranceImage {
    width: 110vw;
    height: auto;
    z-index: 1; 
}

.tekstoBlokas{
    width: 100%;
    height: auto; 
    background-color: #ffffff;
    margin: 2% 5% 2% 5%;
}

.tekstoBlokoTekstas{
    width: 100%;
    height: 100%; 
    text-align: center; 
    color: black;
    font-size: 2vw; 
    font-family: Judson; 
    font-style: italic; 
    font-weight: 400; 
    line-height: 48px; 
    word-wrap: break-word;
    padding: 1%;
}

#merginaGeleImage{
    width: 50%;
    height: auto;
    z-index: 1;
    padding: 1.5% 0% 0% 0%;
}

#tevasImage{
    width: 50%;
    height: auto;
    z-index: 1;
}

#wolf1Image{
    width: 100%;
    height: auto;
    z-index: 1;
    padding: 10% 20% 0% 5%;
}

#butcherImage{
    width: 100%;
    height: auto;
    z-index: 1;
    padding: 10% 10% 0% 0%;
}

.background3{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    background-image: url('images/4.png');
    background-size: cover;
    height: auto;
    width:100%;
    z-index: -2;
}

.tekstoBlokas1{
    width: 100%;
    height: auto; 
    background-color: #ffffff;
    margin: 2% 5% 2% 5%;
}

.tekstoBlokoTekstas1{
    width: 100%;
    height: 100%; 
    text-align: center; 
    color: black;
    font-size: 2vw; 
    font-family: Judson; 
    font-style: italic; 
    font-weight: 400; 
    line-height: 48px; 
    word-wrap: break-word;
    padding: 2% 2% 1% 2%;
}

#butcherDaughterImage{
    width: 60%;
    height: auto;
    z-index: 1;
    float: right;
    padding-bottom: 1%;
}

.background4_1{
    display: flex;
    flex-direction: column;
    justify-content: flex-end; 
    background-image: url('images/5.png');
    background-size: cover;
    height: 120vh;
    width: 100%;
    z-index: -2;
}

.background4{ 
    display: flex;
    flex-direction: column;
    justify-content: flex-end; /* Pushes content to the bottom */
    background-image: url('images/5.png');
    background-size: cover;
    height: 100%;
    width: 100%;
    z-index: -2;
}

#butcherDaughter1Trigger {
    display: flex;
    flex-direction: column; /* Stack items vertically */
    height: 100%; /* Ensure it takes full height of its parent, adjust as necessary */
    justify-content: flex-end; /* Align items to the end (bottom in this case) */
}

#ringTrigger {
    display: flex;
    flex-direction: column; /* Stack items vertically */
    height: 100%; /* Ensure it takes full height of its parent, adjust as necessary */
    justify-content: flex-end; /* Align items to the end (bottom in this case) */
}

#ring1Trigger {
    display: flex;
    flex-direction: column; /* Stack items vertically */
    height: 100%; /* Ensure it takes full height of its parent, adjust as necessary */
    justify-content: flex-end; /* Align items to the end (bottom in this case) */
}

.background12{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-image: url('images/12.png');
    background-size: cover;
    width: 100%;
    height: 120vh;
    position: relative;
}

.tekstoBlokas2_1{
    width: 100%;
    height: auto; 
    background-color: #ffffff;
    margin: 5% 5% 70% 15%;
}

.tekstoBlokas2{
    width: 100%;
    height: auto; 
    background-color: #ffffff;
    margin: 5% 5% 2% 15%;
}

.tekstoBlokoTekstas2{ 
    width: 100%;
    height: 100%;
    text-align: center; 
    color: black;
    font-size: 2vw; 
    font-family: Judson; 
    font-style: italic; 
    font-weight: 400; 
    line-height: 48px; 
    word-wrap: break-word;
    padding: 2% 2% 2% 2%;
}

#butcherDaughter1Image{
    margin-top: auto;
    width: 100%;
    height: auto;
    z-index: 1;
    /* float: right; */
    /* padding: 40% 25% 2% 0%; */
}

.background5{
    margin: 0;
    padding: 0;
    background-image: url('images/6.png');
    background-size: cover;
    height: 100%;
    width: 100%;
    z-index: -2;
}

.tekstoBlokas3{
    width: 100%;
    height: auto; 
    background-color: #ffffff;
    margin: 2% 5% 2% 15%;
}

.tekstoBlokoTekstas3{
    width: 100%;
    text-align: center; 
    color: black;
    font-size: 2vw; 
    font-family: Judson; 
    font-style: italic; 
    font-weight: 400; 
    line-height: 48px; 
    word-wrap: break-word;
    padding: 2% 2% 2% 2%;
}

#butcherDaughter2Image{
    width: 50%;
    height: auto;
    z-index: 1;
    float: right;
    padding-bottom: 2%;
    padding-right: 15%;
}

#sodininkasImage{
    width: 60%;
    height:auto;
    z-index: 1;
    padding: 15% 0% 15% 0%;
    margin-right: 30%;
}

.tekstas4{
    width: 100%; 
    height: 100%; 
    color: white; 
    font-family: Judson; 
    font-style: italic; 
    font-weight: 400; 
    line-height: 48px; 
    word-wrap: break-word;
    font-size: 2vw;
    text-align: justify;
    padding: 17% 25% 15% 25% ;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

#greenContainer1 {
    background-color: #2D5E41;
    position: relative;
    z-index: -2;
    max-height: 100vh;
}

#butcherDaughter3Image{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60%;
    height: auto;
    z-index: 1;
    display: flex;
    margin: 0 auto;
    /* padding-top: 12%;
    margin-left: 70%; */
    /* bottom: 0; */
}

.background6{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-image: url('images/13.png');
    background-size: cover;
    width: 100vw;
    height: 120vh;
    z-index: 2;
    position: relative;
}

.background6sodininko{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-image: url('images/13.png');
    background-size: cover;
    width: 100vw;
    height: 120vh;
    z-index: 2;
    position: relative;
}

#gardenerDaughterImage{
    width: 30%;
    height: auto;
    z-index: 1;
    display: flex;
    margin: 0 auto;
    justify-content: center;
    bottom: 0;
}

.tekstoBlokoTekstas4{
    width: 100%;
    height: 100%; 
    text-align: justify; 
    color: black;
    font-size: 2vw; 
    font-family: Judson; 
    font-style: italic; 
    font-weight: 400; 
    line-height: 48px; 
    word-wrap: break-word;
    padding: 2% 13% 2% 13%;
}

#sodininkas1Image{
    width: 100%;
    height: auto;
    z-index: 1;
    float: right;
    padding: 10% 0% 0% 20%;
}

#sodininkas2Image{
    width: 100%;
    height: auto;
    z-index: 1;
    float: right;
}

.tekstas5{
    color: white; 
    font-size: 2vw; 
    font-family: Judson; 
    font-style: italic; 
    font-weight: 400; 
    line-height: 48px;
    word-wrap: break-word;
    width: 100%;
    height: 100%;
    text-align:justify;
    padding: 20% 25% 15% 25% ;
}

.tekstas6{
    color: white; 
    font-size: 2vw; 
    font-family: Judson; 
    font-style: italic; 
    font-weight: 400; 
    line-height: 48px;
    word-wrap: break-word;
    width: 100%;
    height: 100%;
    text-align: justify;
    /* position: absolute;
    top: 50%; */
    /* transform: translate(0, -50%); */
    padding: 10% 25% 10% 25% ;
}

.background7{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    background-image: url('images/14.png');
    background-size: cover;
    height: 100vh;
    width: 100vw;
    z-index: -2;
    position: relative;
}

#princeseJojaImage{
    bottom: 0;
    width: 70%;
    height: auto;
    z-index: 1;
    padding: 12% 0% 0% 0%;
    margin-left: 65%;
}

.green3{
    /* width: 100vw; 
    height: 20%;  */
    background: #2D5E41;
}

.background8{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
    background-image: url('images/14.png');
    background-size: cover;
    height: 100vh;
    width: 100vw;
    z-index: -2;
}

#princeseIeskoImage{
    width: 100vh;
    height: auto;
    z-index: 1;
    padding: 22% 0% 5% 0%;
    margin-right: 50%;
}

.background9{
    margin: 0;
    padding: 0;
    background-image: url('images/ola.png');
    background-size: cover;
    background-position: center;
    height: 120vh;
    width: 100%;
    z-index: 10;
}

.tekstoBlokas4{
    width: 50%;
    height: auto; 
    background-color: #ffffff;
    margin: auto;
    margin-top: 2%;
    margin-bottom: 10%;

}

.tekstoBlokoTekstas14{
    width: 100%;
    height: 100%;
    text-align: justify; 
    color: black;
    font-size: 2vw; 
    font-family: Judson; 
    font-style: italic; 
    font-weight: 400; 
    line-height: 48px; 
    word-wrap: break-word;
    padding: 2% 15% 10% 15%;
}

#KambarysImage{
    object-fit: cover;
    object-position: center;
    width: 100vw;
    height: 120vh;
    margin: 0;
    padding: 0;
    z-index: -5;
}

.background10{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
    background-image: url('images/dungeon.png');
    background-size: cover;
    height: 100vh;
    width: 100vw;
    z-index: 5;
    position: relative;
}

.tekstoBlokas5{ 
    width: 100%;
    height: auto; 
    background-color: #ffffff;
    margin: 1% 20% 1% 20%;
    /* padding: 2% 2% 2% 2%; */
 }

 .tekstoBlokas15{ 
    width: 100%;
    height: auto; 
    background-color: #ffffff;
    margin: 1% 10% 10% 3%;
    /* padding: 2% 2% 2% 2%; */
 }

.tekstoBlokoTekstas5{
    width: 100%;
    height: 100%;
    text-align: justify; 
    color: black;
    font-size: 2vw; 
    font-family: Judson; 
    font-style: italic; 
    font-weight: 400; 
    line-height: 48px; 
    word-wrap: break-word;
    padding: 2% 2% 2% 2%;
}

#ringImage{
    /* position: absolute;  */
    bottom: 0; 
    margin-top: auto;
    width: 50%;
    height:auto;
    display: flex;
    margin: 0 auto;
    justify-content: center;
    bottom: 0;
}

#ring1Image{
    width: 80%;
    height: auto;
    z-index: 1;
    /* float: right; */
    /* padding-bottom: 1%; */
}

.background11{
    display: flex;
    margin: 0;
    padding: 0;
    background-image: url('images/3vestuvems.png');
    background-size: cover;
    width: 100vw;
    height: 120vh;
    z-index: -2;
}

.tekstoBlokas6{
    height: auto; 
    background-color: #ffffff;
    margin: 10% 10% 0% 0%;
    padding: 2% 2% 2% 2%;
}

.tekstoBlokoTekstas6{
    width: 100%;
    height: 100%;
    text-align: justify; 
    color: black;
    font-size: 2vw; 
    font-family: Judson; 
    font-style: italic; 
    font-weight: 400; 
    line-height: 48px; 
    word-wrap: break-word;
    padding: 2% 2% 2% 2%;
}

#SesesVest2_1Image{
    position: absolute; 
    bottom: 0; 
    left: 0;
    width: 80%;
    /* height:100%; */
    z-index: 1;
    padding: 10% 0% 0% 0%;
    margin: 40% 0% 0% 10%;
}

#SesesVest2_2Image{
    position: absolute; 
    bottom: 0; 
    z-index: 1;
    width: 32%;
    padding: 60% 0% 10% 0%;
    height:auto;
}

.background0{
    margin: 0;
    padding: 0;
    background-image: url('images/sesesvestuvesetitnagas.png');
    background-size: cover;
    background-position: 65% 0%;
    width: 100vw;
    height: 120vh;
    z-index: -2;
}

.tekstoBlokas7{
    width: 100%;
    height: auto; 
    background-color: #ffffff;
    margin: 10% 10% 10% 10%;
    padding: 2% 2% 2% 2%;
}

.tekstoBlokoTekstas7{
    width: 100%;
    height: 100%;
    text-align: justify; 
    color: black;
    font-size: 2vw; 
    font-family: Judson; 
    font-style: italic; 
    font-weight: 400; 
    line-height: 48px; 
    word-wrap: break-word;
    padding: 2% 2% 2% 2%;
}

#SesesVest1Image{
    width: 80%;
    height:auto;
    z-index: 1;
    padding-top: 7%;
}

#lempaImage{    
    width: 30%;
    height: auto;
    z-index: 1;
    display: flex;
    margin: 0 auto;
    justify-content: center;
    bottom: 0;
}

.tekstoBlokoTekstas8{
    width: 100%;
    height: 100%; 
    text-align: justify; 
    color: black;
    font-size: 2vw; 
    font-family: Judson; 
    font-style: italic; 
    font-weight: 400; 
    line-height: 48px; 
    word-wrap: break-word;
    padding: 2% 13% 2% 13%;
}

#princeseImage{
    padding: 5% 2% 5% 2%;
    width: 150%;
    height: auto;
}

#ugnisImage{
    padding: 5% 2% 5% 2%;
    width: 100%;
    height: auto;
}

#bateliaiImage{
    padding: 5% 2% 5% 2%;
    width: 100%;
    height: auto;
}

.tekstassaules{
    width: 100%;
    text-align: justify;
    color: white; 
    font-size: 2vw; 
    font-family: Judson; 
    font-style: italic; 
    font-weight: 400; 
    line-height: 48px; 
    word-wrap: break-word;
    /* position: absolute;
    top: 50%;
    transform: translate(0, -50%); */
    padding: 5% 20% 5% 20% ;
}

.tekstas7{
    width: 100%;
    text-align: justify;
    color: white; 
    font-size: 2vw; 
    font-family: Judson; 
    font-style: italic; 
    font-weight: 400; 
    line-height: 48px; 
    word-wrap: break-word;
    /* position: absolute;
    top: 50%;
    transform: translate(0, -50%); */
    padding: 5% 10% 5% 30% ;
}

.tekstas8{
    height: 100%; 
    text-align: justify; 
    color: white; 
    font-size: 2vw; 
    font-family: Judson; 
    font-style: italic; 
    font-weight: 400; 
    line-height: 48px; 
    word-wrap: break-word;
    width: 100%;
    text-align: justify;
    /* position: absolute;
    top: 50%;
    transform: translate(0, -50%); */
    padding: 5% 25% 5% 25% ;
}

.tekstas9{
    width: 100%;
    height: 100%; 
    text-align: justify; 
    color: white; 
    font-size: 2vw; 
    font-family: Judson; 
    font-style: italic; 
    font-weight: 400; 
    line-height: 48px; 
    word-wrap: break-word;
    text-align: justify;
    /* position: absolute;
    top: 50%;
    transform: translate(0, -50%); */
    padding: 5% 25% 5% 25% ;
}

.pabaiga{
    width: 100vw; 
    height: 20%; 
    background: #032a27;
    z-index: 10;
}

.white1{
    width: 100vw; 
    height: 20%; 
    background: linear-gradient(180deg, rgba(45,94,65,1) 0%, rgba(12,30,24,1) 100%);
    z-index: 10;
}

.background13{
    display: flex;
    margin: 0;
    padding: 0;
    background-image: url('images/urvovidus.png');
    background-size: cover;
    width: 100%;
    height: 100vh;
    z-index: -200;
}

#zibintasImage {
    position: absolute; 
    bottom: 0; 
    left: 0;
    width: 40%;
    height: auto;
    padding-bottom: 5%;
}

#rumaiImage{
    height: 100vh;
}

.background14{
    margin: 0;
    padding: 0;
    background-image: url('images/durys1.png');
    background-position: 30% 0%;
    width: 100vw;
    height: 100vh;
    z-index: 5;
}

.tekstoBlokas9{
    margin: 35% 20% 10% 10%;
    padding: 2% 2% 2% 2%;
 }

.tekstoBlokoTekstas9{
    width: 100%;
    height: 100%;
    text-align: justify; 
    color: black;
    font-size: 2vw; 
    font-family: Judson; 
    font-style: italic; 
    font-weight: 400; 
    line-height: 48px; 
    word-wrap: break-word;
    padding: 2% 2% 2% 2%;
}

.background15{
    margin: 0;
    padding: 0;
    background-image: url('images/kambarys1.png');  
    background-position: 50% 50%;
    width: 100vw;
    height: 100vh;
    z-index: -2;
}

.tekstoBlokas10{
    width: 100%;
    height: auto; 
    margin: 10% 10% 10% 10%;
    padding: 2% 2% 2% 2%;
}

.tekstoBlokoTekstas10{
    width: 100%;
    height: 100%;
    text-align: justify; 
    color: white;
    font-size: 2vw; 
    font-family: Judson; 
    font-style: italic; 
    font-weight: 400; 
    line-height: 48px; 
    word-wrap: break-word;
    padding: 2% 2% 2% 2%;
}

#pykstaImage{
    padding: 14% 6% 5% 2%;
    width: 90%;
    height: auto;
}

.tekstas10{
    width: 100%;
    height: 100%;
    color: white; 
    font-size: 2vw; 
    font-family: Judson; 
    font-style: italic; 
    font-weight: 400; 
    line-height: 48px; 
    word-wrap: break-word;
    text-align: justify;
    padding: 20% 25% 15% 20%;
}

#verkiaImage{
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
    padding-top: 8%;
}

#homeImage{
    object-fit: cover;
    object-position: center;
    width: 100vw;
    height: auto;
}

.white2{
    width: 100vw; 
    height: 20%; 
    background: linear-gradient(180deg, rgba(3,42,39,1) 0%, rgba(132,87,48,1) 100%);
    z-index: 10;
}

.tekstas11{
    width: 100%;
    height: 100%;
    text-align: justify;
    padding: 5% 10% 5% 25%;
    color: white; 
    font-size: 2vw; 
    font-family: Judson; 
    font-style: italic;
    font-weight: 400; 
    line-height: 48px; 
    word-wrap: break-word;
}

#vejasImage{
    width: 100%;
    height: 100%;
}

#vejasBatasImage{
    padding: 11% 2% 10% 5%;
    width: 120%;
    height: auto;
}

.tekstas12{
    width: 100%;
    text-align: justify;
    color: white;
    font-size: 2vw; 
    font-family: Judson; 
    font-style: italic; 
    font-weight: 400; 
    line-height: 48px; 
    word-wrap: break-word;
    /* position: absolute;
    top: 50%;
    transform: translate(0, -50%); */
    padding: 5% 25% 5% 25% ;
}

#menulisImage{
    padding: 11% 2% 10% 5%;
    width: 100%;
    height: auto;
}

.tekstoBlokas13{
    width: 50%;
    height: auto; 
    background-color: #ffffff;
    margin: auto;
    margin-top: 2%;
    margin-bottom: 10%;
}

.tekstoBlokoTekstas13{
    width: 100%;
    height: 100%; 
    text-align: center; 
    color: black;
    font-size: 2vw; 
    font-family: Judson; 
    font-style: italic; 
    font-weight: 400; 
    line-height: 48px; 
    word-wrap: break-word;
    padding: 2% 2% 1% 2%;
}

#starImage{
    object-fit: cover;
    object-position: center;
    width: 100vw;
    height: auto;
    margin: 0;
    padding: 0;
    z-index: -5;
}

.background16{
    margin: 0;
    padding: 0;
    background-image: url('images/zvaigzdesBlue.png');
    background-size: cover no-repeat;
    background-position-y: -600px;
    height: auto;
    width: 100%;
    z-index: -2;
}

#sunImage{
    object-fit: cover;
    object-position: center;
    width: 100vw;
    height: 100%;
}

#verpiaImage{
    padding: 10% 30% 10% 0%;
    width: 120%;
    height: auto;
}

#kurpaiteImage{
    padding: 10% 6% 15% 2%;
    width: 100%;
    height: auto;}

#kalnasImage{
    height: 100%;
    width: 100%;
}

.white3{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100vw; 
    height: 20%; 
    background: linear-gradient(180deg, rgba(151,185,184,1) 0%, rgba(45,94,65,1) 100%);
    z-index: 10;
    position: relative;
}

#sargaiImage{
    width: 60%;
    height: auto;
    z-index: 1;
    display: flex;
    margin: 0 auto;
    justify-content: center;
    bottom: 0;
}

#jaunikisImage{
    width: 100vw;
    height: 100%;
}

.background17{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    background-image: url('images/12.png');
    background-size: cover;
    width: 100vw;
    height: 120vh;
    z-index: -2;
    position: relative;
}

#Vestuves3Image{
    /* position: absolute;
    right: 0; */
    /* bottom: 200; */
    height: 90vh;
    /* height:auto; */
    z-index: 1;
    justify-content: center;
    /* padding: 0% 0% 15% 0%; */
    margin-left: 40%;
}

/* Animacijos reveal */
#reveal1 {
    opacity: 0;
    -webkit-transform: scale(0.9);
         -moz-transform: scale(0.9);
            -ms-transform: scale(0.9);
             -o-transform: scale(0.9);
                    transform: scale(0.9);
    -webkit-transition: all 1s ease-in-out;
         -moz-transition: all 1s ease-in-out;
            -ms-transition: all 1s ease-in-out;
             -o-transition: all 1s ease-in-out;
                    transition: all 1s ease-in-out;
}
#reveal1.visible {
    opacity: 1;
    -webkit-transform: none;
         -moz-transform: none;
            -ms-transform: none;
             -o-transform: none;
                    transform: none;
}

#pinContainer {
    width: 100vw;
    height: auto;
}
.panel {
    /* width: 100vw; */
    position: absolute;
}

.tekstoBlokas14{
    width: 100%;
    height: auto; 
    background-color: #ffffff;
    margin: 2% 5% 2% 5%;
}

.tekstas13{
    width: 100%;
    height: 100%; 
    text-align: justify; 
    color: black;
    font-size: 2vw; 
    font-family: Judson; 
    font-style: italic; 
    font-weight: 400; 
    line-height: 48px; 
    word-wrap: break-word;
    padding: 1%;
}

.pabaiga_tekstas{
    text-align: center; 
    color: white; 
    font-size: 128px; 
    font-family: Judson;
    font-style: italic; 
    font-weight: 400; 
    line-height: 192px; 
    word-wrap: break-word
}

@media (max-width: 768px) {
    .pabaiga_tekstas{
        font-size: 74px; 
    }
}

  
@media (max-width: 480px) {
    .pabaiga_tekstas{
        font-size: 32px; 
    }
  }

@media (max-width: 768px) {
    .background, .background1, .background2, .background3, .background4, .background5, 
    .background6, .background7, .background6sodininko, .background0, .background8, 
    .background9, .background10, .background11, .background12, #KambarysImage #wolfImage, .background4_1{
        height: 60vh;
    }
  
    .tekstas0, .tekstas1, .tekstas2, .tekstas3, .tekstas4, .tekstas5, .tekstas6, .tekstas7, 
    .tekstas8, .tekstas9, .tekstas10, .tekstas11, .tekstas12, .tekstassaules, .tekstoBlokoTekstas,
    .tekstoBlokoTekstas1, .tekstoBlokoTekstas2, .tekstoBlokoTekstas3, .tekstoBlokoTekstas4,
    .tekstoBlokoTekstas5, .tekstoBlokoTekstas6, .tekstoBlokoTekstas7, .tekstoBlokoTekstas8, .tekstoBlokoTekstas9,
    .tekstoBlokoTekstas10, .tekstoBlokoTekstas11, .tekstoBlokoTekstas12, .tekstoBlokoTekstas13, 
    .tekstoBlokoTekstas14{
        line-height: 4vh; 
        padding: 5%; 
    }

    #princeseIeskoImage{
        width: 90%;
        height: auto;
    }
/* 
  #cowboyImage{
    width: 80%;
    height: auto;
    
    } */
}


@media (max-width: 480px) {
    .tekstas0, .tekstas1, .tekstas2, .tekstas3, .tekstas4, .tekstas5, .tekstas6, .tekstas7, 
    .tekstas8, .tekstas9, .tekstas10, .tekstas11, .tekstas12, .tekstassaules, .tekstoBlokoTekstas,
    .tekstoBlokoTekstas1, .tekstoBlokoTekstas2, .tekstoBlokoTekstas3, .tekstoBlokoTekstas4,
    .tekstoBlokoTekstas5, .tekstoBlokoTekstas6, .tekstoBlokoTekstas7, .tekstoBlokoTekstas8, .tekstoBlokoTekstas9,
    .tekstoBlokoTekstas10, .tekstoBlokoTekstas11, .tekstoBlokoTekstas12, .tekstoBlokoTekstas13, 
    .tekstoBlokoTekstas14{
        font-size: 4vw; 
        line-height: normal; 
        padding: 5%; 
    }

    #cowboyImage, #seserysImage, #dogImage, 
    #merginaGeleImage, #tevasImage, #wolf1Image, 
    #butcherImage, #butcherDaughterImage, #butcherDaughter1Image, 
    #butcherDaughter2Image, #sodininkasImage, #butcherDaughter3Image,
    #gardenerDaughterImage, #sodininkas1Image, #sodininkas2Image,
    #princeseJojaImage, #ringImage, #ring1Image,
    #SesesVest2_1Image, #SesesVest1Image,
    #princeseImage, #ugnisImage, #bateliaiImage, #menulisImage, #zibintasImage,
    #rumaiImage, #pykstaImage, #vejasBatasImage, 
    #menulisImage, #verpiaImage, #kurpaiteImage, #sargaiImage{
        width: 90%;
        height: auto;
    }

    

    #Vestuves3Image{
        margin-left: 0;
        height: 60vh;
    }

    .background13, #rumaiImage, .background14, .background15{
        height: 100vh;
        width: auto;
    }

    #lempaImage{
        width: 70%;
        height: auto; 
    }

    #SesesVest2_2Image{
        width: 35%;
        height: auto;
    }

    #gardenerDaughterImage{
        width: 70%;
        height: auto;
    }

    
    .background0, .background1, .background2, .background3, .background4, .background5, .background6, 
    .background7, #kalnasImage, .background4_1{
        height: auto; 
        min-height: 50vh; 
    }

    .background0{
        width: 100vw;
    }

    .tekstoBlokas1, .tekstoBlokas2, .tekstoBlokas3, .tekstoBlokas4, .tekstoBlokas2_1{
        margin: 5%; 
    }

    .garsotekstas5, .garsotekstas6{
        height: 80vh;
    }
}

@media (min-width: 768px) {
    .tekstas3{
        padding: 5% 25% 5% 25%;
        width: 100%; 
        height: 100%; 
        text-align: justify; 
        color: white; 
        font-size: 2vw;                             
        font-family: Judson; 
        font-style: italic; 
        font-weight: 400; 
        line-height: 48px; 
        word-wrap: break-word;
    }
}