/* Main CSS*/
body,
html {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    cursor: crosshair;
}

section {
    width: 100vw;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.video {
    width: 100%;
    height: auto;
    border: 5px solid black;
    overflow: hidden;
    position: relative;
}

.container_M {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: -10% !important;
  }
  
.responsive-iframe_M {
    position: static;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
    text-align: center;
}

iframe {
    position: absolute;
    margin: 0 auto;
    top: 22%;
    /* width: 60vw;
    height: 80vh; */
}
.txtShadowFr2{
    text-align: center;
    color: white;
    text-shadow: 5px 2px 5px #000000 , -5px -2px 5px #000000, 2px 5px 5px #000000, -2px -5px 5px #000000;
    font-size: 1.75rem;
}
/*------ Set Button Top Menu Fixed ------*/

.btnSound {
    top: 3%;
    right: 5%;
    position: fixed;
    z-index: 100;
    cursor: pointer;
}

.toggle-btn {
    width: 83px;
    height: 83px;
    bottom: 14%;
    right: 5%;
    position: fixed;
    z-index: 100;
    cursor: pointer;
}
  
.icon {
    width: 83px;
    height: 83px;
    top: 2%;
    right: 2%;
    z-index: 100;
}
  
.playing {
    width: 83px;
    height: 83px;
    top: 2%;
    right: 2%;
    z-index: 100;
}

.btnTopM {
    width: 83px;
    height: 83px;
    bottom: 3%;
    right: 5%;
    position: fixed;
    z-index: 100;
}

.link-container {
    display: inline-block;
    /* ใช้สำหรับการจัดการลิงค์ */
    border: none;
    /* ไม่แสดงเส้นขอบ */
}

.link-container img {
    transition: opacity 0.3s ease;
    /* ทำให้การเปลี่ยนแปลงรูปภาพเกิดขึ้นอย่างราบรื่น */
}

.link-container img:hover {
    opacity: 0;
    /* เมื่อ mouse over ทำให้รูปแรกโปร่งใส */
}

.link-container img:nth-child(2) {
    position: absolute;
    /* ให้รูปที่สองอยู่ในตำแหน่งเดียวกันกับรูปแรก */
    left: 0;
    opacity: 0;
    /* รูปที่สองจะถูกซ่อนไว้เมื่อไม่มีการ hover */
}

.link-container:hover img:nth-child(2) {
    opacity: 1;
    /* เมื่อ hover, แสดงรูปที่สอง */
}

.link-containerM {
    display: inline-block;
    /* ใช้สำหรับการจัดการลิงค์ */
    border: none;
    /* ไม่แสดงเส้นขอบ */
}

.link-containerM img {
    transition: transform 0.3s ease;
    /* ทำให้การเปลี่ยนแปลงรูปภาพเกิดขึ้นอย่างราบรื่น */
}

.link-containerM img:hover {
    transform: scale(.8);
    /* เมื่อ mouse over ทำให้รูปแรกโปร่งใส */
}

/*------------------------------------------*/


/*------ Session CSS ------*/

#sessionA,
#sessionB,
#sessionC,
#sessionD,
#sessionE,
#sessionF {
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
}

#sessionA {
    display: flex;
    background-image: url('../images/bgFrame1.jpg');
}

#sessionB {
    display: flex;
    background-image: url('../images/bgFrame2.png');
}

#sessionC {
    display: flex;
    background-image: url('../images/bgFrame3.png');
}

#sessionD {
    display: flex;
    background-image: url('../images/bgFrame4Edit.png');
}

#sessionE {
    display: flex;
    background-image: url('../images/bgFrame5Edit.png');
}

#sessionF {
    
    background-image: url('../images/bgFrame6.png');
}

/*------ Session CSS ------*/

#sessionA_M,
#sessionB_M,
#sessionC_M,
#sessionD_M,
#sessionE_M,
#sessionF_M {
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
}

#sessionA_M {
    display: flex;
    background-image: url('../images/bgFrame1.jpg');
}

#sessionB_M {
    display: flex;
    background-image: url('../images/bgFrame2_Mobile.jpg');
}

#sessionC_M {
    display: flex;
    background-image: url('../images/bgFrame3_Mobile.png');
}

#sessionD_M {
    display: flex;
    background-image: url('../images/bgFrame4_Mobile.png');
}

#sessionE_M {
    /* display: flex; */
    background-image: url('../images/bgFrame5_Mobile.png');
}

#sessionF_M {
    
    background-image: url('../images/bgFrame6_Mobile.png');
}

/*------------------------------------- Session Setting -------------------------------------*/

.center-logo {
    max-width: 50%;
    /* Adjust based on your preference */
    height: auto;
}

canvas {
    display: block;
}

#centerImage {
    position: absolute;
    margin: 0 auto;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%) scale(.8);
    opacity: 0;
    /* Initial opacity set to 0 */
    animation: fadeInZoom 3s forwards;
    /* Apply the animation */
    z-index: 2;
}

@keyframes fadeInZoom {
    to {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1.1);
        /* End at full size */
    }
}

#centerImage2 {
    position: absolute;
    margin: 0 auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(.8);
    opacity: 0;
    /* Initial opacity set to 0 */
    animation: fadeInZoom2 3s forwards;
    /* Apply the animation */
    z-index: 2;
}

@keyframes fadeInZoom2 {
    to {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1.1);
        /* End at full size */
    }
}

#gungirlImage {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(20%, 0) scale(1.3);
    opacity: 0;
    /* Start fully transparent */
    animation: slideInFromLeft 3s forwards;
    /* Apply the animation */
}

