@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@400;500;600;700;800&display=swap");
* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  font-family: "Mulish", sans-serif;
}

button {
  background: transparent;
  border: none;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header ul {
  list-style: none;
}
.header ul .header__language {
  display: flex;
  align-items: center;
}
.header ul .header__language img {
  width: 24px;
}

main {
  background-color: #FAFAFA;
}
main .top_section {
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
main .top_section .head_txt {
  color: #ffffff;
  text-align: center;
  font-weight: 800;
}
main .top_section .head_txt .skew {
  display: inline-block;
  transform: skew(350deg);
  background: linear-gradient(330.57deg, #FEC104 23.45%, #FFE092 118.03%);
  padding: 0 10px;
}
main .top_section .head_txt .skew span {
  display: inline-block;
  transform: skew(-350deg);
  color: #000000;
}
main .top_section .dawnload_txt {
  color: #ffffff;
  text-align: center;
  font-weight: 600;
  padding: 0 10%;
}
main .top_section .application_section {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
}
main .top_section .application_section img {
  width: 180px;
}
main .second_section h2 {
  text-align: center;
  color: #2E2E2E;
  font-weight: 800;
}
main .second_section .features_section {
  background-image: url(../images/leftWawe.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
main .second_section .features_section .container_css {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
main .second_section .features_section .container_css .features {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
main .second_section .features_section .container_css .features p {
  color: #000000;
  font-weight: 600;
  text-align: center;
}
main .slider_section {
  margin-top: 40px;
}
main .slider_section h2 {
  color: #2E2E2E;
  text-align: center;
  font-weight: 800;
}
main .slider_section .user {
  display: flex;
}
main .slider_section .user img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 10px;
}
main .slider_section .user h6 {
  margin-top: 10px;
}
main .slider_section .slider {
  max-width: 100%;
  overflow: hidden;
}
main .slider_section .slider img {
  width: 100%;
  height: auto;
}
main .slider_section .slider .slider-content {
  text-align: center;
  color: #fff;
}
main .slider_section .slider .slick-arrow {
  display: none !important;
}
main .slider_section .slider .features {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: 4px 5px 12px rgba(0, 0, 0, 0.1);
  border-radius: 24px;
}
main .slider_section .slider .features .reviews_icon {
  position: absolute;
  top: 0;
  left: 25px;
  transform: translateY(-50%);
  width: 65px;
  filter: drop-shadow(4px 5px 30px rgba(0, 0, 0, 0.1));
}
main .slider_section .slider .slick-track {
  display: flex;
  justify-content: space-between;
}
main .slider_section .slider .slick-list {
  padding: 20px 0;
}
main .third_section .container_css .app_working_section {
  display: flex;
}
main .third_section .container_css .app_working_section .app_work h3 {
  color: #2E2E2E;
  font-weight: 800;
}
main .third_section .container_css .app_working_section .app_work .working_section .steps_sections {
  box-shadow: 4px 5px 30px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  padding: 16px 32px;
  display: flex;
}
main .third_section .container_css .app_working_section .app_work .working_section .steps_sections:first-child {
  margin-top: 35px;
}
main .third_section .container_css .app_working_section .app_work .working_section .steps_sections .step_count {
  border-radius: 50% 50% 0 50%;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2E2E2E;
  font-weight: 700;
  font-size: 20px;
}
main .third_section .container_css .app_working_section .app_work .working_section .steps_sections:nth-child(1) .step_count {
  background-color: #FFEBBB;
}
main .third_section .container_css .app_working_section .app_work .working_section .steps_sections:nth-child(2) .step_count {
  background-color: #FFDF92;
}
main .third_section .container_css .app_working_section .app_work .working_section .steps_sections:nth-child(3) .step_count {
  background-color: #FFD554;
}
main .third_section .container_css .app_working_section .app_work .working_section .steps_sections:nth-child(4) .step_count {
  background-color: #FEC104;
}
main .third_section .container_css .app_working_section .app_work .working_section .steps_sections .step_info {
  width: calc(100% - 55px);
  padding-left: 25px;
}
main .third_section .container_css .app_working_section .app_work .working_section .steps_sections .step_info h4 {
  color: #000000;
  font-weight: 600;
  margin-bottom: 5px;
}
main .third_section .container_css .app_working_section .app_work .working_section .steps_sections .step_info p {
  color: #808080;
  font-weight: 400;
  font-size: 16px;
}
main .forth_section h2 {
  color: #2E2E2E;
  font-weight: 800;
  text-align: center;
}
main .forth_section .faq_section {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
main .forth_section .faq_section .faq {
  box-sizing: border-box;
  border-radius: 16px;
}
main .forth_section .faq_section .faq details {
  background-color: #ffffff;
  color: #2E2E2E;
}
main .forth_section .faq_section .faq details summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  transition: height 1s ease;
  font-weight: 700;
}
main .forth_section .faq_section .faq details summary::-webkit-details-marker {
  display: none;
}
main .forth_section .faq_section .faq details summary:after {
  content: "+";
  background: #F7F7FF;
  border-radius: 8px;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
main .forth_section .faq_section .faq details .answer {
  color: #808080;
}
main .forth_section .faq_section .faq details[open] summary:after {
  content: "−";
  background: rgba(42, 48, 58, 0.73);
  color: #ffffff;
}
main .forth_section .faq_section .faq details[open] div {
  padding: 1em 0;
}
main .fifth_section {
  background-color: #24475B;
}
main .fifth_section h2 {
  color: #ffffff;
  font-weight: 800;
  text-align: center;
}
main .fifth_section .font-redHatText {
  font-family: "Red Hat Text", sans-serif;
}
main .fifth_section .bg-grayishBlue {
  background-color: #F2F2F2;
}
main .fifth_section .text-grayishBlue {
  color: #F2F2F2;
}
main .fifth_section .text-softRed {
  color: #2E2E2E;
}
main .fifth_section .bg-darkDesaturatedBlue {
  background-color: #FFDF92;
}
main .fifth_section .bg-slightlyDarkerDesBlue {
  background-color: #FFDF92;
}
main .fifth_section .bg-veryDarkBlue {
  background-color: hsl(235, 16%, 14%);
}
main .fifth_section .bgmostlyBlackBlue {
  background-color: hsl(234, 17%, 12%);
}
main .fifth_section .container-shadow {
  box-shadow: 0px 17px 12px 1px rgba(0, 0, 0, 0.75);
}
main .fifth_section .bottom-flip-shadow {
  box-shadow: inset 0px -2px 1px 0px rgba(0, 0, 0, 0.42);
}
main .fifth_section .top-flip-shadow {
  box-shadow: inset 0px 2px 1px 0px rgba(0, 0, 0, 0.42);
}
main .fifth_section .flip-card-top {
  animation: flip-top 350ms ease-in;
  transform-origin: bottom;
}
main .terms_section {
  color: #2E2E2E;
}
main .terms_section h2 {
  font-weight: 700;
}
main .terms_section p {
  font-weight: 400;
  font-size: 15px;
  margin-top: 15px;
  margin-bottom: 20px;
}
main .terms_section h3 {
  font-weight: 700;
}
main .terms_section ol {
  margin-top: 15px;
  margin-bottom: 20px;
}
main .terms_section ol li {
  text-decoration: underline;
  font-weight: 700;
}

footer .footer_top_section {
  display: flex;
}
footer .footer_top_section .sides.left_side h6 {
  font-size: 16px;
  font-weight: 700;
  color: #2E2E2E;
}
footer .footer_top_section .sides.left_side p {
  font-size: 16px;
  font-weight: 500;
  color: #2E2E2E;
  margin-top: 10px;
}
footer .footer_top_section .sides.left_side p span {
  font-weight: 700;
}
footer .footer_top_section .sides.right_side {
  display: flex;
  flex-direction: column;
}
footer .footer_top_section .sides.right_side h4 {
  font-weight: 400;
  color: #2E2E2E;
}
footer .footer_top_section .sides.right_side h4 span {
  font-weight: 800;
}
footer .footer_top_section .sides.right_side .application_section {
  display: flex;
  flex-wrap: wrap;
}
footer .footer_bootom_section {
  display: flex;
  text-transform: uppercase;
}
footer .footer_bootom_section nav ul li {
  font-weight: 600;
  font-size: 16px;
  color: #2E2E2E;
}
footer .footer_bootom_section h4 {
  font-weight: 500;
  font-size: 16px;
  color: #2E2E2E;
}

@keyframes flip-top {
  100% {
    transform: rotateX(90deg);
  }
}
.flip-card-bottom {
  animation: flip-bottom 350ms ease-in-out 350ms;
  transform-origin: top;
  transform: rotateX(90deg);
}

@keyframes flip-bottom {
  100% {
    transform: rotateX(0deg);
  }
}/*# sourceMappingURL=main.css.map */