 .home .image img {
  object-fit: cover;
}
.slider {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 90vh;
  color: #fff;
  width: 100%;
  max-width: 100vw;
  background-attachment: scroll;
}

.slider h1 {
  font-size: clamp(1.2rem, 3.5vw, 2.5rem); /* Reduced from 1.5rem-3rem to 1.2rem-2.5rem */
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1.2;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.slider p {
  font-size: clamp(0.75rem, 2vw, 1rem); /* Reduced from 0.9rem-1.2rem to 0.75rem-1rem */
  margin-top: 10px;
  line-height: 1.5;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.slider-content a {
  padding: clamp(6px, 1.5vw, 8px) clamp(12px, 2.5vw, 16px); /* Reduced padding */
  background-color: var(--blue);
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  margin-top: clamp(8px, 2vw, 15px); /* Reduced margin */
  font-size: clamp(0.7rem, 1.8vw, 0.9rem); /* Reduced from 0.8rem-1rem to 0.7rem-0.9rem */
  display: inline-block;
  text-shadow: none;
}
/* Responsive adjustments */
@media (max-width: 1380px) {
  .slider {
    height: 70vh;
    background-size: cover;
  }
  .slider-content{
    width: auto !important;
  }
  .slider p {
    width: 600px;
  }
}
@media (max-width: 1170px) {
  .slider {
    height: 65vh;
    background-size: cover;
  }
  .slider-content{
    width: auto !important;
  }
  .slider p {
    width: 600px;
  }
}
@media (max-width: 1080px) {
  .slider {
    height: 60vh;
    background-size: cover;
  }
  .slider-content{
    width: auto !important;
  }
  .slider p {
    width: 600px;
  }
}


@media (max-width: 1000px) {
.slider {
    height: 55vh;
    background-size: cover;
  }
  .slider-content{
    width: auto !important;
  }
  .slider p {
    width: 600px;
  }
   .slider-content{
    left: 20px !important;
  }
}
@media (max-width: 920px) {
  .slider {
    height: 50vh;
    background-size: cover;
    background-position: center top;
  }
  .slider p {
    width: 500px;
  }
}
@media (max-width: 840px) {
  .slider {
    height: 45vh;
    background-size: cover;
    background-position: center top;
  }
 
}
@media (max-width: 767px) {
  .slider {
    height: 40vh;
    background-size: cover;
    background-position: center;
  }
  .slider-content{
    left: 20px !important;
    top: 100px !important;
    gap: 10px !important;
  }
}
@media (max-width: 670px) {
  .slider {
    height: 35vh;
    background-size: cover;
    background-position: center;
  }
}
@media (max-width: 610px) {
  .slider {
    height: 30vh;
    background-size: cover;
   
  }
  .slider-content{
    left: 20px !important;
    top: 40px !important;
  }
}
@media (max-width: 500px) {
  .slider {
    height: 25vh;
    background-size: cover;
   
  }
}

@media (max-width: 690px) {

   .slider p {
    width: 300px;
  }
  
}


@media (max-width: 460px) {
  /* .slider {
    height: 28vh !important;
    background-size: cover;
    background-position: center top;
  } */
  .slider h1 {
    line-height: 1.1;
  }
  .slider p {
    margin-top: 5px;
  }
  .slider-content{
    gap: 15px;
  }

}
@media (max-width: 380px) {

  .slider h1 {
    line-height: 1.1  !important;
  }
  .slider p {
    margin-top: 5px  !important;
    width: 200px !important;
  }

}
@media (max-width: 410px) {
  .slider {
    height: 25vh !important;
    background-size: cover;
    /* background-position: center top; */
  }

}
@media (max-width: 455px) {

  .slider h1 {
    line-height: 1.1;
  }
  .slider p {
    margin-top: 5px;
    width: 280px;
  }
  .slider-content{
    top: 30px !important;
  }
  .slider-content a {
    margin: 0 !important;
  }

}
@media (max-width: 455px) {

  .slider h1 {
    line-height: 1.1;
  }
  .slider p {
    margin-top: 5px;
    width: 250px;
  }

}
@media (max-width:380px) {
  .slider-content{
    gap: 0px !important;
  }
  .slider {
    height: 23vh !important;
    background-size: cover;
    /* background-position: center top; */
  }
}



.slider-content {
  position: absolute;
  top: 150px;
  left: 100px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 750px;
  height: 200px;
  opacity: 0;
  transform: translateX(-100%);
}


@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}


.slider-content.animate {
  animation: slideIn 3s forwards;
}

.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
}

