* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

html,
body {
    margin: 0;
    padding: 0;
    min-height: 100%;
    background: linear-gradient(to bottom, #fff8ea, #dc7a9c);
    background-attachment: fixed;
    overflow-x: hidden;
}

.language-switcher {
    position: fixed;
    top: 22px;
    right: 30px;
    z-index: 9999;
}

.language-switcher a {
    display: inline-block;
    padding: 4px 8px;
    margin-left: 5px;
    background: rgba(216, 27, 96, 1);
    color: white;
    text-decoration: none;
    border-radius: 6px;
    font-weight: bold;
    font-family: sans-serif;
    z-index: 2;
}

.language-switcher a:hover {
    background: #ff8da6;
}

.header {
    margin: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

#menuToggle {
    position: fixed;
    top: 22px;
    left: 70px;
    font-size: 24px;
    cursor: pointer;
    background: transparent;
    border: none;
    z-index: 1001;
}

#menuToggle i {
    transition: transform 10s;
    color: rgba(216, 27, 96, 1);
}

#menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fdd5df;
    border-bottom: 1px solid #ccc;
    padding: 25px 0;
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

#menu.show {
    display: flex;
    justify-content: center;

}

#menu ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}

#menu ul li {
    padding-right: 25px;
    margin-left: 30px;
}

#menu ul li a {
    text-decoration: none;
    color: rgba(216, 27, 96, 1);
    font-family: 'Kodchasan', sans-serif;
    font-weight: bold;
    font-size: 16px;
    transition: color 0.2s;
}

#menu ul li a:hover {
    color: #e6a4c8;
}


.page_logo {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    z-index: 10;
}

.pageLogo {
    position: absolute;
    max-width: 195px;
    height: 97px;
    right: 550px;
    top: 10px;
    z-index: 10;
}

.content {
    display: flex;
    justify-content: center;
}

.polygon {
    max-width: 1400px;
    height: 70%;
    display: block;
    z-index: 0;
}

.decor {
    position: absolute;
    width: 900px;
    height: 1200px;
    opacity: 50%;
    left: -7rem;
    top: -5rem;
    transform: rotate(5deg);
}

.mainPic {
    position: absolute;
    width: 374px;
    height: 590px;
    top: 100px;
    z-index: 1;
    left: 270px;
}

.aboutMe {
    position: absolute;
    font-family: "Lacquer", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    width: 400px;
    letter-spacing: 0;
    transform: rotate(-2deg);
}

a {
    text-decoration: none;
}

.readMore {
    color: white;
    cursor: pointer;
    position: relative;
    text-align: center;
    font-family: 'Kodchasan', sans-serif;
    right: -33rem;
    bottom: 4.5rem;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5rem;
}

.readMorePL {
    color: white;
    cursor: pointer;
    position: relative;
    text-align: right;
    font-family: 'Kodchasan', sans-serif;
    right: -4.4rem;
    bottom: 4.5rem;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5rem;
}


#firstP,
#firstPL {
    top: 250px;
    line-height: 2.5rem;
    right: 230px;
}


.star {
    position: relative;
    width: 120px;
    height: 120px;
    float: right;
    margin-right: 15rem;
    bottom: 7rem;
}


.seemore1 {
    position: absolute;
    font-family: 'Kodchasan', sans-serif;
    color: #f7d1d8;
    bottom: -35%;
    z-index: 2;
}

#seemoreEN {
    right: 212px;
}

#seemorePL {
    right: 210px;
}


.offers_decor {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 150px;
    height: auto;
    z-index: 10;
}

.offer_logo {
    position: absolute;
    top: 1.5rem;
    left: 3rem;
    width: 170px;
    height: auto;
    z-index: 10;
}

.offers_info {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    flex-wrap: wrap;
    padding: 40px 20px;
    position: relative;
}

.offer {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;

    flex: 1 1 320px;
    max-width: 450px;
}

.offer img {
    width: 100%;
    max-width: 350px;
    height: 450px;
    display: block;
    border-top-left-radius: 232.87px;
    border-top-right-radius: 232.87px;
    object-fit: cover;
    gap: 5rem;
}

.text {
    margin-top: 20px;
    font-size: 30px;
    font-family: 'Kodchasan', sans-serif;
    color: rgba(216, 27, 96, 1);
    font-weight: lighter;
}

.subtxt {
    margin-top: 10px;
    font-size: .9rem;
    line-height: 1.6;
    font-family: 'Kokoro', sans-serif;
    color: #333;
}
.btn {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-family: "Kodchasan", sans-serif;
    padding-left: 21rem;
    margin-right: 20rem;
}