@keyframes slideInFromLeft {
    from {
        left: -50%;
        /* Start off-screen to the left */
        opacity: 0;
    }

    to {
        left: 0;
        /* End at the bottom left corner of the screen */
        opacity: 1;
    }
}

#btnFrame1A {
    position: absolute;
    bottom: 10%;
    /* left: 25%; */
    left: 29%;
    cursor: pointer;
    opacity: 0;
    /* Start fully transparent */
    animation: slideBtnFrm1A 3s forwards;
    /* Apply the animation */
    transition: transform 0.3s ease, filter 0.3s ease;
    /* Smooth transition for scaling and glow */
    filter: drop-shadow(0 0 0 transparent);
    /* No initial glow */
}

#btnFrame1A:hover {
    position: absolute;
    bottom: 10%;
    /* left: 25%; */
    left: 29%;
    cursor: pointer;
    opacity: 0;
    /* Start fully transparent */
    transform: scale(.9);
    /* Scale up by 20% on hover */
    filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.8));
    /* Glow effect on hover */
}

@keyframes slideBtnFrm1A {
    from {
        bottom: -35%;
        /* Start off-screen to the left */
        opacity: 0;
    }

    to {
        bottom: 5%;
        /* End at the bottom left corner of the screen */
        opacity: 1;
    }
}

#btnFrame1B {
    position: absolute;
    bottom: 10%;
    /* left: 46%; */
    left: 52%;
    cursor: pointer;
    opacity: 0;
    /* Start fully transparent */
    animation: slideBtnFrm1B 3.5s forwards;
    /* Apply the animation */
    transition: transform 0.3s ease, filter 0.3s ease;
    /* Smooth transition for scaling and glow */
    filter: drop-shadow(0 0 0 transparent);
    /* No initial glow */
}

#btnFrame1B:hover {
    position: absolute;
    bottom: 10%;
    /* left: 46%; */
    left: 52%;
    cursor: pointer;
    opacity: 0;
    /* Start fully transparent */
    transform: scale(.9);
    /* Scale up by 20% on hover */
    filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.8));
    /* Glow effect on hover */
}

@keyframes slideBtnFrm1B {
    from {
        bottom: -35%;
        /* Start off-screen to the left */
        opacity: 0;
    }

    to {
        bottom: 5%;
        /* End at the bottom left corner of the screen */
        opacity: 1;
    }
}

#logoGamiqo {
    position: absolute;
    bottom: 10%;
    left: 65%;
    opacity: 0;
    /* Start fully transparent */
    animation: slidelogoGamiqo 4s forwards;
    /* Apply the animation */
}

@keyframes slidelogoGamiqo {
    from {
        bottom: -35%;
        /* Start off-screen to the left */
        opacity: 0;
    }

    to {
        bottom: 5%;
        /* End at the bottom left corner of the screen */
        opacity: 1;
    }
}

#centerImageSS {
    position: absolute;
    margin: 0 auto;
    left: 75%;
    top: 45%;
    transform: translate(-50%, -50%) scale(.8) rotate(30deg);
    opacity: 0;
    /* Initial opacity set to 0 */
    cursor: pointer;
    animation: fadeInZoom2 2s forwards;
    /* Apply the animation */
    animation-delay: 2.5s;
    /* Add this line to delay the start */
    z-index: 2;
}

@keyframes fadeInZoom2 {
    to {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1.1);
        /* End at full size */
    }
}

#logoSF {
    position: absolute;
    margin: 0 auto;
    right: 3%;
    top: 3%;
    transform: scale(.8);
    /* End at full size */
    z-index: 2;
}

.scaleFrm1{
    scale: 1;
}

/*------------------------------------- sessionB -------------------------------------*/

.scalePFr2{
    scale: 1;
}

.scaleTFr2{
    scale: 1;
}

.image-container {
    display: ruby;
    justify-content: center;
    align-items: center;
    height: 100vh;
    /* แสดงให้เห็นเอฟเฟกต์เมื่อโหลดหน้า */
}

.imgCenter_frm2 {
    margin: 0 auto;
    ;
}

.fade-up {
    opacity: 0;
    transform: translateY(100px);
    transition: all 0.5s ease-out;
}

.fade-up-visible {
    opacity: 1;
    transform: translateY(0);
}

.image-containerFrm3 {
    display: ruby;
    justify-content: center;
    align-items: center;
}

.fade-upFrm3 {
    opacity: 1;
    transform: translateY(100px);
    transition: all 0.5s ease-out;
}

.fade-up-visibleFrm3 {
    opacity: 1;
    transform: translateY(0);
}

.image-containerFrm4 {
    display: ruby;
    justify-content: center;
    align-items: center;
    height: 100vh;
    /* แสดงให้เห็นเอฟเฟกต์เมื่อโหลดหน้า */
}

.scalePFr4{
    scale: 1.1;
}

.headFrm4{
    scale: 1;
}

.spacePFrm4{
    margin-left: 150px;
}

.marginLFrm4{
    margin-right: 120px;   
}

.marginRFrm4{
    margin-left: 150px;
}

.fade-upFrm4 {
    opacity: 1;
    transform: translateY(0px);
    transition: all 0.5s ease-;
}

.fade-up-visibleFrm4 {
    opacity: 1;
    transform: translateY(0);
}

.image-containerFrm5 {
    display: ruby;
    justify-content: center;
    align-items: center;
    height: 95vh;
    /* แสดงให้เห็นเอฟเฟกต์เมื่อโหลดหน้า */
}

.image-containerFrm5_M {
    display: ruby;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    height: 95vh;
    /* แสดงให้เห็นเอฟเฟกต์เมื่อโหลดหน้า */
}

