/*-----------------------------------------------------------------------------------

  Theme Name: Ractic Creative HTML 5 Template
  Author: Creative-hunk
  Support: 
  Description: Ractic Creative HTML 5 Template
  Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    1. common
	2. header
	3. hero
	4. category
	5. about
	6. service
	7. counter
	8. skills
	9. portfolio
	10. testimonial
	11. blog
	12. contact
	13. map
	14. footer



-----------------------------------------------------------------------------------*/
@font-face {
  font-family: 'Questv1';
  src: url('/assets/fonts/Questv1-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
:root {
  --primary: #000000;
  --secondary: #000000;
  --white: #fff;
  --black-1: rgb(0, 0, 0);
  --black-2: rgb(0, 0, 0);
  --black-3:#000000;
  --black-4:#FC9D3F;
  --navy-1: #F1FAFF;
  --gray-1: #CACDD3;
  --gray-2:#888888;
  --gray-3:#354357;
}

/*

==================================
    1. common
==================================

*/
body {
  user-select: none; /* لن يتمكن المستخدم من تحديد النص */
            -webkit-user-select: none; /* دعم لمتصفح كروم وسفاري */
            -moz-user-select: none; /* دعم لمتصفح فايرفوكس */
            -ms-user-select: none; /* دعم لمتصفح إنترنت إكسبلورر */
              font-family: 'Questv1', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  color: var(--black-1);
  overflow-x: hidden;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}


:root {
  --animate-delay: 0.5s;
}

.my-element {
  --animate-duration: 0.5s;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: var(--white);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--primary);
  height: 100px;
}

.img,
img {
  max-width: 100%;
  pointer-events: none; /* تعطيل الأحداث على الصور */
            -webkit-user-drag: none; /* منع السحب في متصفحات كروم وسفاري */
            user-select: none; /* منع تحديد الصور */
}
.contact-form input {
                font-family: 'Questv1', sans-serif;

}

a {
  text-decoration: none;
}
a,
.button {
  transition: 0.3s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}
[class*="col-"], .row {
  max-width: 100%;
  flex-wrap: wrap;
  
}
/* الحاوية الرئيسية */
.elementor-element-45303d2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 10px;
}

/* عنوان "تواصل معنا" */
.elementor-element-f59f959 .elementor-heading-title {
    font-size: 24px;
    font-weight: 700;
    color: #222;
    margin-bottom: 10px;
}

/* قائمة الأيقونات */
.elementor-element-dc1aa81 .elementor-icon-list-items {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* كل عنصر في القائمة */
.elementor-element-dc1aa81 .elementor-icon-list-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

/* الروابط */
.elementor-element-dc1aa81 .elementor-icon-list-item a {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #333;
    font-size: 16px;
    transition: color 0.3s;
}

/* عند المرور على الرابط */
.elementor-element-dc1aa81 .elementor-icon-list-item a:hover {
    color: #0073e6;
}

/* أيقونات SVG */
.elementor-element-dc1aa81 .elementor-icon-list-icon svg,
.elementor-element-dc1aa81 .elementor-icon-list-icon i {
    width: 24px;
    height: 24px;
    fill: #0073e6;
}

/* اخفاء العنصر غير المرغوب */
.elementor-element-d5d16c0 {
    display: none !important;
}
.footer-col h3 {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}
.footer-col a {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 3px;
  position: relative;
  display: inline-block;

}

@media only screen and (max-width: 768px) {
  .zaki {
    display: none;
  }
}


.btn-2.btn-c {
  border: 1px solid #e1e1e1;
  background-color: transparent;
  color: #949FB0;
  box-shadow: none;
  margin-right: 15px;
}
.section-header {
  margin-bottom: 80px;
}
.section-subtitle {
  display: inline-block;
  font-size: 14px;
  color: #6b7280;
  background: #eef2ff;
  padding: 5px 15px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.section-title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.6;
  color: #111827;
}

/* الشبكة */
.sectors-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 70px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px 50px;
}

/* الكروت */.sectors-grid
.sector-card {
background: #fff;
    border-radius: 16px;
    padding: 15px 20px;
    box-shadow: 0 9px 20px #FC9D3F26;
    transition: all 0.3s ease;
    cursor: pointer;
}
.sector-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0,0,0,0.12);
}
.sector-card i {
    font-size: 40px;
    color: #ffffff;
    margin-bottom: 15px;
    background: #FC9D3F;
    padding: 20px;
    border-radius: 100px;
    box-shadow: 0 9px 20px #FC9D3F26;
    margin-top: -100px;
}
.sector-card p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: #374151;
}
@media (max-width: 768px) {
  .mhn {
    margin-right: 5px;
    margin-top: 140px;
    margin-bottom: 40px;
  }

  .btn-2.btn-c {
    margin-right: 0px;
    margin-top: 10px;
  }

}
  .mhn {
    margin-right: 80px;
  }

a,
button {
  color: inherit;
  outline: medium none;
  
}

.custom-container {
  text-align: center;
  padding: 40px 70px;
  margin-top: 40px;
}

.custom-title {
  color: #FC9D3F;
  font-size: 32px;
  font-weight: bold;
  text-align: right;
}

.custom-subtitle {
  color: #777;
  margin-top: 10px;
  font-size: 18px;
  text-align: right;
}

.custom-services {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 0px;
}

.custom-card {
  border: 1px solid #eee;
  border-radius: 50px;
  width: 300px;
  height: auto;
  padding: 30px 20px;
  background-color: #fff;
  transition: transform 0.6s ease;
  will-change: transform;
}




.custom-icon {
    font-size: 36px;
    color: #ffffff;
    margin-bottom: 20px;
    background: #FC9D3F;
    border-radius: 60px;
    width: 60px;
    margin-top: -9px;
    border: 1px #526827 solid;
}

.custom-service-title {
  font-size: 20px;
  color: #FC9D3F;
  font-weight: bold;
 text-align: right;
  margin-bottom: 10px;
}
 .btn-i {
    display: inline-flex;
    align-items: center;
    gap: 150px; /* المسافة بين النص والأيقونة */
    direction: rtl; /* يضمن أن النص على اليمين */
    text-decoration: none;
    background: #FC9D3F;
    color: #fff;
    padding: 10px 16px;
    border-radius: 8px;
    transition: 0.3s;
  }

  .btn-i:hover {
    background: #0056b3;
  }

  .btn-i i {
    font-size: 18px;
  }
.custom-desc {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 20px;
  text-align: right;
}

.custom-btn {
  background-color: #fff;
  border: 1px solid #FC9D3F78;
  color: #FC9D3F;
  border-radius: 50px;
  padding: 6px 10px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s;
  font-weight: 500;
  width: 100%;
}

.custom-btn img {
    position: absolute;
    left: 0;
    bottom: 0;
margin-left: 5px;
    margin-bottom: 4px;

}

.custom-btn i {
  margin-left: 8px;
}

.custom-btn:hover {
  background-color: #00a84620;
  color: #526827;
}
.modal {

  background-color: #ffffff33;
  color: #000;
  padding: 20px;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(8px);
}

.modeh {
  
  background-color: #ffffffc9;
  color: #000;
  padding: 20px;
  border-radius: 30px;
  width: 90%;
  max-width: 550px;
  text-align: center;
  margin: auto;
  margin-top: 80px;
  border: 1px #11111112 solid;
}

.modeh h2 {
 font-size: 22px;
  color: #FC9D3F;
  margin-top: 0;
  text-align: right;
  font-weight: bold;
}
.modal h3 {
  font-family: "Changa", sans-serif;
color: rgb(133, 133, 133);
  margin-top: 0;
  text-align: right;
margin-bottom: 38px;
font-weight: 200;
font-size: 12px;
}

.form-group {
  font-family: "Changa", sans-serif;
  margin-bottom: 2px;
  text-align: left;
}

label {
  font-family: "Changa", sans-serif;
font-size: 14px;
color: #666;
margin-bottom: -31px;
display: block;
text-align: right;
}

input,
select,
textarea {
  font-family: "Changa", sans-serif;
width: 100%;
padding: 17px 0px;
margin: 10px 5px 1px -10px;
border: none;
border-bottom: 2px solid #ddd;
font-size: 14px;
color: #333;
outline: none;
background: transparent;
transition: border-color 0.3s ease;
text-align: right;
}

input:focus,
select:focus,
textarea:focus {
  font-family: "Changa", sans-serif;
border-bottom: 2px solid #2f99c0;

}

.custom-browse-all {
  margin-top: 30px;
  font-size: 16px;
}

.custom-browse-all a {
  background-color: #f5f5f52e;
  padding: 10px 14px;
  border-radius: 30px;
  text-decoration: none;
  color: #FC9D3F;
  font-weight: bold;
  display: inline-block;
  border: 1px #11111121 solid;
}

.custom-browse-all a i {
  margin-left: 8px;
  background: #FC9D3F;
  PADDING: 9px;
  border-radius: 100px;
  color: #fff;
  box-shadow: #000000;
  margin-right: -5px;
}
.custom-browse-all {
  margin-top: -10px;

}

@media (max-width: 768px) {
  .custom-browse-all {
      margin-top: 1px;

  }
}

.custom-services {
  margin-top: 40px;
  padding: 20PX;

}

@media (max-width: 768px) {
  .custom-services {
      margin-top: 0px;

  }
}

@media (max-width: 767px) {
  .custom-container{
  text-align: center;
  padding: 40px 30px;
  margin-top: 40px;
}



.custom-card {
  border: 1px solid #eee;
  border-radius: 50px;
 width: 100%;     height: auto;
  padding: 30px 20px;

  background-color: #fff;
  transition: transform 0.6s ease;
  will-change: transform;

}
.custom-btn img {
  margin-right: 163px;
  margin-top: -6px;
}
.custom-desc {
  margin-bottom: 0px;
}
}