.learn-more-btn {
    display: inline-block;
    margin: 3rem auto 1rem auto;
    padding: 12px 24px;
    background-color: rgba(216, 27, 96, 1);
    color: white;
    border: none;
    border-radius: 100px;
    font-size: 0.9rem;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.3s ease;
}

.learn-more-btn:hover {
    background-color: #ff8da6;
}


.section-gallery {
    background: transparent;
    margin-top: -5rem;
}


.gallery_logo {
    position: absolute;
    bottom: -79rem;
    right: 2.5rem;
    width: 170px;
    height: auto;
    z-index: 10;
}


.frame {
    width: 150px;
    height: 160px;
    margin-top: 5rem;
    margin-bottom: 2rem;
    margin-left: 8rem;
}

.frame-text {
    position: absolute;
    margin-left: 11rem;
    margin-top: -7.5rem;
    font-family: "Kodchasan", sans-serif;
    font-weight: 600px;
    color: black;
}

.gallery {
    position: relative;
    width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-stage {
    position: relative;
    width: 100%;
    height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.gallery-item {
    position: absolute;
    width: 340px;
    height: 320px;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.6s ease, opacity 0.6s ease, z-index 0.6s ease;
    opacity: 0;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    display: block;
}

.nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgb(240, 123, 166);
    color: white;
    border: none;
    font-size: 2rem;
    padding: 0.3em 0.7em;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
}

.nav-btn:hover {
    background: rgb(240, 102, 152);
}

.nav-btn.prev {
    left: 25px;
}

.nav-btn.next {
    right: 25px;
}

.footer {
    background: transparent;
    height: auto;
    padding: 40px 20px 20px;
    font-family: Arial, sans-serif;
}

.footer-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    max-width: 1100px;
    margin: auto;
}

.footer-section h3 {
    margin-bottom: 15px;
    font-size: 1.2rem;
    color: white;
    font-family: "Kodchasan", sans-serif;
    font-weight: bold;
}

.footer-section p,
.footer-section li,
.footer-section a {
    font-size: 0.95rem;
    color: white;
    text-decoration: none;
    line-height: 1.6;
}

.footer-section a:hover {
    color: #ca7180;
}

.footer-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-section i {
    margin-right: 8px;
    color: #ca7180;
}

.social-links a {
    display: inline-block;
    margin-right: 12px;
    font-size: 1.3rem;
    color: white;
    transition: transform 0.3s, color 0.3s;
}

.social-links a:hover {
    transform: scale(1.2);
    color: #f8dadf;
}

.footer-bottom {
    text-align: center;
    margin-top: 30px;
    padding-top: 15px;
    border-top: 1px solid #444;
    font-size: 0.9rem;
    color: white;
}

@media (min-width: 1920px){
    .pageLogo{
        margin-left: 15rem;
        width: 200px;
        height: auto;
    }

    .mainPic {
        padding-left: 13rem;
        width: 650px;
        height: auto;
        top: 3rem;
    }

    .aboutMe {
        font-size: 1.5rem;
        margin-top: -3rem;
        left: 65rem;
    }

    .decor {
        left: 3rem;
    }

    .star{
        right: 12rem;
    }

    .readMorePL{
        left: -2rem;
    }

    h5{
        margin-right: 27rem;
    }
    
    .subtxt{
        font-size: 20px;
    }

    .subtxt.subtxt2{
        max-width: 300px;
    }

    .offer img{
        margin-top: -2rem;
    }
}

@media (min-width: 1400px) {

    .mainPic,
    .decor {
        margin-left: 12rem;
    }

    .pageLogo,
    .aboutMe {
        margin-right: 14rem;
    }

    .star {
        margin-right: 10rem;
    }

    .offers_decor {
        width: 200px;
    }


    .frame {
        width: 200px;
        height: 220px;
    }

    .frame-text {
        font-size: 20px;
        margin-top: -9.5rem;
        font-weight: 500;
        margin-left: 11.5rem;
    }
}