.fade-upFrm5 {
    opacity: 0;
    transform: translateY(100px);
    transition: all 0.5s ease-out;
}

.fade-up-visibleFrm5 {
    opacity: 1;
    transform: translateY(0);
}

.scaleTitleFrm5{
    scale: 1;
}

.image-containerFrm6 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20vh;
    /* แสดงให้เห็นเอฟเฟกต์เมื่อโหลดหน้า */
}

.image-containerFrm6Girl {
    display: inline-grid;
    justify-content: center;
    align-items: center;
    height: 100vh;
    /* แสดงให้เห็นเอฟเฟกต์เมื่อโหลดหน้า */
}

.fade-upFrm6 {
    opacity: 1;
    scale: 1.5;
    transform: scale(1.3);
    margin-top: -50px;
    margin-left: 250px;
    transform: translate(-50px,-50px);
    transition: all 0.5s ease-out;
}

.fade-up-visibleFrm6 {
    opacity: 1;
    transform: translateY(0);
}

#btnFrame2A {
    position: absolute;
    bottom: 10%;
    left: 32%;
    cursor: pointer;
    opacity: 0;
    /* Start fully transparent */
    animation: slideBtnFrm1A 3s forwards;
    /* Apply the animation */
    transition: transform 0.3s ease, filter 0.3s ease;
    /* Smooth transition for scaling and glow */
    filter: drop-shadow(0 0 0 transparent);
    /* No initial glow */
}

#btnFrame2A:hover {
    position: absolute;
    bottom: 10%;
    left: 32%;
    cursor: pointer;
    opacity: 0;
    /* Start fully transparent */
    transform: scale(.9);
    /* Scale up by 20% on hover */
    filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.8));
    /* Glow effect on hover */
}

#btnFrame2B {
    position: absolute;
    bottom: 10%;
    left: 55%;
    cursor: pointer;
    opacity: 0;
    /* Start fully transparent */
    animation: slideBtnFrm1B 3.5s forwards;
    /* Apply the animation */
    transition: transform 0.3s ease, filter 0.3s ease;
    /* Smooth transition for scaling and glow */
    filter: drop-shadow(0 0 0 transparent);
    /* No initial glow */
}

#btnFrame2B:hover {
    position: absolute;
    bottom: 10%;
    left: 55%;
    cursor: pointer;
    opacity: 0;
    /* Start fully transparent */
    transform: scale(.9);
    /* Scale up by 20% on hover */
    filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.8));
    /* Glow effect on hover */
}

/* Slideshow container */
.slideshow-container {
    width: 75vw;
    position: relative;
    margin: auto;
}

/* The dots/bullets/indicators */
.dot {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active {
    background-color: #717171;
}

/* Fading animation */
.fade {
    animation-name: fadeSlide;
    animation-duration: 1.5s;
}

@keyframes fadeSlide {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}
  
  /* Position the "next button" to the right */
.next {
    right: -50px;
    border-radius: 3px 0 0 3px;
}

.prev {
    left: -50px;
    border-radius: 3px 0 0 3px;
}
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
}

/* image move */
#imageMoveA {
    position: absolute;
    margin-top: 60px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform 5s;
}

/* image movement effect */
#imgMovement{
    perspective: 30px;
}

#inner{
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
}

#imgMovement:hover {
    opacity: 1;
}

#inner2{
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
}

#imgMovement2:hover {
    opacity: 1;
}

.socialBtn{
    margin-left: 700px;
    scale: 1;
}

.demo-overlay{
    z-index: 2;
    transition: opacity 0.4s;
}

.zoom {
    transition: transform 1.5s;
}
  
.zoom:hover {
    -ms-transform: scale(.9); /* IE 9 */
    -webkit-transform: scale(.9); /* Safari 3-8 */
    transform: scale(.9); 
}

.playerY {
    border-style: solid;
    border-color: rgba(0, 255, 242, 0.2);
    border-width: medium;
    /* border-radius: 10px; */
    overflow: hidden;
    z-index: 1;
    margin-top: 150px;
    scale: 1.8;
}

/*======= Cursor click animation =======*/

/*======= Circles Mobile=======*/

