body{
   background-color: rgb(27, 20, 46);
   position: absolute;
   overflow-x: hidden;
}
@font-face{
    font-family: 'Scribble';
    src: url(../fonts/BookletCordel-Regular.ttf);
}
@font-face{
    font-family: 'Montserrat-SemiBold';
    src: url(../fonts/Montserrat-SemiBold.ttf);
}
@font-face{
    font-family: 'Montserrat-Regular';
    src: url(../fonts/Montserrat-Regular.ttf);
}
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url("../img/texture.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.4; 
  z-index: -1;
}
/*section 1*/
#section1{
    margin-top: -80px;
}
header{
    z-index: 1000;
    position: sticky;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#nav-menu{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
a{
    text-decoration: none;
    color: white;
    font-family: 'Montserrat-SemiBold';
}

.menu-item{
    margin:10px;
}
#logo{
  width: 100px;
  height: auto;
}
#logo-img{
    max-width: 100%;
}
#section1{
    height: 100vh;
    position: relative;
    top: 0;
}
#star-div{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    width: 80%;
    top: 20%;
    left: 10%;
    transition: 0.5s ease-in-out;

}
#cta{
    position: absolute;
    top: 60vh;
    text-align: center;
    font-size: 0.8em;

}
#center-star{
    width: 120%;
    height: auto;
    z-index: 1;
    margin-right: 5px;
}
#khue-name{
    width: 80%;
    height: auto;
    position: absolute;
    top: 80px;
    right: 35px;
    z-index: 2;
    
}
#post-click{
    position: relative;
    pointer-events: none;
    opacity: 0;
    z-index: 1;
    transition:0.5s ease-in-out;
    top: 40%;
    margin: 5px;
}
#post-click.show{
    opacity: 1;
    pointer-events: auto;
}
#post-click p{
    font-family: 'Scribble';
    color: white;
    text-align: center;
    margin-right: 5px;
}
#doodle-1{
    width: 20%;
    height: auto;
    position: absolute;
    top: -70px;
    transform: rotate(-15deg);
}
#doodle-2{
    width: 10%;
    height: auto;
    position: absolute;
    top: 40px;
    right: 30px;
    transform: rotate(-5deg);
}
#doodle-3{
    width: 20%;
    height: auto;
    position: absolute;
    top: 50px;
    left: 60px;
}
#doodle-4{
    width: 5%;
    height: auto;
    position: absolute;
    top: 60px;
    right: 110px;
}
#doodle-5{
    width: 7%;
    height: auto;
    position: absolute;
    top: -75px;
    left: 30px;
    transform: rotate(-10deg);
}
#doodle-6{
    width: 13%;
    height: auto;
    position: absolute;
    top: 55px;
    right: 0px;
    transform: rotate(10deg);
}
#arrow{
    position: fixed;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: solid white;
    border-width: 0 5px 5px 0;
    z-index: 100;
}
/*section2*/
.title{
    margin-left: 3%;
    position: relative;
}
h1{
    position: relative;
    font-family: 'Scribble';
    color: white;
    font-size: 2em;
    margin-bottom: 5px;
    z-index: 2;
}
#doodles1, #doodles2, #doodles3, #doodles4, #doodles5{
    opacity: 0;
}
.doodle-title2{
    position: absolute;
    width: 8%;
    height: auto;
    margin-top: -40px;
    margin-left: 170px;
    transform: rotate(20deg);
    z-index: 1;
}
.title p{
    font-size: 0.8em;
    text-align: left;
    margin: 0;
}
.doodle-title1{
    position: absolute;
    width: 10%;
    height: auto;
    margin-top: -70px;
    margin-left: -15px;
    transform: rotate(-15deg);
    z-index: 1;
}
#photo-collage{
    row-gap: 5px;
    column-gap: 5px;
    width: 80%;
    position: relative;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
}
.photo{
    width: 45%;
    height: 230px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    max-width: 100%;
    position: relative;
}
.photo img{
    width: 100%;
    height: 100%;
    object-fit: cover; 
}
p{
    font-family: 'Montserrat-Regular';
    color: white;
}
/*section3*/
.star-short{
    position: absolute;
    width: 8%;
    height: auto;
    margin-top: -45px;
    margin-left: 35px;
    transform: rotate(20deg);
    z-index: 1;
}
#art-collage{
    row-gap: 5px;
    column-gap: 5px;
    width: 80%;
    position: relative;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
}
.art{
    width: 45%;
    height: 150px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    max-width: 100%;
    position: relative;
}
.art img{
        width: 100%;
        height: 100%;
        object-fit: cover; 
}