@media (max-width: 1023px) {
  .custom-card {
    transform: none !important;
  }

  .custom-scrolled .custom-card {
    transform: none !important;
  }
}


/* حركة البداية */
.custom-card[data-index="0"],
.custom-card[data-index="1"] {
  transform: translateY(-20px);
}

.custom-card[data-index="2"],
.custom-card[data-index="3"],
.custom-card[data-index="4"] {
  transform: translateY(0px);
}

.custom-scrolled .custom-card[data-index="0"],
.custom-scrolled .custom-card[data-index="1"] {
  transform: translateY(10px);
}

.custom-scrolled .custom-card[data-index="2"],
.custom-scrolled .custom-card[data-index="3"],
.custom-scrolled .custom-card[data-index="4"] {
  transform: translateY(-20px);
}

.partners-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px 80px;
  gap: 20px;
}

.partners-text {
  flex: 1;
  min-width: 200px;
  text-align: right;
}

.partners-text h2 {
  font-size: 32px;
  color: #FC9D3F;
  margin: 0;
  text-align: right;
  font-weight: 800;
}

.partners-text p {
  font-size: 14px;
  color: #7c8792;
  margin-top: 5px;
  text-align: right;
}

.partners-logos {
  flex: 3;
  max-width: 720px;
  height: 140px;
  position: relative;
  overflow: hidden;
}

.logos-slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  animation: logos-scroll 18s linear infinite;
}

@keyframes logos-scroll {
  0% { transform: translateY(0); }
  33.33% { transform: translateY(-140px); }
  66.66% { transform: translateY(-280px); }
  100% { transform: translateY(0); }
}

.logos-row {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 10px 0;
}

.logo-item {
  background: white;
  border-radius: 16px;
  padding: 15px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  width: 150px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-item img {
  width: 150px;
  height: 150px;
  object-fit: contain;
}




@media (max-width: 768px) {
  .partners-container {
    flex-direction: column;
    
    padding: 20px;
  }

  .partners-text {
    text-align: center;
    margin-bottom: -20px;
  }

  .logo-item {
    width: 60px;
    height: 60px;
  }

  .logo-item img {
    width: 40px;
    height: 40px;
  }

  .partners-logos {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .profile-image {
    display: none !important;
  }
}

#cursor {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 9999;
}

.outer {
  width: 24px;
  height: 24px;
  border: 1px solid #00a89d49;
  border-radius: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.inner {
  width: 6px;
  height: 6px;
  background-color: #FC9D3F;
  border-radius: 50%;
}

.section-wrapper {
  padding: 40px 90px;
  max-width: 1950px;
}
/* تنسيق الكمبيوتر */
@media (min-width: 1025px) {
  .section-wrapper2 {
    padding: 40px 90px;
    max-width: 1900px;
    margin: auto;
  }
}

/* تنسيق الهاتف */
@media (max-width: 1024px) {
  .section-wrapper2 {
    padding: 20px;
    max-width: 100%;
    margin: 0;
  }
}

.section-wrapper2 img {
width: 100%;
}

.contact-title {
  color: #FC9D3F;
  font-size: 28px;
  margin-bottom: 5px;
  font-weight: 800;
}

.contact-subtitle {
  color: #777;
  font-size: 16px;
}

.form-box {
  display: flex
  ;
      flex-wrap: wrap;
      gap: 20px;
      margin-top: 30px;
      background: #cbd5e01c;
      padding: 18px;
      border-radius: 25px;
      border: 1px #CBD5E0 solid;
}

.form-group {
  display: flex;

}

.form-group-full {
  flex: 1 1 100%;
}

.footer-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  direction: ltr;
  gap: 1rem;
}
.footer-section span {
  display: block;
  text-align: left;
}

.select-left-arrow {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url('data:image/svg+xml;utf8,<svg fill="black" height="12" viewBox="0 0 24 24" width="12" xmlns="http://www.w3.org/2000/svg"><path d="M8.59 16.59L13.17 12 8.59 7.41 10 6l6 6-6 6z"/></svg>') no-repeat left center;
  background-position: left 0.5rem center;
  background-size: 1rem;
  padding-left: 2rem;
  direction: rtl; /* لعكس السهم في التنسيق العربي */
}

.desktop-img {
  display: block;
}

.mobile-img {
  display: none;
}

@media (max-width: 767px) {
  .desktop-img {
    display: none;
  }

  .mobile-img {
    display: block;
  }
}
.form-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  background: #cbd5e01c;
 
  border-radius: 25px;
  border: 1px #CBD5E0 solid;
  padding-bottom: 3px;
  padding-top: 6px;
  padding-left: 12px;
  padding-right: 7px;
}

.form-column {
  flex: 1;
  min-width: 300px;
}

.input-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  
}

.form-input,
.form-select {
  flex: 1 1 100%;
  padding: 8px;
  font-size: 14px;
}

.form-textarea {
  width: 100%;
  height: 110px;
  padding: 8px;
  font-size: 14px;
  resize: vertical;
}

.submit-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
  width: 100%;
}

.form-btn {
  font-size: 14px;
  padding: 6px 18px;
  width: 190px;
}
.pf-container {
    max-width: 1950px;
    padding: 20px 90px;
    margin: auto;
}
.pf-portfolio-item {
  width: 300px;
  border: 1px solid #ccc;
  padding: 10px;
  text-decoration: none;
  box-sizing: border-box;
  transition: transform 0.2s;
  border-radius: 28px;
}

.pf-portfolio-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

/* الشاشات الصغيرة (الجوال) */
@media (max-width: 767px) {
  .pf-portfolio-grid {
    flex-direction: column;
    align-items: center;
  }

  .pf-portfolio-item {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .pf-container {
    padding: 20px 20px;
  }
  .mhn {
    margin-right: 5px;
}

} 

/* Responsive tweaks */
@media (min-width: 768px) {
  .form-input,
  .form-select {
    flex: 1;
  }

  .input-row {
    flex-wrap: nowrap;
  }
}
@media (max-width: 767px) {
  .section-wrapper {
    padding: 20px 20px;
  }
}

.form-input, .form-textarea, .form-select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 20px;
  font-size: 15px;
  height: 43px;
  margin-left: 1px;
  margin-bottom: px;
}

.form-textarea {
  height: 104px;
  margin-right: -3px;
  resize: none;
}

@media (max-width: 768px) {
  .form-textarea {
    height: 104px;
    margin-right: 2px;
    resize: none;
  }
}

.form-btn {
  display: flex
  ;
      width: 130px;
      align-items: center;
      gap: 10px;
      background-color: #ffffff45;
      color: #a4784b;
      padding: 5px 3px;
      border: none;
      border-radius: 24px;
      cursor: pointer;
      font-size: 15px;
      border: 1px #CBD5E0 solid;
      margin-bottom: 20px;
}
.form-btn :hover{
      color: #FC9D3F;
}
.form-btn span{
  margin-right: 9px;
}
.footer-containe { color: white; display: grid ; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 40px; border-radius: 25px; padding: 30px; max-width: 1600px; margin: auto; }

/* 📱 التصميم للهاتف */
@media (max-width: 768px) {
  .footer-containe {
      grid-template-columns: 1fr; /* عمود واحد */
      text-align: center;         /* كل المحتوى بالنص */
      gap: 20px;                  /* تقليل المسافة */
  }
}


.footer-container {
  background: linear-gradient(to right, #a96724, #FC9D3F);
  color: white;
  display: flex
;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  flex-wrap: wrap;
  margin: auto;
  width: 100%;

  border-radius: 25px;
}

/* تنسيق خاص بالجوال */
@media (max-width: 768px) {
  .footer-container {
    width: 100%;
    margin-right: -0px;
  }
}


.footer-links a {
  color: white;
  text-decoration: none;
  margin: 0 8px;
  font-size: 14px;
}

.footer-icons i {
  font-size: 18px;
  margin: 0 6px;
}

.success-message {
  position: fixed;
  bottom: 20px;
  left: 20px;
  background-color: #0f5132;
  color: white;
  padding: 10px 15px;
  border-radius: 6px;
  font-size: 14px;
  display: none;
}

@media(max-width: 768px) {
  .form-group {
    flex: 1 1 100%;
  }
}

#form-container {
  width: 100%;
  max-width: 600px;
  background: #fff;
  padding: 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  text-align: right;
  box-sizing: border-box;
}

#form-container h2 {
  font-size: 22px;
  margin-bottom: 10px;
  color: #333;
}

#form-container p {
  font-size: 16px;
  margin-bottom: 30px;
  color: #FC9D3F;
  font-weight: bold;
  display: flex;
  align-items: center;
}

#form-container p span {
  margin-left: 8px;
}

@media (max-width: 768px) {
  .footer-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
    margin-top: 60px;
  }

  .footer-icons {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
  }

  .footer-icons a img {
    width: 30px;
    height: 30px;
  }





  .footer-section {
    display: flex;
   
    align-items: center;
margin-top: 30px;
  }

  .footer-section img {
    width: 30px;
  }

  .footer-section span {
    font-size: 12px;
  }


}


label {
  font-size: 14px;
  color: #666;
  margin-bottom: 5px;
  display: block;
}

input,
select,
textarea {
  width: 100%;
  padding: 12px 10px;
  margin-bottom: 8px;
  border: 1px solid #ddd;
  font-size: 14px;
  color: #333;
  border-radius: 30px;
  outline: none;
  background: #ffffff;
  transition: border-color 0.3s ease;
}

input:focus,
select:focus,
textarea:focus {
  border-bottom: 2px solid #FC9D3F;
}

textarea {
  resize: none;
  height: 80px;
}

button {
  width: 100%;
  background-color: #fc9d3f39;
  color: #fff;
  border: none;
  padding: 12px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}



