@import url('https://fonts.googleapis.com/css2?family=Eater&display=swap');
@font-face {
    font-family: 'Dharma Gothic C';
    src: url('../fonts/dharma/DharmaGothicC-ExBold.eot');
    src: local('Dharma Gothic C Bold'), local('DharmaGothicC-Bold'),
        url('../fonts/dharma/DharmaGothicC-ExBold.eot') format('embedded-opentype'),
        url('../fonts/dharma/DharmaGothicC-ExBold.woff2') format('woff2'),
        url('../fonts/dharma/DharmaGothicC-ExBold.woff') format('woff'),
        url('../fonts/dharma/DharmaGothicC-ExBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

/* @font-face {
    font-family: 'Dharma Gothic E';
    src: url('../fonts/dharma/DharmaGothicE-Heavy.ttf');
    src: local('Dharma Gothic E Heavy'), local('DharmaGothicE-Heavy'),
        url('DharmaGothicE-Heavy.eot?#iefix') format('embedded-opentype'),
        url('../fonts/dharma/DharmaGothicE-Heavy.woff2') format('woff2'),
        url('../fonts/dharma/DharmaGothicE-Heavy.woff') format('woff'),
        url('../fonts/dharma/DharmaGothicE-HeavyItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
} */
@font-face {
    font-family: 'Dharma Gothic E';
    src: url('../fonts/dharma/DharmaGothicE-Bold.eot');
    src: local('Dharma Gothic E'), local('DharmaGothicE-Heavy'),
        url('DharmaGothicE.eot?#iefix') format('embedded-opentype'),
        url('../fonts/dharma/DharmaGothicE-Bold.woff2') format('woff2'),
        url('../fonts/dharma/DharmaGothicE-Bold.woff') format('woff'),
        url('../fonts/dharma/DharmaGothicE-Bold.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'AlternateGot';
    src: url('../fonts/alternategotno/AlternateGotNo3D\ Regular.ttf');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Magnificent Serif';
    src: url('../fonts/magnificent/Magnificent-Serif.ttf');
    font-weight: 400;
    font-style: normal;
}
/**Fonts apply**/
.magnificent{
    font-family: "Eater", serif !important;
}
p , a , button{
    font-family: 'AlternateGot' !important;
}
h1 , h2 , h3 , h4, h5 , h6{
    font-family: 'Dharma Gothic E';
}
.fs-16{
    font-size: clamp(0.875rem, 0.8338rem + 0.2062vw, 1rem);
}
.fs-24{
  font-size: clamp(1.125rem, 1.0761rem + 0.2446vw, 1.6875rem);
}
.fs-48{
    
    font-size: clamp(1.875rem, 1.65rem + 1.125vw, 3rem);
}
.fs-40{
    
    font-size: clamp(1.5rem, 1.3rem + 1vw, 2.5rem);
}
.fs-32{
    
    font-size: clamp(1.5rem, 1.4rem + 0.5vw, 2rem);
}
.fs-64{
    
    font-size: clamp(2.25rem, 1.9rem + 1.75vw, 4rem);
}
.fs-120{
    
  font-size: clamp(2.25rem, 1.7935rem + 2.2826vw, 7.5rem);
}
.fs-68{
    
    font-size: clamp(2.25rem, 1.9rem + 1.75vw, 4rem);
}
.fs-184{
    font-size:clamp(2.5rem, 1.7174rem + 3.913vw, 11.5rem);
}
.fs-80{
  font-size:clamp(2rem, 1.7391rem + 1.3043vw, 5rem);
}
.fs-128{
  font-size:clamp(2.5rem, 1.9565rem + 2.7174vw, 8.75rem);
}
.fs-130{
   
    font-size: clamp(2.5rem, 2.0109rem + 2.4457vw, 8.125rem);
    line-height: 0.9;
}
.fs-140{
   
  font-size: clamp(2.5rem, 1.9565rem + 2.7174vw, 8.75rem);
}
.fs-18{
    font-size: clamp(1rem, 0.975rem + 0.125vw, 1.125rem) !important;
}
/**Fonts apply end**/


/**Global Elements**/

.border-bottomm{
    border-bottom: 1px solid #444444 !important;
}
.btn {
    padding: 13px 40px !important;
    font-size: 1.4rem !important;
}
.text-orange{
    color: #E0630B;
    
}
.text-gray{
    color: #BFBFC2;
}
.fit-content{
    width: fit-content;
}
body{
    background: linear-gradient(180deg, #444444, #242527, #2B3035, #231F1D, #3B3D3E) !important;

}
/**Banner**/
.bg-orange{
    background-color: #E0630B !important;
}
.bg-banner{
    background-image: url(../images/updated-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 90vh;
    background-position: bottom;
    overflow:hidden;
}

        canvas {
    position: absolute;
    top: -10%;
    width:100%;
}
div#stats {
    display: none;
}
.bg-orange{
    z-index: 9;
}
.bg-img{
    height: 100vh;
}
.custom-z{
    position:relative;
    z-index: 9;
}
.puppy-img {
    width: 60%;
    position: relative;
    bottom: -50%;
    z-index: -1;
    right: -12%;
    z-index: 9;
}
.puppy-img:before {
    content: url('../images/right-ear.png');
    position: absolute;
    color: #fff;
    z-index: 9999999;
}
section.bg-banner:before {
    content: url(../images/grasss.png);
    position: absolute;
    bottom: -6%;
    width: 100%;
    z-index: 13;
}
#trees-top{
 position: absolute;
    top: 1%;
    right: -3%;
    transform-origin: right;   
}
#full-tree {
    position: absolute;
    top: -2%;
    left: -25%;
    transform-origin: left center;
    height: 100%;
    width: 100%;
}
/**Dog Section**/
.bg-img{
    background-image: url(../images/dogi-2-6700340c3f1e8.webp);
    background-repeat: no-repeat;
    background-size: cover;
    overflow:hidden;
   height:100vh;
}
.bg-objects{
    background-image: url(../images/bg-objects.png);
    background-repeat: no-repeat;
    background-size: cover;
   padding: 150px 0px 100px 0px;
}

.issue {
    overflow: hidden !important;
}

/**Packages **/
.package {
    background-color: #2B3035;
    padding: 0px 0px 30px 0px;
    overflow: hidden !important;
}

.package{
    overflow-x: hidden !important;
}
.custom-width{
  max-width: 1140px;
  margin: 0 auto !important;
}

.group-img:after {
    content: url(../images/group-img.png);
    position: absolute;
    bottom: -3%;
    z-index: 9;
}
.ghost-container {
    position: relative;
    width: 128px;
    height: 100px;
    z-index: 99;
  }
  
  .ghost-container svg {
    animation: move-rhombus 12s ease-in-out infinite;
  }
  .moon-img {
    top: 0;
    left: 50%;
    z-index: 0;
}
.second-trees {
    z-index: 1;
}
  /* Blink effect (opacity) */
  @keyframes blink {
    0%, 100% {
      opacity: 1;
    }
    50% {
      opacity: 0;
    }
  }
  
  @keyframes move-rhombus {
    0% {
      transform: translate(0, 0) scaleX(-1);
    }
    /*20% {*/
    /*  transform: translate(500px, -50px) scaleX(-1);*/
    /*}*/
    /*25% {*/
    /*  transform: translate(500px, -50px) scaleX(-1);*/
    /*  animation: blink 1s ease-in-out;*/
    /*}*/
    /*26% {*/
    /*  transform: translate(500px, -50px) scaleX(-1);*/
    /*}*/
    45% {
      transform: translate(1200px, 50px) scaleX(-1);
    }
    50% {
      transform: translate(1200px, 50px) scaleX(-1);
      animation: blink 1s ease-in-out;
    }
    51% {
      transform: translate(1200px, 50px) scaleX(1);
    }
    70% {
      transform: translate(500px, 200px) scaleX(1);
    }
    75% {
      transform: translate(500px, 200px) scaleX(1);
      animation: blink 1s ease-in-out;
    }
    76% {
      transform: translate(500px, 200px) scaleX(1);
    }
    95% {
      transform: translate(0, 0) scaleX(1);
    }
    100% {
      transform: translate(0, 0) scaleX(1);
      animation: blink 1s ease-in-out;
    }
  }
  @keyframes sway {
    0% {
      transform: scale(1) rotate(0deg);
    }
    50% {
      transform: scale(1.05) rotate(2deg);
    }
    100% {
      transform: scale(1) rotate(0deg);
    }
  }
  
  svg {
    animation: sway 2s ease-in-out infinite;
    transform-origin: bottom center; /* Adjust based on your SVG structure */
  }
  
/**Why Choose**/
.bg-orange-img{
    background-image: url(../images/bg-orange-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    
    padding: 100px 0px;
}
.main-parent {
    border: 1px solid #fff;
    /* padding: 10px 15px 15px 15px; */
}
.border-topp{
    border-top: 1px solid #fff;
}
.border-leftt{
    border-left: 1px solid #fff;
}
.pl-1{
    padding-left: 10px;
}
/**Ready to join**/
.bg-ready-get{
    background-image: url(../images/bg-dog.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0px ;
   
}
.dog-img {
  position: absolute;
  top: -75%;
  transform: translateY(0);
  height: 400px !important;
}
.dog-row {
    position: relative;
    height: 200px;
}
/**Last section*/
.last{
    background-image: url(../images/getfirst.png);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden !important;
    padding: 100px 0px;
}
.bullymakebox {
    left: 50%;
    top: -30%;
    transform: translate(-50%, 0%);
        width: 70%;
}
.right-svg {
    z-index: 9;
}
.bird-container {
    position: absolute;
    top: 50%; /* Center vertically */
    left: -100px; /* Start off-screen */
    animation: fly 4s linear infinite; /* Animation properties */
}

@keyframes fly {
    0% {
        transform: translateY(0) rotate(0deg); /* Start position */
    }
    25% {
        transform: translateY(-20px) rotate(10deg); /* Fly up and tilt */
    }
    50% {
        transform: translateY(0) rotate(-10deg); /* Return down and tilt */
    }
    75% {
        transform: translateY(20px) rotate(10deg); /* Fly down and tilt */
    }
    100% {
        transform: translateY(0) rotate(0deg); /* Return to start position */
    }
}

/* Wing flapping animation */
@keyframes flap {
    0%, 100% {
        transform: rotate(0deg); /* Wings down */
    }
    50% {
        transform: rotate(-30deg); /* Wings up */
    }
}

/* Adding an additional container for wings */
.wing-left, .wing-right {
    position: absolute;
    top: 50%; /* Center vertically */
    width: 100%; /* Wing width */
    height: 100%; /* Wing height */
    transform-origin: center; /* Set transform origin */
    animation: flap 0.4s ease-in-out infinite; /* Wing flapping animation */
}

.wing-left {
    left: 0; /* Position left wing */
    transform: rotate(0deg); /* Initial position */
}

.wing-right {
    right: 0; /* Position right wing */
    transform: rotate(0deg); /* Initial position */
}
.bird2 {
    right: -100px;
    left: auto;
    top: 0;
}
.bird3 {
    right: -100px;
    left: auto;
    bottom: 0;
    top: auto;
}
.handimg {
    top: 15px;
    z-index: -1;
    transition: top 0.3s ease, z-index 0s linear 0.3s; /* Transition for 'top' and 'z-index' */
}

.box-img:hover .handimg {
    top: -35px !important;
    z-index: 1;
    transition: top 0.3s ease; /* Resetting transition for hover state */
}

.right-svg svg{
    margin-top: 20px;
}
/**Footer**/
footer{
    background-image: url(../images/bg-footer.png);
    background-repeat: no-repeat;
    background-size: cover;

}
/**Why Choose**/

[class*="spider"] {
    position: absolute;
    height: 40px;
    width: 50px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 40px 0 0 0;
    background: #110D04;
  }
  [class*="spider"] *, [class*="spider"]:before, [class*="spider"]:after, [class*="spider"] :after, [class*="spider"] :before {
    position: absolute;
    content: "";
  }
  [class*="spider"]:before {
    width: 1px;
    background: #23201f;
    left: 50%;
    top: -270px;
    height: 270px;
  }
  [class*="spider"] .eye {
    top: 16px;
    height: 14px;
    width: 12px;
    background: #FFFFFF;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }
  [class*="spider"] .eye:after {
    top: 6px;
    height: 5px;
    width: 5px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: black;
  }
  [class*="spider"] .eye.left {
    left: 14px;
  }
  [class*="spider"] .eye.left:after {
    right: 3px;
  }
  [class*="spider"] .eye.right {
    right: 14px;
  }
  [class*="spider"] .eye.right:after {
    left: 3px;
  }
  [class*="spider"] .leg {
    top: 6px;
    height: 12px;
    width: 14px;
    border-top: 2px solid #110D04;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
    z-index: -1;
  }
  [class*="spider"] .leg.left {
    left: -8px;
    -moz-transform-origin: top right;
    -ms-transform-origin: top right;
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -moz-transform: rotate(36deg) skewX(-20deg);
    -ms-transform: rotate(36deg) skewX(-20deg);
    -webkit-transform: rotate(36deg) skewX(-20deg);
    transform: rotate(36deg) skewX(-20deg);
    border-left: 2px solid #110D04;
    -moz-border-radius: 60% 0 0 0;
    -webkit-border-radius: 60%;
    border-radius: 60% 0 0 0;
    -moz-animation: legs-wriggle-left 1s 0s infinite;
    -webkit-animation: legs-wriggle-left 1s 0s infinite;
    animation: legs-wriggle-left 1s 0s infinite;
  }
  [class*="spider"] .leg.right {
    right: -8px;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -moz-transform: rotate(-36deg) skewX(20deg);
    -ms-transform: rotate(-36deg) skewX(20deg);
    -webkit-transform: rotate(-36deg) skewX(20deg);
    transform: rotate(-36deg) skewX(20deg);
    border-right: 2px solid #110D04;
    -moz-border-radius: 0 60% 0 0;
    -webkit-border-radius: 0;
    border-radius: 0 60% 0 0;
    -moz-animation: legs-wriggle-right 1s 0.2s infinite;
    -webkit-animation: legs-wriggle-right 1s 0.2s infinite;
    animation: legs-wriggle-right 1s 0.2s infinite;
    z-index: 99;
  }
  [class*="spider"] .leg:nth-of-type(2) {
    top: 14px;
    left: -11px;
    -moz-animation: legs-wriggle-left 1s 0.8s infinite;
    -webkit-animation: legs-wriggle-left 1s 0.8s infinite;
    animation: legs-wriggle-left 1s 0.8s infinite;
    z-index: 99;
  }
  [class*="spider"] .leg:nth-of-type(3) {
    top: 22px;
    left: -12px;
    -moz-animation: legs-wriggle-left 1s 0.2s infinite;
    -webkit-animation: legs-wriggle-left 1s 0.2s infinite;
    animation: legs-wriggle-left 1s 0.2s infinite;
    z-index: 99;
  }
  [class*="spider"] .leg:nth-of-type(4) {
    top: 31px;
    left: -10px;
    -moz-animation: legs-wriggle-left 1s 0.4s infinite;
    -webkit-animation: legs-wriggle-left 1s 0.4s infinite;
    animation: legs-wriggle-left 1s 0.4s infinite;
    z-index: 99;
  }
  [class*="spider"] .leg:nth-of-type(6) {
    top: 14px;
    right: -11px;
    -moz-animation: legs-wriggle-right 1s 0.4s infinite;
    -webkit-animation: legs-wriggle-right 1s 0.4s infinite;
    animation: legs-wriggle-right 1s 0.4s infinite;
    z-index: 99;
  }
  [class*="spider"] .leg:nth-of-type(7) {
    top: 22px;
    right: -12px;
    -moz-animation: legs-wriggle-right 1s 0.7s infinite;
    -webkit-animation: legs-wriggle-right 1s 0.7s infinite;
    animation: legs-wriggle-right 1s 0.7s infinite;
    z-index: 99;
  }
  [class*="spider"] .leg:nth-of-type(8) {
    top: 31px;
    right: -10px;
    -moz-animation: legs-wriggle-right 1s 0.3s infinite;
    -webkit-animation: legs-wriggle-right 1s 0.3s infinite;
    animation: legs-wriggle-right 1s 0.3s infinite;
    z-index: 99;
  }
  
  .spider_0 {
    right: 5%;
    -moz-animation: spider-move-0 5s infinite;
    -webkit-animation: spider-move-0 5s infinite;
    animation: spider-move-0 5s infinite;
  }
  
  @-moz-keyframes flicker {
    0%, 6%, 12% {
      text-shadow: none;
      color: #111111;
    }
    3%, 9% {
      text-shadow: 0 0 8px rgba(250, 103, 1, 0.6);
      color: #fa6701;
    }
    60% {
      text-shadow: 0 0 8px rgba(250, 103, 1, 0.6), 0 0 16px rgba(250, 103, 1, 0.4), 0 0 20px rgba(255, 0, 84, 0.2), 0 0 22px rgba(255, 0, 84, 0.1);
      color: #fa6701;
    }
    100% {
      text-shadow: 0 0 8px rgba(250, 103, 1, 0.6), 0 0 16px rgba(250, 103, 1, 0.4), 0 0 20px rgba(255, 0, 84, 0.2), 0 0 22px rgba(255, 0, 84, 0.1);
      color: #fa6701;
    }
  }
  @-webkit-keyframes flicker {
    0%, 6%, 12% {
      text-shadow: none;
      color: #111111;
    }
    3%, 9% {
      text-shadow: 0 0 8px rgba(250, 103, 1, 0.6);
      color: #fa6701;
    }
    60% {
      text-shadow: 0 0 8px rgba(250, 103, 1, 0.6), 0 0 16px rgba(250, 103, 1, 0.4), 0 0 20px rgba(255, 0, 84, 0.2), 0 0 22px rgba(255, 0, 84, 0.1);
      color: #fa6701;
    }
    100% {
      text-shadow: 0 0 8px rgba(250, 103, 1, 0.6), 0 0 16px rgba(250, 103, 1, 0.4), 0 0 20px rgba(255, 0, 84, 0.2), 0 0 22px rgba(255, 0, 84, 0.1);
      color: #fa6701;
    }
  }
  @keyframes flicker {
    0%, 6%, 12% {
      text-shadow: none;
      color: #111111;
    }
    3%, 9% {
      text-shadow: 0 0 8px rgba(250, 103, 1, 0.6);
      color: #fa6701;
    }
    60% {
      text-shadow: 0 0 8px rgba(250, 103, 1, 0.6), 0 0 16px rgba(250, 103, 1, 0.4), 0 0 20px rgba(255, 0, 84, 0.2), 0 0 22px rgba(255, 0, 84, 0.1);
      color: #fa6701;
    }
    100% {
      text-shadow: 0 0 8px rgba(250, 103, 1, 0.6), 0 0 16px rgba(250, 103, 1, 0.4), 0 0 20px rgba(255, 0, 84, 0.2), 0 0 22px rgba(255, 0, 84, 0.1);
      color: #fa6701;
    }
  }
  @-moz-keyframes legs-wriggle-left {
    0%, 100% {
      -moz-transform: rotate(36deg) skewX(-20deg);
      transform: rotate(36deg) skewX(-20deg);
    }
    25%, 75% {
      -moz-transform: rotate(15deg) skewX(-20deg);
      transform: rotate(15deg) skewX(-20deg);
    }
    50% {
      -moz-transform: rotate(45deg) skewX(-20deg);
      transform: rotate(45deg) skewX(-20deg);
    }
  }
  @-webkit-keyframes legs-wriggle-left {
    0%, 100% {
      -webkit-transform: rotate(36deg) skewX(-20deg);
      transform: rotate(36deg) skewX(-20deg);
    }
    25%, 75% {
      -webkit-transform: rotate(15deg) skewX(-20deg);
      transform: rotate(15deg) skewX(-20deg);
    }
    50% {
      -webkit-transform: rotate(45deg) skewX(-20deg);
      transform: rotate(45deg) skewX(-20deg);
    }
  }
  @keyframes legs-wriggle-left {
    0%, 100% {
      -moz-transform: rotate(36deg) skewX(-20deg);
      -ms-transform: rotate(36deg) skewX(-20deg);
      -webkit-transform: rotate(36deg) skewX(-20deg);
      transform: rotate(36deg) skewX(-20deg);
    }
    25%, 75% {
      -moz-transform: rotate(15deg) skewX(-20deg);
      -ms-transform: rotate(15deg) skewX(-20deg);
      -webkit-transform: rotate(15deg) skewX(-20deg);
      transform: rotate(15deg) skewX(-20deg);
    }
    50% {
      -moz-transform: rotate(45deg) skewX(-20deg);
      -ms-transform: rotate(45deg) skewX(-20deg);
      -webkit-transform: rotate(45deg) skewX(-20deg);
      transform: rotate(45deg) skewX(-20deg);
    }
  }
  @-moz-keyframes legs-wriggle-right {
    0%, 100% {
      -moz-transform: rotate(-36deg) skewX(20deg);
      transform: rotate(-36deg) skewX(20deg);
    }
    25%, 75% {
      -moz-transform: rotate(-15deg) skewX(20deg);
      transform: rotate(-15deg) skewX(20deg);
    }
    50% {
      -moz-transform: rotate(-45deg) skewX(20deg);
      transform: rotate(-45deg) skewX(20deg);
    }
  }
  @-webkit-keyframes legs-wriggle-right {
    0%, 100% {
      -webkit-transform: rotate(-36deg) skewX(20deg);
      transform: rotate(-36deg) skewX(20deg);
    }
    25%, 75% {
      -webkit-transform: rotate(-15deg) skewX(20deg);
      transform: rotate(-15deg) skewX(20deg);
    }
    50% {
      -webkit-transform: rotate(-45deg) skewX(20deg);
      transform: rotate(-45deg) skewX(20deg);
    }
  }
  @keyframes legs-wriggle-right {
    0%, 100% {
      -moz-transform: rotate(-36deg) skewX(20deg);
      -ms-transform: rotate(-36deg) skewX(20deg);
      -webkit-transform: rotate(-36deg) skewX(20deg);
      transform: rotate(-36deg) skewX(20deg);
    }
    25%, 75% {
      -moz-transform: rotate(-15deg) skewX(20deg);
      -ms-transform: rotate(-15deg) skewX(20deg);
      -webkit-transform: rotate(-15deg) skewX(20deg);
      transform: rotate(-15deg) skewX(20deg);
    }
    50% {
      -moz-transform: rotate(-45deg) skewX(20deg);
      -ms-transform: rotate(-45deg) skewX(20deg);
      -webkit-transform: rotate(-45deg) skewX(20deg);
      transform: rotate(-45deg) skewX(20deg);
    }
  }
  @-moz-keyframes spider-move-0 {
    0%, 100% {
      margin-top: 42px;
    }
    31% {
      margin-top: calc(42px + 96px);
    }
  }
  @-webkit-keyframes spider-move-0 {
    0%, 100% {
      margin-top: 42px;
    }
    31% {
      margin-top: calc(42px + 96px);
    }
  }
  @keyframes spider-move-0 {
    0%, 100% {
      margin-top: 42px;
    }
    31% {
      margin-top: calc(42px + 96px);
    }
  }
  @-moz-keyframes spider-move-1 {
    0%, 100% {
      margin-top: 122px;
    }
    46% {
      margin-top: calc(122px + 111px);
    }
  }
  @-webkit-keyframes spider-move-1 {
    0%, 100% {
      margin-top: 122px;
    }
    46% {
      margin-top: calc(122px + 111px);
    }
  }
  @keyframes spider-move-1 {
    0%, 100% {
      margin-top: 122px;
    }
    46% {
      margin-top: calc(122px + 111px);
    }
  }
  @-moz-keyframes spider-move-2 {
    0%, 100% {
      margin-top: 185px;
    }
    35% {
      margin-top: calc(185px + 109px);
    }
  }
  @-webkit-keyframes spider-move-2 {
    0%, 100% {
      margin-top: 185px;
    }
    35% {
      margin-top: calc(185px + 109px);
    }
  }
  @keyframes spider-move-2 {
    0%, 100% {
      margin-top: 185px;
    }
    35% {
      margin-top: calc(185px + 109px);
    }
  }
  @-moz-keyframes spider-move-3 {
    0%, 100% {
      margin-top: 127px;
    }
    64% {
      margin-top: calc(127px + 89px);
    }
  }
  @-webkit-keyframes spider-move-3 {
    0%, 100% {
      margin-top: 127px;
    }
    64% {
      margin-top: calc(127px + 89px);
    }
  }
  @keyframes spider-move-3 {
    0%, 100% {
      margin-top: 127px;
    }
    64% {
      margin-top: calc(127px + 89px);
    }
  }
  @-moz-keyframes spider-move-4 {
    0%, 100% {
      margin-top: 52px;
    }
    46% {
      margin-top: calc(52px + 76px);
    }
  }
  @-webkit-keyframes spider-move-4 {
    0%, 100% {
      margin-top: 52px;
    }
    46% {
      margin-top: calc(52px + 76px);
    }
  }
  @keyframes spider-move-4 {
    0%, 100% {
      margin-top: 52px;
    }
    46% {
      margin-top: calc(52px + 76px);
    }
  }
  @-moz-keyframes spider-move-5 {
    0%, 100% {
      margin-top: 215px;
    }
    68% {
      margin-top: calc(215px + 65px);
    }
  }
  @-webkit-keyframes spider-move-5 {
    0%, 100% {
      margin-top: 215px;
    }
    68% {
      margin-top: calc(215px + 65px);
    }
  }
  @keyframes spider-move-5 {
    0%, 100% {
      margin-top: 215px;
    }
    68% {
      margin-top: calc(215px + 65px);
    }
  }
  

@media only screen and (max-width: 768px){
    .right-svg svg, .left-tree svg {
        width: 300px;
        height: 510px;
    }
    .bird2{
        right: 0;
    }
    .bird3{
        right: 0;
    }
    .horrors-trees {
        top: 100px;
    }
}
@media only screen and (min-width: 768px){
    .w-md-75  {
        width: 75%;
    }
    .w-md-50{
        width: 50%;
    }
    .vh-md-100{
        height: 100vh;
    } 
}

@media only screen and (max-width: 600px){
    .right-svg svg, .left-tree svg {
        width: 165px;
        height: 510px;
    }
    .bullymakebox {
        left: 50%;
        top: 0%;
        transform: translate(-50%, 0%);
        width: 80%;
    }
    .bg-banner {
        height: 75vh !important;
    }
    .xs-hide{
        display: none;
    }
    section.bg-objects{
        padding: 50px 0;
    }
    .video-img{
        margin: 0 auto;
        display: block;
        
    }
    .dog-img{
        display: none;
    }
    .bg-img{
      height: 30vh;
    }
    .package{
        overflow-x:hidden ;
    }
    
}
@media only screen and (max-width: 1024px) and (min-width:992px){
    .last {
        overflow: hidden;
    }
    .group-img:after {
 
        left: -43%;
    }
    section.bg-objects {
        padding: 70px 0px;
    }
}