/*section4*/
#section4{
    margin-bottom: 50px;
}
.star-long{
    position: absolute;
    width: 8%;
    height: auto;
    margin-top: 0px;
    margin-left: 200px;
    transform: rotate(20deg);
    z-index: 1;
}
#carousel-container1 {
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;}
.carousel {
    width: 80%;
    position: relative;
    overflow: hidden; }

.item {
        opacity: 0;
        width: 100%;
        height: 100%;
        display: none;
        transition: opacity 0.5s ease-in-out;}
  
.item img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center;
        }
.item.active{
        opacity: 1;
        display: block;
    }
.btn.next{
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateY(-350%) translateX(700%)rotate(45deg);
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: solid white;
    border-width: 5px 5px 0 0;
    transition: transform 0.2s ease-in-out;
    z-index: 100;
}
.btn.prev{
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateY(-350%) translateX(-800%)rotate(45deg);
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: solid white;
    border-width: 0 0 5px 5px;
    transition: transform 0.2s ease-in-out;
    z-index: 100;
}
.dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    .dot {
      cursor: pointer;
      height: 10px;
      width: 10px;
      background-color: rgb(117, 117, 126);
      border-radius: 50px;
      transition: background-color 0.2s ease;

      &.active,
      &:hover {
        background-color: #ffffe6;
      }
    }
  }
#section4 p{
    font-size: 0.8em;
    margin-left: 10px;
    margin-right: 5px;
    margin-top: 30px;
}

#poster{
    width: 60vw;
    height: auto;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    margin: auto;
    margin-top: 50px;
}
#poster img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#carousel-container2{
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;}

.carousel2 {
    width: 80%;
    position: relative;
    overflow: hidden; }

.item2 {
        opacity: 0;
        width: 100%;
        height: 100%;
        display: none;
        transition: opacity 0.5s ease-in-out;}
  
.item2 img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center;
        }

.item2.active{
        opacity: 1;
        display: block;
    }
.dots2 {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;

        .dot2 {
          cursor: pointer;
          height: 10px;
          width: 10px;
          background-color: rgb(117, 117, 126);
          border-radius: 50px;
          transition: background-color 0.2s ease;
    
          &.active,
          &:hover {
            background-color: #ffffe6;
          }
        }
      }

.btn.next2{
        position: absolute;
        bottom: 50px;
        left: 50%;
        transform: translateY(-350%) translateX(700%)rotate(45deg);
        width: 20px;
        height: 20px;
        background-color: transparent;
        border: solid white;
        border-width: 5px 5px 0 0;
        transition: transform 0.2s ease-in-out;
        z-index: 100;
    }
.btn.prev2{
        position: absolute;
        bottom: 50px;
        left: 50%;
        transform: translateY(-350%) translateX(-800%)rotate(45deg);
        width: 20px;
        height: 20px;
        background-color: transparent;
        border: solid white;
        border-width: 0 0 5px 5px;
        transition: transform 0.2s ease-in-out;
        z-index: 100;
    }
