html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
}
.bg{
	width: 100%;
    height: 3413px;
    background-size: cover;
    background-image: url(../image/page_01_background.jpeg);
    /*background-image: url(https://ik.imagekit.io/meytpej78/AK/page_01_background.jpg);*/
    position: relative;
}
.bg2{
	width: 100%;
    height: 3410px;
    background-size: cover;
    background-image: url(../image/sc-02_background.gif);
    position: relative;
    bottom: 300px;
}
.bg3{
	width: 100%;
    height: 3410px;
    background-size: cover;
    /*background-image: url(https://ik.imagekit.io/meytpej78/AK/page_03_kEDVpF1OO.jpg);*/
    background-image: url(../image/sc-03-background.jpeg);
    position: relative;
    bottom: 300px;
}
.bg4 {
    width: 100%;
	height: 3410px;
    background-size: cover;
    /*background-image: url(https://ik.imagekit.io/meytpej78/AK/lights-animation_4KTrIw0lV.gif);*/
     background-image: url(../image/sc-04-background.gif);
    position: relative;
    bottom: 300px;
}
.bg5 {
    width: 100%;
	height: 3410px;
    background-size: cover;
    /*background-image: url(https://ik.imagekit.io/meytpej78/AK/kites-animation_swsFC6m7q.gif);*/
    background-image: url(../image/sc-05-background.gif);
    position: relative;
    bottom: 300px;
}
.bg6 {
    width: 100%;
	height: 3410px;
    background-size: cover;
    /*background-image: url(https://ik.imagekit.io/meytpej78/AK/barat_kjjz3cIXW.gif);*/
    background-image: url(../image/sc-06_background.gif);

    position: relative;
    bottom: 300px;
}
.bg7 {
    width: 100%;
	height: 3410px;
    background-size: cover;
/*    background-image: url(https://ik.imagekit.io/meytpej78/AK/palace-lighting_lMGwHWv4j.gif);*/
background-image: url(../image/sc-07-background.gif);
    position: relative;
    bottom: 300px;
}
.bg8 {
    width: 100%;
	height: 3410px;
    background-size: cover;
    /*background-image: url(https://ik.imagekit.io/meytpej78/AK/page_08_ykLEj9J-9.jpg);*/
    background-image: url(../image/sc-08_background.jpeg);
    position: relative;
    bottom: 300px;
}
.bg9 {
    width: 100%;
    height: 3410px;
    background-size: cover;
    /*background-image: url(https://nersotal.sirv.com/Anjaliwedskeshav/Last-Page.jpg);*/
     background-image: url(../image/sc-09-background.jpeg);
    position: relative;
    bottom: 300px;
}
.bg10{
    width: 100%;
    height: 3410px;
     /*background-image: url(https://nersotal.sirv.com/Anjaliwedskeshav/Links-page-4.jpg);*/
     background-image: url(../image/sc-10-background.jpg);
    position: relative;
    bottom: 300px;
}
.gifimage img {
    position: relative;
    bottom: 885px;
    width: 25%;
    height: auto;
    left: 37%;
}
.giffountain img {
    position: relative;
    top: 1500px;
    width: 66%;
    height: auto;
    left: 16%;
}
.gifpetal img {
    position: relative;
    top: 160px;
    width: 50%;
    height: auto;
    left: 26%;
}
.gifcurtain img {
    position: relative;
    top: 2100px;
    width: 66%;
    height: auto;
    left: 16%;
}
.palace img{
	position: relative;
    top: 2100px;
    width: 66%;
    height: auto;
    left: 16%;
}
.margntop{
	margin-top:0;
}
#loading {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: block;
  opacity: 0.7;
  background-color: #fff;
  z-index: 99;
  text-align: center;
  overflow:hidden !important;
}

