*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
 
}



body {
  
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

#website {
    position: relative;
    height: auto;
    width: 100%;
    background-image: url('/public/images/bg-vn6-plain.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden !important;
  

}

.website-contain {
    /* border: 5px solid #000; */
    width: 700px ;
    display: flex;
    flex-direction: column;
    gap: 2em;
    overflow: hidden;
}

.sparkle-contain-1 {
    height: 300px;
    width: 300px;
    background-image: url('/public/images/sparkle.gif');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: absolute;
    left: 13%;
    z-index: 555;
   
}

.sparkle-contain-2 {
    height: 300px;
    width: 300px;
    background-image: url('/public/images/sparkle.gif');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: absolute;
    right: 10%;
    top: 60%;
    z-index: 555;
   
}


.sparkle-contain-3 {
    height: 300px;
    width: 300px;
    background-image: url('/public/images/sparkle.gif');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: absolute;
    left: 25%;
    top: 87%;
    z-index: 555;
   
}




.light-img-itself-web {
    height: 100%;
    object-fit: cover;
}

.web-first-layer {
    height: 600px;
    /* border: 1px solid#fff; */
}
.web-first-layer-img {
    height: 100%;
    width: 100%;
    object-fit: contain;

}



.web-second-layer {
    height: 773px;
    position: relative;
    display: flex;
    justify-content: center;
    /* border: 1px solid#fff; */
}

.web-link-contain {
    height:auto;
    width: 64%;
    /* border: 1px solid red; */
    position: absolute;
    top: 39px;
}

.web-link-container-first {
    height: 200px;
    width: 100%;
    /* border: 1px solid #fff; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: end;
}


.web-long-btn-link {
    display: inline-block;
    width: 100%;
    /* border: 1px solid lime; */
    height: 55px;
}

.web-short-btn-link {
    width: 32%;
      /* border: 1px solid rgb(202, 40, 12); */
    height: 33px;
    margin-right: 1.1em;
}



.web-link-container-second {
    height: 193px;
    width: 100%;
    /* border: 1px solid #fff; */
}

#web-long-btn-link-second {
    position: relative;
    top: 17px;

}


.web-link-container-second {
    height: 192px;
    width: 100%;
    /* border: 1px solid #fff; */
       display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: end;
}

.web-link-container-third {
    height: 192px;
    width: 100%;
    /* border: 1px solid #fff; */
       display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: end;
}

#web-long-btn-link-third {
    position: relative;
    top: 17px;
}

.web-second-layer-img {
    height: 100%;
    width: 100%;
    object-fit: contain;

}

.hyper-link-contain-web {
    position: absolute;
    /* border: 1px solid #000; */
    height: 400px;
}









#mobile {
    display: none;
}

.container {
    height: auto;
    width: 500px;
    position: relative;

  

}

.vn6-title-contain {
    position: absolute;
    top: 130px;
    z-index: 6;
    height: 90px;
    width: 100%;
    /* border: 1px solid #000; */
    margin: 0 auto;
}

.vn6-title-contain-img {
    object-fit: contain;
    height: 100%;
    width: 100%;
}

.lights-img-web {
    background-image: url('/public/images/97314.gif');
    background-size: contain;
     height: 300px;
    width: 100%;
    position: absolute;
    top: 0;

}

.lights-img {
    height: 250px !important;
    background-image: url('/public/images/97314.gif');
    background-size: contain;
     height: 300px;
    width: 100%;
    position: absolute;
    top: 0;
    width: 100%;

}