#result {
  text-align: center;
  font-size: 14px;
  color: #555;
  margin-top: 10px;
}

#notification {
  display: none;
  position: fixed;
  top: 20px;
  right: 20px;
  background: #4caf50;
  color: white;
  padding: 15px 20px;
  border-radius: 5px;
  display: none;
  font-size: 14px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  
  align-items: center;
  gap: 10px;
}

#notification i {
  font-size: 20px;
}

@media (max-width: 600px) {
  #form-container {
      padding: 20px;
  }
}

@media screen and (max-width: 768px) {
  .foter-top .foter-link {
    margin-top: 10px;
    margin-bottom: 30px;
  }
}





/* الشبكة */
.r8 {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 أعمدة */
  gap: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.monh {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 10px;
  margin-right: 10px;
  background-image: url('https://files.catbox.moe/5mppnn.jpg');
            background-size: cover; /* تغطي الخلفية كامل الشاشة */
            background-repeat: no-repeat; /* لا تكرار */
           
            background-position: center; /* توسيط الصورة */
  padding-bottom: 45px;
  border-radius: 20px;
  margin-bottom: -38px;
  padding-top: 28px;
}
#mon h3 {
  color: #ffffff;
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
  font-weight: 400;
}
#mon h2 span {
  color: #48cae4;
  font-weight: bold;
}
#mon h2 {
  text-align: center;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  line-height: 1.4;
}
.cta-button button:hover {
 border: solid 1px;
 background-color: rgb(0 75 130);
  color: #ffffff; /* لون النص عند التمرير */
  transform: scale(1.05); /* تكبير الزر قليلاً */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* ظل عند التمرير */
}
.cta-text h1 {
  text-align: center;
  font-weight: 600;
  font-size: 1.5rem;
  color: #ffffff;
}
.lvnfjv {
  display: flex;
  gap: 20px; /* مسافة بين العناصر */
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.project-images {
  flex-wrap: wrap;
  gap: 10px; /* مسافة بين الصور */
  justify-content: center;
}
.hz {
    padding: 90px;
}
.hj {
  width: 100%;
margin-bottom: -15px;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
}
/* تنسيق مخصص للهاتف */
@media (max-width: 768px) {
    .hz {
        padding: 20px;
    }
}

.project-images img {
  width: calc(33.33% - 10px); /* تقسيم الصف إلى 3 صور */
  max-width: 100%;
}

@media (max-width: 768px) { /* عند عرض الموقع على الشاشات الصغيرة */
  .project-images img {
      width: 100%; /* كل صورة تأخذ العرض الكامل */
  }
.hz {
  margin-right: 0px;
 margin-left: 7px;
 margin-top: 40px;
}

}

.lvnfjv .item {
  display: flex
  ;
      flex-direction: column;
      gap: 5px;
      margin-left: 80px;
}

.lvnfjv p {
  margin: 0; /* إزالة الهوامش الافتراضية */
  font-size: 20px;
}

/* عند عرض الهاتف، تجعل العناصر فوق بعض */
@media (max-width: 768px) {
  .lvnfjv {
    flex-direction: column;
  }
}

.cta-text h2 {
  text-align: center;
  font-weight: 400;
  font-size: 1.25rem;
  color: #ffffff;
}
.portfolio-item {
  display: block;
  position: relative;
  text-decoration: none;
  width: 100%;

  position: relative;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.welcome-text888 p {
   text-align: center;
}
.portfolio-item:hover {
  transform: scale(1.05);
}

.portfolio-img {
width: 100%;
    height: 270px;
    object-fit: cover;
    transition: transform 0.3s, opacity 0.3s;
}

.overl {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.portfolio-item:hover .overlay {
  opacity: 1;
}

.plus-icon {
  font-size: 2rem;
  color: #fff;
}

.portfolio-item {
  position: relative; /* ضروري لعمل position: absolute بشكل صحيح */
  display: block;
}

.portfolio-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 15px;
  border-radius: 10px;
  background: linear-gradient(to top, #000000, #000000b8, #00000000);
  height: 120px;
  flex-direction: row-reverse;
}

.portfolio-i {

  margin-top: 20px;


}

.portfolio-caption h5 {
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  text-align: right;

}
.portfolio-caption i {
  order: -1;
  font-size: 22px;
  color: #fff;
  font-weight: 200;
  border-radius: 100px;
  padding: 3px;
}
.portfolio-caption i:hover {
background-color: #ffffff;
  color: #007bff;


}

.portfolio-caption p {
  font-size: 0.9rem;
  color: #d9d9d9;
  text-transform: uppercase;
  letter-spacing: 0.5px;
     margin-top: 0px;
    margin-bottom: 5px;
}

/* إعدادات استجابة */
@media (max-width: 768px) {
  .r8 {
    grid-template-columns: repeat(2, 1fr); /* عمودين على الشاشات المتوسطة */
  }
}

@media (max-width: 576px) {
  .r8 {
    grid-template-columns: 1fr; /* عمود واحد على الشاشات الصغيرة */
  }
}


















button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Questv1', sans-serif;
  color: var(--black-2);
  font-weight: normal;
  margin-top: 0px;
  font-style: normal;
  font-weight: 400;
  text-transform: normal;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 40px;
  font-weight: 500;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.75rem;
  color: #FC9D3F;
  margin-bottom: 15px;
  text-transform: capitalize;
}

hr {
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}

label {
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

*::-moz-selection {
  text-shadow: none;
}

::-moz-selection {
  text-shadow: none;
}

::selection {
  text-shadow: none;
  color: white;
  background: var(--black-2);
}

.transparent-header {
  position: absolute;
  left: 0;
  right: 0;
  top: 20px;
}

a:hover {
  color: inherit;
}

/*
	2. header
*/
.header__inner-1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 999;
}
.header__menu-1 {
  margin: 0;
  padding: 0;
}
.header__menu-1 li {
  display: inline-block;
  margin-right: 25px;
  font-family: "Changa", sans-serif;
}
.header__menu-1 li:last-child {
  margin-right: 0;
}
.header__menu-1 li a {
  font-weight: 500;
  font-size: 19px;
  line-height: 21px;
  color: #FC9D3F;
  transition: 0.3s ease;
}
.header__menu-1 li a:hover {
  color: var(--primary);
}

/*
    mobile menu css
*/
.responsive_mobile_menu {
  background-color: var(--primary);
}

.mobile_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}

.mobile_info_open {
  max-width: 300px;
  background: var(--white);
  padding: 23px;
  position: fixed;
  top: 0;
  height: 100%;
  width: 300px;
  left: -300px;
  z-index: 9;
  transition: 0.3s ease;
}

.mobile_info_open.show {
  left: 0;
}

.mobile_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.mobile-logo img {
  width: 100px;
}

.mobile-menu li {
  display: block;
  margin-bottom: 15px;
  border-bottom: 1px solid #ededed;
  padding-bottom: 10px;
}

.mobile-menu li a {
  color: var(--black-2);
}


.whatsapp-button {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 1000;
  background-color: #25D366;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.whatsapp-button:hover {
  transform: scale(1.05);
}

.whatsapp-button img {
  width: 30px;
  height: 30px;
}


.profile-section {
  display: flex;
  width: 100%;
  gap: 40px;
}

.header {
  flex: 1;
  margin-bottom: 50px;
}

.profile-image {
    width: 500px;
    height: 434px;
    border-radius: 15px;
    object-fit: cover;
    margin-top: -80px;

}

.header h1 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #222;
}

.header h2 {
  font-size: 32px;
  font-weight: 700;
  color: #111;
  margin-bottom: 20px;
}
.info-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}

.info-cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;
}

.info-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 20px;
    display: flex
;
    align-items: center;
    gap: 15px;
    box-shadow: 0 9px 50px rgb(0 103 41 / 27%);
    width: 700px;
    margin-right: 140px;
}

/* الشكل الأساسي (للكمبيوتر) */
.info-icon {
    background: #FC9D3F;
    color: #fff;
    border-radius: 8px;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    min-width: 50px;
    min-height: 50px;
    margin-right: -50px;
    transition: 0.3s;
}

/* الهوفر (للكمبيوتر) */
.info-icon:hover {
    background: #5f7a2c;
    transform: scale(1.1);
}

/* التصميم الخاص بالهاتف */
@media (max-width: 768px) {
  .info-icon {
      background: #415220;   /* لون مختلف للهاتف */
      border-radius: 50%;   /* نخليه دائرة بدل مربع */
      font-size: 20px;
      min-width: 45px;
      min-height: 45px;
      margin: 10px auto;   /* في الهاتف يكون وسط */
  }
}

.info-card h3 {
  margin: 0 0 8px;
  font-size: 18px;
  color: #FC9D3F;
  font-weight: 700;
}

