* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
    user-select: none;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    scroll-behavior: smooth;
    line-height: 1.5;
}
:root { 
    --color-bg: #FAF7F5;

    --color-text1: #3B2F2F;
    --color-text2: #927B7B;

    --color-txt-g: #D4AF37;
    --color-icone-p: #F4A6A6;

    --color-pannel: #FCEECB;

    --color-primary: #ffd181;
    --color-secondary: #CFA7B7;
    --color-tertiary: #8DA1B9;

    --color-btn: #693E2B;
    --color-btn-h: #915A3A;

    --primary-gradient:linear-gradient(to top,rgba(48, 51, 61),#99645a, #fc9a84);
}
::-webkit-scrollbar {
    width: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
a {
    color: var(--color-text1);
    text-decoration: none;
}

body {
    background: #FAF7F5;
    font-family: "Poppins", serif;
    color: var(--color-text1);
}

/* ------------------------------PRE-LOADER--------------------------------- */

.pre_loder {
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    gap: 8.5rem;
    position: fixed;
    justify-content: center;
    align-items: center;
    background: var(--color-bg);
    top: 2px;
    left: 0;
    z-index: 2000;
    transition: display 1s ease;
  }
  .pre_loder .loder_container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .pre_loder .ring {
    width: 12rem;
    height: 12rem;
    border: 0px solid black;
    border-radius: 50%;
    position: absolute;
  }
  .pre_loder .ring:nth-child(1) {
    border-bottom-width: 8px;
    border-color: var(--color-primary);
    animation: loader1 1s linear infinite;
  }
  .pre_loder .ring:nth-child(2) {
    border-right-width: 8px;
    border-color: var(--color-primary);
    animation: loader2 1s linear infinite;
  }
  .pre_loder .ring:nth-child(3) {
    border-top-width: 8px;
    border-color: var(--color-primary);
    animation: loader3 1s linear infinite;
  }

  .pre_loder .name {
    font-family: "Dancing Script", cursive;
    font-optical-sizing: auto;
    font-size: 2.25rem;
    font-weight: 700;
    text-align: center;
  }

  @keyframes loader1 {
    0% {
      transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }
    100% {
      transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
  }
  @keyframes loader2 {
    0% {
      transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }
    100% {
      transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
  }
  @keyframes loader3 {
    0% {
      transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }
    100% {
      transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
  }


.background_scr {
    position: fixed;
    width: 100vw;
    overflow: hidden;
    top: 0;
    right: 0;
    opacity: 0.15;
    z-index: -1;
}

.banner {
    margin: 0 auto;
    margin-bottom: 1rem;
    overflow: hidden;
}
.banner .share {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 1.75rem;
    z-index: 20;
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 0.5rem;
    background: var(--color-bg);
    border: 1px solid rgba(0, 0, 0, 0.25);
}
.banner .share i {
    padding: 0.5rem;
    background-image: linear-gradient(to right,#ffa200,#be004c);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;  
}
.banner .b_passage {
    font-family: "Lobster", sans-serif;
    width: 92.5%;
    margin: auto;
    letter-spacing: 1px;
    font-size: 1.3rem;
    font-weight: lighter;
    text-align: justify;
}
.banner .b_image {
    position: relative;
}
.banner .text {
    font-family: "Dancing Script", cursive;
    font-optical-sizing: auto;
    display: grid;
    font-size: 2rem;
    width: 100%;
    text-align: center;
    font-weight: 700;
}
.banner .text label {
    margin: -0.75rem auto;
}
.banner img {
    width: 105vw;
    position: relative;
    transform: translateX(-50%);
    left: 50%;
    margin: -1rem auto;
    margin-top: -0.75rem;
}
.banner .timmer {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    width: 97%;
    margin: 1.25rem auto;
    text-align: center;
}
.banner .timmer article {
    border-right: 2px dotted;
}
.banner .timmer article.sec {
    border: none;
}
.banner .timmer .count {
    font-size: 1.25rem;
    font-weight: 800;
}
.banner .timmer span {
    font-size: 0.85rem;
    letter-spacing: 1px;
    font-weight: 600;
}

.schedules {
    width: 97vw;
    margin: auto;
    display: grid;
    gap: 1rem;
}
.schedules .title {
    font-size: 1.25rem;
    width: 100%;
    font-family: "Lobster", sans-serif;
    padding-left: 0.5rem;
    letter-spacing: 1px;
    font-size: 1.75rem;
    font-weight: 300;
}
.schedules .btw {
    width: 100%;
    font-family: "Lobster", sans-serif;
    text-align: center;
    font-weight: 100;
    font-size: 1.5rem;
    margin: -0.35rem 0;
}
.schedules article {
    background: var(--color-pannel);
    border: 4px double rgba(0, 0, 0, 0.65);
    border-radius: 1rem;
    animation: float_ud 3s infinite;
    box-shadow: 0 0 0.75rem 0 rgba(0, 0, 0, 0.25);
}
@keyframes float_ud {
    0% {
        transform: translateY(5px);
    }
    50% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(5px);
    }
}
.schedules .topic {
    font-size: 1.75rem;
    font-weight: 300;
    font-family: "Lobster", sans-serif;
    text-align: center;
    width: 80%;
    margin: auto;
    padding: 0.25rem 0;
    padding-top: 0.5rem;
    letter-spacing: 1px;
    border-bottom: 1px solid black;
}
.schedules .details {
    display: grid;
    grid-template-columns: 30% 70%;
    margin: 0.75rem 0;
    letter-spacing: 0.05rem;
}
.schedules .details .date {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    height: 100%;
    padding: 0 0.5rem;
    font-weight: 600;
}
.schedules .brief {
    border-left: 1px solid black;
    padding-left: 1rem;
}
.schedules .brief .time {
    margin-bottom: 0.15rem;
    letter-spacing: 0;
}
.schedules .brief .time.addon {
    margin-bottom: 0.25rem;
    letter-spacing: 0;
}
.schedules .brief .time.addon  span {
    font-weight: 300;
}
.schedules .brief .time span {
    font-weight: 600;
}
.schedules .brief .venue .main {
    font-weight: 600;
    margin-bottom: 0.25rem;
}
.schedules .brief .venue .tag {
    font-size: 0.8rem;
    letter-spacing: 0;
}
.schedules .addtocld {
    width: fit-content;
    margin: auto;
    margin-top: 0.5rem;
    padding: 0.25rem 2rem;
    border-radius: 0.75rem;
    border: 4px solid rgba(0, 0, 0, 0.35);
    background: var(--color-bg);
    font-size: 1.1rem;
    font-weight: 500;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    box-shadow: 0 0 0.75rem 0 rgba(0, 0, 0, 0.35);
}
.schedules .addtocld >* {
    background-image: linear-gradient(to right,#ffa200,#be004c);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;  
}
.schedules .addtocld i {
    font-size: 1.75rem;
    font-weight: 200;
    margin-right: 0.5rem;
}

.direction {
    margin: 1.5rem auto;
    margin-bottom: 0;
    width: 97vw;
}
.direction .title {
    font-size: 1.25rem;
    width: 100%;
    font-family: "Lobster", sans-serif;
    padding-left: 0.5rem;
    letter-spacing: 1px;
    font-size: 1.75rem;
    font-weight: 300;
}
.direction .pannel {
    width: 100%;
    position: relative;
    height: 9.5rem;
    margin-top: 1rem;
    background-image: url('../assets/map_banner.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-clip: content-box;
    border-radius: 1rem;
    box-shadow: 0 0 0.75rem 0 rgba(0, 0, 0, 0.45);
    overflow: hidden;
}
.direction .pannel .blur {
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--color-pannel);
    opacity: 0.1;
}
.direction .pannel .container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: grid;
    gap: 2.5rem;
}
.direction .pannel a {
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    display: flex;    
    align-items: center;
    text-align: center;
    justify-content: center;
    padding: 0rem 2rem;
    background-image: linear-gradient(to right,var(--color-primary),var(--color-secondary));
    border-radius: 0.5rem;

}
.direction .pannel a i {
    font-size: 2.1rem;
    font-weight: 200;
    margin: 0 0.5rem;
}

.decor {
    width: 97vw;
    margin: auto;
    margin-top: 2rem;
    display: grid;
    grid-template-columns: 55% 45%;
}
.decor aside {
    width: 100%;
    display: flex;
    align-items: center;
}
.decor aside img {
    width: 100%;
}
.decor article {
    font-family: "Dancing Script", cursive;
    font-optical-sizing: auto;
    display: flex;
    align-items: center;
    text-align: right;
    margin-right: 0.75rem;
    font-size: 1.25rem;
    font-weight: 600;
}

.wishes {
    margin: 1.5rem auto;
    margin-bottom: 3rem;
    width: 95vw;
}
.wishes .title {
    font-size: 1.25rem;
    width: 100%;
    font-family: "Lobster", sans-serif;
    padding-left: 0.5rem;
    letter-spacing: 1px;
    font-size: 1.75rem;
    font-weight: 300;
    margin-bottom: 1.5rem;
}
.wishes .wp_bg {
    padding: 0.5rem;
    border-radius: 1rem;
    height: 65vh;
    position: relative;
    overflow-y: scroll;
    scroll-behavior: smooth;
    background-image: url(../assets/wishes-bg.jpeg);
    background-size: contain;
    background-repeat: repeat-y;
    background-position: center;
    border: 4px double rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 0.75rem 0 rgba(0, 0, 0, 0.45);
}
.wishes .wp_bg::-webkit-scrollbar {
    width: 2px;
}
.wishes .make_my {
    width: 100%;
    z-index: 20;
    position: sticky;
    bottom: 0;
    padding: 0rem 0.75rem;
    background: white;
    color: #000;
    border-radius: 0.75rem;
    font-size: 1.1rem;
    font-weight: 500;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    box-shadow: 0 0 0.75rem 0 rgba(0, 0, 0, 0.35);
}
.wishes .make_my i {
    margin-left: auto;
    margin-right: 0.25rem;
    font-size: 2rem;
    background-image: linear-gradient(to right,#ffa200,#be004c);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;  
}
.wishes .pannel {
    display: grid;
    gap: 1.1rem;
    padding: 0.25rem;
    padding-top: 0.5rem;
    margin-bottom: 1rem;
    z-index: 9;
}
.wishes .pannel article {
    width: 85%;
    z-index: 9;
    background-image: linear-gradient(to right,var(--color-primary),var(--color-secondary));
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
    box-shadow: 0 0 0.75rem 0 rgba(0, 0, 0, 0.25);
}
.wishes .pannel article:nth-of-type(2n) {
    margin-right: 0;
    margin-left: auto;
}
.wishes .pannel article .name span {
    font-weight: 600;
    font-size: 1.1rem;
    letter-spacing: 1px;
}
.wishes .pannel article .message {
    text-align: justify;
}


.wisher_pop {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 100;
}
.wisher_pop.active {
    display: block;
}
.wisher_pop .blur {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
}
.wisher_pop .container {
    z-index: 101;
    background: var(--color-bg);
    width: 90%;
    height: fit-content;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    padding: 0 1rem;
    border-radius: 1rem;
}
.wisher_pop .top {
    text-align: center;
    margin: 1rem;
    font-size: 1.25rem;
    font: 300;
    letter-spacing: 5px;
}
.wisher_pop .top .main_head {
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: "Lobster", sans-serif;
}
.wisher_pop .w_name {
    width: 100%;
    background: transparent;
    border-bottom: 1px solid var(--color-text1);
    font-size: 1.25rem;
    font-weight: 500;
    padding: 0.2rem 0.5rem;
    margin-bottom: 1rem;
    letter-spacing: 1px;
}
.wisher_pop .wishes_choise_ttl {
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
    letter-spacing: 1px;
}

.wisher_pop .wishes_txt textarea {
    resize: none;
    width: 100%;
    font-size: 1rem;
    padding: 0.5rem 0.75rem;
    height: calc(1.5em*5);
    background: transparent;
    border: 2px solid var(--color-primary);
    border-radius: 0.5rem;
    text-align: justify;
    font-weight: 400;
    letter-spacing: 0.05rem;
    line-height: 1.4;
    font-family: "Poppins", serif;
    color: var(--color-text1);
}

.wisher_pop .wishes_choice {
    display: grid;
    gap: 0.5rem;
    font-size: 0.85rem;
}
.wisher_pop .wishes_choice .choice {
    background: transparent;
    border: 2px solid var(--color-primary);
    padding: 0.5rem;
    border-radius: 0.5rem;
    text-align: justify;
    font-weight: 400;
    letter-spacing: 0.05rem;
}
.wisher_pop .wishes_choice .choice.active {
    font-weight: 600;
    background: var(--color-primary);
    border: 2px solid transparent;
}
.wisher_pop .conv_btn {
    margin: 1.5rem auto;
    width: fit-content;
    padding: 0.25rem 3rem;
    font-family: "Lobster", sans-serif;
    font-size: 1.35rem;
    font-weight: 400;
    background-image: linear-gradient(to right,var(--color-primary),var(--color-secondary));
    border-radius: 0.5rem;
    border: 1px solid black;
    letter-spacing: 1px;
}
.wisher_pop .error_n,
.wisher_pop .error_s {
    display: none;
    margin-bottom: 1rem;
    margin-top: -0.5rem;
    text-align: center;
    font-size: 1.1rem;
    font-size: 600;
    color: red;
    letter-spacing: 1px;
}

.query {
    margin-bottom: 2rem;
}
.query .title {
    font-size: 1.25rem;
    width: 100%;
    font-family: "Lobster", sans-serif;
    padding-left: 0.5rem;
    letter-spacing: 1px;
    font-size: 1.75rem;
    font-weight: 300;
    margin-bottom: 1.5rem;
}
.query .cont {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.75rem;
    width: 100vw;
}
.query .cont .ind {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    align-items: center;
    justify-content: center;
    padding: 0.25rem 0.5rem;
    font-size: 1.45rem;
    font-weight: 600;
    letter-spacing: 0.1rem;
    text-decoration: none;
    
}
.query span {
    border-bottom: 3px solid;
}
.query .cont i {
    font-size: 2rem;
}

.coming_soon {
    width: 95%;
    margin: auto;
    margin-bottom: 1.25rem;
}
.coming_soon .title {
    font-size: 1.5rem;
    font-family: "Lobster", sans-serif;
    font-weight: 300;
}
.coming_soon .brief {
    text-align: justify;
    letter-spacing: 0.05rem;
}

.promo {
    margin-bottom: 2.5rem;
    text-align: center;
    
    color: var(--color-text1);
    text-decoration: none;
}
.promo .top {
    font-size: 2.5rem;
    font-family: "Lobster", sans-serif;
}
.promo .comp {
    font-size: 1.25rem;
    font-weight: 600;
    border-bottom: 1px solid var(--color-text1);
}