#prevBtn {
  left: 10px;
}

#nextBtn {
  right: 10px;
}


.style-img{
  object-fit: cover;
}
.styles-img{
  object-fit: contain;
}

 .home .slider-container .active {
  opacity: 1;
}


 .slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
}



@media (max-width: 767px) {
  .home .slider-container img {
    height: auto;
  }
  /* .slider-btn {
    display: none;
  } */
}

/* section about */

.home .about {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px;
  height: 550px;
  background-color: var(--background);
}

.home .about-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}

.home .content-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
  padding: 0 20px;
}

.home .about-us {
  font-size: 32px;
  color: var(--blue);
  font-weight: bold;
}

.home .about-title {
  font-size: 32px;
  font-weight: bold;
}

.home .about-btn {
  background-color: var(--blue);
  padding: 15px 20px;
  border-radius: 15px;
  width: fit-content;
}

.home .about-btn a {
  text-decoration: none;
  color: white;
}

.home .about-paragraph {
  line-height: 1.5;
  font-size: 16px;
  text-align: justify;
}

@media (min-width: 768px) {
  .home .about-container {
    flex-direction: row;
    gap: 50px;
  }

  .home .content-container {
    width: 470px;
    gap: 30px;
  }

  .home .about-title {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .home .about {
    padding: 30px;
    height: auto;
  }

  .home .about-container {
    flex-direction: column;
    gap: 30px;
  }

  .home .image img {
    width: 100%;
    height: auto;
  }

  .home .about-title {
    font-size: 32px;
  }

  .home .about-paragraph {
    font-size: 15px;
  }
}

/* section counter  */
.home .counter {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--blue);
  padding: 30px;
}

.home .counter-container {
  display: flex;
  gap: 50px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}


.home .district, .home .install, .home .customer, .home .project {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  max-width: 200px; /* Limit width for smaller screens */
}

.home .number {
  font-size: 35px;
  color: white;
  font-weight: bold;
  text-align: center;
}

.home .counter-title {
  font-size: 18px;
  color: white;
  text-align: center;
}

@media (min-width: 768px) {
  .home .counter-container {
    gap: 180px;
  }

  .home .number {
    font-size: 45px;
  }

  .home .counter-title {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .home .counter {
    padding: 20px;
  }

  .home .counter-container {
    flex-direction: column;
    gap: 30px;
  }

  .home .district, .home .install, .home .customer, .home .project {
    width: 100%;
  }

  .home .number {
    font-size: 25px;
  }

  .home .counter-title {
    font-size: 16px;
  }
}


/* section choose us  */
.home .choose-us {
  /* background-color: var(--background); */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px;
  height: auto; /* Changed from fixed height */
}

.home .choose-title {
  font-size: 40px;
  font-weight: bold;
}

.home .choose-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}

.home .choose-content {
  display: flex;
  gap: 50px;
  flex-wrap: wrap; /* Allow wrapping of cards */
  justify-content: center; /* Center content */
}

.home .content-left, .home .content-right {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%; /* Full width on smaller screens */
  max-width: 350px; /* Limit width for larger screens */
}

.home .content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.home .content-title {
  font-size: 26px;
  font-weight: bold;
  text-align: center; /* Center align titles */
}

.home .choose-us .content-paragraph {
  font-size: 16px;
  color: #747478;
  line-height: 25px;
  width: 400px;
  text-align: center; /* Center align paragraphs */
}
.home .services .content-paragraph {
  font-size: 16px;
  color: #747478;
  line-height: 25px;
  /* width: 400px; */
  text-align: center; /* Center align paragraphs */
}

.home .card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.home .card img {
  width: 100px; /* Adjust width for smaller screens */
  height: 100px; /* Adjust height for smaller screens */
  object-fit: cover;
}
@media (max-width:1250px) {
  .home .choose-us .content-paragraph {
  width: 300px !important;
  
}
}
@media (max-width:1050px) {
  .home.choose-us .content-paragraph {
  width: auto !important;
  
}
}

@media (min-width: 768px) {
  .home .choose-content {
    flex-direction: row;
    gap: 200px;
  }

  .home .content-left  .content-title {
    text-align: right;
  }

  .home .content-left  .content-paragraph {
    text-align: justify;
  }

  .home .content-right  .content-title {
    text-align: left;
  }

  .home .content-right  .content-paragraph {
    text-align: justify;
  }

  .home .content-left  .card {
    flex-direction: row-reverse;
    align-items: flex-start;
  }

  .home .content-right  .card {
    flex-direction: row;
    align-items: flex-start;
  }

  .home .card img {
    width: 120px;
    height: 120px;
  }
}