.info-card p {
  margin: 0;
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

.info-content {
  flex: 1;
}


.contact-container {
  display: flex;
  justify-content: space-between; /* رقم يسار وزر يمين */
  align-items: center;
  gap: 20px;
}

.phone-link {
  color: #007bff;
  font-weight: bold;
  font-size: 18px;
  
}

.info-btn {
    background: #FC9D3F;
    color: #fff;
    padding: 12px 25px;
    border: none;
    border-radius: 100px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
}

.info-btn:hover {
  background-color: #495f1c;
}

/* في الهاتف نخليها عمودية: رقم فوق وزر تحت */
@media (max-width: 768px) {
  .contact-container {
    flex-direction: column;
    text-align: center;
  }
}



.info-content h2 {
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #FC9D3F;
}

.info-content p {
  margin-bottom: 20px;
  color: #555;
  line-height: 1.8;
  font-size: 20px;
}

.info-highlight {
  font-weight: bold;
  color: #222;
}

.info-btn {
    background: #FC9D3F;
    color: #fff;
    padding: 12px 25px;
    border: none;
    border-radius: 100px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
}

.info-btn:hover {
  background: #516627;
  color: #fff;
}

.info-contact {
  margin-top: 20px;
  font-size: 15px;
  color: #555;
}

.info-contact span {
  color: #000;
  font-weight: bold;
}

@media(max-width: 900px) {
  .info-section {
    flex-direction: column;
    text-align: center;
  }
  .info-cards {
    flex-direction: column;
  }
  .info-card {
    justify-content: center;
    text-align: right;
  }
}
.header p {
  font-size: 18px;
  line-height: 1.6;
  width: 800px;
  color: #555;
}

/* تنسيق خاص بالهواتف */
@media (max-width: 600px) {
  .header p {
    font-size: 16px;  /* تصغير الخط ليناسب الشاشة الصغيرة */
    width: 100%;      /* جعل النص يملأ عرض الشاشة */
    line-height: 1.4; /* تقليل التباعد بين الأسطر لملاءمة الشاشة */
  }
}

.contact {
  font-size: 18px;
  margin-top: 30px;
  font-weight: 500;
}

.ps {
  margin-top: 30px;
  font-size: 16px;
  color: #777;
}

.success-stories {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 0;
  padding: 40px 20px;
  border-top: 1px solid #eee;
  width: 100%;
  background: linear-gradient(to right, #a96724, #FC9D3F);
  border-radius: 40px;
  color: #fff;
  gap: 80px;
  height: auto;
}

.story-item {
  text-align: center;
  width: 150px;
  margin: 0 auto;
}

.counter {
  font-size: 27px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: -10px;
  transition: all 0.5s ease;
}

.story-label {
  font-size: 18px;
  color: #ffffff;
}

.story-image {
  width: 100px;
  height: auto;
  display: block;
  margin: -80px auto 0 auto;
}

@media (max-width: 768px) {
  .profile-section {
      flex-direction: column-reverse;
      align-items: center;
      gap: 20px;
  }
}

/* موبايل */
@media (max-width: 768px) {
  .success-stories {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 40px 10px;
  }

  .story-item {
    width: 100%;
    max-width: 280px;
  }

  .story-label {
    font-size: 16px;
  }

  .counter {
    font-size: 24px;
  }

  .story-image {
    width: 90px;
    margin: -60px auto 0 auto;
  }
}



#welcomeText::after,
#nameText::after {
  content: '|';
  animation: blink 1s infinite;
  margin-left: 5px;
  color: #49b0a600;
}

.hide-cursor::after {
  content: '';
  animation: none;
}

@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}
.form-actions {
  font-family: 'ExpoArabic', sans-serif;
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.scroll-container {
  width: 30px; /* نفس w-6 */
  height: 56px; /* نفس h-14 */
  padding-top: 8px;
  margin-top: 0px;
  margin-bottom: 80px;
  padding-bottom: 8px;
  border: 2px solid #FC9D3F; /* sky-400 */
  border-radius: 9999px; /* rounded-full */
  cursor: pointer;
  display: flex;
  justify-content: center;
}


.scroll-indicator {
  width: 3px;  /* نفس w-1.5 */
  height: 10px; /* نفس h-4 */
  background-color: #000000; /* skin tone */
  border-radius: 9999px;
  animation: bounce-custom 1s infinite;
}

@keyframes bounce-custom {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(12px);
  }
}
.header-sticky{
    position: fixed;
    top: 0;
    left: 0;
    margin: 10px;
    right: 0;
    background: #ffffff54;
    backdrop-filter: blur(10px);
    border: 1px solid #FC9D3F4f;
    z-index: 99;
    padding: 15px 0;
    border-radius: 20px;
}

/* إخفاء العنصر على الشاشات الصغيرة */
@media (max-width: 768px){
    .mnkr{
        display: none;
    }
}


.offcanvas-overlay {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}

.offcanvas-overlay.overlay-open {
  opacity: 1;
  visibility: visible;
}

.mobile-logo img {
  width: 70px;
}




    .pf-header {
display: flex
;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 10px;
    margin-top: 10px;
    }

    .pf-header-content {
      text-align: right;
    }

    .pf-header-content h1 {
      font-size: 30px;
      font-weight: 700;
      margin-bottom: 10px;
      color: #FC9D3F;
    }

    .pf-header-content p {
      font-size: 1.1rem;
      color: #666;
    }

    .pf-filter-buttons {
      display: flex;
      justify-content: flex-start;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 5px;
    }

    .pf-filter-btn {
      padding: 8px 20px;
      background-color: #F4F5F7;
      border-radius: 30px;
      cursor: pointer;
      transition: all 0.3s ease;
      font-size: 0.9rem;
      color: #FC9D3F;
    }

    .pf-filter-btn:hover,
    .pf-filter-btn.pf-active {
      background-color: #FC9D3F;
      color: #fff;
      border-color: #FC9D3F;
    }





    .pf-portfolio-item:hover {
      transform: translateY(-5px);
    }

    .pf-portfolio-img {
        width: 100%;
    height: 270px;
    object-fit: cover;
    display: block;
    margin-top: 0px;
    border-radius: 20px;
    }

    .pf-portfolio-caption {
      padding: 15px;
      text-align: center;
    }

    .pf-portfolio-caption h5 {
      font-size: 1rem;
      font-weight: 500;
      margin: 0;
      color: #FC9D3F;
    }


/*
	3. hero
*/
.hero__area-1 {
  background-color: var(--navy-1);

  display: flex;
  align-items: center;
  height: 630px;

  /* خلفية تتكون من تدرج شفاف + الصورة */
  background-image: 
    linear-gradient(to left, rgb(255, 255, 255), rgba(255, 255, 255, 0.384)), 
    linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.2)),

    url(/assets/img/56.png);
    
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}



.vbnt {
  display: flex;
  justify-content: center;
  align-items: center;
margin-top: 80px;
}

.hero1 {
  padding-top: 0px;
  padding-bottom: 30px;
  position: relative;
  width: 95%;
}
.hero1__subtitle {
    font-family: 'Questv1', sans-serif;
  font-weight: bold;
  font-size: 40px;
  line-height: 0.5;
  letter-spacing: 0.1px;
  text-transform: uppercase;
  color: var(--black-3);
  margin-bottom: 10px;
}
.hero1__title {
    font-family: 'Questv1', sans-serif;
  font-weight: 600;
  font-size: 82px;
  
  text-transform: uppercase;
  color: var(--black-3);
  margin-bottom: 30px;
}
.hero1__dis1 {
  font-weight: 400;
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: 0.1px;
    font-family: 'Questv1', sans-serif;
  color: var(--black-4);
  margin-bottom: 30px;
  margin-top: 30px;
}
.hero1__dis2 {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
    font-family: 'Questv1', sans-serif;
  margin-bottom: 30px;
  color: var(--gray-3);
}
/* تنسيقات القسم الرئيسي */
#clients {
  background-color: #f7f7f7; /* خلفية رمادية فاتحة */
  padding: 2rem 1.5rem; /* مساحة داخلية */
 
  text-align: center; /* محاذاة النصوص */
}

/* العناوين */
#clients h3 {
  color: #333333; /* لون النص */
  font-size: 1.125rem; /* حجم النص */
  font-weight: 300; /* وزن الخط */
  margin-bottom: 0.75rem; /* مسافة أسفل العنوان */
}

#clients h2 {
  color: #1d3557; /* أزرق داكن */
  font-size: 2rem; /* حجم الخط */
  font-weight: 600; /* وزن الخط */
  margin-bottom: 1.5rem; /* مسافة أسفل العنوان */
  line-height: 1.4; /* ارتفاع السطر */
}

#clients h2 span {
  color: #48cae4; /* لون النص داخل السبان */
  font-weight: bold; /* وزن الخط */
}

/* الشبكة التي تحتوي على الشعارات */
#clients .flex-wrap {
  display: flex; /* عرض الشبكة كمرن */
  flex-wrap: wrap; /* السماح بالتفاف العناصر */
  gap: 2rem; /* مسافات بين العناصر */
  justify-content: center; /* توسيط العناصر أفقياً */
  margin-top: 1.5rem; /* مسافة من الأعلى */
}

/* تنسيقات الصور */
#clients img {
  max-width: 8rem; /* أقصى عرض للصورة */
  object-fit: contain; /* جعل الصور متناسبة */
  transition: transform 0.3s ease; /* تأثير الانتقال */
}

#clients img:hover {
  transform: scale(1.1); /* تكبير الصورة عند التمرير */
}

/* تنسيقات النصوص ضمن الصور */
#clients div[data-aos] {
  transition: opacity 0.5s ease, transform 0.5s ease;
  opacity: 0.8; /* شفافية خفيفة */
}

#clients div[data-aos]:hover {
  opacity: 1; /* إزالة الشفافية عند التمرير */
  transform: translateY(-5px); /* رفع خفيف */
}


.heroright1 {
  position: absolute;
  margin-top: 30px;
  top: 0;
  right: auto;
  left: 190px;
}

.box1 {
  display: inline-block;
  width: 58px;
  height: 58px;
  background: var(--primary);
  border-radius: 6px;
  transform: rotate(-45deg);
  position: absolute;
  bottom: 146px;
  left: 162px;
}

.box2 {
  padding: 2px 5px;
        border-radius: 100px;
  display: inline-block;
  width: 58px;
  height: 58px;
  background: var(--secondary);
  border-radius: 6px;
  transform: rotate(-45deg);
  position: absolute;
  top: 263px;
  left: 217px;
}

