/*home*/
.site-main {
    float: left;
    width: 100%;
}
.hero-section {
    background:#4b1287; 
	position:relative;
	display: flex;
	height: 94vh;
}
/*  .hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 99vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.69);
    z-index: 1;
} 
*/
.hero-in {
       display: flex;
    align-items: center;
    justify-content: flex-start;
        padding-left: 9%;
       top: -95px;
    position: relative;
} 
.hero-content {
    text-align:left;

}
.hero-content h1 {
    margin-bottom: 10px;
    line-height: 1.2;
    color: #fff;
    font-size: 62px;
    font-weight: 700;
}
.hero-content p {
    font-size: 18px;
    padding-right: 0;
    margin: 20px 0 40px;
    color: #fff;
}
.hero-content a{
    font-size: 20px;
    color: #4b1287;
    padding:15px 35px;
    text-decoration: none;
    background: #f2bb05;
    text-transform: uppercase;
    border-radius: 9px;
    border:1px solid #f2bb05;
	font-weight:700;
}

a.button-red {
    background: #9b1d20;
    text-transform: uppercase;
    border-radius: 10px;
    border:1px solid #9b1d20;
}
a.button-red:hover{
    color: #fff;
    background: #2e4057;
    border:1px solid #fff;
}

/* img.rocket {
	    position: absolute;
    height: 761px;
    bottom: -12px;
    right: 152px;
} */

.rocket-wrapper {
  position: absolute;
  bottom: -50px;
  right: 152px;
	 transform-origin: bottom center;
  animation: rocket-lift-final 4s ease forwards;
}

.rocket {
  height: 761px;
  position: relative;
  z-index: 999999;
}
@keyframes rocket-lift-final {
  0% {
    bottom: -90px;
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(-1deg);
  }
  40% {
    transform: rotate(1deg);
  }
  60% {
    transform: rotate(-0.5deg);
  }
  80% {
    transform: rotate(0.5deg);
  }
  100% {
    bottom: -20px; /* ciljna pozicija */
    transform: rotate(0deg);
  }
}
/* .star {
  position: absolute;
  width: 4px;
  height: 4px;
  background: white;
  border-radius: 50%;
  box-shadow: 0 0 6px 2px white;
  animation: twinkle 2s infinite ease-in-out, moveUp 10s infinite linear;
  z-index: 1;
}

@keyframes twinkle {
  0%, 100% { opacity: 0.8; transform: scale(1); }
  50% { opacity: 0.2; transform: scale(1.5); }
}

@keyframes moveUp {
  0% { transform: translateY(0); }
  100% { transform: translateY(-50px); }
}


.star1 {
  top: 20%;
  left: 70%;
  animation-delay: 0s, 0s;
}

.star2 {
  top: 35%;
  left: 80%;
  animation-delay: 0.5s, 1s;
}



.star4 {
  top: 25%;
  left: 90%;
  animation-delay: 1.5s, 3s;
}

.star5 {
  top: 10%;
  left: 75%;
  animation-delay: 2s, 4s;
}
.stars {	
    position: absolute;
    right: 291px;
    top: 92px;
}
	.stars img {
	height: 55px;
	filter: brightness(0.9);
}
 */
/*portfolio*/
.portfolio-section {
	margin-top: -143px;
    position: relative;
    z-index: 9999999;
    background: #fdfbf6;
}
.portfolio-holder {
	display: flex;
    align-items: center;
/*     justify-content: space-between; */
	height: 110px;
}
.portfolio-item img {
	width:170px;
}
.portfolio-section h2{
	width: 598px;
    margin-top: -33px;
    position: relative;
    z-index: 999;
    background: #fdfbf6;
    padding: 20px 20px 0;
    border-radius: 20px 20px 0 0;
	font-size: 21px;
}



.scroll-wrapper {
  overflow: hidden;
  position: relative;
}

.portfolio-holder {
  display: flex;
  gap: 60px;
  animation: scroll-left 30s linear infinite;
  width: max-content;
}

.portfolio-item img {
  width: 170px;
  height: auto;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}





@media (min-width: 1600px) {
    .portfolio-section .container {
	        width: 1540px;
	}
}
/*The Early-Stage SaaS SEO Challenge*/
.chelenge-section {
	background: #4b1287;
	padding: 100px 0 50px;
}
@media (min-width: 1600px) {
    .chelenge-section .container {
	        width: 1540px;
	}
}