@media (max-width: 767px) {
  .home .choose-us {
    padding: 20px;
  }

  .home .choose-title {
    font-size: 30px;
  }

  .home .choose-content {
    flex-direction: column;
    gap: 30px;
  }

  .home .card img {
    width: 80px;
    height: 80px;
  }

  .home .content-title {
    font-size: 22px;
  }

  .home .content-paragraph {
    font-size: 14px;
  }
}
/* @media (max-width: 1000px) {
.home .choose-content{
  gap: 110px;
}
} */

/* section product */

.home .product{
  height: 1200px;
}

.home .products {
height: auto;
background: white;
padding: 50px 20px;
}

.home .products-container {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 30px;
color: black;
width: 100%;
}

.home .products-heading {
font-size: 8vw;
font-weight: 600;
text-align: center;
color: black;
}

.home .products-paragraph {
font-size: 4vw;
max-width: 90%;
font-weight: 400;
text-align: center;
}

.home .products-card {
margin-top: 30px;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
gap: 27px;
flex-wrap: wrap;
}

.home .products-image img {
width: 355px;
height: 201px;
border-radius: 15px;
}

.home .products-image {
object-fit: cover;
}

.home .products-item {
border-radius: 15px;
width: 357px;
display: flex;
flex-direction: column;
background-color: #f9f9ff;
transition: 0.home .5s ease;
}

.home .products-content {
display: flex;
flex-direction: column;
gap: 10px;
padding: 10px 30px 30px 30px;
}

.home .products-content  .products-content-heading {
font-size: 6vw;
height: 40px;
font-weight: 600;
}

.home .products-content  .products-content-paragraph {
color: rgba(124, 125, 130, 1);
font-size: 3.5vw;
overflow: hidden;
height: 81px;
line-height: 1.5em;
}

.home .products-directive:hover,
.home .products-ownership:hover,
.home .products-recovery:hover {
transform: translateY(-10px);
}

.home .products-contentbtn {
color: #1d6fa3;
font-size: 4vw;
font-weight: 700;
cursor: pointer;
}

.home .products-image1,
.home .products-image2,
.home .products-image3 {
display: flex;
gap: 10px;
padding: 30px 20px 10px 30px;
align-items: center;
}

.home .products-image1 img,
.home .products-image2 img,
.home .products-image3 img {
width: 32px;
height: 32px;
}

.home .im,
.home .in,
.home .io {
padding: 15px;
border-radius: 15px;
}

.home .im {
background: rgba(248, 241, 255, 1);
}

.home .in {
background: rgba(243, 246, 255, 1);
}

.home .io {
background: rgba(250, 230, 224, 1);
}
.home .product-btn{
  width: 170px;
  border-radius: 5px;
  border: 2px solid var(--blue);
  padding: 15px 20px;
}
.home .product-btn a{
  text-decoration: none;
  color: var(--blue);
  font-size: 16px;
  font-weight: 600;
}

@media (min-width: 1024px) {
.home .products-heading {
font-size: 40px;
}
.home .products-paragraph {
font-size: 18px;
max-width: 640px;
}
.home .products-content  .products-content-heading {
font-size: 20px;
}
.home .products-content  .products-content-paragraph {
font-size: 14px;
color: #667085;
}
.home .products-contentbtn {
font-size: 16px;
}
}

@media (max-width: 768px) {
.home .products-card {
flex-direction: column;
padding-left: 0;
}
}

@media (max-width: 480px) {
.home .products-heading {
font-size: 36px;
}
.home .products-paragraph {
font-size: 18px;
}
.home .products-content  .products-content-heading {
font-size: 18px;
}
.home .products-content  .products-content-paragraph {
font-size: 14px;
}
.home .products-contentbtn {
font-size: 16px;
}
}

@media (max-width: 1024px) {

.home .products-heading {
font-size: 40px;
}
.home .products-paragraph {
font-size: 16px;
max-width: 640px;
}
.home .products-content  .products-content-heading {
font-size: 20px;
}
.home .products-content  .products-content-paragraph {
font-size: 14px;
}
.home .products-contentbtn {
font-size: 16px;
}
}

@media (max-width: 1200px) {
  .home .product{
    height: auto;
  }
}
/* section blog  */