.cursor_M{
    z-index: 99999;
    position: fixed;
  }
  
  .cursor_M .click-animation{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .cursor_M .click-animation .shape{
    position: absolute;
    opacity: 0;
  }
  
  .cursor_M .click-animation .shape.circle.big{
    width: 40px;
    height: 40px;
    border: 2px solid red;
    border-radius: 50%;
  }
  
  .cursor_M .click-animation .shape.circle.small{
    width: 20px;
    height: 20px;
    border: 1px solid white;
    border-radius: 50%;
  }
  
  .cursor_M.active .click-animation .shape.circle{
    animation: click-animation-circle 3s ease-out infinite;
  }
  
  @keyframes click-animation-circle{
    0%{
      opacity: 0;
    }
    5%{
      opacity: 1;
    }
    30%{
      opacity: 0;
      transform: scale(3);
    }
  }
  
  /*======= Triangles =======*/
  
  .cursor_M .click-animation .shape.triangle.yellow{
    border-style: solid;
    border-width: 0 3.5px 7px 3.5px;
    border-color: transparent transparent white transparent;
    
  }
  
  .cursor_M.active .click-animation .shape.triangle.yellow{
    animation: click-animation-triangle-yellow 3s ease-out infinite;
  }
  
  @keyframes click-animation-triangle-yellow{
    0%{
      opacity: 0;
    }
    5%{
      opacity: 1;
    }
    40%{
      opacity: 0;
      transform: scale(2.5) translate(0px, -50px);
    }
  }
  
  .cursor_M .click-animation .shape.triangle.green{
    border-style: solid;
    border-width: 0 3.5px 7px 3.5px;
    border-color: transparent transparent white transparent;
    
  }
  
  .cursor_M.active .click-animation .shape.triangle.green{
    animation: click-animation-triangle-green 3s ease-out infinite;
  }
  
  @keyframes click-animation-triangle-green{
    0%{
      opacity: 0;
    }
    5%{
      opacity: 1;
    }
    70%{
      opacity: 0;
      transform: scale(2.5) translate(100px, 50px);
    }
  }
  
  /*======= Disc =======*/
  .cursor_M .click-animation .shape.disc{
    border-style: solid;
    border-width: 0 3.5px 7px 3.5px;
    border-color: transparent transparent white transparent;
    
  }
  
  .cursor_M.active .click-animation .shape.disc{
    animation: click-animation-disc 3s ease-out infinite;
  }
  
  @keyframes click-animation-disc{
    0%{
      opacity: 0;
    }
    5%{
      opacity: 1;
    }
    70%{
      opacity: 0;
      transform: scale(2.5) translate(-100px, 50px);
    }
  }

/*======= Circles PC =======*/

.cursor{
    z-index: 99999;
    position: fixed;
  }
  
  .cursor .click-animation{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .cursor .click-animation .shape{
    position: absolute;
    opacity: 0;
  }
  
  .cursor .click-animation .shape.circle.big{
    width: 40px;
    height: 40px;
    border: 2px solid red;
    border-radius: 50%;
  }
  
  .cursor .click-animation .shape.circle.small{
    width: 20px;
    height: 20px;
    border: 1px solid white;
    border-radius: 50%;
  }
  
  .cursor.active .click-animation .shape.circle{
    animation: click-animation-circle 3s ease-out infinite;
  }
  
  @keyframes click-animation-circle{
    0%{
      opacity: 0;
    }
    5%{
      opacity: 1;
    }
    30%{
      opacity: 0;
      transform: scale(3);
    }
  }
  
  /*======= Triangles =======*/
  
  .cursor .click-animation .shape.triangle.yellow{
    border-style: solid;
    border-width: 0 3.5px 7px 3.5px;
    border-color: transparent transparent white transparent;
    
  }
  
  .cursor.active .click-animation .shape.triangle.yellow{
    animation: click-animation-triangle-yellow 3s ease-out infinite;
  }
  
  @keyframes click-animation-triangle-yellow{
    0%{
      opacity: 0;
    }
    5%{
      opacity: 1;
    }
    40%{
      opacity: 0;
      transform: scale(2.5) translate(0px, -50px);
    }
  }
  
  .cursor .click-animation .shape.triangle.green{
    border-style: solid;
    border-width: 0 3.5px 7px 3.5px;
    border-color: transparent transparent white transparent;
    
  }
  
  .cursor.active .click-animation .shape.triangle.green{
    animation: click-animation-triangle-green 3s ease-out infinite;
  }
  
  @keyframes click-animation-triangle-green{
    0%{
      opacity: 0;
    }
    5%{
      opacity: 1;
    }
    70%{
      opacity: 0;
      transform: scale(2.5) translate(100px, 50px);
    }
  }
  
  /*======= Disc =======*/
  .cursor .click-animation .shape.disc{
    border-style: solid;
    border-width: 0 3.5px 7px 3.5px;
    border-color: transparent transparent white transparent;
    
  }
  
  .cursor.active .click-animation .shape.disc{
    animation: click-animation-disc 3s ease-out infinite;
  }
  
  @keyframes click-animation-disc{
    0%{
      opacity: 0;
    }
    5%{
      opacity: 1;
    }
    70%{
      opacity: 0;
      transform: scale(2.5) translate(-100px, 50px);
    }
  }
  
/*======= Set Responsive =======*/

@media (max-width: 1680px) {
    #gungirlImage {
        transform: translate(10%, 0) scale(1.1);
    }
    
    .spacePFrm4{
        margin-left: 120px;
    }

    .fade-upFrm6 {
        opacity: 1;
        scale: 1.2;
        margin-top: -200px;
        margin-left: 200px;
        transform: translate(-50px,-50px);
        transition: all 0.5s ease-out;
    }
    
    .fade-up-visibleFrm6 {
        opacity: 1;
        transform: translateY(0);
    }

    .socialBtn{
        margin-top: 0px;
        margin-left: 500px;
        scale: .9;
    }
}

@media (max-width: 1600px) {
    #gungirlImage {
        transform: translate(5%, 0) scale(1);
    }

    #centerImage {
        position: absolute;
        margin: 0 auto;
        left: 49%;
        top: 38%;
        transform: translate(-50%, -50%) scale(.8);
        opacity: 0;
        /* Initial opacity set to 0 */
        animation: fadeInZoom 3s forwards;
        /* Apply the animation */
        z-index: 2;
    }
    
    @keyframes fadeInZoom {
        to {
            opacity: 1;
            transform: translate(-50%, -50%) scale(1.1);
            /* End at full size */
        }
    }

    .scaleFrm1{
        scale: .9;
    }
    
    #centerImageSS {
        left: 80%;
        transform: translate(-50%, -50%) scale(.8) rotate(30deg);
    }

    .scalePFr2{
        scale: .8;
        margin-top: -60px;
    }

    .txtShadowFr2{
        text-align: center;
        color: white;
        text-shadow: 5px 2px 5px #000000 , -5px -2px 5px #000000, 2px 5px 5px #000000, -2px -5px 5px #000000;
        font-size: 1.3rem;
    }

    #btnFrame2A {
        scale: 0.9;
    }
    
    #btnFrame2A:hover {
        transform: scale(.8);
    }
    
    #btnFrame2B {
        scale: 0.9;
    }
    
    #btnFrame2B:hover {
        transform: scale(.8);
    }

    .image-containerFrm3{
        scale: .8;
    }

    .scalePFr4{
        scale: .8;
        margin-top: -100px;
    }

    .spacePFrm4{
        margin-left: 150px;
    }
    
    .marginLFrm4{
        margin-right: 80px;   
    }
    
    .marginRFrm4{
        margin-left: 80px;
    }

    .playerY {
        border-style: solid;
        border-color: rgba(0, 255, 242, 0.2);
        border-width: medium;
        /* border-radius: 10px; */
        overflow: hidden;
        z-index: 1;
        margin-top: 100px;
        scale: 1.5;
    }
    
    .fade-upFrm6 {
        opacity: 1;
        scale: 1.2;
        margin-top: -150px;
        margin-left: 100px;
        transform: translate(-50px,-50px);
        transition: all 0.5s ease-out;
    }
    
    .fade-up-visibleFrm6 {
        opacity: 1;
        transform: translateY(0);
    }

    .socialBtn{
        margin-top: -50px;
        margin-left: 500px;
        scale: .8;
    }

    .toggle-btn {
        scale: .95;
    }
      
    .icon {
        scale: .95;
    }
      
    .playing {
        scale: .95;
    }

    .btnTopM {
        scale: .9;
    }

}