/*section 5*/
.star-mid{
    position: absolute;
    width: 8%;
    height: auto;
    margin-top: -30px;
    margin-left: 65px;
    transform: rotate(20deg);
    z-index: 1;
}
.star-mid-1{
    margin-top: -50px;
}
.dance-website{
    width: 80%;
    aspect-ratio: 1;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    margin: auto;
    margin-top: 50px;
}
.dance-website iframe{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: none;
}
#section5 p{
    font-size: 0.8em;
    margin-left: 10px;
    margin-right: 5px;
}
.website-title{
    font-family: 'Montserrat-SemiBold';
    display: flex;
    justify-content: center;
    margin-bottom: -40px;
    margin-top: 50px;
}
.website-caption{
    margin-top: 30px;
}

.dance-website img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: none;
}
#photography-website img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: none;
}
#photography-website{
    width: 80%;
    aspect-ratio: 1;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    margin: auto;
    margin-top: 50px;
}
#section5{
    margin-bottom: 150px;
}
/*section6*/
.sparkle1{
    transform: rotate(0deg);
    width: 8%;
    margin-top: -60px;
}
.sparkle2{
    transform: rotate(0deg);
    width: 10%;
    margin-left: 130px;
    margin-top: -30px;
}
#image-khue{
    width: 80%;
    aspect-ratio: 1;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    margin: auto;
    margin-top: 50px;

}
#image-khue img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: none;
}

h2{
    font-family: 'Montserrat-SemiBold';
    color: white;
    margin-left: 10%;
}
#section6 p{
    margin-left: 10%;
    margin-right: 10%;
}
strong{
    font-family: 'Montserrat-SemiBold';
}
button{
    width: 180px;
    height: 50px;
    background-color: rgb(243, 201, 255);
    font-family: 'Montserrat-SemiBold';
    color:black;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-top: 30px;
}

ul{
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: auto;
    padding-left: 0;
    gap: 20px;
}
footer{
    padding: 50px;
}


#section2::before, #section6::before, #footer::before{
    content: "";
    display: block;
    height: 60px;
  }

@media (min-width:768px) and (max-width:1024px){
#center-star{
    width: 80%;
}
#khue-name{
    width: 60%;
    right: auto;
}
#cta{
    font-size: 1.5em;
    text-align: center;
    left: auto;
}
#doodle-3{
    width: 10%;
    left: 30%;
}
#doodle-4{
    right: 35%;
    top: 70%;
}
#doodle-5{
    left: 10%;
}
#doodle-2{
    right: 10%;
}
.doodle-title1{
    width: 5%;
}
.doodle-title2{
    width: 3%;
}
.photo{
    height: 350px;
}
.art{
    height: 350px;
}
.btn.prev{
    transform: translateX(-1700%) translateY(-350%) rotate(45deg) ;
    bottom: 30%;
}
.btn.next{    position: absolute;
    bottom: 30%;
    left: 50%;
    transform: translateY(-350%) translateX(1600%) rotate(45deg);
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: solid white;
    border-width: 5px 5px 0 0;
    transition: transform 0.2s ease-in-out;
    z-index: 100;}
    .btn.prev2{
        transform: translateX(-1700%) translateY(-350%) rotate(45deg) ;
        bottom: 30%;
    }
    .btn.next2{    position: absolute;
        bottom: 30%;
        left: 50%;
        transform: translateY(-350%) translateX(1600%) rotate(45deg);
        width: 20px;
        height: 20px;
        background-color: transparent;
        border: solid white;
        border-width: 5px 5px 0 0;
        transition: transform 0.2s ease-in-out;
        z-index: 100;}
#section4 p{
    text-align: center;
    margin-bottom: 100px;
    margin-left: 10%;
    margin-right: 10%;
}
#section5 p{
    margin-left:10%;
    margin-right: 10%;
}
.website-caption{
    text-align: center;
    margin-bottom: 100px;
}
  }
