html {
scroll-behavior: smooth;
}
:root {
--vh: 1vh;
}
body {
margin: 0;
font-family: "Lexend Deca", sans-serif;
font-weight: 200;
font-style: normal;
overflow-x: hidden;
cursor: url(img/cr.png), auto;
}
.va {
position: absolute;
top: 20px;
left: 30px;
display: inline-block;
cursor: pointer;
transition: transform 0.2s;
z-index: 1;
filter: drop-shadow(1px 1px 1px white);
}
.va:hover {
transform: scale(0.9);
}
.dvd {
position: absolute;
top: 0;
left: 0;
width: 40px;
height: auto;
pointer-events: none;
z-index: 0;
}
.fdu {
position: relative;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: calc(var(--vh, 1vh) * 100);
overflow: hidden;
}
#stars {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 0;
background: #808FFF;
}
.int {
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 50px;
border: 10px double #bcb3ff;
background-color: #f0f0ff;
z-index: 1;
box-shadow:
0 0 15px rgba(255, 255, 255, 0.4),
0 0 25px rgba(255, 255, 255, 0.2);
animation: whitePulse 3.5s ease-in-out infinite;
}
@keyframes whitePulse {
0%, 100% {
box-shadow:
0 0 8px rgba(255, 255, 255, 0.2),
0 0 15px rgba(255, 255, 255, 0.1);
}
50% {
box-shadow:
0 0 15px rgba(255, 255, 255, 0.5),
0 0 30px rgba(255, 255, 255, 0.3);
}
}
.fdu img {
max-width: 350px;
height: auto;
}
.txt {
padding: 20px;
margin-top: 50px;
max-width: 293px;
font-size: 13px;
color: black;
line-height: 1.65;
text-align: justify;
background-color: white;
border: 2px solid #bcb3ff;
}
.txt p {
margin-bottom: 10px;
}
.abj {
display: block;
margin: 50px auto 0;
text-align: center;
cursor: pointer;
transition: transform 0.2s;
filter: drop-shadow(1px 1px 1px white);
}
.abj:hover {
transform: scale(0.9);
}
.abj img {
max-width: 30px;
height: auto;
display: block;
margin: 0 auto;
animation: float 1s ease-in-out infinite;
}
@keyframes float {
0%, 100% { transform: translateY(0); }
50% { transform: translateY(15px); }
}
.dka {
position: absolute;
bottom: 30px;
left: 20px;
z-index: 1;
display: inline-block;
transition: transform 0.2s ease, filter 0.2s ease;
filter: drop-shadow(0.5px 0.5px 0.5px white);
}
.dka img {
width: 40px;
height: auto;
}
.dka:hover {
transform: scale(0.9);
}
main {
width: 100%;
}
.sec {
position: relative;
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: calc(var(--vh, 1vh) * 100);
overflow-x: hidden;
}
.name {
position: absolute;
top: 50%;
left: 65px;
transform: translateY(-50%);
width: auto;
height: 57.5px;
z-index: 10;
filter: drop-shadow(0 0 0 black);
}
.s1,
.s3 {
display: flex;
justify-content: flex-end;
background: #f0f0ff;
}
.s2 {
display: flex;
justify-content: flex-start;
flex-direction: row-reverse;
background: #f0f0ff;
}
.s2 .left { order: 2; }
.s2 .right { order: 1; }
.s1 .gal {
margin-right: 100px;
padding: 50px 0;
}
.s2 .gal {
margin-right: 100px;
padding: 50px 25px 50px 75px;
}
.s3 .gal {
margin-right: 100px;
padding: 50px 25px;
gap: 100px;
}
.gal {
display: flex;
align-items: center;
border: 10px double #bcb3ff;
background-color: white;
}
.big {
width: 600px;
height: 600px;
overflow: hidden;
}
.s1 .left .big { width: 500px; }
.s2 .left .big { width: 600px; height: 650px; }
.big img {
width: 100%;
height: 100%;
object-fit: cover;
}
.right {
display: grid;
grid-template-columns: repeat(2, 300px);
grid-template-rows: repeat(2, 300px);
}
.s1 .right {
grid-template-columns: repeat(3, 300px);
grid-template-rows: repeat(2, 300px);
}
.s2 .right {
grid-template-columns: repeat(2, 325px);
grid-template-rows: repeat(2, 325px);
column-gap: 50px;
row-gap: 20px;
padding-bottom: 20px;
}
.s3 .right {
column-gap: 50px;
row-gap: 20px;
padding-bottom: 20px;
}
.small {
overflow: hidden;
}
.small img {
width: 100%;
height: 100%;
object-fit: cover;
cursor: pointer;
transition: transform 0.3s ease;
}
.small:hover img {
transform: scale(1.03);
}
.seca {
position: absolute;
bottom: 60px;
left: 80px;
transform: translateX(-50%);
display: block;
cursor: pointer;
transition: transform 0.2s ease;
}
.seca img {
width: 30px;
height: auto;
animation: float 1s ease-in-out infinite;
}
.seca:hover {
transform: translateX(-50%) scale(0.9);
}
.seca.up {
top: 60px;
bottom: auto;
transform: translateX(-50%) rotate(180deg);
}
.seca.up:hover {
transform: translateX(-50%) rotate(180deg) scale(0.9);
}
.seca.up img {
animation: float-up 1s ease-in-out infinite;
}
@keyframes float-up {
0%, 100% { transform: translateY(0); }
50% { transform: translateY(-15px); }
}
.lb {
display: none;
position: fixed;
inset: 0;
background: rgba(0, 0, 0, 0.2);
justify-content: center;
align-items: center;
z-index: 1000;
}
.lbc {
display: flex;
justify-content: center;
align-items: center;
width: 900px;
height: 900px;
}
.lbc img {
margin-top: 100px;
height: auto;
object-fit: contain;
}
@media (max-width: 400px) {
  .dka {
    display: none;
  }
  .va { display: none; }
}
@media (max-width: 767px) {
#stars {
display: none;
}
.int {
border: none;
box-shadow: none;
animation: none;
background: none;
}
.fdu {
background-color: #f0f0ff;
}
.fdu img { max-width: 300px; }
.txt {
max-width: 245px;
font-size: 12px;
}
.abj {
margin: 20px auto 0;
}
.seca,
.seca.up { display: none; }
.sec {
flex-direction: column;
justify-content: flex-start;
align-items: center;
height: auto;
padding: 50px 0;
}
.name {
position: static;
transform: none;
height: 40px;
}
.s2 .name,
.s3 .name { padding-bottom: 70px; }
.gal {
flex-direction: column;
align-items: center;
margin: 0 auto;
width: 100%;
border: none;
background: none;
}
.left,
.right {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.big,
.small {
width: 90vw;
max-width: 300px;
height: 300px;
}
.small img {
pointer-events: none;
cursor: default;
}
.s2,
.s3 { flex-direction: column; }
.s2 .gal,
.s3 .gal {
gap: 50px;
padding: 0;
}
.s2 .left,
.s2 .right {
order: unset;
gap: 50px;
}
.s2 .small {
max-width: 325px;
height: 325px;
}
.s2 .big {
max-height: 325px;
}
.big img,
.small img {
width: 100%;
object-fit: cover;
}
.s1 .left .big img {
width: 250px;
height: 300px;
object-fit: cover;
padding-left: 50px;
}
.s2 .left .big img {
padding-right: 25px;
height: 325px;
}
.s1,
.s2,
.s3 {
border-bottom: 10px double #bcb3ff;
}
.s1 .gal { padding: 0; }
}
@media (min-width: 768px) and (max-width: 1300px) {
.fdu {
background-color: #f0f0ff;
}
.fdu img { max-width: 300px; }
.txt {
max-width: 245px;
font-size: 12px;
}
.int {
  padding: 30px;
}
.abj {
margin: 20px auto 0;
}
.sec {
flex-direction: column;
justify-content: flex-start;
align-items: center;
height: auto;
padding: 50px 0;
}
.name {
position: static;
transform: none;
margin-bottom: 60px;
}
.s1 .name { margin-bottom: 0; }
.s2 .left,
.s2 .right {
order: unset;
gap: 50px;
}
.s2 .gal,
.s3 .gal {
gap: 50px;
padding: 0;
}
.gal {
flex-direction: column;
justify-content: center;
align-items: center;
gap: 20px;
width: 100%;
margin: 0 auto;
border: none;
background: none;
}
.s1 .left .big,
.s3 .left .big,
.s1 .right .small,
.s3 .right .small {
width: 300px;
height: 300px;
}
.s2 .right .small {
width: 325px;
height: 325px;
}
.s2 .left .big {
width: 300px;
height: 325px;
}
.right {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-auto-rows: auto;
justify-items: center;
align-items: center;
}
.s1 .right {
grid-template-columns: repeat(2, 300px);
grid-template-rows: repeat(3, 300px);
}
.s2 .right,
.s3 .right { gap: 50px; }
.small img,
.big img {
width: 100%;
height: 100%;
object-fit: cover;
pointer-events: none;
cursor: default;
}
.seca,
.seca.up { display: none; }
.lbc {
width: 700px;
height: 700px;
}
.lbc img { margin-top: 0; }
.s1 .left .big img {
width: 250px;
height: 300px;
padding-left: 50px;
}
.s1,
.s2,
.s3 {
border-bottom: 10px double #bcb3ff;
}
.s1 .gal { padding: 0; }
}
@media (min-width: 1301px) and (max-width: 1400px) {
.sec {
flex-direction: column;
justify-content: flex-start;
align-items: center;
height: auto;
padding: 50px 0;
}
.name {
position: static;
transform: none;
margin-bottom: 60px;
}
.s1 .name { margin-bottom: 0; }
.s2 .left,
.s2 .right {
order: unset;
gap: 50px;
}
.s2 .gal,
.s3 .gal {
gap: 50px;
padding: 0;
}
.gal {
flex-direction: column;
justify-content: center;
align-items: center;
gap: 20px;
width: 100%;
margin: 0 auto;
border: none;
background: none;
}
.s1 .left .big,
.s3 .left .big,
.s1 .right .small,
.s3 .right .small {
width: 300px;
height: 300px;
}
.s2 .right .small {
width: 325px;
height: 325px;
}
.s2 .left .big {
width: 300px;
height: 325px;
}
.right {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-auto-rows: auto;
justify-items: center;
align-items: center;
}
.s2 .right,
.s3 .right { gap: 50px; }
.small img,
.big img {
width: 100%;
height: 100%;
object-fit: cover;
}
.seca,
.seca.up { display: none; }
.lbc {
width: 700px;
height: 700px;
}
.lbc img { margin-top: 0; }
.s1 .left .big img {
width: 250px;
height: 300px;
padding-left: 50px;
}
.s1,
.s2,
.s3 {
border-bottom: 10px double #bcb3ff;
}
.s1 .gal { padding: 0; }
}