@media (max-width: 1440px) {
    #gungirlImage {
        transform: translate(0 , 5%) scale(.9);
    }

    #centerImage {
        transform: translate(-50%, -50%) scale(.7);
    }
    
    #centerImageSS {
        left: 80%;
        transform: translate(-50%, -50%) scale(.8) rotate(30deg);
    }

    .scalePFr2{
        scale: .8;
        margin-top: -60px;
    }

    .txtShadowFr2{
        text-align: center;
        color: white;
        text-shadow: 5px 2px 5px #000000 , -5px -2px 5px #000000, 2px 5px 5px #000000, -2px -5px 5px #000000;
        font-size: 1.3rem;
    }

    #btnFrame2A {
        scale: 0.9;
    }
    
    #btnFrame2A:hover {
        transform: scale(.8);
    }
    
    #btnFrame2B {
        scale: 0.9;
    }
    
    #btnFrame2B:hover {
        transform: scale(.8);
    }

    .image-containerFrm3{
        scale: .8;
    }

    .scalePFr4{
        scale: .8;
        margin-top: -100px;
    }

    .spacePFrm4{
        margin-left: 100px;
    }
    
    .marginLFrm4{
        margin-right: 50px;   
    }
    
    .marginRFrm4{
        margin-left: 60px;
    }

    .scaleTitleFrm5{
        scale: .8;
    }

    .playerY {
        border-style: solid;
        border-color: rgba(0, 255, 242, 0.2);
        border-width: medium;
        /* border-radius: 10px; */
        overflow: hidden;
        z-index: 1;
        margin-top: 100px;
        scale: 1.5;
    }
    
    .fade-upFrm6 {
        opacity: 1;
        scale: 1.1;
        margin-top: -200px;
        margin-left: 80px;
        transform: translate(-50px,-50px);
        transition: all 0.5s ease-out;
    }
    
    .fade-up-visibleFrm6 {
        opacity: 1;
        transform: translateY(0);
    }

    .socialBtn{
        margin-top: -50px;
        margin-left: 400px;
        scale: .8;
    }

    .toggle-btn {
        scale: .95;
    }
      
    .icon {
        scale: .95;
    }
      
    .playing {
        scale: .95;
    }

    .btnTopM {
        scale: .9;
    }

}

@media (max-width: 1366px) {
    #gungirlImage {
        transform: translate(0 , 10%) scale(.8);
    }

    #centerImage {
        position: absolute;
        margin: 0 auto;
        left: 45%;
        top: 30%;
        transform: translate(-50%, -50%) scale(.7);
        opacity: 0;
        /* Initial opacity set to 0 */
        animation: fadeInZoom 3s forwards;
        /* Apply the animation */
        z-index: 2;
        
    }
    
    #centerImageSS {
        left: 75%;
        scale: .8;
        transform: translate(-50%, -50%) scale(.8) rotate(30deg);
    }

    .scaleFrm1{
        scale: .75;
    }

    .scalePFr2{
        scale: .6;
        margin-top: -100px;
    }

    .scaleTFr2{
        scale: .6;
    }

    .txtShadowFr2{
        text-align: center;
        color: white;
        margin-top: -10px;
        text-shadow: 5px 2px 5px #000000 , -5px -2px 5px #000000, 2px 5px 5px #000000, -2px -5px 5px #000000;
        font-size: 1.1rem;
    }

    #btnFrame2A {
        left: 28%;
        scale: 0.7;
    }
    
    #btnFrame2A:hover {
        left: 28%;
        transform: scale(.9);
    }
    
    #btnFrame2B {
        left: 45%;
        scale: 0.7;
    }
    
    #btnFrame2B:hover {
        left: 45%;
        transform: scale(.9);
    }

    .image-containerFrm3{
        scale: .8;
    }

    .scalePFr4{
        scale: .6;
        margin-top: -150px;
    }

    .headFrm4{
        scale: .6;
    }

    .spacePFrm4{
        margin-left: 100px;
    }
    
    .marginLFrm4{
        margin-right: 0px;   
    }
    
    .marginRFrm4{
        margin-left: 0px;
    }

    .scaleTitleFrm5{
        scale: .7;
    }

    .playerY {
        border-style: solid;
        border-color: rgba(0, 255, 242, 0.2);
        border-width: medium;
        /* border-radius: 10px; */
        overflow: hidden;
        z-index: 1;
        margin-top: 50px;
        scale: 1.2;
    }
    
    .fade-upFrm6 {
        opacity: 1;
        scale: .9;
        margin-top: -300px;
        margin-left: 0px;
        transform: translate(-50px,-50px);
        transition: all 0.5s ease-out;
    }
    
    .fade-up-visibleFrm6 {
        opacity: 1;
        transform: translateY(0);
    }

    .socialBtn{
        margin-top: -50px;
        margin-left: 400px;
        scale: .6;
    }

    .toggle-btn {
        scale: .8;
    }
      
    .icon {
        scale: .8;
    }
      
    .playing {
        scale: .8;
    }

    .btnTopM {
        scale: .625;
    }

}

