html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
  background-color: #ffffff;
  font-family: "Coop Expanded", "OpenSans-Regular", sans-serif;
  line-height: 24px;
  font-size: 17px;
  padding: 0px;
  margin: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  min-height: 100vh;
  color: #333333;
}

.main {
  max-width: 1316px;
  margin: 0 auto;
}

.main-content {
  position: relative;
}

#wrapper {
  padding-top: 20px;
  display: grid;
  grid-template-columns: 1fr 285px;
  gap: 15px;
  max-width: 100%;
  width: 100%;
}

/* HEADER */
header {
  display: block;
  background-color: #ffffff;
  top: 0;
}

.header-wrapper {
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header img {
  height: 32px;
  transition: height 0.2s ease-in-out;
}

header .header-btns {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}

/* TYPOGRAPHY */
h3 {
  font-family: "Coop Expanded Bold", system-ui, sans-serif;
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
}
.box h4 {
  margin: 0;
}

h1,
h2 {
  font-family: "RuderPlakat-Regular", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 400;
  transition: font-size 0.2s ease-in-out;
}

h1.posting-title {
  hyphens: auto;
}

h2.section-title {
  margin-top: 0;
  margin-bottom: 60px;
  font-size: 46px;
  line-height: 52px;
}

h2.section-title b {
  font-weight: 400;
}

#benefits-section h2.section-title {
  margin-bottom: 78px;
}

h4,
h4 b,
p b {
  font-family: "Coop Expanded Bold", sans-serif;
  font-weight: normal;
}

#intro .banner-img {
  width: 100%;
  max-height: 227px;
  object-fit: cover;
  object-position: 50% 30%;
  margin-bottom: 49px;
}

.intro-text {
  font-size: 22px;
  line-height: 32px;
}

.intro-text b {
  font-size: 64px;
  line-height: 70px;
  word-wrap: break-word;
  margin-bottom: 4px;
  display: block;
  font-family: "RuderPlakat-Regular", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 400;
  transition: font-size 0.2s ease-in-out;
}

a.tel-link {
  text-decoration: none;
  color: #333333;
}
a.tel-link:hover {
  color: #f59c00;
}

/* FIXED MOBILE JOB BANNER (max 760px)*/
#mobile-header {
  display: none;
  position: fixed;
  width: 100%;
  margin: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9999;
  background: #f5f5f5;
  transition: top 0.15s ease-in-out;
}
#mobile-header.static {
  display: block;
  position: static;
}

#mobile-header-logo {
  margin-bottom: 5px;
  height: 16px;
}

#mobile-header .inner {
  padding: 20px 20px 10px;
}

#mobile-header h1 {
  font-size: 23px;
  line-height: 25px;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  hyphens: auto;
  overflow: hidden;
  text-overflow: ellipsis;
}

#mobile-header .banner-stats {
  gap: 10px;
  margin-top: 15px;
  font-size: 13px;
  line-height: 18px;
}

#mobile-header .banner-stats img {
  height: 22px;
  margin-right: 6px;
}

/* JOB BANNER */
.job-banner {
  background: #f5f5f5;
  transition: all 0.3s ease-in-out;
}

.job-banner .inner-wrapper {
  padding: 40px 43px 42px 43px;
  transition: padding 0.2s ease-in, font-size 0.2s ease-in;
}

