#aniG{
        width:100%;
        margin: auto;
        float:left;
}
#canvas{
       
        width:100% !important; height:auto !important;
}
#dom_overlay_container{

        width:100% !important; height:auto !important;
}
.entry-footer{
        display:none;
}
#animation_container, #_preload_div_ {
        position:relative;
        margin:auto;
        left:0;right:0;
        top:0;bottom:0;
}
#buttonLine{
        width:100%;
        margin:4px auto;
        text-align:center;
}
#buttonLine2{
        width:100%;
        margin:4px auto;
        text-align:center;
}
.hidden {
        display: none;
}
    
#message {
        margin: 20px 0px 20px 0px;
        padding: 10px;
        border: 1px solid #000;
        background-color: white;
        color: black;
        font-family: "Open Sans", sans-serif;
	font-size: 16px;
	letter-spacing: 2px;
	text-decoration: none;
	text-transform: uppercase;
}
@media screen and (max-width: 1366px) {
        #animation_container{
        
        /*width:auto !important; height:60vh !important;*/
}
#canvas{
       
        /*width:400px !important;*/ /*height:60vh !important;*/
}
#dom_overlay_container{

        width:auto !important; height:60vh !important;
}
}

#loadingBarContainer {
        width: 100%;
        background-color: #f3f3f3;
        border: 1px solid #ccc;
        margin-top: 20px;
        display: none;
    }
    #loadingBar {
        width: 0;
        height: 30px;
        background-color: #4caf50;
        text-align: center;
        line-height: 30px;
        color: white;
    }