.chelenge-section h2 {
	text-align:center;
	margin-bottom: 70px;
    line-height: 1.2;
    color: #fff;
    font-size: 42px;
    font-weight: 700;
	position: relative;
}
.challenge-content {
	text-align:center;
	padding: 30px 28px;
    border: 3px solid #f6bd15;
    border-radius: 23px;
}
.challenge-content:hover {
	background: rebeccapurple;
}
.challenge-content img {
	height: 100px;
	margin-bottom: 10px;
}
.challenge-content h3 {
	margin-bottom: 10px;
    line-height: 1.2;
    color: #fff;
    font-size: 33px;
    font-weight: 600;
}
.challenge-content p {
    line-height: 1.3;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}
/*The Early-Stage SaaS SEO Challenge*/
/* solution-section */
.solution-section {
	background: #4b1287;
    padding: 60px 0 100px;
	   background: linear-gradient(
        to bottom,
        #4b1287 0%,
        #592d85 20%,
        #592d85 80%,
        #4b1287 100%
    );
	margin-top: -1px;
}
/* @media (min-width: 1200px) {
    .solution-section .container {
	        width: 1330px;
	}
} */
.solution-section h2 {
	text-align: left;
    margin-bottom: 50px;
    line-height: 1.2;
    color: #fff;
    font-size: 42px;
    font-weight: 700;
	width:50%;
}
.solution-content img {
	height:100px;
}
.solution-item {
	background: #fdfbf6;
	margin-bottom:25px;
	border-radius: 20px;
}
.solution-content {
	display: flex;
    justify-content: flex-start;
    align-items: center;
}
.solution-right {
	margin-top: 16px;
}
.solution-right h3 {
	font-size: 28px;
    margin-bottom: 8px;
	color:#4a11a2;
	font-weight:600;
}
.solution-right p {
	font-size: 18px;
	color:#4a11a2;
	font-weight:600;
	margin-bottom: 10px;
}
.solution-holder-img {
	text-align: right;
}
.button-link {
	float: left;
    width: 100%;
    text-align: center;
	margin-top: 36px;
}
.button-link a {
	font-size: 20px;
    color: #4b1287;
    padding: 15px 35px;
    text-decoration: none;
    background: #f2bb05;
    text-transform: uppercase;
    border-radius: 9px;
    border: 1px solid #f2bb05;
    font-weight: 700;
}
    .button-link a:hover {
        color: #fff;
        padding: 15px 35px;
        background: rebeccapurple;
        border: 1px solid #f2bb05;
    }
/* solution-section end*/

