/* baslik font */
@font-face {
  font-family: 'Bisetron';
  src: url('../font/Bisetron.ttf') format('truetype');
  font-style: normal;
}

@font-face {
  font-family: 'quicksand';
  src: url("../font/Quicksand-VariableFont_wght.ttf") format("opentype");
}


* {
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body {
    background-color: #1a1a1a;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.cover-div {
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* Main Area Start */

.main-area {
    width: 100%;
    height: 100vh;
    background-color: #1a1a1a;
    position: relative;
}

.imgbg{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    filter: blur(2px);
}

.filter {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #1a1a1a88;
}

#canvas{
    position:absolute;
    top:0;
    left:0;
    right: 0;
    bottom: 0;
    filter: blur(2px);
    width: 100%;
    height: 100%;
}

.mainx{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    right: 0;
}

.title{
    font-family: 'quicksand', sans-serif;
    font-style: italic;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 15px;
    padding: 12.5px 25px;
    text-shadow: 1px 1px 10px black;
    width: auto;
    border: 2px solid rgba( 255, 255, 255, 1);
    border-radius: 4px;
    color: white;
    text-align: center;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    padding-right: 10px;
}

.title2{
    font-family: 'quicksand', sans-serif;
    font-style: italic;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: 10px;
    padding: 12.5px 25px;
    text-shadow: 1px 1px 10px black;
    width: auto;
    max-width: 700px;
    color: white;
    text-align: center;
    margin-top: 20px;
}

.wavex {
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    width: 100%;
}

@media screen and (max-width: 500px) {
    .title{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .title2 {
        width: 90%;
        max-width: 90%;
        letter-spacing: 2px;
        font-size: 15px;
    }
}

@media screen and (max-width: 480px) {
    .mainx{
        width: 100%;
        margin: auto;
    }
}

@media screen and (max-width: 420px) {
    .title{
        letter-spacing: 4px;
        padding: 15px 20px;
        flex-direction: row;
    }
    .title2 {
        width: 90%;
        max-width: 90%;
        letter-spacing: 4px;
    }

    .wavex {
        position: absolute;
        bottom: 0px;
        left: 0;
        right: 0;
        width: 100%;
        height: 30px;
    }
}

/* Main Area End */

/* Music Area Start */

.music-area {
    width: 100%;
    height: 70vh;
    min-height: 600px;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}

.leaf1 {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 100%;
}
.leaf2 {
    position: absolute;
    right: 0;
    bottom: 0;
    transform: rotateZ(180deg);
}
.leaf3 {
    position: absolute;
    right: 0;
    top: 0;
    width: 20%;
}

.wrapperx {
    width: 50%;
    height: 100%;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'quicksand', sans-serif;
    position: relative;
}

.svg-mask-container {
    height: 80%;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: baseline;
}

.svg-mask-container svg {
    height: 100%;
}

@media screen and (max-width: 700px) {
  .wrapperx {
    width: 100%;
    height: 50%;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .music-area {
    height: 1200px;
  }
}

/* Music Area End */

/* Story Area Start */

.story-area {
    width: 100%;
    min-height: 100vh;
    background-color: #f8f9fc;
    z-index: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}

.wave2 {
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    width: 100%;
    transform: rotate(180deg);
    z-index: 99;
}

.wave3 {
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
}
/* Story Area End */

/* countdown Area Start */

.countdown-area {
    width: 100%;
    min-height: 450px;
    z-index: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background-color: #fff9f5;
    position: relative;
}

.heartimg {
    position: absolute;
    left: 0;
    bottom: 0;
    max-height: 100%;
    max-width: 40%;
    opacity: 0.7;
}
.heartimg1 {
    position: absolute;
    height: 100%;
    opacity: 0.05;
    z-index: -1;
    max-width: 100%;
    object-fit: scale-down;
}
.heartimg2 {
    position: absolute;
    right: 0;
    top: 0;
    max-height: 100%;
    max-width: 40%;
    opacity: 0.7;
    transform: rotateZ(180deg);
}

:root {
    --smaller: .75;
}

.containerx {
    color: #333;
    margin: 0 auto;
    text-align: center;
    font-family: 'quicksand';
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#headline {
    font-weight: 900;
    letter-spacing: .125rem;
    margin-bottom: 20px;
    font-size: 45px;
}

#headline2 {
    font-weight: 500;
    letter-spacing: .125rem;
    width: 60%;
    margin-top: 20px;
    font-style: italic;
}

.ul li {
    display: inline-block;
    font-size: 1.5em;
    list-style-type: none;
    padding: 2em;
    text-transform: uppercase;

}

.ul li span {
    display: block;
    font-size: 4.5rem;
}

.emoji {
    display: none;
    padding: 1rem;
}

.emoji span {
    font-size: 4rem;
    padding: 0 .5rem;
}

@media all and (max-width: 768px) {
  #headline {
    font-size: calc(2.5rem * var(--smaller));
    width: 100%;
    margin-top: 50px;
    margin-bottom: 20px;
  }
  #headline2 {
    font-size: calc(1.5rem * var(--smaller));
    width: 100%;
    margin-bottom: 50px;
    margin-top: 20px;
        line-height: 1.2;
  }
  
  .ul li {
    font-size: calc(1.125rem * var(--smaller));
  }
  
  .ul li span {
    font-size: calc(3.375rem * var(--smaller));
  }
}

/* countdown Area End */

/* gallery Area Start */

.gallery-area {
    width: 100%;
    min-height: 600px;
    z-index: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #f6eee3;
    background-image: url(../img/leaf/bgwall.webp);
    background-size: cover;
    position: relative;
    padding: 100px 0px;
}

.wave4 {
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    transform: rotate(180deg);
}

.headline {
    font-weight: 900;
    letter-spacing: .125rem;
    font-size: 45px;
    margin-top: 150px;
    margin-bottom: 80px;
    font-family: 'quicksand', sans-serif;
}
.carousel-div {
    margin: 0px auto;
    padding: 0 2%;
    width: 100%;
    height: 700px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.carousel-wrap {
  margin: 0px auto;
  width: 100%;
  height: 80%;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.owl-stage {
    height: 750px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: end;
}

.rope-div {
    position: absolute;
    top: 30px;
    width: 100%;
    height: 20%;
    background-image: url(../img/leaf/rope.webp);
    background-size: contain;
}


/* fix blank or flashing items on carousel */
.owl-carousel .item {
  position: relative;
  width: 100%;
  height: 600px;
  z-index: 100; 
  -webkit-backface-visibility: hidden; 
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
}

.clip {
    position: absolute;
    top: 0;
    margin-top: -160px;
    z-index: 99999999999999999999999999999999;
    height: 200px;
    object-fit: scale-down;
}

.item-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* end fix */
.owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #fff;
}

.owl-nav i {
  font-size: 52px;
}

.owl-nav .owl-prev {
  left: -30px;
}

.owl-nav .owl-next {
  right: -30px;
}

@media screen and (max-width: 500px) {
    .owl-nav .owl-prev {
      left: 0px;
      color: #707070 !important;
    }

    .owl-nav .owl-next {
      right: 0px;
      color: #707070 !important;
    }
}