.job-banner h1 {
  font-size: 46px;
  font-weight: 400;
  line-height: 52px;
  letter-spacing: 1.38px;
  word-wrap: break-word;
  transition: font-size 0.2s ease-in;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Limit to two lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.job-banner .flex-split {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  flex-direction: row;
  align-items: start;
}

.job-banner .flex-split img {
  height: 34px;
}
.banner-stats {
  margin-top: 30px;
  display: flex;
  column-gap: 45px;
  flex-wrap: wrap;
  row-gap: 15px;
  font-size: 22px;
  line-height: 32px;
}

.banner-stats div {
  display: flex;
}

.banner-stats img {
  margin-right: 10px;
  height: 36px;
}

.hyphens {
  hyphens: auto;
  word-break: break-all;
}

/* sticky job banner adjustments */
.job-banner.sticky {
  z-index: 9000;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.job-banner.sticky .banner-stats {
  column-gap: 42px;
  font-size: 15px;
  line-height: 20px;
}
.job-banner.sticky .banner-stats img {
  height: 22px;
}

.job-banner.sticky .inner-wrapper {
  padding: 20px;
}
.job-banner.sticky h1 {
  margin-top: 10px;
  font-size: 36px;
  line-height: 39px;
}

/* BUTTONS LINKS */
.whatsapp-btn {
  display: inline-block;
  margin: 0 auto;
  animation: fadeIn 0.5s forwards;
}

.whatsapp-btn img {
  max-width: 100%;
}

a:hover {
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

a.text-btn {
  background: white;
  padding: 14px 16px;
  border-radius: 30px;
  border: none;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  word-wrap: break-word;
  justify-content: center;
  align-items: center;
  display: flex;
  font-family: "Coop Expanded Bold", sans-serif;
  text-decoration: none;
  color: #333333;
  transition: background 0.2s ease-in-out;
}

a.text-btn#open-email-modal span {
  margin-right: 8px;
  font-family: "CoopBd";
  font-weight: 400;
}

a.text-btn:hover {
  background: #f5f5f5;
  cursor: pointer;
}

a.text-btn img {
  margin-right: 10px;
}

a.main-btn {
  text-decoration: none;
  background: #f59c00;
  padding: 14px 16px;
  border-radius: 30px;
  border: 2px #f59c00;
  color: white;
  font-size: 22px;
  font-weight: 400;
  line-height: 18px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  font-family: "Coop Expanded Bold", system-ui, sans-serif, Helvetica;
  transition: background 0.2s ease-in-out;
}

a.main-btn.sticky {
  display: none;
  width: 80%;
  max-width: 400px;
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  padding: 12px 26px;
  border-radius: 60px;
  font-family: "Coop Expanded Bold", "OpenSans-Regular", sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  z-index: 999;
  background-color: #f59c00;
  color: #fff;
  cursor: pointer;
}

.main-btn img {
  margin-left: 20px;
}
a.main-btn:hover,
button.main-btn:hover {
  background: #ea5b0c;
  cursor: pointer;
}

button.outline-btn,
a.outline-btn {
  text-decoration: none;
  background: white;
  padding: 10px 20px;
  border-radius: 30px;
  border: 1px solid #ea5b0c;
  color: #ea5b0c;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 1.1px;
  word-wrap: break-word;
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-family: "Coop Expanded Bold", sans-serif;
  cursor: pointer;
  transition: background 0.2s ease;
}

a.outline-btn.apply,
button.outline-btn.apply {
  padding: 10px 20px;
  border-radius: 60px;
  font-family: "Coop Expanded Bold", "OpenSans-Regular", sans-serif;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
}

.outline-btn:hover {
  background: #ea5b0c;
  color: white;
}
.outline-btn:hover img {
  animation: sway 0.8s infinite;
}

.outline-btn .hover-image {
  display: none;
}

.outline-btn:hover .default-image {
  display: none;
}

.outline-btn:hover .hover-image {
  display: inline-block;
}

.outline-btn.ig, .outline-btn.whatsapp{
  margin-bottom: 10px;
}

a.jobs {
  font-family: "RuderPlakat-Regular", sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0.05em;
}

a.icon-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 4px;
  transition: background-color 0.2s forwards;
  height: 34px;
  width: 34px;
  text-align: center;
}

a.icon-btn img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: transform 0.2s ease-in-out;
}

a.icon-btn:hover {
  cursor: pointer;
  background: #f5f5f5;
}
a.icon-btn:hover img {
  transform: scale(0.95);
}

a.icon-btn#scroll-btn {
  border: 1px solid #f59c00;
  padding: 30;
  border-radius: 60px;
  height: 78px;
  width: 60px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: -40px;
  display: none;
}

/* UTIL */
.mobile-only,
.print-only {
  display: none;
}
.flex-center {
  display: flex;
  align-items: center;
}

.flex-between {
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.mt-0 {
  margin-top: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.container-4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.container-4 .col {
  display: flex;
  flex-direction: column;
}

.container-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  grid-row-gap: 50px;
}

#main-info.container-2 {
  gap: 5px;
}

#tasks-section .container-2 {
  gap: 20px;
}

/* SECTION */
section {
  margin-top: 72px;
}
section#video-section {
  margin-bottom: -5px;
  margin-top: 80px;
}
section#tasks-section {
  margin-top: 70px;
}
section#benefits-section {
  margin-top: 126px;
}