/*who-we-section*/
.who-we-section {
	    background: linear-gradient(to bottom, #4b1287 0%, #4b1287 38%, #fdfbf6 30%, #fdfbf6 100%);
    padding: 0 0 100px;
	margin-top: -1px;
}
.who-we-section h2 {
	text-align: center;
    margin-bottom: 70px;
    line-height: 1.2;
    color: #fff;
    font-size: 42px;
    font-weight: 700;
}
.who-item  {
	text-align:center;
}
.who-content img {
	height: 298px;
    width: 300px;
    object-fit: cover;
    border-radius: 50%;
}
.who-item:nth-child(3)  .who-content img {
	object-position: center 11%!important;
	 transform: scaleX(-1);
}
.who-right h3 {
	margin: 20px 0;
    line-height: 1.2;
    color: #4b1287;
    font-size: 28px;
    font-weight: 600;
}
.who-right p {
    line-height: 1.2;
    color: #4b1287;
    font-size: 18px;
    font-weight: 400;
}
/*who-we-section end*/
/* price call section */
.price-call-section {
	background:#fdfbf6;
	    float: left;
    width: 100%;
	padding:50px 0 100px;
}
.price-holder {
	padding-right: 34px;
}
.call-holder {
	padding-left: 35px;
}
@media (min-width: 1600px) {
    .price-call-section .container {
        width: 1540px;
    }
}
.price-call-section .container {
	background: #4b1287;
    padding: 65px 55px;
    border-radius: 20px;
}
.price-up {
	display: flex;
    justify-content: flex-start;
    gap: 30px;	
}
.price-up .pricing-item{
	    width: 100%;
}
.price-title h2 {
	margin-bottom: 66px;
    line-height: 1.2;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    margin-right: 77px;
}
.price-down {
	margin-top: 30px;

}
.pricing-item {
	text-align:center;
	background: #fff;
	border-radius: 15px;
	padding: 20px 30px;
}
.pricing-content h3{
    line-height: 1.2;
    color: #4b1287;
    font-size: 32px;
    font-weight: 600;
}
.pricing-content h4 {
	line-height: 1.3;
    color: #f6bd15;
    font-size: 32px;
    font-weight: 600;
	margin: 3px 0 5px;
}
.pricing-content p {
	line-height: 1.3;
    color: #4b1287;
    font-size: 18px;
    font-weight: 400;
}
.call-title h2 {
	margin-bottom: 55px;
    line-height: 1.2;
    color: #fff;
     font-size: 30px;
    font-weight: 600;
}
.form-item {
    margin-bottom: 25px;
}
.form-content {
	display:flex;
}
.form-content h4 {
	line-height: 1.3;
    color: #f6bd15;
    font-size: 43px;
    font-weight: 600;
 	padding-right:30px;
	width: 60px;
}
.form-content h3 {
	line-height: 1.3;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
	margin-bottom:5px;
}
.form-content p {
	line-height: 1.3;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}
/* price call section */
/*form section*/
.form-in {
	float: left;
    width: 100%;
    margin-top: 40px;
    border-top: 1px solid #ffffff7a;
    padding-top: 60px;
}
.form-title  {
	padding-right: 43px;
}
.form-in h3 {
	margin-bottom: 25px;
    line-height: 1.2;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
	text-align:left;
}
.form-in p {
    line-height: 1.2;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
	text-align:left;
}
.form-content-down img {
	    height: 80px;
}
.form-content-down {
	float: left;
    width: 100%;
    display: flex;
    align-items: flex-start;
}
.form-content-down.form-content-content1 {
	margin-bottom:25px;
}
.form-down-content  {
	padding-left: 35px;
}
.form-content-down h4 {
	margin-bottom: 10px;
    line-height: 1.2;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
	text-align:left;
	    margin-left: -18px;
}
/* .form-content-down ul {
    line-height: 1.2;
    color: #fff;
    font-size:17px;
    font-weight: 400;
	text-align:left;
} */
.form-content-down li {
    line-height: 1.2;
    color: #fff;
    font-size:17px;
    font-weight: 400;
	text-align:left;
}
.form-in-holder  {
	padding-left: 38px;
	padding-top: 62px;
}
.form-in input, .form-in select, .form-in textarea, .form-in input[type="text"]{
    background: transparent;
    border: 1px solid #ffffff85;
    outline: none;
    font-weight: 500;
    font-size: 14px;
    color: #ffffffa6;
    padding-left: 12px;
}
.form-in input::placeholder,
.form-in select::placeholder,
.form-in textarea::placeholder{
    color: #f6bd15;
}
.form-in input:focus-visible, .form-in  select:focus-visible, .form-in textarea:focus-visible {
    color: #f6bd15;
    border: 1px solid #f6bd15;
}
.form-in p{
    margin-bottom: 25px;
    float: left;
    width: 100%;
}
.form-in label {
    color:#fff;
    margin-bottom: 20px;
}
.form-in input[type="submit"] {
    padding: 7px 29px;
    background: #f6bd15;
    color: #4b1287;
    border-radius: 10px;
    margin: 0;
    border: 1px solid #f6bd15;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    line-height: 20px;
    text-transform: uppercase;
    height: 47px;
    width: 200px;
	margin-top: 30px;
	font-size: 20px;
}
.form-in input[type="submit"]:hover{
    color: #fff;
    border: 1px solid #f6bd15;
    background: #4b1287;
}
.form-in .form-button p {
    width: 200px;
}
.form-in .form-button{
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    width: 100%;
    margin-top: 25px;
}
.wpcf7-response-output {
	float: left;
    width: 100%;
	    color: #fff;
}
@media screen  and (min-width: 1600px) {
	.hero-section .container{
	    width: 100%;
		position: relative;
    	display: flex;
    	align-items: center;
	}	
}

@media screen  and (min-width: 1600px) and (max-width: 1879px) {
    .hero-in{
            padding-left: 4%;
    }
	.hero-content p {
		font-size:16px;
	}
}
@media screen  and (min-width: 1500px) and (max-width: 1879px) {
	.hero-content p {
		font-size:16px!important;
	}
}
@media screen  and (max-width: 1750px) {
    .hero-content h1{
          font-size: 43px;
		position:relative;
		z-index: 999999999;;
    }
	.hero-content p {
		font-size: 16px; 
		position:relative;
		z-index: 999999999;;
	}
/* 	img.rocket {
    	position: absolute;
		height: 624px; 
	} */
		#primary-menu .menu-item a {
		font-size:16px!important;
	}
}
@media screen  and (min-width: 1200px) and (max-width: 1599px) {
    .hero-in{
            padding-left: 0;
    }
	.chelenge-section h2, .solution-section h2, .who-we-section h2 {
		    font-size: 30px;
	}
	.challenge-content h3, .solution-right h3, .who-right h3 {
		    font-size: 25px;
	}
	.challenge-content p, .solution-right p , .who-right p{
		font-size: 16px;
	}
	.who-content img {
    height: 263px;
		width: 270px; 
	}
}
 @media screen  and (min-width: 1399px) and (max-width: 1599px) { 
		.hero-in {
		top: 110px !important;
	}
	
	.portfolio-section {
		margin-top: -241px;
	}
/* 	    img.rocket {
        bottom: 72px;
    } */
	@keyframes rocket-lift-final {
  0% {
    bottom: -50px;
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(-1deg);
  }
  40% {
    transform: rotate(1deg);
  }
  60% {
    transform: rotate(-0.5deg);
  }
  80% {
    transform: rotate(0.5deg);
  }
  100% {
    bottom: 40px; /* ciljna pozicija */
    transform: rotate(0deg);
  }
} 
}
@media screen  and (max-width: 1599px) {
	.hero-section {
		height: 100vh;
	}
	.hero-in {
		top: 38px;
	}
	    .hero-content h1 {
        font-size: 38px;
    }
	.hero-content a {
    font-size: 17px;
    color: #4b1287;
		padding: 13px 20px; 
		position:relative;
		z-index: 999999999;;
	}
	.portfolio-section h2 {
    width: 367px;
    margin-top: -29px;
    padding: 16px 18px 0;
    font-size: 19px;
}
	    .hero-content h1 {
        font-size: 38px;
    }
	.challenge-content {
		padding: 30px 23px; 
	}
		.pricing-content h4 {
		font-size: 25px;
	}
	.pricing-item{
		    padding: 20px 20px;
	}
	.form-content-down li {
		font-size: 16px;
	}

}

