.background{
    background-color: white;
}
body{
    background-color: white;
    font-family:"AllRoundGothic-Medium", "All Round Gothic";
    font-size: small;
    color:#B1891A;
    margin: 0;
    overflow: hidden;
}

#logo{
    cursor: pointer;
    width: 200px;
}


.navigation {
    z-index: 11;
    width: 50%;
    position: fixed; /* Change position to fixed */
    top: 35%; /* Position the menu vertically at 50% */
    transform: translateY(-50%); /* Adjust the vertical position to center the menu */
    width: 269px;
    left: 26%;
    transform: translateX(-75%); /* Keep the horizontal position */
  }
  
  
  


.menu {
    width: 50%;
    width: 269px;
}
.menu-container{
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
}
.menuItem{
    color:#C39F3B;
    padding:2px;
    font-size:10pt;
    font-family:"AllRoundGothic-Medium", "All Round Gothic";
    font-weight:500;
    transition: all 0.3s;
    cursor: pointer;
    display: flex;
}
.menuItem:hover{
    fill:rgb(255, 255, 255);
    letter-spacing: 2px;
    transition: all 0.3s;
}

.menuItemIcon{
    padding: 5px;
    width: 15px;
    height: auto;
}

.menuItemText{
    padding: 5px;
}


.summary  {
    background-color: #f6d670;
    width: 50%;
    position: fixed;
    top: 15%;
    right: 26%;
    transform: translateX(-20%);
}
.summary-top{
    width: 500px;
    height: 250px;
    background-color:#FCD977;
    border-radius: 250px 250px 0 0;
    rotate: -5deg;
}
.summary-top-text{
    position: absolute;
    bottom: 17px;
    left: 32%;
    transform: translateX(-21%);
    text-align: center;
}
.summary-bottom{
    margin-top: 17px;
    margin-left: 24px;
    width: 500px;
    height: 250px;
    background-color: #FCD977;
    border-radius: 0 0 250px 250px;
    rotate: -5deg;
}
.summary-bottom-text{
    position: absolute;
    bottom: 105px;
    left: 32%;
    transform: translateX(-21%);
    text-align: center;
}




.curtain-left {
    z-index: 10;
    width: 50%;
    background-color: #f6d670;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    overflow-y: hidden;
    transform: translateX(0%);
    transition: transform 0.5s ease-out; /* Added transition for smooth animation */
}

.curtain-left.menu-open {
    transform: translateX(-70%);
    transition: transform 0.5s ease-in;
}

.curtain-left-shade {
    box-shadow: 10px 15px 11px 0px rgb(0 0 0 / 10%);
    height: 61vw;
    transform: rotate(-11deg);
    margin-left: 83%;
    width: 12px;
    overflow: hidden;
}

.curtain-left-shade2 {
    box-shadow: 10px 15px 11px 0px rgb(0 0 0 / 12%);
    height: 61vw;
    transform: rotate(-7deg);
    margin-left: 90%;
    width: 12px;
    overflow: hidden;
    margin-top: -125%;
}

.menu-container {
    z-index: 11;
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
}

/* ... your other styles ... */

.curtain-right {
    z-index: 10;
    background-color: #f6d670;
    width: 50%;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    overflow-y: auto;
    transform: translateX(0%);
    transition: transform 0.5s ease; /* Added transition for smooth animation */
    overflow-x: hidden;
}

.curtain-right.menu-open {
    transform: translateX(80%);
}
.curtain-right-shade {
    box-shadow: 10px 15px 11px 0px rgb(0 0 0 / 10%);
    height: 61vw;
    transform: rotate(11deg);
    margin-left: 13%;
    width: 12px;
    overflow: hidden;
}

.curtain-right-shade2 {
    box-shadow: 10px 15px 11px 0px rgb(0 0 0 / 12%);
    height: 74vw;
    transform: rotate(5deg);
    margin-left: 4%;
    width: 12px;
    overflow: hidden;
    margin-top: -131%;
}
.background.menu-open .curtain-left {
    transform: translateX(-75%);
}

