@media (max-width:768px){
    .anim-st{
        font-size:20px !important;
        text-align:center !important;
    }
    .m{
        margin-top:0;
    }
    .po{
        font-size:30px !important;
    }
    .te{
        font-size:28px !important;
    }
}
.st {
    
    position: relative;
    animation: mymove 5s infinite;
   
  }
  
  @keyframes mymove {
    0%   {top: 0px; left: 0px; }
    25%  {top: 20px; left: 0px; }
    50%  {top: 20px; left: 0px; }
    75%  {top: 20px; left: 0px; }
    100% {top: 0px; left: 0px; }
  }

 
.text-anim {
    color: #ffffff;
    font-size: 32px;
    text-align: center;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
  }
  
  /* ==========================================================================
       Main Animation	 ========================================================================== */
  .text-anim span {
    opacity: 0;
    transition: all, 550ms;
    -moz-filter: blurunquote("(25px)");
    -ms-filter: blurunquote("(25px)");
    filter: blurunquote("(25px)");
    transform: translateZunquote("(0)");
  }
  .text-anim span:nth-child(22) {
    transition-delay: 770ms;
  }
  .text-anim span:nth-child(21) {
    transition-delay: 735ms;
  }
  .text-anim span:nth-child(20) {
    transition-delay: 700ms;
  }
  .text-anim span:nth-child(19) {
    transition-delay: 665ms;
  }
  .text-anim span:nth-child(18) {
    transition-delay: 630ms;
  }
  .text-anim span:nth-child(17) {
    transition-delay: 595ms;
  }
  .text-anim span:nth-child(16) {
    transition-delay: 560ms;
  }
  .text-anim span:nth-child(15) {
    transition-delay: 525ms;
  }
  .text-anim span:nth-child(14) {
    transition-delay: 490ms;
  }
  .text-anim span:nth-child(13) {
    transition-delay: 455ms;
  }
  .text-anim span:nth-child(12) {
    transition-delay: 420ms;
  }
  .text-anim span:nth-child(11) {
    transition-delay: 385ms;
  }
  .text-anim span:nth-child(10) {
    transition-delay: 350ms;
  }
  .text-anim span:nth-child(9) {
    transition-delay: 315ms;
  }
  .text-anim span:nth-child(8) {
    transition-delay: 280ms;
  }
  .text-anim span:nth-child(7) {
    transition-delay: 245ms;
  }
  .text-anim span:nth-child(6) {
    transition-delay: 210ms;
  }
  .text-anim span:nth-child(5) {
    transition-delay: 175ms;
  }
  .text-anim span:nth-child(4) {
    transition-delay: 140ms;
  }
  .text-anim span:nth-child(3) {
    transition-delay: 105ms;
  }
  .text-anim span:nth-child(2) {
    transition-delay: 70ms;
  }
  .text-anim span:nth-child(1) {
    transition-delay: 35ms;
  }
  
  .text-anim.animate span {
    opacity: 1;
    -moz-filter: blurunquote("(0px)");
    -ms-filter: blurunquote("(0px)");
    filter: blurunquote("(0px)");
  }

  

::-webkit-scrollbar {


	width: 0;
}

#scrollpath {

	position: fixed;
	top: 0;
	right: 0;
	width: 10px;
	height: 10%;
	background: rgba(225, 225, 225, 0.05);

}

#progressbar {
	position: fixed;
	top: 0;
	right: 0;
	width: 10px;

	background: linear-gradient(to top, #008aff, #00ffe7);
	animation: animate 5s linear infinite;







}

@keyframes animate {

	0%,
	100% {
		filter: hue-rotate(0deg);
	}

	50% {
		filter: hue-rotate(360deg);
	}


}





    @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

    .loader {
      line-height: 7.1rem;
      font-size: 40px;
      perspective: 1000px;
      -webkit-perspective: 1000px;
    }
    .loader > span {
      display: inline-block;
      color: black;
      transform-style: preserve-3d;
      transform-origin: 0 50%;
      animation: anim 3s infinite cubic-bezier(0, 0, 0.24, 1.1)
    }
    .loader > span:nth-child(even) {
      color: #b99548;
    }
    .loader > span:nth-child(2) {
      animation-delay: 0.2s;
    }
    .loader > span:nth-child(3) {
      animation-delay: 0.4s;
    }
    .loader > span:nth-child(4) {
      animation-delay: 0.6s;
    }
    .loader > span:nth-child(5) {
      animation-delay: 0.8s;
    }
    .loader > span:nth-child(6) {
      animation-delay: 1s;
    }
    .loader > span:nth-child(7) {
      animation-delay: 1.2s;
    }
    .loader > span:nth-child(8) {
      animation-delay: 1.4s;
    }
    .loader > span:nth-child(9) {
      animation-delay: 1.6s;
    }
    .loader > span:nth-child(10) {
      animation-delay: 1.8s;
    }
    .loader > span:nth-child(11) {
      animation-delay: 2s;
    }
    .loader > span:nth-child(12) {
      animation-delay: 2.2s;
    }
    .loader > span:nth-child(13) {
      animation-delay: 2.4s;
    }
    .loader > span:nth-child(14) {
      animation-delay: 2.6s;
    }
    @keyframes anim {
      35% {
        transform: rotateX(360deg);
      }
      100% {
        transform: rotateX(360deg);
      }
    }
    

    #sub{
      background: var(--color-primary);
      border: 0;
      padding: 14px 45px;
      color: #fff;
      transition: 0.4s;
      border-radius: 50px;
    }

    #sub:hover{
      background: rgb(139 130 78);
    }
    
    #myForm{
      width: 100%;
    height: 100%;
    background: #645334;
    box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
    padding: 30px;
    border-radius: 0 10px 10px 0;
    }
    #name,#email,#message{
      padding: 12px 15px;
      border-radius: 0;
      box-shadow: none;
      font-size: 14px;
      display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-family: inherit;
    }
    
   .hov:hover{
       transform: scale(1.1);
      transition: 2s;
   }