.box3 {
  padding: 2px 5px;
        border-radius: 100px;
  display: flex;
  align-items: center;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
  border-radius: 100px;
  backdrop-filter: blur(10px); /* شدة التمويه */
    background: rgba(255, 255, 255, 0.2); /* لون خلفية شفاف */
  width: 211px;
  padding: 20px 30px;
  top: 306px;
  position: absolute;
  right: 105px;
  animation: float-bob-y 5s infinite;
  margin-top: 0px;
}
.box3__count {
  font-weight: 700;
  font-size: 42px;
  color: var(--primary);
  display: inline-block;
  margin-right: 10px;
}
.box3__years {
  font-weight: 600;
  font-size: 20px;
  margin-right: 20px;
}

.box3.box4 {
  padding: 2px 5px;
        border-radius: 100px;
  top: auto;
  bottom: 119px;
  left: 85px;
  width: 237px;
  right: auto;
}
.box3.box4 .box3__count {
  color: var(--secondary);
   
}

.box5 {
  display: inline-block;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  backdrop-filter: blur(10px); /* شدة التمويه */
    background: rgba(255, 255, 255, 0.2); /* لون خلفية شفاف */
  padding: 30px;
  position: absolute;
  left: 187px;
  top: 349px;
  width: 117px;
  animation: float-bob-y 2s infinite;
}

/*
	4. category
*/
.category__area-1 {
  padding: 100px 0;
}

.category {
  transition: 0.3s linear;
  max-width: 352px;
}
.category:hover {
  transform: translateY(-15px);
}
.category__wrapper-1 {
  display: flex;
  justify-content: space-between;
}
.category__item {
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--gray-1);
}
.category__dis {
  font-weight: 600;
  font-size: 18px;
  color: var(--gray-2);
  padding-top: 30px;
}
.category__count {
  font-weight: 700;
  font-size: 22px;
    font-family: 'Questv1', sans-serif;
  color: var(--primary);
  display: inline-block;
  margin-bottom: 10px;
}
.category__title {
  font-weight: 600;
  font-size: 32px;
  color: var(--black-2);
}

/*
	5. about
*/
.about__area-1 {
  margin-top: 20px;
  position: relative;
  padding-bottom: 100px;
}
.about__thumb {
  position: relative;
}
.about__main {
  padding-left: 100px;
}
.about__right {
  padding-left: 20px;
}
.about__subtitle {
  font-weight: 500;
  font-size: 18px;
  color: var(--primary);
  display: inline-block;
  margin-bottom: 10px;
}
.about__title {
  font-weight: 500;
  font-size: 48px;
  color: var(--black-2);
}
.about__dis {
  font-weight: 400;
  font-size: 18px;
  color: var(--gray-2);
  padding-top: 10px;
}
.about__wrapperinfo {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;

}
.about__info li {
  margin-bottom: 15px;
}
.about__info li span {
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  color: var(--black-1);
  display: block;
}
.about__info li .name {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  padding-top: 5px;
  display: inline-block;
}

.about__img2 {
  position: absolute;
  bottom: -179px;
  left: 0;
  border-radius: 20px;
}

.about__img3 {
  position: absolute;
  top: -26px;
  right: -31px;
}

.about__img4 {
  position: absolute;
  bottom: -21px;
  right: 25%;
}

.about__img5 {
  position: absolute;
  left: 58px;
  top: 140px;
}

/*
	6. service
*/
.service__area-1 {
  padding-bottom: 100px;
}
.service__area-2 {
  padding-bottom: 100px;
}

.section__wrapper {
  max-width: 800px;
  margin: auto;
  margin-bottom: 60px;
}
.section__wrapper .subtitle {
  font-weight: 500;
  font-size: 22px;
  color: var(--primary);
  margin-bottom: 5px;
}
.section__wrapper .section-title {
  font-weight: 500;
  font-size: 48px;
  color: var(--black-2);
  margin-bottom: 15px;
}
.section__wrapper .section-dis {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: var(--gray-2);
  margin-bottom: 15px;
}

.serviceitem {
  border: 3px solid transparent;
  box-shadow: 0px 0px 20px rgba(255, 69, 27, 0.2);
  border-radius: 10px;
  padding: 70px 87px;
  text-align: center;
  margin-bottom: 30px;
  transition: 0.3s linear;
}
.serviceitem:hover {
  border: 3px solid var(--primary);
}
.serviceitem__thumb {
  margin-bottom: 20px;
}
.serviceitem__thumb img {
  display: inline-block;
  background-color: var(--primary);
  padding: 15px;
  border-radius: 50px;
}
.serviceitem__content__title {
  font-weight: 600;
  font-size: 32px;
  color: var(--black-2);
    font-family: 'Questv1', sans-serif;
  display: inline-block;
  margin-bottom: 10px;
}
.serviceitem__content__price {
  font-weight: 500;
  font-size: 18px;
  color: var(--black-2);
}
.serviceitem__content__price span {
  color: var(--primary);
}
.serviceitem__content__dis {
  color: var(--gray-2);
  font-weight: 400;
  font-size: 18px;
}

/*
    SERVICE TWO
*/
.serviceitem2 {
  text-align: center;
}
.serviceitem2:hover .serviceitem2__thumb img {
  transform: scale(0.7);
}
.serviceitem2:hover .serviceitem2__content__title {
  color: var(--primary);
}
.serviceitem2__thumb {
  margin-bottom: 20px;
  background-image: url("../img/service/s-bg.png");
  height: 127px;
  max-width: 135px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.serviceitem2__thumb img {
  display: inline-block;
  padding-right: 30px;
  padding-top: 10px;
  transform: scale(1);
  transition: 0.3s;
}
.serviceitem2__content__title {
  font-weight: 600;
  font-size: 24px;
  color: var(--black-2);
    font-family: 'Questv1', sans-serif;
  margin-bottom: 10px;
  display: inline-block;
  transition: 0.3s;
}
.serviceitem2__content__dis {
  color: var(--gray-2);
  font-weight: 400;
  font-size: 18px;
}

/*
	7. counter
*/
.counter__area-1 {
  background: linear-gradient(94.16deg, #FF451B -32.52%, #FFB324 134.52%);
  padding: 110px 0;
  margin-bottom: 100px;
}

.counter {
  text-align: center;
  margin-right: -30px;
  position: relative;
}
.counter__volume {
  font-weight: 700;
  font-size: 72px;
  color: var(--white);
    font-family: 'Questv1', sans-serif;
}
.counter__title {
  font-weight: 600;
  font-size: 32px;
  color: var(--white);
    font-family: 'Questv1', sans-serif;
}
.counter__plus {
  font-weight: 700;
  font-size: 42px;
  position: absolute;
  right: 39px;
  top: -13px;
}

/*
	8. skills
*/
.skills__area-1 {
  padding-bottom: 100px;
}

.skillRight {
  padding-left: 60px;
}

.skills-name {
  margin-bottom: 30px;
  padding-bottom: 8px;
}

.progress-content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.progress-bar {
  width: 100%;
  margin: 0;
  margin-top: 0;
  background-color: #ddd;
  border-radius: 50px;
  height: 10px;
}

.progress.progress-bar-height {
  height: 100%;
  border-radius: 50px;
  background: linear-gradient(280deg, var(--primary) 0%, var(--secondary) 100%);
}

/*
	9. portfolio
*/
.portfolio__area-1 {
  padding-bottom: 100px;
}

.portfolio {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}
.portfolio:hover .portfolio__thumb::before {
  opacity: 1;
  visibility: visible;
}
.portfolio:hover .portfolio__text {
  top: 50%;
}
.portfolio__thumb {
  position: relative;
}
.portfolio__thumb::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s linear;
  background-color: rgba(255, 69, 27, 0.8);
}
.portfolio__text {
  position: absolute;
  left: 50%;
  top: -150%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.portfolio__text h4, .portfolio__text span {
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  color: var(--white);
    font-family: 'Questv1', sans-serif;
}
.portfolio__menu {
  margin-bottom: 60px;
}
.portfolio__menu button {
  border: 0;
  display: inline-block;
  padding: 10px 20px;
  background-color: transparent;
  font-weight: 600;
  font-size: 16px;
  line-height: 27px;
  color: var(--black-2);
  margin-right: 20px;
  transition: 0.3s;
  text-transform: capitalize;
}
.portfolio__menu button:hover {
  color: var(--primary);
}
@media (max-width: 768px) { /* يمكنك تغيير الحجم حسب احتياجك */
  .swiper-button-next {
    display: none !important;
  }
}
@media (max-width: 768px) { /* يمكنك تغيير الحجم حسب احتياجك */
  .swiper-button-prev {
    display: none !important;
  }
}
.cta-section {
  background-image: url(https://files.catbox.moe/5mppnn.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: white;
  padding: 20px;
  border-radius: 15px;
  margin: -50px auto 20px;
  max-width: 1088px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border: solid #0f6b81 1px;
}

.cta-text {
  flex: 1;
  text-align: right;
  padding: 10px;
}

.cta-text h1,

.cta-text h2 {
  margin: 10px 0;
}

.cta-button {
  flex: 1;
  text-align: left;
  padding: 10px;
}


















/* إعدادات استجابة */
@media (max-width: 768px) {
  .r8 {
    grid-template-columns: repeat(2, 1fr); /* عمودين على الشاشات المتوسطة */
  }
}

@media (max-width: 576px) {
  .r8 {
    grid-template-columns: 1fr; /* عمود واحد على الشاشات الصغيرة */
  }
}



  /* عندما يصبح العنصر مرئيًا */
  .custom-visible {
    opacity: 1; /* التلاشي */
    transform: translateY(0); /* التحريك إلى الموضع الأصلي */
  }
 @media screen and (min-width: 993px) {
    .mobile-menu-toggle {
      display: none;
    }
  }

/* إخفاء القائمة الجانبية على الشاشات الأكبر من 768 بكسل */
@media (min-width: 993px) {
  .weird-potato-box {
    display: none;
  }
}

.weird-potato-box {
  position: fixed;
  top: 40px;
  left: 40px;
  z-index: 1000;
}

.alien-click-circle {
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 24px;
  width: 30px;
  
}

.alien-click-circle .weird-stick {
  height: 3px;
  width: 100%;
  background-color: #FC9D3F;
  border-radius: 2px;
  transition: all 0.3s ease;
  position: absolute;
}

.alien-click-circle .weird-stick:nth-child(1) {
  top: 0;
  transform-origin: left center;
}

.alien-click-circle .weird-stick:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
  transform-origin: center;
}

.alien-click-circle .weird-stick:nth-child(3) {
  bottom: 0;
  transform-origin: left center;
}

.alien-click-circle.active .weird-stick:nth-child(1) {
  transform: rotate(45deg);
}

.alien-click-circle.active .weird-stick:nth-child(2) {
  opacity: 0;
}

.alien-click-circle.active .weird-stick:nth-child(3) {
  transform: rotate(-45deg);
}
/* تنسيق للأجهزة الكبيرة (شاشات الكمبيوتر) */
.maru {
  margin-top: 100px;
}

/* تنسيق للجوال (عندما يكون العرض أقل من 768px مثلاً) */
@media (max-width: 768px) {
  .maru {
    margin-top: 90px;
  }
}
.floating-dark-square {
     position: fixed;
    top: 0;
    right: -250px;
    width: 250px;
    height: 3000px;
    background-color: #ffffffe3;
    color: #FC9D3F;
    display: flex
;
    backdrop-filter: blur(8px);
    flex-direction: column;
    align-items: center;
    transition: all 0.3s ease;
}

.floating-dark-square ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 80px;
  margin-left: 100px;
  margin-right: 20px;
}

.floating-dark-square ul li {
  margin: 20px 0;

}

.floating-dark-square ul li a {
  color: #FC9D3F;
  text-decoration: none;
  font-size: 18px;
  transition: color 0.3s;
}



.floating-dark-square.open {
  right: 0;
}

.floating-dark-square ul li a:hover {
  color: #aebeff
}






.i  {
    font-size: 19px;
    margin-right: 10px;
}
.welcome-text888 {
    color: #ffffff;
    font-weight: 200;
    font-size: 12px;
    text-align: center;
    margin: auto;
    width: 100%;
    border: solid #0d1322;
    margin-top: 30px;
    margin-bottom: 0px;
}
/* Click to Contact Button */
.clicktocontact {
    position: fixed;
    bottom: 5px;
    right: 20px;
    width: 70px;
    height: 70px;
    background-color: #007bff;
    border-radius: 50%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    z-index: 1000;
}

.clicktocontact img {
    width: 50%;
    border-radius: 50%;
}

.clicktoco {
    font-size: 10px;
    color: white;
    margin-top: 5px;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 10px;
    padding-left: 10px;
}

/* Contact Info Modal */
.contactinf {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 270px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    
    display: none;
    z-index: 1000;
    height: 200px;
}














.cta-button button {
  background-color: white;
  color: #009cd9;
  border: none;
  border-radius: 20px;
  padding: 10px 20px;
  cursor: pointer;
  font-weight: bold;
}
#foter {
  background-color: rgb(0 75 130);
  color: white;
  padding: 20px;
  margin-top: 50px;
}
.foter-bottom p {
  color: #ededed;
}
.social-icon a:hover{
  color: #0074D9;
  border: solid 1px;
  background-color: #ff0000;
}

