@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');

* {
    margin: 0;
    padding: 0;
}

html {
    font-size: 16px;
}

body {
    background: color red;
    font-family: 'Poppins', sans-serif;
    /* overflow-x: hidden; */
    /* border: 2px solid red; */
    width: 100%;
}

a {
    text-decoration: none;
}

i::after,
i::before {
    margin: 0;
    padding: 0;
}

i {
    display: block;
}

@media (max-width: 768px) {
    html {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    html {
        font-size: 12px;
    }
}

.no-scroll {
    position: fixed;
    width: 100%;
    overflow-y: scroll;
}

/* *************************************** */
.go__top {
    position: fixed;
    right: 20px;
    bottom: 20px;

    cursor: pointer;
    /* z-index: -1; */
    /* border: 3px solid black; */
    height: fit-content;
}

.go__top a {
    /* font-size: 30px; */
}

.go__top a i {
    font-size: 45px;
    line-height: 20px;
    font-weight: bold;
    color: rgb(201, 189, 141);
}

.hideElement {
    display: none;
}

.welcome {
    width: 100%;
    height: 130vh;
    position: relative;
    overflow: hidden;
}

@media (max-width: 992px) {
    .welcome {
        height: 110vh;
    }
}

.navigation {
    position: absolute;
    width: 100%;
}

.navigation__all {
    display: flex;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: right;
}

.mobile__menu {
    outline: 1px solid rgb(82, 56, 26);
    height: fit-content;
    padding: 5px;
    margin: 20px;
    cursor: pointer;
    z-index: 999;
}

.mobile__menu:hover i {
    color: rgb(201, 189, 141);
}

.mobile__menu i {
    display: block;
    height: fit-content;
    color: rgb(168, 143, 95);
    font-size: 30px;
    line-height: 20px;
}

.navigation__links {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: start;
    padding-top: 100px;
    width: fit-content;
    height: 100vh;
    box-shadow: 0 0 10px rgb(82, 56, 26);
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    right: -100%;
    top: 10px;
    transition: all 1s ease-in-out;
    background-color: rgb(82, 56, 26);
    z-index: 998;
}

.show {
    top: 10px;
    right: 0;
    transition: all 0.5s ease-in-out;
}

.navigation a {
     font-family: "Special Elite", system-ui;
     font-size: 20px;
    font-weight: 600;
    letter-spacing: 3px;
    color: #c5ab6b;
}

.welcome img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.welcome__content {
    height: 90%;
}

.logo {
    width: 100%;
    height: 900px;
}

.logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;

}

.welcome_bg_blur {
    font-family: "Poppins", serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60%;
    position: absolute;
    top: 20%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -20%);
    background: rgb(rgb(154, 135, 116));
    border-radius: 30px;
    padding-bottom: 20px;
}

@media screen and (max-width: 992px) {
    .welcome_bg_blure {
        top: 5%;

    }

    .logo {
        height: 500px;
    }
}

@media screen and (max-width: 576px) {
    .welcome_bg_blur {
        top: 5%;
        transform: none;
        left: 0;
        width: 100%;
    }
}

@media screen and (max-width: 400px) {
    .logo {
        height: fit-content;
    }
}

/* section first */
section {
    max-width: 1000px;
    margin: 5% auto;
}

.section_title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.section_title h2 {
    font-family: "Great Vibes", serif;
    font-size: 60px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #c5ab6b;
    text-align: center;
}

.section_title span {
    font-size: 30px;
    font-weight: 300;
    line-height: 32px;
    text-align: center;
}

.section_title img {
    width: 300px;
    height: 21px;
}

.section__text {
    font-family: "Special Elite", system-ui;
    /* width: calc(100% - 300px); */
}

.section__text p {
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
}

@media screen and (max-width: 320px) {
    .section__text p {
        padding: 0px 5px;
    }
}

.section__gallery {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.section__gallery img {
    width: 32%;
    height: 200px;
    transition: all 0.3s ease-in-out;
    object-fit: cover;
    border-radius: 12px;
}

@media screen and (max-width: 992px) {
    .section__gallery {
        flex-direction: column;
        justify-content: center;
        gap: 10px;
    }

    .section__gallery img {
        width: 100%;
    }
}

.section__gallery img:hover {
    transform: scale(1.1);
    transition: all 0.3s ease-in-out;
}

.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 10px;
}

.gallery img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    object-fit: cover;
}

/* contact */
.contact__container {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.contact {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
    width: fit-content;
    padding: 2% 4%;
    text-align: center;
    background-color: rgb(51, 41, 29);
    color: rgb(185, 169, 125);
    box-shadow: 0 0 10px rgb(52, 41, 29);
}

.contact a,
.footer__contact a,
.footer__address a,
.footer__media a {
    color: rgb(185, 169, 125);
}

.contact h2,
.footer__contact h2,
.footer__address h2,
.footer__media h2 {
    font-style: italic;
    font-family: "Bodoni", cursive;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 2px;
    color: rgb(185, 169, 125);
}

.contact__data,
.contact__schedule,
.contact__address,
.footer__contact,
.footer__address {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

/* footer */
footer {
    width: 100%;
    background-image: url('images/bg_color.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.footer {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    /* flex-wrap: wrap;  */
    gap: 50px;
}

.footer__logo img {
    width: 300px;
    height: 300px;
    object-fit: cover;
}

@media screen and (max-width: 300px) {
    .footer__logo img {
        width: 200px;
        height: 200px;
        object-fit: cover;
    }
}

.footer__content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

@media screen and (max-width: 1021px) {
    .footer {
        flex-direction: column;
    }

    .footer__content {
        justify-content: center;
        gap: 30px;
        flex-wrap: wrap;
    }
}

.footer__content {
    color: rgb(185, 169, 125);
}

.footer__media a i {
    font-size: 34px;
}
.insta-btn {
  display: inline-block;
  padding: 12px 20px;
  background-color: #E1306C;
  color: white;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
  font-family: Arial, sans-serif;
}

.insta-btn:hover {
  background-color: #c2265c;
}