@media (max-width: 1280px) {
    #gungirlImage {
        transform: translate(-3% , 15%) scale(.75);
    }

    #centerImage {
        position: absolute;
        margin: 0 auto;
        left: 42%;
        top: 25%;
        transform: translate(-50%, -50%) scale(.7);
        opacity: 0;
        /* Initial opacity set to 0 */
        animation: fadeInZoom 3s forwards;
        /* Apply the animation */
        z-index: 2;
        
    }
    
    #centerImageSS {
        left: 75%;
        top: 40%;
        transform: translate(-50%, -50%) scale(.8) rotate(30deg);
    }

    #btnFrame1A {
        left: 26%;
        scale: 1;
    }
    
    #btnFrame1A:hover {
        left: 26%;
        transform: scale(.9);
    }
    
    #btnFrame1B {
        left: 48%;
        scale: 1;
    }
    
    #btnFrame1B:hover {
        left: 48%;
        transform: scale(.9);
    }

    .scaleFrm1{
        scale: .65;
    }

    .scaleSSFrm1{
        margin-top: -200px;
        scale: .75;
    }

    .scalePFr2{
        scale: .6;
        margin-top: -100px;
    }

    .scaleTFr2{
        margin-top: -50px;
        scale: .6;
    }

    .txtShadowFr2{
        text-align: center;
        color: white;
        margin-top: -10px;
        text-shadow: 5px 2px 5px #000000 , -5px -2px 5px #000000, 2px 5px 5px #000000, -2px -5px 5px #000000;
        font-size: 1.1rem;
    }

    #btnFrame2A {
        left: 28%;
        scale: 0.7;
    }
    
    #btnFrame2A:hover {
        left: 28%;
        transform: scale(.9);
    }
    
    #btnFrame2B {
        left: 45%;
        scale: 0.7;
    }
    
    #btnFrame2B:hover {
        left: 45%;
        transform: scale(.9);
    }

    .image-containerFrm3{
        scale: .8;
    }

    .scalePFr4{
        scale: .6;
        margin-top: -165px;
    }

    .headFrm4{
        scale: .6;
    }

    .spacePFrm4{
        margin-left: 100px;
    }
    
    .marginLFrm4{
        margin-right: 0px;   
    }
    
    .marginRFrm4{
        margin-left: 0px;
    }

    .scaleTitleFrm5{
        scale: .7;
    }

    .playerY {
        border-style: solid;
        border-color: rgba(0, 255, 242, 0.2);
        border-width: medium;
        /* border-radius: 10px; */
        overflow: hidden;
        z-index: 1;
        margin-top: 50px;
        scale: 1.2;
    }
    
    .fade-upFrm6 {
        opacity: 1;
        scale: .8;
        margin-top: -300px;
        margin-left: 0px;
        transform: translate(-50px,-50px);
        transition: all 0.5s ease-out;
    }
    
    .fade-up-visibleFrm6 {
        opacity: 1;
        transform: translateY(0);
    }

    .socialBtn{
        margin-top: -150px;
        margin-left: 300px;
        scale: .55;
    }

    .toggle-btn {
        scale: .8;
    }
      
    .icon {
        scale: .8;
    }
      
    .playing {
        scale: .8;
    }

    .btnTopM {
        scale: .625;
    }
    
}