.foter-link a:hover{
  border: solid
  1px;
  color: #0074D9;
  padding: 10px;
  border-radius: 10px;
}
.foter-top {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.foter-top .foter-link {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.foter-top .footer-link a {
  color: white;
  text-decoration: none;
  font-size: 14px;
}

.foter-top .foter-logo img {
  height: 50px;
}

.foter-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}

.foter-bottom .social-icon {
  display: flex;
  gap: 10px;
}

.foter-bottom .social-icon a {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #002231cc;
  border-radius: 50%;
  color: rgb(0, 216, 231);
  text-decoration: none;
  font-size: 20px;
}
.foter-bottom .social-icon a:hover {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fcfcfccc;
  border-radius: 50%;
  color: rgb(0, 51, 54);
  text-decoration: none;
  font-size: 25px;
}

/* جعل التصميم متجاوبًا */
@media (max-width: 768px) {
  .foter-top {
      flex-direction: column;
      align-items: center;
      text-align: center;
  }
  .cta-button {
 
    text-align: left;
    padding: 10px;
  }

  .foter-top .foter-link {
      justify-content: center;
  }

  .foter-bottom {
      flex-direction: column;
      align-items: center;
      gap: 10px;
  }
}
/*
	10. testimonial
*/
.testimonial__area-1 {
  padding-bottom: 100px;
  position: relative;
}
.testimonial__area-1 .swiper-button-next::after, .testimonial__area-1 .swiper-button-prev::after {
  display: none;
}
.testimonial__area-1 .swiper-button-prev {
  left: 48%;
  right: auto;
  background: #FFFFFF;
  box-shadow: 0px 0px 6.66667px rgba(0, 0, 0, 0.25);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  width: 36px;
  height: 36px;
  border-radius: 50px;
  color: #FF451B;
  transform: translateX(-50%);
  top: auto;
  bottom: -70px;
}
.testimonial__area-1 .swiper-button-next {
  left: 52%;
  right: auto;
  background: #FFFFFF;
  box-shadow: 0px 0px 6.66667px rgba(0, 0, 0, 0.25);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  width: 36px;
  height: 36px;
  border-radius: 50px;
  color: #FF451B;
  transform: translateX(-50%);
  top: auto;
  bottom: -70px;
}
.testimonial__item {
  width: 470px;
  margin: auto;
  text-align: center;
  background-color: var(--white);
  
}
.testimonial__item__thumb {
  margin-bottom: 10px;
  display: inline-block;
}
.testimonial__rating {
  margin-bottom: 15px;
}
.testimonial__rating i {
  color: #FFB324;
  font-size: 16px;
}
.testimonial__dis {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: #979797;
  padding-bottom: 20px;
  border-bottom: 2px solid #979797;
}
/* التصميم العام */
#majors {
  padding: 20px;
  direction: rtl;
  text-align: center;
}

/* تخطيط البطاقات */
#majors .card-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr); /* بطاقة واحدة بشكل افتراضي */
  gap: 1.5rem;
  margin-top: 2rem;
}

@media (min-width: 768px) {
  #majors .card-container {
    grid-template-columns: repeat(2, 1fr); 
    padding-right: 50px;
        padding-left: 50px;/* بطاقتين بجانب بعض على الشاشات الأكبر */
  }
}

@media (min-width: 768px) {
  #mon {
    padding-right: 50px;
    padding-left: 50px;/* بطاقتين بجانب بعض على الشاشات الأكبر */
  }
}
@media (max-width: 993px) {
  .header__right {
    display: none;
  }
}
/* تنسيق البطاقات */
#majors .card {
 text-align: right;
  background: #ffffff;
  box-shadow: 0 4px 6px rgba(0, 100, 131, 0.062);
  border-radius: 1.5rem;
  display: flex;
  padding: 1.5rem;
  gap: 1rem;
  border: 1px solid transparent;
  transition: all 0.3s ease;
}

#majors .card:hover {
  border-color: #3b82f6; /* لون التحديد عند التمرير */
  transform: scale(1.02);
}

#majors .card-icon {
  margin-bottom: -50px;
    margin-left: 30px;
  flex-shrink: 0;
  background: #f3f4f6;
  border-radius: 1rem;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

#majors .card-title {
  margin-right: 68px;
  margin-bottom: 30px;
  margin-top: -23px;
  font-size: 1.125rem;
  color: #111827;
  
  font-weight: 600;
}

#majors .card-text {
 
    margin-right: 68px;
    margin-bottom: 20px;
    margin-top: -23px;

  font-size: 0.875rem;
  color: #6b7280;
  line-height: 1.5;
}

/* تحسين النص */
#majors h3 {
  color: #111827;
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
  font-weight: 400;
}

#majors h2 {
  color: rgb(0 75 130);
  font-size: 2rem;
  margin-bottom: 1.5rem;
  font-weight: 700;
}

#majors h2 span {
  color: #40c0f0;
}

.testimonial__name {
  
  text-transform: capitalize;
  font-weight: 400;
  font-size: 28px;
  line-height: 1.3;
  margin-bottom: 10px;
  color: var(--black-2);
  padding-top: 10px;
}
.testimonial__pos {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #979797;
  margin-bottom: 30px;
}
.testimonial__wrapper {
  position: relative;
}

.img-5 {
  bottom: 0;
  left: 0;
}

.img-2 {
  right: 0;
}

/*
	11. blog
*/
.blog__area-1 {
  padding-top: 100px;
  background-color: #F8F9FA;
  margin-top: 100px;
  padding-bottom: 100px;
}

.blog:hover .blog__content__title {
  color: var(--primary);
}
.blog:hover .btn-4 {
  color: var(--primary);
}
.blog:hover .blog__thumb img {
  transform: scale(1.2);
}
.blog__thumb {
  max-width: 100%;
  margin-bottom: 10px;
  max-height: 235px;
  overflow: hidden;
}
.blog__thumb img {
  transform: scale(1);
  transition: 0.3s;
  object-fit: contain;
}
.blog__content {
  box-shadow: 0px 5px 10px rgba(15, 23, 42, 0.05);
  padding: 15px 20px;
}
.blog__content__cat {
  font-weight: 500;
  font-size: 16px;
  color: var(--primary);
  display: inline-block;
  margin-bottom: 10px;
  background: rgba(255, 69, 27, 0.05);
  border-radius: 5px;
  padding: 5px 10px;
}
.blog__content__title {
  font-weight: 500;
  font-size: 24px;
  color: var(--black-2);
  transition: 0.3s linear;
}