/* General blog section styles */
.home .blog {
  padding: 50px;
  height: auto;
  background: var(--background);
}

.home .news-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  color: black;
  width: 100%;
}

.home .news-heading {
  font-size: 8vw;
  font-weight: 600;
  text-align: center;
  color: black;
}

/* Responsive news card grid */
.home .news-card {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
}

.home .news-item {
  border-radius: 15px;
  width: 100%;
  max-width: 384px; /* For larger screens */
  display: flex;
  flex-direction: column;
  transition: 0.5s ease;
  background-color: white;
}

.home .news-image img {
  border-radius: 15px;
  width: 100%;
  max-height: 240px;
  object-fit: cover;
}

.home .news-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 15px;
}

.home .news-content-heading {
  font-size: 5vw;
  font-weight: 600;
  line-height: 1.2;
}

.home .news-content-paragraph {
  color: #747478;
  font-size: 3.5vw;
  overflow: hidden;
  height: 81px;
  line-height: 1.5em;
}

/* View all button styling */
.home .blog-btn {
  border-radius: 5px;
  border: 2px solid var(--blue);
  padding: 15px 20px;
}

.home .blog-btn a {
  text-decoration: none;
  color: var(--blue);
  font-size: 16px;
  font-weight: 600;
}

/* Tablet view adjustments */
@media (min-width: 768px) and (max-width: 1023px) {
  .home .news-heading {
    font-size: 6vw;
  }

  .home .news-content-heading {
    font-size: 24px;
  }

  .home .news-content-paragraph {
    font-size: 16px;
  }

  .home .news-item {
    width: 48%;
  }
}

/* Desktop view adjustments */
@media (min-width: 1024px) {
  .home .news-heading {
    font-size: 40px;
  }

  .home .news-content-heading {
    font-size: 20px;
  }

  .home .news-content-paragraph {
    font-size: 14px;
  }

  .home .news-item {
    width: 31%; /* Allows three columns on large screens */
  }
}

/* Mobile view adjustments */
@media (max-width: 767px) {
  .home .news-card {
    flex-direction: column;
  }

  .home .news-heading {
    font-size: 24px;
  }

  .home .news-content-heading {
    font-size: 18px;
  }

  .home .news-content-paragraph {
    font-size: 14px;
  }
}



/* section servoce */
.home .services{
  padding: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home .service-paragraph{
  font-size: 18px;
}
.home .service-title{
  font-size: 40px;
  font-weight: bold;
}
.home .service-container{
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 50px;
  justify-content: center;
}
.home .service-card img{
  width: 109px;
  height: 107px;
}
.home .service-content{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 60px;
}
.home .service-card{
  width: 344px;
  display: flex;
  flex-direction: column;
  align-items: center;justify-content: center;
  gap: 20px;

}
.home .service-content  .content-title{
  font-size: 22px;
  font-weight: bold;
}
.home .service-content  .content-paragraph{
font-size: 16px;
text-align: justify;
}


/* section testimonial */
.testimonials{
  background-color: var(--background);
}
.testimonial {
  padding: 50px;
}

.testimonial .testimonial-container  .title {
  font-size: 3rem;
  margin-bottom: 10px;
}
.testimonial .title {
  font-weight: 700;
}

.testimonial .testimonial-container  .paragraph {
  font-size: 2rem;
  color: #555;
}


.testimonial .paragraph {
  font-weight: 700;
}

.testimonial .testimonial-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 30px;
  animation: fadeInUp 1s ease-in-out;
}

.testimonial .happy-customer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 20px;
}

.testimonial .happy-customer-title {
  margin-bottom: 30px;
  text-align: center;
}

.testimonial .happy-customer-title h2 {
  font-size: 3rem;
  color: #333;
  font-weight: bold;
  margin: 0;
}

.testimonial .customer-images {
  display: flex;
  gap: 30px; /* Increased gap between images */
  justify-content: center;
  flex-wrap: wrap;
}

.testimonial .image-wrapper {
  width: 300px;
  height: 400px;
  overflow: hidden;
  border-radius: 12px;
  border: 3px solid #ddd;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0 .1);
  transition: transform 0 .3s ease-in-out;
}
.testimonial .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial .image-wrapper:hover {
  transform: scale(1 .1) rotate(2deg);
  transition: transform 0 .3s ease-in-out;
}