section#intro {
  margin-top: 0px;
  margin-bottom: 60px;
}

.sticky-container {
  position: sticky;
  top: 0;
  z-index: 9000;
}

/* BOXES */
/* .box {
  border: 1px solid #333333;
  border-radius: 10px;
  margin: 5px;
  padding: 15px;
}
#main-info .box {
  margin: 0;
}
.box.wichtig {
  border-color: #ea5b0c;
} */

.contact-box {
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: 20px;
}

.contact-box img,
.box img {
  width: 100%;
}

.contact-box h4 {
  margin-top: 0;
  margin-bottom: 15px;
}

.contact-box p {
  margin-top: 0;
  margin-bottom: 0;
}

.contact-pic {
  margin-bottom: 10px;
}

.side-bar .box {
  margin: 15px 0;
  padding: 20px;
}

.side-bar .contact-box {
  margin-top: 15px;
}

#wichtig-row {
  margin-top: 10px;
}

/* .testimonial {
  font-size: 13px;
  line-height: 19px;
} */

/* PROCESS LIST */
.styled-list ul {
  list-style-type: none; /* Remove default bullets */
  padding: 0px;
}

.styled-list ul li {
  padding: 10px 0;
  border-top: 1px solid #333333;
  position: relative;
  font-size: 15px;
  line-height: 22px;
  padding-left: 40px;
}
.styled-list ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 16px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQogICAgPGxpbmUgeDE9IjEiIHkxPSI1IiB4Mj0iMTMiIHkyPSI1IiBzdHJva2U9IiNlYTViMGMiIHN0cm9rZS13aWR0aD0iMSIvPg0KICAgIDxsaW5lIHgxPSIxMCIgeTE9IjEuNSIgeDI9IjE0IiB5Mj0iNSIgc3Ryb2tlPSIjZWE1YjBjIiBzdHJva2Utd2lkdGg9IjEiLz4NCiAgICA8bGluZSB4MT0iMTAiIHkxPSI4LjUiIHgyPSIxNCIgeTI9IjUiIHN0cm9rZT0iI2VhNWIwYyIgc3Ryb2tlLXdpZHRoPSIxIi8+DQo8L3N2Zz4=");
  background-repeat: no-repeat;
  background-size: contain;
}

.ui-accordion-header.process-item-header {
  color: #333333;
  font-family: "Coop Expanded Bold", system-ui, sans-serif;
  padding: 10px 3px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.12s forwards;
  background: none;
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
  border: none;
  border-top: 1px solid #333333;
  border-radius: 0;
  hyphens: auto;
}
.ui-accordion-header-active.process-item-header {
  color: #333333;
}

.ui-accordion-header.process-item-header img,
.ui-accordion-header-active.process-item-header img {
  transition: transform 0.2s ease;
}

.ui-accordion-header-active.process-item-header img {
  transform: rotate(45deg);
}

.process-item-header:hover {
  cursor: pointer;
  background: rgb(244, 244, 244);
}

.process-item-content.ui-accordion-content {
  display: flex;
  align-items: center;
  padding: 20px;
  color: #333333;
  border: none;
  font-family: "Coop Expanded", "OpenSans-Regular", sans-serif;
  line-height: 24px;
}
.process-item-content img {
  width: 115px;
  margin-right: 20px;
}

/*SOCIAL*/
#share-section .main-icons.flex-center {
  gap: 30px;
}

.share-header {
  margin-top: 80px;
  margin-bottom: 33px;
}
.tooltip-container {
  position: relative;
}

.tooltip {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff; /* Set a white background */
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  z-index: 1; /* Make the tooltip appear above the button */
}

