/*
Theme Name: Trilingual Gallery Theme
Theme URI: https://example.com
Author: Your Name
Description: Multilingual WordPress theme with gallery (RU/EN/GR)
Version: 1.0
Requires at least: 6.0
Tested up to: 6.9.1
Text Domain: trilingual-theme
*/

body {
    margin: 0;
    padding: 0;
	overflow-x:hidden;
}

header {
    background: #222;
    color: white;
    padding: 15px;
}

nav ul {
    list-style: none;
    display: flex;
    gap: 15px;
}
.container {
    width: 90%;
    margin: auto;
    padding: 20px 0;
}

.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
}

.gallery img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}
#paralaxBlock{
  inset:0;
  pointer-events:none;
}

.fish{
  position:absolute;
  opacity:0;
  transition:opacity 0.5s;
}