.light-img-itself {
    height: 100%;
    width: 100%;
    object-fit: contain;
}



  .snow-ball-container .snow-ball {
            position: absolute;
            border-radius: 50%;
            background: transparent;
            color:  #fff !important;
            z-index: 555;
            font-size: 40px !important;
        }

        .snow-ball-container .snow-ball:nth-child(even) {
            width: 50px;
            height: 50px;
            animation: flake-motion 15s linear infinite;
        }

        /* Position the Snowballs above the screen */
        .snow-ball-container .snow-ball:nth-child(1) {
            top: -50%;
            left: 5%;
            width: 20px;
            height: 20px;
            animation: snowball-animation 12s linear 2s infinite;
        }

        .snow-ball-container .snow-ball:nth-child(2) {
            top: -20%;
            left: 10%;
        }

        .snow-ball-container .snow-ball:nth-child(3) {
            top: -50%;
            left: 15%;
            animation: snowball-animation 12s linear infinite;
        }

        .snow-ball-container .snow-ball:nth-child(4) {
            top: -10%;
            left: 20%;
        }

        .snow-ball-container .snow-ball:nth-child(5) {
            top: -20%;
            left: 25%;
            width: 20px;
            height: 20px;
            animation: snowball-animation 12s linear 2s infinite;
        }

        .snow-ball-container .snow-ball:nth-child(6) {
            top: -40%;
            left: 30%;
        }

        .snow-ball-container .snow-ball:nth-child(7) {
            top: -30%;
            left: 35%;
            width: 5px;
            height: 5px;
            animation: snowball-animation 12s linear infinite;
        }

        .snow-ball-container .snow-ball:nth-child(8) {
            top: -20%;
            left: 40%;
        }

        .snow-ball-container .snow-ball:nth-child(9) {
            top: -50%;
            left: 45%;
            width: 5px;
            height: 5px;
            animation: snowball-animation 12s linear 2s infinite;
        }

        .snow-ball-container .snow-ball:nth-child(10) {
            top: -5%;
            left: 50%;
        }

        .snow-ball-container .snow-ball:nth-child(11) {
            top: -20%;
            left: 60%;
            animation: snowball-animation 12s linear infinite;
        }

        .snow-ball-container .snow-ball:nth-child(12) {
            top: -10%;
            left: 70%;
        }

        .snow-ball-container .snow-ball:nth-child(13) {
            top: -50%;
            left: 80%;
            width: 5px;
            height: 5px;
            animation: snowball-animation 12s linear 2s infinite;
        }

        .snow-ball-container .snow-ball:nth-child(14) {
            top: -20%;
            left: 90%;
        }

        .snow-ball-container .snow-ball:nth-child(15) {
            top: -50%;
            left: 95%;
            width: 30px;
            height: 30px;
            animation: snowball-animation 12s linear infinite;
        }


                .snow-ball-container .snow-ball:nth-child(16) {
            top: -20%;
            left: 65%;
            width: 30px;
            height: 30px;
            animation: snowball-animation 19s linear infinite;
        }


                .snow-ball-container .snow-ball:nth-child(17) {
            top: -40%;
            left: 6%;
            width: 40px;
            height: 40px;
            animation: snowball-animation 18s linear infinite;
        }


                .snow-ball-container .snow-ball:nth-child(18) {
            top: -10%;
            left: 45%;
            width: 15px;
            height: 15px;
            animation: snowball-animation 17s linear infinite;
        }


                .snow-ball-container .snow-ball:nth-child(19) {
            top: -70%;
            left: 45%;
            width: 30px;
            height: 30px;
            animation: snowball-animation 19s linear infinite;
        }

                .snow-ball-container .snow-ball:nth-child(20) {
            top: -50%;
            left: 95%;
            width: 30px;
            height: 30px;
            animation: snowball-animation 22s linear infinite;
        }

        /* Define animations of Snowball and Snowflakes */
        @keyframes snowball-animation {
            0% {
                transform: translate(0);
                opacity: 1;
            }
            20% {
                transform: translate(4px, 100px);
                opacity: 0.8;
            }
            40% {
                transform: translate(-7px, 200px);
                opacity: 0.7;
            }
            60% {
                transform: translate(10px, 400px);
                opacity: 0.5;
            }
            80% {
                transform: translate(-14px, 700px);
                opacity: 0.2;
            }
            100% {
                transform: translate(16px, 900px);
                opacity: 0;
            }
        }

        @keyframes flake-motion {
            0% {
                transform: translate(-2px, 0);
                opacity: 1;
            }
            20% {
                transform: translate(-9px, 200px);
                opacity: 0.9;
            }
            40% {
                transform: translate(14px, 300px);
                opacity: 0.7;
            }
            60% {
                transform: translate(-22px, 400px);
                opacity: 0.6;
            }
            80% {
                transform: translate(30px, 600px);
                opacity: 0.5;
            }
            90% {
                transform: translate(-40px, 800px);
                opacity: 0.3;
            }
            100% {
                transform: translate(52px, 1000px);
                opacity: 0;
            }
        }