#loading-image {
  position: absolute;
  top: 100px;
  left: 240px;
  z-index: 100;
  overflow:hidden !important;
}
/* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {
#loading {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: block;
  opacity: 0.7;
  background-color: #fff;
  z-index: 99;
  text-align: center;
  overflow:hidden !important;
}

#loading-image {
  position: absolute;
  top: 100px;
  left: 240px;
  z-index: 100;
  overflow:hidden !important;
}
.container {
  position: relative;
  width: 24px;
  height: 24px;
}

.chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #fff;
}

.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;

  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

.text {
  display: block;
  margin-top: 75px;
  margin-left: -30px;
  font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: .25;
  animation: pulse 2s linear alternate infinite;
}

@keyframes pulse {
  to {
    opacity: 1;
  }
}
.bg {
    width: 100%;
    background-size: cover;
    /*background-image: url(https://ik.imagekit.io/meytpej78/AK/page_01_HLqt3w1jKx.jpg);*/
     background-image: url(../image/page_01_background.jpeg);
    position: relative;
    top: -2px;
}
.bg2{
	width: 100%;
    background-size: cover;
    /*background-image: url(https://ik.imagekit.io/meytpej78/AK/page_02_oMUOGF9bQ.gif);*/
        background-image: url(../image/sc-02_background.gif);
    position: relative;
    top: -2px;
}
.bg3{
	width: 100%;
    background-size: cover;
    /*background-image: url(https://ik.imagekit.io/meytpej78/AK/page_03_kEDVpF1OO.jpg);*/
    background-image: url(../image/sc-03-background.jpeg);
    position: relative;
    top: -2px;
}
.bg4 {
    width: 100%;
    background-size: cover;
    /*background-image: url(https://ik.imagekit.io/meytpej78/AK/lights-animation_4KTrIw0lV.gif);*/
    background-image: url(../image/sc-04-background.gif);
    position: relative;
    top: -2px;
}
.bg5 {
    width: 100%;
	height: 3410px;
    background-size: cover;
    /*background-image: url(https://ik.imagekit.io/meytpej78/AK/kites-animation_swsFC6m7q.gif);*/
    background-image: url(../image/sc-05-background.gif);
    position: relative;
    top: -2px;
}
.bg6 {
    width: 100%;
	height: 3410px;
    background-size: cover;
    /*background-image: url(https://ik.imagekit.io/meytpej78/AK/barat_kjjz3cIXW.gif);*/
    background-image: url(../image/sc-06_background.gif);
    position: relative;
    top: -2px;
}
.bg7 {
    width: 100%;
	height: 3410px;
    background-size: cover;
    /*background-image: url(https://ik.imagekit.io/meytpej78/AK/palace-lighting_lMGwHWv4j.gif);*/
    background-image: url(../image/sc-07-background.gif);
    position: relative;
    top: -2px;
}
.bg8 {
    width: 100%;
	height: 3410px;
    background-size: cover;
    /*background-image: url(https://ik.imagekit.io/meytpej78/AK/page_08_ykLEj9J-9.jpg);*/
    background-image: url(../image/sc-08_background.jpeg);
    position: relative;
    top: -2px;
}
.bg9 {
    width: 100%;
    height: 3410px;
    background-size: cover;
    /*background-image: url(https://nersotal.sirv.com/Anjaliwedskeshav/Last-Page.jpg);*/
    background-image: url(../image/sc-09-background.jpg);
    position: relative;
    top: -2px;
}	
.bg10{
    width: 100%;
    height: 3410px;
     /*background-image: url(https://nersotal.sirv.com/Anjaliwedskeshav/Links-page-4.jpg);*/
      background-image: url(../image/sc-10-background.jpg);
    position: relative;
    bottom: 300px;
}
.gifbird img {
   position: relative;
    bottom: 260px;
    width: 50%;
    height: auto;
    left: 26%;
}
.gifimage img {
   position: relative;
    bottom: 260px;
    width: 50%;
    height: auto;
    left: 26%;
}
.giffountain img {
    position: relative;
    top: 260px;
    width: 50%;
    height: auto;
    left: 26%;
}
.gifcurtain img {
    position: relative;
    top: 260px;
    width: 50%;
    height: auto;
    left: 26%;
}
.gifpetal img {
    position: relative;
    top: 160px;
    width: 50%;
    height: auto;
    left: 26%;
}		
.palace img{
	position: relative;
    top: 260px;
    width: 50%;
    height: auto;
    left: 26%;
}
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {
#loading {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: block;
  opacity: 0.7;
  background-color: #fff;
  z-index: 99;
  text-align: center;
  overflow:hidden !important;
}