@media (max-width: 1024px) {
    #menuToggle {
        top: 15px;
        left: 15px;
        font-size: 22px;
    }

    #menu {
        display: none;
        position: fixed;
        inset: 0;
        width: 100vw;
        height: 100vh;
        background: rgba(253, 213, 223, 0.98);
        z-index: 1000;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    #menu.show {
        display: flex;
    }

    #menu ul {
        flex-direction: column;
        gap: 3rem;
        margin-bottom: 10rem;
    }

    #menu ul li {
        margin: 0;
        padding: 0;
    }

    #menu ul li a {
        text-decoration: none;
        color: rgba(216, 27, 96, 1);
        font-family: 'Kodchasan', sans-serif;
        font-weight: bold;
        font-size: 20px;
    }

    .language-switcher {
        position: fixed;
        top: 15px;
        right: 15px;
        display: flex;
        flex-direction: column;
        gap: 8px;
        align-items: flex-end;
    }

    .language-switcher a {
        padding: 6px 10px;
        font-size: 14px;
    }

    .page_logo {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding: 10px 0 0 40px;
    }

    .pageLogo {
        position: static;
        max-width: 150px;
        height: auto;
        margin-left: 2rem;
    }

    .page_logo a {
        z-index: 1002;
    }

    .content {
        position: relative;
        display: block;
    }

    .mainPic {
        position: absolute;
        left: 50%;
        top: 65%;
        padding-bottom: 28rem;
        transform: translate(-50%, -50%);
        width: 50%;
        height: auto;
    }

    .polygon {
        width: 100%;
        height: auto;
    }

    .aboutMe {
        position: relative !important;
        top: auto !important;
        bottom: auto !important;
        right: auto !important;
        left: auto !important;
        transform: none !important;
        display: block;
        width: 80%;
        margin: 2rem auto;
        text-align: center;
    }

    .decor {
        position: absolute;
        left: -20%;
        width: 100%;
        height: 100%;
        transform: rotate(5deg);
        opacity: 30%;
    }

    .star {
        position: relative;
        top: 1rem;
        right: 13rem;
        margin-bottom: 5rem;
        z-index: 10;
    }

    .readMore {
        position: relative;
        top: 3.3rem;
        right: 22.8rem;
        z-index: 10;
    }

    .readMorePL {
        top: 3.3rem;
        right: 3.3rem;
        z-index: 10;
    }

    .seemore1 {
        position: relative;
        bottom: 5.5rem;
        right: auto;
        left: .1rem;
        margin-top: 10px;
        text-align: center;
        display: block;
    }

    .text.text1,
    .subtxt.subtxt1 {
        margin-right: 3rem;
    }

    .gallery {
        transform: scale(0.8);
        transform-origin: top center;
        margin: 0 auto;
        max-width: 100%;
    }

    .nav-btn.prev {
        left: -12%;
    }

    .nav-btn.next {
        right: -12%;
    }

    .frame {
        transform: scale(0.8);
        transform-origin: top left;
        margin-left: 2rem;
    }

    .frame-text {
        transform: scale(0.8);
        transform-origin: top left;
        margin-left: 4.4rem;
        margin-top: -8.5rem;
    }

    .offers_info {
        gap: 1.5rem;
        padding: 3rem 1rem;
    }

    .text {
        font-size: 24px;
    }

    .subtxt {
        font-size: 14px;
    }

    .subtxt.subtxt2{
        width: 270px;
    }

    .offers_decor {
        width: 100px;
        top: 0.8rem;
        right: 0.8rem;
    }

    .btn {
        margin-top: 1rem;
        margin-bottom: 2rem;
        padding-left: 28rem;
        padding-right: 8rem;
        flex-basis: 100%;
    }

    .learn-more-btn {
        padding: 10px 50px;
        font-size: 0.85rem;
    }
}


@media (min-width: 2560px) {
    .pageLogo {
        margin-left: 36rem;
    }

    .mainPic {
        margin-left: 30rem;
        width: 690px;
        height: auto;
        top: 3rem;
    }

    .aboutMe {
        font-size: 1.8rem;
        margin-top: -5rem;
        left: 85rem;
    }

    .decor {
        margin-left: 33rem;
    }

    .star {
        transform: translateX(-350%);
    }

    .readMore,
    .readMorePL {
        margin-right: 52.7rem;
    }

    .offers_pic1 {
        top: 10rem;
    }

    .offers_pic3 {
        top: -3rem;
    }

    .text.text1 {
        margin-top: 12rem;
        width: 2000px;
        left: -13rem;
    }
}

@media (min-width: 1440px) {
    .pageLogo {
        left: 43.5rem;
    }

    .mainPic {
        left: 10rem;
    }

    .aboutMe {
        margin-right: 1rem;
    }

    .star{
        margin-right: 15rem;
    }

    .readMorePL{
        right: -9.8rem;
    }

    .subtxt.subtxt2{
        width: 300px;
    }

    .subtxt.subtxt1{
        margin-right: 3rem;
    }
}

@media (max-width: 768px){
    .pageLogo{
        margin-left: 3rem;
    }

    .star{
        margin-right: 7rem;    
    }

    .readMorePL{
        text-align: right;
        right: 3.2rem;
    }

    .btn {
        margin-top: 1rem;
        margin-bottom: 2rem;
        padding-left: 20.2rem;
        padding-right: 8rem;
        flex-basis: 100%;
    }

    .learn-more-btn {
        padding: 5px 40px;
        font-size: 0.85rem;
    }

    .offer img{
        height: 300px;
        justify-content: center;
    }

    .text, .subtxt{
        text-align: center;
    }

    .subtxt.subtxt1{
        margin-bottom: 2rem;
    }

    .frame-text{
        margin-top: -8.8rem;
    }
}