@media screen  and (max-width: 1499px) {

	.pricing-content h3 {
		font-size: 23px;
	}

	.pricing-content p {
		font-size: 16px;
	}
	.form-item {
    margin-bottom: 21px;
	} 
	.form-content h3 {
		font-size: 22px; 
	}
	.form-content p {
		font-size: 16px; 
	}
	.form-content h4 {
		width: 53px;
	}
	.chelenge-section {
		    padding: 90px 0 50px;
	}
	.price-call-section{
		        padding: 0px 0 60px;
	}
	.hero-content, .solution-holder {
		padding-left:0;
	}
	.price-call-section .container {
		padding: 43px 28px 
	}
}
@media screen  and (min-width: 1400px) and (max-width: 1500px)  {
	.rocket {
	height: 636px!important; 
	}
	    .portfolio-section {
        margin-top: -164px!important; 
    }
}

 @media screen  and (max-width: 1398px) {
	img.rocket {
        height: 566px;
		bottom: 10px;
    }
	.portfolio-section {
		margin-top: -76px; 
	}
}
@media screen and (min-width: 1200px)  and (max-width: 1398px) {
	.hero-in{
		top: 68px;
	}
	@keyframes rocket-lift-final {
  0% {
    bottom: -70px;
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(-1deg);
  }
  40% {
    transform: rotate(1deg);
  }
  60% {
    transform: rotate(-0.5deg);
  }
  80% {
    transform: rotate(0.5deg);
  }
  100% {
    bottom: -50px; /* ciljna pozicija */
    transform: rotate(0deg);
  }
} 
}