#loading-image {
  position: absolute;
  top: 100px;
  left: 240px;
  z-index: 100;
  overflow:hidden !important;
}
.container {
  position: relative;
  width: 24px;
  height: 24px;
}

.chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #fff;
}

.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;

  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

.text {
  display: block;
  margin-top: 75px;
  margin-left: -30px;
  font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: .25;
  animation: pulse 2s linear alternate infinite;
}

@keyframes pulse {
  to {
    opacity: 1;
  }
}
.bg {
    width: 100%;
    background-size: cover;
    /*background-image: url(https://ik.imagekit.io/meytpej78/AK/page_01_HLqt3w1jKx.jpg);*/
        background-image: url(../image/page_01_background.jpeg);
    position: relative;
    top: -2px;
    height: 970px;
}
.bg2{
	width: 100%;
    background-size: cover;
    /*background-image: url(https://ik.imagekit.io/meytpej78/AK/page_02_oMUOGF9bQ.gif);*/
        background-image: url(../image/sc-02_background.gif);
    position: relative;
    top: -2px;
    height: 967px;
}
.bg3{
	width: 100%;
    background-size: cover;
    /*background-image: url(https://ik.imagekit.io/meytpej78/AK/page_03_kEDVpF1OO.jpg);*/
    background-image: url(../image/sc-03-background.jpeg);
    position: relative;
    top: -2px;
    height: 967px;
}
.bg4 {
    width: 100%;
    background-size: cover;
    /*background-image: url(https://ik.imagekit.io/meytpej78/AK/lights-animation_4KTrIw0lV.gif);*/
    background-image: url(../image/sc-04-background.gif);
    position: relative;
    top: -2px;
    height: 967px;
}
.bg5 {
    width: 100%;
	height: 3410px;
    background-size: cover;
    /*background-image: url(https://ik.imagekit.io/meytpej78/AK/kites-animation_swsFC6m7q.gif);*/
    background-image: url(../image/sc-05-background.gif);
    position: relative;
    top: -2px;
    height: 967px;
}
.bg6 {
    width: 100%;
	height: 3410px;
    background-size: cover;
    /*background-image: url(https://ik.imagekit.io/meytpej78/AK/barat_kjjz3cIXW.gif);*/
    background-image: url(../image/sc-06_background.gif);
    position: relative;
    top: -2px;
    height: 967px;
}

.bg7 {
    width: 100%;
	height: 3410px;
    background-size: cover;
    /*background-image: url(https://ik.imagekit.io/meytpej78/AK/palace-lighting_lMGwHWv4j.gif);*/
    background-image: url(../image/sc-07-background.gif);
    top: -2px;
    height: 967px;
}
.bg8 {
    width: 100%;
	height: 3410px;
    background-size: cover;
    /*background-image: url(https://ik.imagekit.io/meytpej78/AK/page_08_ykLEj9J-9.jpg);*/
    background-image: url(../image/sc-08_background.jpeg);
    top: -2px;
    height: 967px;
}
.bg9 {
    width: 100%;
	height: 3410px;
    background-size: cover;
    /*background-image: url(https://nersotal.sirv.com/Anjaliwedskeshav/Last-Page.jpg);*/
    background-image: url(../image/sc-09-background.jpeg);
    position: relative;
    top: -2px;
    height: 967px;
}
.bg10{
    width: 100%;
    height: 3410px;
     /*background-image: url(https://nersotal.sirv.com/Anjaliwedskeshav/Links-page-4.jpg);*/
      background-image: url(../image/sc-10-background.jpg);
    position: relative;
    bottom: 300px;
}
.gifbird img {
   position: relative;
    bottom: 160px;
    width: 50%;
    height: auto;
    left: 26%;
}
.gifpetal img {
    position: relative;
    top: 160px;
    width: 50%;
    height: auto;
    left: 26%;
}	
.gifimage img {
   position: relative;
    bottom: 160px;
    width: 50%;
    height: auto;
    left: 26%;
}
.giffountain img {
        position: relative;
    top: 800px;
    width: 65%;
    height: auto;
    left: 16%;
}
.gifcurtain img {
        position: relative;
    top: 800px;
    width: 65%;
    height: auto;
    left: 16%;
}
.palace img{
	    position: relative;
    top: 800px;
    width: 65%;
    height: auto;
    left: 16%;
}
    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
