body {
    background-color: skyblue;
    margin: 0;
    font-family: Arial, sans-serif;
}

.bax{
	width: 100%; 
    max-width: 1910px; 
    height: 800px;
    padding: 5px;
    background-image: url(images/k-mountain.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: auto; 
}

.bux{
	width: 100%; 
    max-width: 1884px; 
    height: 800px;
    padding: 5px;
    background-image: url(images/k-culture.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: auto; 
}
.box {
    width: 100%; 
    max-width: 1893px; 
    height: 800px;
    padding: 5px;
    background-image: url(images/k-city.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: auto; 
}


h1 {
    text-align: center;
    color: white; 
    font-size: 48px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7); 
}

.navbar ul {
	list-style-type: none;
    background-color: rgb(224, 224, 244);
    padding: 20px;
    margin: 0;
	border-style: double;
	display: flex;
    overflow: hidden;
	justify-content: space-around;
    text-align: center;
}

.navbar a {
    color: rgb(0, 0, 128);
    text-decoration: none;
    padding: 25px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    transition: color 0.3s ease;
}

.navbar a:hover {
    color: pink;
}

.navbar li {
    display: inline-block;
}


.container {
    text-align: center;
    padding: 20px;
    margin: auto;
    width: 90%; 
    max-width: 1200px; 
}

.container img {
    width: 100%;
    max-width: 800px;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
}

.text-box {
    margin-top: 20px;
    padding: 20px;
    background-color: rgba(224, 224, 244, 0.9); 
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
}

.text-box h2 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
    color: rgb(80, 80, 120);
}

.text-box p {
    font-size: 16px;
    line-height: 1.6;
    color: rgb(60, 60, 90);
}


.container img {
    width: 100%;
    max-width: 800px;
    height: auto;
    border-radius: 10px;
    transition: transform 0.3s ease, opacity 0.3s ease; 
}


.container img:hover {
    transform: scale(1.05); 
    opacity: 0.9; 
}

.contain{
    margin: 200px auto;
    width: 70%;
}

.text-ball{
    color: rgb(0,0,128);
}

.text-ball h2{
    font-size: 42px;
    color: white;
    text-shadow: 2px 2px 4px #000000;
}

.text-ball p{
    font-size: 19px;
    font-family: sans-serif; 
}

.contain img {
    max-width: 320px;
    float:left;
	border: 3px solid white;
	filter: blur(5px);
	border-radius: 65px;
	margin-right: 60px;
	transition: max-width 3s ease, transform 3s ease;
}

.contain img:hover {
    max-width: 24%; 
	filter: blur(0px);
    transform: scale(1.2);
}


.cuntainer {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}


.cracker, .water {
    display: flex;
    align-items: center;
    gap: 150px;
}

.water img{
    flex-direction: row-reverse; 
}

.cracker img, .water img {
    max-width: 40%;
    height: auto;
    border: 3px solid white;
    border-radius: 125px;
    filter: blur(1.2px);
    transition: all 0.3s ease;
}

.cracker img:hover, .water img:hover {
    filter: blur(0);
    transform: scale(1.3);
	transition: transform 3s ease;
}


.text-bix, .text-bux {
    flex: 1;
	margin: 25px;
    padding: 20px;
    background-color: rgba(224, 224, 244, 0.9);
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.text-bix h2, .text-bux h2 {
    font-size: 24px;
    margin-bottom: 1px;
    color: rgb(80, 80, 120);
}

.text-bix p, .text-bux p {
    font-size: 16px;
    line-height: 1.6;
    color: rgb(60, 60, 90);
}