@media (max-width: 600px) {

    .content {
        position: relative;
        z-index: 1;
    }

    .polygon {
        display: none;
    }

    .decor {
        left: -10%;
        padding-top: 25px;
        transform: rotate(3deg);
        opacity: 25%;
        height: 800px;
        z-index: -1;
    }

    .mainPic {
        position: static;
        left: unset;
        top: unset;
        transform: unset;
        padding-bottom: 0;
        width: 100%;
        max-width: 90vw;
        height: auto;
        margin: 0 auto 1.5rem;
        margin-bottom: -3rem;
        display: block;
    }

    .star,
    .readMore,
    .readMorePL {
        position: static;
        margin: 0 auto;
        display: block;
        text-align: center;
    }

    a {
        position: relative;
        z-index: 1;
    }

    .headerMain {
        position: relative;
        text-align: center;
    }

    .star {
        position: absolute;
        top: -1rem;
        inset-inline: 0;
        margin-inline: auto;
        width: 100px;
        height: auto;
        transform: translateX(-90.5px);
        z-index: -1;
    }

    .readMore {
        margin-top: 7rem;
        z-index: 9999;
        padding-top: 1rem;
        ;
    }

    .readMorePL {
        margin-top: 7rem;
        padding-top: 1rem;
        padding-left: 1.5rem;
    }

    .offers_info {
        margin-top: 7rem;
        justify-content: center;
    }

    .offer {
        max-width: 100%;
        align-items: center;
        margin-bottom: 3rem;
    }

    .offers_pic {
        margin: 0 auto;
        display: block;
        max-width: 90%;
        height: auto;
    }

    .offers_pic1,
    .offers_pic3 {
        width: 90%;
        max-width: 400px;
        height: auto;
        left: 0;
        margin: 5rem auto 0;
        display: block;
    }

    .offers_pic3 {
        margin-top: -3rem;
    }

    .text,
    .subtxt {
        width: 330px;
        margin-left: 0;
        margin-right: 0;
        text-align: center;
    }

    .btn {
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
        margin-top: -2rem;
        margin-bottom: 6rem;
        display: block;
        text-align: center;
    }

    .learn-more-btn {
        margin: 1.5rem auto 0;
        padding: 10px 16px;
    }

    .frame-text {
        left: 1.4rem;
        top: -1.1rem;
    }
}

@media (min-width: 390px) {
    .star{
        margin-left: 4rem;
    }

    .language-switcher a {
        padding: 2px 4px;
    }

    .readMore {
        margin-left: .8rem;
    }

    .readMorePL {
        margin-left: -.7rem;
    }

    .text.text1,
    .subtxt.subtxt1 {
        width: 300px;
        margin-left: 3rem;
    }

    #framePL {
        top: -1rem;
    }
}

@media (max-width: 430px) {
    .pageLogo{
        width: 130px;
        margin-left: 1.5rem;
    }

    .star {
        left: -1.2rem;
    }

    .offer img{
        height: 240px;
    }

    .subtxt.subtxt.subtxt1{
        margin-bottom: 2rem;
    }

    .frame-text{
        margin-top: -6.5rem;
        margin-left: 3rem;
    }
}

@media (max-width: 375px) {
    .pageLogo{
        margin-left: 1.5rem;
        max-width: 130px;
    }

    .language-switcher a{
        padding: 2px 4px;
    }

    .star{
        left: -.07rem;
    }

    .readMorePL {
        margin-left: -1rem;
    }

    .readMore {
        margin-left: .5rem;
    }

    .offer img{
        height: 250px;
    }

    .subtxt.subtxt1{
        margin-bottom: 2rem;
    }

    .text.text1,
    .subtxt.subtxt1 {
        width: 300px;
        margin-left: 3rem;
    }

    .frame-text {
        margin-top: -6.4rem;
    }
}

@media (max-width: 350px){
    .frame-text {
        margin-top: -6.4rem;
    }
    .star {
        left: .7rem;
    }
}


@media (max-width: 320px){
    .pageLogo{
        width: 120px;
        margin-left: 1.5rem;
    }

    .language-switcher a{
        padding: 2px 4px;
    }

    .star{
        left: 1.8rem;
    }

    .offer img{
        height: 250px;
    }

    .subtxt.subtxt1{
        margin-bottom: 2rem;
    }

    .subtxt{
        width: 220px;
    }

    .frame-text{
        margin-top: -6.5rem;
    }
}