.background.menu-open .curtain-right {
    transform: translateX(75%);
}

.background.menu-open .summary {
    right: 0;
}


.page{
    display: flex;
    width: 100vh;
    height: 100vh;
}
.page1-background {
    width: 100vw;
    height: 100vh;
    position: fixed;
}
.page-container{
    display: flex;
    align-items: flex-start;
    position: absolute;
    width: 61%;
    left: 31%;
    flex-direction: column;
    overflow-y: scroll;
    height: 100%;
}



.app-text{
    margin-top: 9%;
    margin-left: 30%;
    width: 389px;
    font-size: 12pt;
}


#app-page-container{
    flex-direction: row;
    margin-top: 10%;
}
#app-image-container{
    margin-top: 12%;
}
.app-image{
    width: 200px;
}
#app-image01{
    transform: rotate(-30deg);

}
#app-image02{
    transform: rotate(-30deg);
    margin-left: -65px;
    margin-top: -77px;
    position: absolute;
}
#app-image03{
    transform: rotate(-30deg);
    margin-left: -47px;
    margin-top: 111px;
    position: absolute;
}
#webdesign-page-container{
    flex-direction: row;
}
#webdesign-image-container{
    margin-top: 12%;
}
.webdesign-text{
    margin-top: 26%;
    margin-left: 6%;
    width: 389px;
    font-size: 12pt;
}
.icon-image{
    margin: 9%;
    margin-top: 23%;
    margin-left: 37%;
    width: 450px;
}

.logo-image{
    margin: 86px;
    width: 690px;
    height: auto;
}

#contact-page-container {
    position: fixed;
    top: 41%;
    width: 269px;
    transform: translateX(81%);
    overflow-y: hidden;
  }

  .contact-item{  
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .contact-text{
    text-decoration: none;
  }



  @media screen and (max-width: 1500px) {
    .navigation {
      left: 59%;
      transform: translateX(-50%);
      top:5%;
    }

    .curtain-left{
        display: none;
    }

    .curtain-right{
        display: none;
    }

    .page-container {
        display: flex;
        align-items: flex-start;
        position: absolute;
        overflow-y: scroll;
        height: 70%;
        flex-direction: column !important;
        margin-top: 250px !important;
        left: 10px !important;
        width: 100%;
    }
    .menu {
        width: 269px;
        margin-left: 40px;
    }

    .icon-image {
        margin-top: 2%;
        margin-left: 8%;
        width: 80%;
    }

    #app-image-container {
        margin-top: 18%;
        margin-left: 5%;
    }

    
    .app-image {
        width: 41%;
        max-width: 300px;
    }
    #app-image01 {
        transform: rotate(-30deg);
        position: absolute;
    }
    #app-image02 {
        transform: rotate(-30deg);
        margin-left: 27%;
        margin-top: -16%;
        position: absolute;
    }
    #app-image03 {
        transform: rotate(-30deg);
        margin-left: 31%;
        margin-top: 23%;
        position: absolute;
    }

    .app-text {
        margin-top: 57%;
        margin-left: 6%;
        width: 90%;
        max-width: 389px;
        font-size: 12pt;
    }

    #webdesign-image-container {
        margin-top: 12%;
        margin-left: 6%;
    }

    .webdesign-text {
        margin-top: 9%;
        margin-left: 6%;
        width: 90%;
        font-size: 12pt;
        max-width: 330px;
    }

    #contact-page-container {
        position: fixed;
        top: 11%;
        width: 90%;
        max-width: 269px;
        transform: translateX(0%);
        overflow-y: hidden;
        margin-left: 30%;
    }

    .logo-image {
        margin: 20px;
        margin-bottom: 32%;
        margin-left: 10%;
        width: 74%;
        height: auto;
        max-width: 500px;
    }
  }