/*
	14. footer
*/
.contact_two {
  padding: 15px 0;
}

.categories h4 {
  color: var(--black-2);
  font-weight: 600;
}

.categories_list li {
  margin-bottom: 7px;
}
.categories_list li a {
  text-transform: capitalize;
}

.copyright_text {
  background: linear-gradient(94.16deg, #FF451B -32.52%, #FFB324 134.52%);
  padding: 70px 0;
}
.copyright_text p {
  margin-bottom: 0;
  color: var(--white);
}

.google-map {
  margin-bottom: -6px;
}

.social__menu li {
  display: inline-block;
  margin-right: 20px;
}
.social__menu li:last-child {
  margin-right: 0;
}
.social__menu li a {
  color: var(--white);
  display: inline-block;
}
.social__menu li a:hover {
  color: var(--primary);
}

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

/*
	13. map
*/
.contact__area-1 {
  padding-top: 100px;
  padding-bottom: 100px;
  background: linear-gradient(94.16deg, #FF451B -32.52%, #FFB324 134.52%);
}
.contact__wrapper {
  max-width: 715px;
}

.social {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.social:hover .social__icon {
  background-color: var(--primary);
  color: var(--white);
}
.social__icon {
  display: inline-block;
  width: 89px;
  height: 89px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--primary);
  background-color: var(--white);
  border-radius: 50px;
  font-size: 30px;
  margin-right: 20px;
  transition: 0.3s;
}
.social__phone * {
  color: var(--white);
}
.social__phone * h4 {
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
}

.field-wrapper {
  margin-bottom: 15px;
}
.field-wrapper input, .field-wrapper textarea {
  height: 50px;
  padding: 15px;
  width: 100%;
  border-radius: 6px;
  border: 0;
}
.field-wrapper input:focus, .field-wrapper textarea:focus {
  outline: 1px solid var(--secondary);
}
.field-wrapper textarea {
  height: 170px;
}
.field-wrapper input[type=submit] {
  background-color: #0F172A;
  color: var(--white);
  transition: 0.3s;
}
.field-wrapper input[type=submit]:hover {
  background-color: var(--primary);
  border: 0;
  outline: 0;
}
@media (max-width: 768px) {
  .contact-image-k2x {
    display: none !important;
  }
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: gray;
  opacity: 0.5;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
  width: 30px; /* تمديد العرض */
  height: 8px; /* الحفاظ على نفس الارتفاع */
  background: #007bff; /* تغيير اللون */
  border-radius: 20px; /* جعل الأطراف دائرية */
  opacity: 1;
}

.swiper.testimonial-active.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
  max-width: 470px;
 
    margin-bottom: 30px;

}
.testimonial-active {
  z-index: 10; /* اختر قيمة معقولة حسب التطبيق */
}


.modal-container-y3w {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}

.modal-container-y3w.active-y3w {
  display: flex;
  z-index: 1000000;
}

.modal-content-t8q {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  width: 90%;
  max-width: 900px;
  display: flex
;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  margin-top: 60px;
}

/* تنسيق قسم النص */
.contact-info-d4k {
  flex: 1;
}

.contact-info-d4k h2 {
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 2;
}

.contact-info-d4k h2 span {
  color: #009cd9;
  font-weight: 600;
  /* لون مختلف لكلمة معاً */
}
.swiper-container {
  width: 100%;
  max-width: 600px;
  margin: 80px auto;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 80px;
  margin-top: -40px;

}

.swiper-wrapper {
  display: flex;
}

.swiper-slide {
  width: 100%;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
}

.person-image {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 20px;
}

.person-name {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.person-job {
  font-size: 14px;
  color: #555;
  margin-bottom: 15px;
}

.person-comment {
  font-size: 16px;
  
  color: #666;
  text-align: center;
}

.swiper-button-next, .swiper-button-prev {
  color: #007bff;
}

.contact-info-d4k p {
  margin: 10px 0;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
}

.contact-info-d4k p i {
  color: #1d3557;
  font-size: 20px;
}

.contact-info-d4k a {
  color: #009cd9;
  text-decoration: none;
}

.contact-info-d4k a:hover {
  text-decoration: underline;
}

/* تنسيق قسم الصورة */
.contact-image-k2x {
  flex: 1;
  text-align: center;
}

.contact-image-k2x img {
  max-width: 100%;
  border-radius: 10px;
}


/* زر الإغلاق */
.close-btn-m5n {
  background: #ff5e5e;
  color: #fff;
  padding: 5px 10px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 10px;
}

.close-btn-m5n:hover {
  background: #e04343;
}

.marquee {
overflow: hidden;
    background: #f9faf500;
    padding: 2rem 0;
    position: relative;
    width: 90%;
    margin-bottom: 0px;
    margin: auto;
}

/* تغيير المارجن على الشاشات الأكبر من 768px (أجهزة تابلت وكمبيوتر) */
@media (min-width: 768px) {
  .marquee {
    margin-bottom: 1px; /* أو أي قيمة تناسب الكمبيوتر */
  }
}



.marquee-track {
  display: grid;
  grid-template-columns: repeat(6, 1fr); /* 6 شعارات بالصف */
  gap: 20px; /* مسافة بين الشعارات */
  justify-items: center;
  align-items: center;
}



.marquee-track img {
  height: 150px;   /* حجم الشعار */
  object-fit: contain;
  max-width: 150px;
    filter: grayscale(100%);   /* تجعل الشعار رمادي */
  transition: filter 0.3s ease; /* حركة سلسة عند التبديل */
}
.marquee-track img:hover {
  filter: grayscale(0%);     /* تظهر الألوان الأصلية */
}
/* Responsive adjustments */
@media (max-width: 768px) {
  .marquee-track img {
    height: 28px;
    margin-right: 1.5rem;
  }
}

@media (max-width: 480px) {
  .marquee-track img {
    height: 90px;
    margin-right: 1rem;
  }
}



.btn-66 {
  display: inline-block;
  padding: 10px 30px 10px 30px;
  color: var(--white);
  background-color :#FC9D3F;
  font-family: "Changa", sans-serif;
  border-radius: 100px;
  font-weight: 500;
  width: 150%;
  text-transform: capitalize;
  display: inline-block;
  margin-left: 5px;
  text-align: right;
}


.btn-68 {
  display: inline-block;
  padding: 10px 30px 10px 30px;
  color: #ffffff;
  background-color :#FC9D3F;
  font-family: "Changa", sans-serif;
  border-radius: 100px;
  border: 1px #11111140 solid;
  font-weight: 500;
  width: 60%;
  text-transform: capitalize;
  display: inline-block;
  margin-left: 5px;
}


.btn-1, .common-btn, .btn-2 {
  display: inline-block;
  padding: 10px 30px 10px 30px;
  color: var(--white);
  background-color: var(--secondary);
  font-family: "Changa", sans-serif;
  border-radius: 100px;
  font-weight: 500;
  text-transform: capitalize;
  display: inline-block;
  margin-left: 5px;
}
.btn-1:hover, .common-btn:hover, .btn-2:hover {
  background-color: var(--primary);
  color: var(--white);
}

.btn-2 {
  padding: 5px 7px;
  background-color: var(--primary);
  box-shadow: 0px 0px 10px rgba(38, 37, 37, 0.25);
  border-radius: 15px;
  
  display: inline-block;
}
.btn-2:hover {
  background-color: var(--secondary);
  color: var(--white);
}
.btn-2:last-child {
  
  margin-right: 0;
}
#loadingScreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff; /* لون خلفية شاشة التحميل */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* تصميم الشعار والنص */
#loadingScreen .loader img {
  max-width: 250px; /* حجم الشعار */
 
}

#loadingScreen .loader p {
  margin-top: 20px;
  font-size: 22px;
  color: #555;
  text-align: center;
 
}

/* حركة دوران */
@keyframes spin {
  from {
      transform: rotate(0deg);
  }
  to {
      transform: rotate(360deg);
  }
}

.common-btn {
  font-weight: 700;
  font-size: 18px;
  background-color: transparent;
  transition: 0.3s ease;
  color: var(--black-2);
}
.common-btn:hover {
  background-color: var(--primary);
  color: var(--white);
}
/* الحالة الافتراضية للعناصر */
.mane, .mano {
  opacity: 0; /* إخفاء العناصر تمامًا */
  transition: opacity 0.7s ease-out, transform 0.7s ease-out; /* تأثير الحركة */
  visibility: hidden; /* إخفاء العنصر من الشاشة */
}

/* التحريك من اليمين */
.mane {
  transform: translateX(100px); /* تحريك العنصر إلى اليمين */
}


/* التحريك من الأسفل */
.mano {
  transform: translateY(100px); /* تحريك العنصر إلى الأسفل */
}

/* التأثير عند إضافة كلاس "show" */
.mane.show, .mano.show {
  opacity: 1; /* إظهار العنصر */
  transform: translateX(0); /* إعادة العنصر إلى موضعه الأصلي */
  visibility: visible; /* جعل العنصر مرئيًا */
}


.btn-3 {
  padding: 10px 20px;
  background-color: var(--primary);
  color: var(--white);
  border-radius: 6px;
 
  display: inline-block;
  text-transform: capitalize;
}
.btn-3:hover {
 border: solid #009cd9 1px;
 background-color: #008ab400;
  color: #009cd9;
}

.btn-4 {
  text-transform: capitalize;
  transition: 0.3s linear;
}
.btn-4 i {
  display: inline-block;
  padding-left: 10px;
}


.btn-2:hover:hover {
  background-color: var(--secondary);
  color: var(--white);
 
  transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease; /* تأثيرات الانتقال */
}