.social-icons a {
  background-color: #acacac;
  margin: 1px;
  width: 40px;
  height: 40px;
  margin: 1px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-icons a.facebook:hover {
  background-color: #3c5a99;
}
.social-icons a.twitter:hover {
  background-color: #000000;
}
.social-icons a.linkedin:hover {
  background-color: #0077b5;
}
.social-icons a.xing:hover {
  background-color: #026466;
}

/* FOOTER */
footer {
  margin-top: 90px;
  padding: 40px 40px;
  background: #333333;
  color: white;
  font-size: 17px;
  line-height: 28px;
  animation: slideInFromBottom 0.7s forwards;
}
footer h4 {
  margin-top: 0;
  margin-bottom: 8px;
}

footer .container-4 {
  column-gap: 48px;
}
.social {
  font-size: 15px;
}
.follow-icons {
  margin-top: 14px;
  gap: 13px;
}
.follow-icons a {
  transition: transform 0.15s ease-in-out;
}
.follow-icons a:hover {
  transform: scale(1.08);
}

footer a {
  color: white;
  text-decoration: none;
  font-size: 17px;
}

footer a:hover {
  color: #f59c00;
}

.contact-details a{
  text-decoration: none;
  color: rgb(51, 51, 51)
}
.contact-details a:hover{
  color:#f59c00;
}

img.hotel-img{
  margin-top:40px;
  margin-bottom:-70px;
  width:100%;
  max-width:100%;
}

/* MODAL */
.blocker {
  background-color: rgba(255, 255, 255, 0.6);
}
.jquery-modal .modal {
  box-shadow: none;
  border: 1px solid #333333;
  min-width: 900px;
  width: 900px;
  padding: 50px;
}
.close-modal {
  display: none !important;
}

.modal .flex-between h2 {
  margin: 0;
  font-size: 54px;
  line-height: 52px;
}

.modal .flex-between .icon-btn {
  margin-top: -15px;
  margin-right: -20px;
}
.modal p {
  font-size: 22px;
  line-height: 32px;
  margin-top: 60px;
  margin-bottom: 40px;
}

.send2me-confirmation {
  margin: 5px;
  margin-top: 20px;
  color: #6acd13;
  display: none;
}
.send2me-error {
  margin: 5px;
  margin-top: 20px;
  color: rgb(224, 39, 39);
  display: none;
}

/* FORM */
input {
  border: none;
  outline: none;
  padding: 9.5px 20px;
  font-size: 16px;
  border-radius: 25px;
  border: 2px solid #f0f0f0;
}

.flat-input {
  background-color: #f0f0f0;
  min-width: 400px;
  height: 23px;
  margin-right: 10px;
  font-family: "Coop Expanded", sans-serif;
}

.flat-input:focus {
  border: 2px solid #f59c00;
}

#mobile-sidebar {
  display: none;
}

#mobile-sidebar .btn-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* BENEFITS CAROUSEL */
.slick-button-spacer {
  padding-left: 35px;
  padding-right: 35px;
}
.slick-container {
  min-width: 100%;
  width: 0;
}

.slick-dots {
  bottom: -35px;
}
.slick-dots li button:before {
  font-size: 12px;
}

.slick-track {
  display: flex !important;
}
.slick-slide {
  margin: 0 10px;
  height: inherit !important;
}
.slick-list {
  margin: 0 -10px;
}

.custom-prev,
.custom-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  outline: none;
  border: none;
  padding: none;
  cursor: pointer;
  display: inline-block;
  background-color: transparent;
  transition: transform 0.15s linear;
  border-radius: 4px;
}

.custom-prev:hover,
.custom-next:hover {
  transform: translate(0, -50%) scale(1.1);
}
.custom-prev {
  left: -35px;
}

.custom-next {
  right: -35px;
}

.custom-next img,
.custom-prev img {
  width: 15px;
  height: auto;
}

.benefit {
  background-color: #f5f5f5;
  border-radius: 10px;
}
.benefit-inner {
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
}
.benefit-img {
  height: 60px;
  margin-bottom: 10px;
}

/* MEDIA QUERIES */
@media screen and (max-width: 1400px) {
  .header-wrapper {
    padding: 30px 25px;
  }
  .main-content {
    padding-left: 25px;
  }
  .sticky-container {
    padding-right: 25px;
  }
  footer {
    padding: 43px 25px;
  }
  footer .container-4 {
    column-gap: 30px;
  }
}

@media screen and (max-width: 1100px) {
  .flat-input {
    min-width: initial;
  }
  .jquery-modal .modal {
    min-width: 90%;
    width: initial;
  }
}

@media screen and (max-width: 950px) {
  .side-bar {
    display: none;
  }
  #mobile-sidebar {
    display: inherit;
    margin-bottom: 72px;
  }
  .main-content {
    padding-left: 25px;
    padding-right: 25px;
  }
  #wrapper {
    display: block;
  }

  a.main-btn.sticky {
    display: flex;
  }

  .job-banner.sticky {
    margin-left: -25px;
    margin-right: -25px;
  }

  .job-banner.sticky .banner-stats img {
    height: 24px;
  }

  .container-4 {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 450px) {
  .banner-stats {
    flex-direction: column;
  }
}