@media screen and (min-width: 1200px)  and (max-width: 1398px) {
	.hero-in{
		top: 68px;
	}
}
@media screen and (min-width: 819px)  and (max-width: 1100px) {
	.hero-section{
		height: 46vh!important;
	}
}
@media screen and (min-width: 768px)  and (max-width: 1199px) {
	.hero-section {
        height: 63vh;
    }
}
@media screen and (min-width: 1100px)  {
	.hero-content a:hover{
    color: #fff;
    padding:15px 35px;
        background: rebeccapurple;
    border:1px solid #f2bb05;
	}
}
@media screen and (max-width: 1199px) {
	.who-right p, .solution-right p{
	font-size: 16px;
}
	.who-we-section h2 {
		margin-bottom: 55px; 
	}
	.price-title h2 {
		margin-bottom: 50px; 
	}
	.call-holder {
		padding:70px 0 0 15px;
	}
	.call-title h2 {
		margin-bottom: 45px; 
	}
	.form-in-holder {
		padding-top: 40px;
		float: left;
		width: 100%; 
	}
	.form-in p {
		margin-bottom: 25px; 
	}
	.form-in label {
		margin-bottom: 7px;
		font-size: 16px;
	}
	.form-in input[type="submit"] {
		margin-top:0;
	}

}
@media screen and (min-width: 992px)  and (max-width: 1199px) {
	.hero-in{
		padding-left: unset;
		top: 61px;
	}
	.stars {
		right: 94px;
	}
	.rocket-wrapper {
		right: 97px; 
		bottom: -47px;
	}
	 img.rocket {
			height: 526px; 
	}
	 .portfolio-section h2 {
			width: 60%; 
	}
	.portfolio-holder .portfolio-item:nth-child(5) img, .portfolio-holder .portfolio-item:nth-child(10) img  {
    max-height: 78px;
	object-fit: contain; 
	}
	 .portfolio-holder .portfolio-item:nth-child(4) img, .portfolio-holder .portfolio-item:nth-child(9) img {
    max-height: 116px;
	object-fit: contain; 
	}
	.portfolio-holder {
    	gap: 30px;
		    height: 88px;
	}
	.chelenge-section h2, .solution-section h2, .who-we-section h2 {
		font-size: 31px;
	}
	.challenge-holder {
    	display: flex;
	}
	 .challenge-content {
        padding: 23px 19px;
    }
	.challenge-content h3 {
		font-size: 25px;
	}
	.challenge-content p {
		font-size: 16px;
	}
	.solution-section h2 {
		text-align:center;
		width:100%;
	}
	.solution-holder-img {
		margin-top: 55px;
	}
	.solution-right h3 {
		font-size: 25px; 
		margin-bottom: 4px;
	}
	.who-content img {
		height: 268px;
		width: 268px;
	}
	.who-right h3 {
		font-size: 24px; 
	}

}
@media screen and (max-width: 991px) {
	.hero-in {
		padding-left:0;
		top: 59px;
	}
	 img.rocket {
        height: 346px;
        bottom: 56px;
    }
	.stars {
		right: 0; 
	}
	.portfolio-holder {
    gap: 25px;
	}
		.portfolio-holder .portfolio-item:nth-child(5) img, .portfolio-holder .portfolio-item:nth-child(10) img  {
    max-height: 78px;
	object-fit: contain; 
	}
	 .portfolio-holder .portfolio-item:nth-child(4) img, .portfolio-holder .portfolio-item:nth-child(9) img {
    max-height: 116px;
	object-fit: contain; 
	}
	.portfolio-holder {
		height: 84px;
	}
	    .portfolio-section h2 {
        width: 61%;
	}
	.chelenge-section h2, .solution-section h2, .who-we-section h2, .price-title h2, .call-title h2, .form-in h3 {
		    font-size: 30px;
	}
	.chelenge-section h2 {
		margin-bottom: 45px;
	}
	.challenge-content h3 {
		font-size: 24px;
	}
	.challenge-content p {
		font-size: 16px;
	}
	.challenge-item  {
		margin-bottom: 35px;
	}
	.solution-section {
		         padding: 30px 0 107px;
	}
	.solution-section h2 {
		width: 100%;
	}
	.solution-right h3 {
		font-size: 23px; 
		margin-bottom: 4px;
	}
	.who-we-section {
		background: linear-gradient(to bottom, #4b1287 0%, #4b1287 21%, #fdfbf6 20%, #fdfbf6 100%); 
		padding: 0 0 30px;
	}
	.who-we-section .who-item{
		margin-bottom:60px;
	}
	.price-call-section .container {
		border-radius:0;
	}
	.price-call-section {
		padding:0;
	}
}
@media screen and (min-width: 650px) and (max-width: 767px) {
	.hero-section {
        height: 83vh;
    }
}
    
@media screen and (max-width: 767px) {
	.rocket-wrapper {
		right: 33px; 
	}
	 .challenge-content {
        padding: 25px 23px 30px;
    }
	.challenge-content h3, .solution-right h3 {
        font-size: 22px;
    }
	.solution-content .img-holder {
		width: 122px;
	}
	.who-right h3 {
		font-size: 24px;
	}
	.who-right p{
		line-height: 1.4;
	}
	.price-holder, .form-title, .challenge-item {
		padding:0;
	}
	    .call-holder {
        padding: 70px 0 0 0px;
    }
	.form-in-holder {
		padding-left:0;
		padding-right:0;
	}
	    .portfolio-section h2 {
        width: 89%;
    }
	.hero-content, .solution-holder {
		padding-right:0;
	}
	.price-title h2{
		margin-right:0
	}
	
}
@media screen and (max-width: 576px) {
	.price-call-section .container {
                padding: 70px 15px 50px;
    }
	.who-we-section {
		padding:0;
	}
	.price-title h2{
		text-align:center;
	}
	.price-up {
    	flex-direction: column;
	}
	    .form-content p, .form-in p, .form-content-down li, .form-in label {
        font-size: 15px;
    }
	 .form-content h4 {
        width: 40px;
    }
	.form-content-down img {
    	height: 60px;
	}
	.form-content-down h4 {
		margin-bottom: 20px; 
	}
	.form-in input[type="submit"]{
		height: 40px;
		margin-top: 30px;
		font-size: 18px;
	}
	.who-we-section .who-item{
		padding:0;
	}
	  .who-right h3 {
        font-size: 23px;
    }
	.solution-right p {
        font-size: 15px;
    }
	.solution-content {
    	flex-direction: column;
		padding: 24px;
		text-align:center;
	}
	.solution-right {
    	margin-top: 9px;
		text-align: center;
	} 
	.hero-content a, .button-link a {
		font-size: 16px;
        padding: 13px 10px;
	}
	.portfolio-section h2 {
		font-size: 16px;
		width: 98%;
	}
	.hero-content h1 {
        font-size: 33px;
    }
 		.hero-in {
               top: unset;
			margin-bottom: 25px;
    }
	.rocket-wrapper {
		position:unset;
	}
	    .portfolio-section {
        margin-top: -34px;
    }
	img.rocket {
		bottom:unset;
		height: 261px;
	}
	.hero-section {
		height: auto;
		padding: 58px 0 0;
	}
}
/*     .hero-content p {
		font-size: 15px; 
} */


@media screen and (min-width: 992px)  and (max-width: 1400px)  {
	.hero-section {
		height: unset!important;
                    padding: 69px 0 206px !important;
	}
	.hero-in {
		position: unset!important;
	}
		@keyframes rocket-lift-final {
  0% {
    bottom: -70px;
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(-1deg);
  }
  40% {
    transform: rotate(1deg);
  }
  60% {
    transform: rotate(-0.5deg);
  }
  80% {
    transform: rotate(0.5deg);
  }
  100% {
    bottom: -50px; /* ciljna pozicija */
    transform: rotate(0deg);
  		}
	}
}
@media screen and (min-width: 768px)  and (max-width: 991px)  {
			@keyframes rocket-lift-final {
  0% {
    bottom: -70px;
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(-1deg);
  }
  40% {
    transform: rotate(1deg);
  }
  60% {
    transform: rotate(-0.5deg);
  }
  80% {
    transform: rotate(0.5deg);
  }
  100% {
    bottom: -60px; /* ciljna pozicija */
    transform: rotate(0deg);
  		}
	}
}