#loading {
      width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    opacity: 1;
    background-color: #463a3a;
    z-index: 99;
    text-align: center;
    background: linear-gradient(90deg, #03A9F4 0%, rgb(251 251 251) 50%, #00BCD4 100%);
	overflow:hidden !important;
}

#loading-image {
        position: absolute;
    top: 38%;
    left: 33%;
    z-index: 100;
	overflow:hidden !important;
}
.container {
        position: relative;
    width: 24px;
    height: 24px;
    bottom: 200px;
    left: 45%;
}

.chevron {
  position: absolute;
    width: 100px;
    height: 10px;
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #fff;
}

.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;

  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

.text {
  display: block;
    margin-top: -20px;
    margin-left: -75px;
    font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
    font-size: 35px;
    color: #fff;
    position: relative;
    text-transform: uppercase;
    bottom: 45px;
    white-space: nowrap;
    opacity: .25;
    animation: pulse 2s linear alternate infinite;
}

@keyframes pulse {
  to {
    opacity: 1;
  }
}
.bg {
        width: 100%;
    background-size: cover;
    /*background-image: url(https://ik.imagekit.io/meytpej78/AK/page_01_HLqt3w1jKx.jpg);*/
        background-image: url(../image/page_01_background.jpeg);
    position: relative;
    top: -25px;
    height: 1763px;
}
.bg2 {
        width: 100%;
    background-size: cover;
    /*background-image: url(https://ik.imagekit.io/meytpej78/AK/page_02_oMUOGF9bQ.gif);*/
        background-image: url(../image/sc-02_background.gif);
    position: relative;
    top: -32px;
    height: 1820px;
}
.bg3 {
    width: 100%;
    background-size: cover;
    /*background-image: url(https://ik.imagekit.io/meytpej78/AK/page_03_kEDVpF1OO.jpg);*/
    background-image: url(../image/sc-03-background.jpeg);
    position: relative;
    top: -30px;
    height: 1840px;
}