/*********Scale x 125***********/
  
  /* scale and layout setting at 125% */
  @media (resolution: 1.25dppx) {
    #gungirlImage {
        transform: translate(0% , 15%) scale(1);
    }
    #centerImage {
        position: absolute;
        margin: 0 auto;
        left: 48%;
        top: 38%;
        transform: translate(-50%, -50%) scale(.4);
        opacity: 0;
        /* Initial opacity set to 0 */
        animation: fadeInZoom 3s forwards;
        /* Apply the animation */
        z-index: 2;
        
    }
    
    #centerImageSS {
        left: 80%;
        top: 50%;
        transform: translate(-50%, -50%) scale(.4) rotate(30deg);
    }
    #btnFrame1A {
        left: 28%;
        scale: .8;
    }
    
    #btnFrame1A:hover {
        left: 28%;
        transform: scale(.9);
    }
    
    #btnFrame1B {
        left: 50%;
        scale: .8;
    }
    
    #btnFrame1B:hover {
        left: 50%;
        transform: scale(.9);
    }

    .scalePFr2{
        scale: .8;
        margin-top: -50px;
    }

    .scaleTFr2{
        margin-top: -20px;
        scale: .8;
    }

    .txtShadowFr2{
        text-align: center;
        color: white;
        margin-top: -10px;
        text-shadow: 5px 2px 5px #000000 , -5px -2px 5px #000000, 2px 5px 5px #000000, -2px -5px 5px #000000;
        font-size: 1.3rem;
    }

    #btnFrame2A {
        left: 28%;
        scale: 0.7;
    }
    
    #btnFrame2A:hover {
        left: 28%;
        transform: scale(.9);
    }
    
    #btnFrame2B {
        left: 45%;
        scale: 0.7;
    }
    
    #btnFrame2B:hover {
        left: 45%;
        transform: scale(.9);
    }

    .scalePFr4{
        scale: .8;
        margin-top: -80px;
    }

    .headFrm4{
        scale: .7;
        margin-bottom: 20px;
    }

    .spacePFrm4{
        margin-left: 100px;
    }
    
    .marginLFrm4{
        margin-right: 0px;   
    }
    
    .marginRFrm4{
        margin-left: 0px;
    }

    .toggle-btn {
        scale: .9;
    }
      
    .icon {
        scale: .9;
    }
      
    .playing {
        scale: .9;
    }

    .btnTopM {
        scale: .8;
    }

  }
  
  
  /* scale and layout setting at 150% */
  @media (resolution: 1.5dppx) {
    #gungirlImage {
        transform: translate(0% , 15%) scale(.8);
    }
    #centerImage {
        position: absolute;
        margin: 0 auto;
        left: 42%;
        top: 20%;
        transform: translate(-50%, -50%) scale(.4);
        opacity: 0;
        /* Initial opacity set to 0 */
        animation: fadeInZoom 3s forwards;
        /* Apply the animation */
        z-index: 2;
        
    }
    
    #centerImageSS {
        left: 75%;
        top: 35%;
        transform: translate(-50%, -50%) scale(.4) rotate(30deg);
    }
    #btnFrame1A {
        left: 28%;
        scale: .8;
    }
    
    #btnFrame1A:hover {
        left: 28%;
        transform: scale(.9);
    }
    
    #btnFrame1B {
        left: 50%;
        scale: .8;
    }
    
    #btnFrame1B:hover {
        left: 50%;
        transform: scale(.9);
    }

    .scalePFr2{
        scale: .65;
        margin-top: -80px;
    }

    .scaleTFr2{
        margin-top: -50px;
        scale: .7;
    }

    .txtShadowFr2{
        text-align: center;
        color: white;
        margin-top: -10px;
        text-shadow: 5px 2px 5px #000000 , -5px -2px 5px #000000, 2px 5px 5px #000000, -2px -5px 5px #000000;
        font-size: 1rem;
    }

    #btnFrame2A {
        left: 28%;
        scale: 0.6;
    }
    
    #btnFrame2A:hover {
        left: 28%;
        transform: scale(.9);
    }
    
    #btnFrame2B {
        left: 45%;
        scale: 0.6;
    }
    
    #btnFrame2B:hover {
        left: 45%;
        transform: scale(.9);
    }

    .scalePFr4{
        scale: .6;
        margin-top: -165px;
    }

    .headFrm4{
        scale: .6;
    }

    .spacePFrm4{
        margin-left: 100px;
    }
    
    .marginLFrm4{
        margin-right: 0px;   
    }
    
    .marginRFrm4{
        margin-left: 0px;
    }

    .toggle-btn {
        scale: .8;
    }
      
    .icon {
        scale: .8;
    }
      
    .playing {
        scale: .8;
    }

    .btnTopM {
        scale: .625;
    }
  }
  
/* For Mobile*/

.btnFBM_Mobile {
    width: 83px;
    height: 83px;
    bottom: 48%;
    right: 0%;
    position: fixed;
    z-index: 100;
}

.btnDCM_Mobile {
    width: 83px;
    height: 83px;
    bottom: 38%;
    right: 0%;
    position: fixed;
    z-index: 100;
}

.btnTTM_Mobile {
    width: 83px;
    height: 83px;
    bottom: 28%;
    right: 0%;
    position: fixed;
    z-index: 100;
}

.toggle-btn_Mobile {
    width: 83px;
    height: 83px;
    bottom: 18%;
    right: 0%;
    position: fixed;
    z-index: 100;
    cursor: pointer;
}

.btnTopM_Mobile {
    width: 83px;
    height: 83px;
    bottom: 8%;
    right: 0%;
    position: fixed;
    z-index: 100;
}
.icon_Mobile {
    width: 83px;
    height: 83px;
    top: 2%;
    right: 2%;
    z-index: 100;
}

.icon_Mobile {
    scale: 1;
}
  
.playing_Mobile {
    scale: 1;
}

#logoSF_M {
    position: absolute;
    margin: 0 auto;
    right: 5%;
    top: 0%;
    transform: scale(.8);
    /* End at full size */
    z-index: 2;
}
#centerImage_M {
    position: absolute;
    margin: 0 auto;
    left: 6%;
    top: 3%;
    scale: .45;
    transform: translate(-50%, -50%) scale(.8);
    opacity: 0;
    /* Initial opacity set to 0 */
    animation: fadeInZoom 3s forwards;
    /* Apply the animation */
    z-index: 2;
}
#gungirlImage_M {
    position: absolute;
    bottom: -8%;
    left: 0;
    scale: .7;
    transform: translate(-15%, 25%) scale(.85);
    z-index: 9;
    opacity: 0;
    /* Start fully transparent */
    animation: slideInFromLeft 3s forwards;
    /* Apply the animation */
}
#centerImageSS_Mobile {
    position: absolute;
    margin: 0 auto;
    left: 25%;
    top: 62%;
    scale: .4;
    transform: translate(-50%, -50%) scale(.8) rotate(30deg);
    opacity: 0;
    /* Initial opacity set to 0 */
    cursor: pointer;
    animation: fadeInZoom2 2s forwards;
    /* Apply the animation */
    animation-delay: 2.5s;
    /* Add this line to delay the start */
    z-index: 10;
}