#dwLink {
        text-align: center;
}
#download{
        font-size: 27px;
}
#social-search-toggle {
        display: none !important;
}
#buts{
    width:100px;
    margin: auto;
}
  .animated-button1 {
    /*background: linear-gradient(-30deg, #3d0b0b 50%, #2b0808 50%);*/
    background-image: url( https://little1stories.com/wp-content/uploads/2022/05/customise.svg);
    background-size: contain;
    background-position-x:center;
    background-repeat: no-repeat;
    height: 176px;
    width:100px;
    padding: 104% 0px 0px 0px;
    margin: 12px;
    display: inline-block;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    overflow: hidden;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
            box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    }

    .animated-button1::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #ad8585;
    opacity: 0;
    -webkit-transition: .2s opacity ease-in-out;
    transition: .2s opacity ease-in-out;
    }

    .animated-button1:hover::before {
    opacity: 0.2;
    }

    .animated-button1 span {
    position: absolute;
    }

    .animated-button1 span:nth-child(1) {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(43, 8, 8, 0)), to(#ffffff));
    background: linear-gradient(to left, rgba(43, 8, 8, 0), #ffffff);
    -webkit-animation: 2s animateTop linear infinite;
            animation: 2s animateTop linear infinite;
    }

    @keyframes animateTop {
    0% {
        -webkit-transform: translateX(100%);
                transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%);
    }
    }

    .animated-button1 span:nth-child(2) {
    top: 0px;
    right: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(43, 8, 8, 0)), to(#ffffff));
    background: linear-gradient(to top, rgba(43, 8, 8, 0), #ffffff);
    -webkit-animation: 2s animateRight linear -1s infinite;
            animation: 2s animateRight linear -1s infinite;
    }

    @keyframes animateRight {
    0% {
        -webkit-transform: translateY(100%);
                transform: translateY(100%);
    }
    100% {
        -webkit-transform: translateY(-100%);
                transform: translateY(-100%);
    }
    }

    .animated-button1 span:nth-child(3) {
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(43, 8, 8, 0)), to(#ffffff));
    background: linear-gradient(to right, rgba(43, 8, 8, 0), #ffffff);
    -webkit-animation: 2s animateBottom linear infinite;
            animation: 2s animateBottom linear infinite;
    }

    @keyframes animateBottom {
    0% {
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%);
    }
    100% {
        -webkit-transform: translateX(100%);
                transform: translateX(100%);
    }
    }

    .animated-button1 span:nth-child(4) {
    top: 0px;
    left: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 8, 8, 0)), to(#ffffff));
    background: linear-gradient(to bottom, rgba(43, 8, 8, 0), #ffffff);
    -webkit-animation: 2s animateLeft linear -1s infinite;
            animation: 2s animateLeft linear -1s infinite;
    }

    @keyframes animateLeft {
    0% {
        -webkit-transform: translateY(-100%);
                transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(100%);
                transform: translateY(100%);
    }
    }


    /*Buttton 2 *********************************/

    .animated-button2 {
        /*background: linear-gradient(-30deg, #3d240b 50%, #2b1a08 50%);*/
        background-image: url( https://little1stories.com/wp-content/uploads/2022/05/MumnBaby.svg);
        background-size: contain;
        background-position-x:center;
        background-repeat: no-repeat;
        height: 176px;
        width:100px;
        padding: 141% 0px 0px 0px;
        margin: 12px;
        display: inline-block;
        -webkit-transform: translate(0%, 0%);
                transform: translate(0%, 0%);
        overflow: hidden;
        color: #fff;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 1.5px;
        text-align: center;
        text-transform: uppercase;
        text-decoration: none;
        -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
                box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
      }
      
      .animated-button2::before {
        content: '';
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: #ad9985;
        opacity: 0;
        -webkit-transition: .2s opacity ease-in-out;
        transition: .2s opacity ease-in-out;
      }
      
      .animated-button2:hover::before {
        opacity: 0.2;
      }
      
      .animated-button2 span {
        position: absolute;
      }
      
      .animated-button2 span:nth-child(1) {
        top: 0px;
        left: 0px;
        width: 100%;
        height: 2px;
        background: -webkit-gradient(linear, right top, left top, from(rgba(43, 26, 8, 0)), to(#0cceff));
        background: linear-gradient(to left, rgba(43, 26, 8, 0), #0cceff);
        -webkit-animation: 2s animateTop linear infinite;
                animation: 2s animateTop linear infinite;
      }
      
      @keyframes animateTop {
        0% {
          -webkit-transform: translateX(100%);
                  transform: translateX(100%);
        }
        100% {
          -webkit-transform: translateX(-100%);
                  transform: translateX(-100%);
        }
      }
      
      .animated-button2 span:nth-child(2) {
        top: 0px;
        right: 0px;
        height: 100%;
        width: 2px;
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(43, 26, 8, 0)), to(#0cceff));
        background: linear-gradient(to top, rgba(43, 26, 8, 0), #0cceff);
        -webkit-animation: 2s animateRight linear -1s infinite;
                animation: 2s animateRight linear -1s infinite;
      }
      
      @keyframes animateRight {
        0% {
          -webkit-transform: translateY(100%);
                  transform: translateY(100%);
        }
        100% {
          -webkit-transform: translateY(-100%);
                  transform: translateY(-100%);
        }
      }
      
      .animated-button2 span:nth-child(3) {
        bottom: 0px;
        left: 0px;
        width: 100%;
        height: 2px;
        background: -webkit-gradient(linear, left top, right top, from(rgba(43, 26, 8, 0)), to(#ff2e0c));
        background: linear-gradient(to right, rgba(43, 26, 8, 0), #ff2e0c);
        -webkit-animation: 2s animateBottom linear infinite;
                animation: 2s animateBottom linear infinite;
      }
      
      @keyframes animateBottom {
        0% {
          -webkit-transform: translateX(-100%);
                  transform: translateX(-100%);
        }
        100% {
          -webkit-transform: translateX(100%);
                  transform: translateX(100%);
        }
      }
      
      .animated-button2 span:nth-child(4) {
        top: 0px;
        left: 0px;
        height: 100%;
        width: 2px;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 26, 8, 0)), to(#ff2e0c));
        background: linear-gradient(to bottom, rgba(43, 26, 8, 0), #ff2e0c);
        -webkit-animation: 2s animateLeft linear -1s infinite;
                animation: 2s animateLeft linear -1s infinite;
      }
      
      @keyframes animateLeft {
        0% {
          -webkit-transform: translateY(-100%);
                  transform: translateY(-100%);
        }
        100% {
          -webkit-transform: translateY(100%);
                  transform: translateY(100%);
        }
      }

      /********Personlised animated button 1 *****/

      .personalised-animated-button1 {
        /*background: linear-gradient(-30deg, #3d0b0b 50%, #2b0808 50%);*/
        background-image: url( https://little1stories.com/wp-content/uploads/2022/05/cheer.svg);
        background-size: contain;
        background-position-x:center;
        background-repeat: no-repeat;
        height: 176px;
        width:100px;
        padding: 104% 0px 0px 0px;
        margin: 12px;
        display: inline-block;
        -webkit-transform: translate(0%, 0%);
                transform: translate(0%, 0%);
        overflow: hidden;
        color: #ffffff;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 1.5px;
        text-align: center;
        text-transform: uppercase;
        text-decoration: none;
        -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
                box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
        }
    
        .personalised-animated-button1::before {
        content: '';
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: #ad8585;
        opacity: 0;
        -webkit-transition: .2s opacity ease-in-out;
        transition: .2s opacity ease-in-out;
        }
    
        .personalised-animated-button1:hover::before {
        opacity: 0.2;
        }
    
        .personalised-animated-button1 span {
        position: absolute;
        }
    
        .personalised-animated-button1 span:nth-child(1) {
        top: 0px;
        left: 0px;
        width: 100%;
        height: 2px;
        background: -webkit-gradient(linear, right top, left top, from(rgba(43, 8, 8, 0)), to(#ffffff));
        background: linear-gradient(to left, rgba(43, 8, 8, 0), #ffffff);
        -webkit-animation: 2s animateTop linear infinite;
                animation: 2s animateTop linear infinite;
        }
    
        @keyframes animateTop {
        0% {
            -webkit-transform: translateX(100%);
                    transform: translateX(100%);
        }
        100% {
            -webkit-transform: translateX(-100%);
                    transform: translateX(-100%);
        }
        }
    
        .personalised-animated-button1 span:nth-child(2) {
        top: 0px;
        right: 0px;
        height: 100%;
        width: 2px;
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(43, 8, 8, 0)), to(#ffffff));
        background: linear-gradient(to top, rgba(43, 8, 8, 0), #ffffff);
        -webkit-animation: 2s animateRight linear -1s infinite;
                animation: 2s animateRight linear -1s infinite;
        }
    
        @keyframes animateRight {
        0% {
            -webkit-transform: translateY(100%);
                    transform: translateY(100%);
        }
        100% {
            -webkit-transform: translateY(-100%);
                    transform: translateY(-100%);
        }
        }
    
        .personalised-animated-button1 span:nth-child(3) {
        bottom: 0px;
        left: 0px;
        width: 100%;
        height: 2px;
        background: -webkit-gradient(linear, left top, right top, from(rgba(43, 8, 8, 0)), to(#ffffff));
        background: linear-gradient(to right, rgba(43, 8, 8, 0), #ffffff);
        -webkit-animation: 2s animateBottom linear infinite;
                animation: 2s animateBottom linear infinite;
        }
    
        @keyframes animateBottom {
        0% {
            -webkit-transform: translateX(-100%);
                    transform: translateX(-100%);
        }
        100% {
            -webkit-transform: translateX(100%);
                    transform: translateX(100%);
        }
        }
    
        .personalised-animated-button1 span:nth-child(4) {
        top: 0px;
        left: 0px;
        height: 100%;
        width: 2px;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 8, 8, 0)), to(#ffffff));
        background: linear-gradient(to bottom, rgba(43, 8, 8, 0), #ffffff);
        -webkit-animation: 2s animateLeft linear -1s infinite;
                animation: 2s animateLeft linear -1s infinite;
        }
    
        @keyframes animateLeft {
        0% {
            -webkit-transform: translateY(-100%);
                    transform: translateY(-100%);
        }
        100% {
            -webkit-transform: translateY(100%);
                    transform: translateY(100%);
        }
        }