.bg4 {
    width: 100%;
    background-size: cover;
    /*background-image: url(https://ik.imagekit.io/meytpej78/AK/lights-animation_4KTrIw0lV.gif);*/
    background-image: url(../image/sc-04-background.gif);
    position: relative;
    top: -32px;
    height: 1835px;
}
.bg5 {
    width: 100%;
    height: 3410px;
    background-size: cover;
    /*background-image: url(https://ik.imagekit.io/meytpej78/AK/kites-animation_swsFC6m7q.gif);*/
    background-image: url(../image/sc-05-background.gif);
    position: relative;
    top: -35px;
    height: 1775px;
}
.bg6 {
    width: 100%;
    height: 3410px;
    background-size: cover;
    /*background-image: url(https://ik.imagekit.io/meytpej78/AK/barat_kjjz3cIXW.gif);*/
    background-image: url(../image/sc-06_background.gif);
    position: relative;
    top: -39px;
    height: 1775px;
}
.bg7 {
    width: 100%;
    height: 3410px;
    background-size: cover;
    /*background-image: url(https://ik.imagekit.io/meytpej78/AK/palace-lighting_lMGwHWv4j.gif);*/
    background-image: url(../image/sc-07-background.gif);
    position: relative;
    top: -41px;
    height: 1775px;
}
.bg8 {
    width: 100%;
    height: 3410px;
    background-size: cover;
    /*background-image: url(https://ik.imagekit.io/meytpej78/AK/page_08_ykLEj9J-9.jpg);*/
    background-image: url(../image/sc-08_background.jpeg);
    position: relative;
    top: -44px;
    height: 1975px;
}
.bg9 {
    width: 100%;
    height: 3410px;
    background-size: cover;
    /*background-image: url(https://nersotal.sirv.com/Anjaliwedskeshav/Last-Page.jpg);*/
    background-image: url(../image/sc-09-background.jpeg);
    position: relative;
    top: -52px;
    height: 1775px;
}
.bg10{
    width: 100%;
    height: 3410px;
	background-size: cover;
     /*background-image: url(https://nersotal.sirv.com/Anjaliwedskeshav/Links-page-4.jpg);*/
      background-image: url(../image/sc-10-background.jpg);
    position: relative;
    top: -50px;
    height: 1820px;
}
.gifbird img {
   position: relative;
    top: 200px;
    width: 90%;
    height: auto;
    left: 10%;
}
.gifpetal img {
        position: relative;
    top: 0;
    width: 100%;
    height: auto;
    left: 0;
}		
.gifimage img {
    position: relative;
    top: 330px;
    width: 90%;
    height: auto;
    left: 5%;
}
.birdimage img{
	position: relative;
    top: 589px;
    width: 5%;
    height: auto;
    left: 19%;
}
.p1text img {
    position: relative;
    bottom: 90px;
    width: 52%;
    left: 25%;
}
.p2text img {
    position: relative;
    top: 200px;
    width: 82%;
    height: auto;
    left: 14%;
}
.p3text img {
    position: relative;
    bottom: 175px;
    width: 70%;
    height: auto;
    left: 18%;
}
.p4text img {
    position: relative;
    top: 498px;
    width: 58%;
    height: auto;
    left: 21%;
}
.p5text img {
    position: relative;
    top: 858px;
    width: 49%;
    height: auto;
    left: 28%;
}
.p5butterfly img {
	position: relative;
    top: 1200px;
    width: 30%;
    right: 10px;	
}
.p6text img {
    position: relative;
    top: 1530px;
    width: 67%;
    height: auto;
    left: 18%;
}
.p7text img {
    position: relative;
    top: 775px;
    width: 40%;
    height: auto;
    left: 30%;
}
.p8text img {
    position: relative;
    top: 1069px;
    width: 46%;
    height: auto;
    left: 0%;
}
.gifbutterfly img {
    position: relative;
    top: 130px;
    width: 100%;
    height: auto;
    left: 0;
}
.gifdiya img{
	    position: relative;
    bottom: 66px;
    width: 90%;
    height: auto;
    left: 9%;
}
.gifelephant img {
    position: relative;
    top: 501px;
    width: 30%;
    height: auto;
    left: 69%;
}
.gifelephant2 img {
    position: relative;
    top: 223px;
    width: 30%;
    height: auto;
    left: 0;
}
.gifcake img {
    position: relative;
    top: 512px;
    width: 100%;
    height: auto;
    left: 0%;
}
.gifcouple img {
    position: relative;
    bottom: 844px;
    width: 18%;
    height: auto;
    left: 53%;
}
.giffountain img {
    position: relative;
    top: 800px;
    width: 62%;
    height: auto;
    left: 20%;
}
.gifcurtain img {
    position: relative;
    top: -106px;
    width: 100%;
    height: auto;
    left: 0;
}
.p3blur img {
    position: relative;
    top: -3px;
    z-index: 999;
    width: 100%;
}
.palace img{
	position: relative;
    top: 0;
    width: 100%;
    height: auto;
    left: 0;
}
    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {
#loading {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: block;
  opacity: 1;
    background-color: #463a3a;
    z-index: 99;
    text-align: center;
    background: linear-gradient(90deg, #03A9F4 0%, rgb(251 251 251) 50%, #00BCD4 100%);
}

#loading-image {
  position: absolute;
    top: 35%;
    left: 34%;
    z-index: 100;
}
.bg {
    width: 100%;
    height: 1800px;
    background-size: cover;
    /*background-image: url(https://ik.imagekit.io/meytpej78/AK/page_01_HLqt3w1jKx.jpg);*/
    background-image: url(../image/page_01_background.jpeg);
    position: relative;
    top: -26px;
}
.bg2{
	width: 100%;
	height: 1800px;
    background-size: cover;
    /*background-image: url(https://ik.imagekit.io/meytpej78/AK/page_02_oMUOGF9bQ.gif);*/
        background-image: url(../image/sc-02_background.gif);
    position: relative;
    top: -32px;
}
.bg3{
	width: 100%;
	height: 1800px;
    background-size: cover;
    /*background-image: url(https://ik.imagekit.io/meytpej78/AK/page_03_kEDVpF1OO.jpg);*/
    background-image: url(../image/sc-03-background.jpeg);
    position: relative;
    top: -32px;
}
.bg4 {
    width: 100%;
	height: 1800px;
    background-size: cover;
    /*background-image: url(https://ik.imagekit.io/meytpej78/AK/lights-animation_4KTrIw0lV.gif);*/
    background-image: url(../image/sc-04-background.gif);
    position: relative;
    top: -32px;
}
.bg5 {
        width: 100%;
    height: 1800px;
    background-size: cover;
    /*background-image: url(https://ik.imagekit.io/meytpej78/AK/kites-animation_swsFC6m7q.gif);*/
    background-image: url(../image/sc-05-background.gif);
    position: relative;
    top: -35px;
}
.bg6 {
    width: 100%;
    height: 1800px;
    background-size: cover;
    /*background-image: url(https://ik.imagekit.io/meytpej78/AK/barat_kjjz3cIXW.gif);*/
    background-image: url(../image/sc-06_background.gif);
    position: relative;
    top: -37px;
}
.bg7 {
    width: 100%;
	height: 1800px;
    background-size: cover;
    /*background-image: url(https://ik.imagekit.io/meytpej78/AK/palace-lighting_lMGwHWv4j.gif);*/
    background-image: url(../image/sc-07-background.gif);
    position: relative;
    top: -40px;
}
.bg8 {
    width: 100%;
	height: 2030px;
    background-size: cover;
    /*background-image: url(https://ik.imagekit.io/meytpej78/AK/page_08_ykLEj9J-9.jpg);*/
    background-image: url(../image/sc-08_background.jpeg);
    position: relative;
    top: -42px;
}
.bg9 {
    width: 100%;
	height: 1760px;
    background-size: cover;
    /*background-image: url(https://nersotal.sirv.com/Anjaliwedskeshav/Last-Page.jpg);*/
    background-image: url(../image/sc-09-background.jpeg);
    position: relative;
    position: relative;
    top: -50px;
}
.bg10 .mapimage img {
    width: 100%;
	height: 2030px;
    background-size: cover;
    position: relative;
    position: relative;
    top: -52px;
}
.gifpetal img {
        position: relative;
    top: 0;
    width: 100%;
    height: auto;
    left: 0;
}		
.gifbird img {
       position: relative;
    top: 150px;
    width: 90%;
    height: auto;
    left: 8%;
}
.gifimage img {
    position: relative;
    top: 350px;
    width: 89%;
    height: auto;
    left: 4%;
}
		.gifbutterfly img {
    position: relative;
    top: 130px;
    width: 100%;
    height: auto;
    left: 0;
}
.p1text img {
    position: relative;
    bottom: 90px;
    width: 50%;
    height: auto;
    left: 25%;
}
.p2text img {
    position: relative;
    top: 190px;
    width: 48%;
    height: auto;
    left: 28%;
}