/* Media Query for responsiveness */
@media (max-width: 768px) {
  .testimonial .happy-customer-title h2 {
    font-size: 2rem;
  }

  .testimonial .image-wrapper {
    width: 180px;
    height: 100px;
  }
  .testimonial{
    padding: 20px;
  }
}

@import url("https://fonts.googleapis.com/css2?family=Shippori+Antique&display=swap");

button,
input,
select {
	font-family: inherit;
	font-size: 100%;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

.content-wrapper {
	height: 100%;
	width: 70%;
	max-width: 100rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-bottom: 5rem;
}

h1 {
	margin-bottom: calc(0.7rem + 0.5vmin);
	font-size: calc(2.3rem + 1vmin);
}

.blue-line {
	height: 0.3rem;
	width: 6rem;
	background-color: rgb(79, 143, 226);
	margin-bottom: calc(3rem + 2vmin);
}

.wrapper-for-arrows {
	position: relative;
	width: 70%;
	border-radius: 2rem;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	overflow: hidden;
	display: grid;
	place-items: center;
}

.review-wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-top: calc(2rem + 1vmin);
	width: 100%;
}

.chicken {
	background-image: url("https://media0.giphy.com/media/A8Cdznswn5vnG/200w.gif?cid=790b7611e8c5980ee7141bc18ec12c49962b871eb404ba5b&rid=200w.gif&ct=s");
	width: 200px;
	height: 250px;
	position: absolute;
	top: 12%;
}


#personName {
	margin-bottom: calc(0.7rem + 0.5vmin);
	font-size: calc(1rem + 0.5vmin);
	letter-spacing: calc(0.1rem + 0.1vmin);
	font-weight: bold;
}

#profession {
	font-size: calc(0.8rem + 0.3vmin);
	margin-bottom: calc(0.7rem + 0.5vmin);
	color: rgb(79, 143, 226);
}

#description {
	font-size: calc(0.8rem + 0.3vmin);
	width: 70%;
	max-width: 40rem;
	text-align: center;
	margin-bottom: calc(1.4rem + 1vmin);
	color: rgb(92, 92, 92);
	line-height: 2rem;
}

.arrow-wrap {
	position: absolute;
	top: 50%;
}

.arrow {
	width: calc(1.4rem + 0.6vmin);
	height: calc(1.4rem + 0.6vmin);
	border: solid rgb(79, 143, 226);
	border-width: 0 calc(0.5rem + 0.2vmin) calc(0.5rem + 0.2vmin) 0;
	cursor: pointer;
	transition: transform 0.3s;
}

.arrow:hover {
	transition: 0.3s;
	transform: scale(1.15);
}

.left-arrow-wrap {
	left: 5%;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}

.right-arrow-wrap {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	right: 5%;
}

.surprise-me-btn {
	border: 2px solid rgb(79, 143, 226);
	background-color: rgb(224, 238, 255);
	color: rgb(79, 143, 226);
	border-radius: 2rem;
	padding: calc(0.5rem + 0.2vmin) 0;
	width: calc(7rem + 5vmin);
	text-align: center;
	transition: background-color 0.3s, transform 0.3s;
	cursor: pointer;
	margin-bottom: calc(1.4rem + 1vmin);
}

.surprise-me-btn:hover {
	transition: background-color 0.3s, transform 0.3s;
	background-color: rgb(255, 255, 255);
	transform: rotate(5deg);
}

.move-head {
	animation: moveHead 1.55s infinite;
	animation-delay: -0.8s;
}

.hide-chicken-btn {
	border: 2px solid rgb(226, 89, 79);
	background-color: rgb(255, 224, 224);
	color: rgb(226, 79, 79);
	border-radius: 2rem;
	padding: calc(0.5rem + 0.2vmin) 0;
	width: calc(10rem + 5vmin);
	text-align: center;
	transition: background-color 0.3s, transform 0.3s;
	cursor: pointer;
	margin-bottom: calc(1.4rem + 1vmin);
}

.hide-chicken-btn:hover {
	transition: background-color 0.3s, transform 0.3s;
	background-color: rgb(255, 255, 255);
	transform: rotate(5deg);
}

@keyframes moveHead {
	0% {
	}
	25% {
		transform: translate(0.5rem, 1rem) rotate(5deg);
	}
	100% {
		transform: translate(0, 0) rotate(-5deg);
	}
}

@media screen and (max-width: 900px) {
		.content-wrapper {
		width: 100%;
	}
	.wrapper-for-arrows{
		width: 100%;
	}
}