.close_info {
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  background: var(--primary);
}

/*
==========================================
5.  custom-animation
==========================================
*/
@keyframes square {
  0% {
    transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
}
@-webkit-keyframes jump {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jump {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@-webkit-keyframes rotatedHalfTwo {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@keyframes rotatedHalfTwo {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
.float-bob {
  animation: float-bob-y infinite 3s linear;
}

@-webkit-keyframes scale-upOne {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }
}
@keyframes scale-upOne {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }
}
@-webkit-keyframes scale-right {
  0% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  50% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@keyframes scale-right {
  0% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  50% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0.7;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0.7;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0.7;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0.7;
  }
}
@keyframes hvr-ripple-out {
  0% {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 1;
  }
  100% {
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px;
    opacity: 0;
  }
}
@keyframes hvr-ripple-out-two {
  0% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
@-webkit-keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes scale-up-two {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@keyframes scale-up-two {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@-webkit-keyframes scale-up-three {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  40% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  100% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}
@keyframes scale-up-three {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  40% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  100% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}
@-webkit-keyframes scale-up-four {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
  40% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes scale-up-four {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
  40% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@-webkit-keyframes scale-up-five {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes scale-up-five {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes animationFramesOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@-webkit-keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationFramesTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(73px, -1px) rotate(36deg) scale(0.9);
  }
  40% {
    transform: translate(141px, 72px) rotate(72deg) scale(1);
  }
  60% {
    transform: translate(83px, 122px) rotate(108deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
@-webkit-keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg) scale(0.9);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg) scale(1);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg) scale(1.2);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
@keyframes animationFramesThree {
  0% {
    transform: translate(165px, -179px);
  }
  100% {
    transform: translate(-346px, 617px);
  }
}
@-webkit-keyframes animationFramesThree {
  0% {
    -webkit-transform: translate(165px, -179px);
  }
  100% {
    -webkit-transform: translate(-346px, 617px);
  }
}
@keyframes animationFramesFour {
  0% {
    transform: translate(-300px, 151px) rotate(0deg);
  }
  100% {
    transform: translate(251px, -200px) rotate(180deg);
  }
}
@-webkit-keyframes animationFramesFour {
  0% {
    -webkit-transform: translate(-300px, 151px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(251px, -200px) rotate(180deg);
  }
}
@keyframes animationFramesFive {
  0% {
    transform: translate(61px, -99px) rotate(0deg);
  }
  21% {
    transform: translate(4px, -190px) rotate(38deg);
  }
  41% {
    transform: translate(-139px, -200px) rotate(74deg);
  }
  60% {
    transform: translate(-263px, -164px) rotate(108deg);
  }
  80% {
    transform: translate(-195px, -49px) rotate(144deg);
  }
  100% {
    transform: translate(-1px, 0px) rotate(180deg);
  }
}
@-webkit-keyframes animationFramesFive {
  0% {
    -webkit-transform: translate(61px, -99px) rotate(0deg);
  }
  21% {
    -webkit-transform: translate(4px, -190px) rotate(38deg);
  }
  41% {
    -webkit-transform: translate(-139px, -200px) rotate(74deg);
  }
  60% {
    -webkit-transform: translate(-263px, -164px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-195px, -49px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(-1px, 0px) rotate(180deg);
  }
}
@keyframes gradientBG {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 300% 0;
  }
  100% {
    background-position: 0 0;
  }
}
@-webkit-keyframes gradientBG {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 300% 0;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes imageBgAnim {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 120% 0;
  }
  100% {
    background-position: 0 0;
  }
}
@-webkit-keyframes gradientBG {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 120% 0;
  }
  100% {
    background-position: 0 0;
  }
}
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1 ;
}

.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animate__animated.animate__repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat);
}

.animate__animated.animate__repeat-2 {
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}

.animate__animated.animate__repeat-3 {
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}

.animate__animated.animate__delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay);
}



.animate__animated.animate__delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-delay: calc(var(--animate-delay) * 2);
  animation-delay: calc(var(--animate-delay) * 2);
}

.animate__animated.animate__delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-delay: calc(var(--animate-delay) * 3);
  animation-delay: calc(var(--animate-delay) * 3);
}

.animate__animated.animate__delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-delay: calc(var(--animate-delay) * 4);
  animation-delay: calc(var(--animate-delay) * 4);
}

.animate__animated.animate__delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-delay: calc(var(--animate-delay) * 5);
  animation-delay: calc(var(--animate-delay) * 5);
}

.animate__animated.animate__faster {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-duration: calc(var(--animate-duration) / 2);
  animation-duration: calc(var(--animate-duration) / 2);
}

.animate__animated.animate__fast {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8);
}

.animate__animated.animate__slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
}

.animate__animated.animate__slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-duration: calc(var(--animate-duration) * 3);
  animation-duration: calc(var(--animate-duration) * 3);
}

@media (prefers-reduced-motion: reduce), print {
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
  .animate__animated[class*=Out] {
    opacity: 0;
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 53%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0) scaleY(0.95);
    transform: translateZ(0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
@keyframes bounce {
  0%, 20%, 53%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0) scaleY(0.95);
    transform: translateZ(0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
.animate__bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.animate__flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.animate__pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@media screen and (max-width: 768px) {
  .cta-section {
      flex-direction: column; /* تحويل التخطيط إلى عمودي */
      text-align: center;
  }

  .cta-text {
      margin-bottom: 20px; /* مسافة أسفل النص */
  }
}
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.animate__rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shakeX {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shakeX {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.animate__shakeX {
  -webkit-animation-name: shakeX;
  animation-name: shakeX;
}

@-webkit-keyframes shakeY {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
@keyframes shakeY {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
.animate__shakeY {
  -webkit-animation-name: shakeY;
  animation-name: shakeY;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.animate__headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.animate__swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.animate__tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.animate__jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-duration: calc(var(--animate-duration) * 1.3);
  animation-duration: calc(var(--animate-duration) * 1.3);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInDown {
  -webkit-animation-name: backInDown;
  animation-name: backInDown;
}

@-webkit-keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInLeft {
  -webkit-animation-name: backInLeft;
  animation-name: backInLeft;
}

@-webkit-keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInRight {
  -webkit-animation-name: backInRight;
  animation-name: backInRight;
}

@-webkit-keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp;
}

@-webkit-keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutDown {
  -webkit-animation-name: backOutDown;
  animation-name: backOutDown;
}

@-webkit-keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutLeft {
  -webkit-animation-name: backOutLeft;
  animation-name: backOutLeft;
}

@-webkit-keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutRight {
  -webkit-animation-name: backOutRight;
  animation-name: backOutRight;
}

@-webkit-keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutUp {
  -webkit-animation-name: backOutUp;
  animation-name: backOutUp;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.animate__bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.animate__bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
.animate__bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
.animate__bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeInTopLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInTopLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInTopLeft {
  -webkit-animation-name: fadeInTopLeft;
  animation-name: fadeInTopLeft;
}

@-webkit-keyframes fadeInTopRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInTopRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInTopRight {
  -webkit-animation-name: fadeInTopRight;
  animation-name: fadeInTopRight;
}

@-webkit-keyframes fadeInBottomLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInBottomLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInBottomLeft {
  -webkit-animation-name: fadeInBottomLeft;
  animation-name: fadeInBottomLeft;
}

@-webkit-keyframes fadeInBottomRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInBottomRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInBottomRight {
  -webkit-animation-name: fadeInBottomRight;
  animation-name: fadeInBottomRight;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.animate__fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.animate__fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.animate__fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.animate__fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.animate__fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.animate__fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.animate__fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.animate__fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes fadeOutTopLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
@keyframes fadeOutTopLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
.animate__fadeOutTopLeft {
  -webkit-animation-name: fadeOutTopLeft;
  animation-name: fadeOutTopLeft;
}

@-webkit-keyframes fadeOutTopRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
@keyframes fadeOutTopRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
.animate__fadeOutTopRight {
  -webkit-animation-name: fadeOutTopRight;
  animation-name: fadeOutTopRight;
}

@-webkit-keyframes fadeOutBottomRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
@keyframes fadeOutBottomRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
.animate__fadeOutBottomRight {
  -webkit-animation-name: fadeOutBottomRight;
  animation-name: fadeOutBottomRight;
}

@-webkit-keyframes fadeOutBottomLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
@keyframes fadeOutBottomLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
.animate__fadeOutBottomLeft {
  -webkit-animation-name: fadeOutBottomLeft;
  animation-name: fadeOutBottomLeft;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animate__animated.animate__flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.animate__flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.animate__flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes lightSpeedInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__lightSpeedInRight {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes lightSpeedInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__lightSpeedInLeft {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOutRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutRight {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes lightSpeedOutLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutLeft {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

@-webkit-keyframes rotateOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
.animate__rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.animate__rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.animate__rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.animate__hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
  -webkit-animation-name: hinge;
  animation-name: hinge;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

@-webkit-keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
.animate__rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.animate__zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.animate__zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
.animate__zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
.animate__zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
  -webkit-transform-origin: right center;
  transform-origin: right center;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.animate__slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.animate__slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.animate__slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
}
/*--- end of custom attributes ---*/
.dark #preloader {
  background-color: #232323;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e9e6e6;
  z-index: 999999;
}

.preloader {
  width: 50px;
  height: 50px;
  display: inline-block;
  padding: 0px;
  text-align: left;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
}

.preloader span {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #4c80fa;
  -webkit-animation: preloader 1.3s linear infinite;
  animation: preloader 1.3s linear infinite;
}

.preloader span:last-child {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
}

@keyframes preloader {
  0% {
    transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
@-webkit-keyframes preloader {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}

/*# sourceMappingURL=style.css.map */