.img-layer-contain {
    height:1075px;
    width: 500px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* gap: 0.5em; */
}

.img-layer {
   position: absolute;
    height:1075px;
    width: 100%;
    
        object-fit: contain;

}

.service-link {
        display: inline-block;
    position: absolute;
        bottom: 155px;
    height: 65px;
    width: 39%;
    
}


.hyper-link-contain {
    position: relative;
    top:164px;
    /* border: 1px solid #000; */
    height: 150px;
    width: 60%;
    z-index: 555;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: end;

}

.btn-links-full-width {
    display: inline-block;
    /* border: 1px solid red; */
    height: 50px;
    width: 100%;    
}

.btn-links {
    display: inline-block;
    height: 30px;
    width: 33%;
        /* border: 1px solid red; */

   
}

#second-link-full {
  position: relative;

}


#third-link {
    position: relative;
  top: -9px;
}

#third-link-full {
  position: relative;


}


@media only screen and (max-width: 800px) {



body {
  
    height:100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('/public/images/bg-vn6-plain.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: relative;
}

.sparkle-contain-1 {
    height: 150px;
    width: 150px;
    background-image: url('/public/images/sparkle.gif');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: absolute;
    
    left: 5%;
    z-index: 555;

}

.sparkle-contain-2 {
    height: 150px;
    width: 150px;
    background-image: url('/public/images/sparkle.gif');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: absolute;
    
    right: 5%;
    top: 60%;
    z-index: 555;

}


.sparkle-contain-3 {
    height: 150px;
    width: 150px;
    background-image: url('/public/images/sparkle.gif');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: absolute;
   
    left: 5%;
    top: 87%;
    z-index: 555;

}

#website {
 
    position: relative;
       top: 0;
    height: 100%;
    width: 100%;
    background-image: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden !important;
  

}


.website-contain {
    /* border: 5px solid #000; */
    width: 90% !important;

}

.service-link {
    display: inline-block;
    position: absolute;
    bottom: 155px;
    height: 65px;
    width: 39%;

}
   
.container {
    height: auto;
    width: 100%;
    overflow: hidden;
    /* border: 1px solid #000; */

}


.img-layer-contain {
    height: 1500px;
    width: 100%;
    /* border: 1px solid red; */
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5em;
}

.img-layer {
   position: absolute;
    height: 1500px;
    width: 100%;
    object-fit: contain;
 
     /* border: 1px solid  yellow; */
}

.web-first-layer {
    height: 350px;
  width: 100%;
  /* border: 1px solid #fff; */
}

.web-second-layer {
  height: 460px;
  width: 100%;
  /* border: 1px solid #fff; */
}

.web-link-contain {
    height: auto;
    width: 45%;
    /* border: 1px solid red; */
    position: absolute;
    top: 23px;
}

.web-link-container-first {
    height: 125px;
    width: 100%;
    /* border: 1px solid #fff; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: end;
}
.web-link-container-second{
    height: 90px;
    width: 100%;
     height: 125px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: end;
}
.web-link-container-third {
    height: 90px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: end;
}

.web-long-btn-link {
    height: 33px;
}

.web-short-btn-link {
    width: 32%;
    height: 33px;
    margin-right: 0;
}


}



@media only screen and (max-width: 430px) {




    .sparkle-contain-1 {
    height: 150px;
    width: 150px;
    background-image: url('/public/images/sparkle.gif');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: absolute;
            top: 39%;
        left: -30px;

    z-index: 555;
   
}

.sparkle-contain-2 {
    height: 150px;
    width: 150px;
    background-image: url('/public/images/sparkle.gif');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 65%;

    z-index: 555;
   
}


.sparkle-contain-3 {
   height: 150px;
    width: 150px;
    background-image: url('/public/images/sparkle.gif');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 90%;
    z-index: 555;
   
}


  

#website {
 
    position: relative;
    top: -28px;
    height: auto;
    width: 100%;
    background-image: none !important;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    overflow: hidden !important;
  

}

.lights-img-web {
    background-image: url('/public/images/97314.gif');
    background-size: contain;
    width: 100%;
    position: absolute;
     top: -5px;
    height: 173px;
}


.website-contain {
    /* border: 5px solid #000; */
    width: 100% !important;

}

.service-link {
    display: inline-block;
    position: absolute;
    bottom: 155px;
    height: 65px;
    width: 39%;

}
   
.container {
    height: auto;
    width: 100%;
    overflow: hidden;
    /* border: 1px solid #000; */

}


.img-layer-contain {
    height: 1500px;
    width: 100%;
    /* border: 1px solid red; */
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5em;
}

.img-layer {
   position: absolute;
    height: 1500px;
    width: 100%;
    object-fit: contain;
 
     /* border: 1px solid  yellow; */
}

.web-first-layer {
    height: 350px;
  width: 100%;
  /* border: 1px solid #fff; */
}

.web-second-layer {
  height: 460px;
  width: 100%;
  /* border: 1px solid #fff; */
}

.web-link-contain {
    height: auto;
    width: 81%;
    /* border: 1px solid red; */
    position: absolute;
    top: 23px;
}

.web-link-container-first {
    height: 125px;
    width: 100%;
    /* border: 1px solid #fff; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: end;
}
.web-link-container-second{
    height: 90px;
    width: 100%;
     height: 125px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: end;
}
.web-link-container-third {
    height: 90px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: end;
}

#web-long-btn-link-third {
    position: relative;
    top: -5px;
}

#web-long-btn-link-second {
    position: relative;
    top: 2px;
}



#web-short-btn-link-second {
    position: relative;
    top: -12px;
}

#web-short-btn-link-third {
 position: relative;
    top: 9px
}

    .web-short-btn-link {
        width: 38%;
        height: 33px;
        margin-right: 0;
    }

}
@media only screen and (max-width: 414px) {

    .lights-img-web {
        background-image: url('/public/images/97314.gif');
        background-size: contain;
        width: 100%;
        position: absolute;
        top: -5px;
        height: 274px;
    }

}

@media only screen and (max-width: 390px) {
    body {
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        background-image: url('/public/images/bg-vn6-plain.png');
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;
        position: relative;
    }

    .website-contain {
        position: relative ;
        top: 13px;
    }


    
.lights-img-web {
    background-image: url('/public/images/97314.gif');
    background-size: contain;
    width: 100%;
    position: absolute;
    top: 26px;
    height: 241px;
}
}


@media only screen and (max-width: 375px) {
    body {
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        background-image: url('/public/images/bg-vn6-plain.png');
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;
        position: relative;
    }

    .website-contain {
        position: relative ;
        top: 13px;
    }


    
.lights-img-web {
    background-image: url(/public/images/97314.gif);
    background-size: contain;
    width: 100%;
    position: absolute;
    top: 27px;
    height: 194px;
}
}







@media only screen and (max-width: 360px) {
    body {
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        background-image: url('/public/images/bg-vn6-plain.png');
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;
        position: relative;
    }

    .website-contain {
        position: relative ;
        top: 13px;
    }


    
.lights-img-web {
    background-image: url('/public/images/97314.gif');
    background-size: contain;
    width: 100%;
    position: absolute;
    top: 26px;
    height: 194px;
}
}








   








   