@media screen and (min-width: 1025px){
header{
    margin-left: 5%;
    margin-right: 5%;
}
#star-div{
    top: 5%;
}
#center-star{
    width: 50%;
}
#khue-name{
    width: 30%;
    right: 35.5%;
    top: 23%;
}
#cta{
    font-size: 1.5em;
    text-align: center;
    left: auto;
    top: 75vh;
}
#doodle-3{
    width: 10%;
    left: 35%;
    top: 50%;
}
#doodle-4{
    right: 35%;
    top: 70%;
    width: 4%;
}
#doodle-5{
    left: 10%;
    top: -175px;
}
#doodle-2{
    right: 7%;
    top: 80px;
    width: 9%;
}
#doodle-1{
    top: -140px;
    width: 18%;
}
#doodle-6{
    top: 130px;
}
.doodle-title1{
    width: 5%;
    margin-left: -40px;
}
.doodle-title2{
    width: 3%;
}
.star-long {
    position: absolute;
    width: 8%;
    height: auto;
    margin-top: -20px;
    margin-left: 200px;
    transform: rotate(20deg);
    z-index: 1;
}
.photo{
    width: 30%;
    height: 400px;
}
#photo-collage{
    row-gap: 5px;
    column-gap: 5px;
}
.art{
    width: 30%;
    height: 400px;
}
.title {
    margin-left: 25%;
    position: relative;
    transform: scale(1.5);
}
.star-long {
    position: absolute;
    width: 3%;}
#section2, #section3, #section4{
    margin-bottom: 10%;
}
#section4 p{
    text-align: center;
    margin-bottom: 100px;
    font-size: 1.5em;
    margin-left: 10%;
    margin-right: 10%;
}
#section5 p{
    text-align: center;
    font-size: 1.5em;
    margin-left:10%;
    margin-right: 10%;
}
.carousel {
    width: 30%;
    position: relative;
    overflow: hidden;
}
.btn.prev {
    position: absolute;
    bottom: 35%;
    left: 50%;
    transform: translateY(-350%) translateX(-1900%) rotate(45deg);
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: solid white;
    border-width: 0 0 5px 5px;
    transition: transform 0.2s ease-in-out;
    z-index: 100;
}
.btn.next {
    position: absolute;
    bottom: 35%;
    left: 50%;
    transform: translateY(-350%) translateX(1800%) rotate(45deg);
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: solid white;
    border-width: 5px 5px 0 0;
    transition: transform 0.2s ease-in-out;
    z-index: 100;
}
#poster {
    width: 30%;
    height: auto;
    position: relative;
    overflow: hidden;
    display: flex
;
    justify-content: center;
    margin: auto;
    margin-top: 50px;
}
.carousel2 {
    width: 30%;
    position: relative;
    overflow: hidden;
}
.btn.prev2 {
    position: absolute;
    bottom: 35%;
    left: 50%;
    transform: translateY(-350%) translateX(-1900%) rotate(45deg);
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: solid white;
    border-width: 0 0 5px 5px;
    transition: transform 0.2s ease-in-out;
    z-index: 100;
}
.btn.next2 {
    position: absolute;
    bottom: 35%;
    left: 50%;
    transform: translateY(-350%) translateX(1800%) rotate(45deg);
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: solid white;
    border-width: 5px 5px 0 0;
    transition: transform 0.2s ease-in-out;
    z-index: 100;
}
.dance-website {
    width: 30%;}
#photography-website {
        width: 30%;}
.website-title {
            font-family: 'Montserrat-SemiBold';
            display: flex
        ;
            justify-content: center;
            margin-bottom: -20px;
            margin-top: 50px;
        }
.website-caption{
    margin-bottom: 100px;
}
#image-khue {
    width: 30%;}
h2{
    font-size: 2em;
}
#section6{
    font-size: 1.5em;
}
button {
    width: 250px;
    height: 80px;
    background-color: rgb(243, 201, 255);
    font-family: 'Montserrat-SemiBold';
    color: black;
    font-size: 0.8em;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-top: 100px;
}
#contact{
    transform: scale(1.5);
}
#logo{
    width: 10%;
}
#art-collage a{
    width: 30%;
        height: 400px;
}
}