.p3text img {
        position: relative;
    bottom: 280px;
    width: 70%;
    height: auto;
    left: 18%;
}
.p4text img {
    position: relative;
    top: 420px;
    width: 66%;
    height: auto;
    left: 18%;
}
.p5text img {
    position: relative;
    top: 876px;
    width: 47%;
    height: auto;
    left: 28%;
}
.p6text img {
    position: relative;
    top: 1538px;
    width: 62%;
    height: auto;
    left: 16%;
}
.p7text img {
    position: relative;
    top: 800px;
    width: 37%;
    height: auto;
    left: 31%;
}
.birdimage img {
    position: relative;
    top: 582px;
    width: 6%;
    height: auto;
    left: 19%;
}
.gifelephant img {
    position: relative;
    top: 510px;
    width: 30%;
    height: auto;
    left: 68%;
}
.gifelephant2 img {
    position: relative;
    top: 222px;
    width: 30%;
    height: auto;
    left: 1%;
}
.giffountain img {
       position: relative;
    top: 860px;
    width: 35%;
    height: auto;
    left: 40%;
}
.gifdiya img {
    position: relative;
    bottom: 192px;
    width: 90%;
    height: auto;
    left: 9%;
}
.gifcurtain img {
    position: relative;
    top: -108px;
    width: 100%;
    height: auto;
    left: 0;
}
.gifcake img {
        position: relative;
    top: 523px;
    width: 95%;
    height: auto;
    left: 5%;
}
.p8text img {
    position: relative;
    top: 1050px;
    width: 52%;
    height: auto;
    left: 1%;
}
.gifcouple img {
    position: relative;
    bottom: 820px;
    width: 17%;
    height: auto;
    left: 55%;
}
.palace img{
	  position: relative;
    top: 860px;
    width: 35%;
    height: auto;
    left: 40%;
}
    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1920px) {
.bg {
    width: 100%;
    height: 3413px;
    background-size: cover;
    /*background-image: url(https://ik.imagekit.io/meytpej78/AK/page_01_HLqt3w1jKx.jpg);*/
    background-image: url(../image/page_01_background.jpeg);
    position: relative;
    top: -300px;
}
.bg2{
	    width: 100%;
    background-size: cover;
    /*background-image: url(https://ik.imagekit.io/meytpej78/AK/page_02_oMUOGF9bQ.gif);*/
        background-image: url(../image/sc-02_background.gif);
    position: relative;
    top: -300px;
    height: 3410px;
}
.bg3{
	width: 100%;
    background-size: cover;
    /*background-image: url(https://ik.imagekit.io/meytpej78/AK/page_03_kEDVpF1OO.jpg);*/
    background-image: url(../image/sc-03-background.jpeg);
    position: relative;
    top: -300px;
    height: 3410px;
}
.bg4 {
    width: 100%;
    background-size: cover;
    /*background-image: url(https://ik.imagekit.io/meytpej78/AK/lights-animation_4KTrIw0lV.gif);*/
    background-image: url(../image/sc-04-background.gif);
    position: relative;
    top: -300px;
    height: 3410px;
}
.bg5 {
    width: 100%;
	height: 3410px;
    background-size: cover;
    /*background-image: url(https://ik.imagekit.io/meytpej78/AK/kites-animation_swsFC6m7q.giff);*/
    background-image: url(../image/sc-05-background.gif);
    position: relative;
    top: -300px;
    height: 3410px;
}
.bg6 {
    width: 100%;
	height: 3410px;
    background-size: cover;
    /*background-image: url(https://ik.imagekit.io/meytpej78/AK/barat_kjjz3cIXW.gif);*/
    background-image: url(../image/sc-06_background.gif);
    position: relative;
    top: -300px;
    height: 3410px;
}
.bg7 {
    width: 100%;
	height: 3410px;
    background-size: cover;
	/*background-image: url(https://ik.imagekit.io/meytpej78/AK/palace-lighting_lMGwHWv4j.gif);*/
        background-image: url(../image/sc-07-background.gif);
    position: relative;
    top: -300px;
    height: 3410px;
}
.bg8 {
    width: 100%;
	height: 3410px;
    background-size: cover;
    /*background-image: url(https://ik.imagekit.io/meytpej78/AK/page_08_ykLEj9J-9.jpg);*/
    background-image: url(../image/sc-08_background.jpeg);
    position: relative;
    top: -300px;
    height: 3410px;
}
.bg9 {
    width: 100%;
    background-size: cover;
    /*background-image: url(https://nersotal.sirv.com/Anjaliwedskeshav/Last-Page.jpg);*/
    background-image: url(../image/sc-09-background.jpeg);
    position: relative;
    top: -300px;
    height: 3410px;
}
.bg10 .mapimage img {
    width: 100%;
    background-size: cover;
    position: relative;
    top: -300px;
    height: 3410px;
}
.gifpetal img {
        position: relative;
    top: 0;
    width: 100%;
    height: auto;
    left: 0;
}		
.gifimage img {
        position: relative;
    bottom: 800px;
    width: 35%;
    height: auto;
    left: 32%;
}
.gifbird img {
   position: relative;
    top: 1500px;
    width: 65%;
    height: auto;
    left: 20%;
}
.giffountain img {
    position: relative;
    top: 1500px;
    width: 65%;
    height: auto;
    left: 20%;
}
.gifcurtain img {
    position: relative;
    top: 1500px;
    width: 65%;
    height: auto;
    left: 20%;
}

    }