.scaleSSFrm1_Mobile{
    margin-top: -200px;
    scale: .45;
}

#btnFrame1A_Mobile {
    position: absolute;
    left: -17%;
    top: 90%;
    scale: .75;
    z-index: 11;
    cursor: pointer;
    opacity: 0;
    /* Start fully transparent */
    animation: slideBtnFrm1A 3s forwards;
    /* Apply the animation */
    transition: transform 0.3s ease, filter 0.3s ease;
    /* Smooth transition for scaling and glow */
    filter: drop-shadow(0 0 0 transparent);
    /* No initial glow */
}

#btnFrame1A_Mobile:hover {
    position: absolute;
    left: -17%;
    top: 90%;
    scale: .75;
    z-index: 11;
    cursor: pointer;
    opacity: 0;
    /* Start fully transparent */
    transform: scale(.9);
    /* Scale up by 20% on hover */
    filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.8));
    /* Glow effect on hover */
}

#btnFrame1B_Mobile {
    position: absolute;
    left: 32%;
    top: 90%;
    scale: .75;
    z-index: 11;
    cursor: pointer;
    opacity: 0;
    /* Start fully transparent */
    animation: slideBtnFrm1B 3.5s forwards;
    /* Apply the animation */
    transition: transform 0.3s ease, filter 0.3s ease;
    /* Smooth transition for scaling and glow */
    filter: drop-shadow(0 0 0 transparent);
    /* No initial glow */
}

#btnFrame1B_Mobile:hover {
    position: absolute;
    left: 32%;
    top: 90%;
    scale: .75;
    z-index: 11;
    cursor: pointer;
    opacity: 0;
    /* Start fully transparent */
    transform: scale(.9);
    /* Scale up by 20% on hover */
    filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.8));
    /* Glow effect on hover */
}

#btnFrame2A_Mobile {
    position: absolute;
    left: -12%;
    top: 90%;
    scale: .5;
    z-index: 11;
    cursor: pointer;
    opacity: 0;
    /* Start fully transparent */
    animation: slideBtnFrm1A 3s forwards;
    /* Apply the animation */
    transition: transform 0.3s ease, filter 0.3s ease;
    /* Smooth transition for scaling and glow */
    filter: drop-shadow(0 0 0 transparent);
    /* No initial glow */
}

#btnFrame2A_Mobile:hover {
    position: absolute;
    left: -12%;
    top: 90%;
    scale: .5;
    z-index: 11;
    cursor: pointer;
    opacity: 0;
    /* Start fully transparent */
    transform: scale(.9);
    /* Scale up by 20% on hover */
    filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.8));
    /* Glow effect on hover */
}

#btnFrame2B_Mobile {
    position: absolute;
    left: 22%;
    top: 90%;
    scale: .5;
    z-index: 11;
    cursor: pointer;
    opacity: 0;
    /* Start fully transparent */
    animation: slideBtnFrm1B 3.5s forwards;
    /* Apply the animation */
    transition: transform 0.3s ease, filter 0.3s ease;
    /* Smooth transition for scaling and glow */
    filter: drop-shadow(0 0 0 transparent);
    /* No initial glow */
}

#btnFrame2B_Mobile:hover {
    position: absolute;
    left: 22%;
    top: 90%;
    scale: .5;
    z-index: 11;
    cursor: pointer;
    opacity: 0;
    /* Start fully transparent */
    transform: scale(.9);
    /* Scale up by 20% on hover */
    filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.8));
    /* Glow effect on hover */
}

.scaleTFr2_M{
    opacity: 1;
    scale: .5;
}

.txtShadowFr2_Mobile{
    text-align: center;
    color: white;
    text-shadow: 5px 2px 5px #000000 , -5px -2px 5px #000000, 2px 5px 5px #000000, -2px -5px 5px #000000;
    font-size: .8rem;
    opacity: 1;
    margin-top: -10%;
}

.scalePFr2_Mobile{
    scale: .8;
    opacity: 1;
    margin-top: -20%;
}

#centerImage2_Mobile {
    position: absolute;
    margin: 0 auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(.8);
    opacity: 0;
    /* Initial opacity set to 0 */
    animation: fadeInZoom2 3s forwards;
    /* Apply the animation */
    z-index: 2;
}
.headFrm4_Mobile{
    scale: .8;
    opacity: 1;
    margin-top: -15%;
}
.headNameFrm4_Mobile{
    scale: .8;
    margin-top: 10%;
}
.contentFrm4_Mobile{
    scale: .8;
    opacity: 1;
    margin-top: -5%;
}

.scaleTitleFrm5_Mobile{
    scale: .5;
    margin: 0 auto;
}

.scaleLiveFrm5_Mobile{
    scale: 1;
    margin: 0 auto;
}

.zoomMobile {
    margin-left: -42%;
    margin-top: -45%;
    scale: .5;
    transition: transform 1.5s;
}
  
.zoomMobile:hover {
    -ms-transform: scale(.9); /* IE 9 */
    -webkit-transform: scale(.9); /* Safari 3-8 */
    transform: scale(.9); 
}

.titleFrm6_M{
    opacity: 1;
    scale: .5;
    margin-left: -10%;
    margin-top: -5%;
}

.socialBtn_Mobile{
    display: flex;
    z-index: 10;
    scale: .35;
    margin-top: -100%;
    margin-left: -25%;
}