@media screen and (max-width: 760px) {
  h2.section-title,
  #benefits-section h2.section-title {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 30px;
  }
  section {
    margin-top: 40px;
  }
  section#benefits-section {
    margin-bottom: 70px;
  }
  section#intro {
    margin-bottom: 40px;
  }

  h1#intro {
    font-size: 40px;
    line-height: 45px;
    margin-top: 0px;
  }

  /* mobile banner */
  .job-banner {
    margin-left: -25px;
    margin-right: -25px;
  }
  .job-banner h1 {
    font-size: 40px;
    line-height: 42px;
  }
  .job-banner .flex-split img {
    margin-bottom: 15px;
  }

  .job-banner .flex-split {
    flex-direction: column-reverse;
  }

  .job-banner .banner-stats {
    flex-direction: column;
    margin-right: 5px;
    align-items: start;
    gap: 20px;
    font-size: 18px;
    line-height: 25px;
  }
  .job-banner .banner-stats img {
    height: 36px;
    margin-right: 10px;
  }

  .modal .flex-center {
    flex-direction: column;
    gap: 10px;
  }
  .modal .flex-center * {
    align-self: stretch;
  }
  .modal .flex-center input {
    margin-right: 0;
  }
}

@media screen and (max-width: 600px) {
    img.hotel-img{
    margin-top:10px;
    margin-bottom:-10px;
  }
  body {
    line-height: 23px;
    font-size: 16px;
  }
  header img {
    height: 27px;
  }
  #intro {
    margin-bottom: 0;
  }

  /* #intro .banner-img-container{
    max-width: 100%; 
    margin: 0;
  } */
  .intro-text {
    font-size: 18px;
    line-height: 25px;
  }
  .intro-text b {
    font-size: 40px;
    line-height: 42px;
  }
  a.icon-btn#scroll-btn {
    display: flex;
  }
  a.text-btn img {
    margin-right: 0px;
  }

  .follow-icons {
    margin-bottom: 30px;
  }

  .styled-list ul li {
    font-size: 13px;
    line-height: 18px;
  }

  section#video-section,
  section#benefits-section,
  section#tasks-section,
  .section-title.requirements {
    margin-top: 40px;
  }

  section#mobile-sidebar {
    margin-bottom: 40px;
  }

  section#tasks-section .container-2 {
    gap: 0px;
  }

  .process-item-content.ui-accordion-content {
    font-size: 17px;
    line-height: 24px;
  }

  .process-item-content.ui-accordion-content {
    flex-direction: column;
  }
  .process-item-content.ui-accordion-content img {
    height: 150px;
    margin: 0;
    margin-top: -40px;
  }

  .mobile-only {
    display: inherit;
  }

  .desktop-only {
    display: none;
  }

  .container-2 {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .container-4 {
    grid-template-columns: 1fr;
    grid-row-gap: 30px;
  }
  .container-4 .col {
    align-items: start;
  }
  /* mobile modal */
  .jquery-modal .modal {
    padding: 20px;
    vertical-align: top;
    margin-top: 20%;
  }
  .modal .flex-between {
    flex-direction: column-reverse;
    margin-top: -20px;
  }
  .modal .flex-between .icon-btn {
    align-self: flex-end;
  }
  .modal .flex-between .icon-btn {
    margin-top: 5px;
    margin-right: -15px;
  }
  .modal .flex-between h2 {
    font-size: 36px;
    line-height: normal;
  }
  .modal p {
    font-size: 18px;
    line-height: 25px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .job-banner {
    display: none;
  }
}

/* ANIMATIONS */
.slide-in-top {
  animation: slideInFromTop 0.7s forwards;
}

@keyframes slideInFromTop {
  0% {
    transform: translateY(-20%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.slide-in-bottom {
  animation: slideInFromBottom 0.7s forwards;
}

@keyframes slideInFromBottom {
  0% {
    transform: translateY(20%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.slide-in-left {
  animation: slideInFromLeft 0.7s forwards;
}

@keyframes slideInFromLeft {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.slide-in-right {
  animation: slideInFromRight 0.7s forwards;
}

@keyframes slideInFromRight {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.fade-in {
  animation: fadeIn 0.5s forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes sway {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
