@font-face {
  font-family: "LGBlack";
  src: url("../fonts/Lota\ Grotesque\ Black.otf");
}

@font-face {
  font-family: "LGRegular";
  src: url("../fonts/Lota\ Grotesque\ Regular.otf");
}

@font-face {
  font-family: "LGSemibold";
  src: url("../fonts/\ Lota\ Grotesque\ Semi\ Bold.otf");
}

@font-face {
  font-family: "LGBold";
  src: url("../fonts/Lota\ Grotesque\ Bold.otf");
}

:root {
  --main-color: #e44616;
  --secondary-color: #4b210b;
  --american-silver: #d0d0d0;
  --platinum: #f0e5e4;
}

* {
  font-family: "LGRegular", Arial, sans-serif;
  box-sizing: border-box;
  scroll-padding-top: 100px;
}

body {
  background-color: #f0f0f0;
  overflow-x: hidden;
  /* position: relative; */
  margin-top: 94px;
}

/* Custom Css*/

.font-bold {
  font-family: "LGBold", Arial, sans-serif;
}

.font-black {
  font-family: "LGBlack", Arial, sans-serif;
}

.font-semibold {
  font-family: "LGSemibold", Arial, sans-serif;
}

.text-color-main {
  color: var(--main-color);
}

.text-color-secondary {
  color: var(--secondary-color);
}

.bg-main-color {
  color: var(--main-color);
}

.bg-secondary-color {
  color: var(--secondary-color);
}

.fs-14 {
  font-size: 14px;
}

.fs-20 {
  font-size: 20px;
}

.m-default {
  margin-left: 22px;
  margin-right: 22px;
  margin-bottom: 40px;
}
.radius-20 {
  border-radius: 20px;
}

.btn-main {
  background-color: var(--main-color);
  font-size: 12px;
  padding: 10px 26px;
  outline: none;
  border: none;
  border-radius: 8px;
  color: #ffffff;
  font-family: "LGBold", Arial, sans-serif;
  position: relative;
  z-index: 3;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.h-full {
  height: 100%;
}

.title {
  color: var(--main-color);
  font-family: "LGBlack", Arial, sans-serif;
  font-size: 32px;
}

.paragraph {
  font-size: 16px;
  color: var(--secondary-color);
}
.modal {
  z-index: 9999;
}
.modal-header,
.modal-footer {
  border: unset;
}

a {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
}
.modal-backdrop {
  background: #b52f07;
}
header {
  position: fixed;
  width: 100vw;
  top: 0;
  display: block;
  z-index: 9999;
}

.tutorial-prev-btn,
.tutorial-next-btn,
.prev-btn,
.next-btn{
  background-color: transparent!important;
  border: unset!important;
  padding: 0!important;
  outline: unset!important;
}
@media screen and (min-width: 1200px) {
  * {
    scroll-padding-top: 145px;
  }
  body {
    margin-top: 0px;
  }

  .m-default {
    margin-left: 80px;
    margin-right: 80px;
    margin-bottom: 80px;
  }

  .title {
    font-size: 45px;
  }

  .paragraph {
    font-size: 20px;
  }

  .btn-main {
    font-size: 32px;
    padding: 20px 65px;
    border-radius: 12px;
  }
}

/* Navbar */

nav {
  padding: 30px 23px;
  position: relative;
  z-index: 999;
}

.divider {
  width: 1px;
  height: 24px;
  background-color: var(--american-silver);
  margin: 0px 14px;
}

.divider-line {
  width: 100%;
  height: 1px;
  margin: 17px 0px;
  background-color: var(--american-silver);
}

.sm-text {
  transform: translateY(2px);
}

.links {
  position: relative;
  z-index: 20;
}

.links_list a:not(:last-child) {
  margin-right: 46px;
}

.links_list a:hover {
  color: var(--main-color);
}

.cursor-pointer {
  cursor: pointer;
}

.hamburger-menu img {
  display: block;
}

.hamburger-menu svg {
  display: none;
}

.open-hamb {
  right: 0 !important;
}

.open img {
  display: none !important;
}
.open svg {
  display: block !important;
}

.hamburger-menu-content {
  top: 0;
  right: -111vw;
  padding-top: 94px;
  padding-left: 40px;
  padding-bottom: 40px;
  z-index: 10;
  transition: all 0.5s ease-in-out;
}
.hamburger-menu-content a:last-child {
  margin: 0px 0px 25px 0px;
}
.hamburger-menu-content a:not(:last-child) {
  margin: 0px 0px 17px 0px;
}

.hamburger-menu-content .links_list a:last-child {
  background-color: #83539f;
  color: #ffffff;
  padding: 14px 10px;
  border-radius: 8px;
}

@media screen and (min-width: 1200px) {
  nav {
    padding: 21px 80px;
  }
  .links_list a {
    font-size: 14px;
  }
  .links_list a:last-child {
    background-color: #83539f;
    color: #ffffff;
    padding: 14px 10px;
    border-radius: 8px;
  }
}

@media screen and (min-width: 1400px) {
  .links_list a {
    font-size: 16px;
  }
}

/* Slider */

.main-slider {
  margin-bottom: 40px;
}

.main-slider_template {
  /*height: 427px;*/
  width: 100%;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #4a4a4a4f;
  overflow: hidden;
}

.main-slider_text {
  position: absolute;
  bottom: 22px;
  left: 22px;
  width: 70%;
  z-index: 2;
}

.main-slider_text h3 {
  font-size: 26px;
  color: #fff;
}

.main-slider_text p {
  font-size: 16px;
  color: #fff;
}

.main-slider_counter {
  margin: 27px 22px 0px 22px;
}

.main-slider_counter {
  color: var(--main-color);
}

.main-slider_counter .swiper-pagination-current {
  color: #f2ad98;
}

.main-slider_btn .prev-btn path,
.main-slider_btn .next-btn path {
  fill: var(--main-color);
}

.main-slider .main-slider_call {
  display: none !important;
  /* width: 200px;
  z-index: 90;
  width: 200px;
  right: unset;
  bottom: -286px;
  left: 50%;
  transform: translateX(-50%);  */
}

.main-slider .main-slider_call-icon {
  width: 70px;
  height: 70px;
  background-color: #4caf50;
  left: -43px;
  box-shadow: 0px 8px 18px 0px #1f7d1f40;
}

.main-slider .main-slider_call-text {
  height: 48px;
  width: 161px;
  font-size: 25px;
  background-color: #388e38cc;
}

.main-slider_img {
  width: 100%;
  height: 100%;
  position: relative;
}
.main-slider_img::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(228, 70, 22, 0) 10.76%,
    rgba(228, 70, 22, 0.6) 100%
  );
}
.main-slider_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider-desk {
  display: none;
}
.slider-mobil {
  display: block;
}

@media screen and (min-width: 562px) {
  .slider-desk {
    display: block;
  }
  .slider-mobil {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .main-slider {
    padding-top: 136px;
  }
  .main-slider .main-slider_call {
    display: flex !important;
    bottom: -32px;
    right: 65px;
    transform: unset;
    z-index: 90;
  }
  .main-slider_template {
    height: 720px;
  }
  .main-slider_text h3 {
    font-size: 70px;
  }

  .main-slider_text p {
    font-size: 46.67px;
    letter-spacing: -1px;
  }
  .main-slider_counter {
    position: absolute;
    bottom: 63px;
    right: 134px;
    z-index: 2;
    margin: 0;
    color: #ffffff;
  }
  .main-slider_call {
    display: block;
  }
  .main-slider_counter .swiper-pagination-current {
    color: #ffffff7e;
  }
  .main-slider {
    margin-left: 80px;
    margin-top: 50px;
    margin-bottom: 80px;
  }
  .main-slider_template {
    border-radius: 20px;
  }
  .main-slider_btn .prev-btn path {
    fill: #ffffff;
  }
  .main-slider_btn .next-btn path {
    fill: #ffffff;
  }
  .main-slider_text {
    position: absolute;
    bottom: 54px;
    left: 54px;
    width: 630px;
    z-index: 2;
  }
}

/* About */

.about_description {
  margin-bottom: 27px;
}

.about_video-modal .modal-body {
  padding: 10px;
}

.about_video-modal .video {
  border-radius: 5px;
  overflow: hidden;
}

.about_video-modal .modal-header {
  right: 10px;
  top: 10px;
  position: absolute;
  z-index: 3;
}

.about_video_player {
  /* overflow: hidden; */
  border-radius: 20px;
  width: 100%;
  height: 100%;
}
.about_video_player img {
  object-fit: cover;
  border-radius: 20px;
}
.about_video_icon {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.about_video-modal .modal-dialog {
  max-width: 1000px;
  width: 97vw;
}
.about_video-modal .modal-content {
  border-radius: 8px;
}
.about_video .about-slider_call {
  display: flex !important;
  top: 0px;
  left: 50%;
  transform: unset;
  z-index: 99;
}
.about_video .about-slider_call-icon {
  width: 70px;
  height: 70px;
  background-color: #4caf50;
  left: -43px;
  box-shadow: 0px 8px 18px 0px #1f7d1f40;
}

.about_video .about-slider_call-text {
  height: 48px;
  width: 161px;
  font-size: 25px;
  background-color: #388e38cc;
}

@media screen and (min-width: 1200px) {
  .about_video .about-slider_call {
    display: none !important;
  }
  .about_video-modal .modal-body {
    padding: 10px;
  }

  .about_video-modal .modal-header {
    right: 40px;
    top: 40px;
  }

  .about_video {
    margin-right: 28px;
    width: 638px;
  }

  .about_description {
    width: calc(100% - 652px);
    margin-bottom: 0;
  }
}

/* Define */

.define-title {
  margin-bottom: 24px;
}

.define-banner {
  padding: 19px;
  width: 100%;
  height: 211px;
  background-color: #f05635;
  border-radius: 12px;
}

.define-btn {
  bottom: -18px;
}

.define-banner h4 {
  width: 80%;
  font-size: 25px;
  line-height: 37px;
  position: relative;
  z-index: 10;
  line-height: 29px;
}

.define-banner_img {
  right: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  border-radius: 20px;
}
.define-banner a {
  background-color: #83539f;
}
.define-banner a:hover {
  color: #fff;
  background-color: #5c1c82;
}

@media screen and (min-width: 1200px) {
  .define-banner {
    padding: 30px;
    border-radius: 20px;
  }
  .define-banner h4 {
    font-size: 42px;
    line-height: 100%;
    line-height: auto;
  }
  .define-btn {
    bottom: -38px;
  }
}

/* Types */

.types .accordion,
.types .accordion-item {
  border: none;
}

.types .accordion-item {
  background-color: transparent !important;
  border-radius: 10px !important;
  overflow: hidden;
}

.types .accordion-button:not(.collapsed)::after {
  transform: rotate(0deg);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 14' fill='%23E44616'%3e%3cpath fill-rule='evenodd' d='M12.0172 0.357279C12.5533 -0.119092 13.4467 -0.119092 13.9828 0.357279L25.5979 10.6257C26.134 11.155 26.134 11.949 25.5979 12.4253L24.228 13.6427C23.6919 14.1191 22.7984 14.1191 22.2027 13.6427L13.0298 5.49149L3.79725 13.6427C3.2016 14.1191 2.30813 14.1191 1.77205 13.6427L0.402062 12.4253C-0.134021 11.949 -0.134021 11.155 0.402062 10.6257L12.0172 0.357279Z'/%3e%3c/svg%3e");
}

.types .accordion-button::after {
  transform: rotate(-180deg);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 14' fill='%23862B0F'%3e%3cpath fill-rule='evenodd' d='M12.0172 0.357279C12.5533 -0.119092 13.4467 -0.119092 13.9828 0.357279L25.5979 10.6257C26.134 11.155 26.134 11.949 25.5979 12.4253L24.228 13.6427C23.6919 14.1191 22.7984 14.1191 22.2027 13.6427L13.0298 5.49149L3.79725 13.6427C3.2016 14.1191 2.30813 14.1191 1.77205 13.6427L0.402062 12.4253C-0.134021 11.949 -0.134021 11.155 0.402062 10.6257L12.0172 0.357279Z'/%3e%3c/svg%3e");
}

.types .accordion-item,
.types .accordion-header {
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}

.types .accordion-item:not(:last-child) {
  margin-bottom: 10px;
}

.types .accordion-body {
  background-color: var(--platinum);
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}

.types .accordion-button {
  outline: none;
  box-shadow: none;
  font-size: 20px;
  font-family: "LGBold", Arial, sans-serif;
  transition: unset;
}

.types .accordion-item:not(.show) .accordion-button {
  background-color: #eaeaea;
  color: var(--secondary-color);
}
.types .accordion-item:has(.collapsing) .accordion-button,
.types .accordion-item:has(.show) .accordion-button {
  outline: none;
  box-shadow: none;
  background-color: var(--platinum);
  font-size: 20px;
  color: var(--main-color);
  font-family: "LGBold", Arial, sans-serif;
}

.types_accordion-content:not(:last-child) {
  margin-bottom: 30px;
}

.types_accordion-content h6 {
  color: var(--secondary-color);
  font-size: 14px;
  margin-bottom: 7px;
}

.types_accordion-content span {
  color: var(--main-color);
  font-size: 14px;
  margin-bottom: 0px;
  font-family: "LGSemibold", Arial, sans-serif;
}

@media screen and (min-width: 1200px) {
  .types .accordion-button,
  .types .accordion-item:has(.collapsing) .accordion-button,
  .types .accordion-item:has(.show) .accordion-button {
    font-size: 30px;
  }

  .types_accordion-content span,
  .types_accordion-content h6 {
    font-size: 20px;
  }

  .types_accordion-content:not(:last-child) {
    margin-bottom: 36px;
  }
}
/* Banner */

.banner {
  background-color: #e44616;
  padding: 46px 0px;
  background-image: url("../assets/imgs/bg-banner.jpg");
  border-radius: 12px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.banner_text {
  padding: 20px;
}
.banner h4 {
  font-size: 28px;
  text-align: center;
}

@media screen and (min-width: 1200px) {
  .banner_text {
    padding: 0px 40px;
  }
  .banner h4 {
    font-size: 42px;
    text-align: start;
    border-radius: 20px;
  }
}
/* Tutorial */

.tutorial {
  margin: 0px 0px 40px 22px;
}

.tutorial-title {
  margin-bottom: 20px;
  margin-right: 22px;
}

.tutorial_video {
  overflow: hidden;
  border-radius: 20px;
  /*height: 406px;*/
}

.tutorial_video img {
  object-fit: cover;
}

.tutorial_video_icon {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.tutorial_video-txt {
  width: 70%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  padding: 15px;
}
.tutorial_video-txt h4 {
  color: #ffffff;
  font-size: 22px;
}
.tutorial-prev-btn {
  margin-right: 5px;
}

.tutorial_video_modal .modal-header {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 10;
}

.tutorial_video_modal .modal-content {
  width: 350px;
}
.tutorial_video_modal .plyr__video-wrapper {
  height: 560px;
}
.video-player-modal {
  width: 350px;
}

.plyr {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1200px) {
  .tutorial-title {
    margin-right: 80px;
  }
  .tutorial {
    margin: 0px 0px 80px 80px;
  }

  .tutorial_video_modal .modal-content {
    width: 450px;
    /* height: 650px; */
  }
  .tutorial_video_modal .plyr__video-wrapper {
    height: 650px;
  }
  .video-player-modal {
    width: 440px;
    /* height: 700px; */
  }
}

/* Helps */

.helps {
  padding: 30px 22px 0px 22px;
  background-color: #e44616;
}

@media screen and (min-width: 1200px) {
  .helps {
    padding: 72px 80px 0px 80px;
  }
}

/* Section */

.section:not(:last-child) {
  margin-bottom: 42px;
}

.section:last-child {
  padding-bottom: 60px;
}
.section_title {
  margin-bottom: 30px;
}

.section_title img {
  margin-top: 5px;
}

.section_title h4 {
  font-size: 32px;
}

.section_title p {
  font-size: 20px;
}

.sectio_card {
  padding: 20px;
  background-color: #f6f6f626;
  border: 1px solid #ffffff36;
  border-radius: 8px;
  max-width: 33.33%;
  min-width: 303px;
  min-height: 309px;
}

.section_card-icon {
  margin-bottom: 20px;
  width: 111px;
  height: 111px;
  background-color: #ffffff24;
  border-radius: 8px;
}

.section_card-description h5 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 0px;
}

.section_card-description p {
  font-size: 14px;
  color: #fff;
}

.section_img-card {
  padding: 20px;
  background-color: #f6f6f626;
  /* border: 1px solid #ffffff36; */

  background-image: url("../assets/imgs/people1.jpg");
  background-position: right;
  width: 49%;
  max-width: 49%;
  min-width: 230px;
  height: 303px;
  border-radius: 20px;
}

#banner5 .section_img-card {
  border-radius: 0;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.section_img-card .section_card-icon {
  background-color: transparent;
}

.section_img-card h5 {
  font-size: 24px;
}

.section_cards {
  width: 100%;
  gap: 20px;
}

.section_cards-container {
  width: 100%;
  overflow-x: scroll;
}

.section-modal .modal-header,
.section-modal-img .modal-header {
  right: 8px;
  top: 8px;
  position: absolute;
  z-index: 3;
}

.section-modal-img .modal-content,
.section-modal .modal-content {
  border-radius: 12px;
  border: none;
}
.section-modal .modal-content {
  box-shadow: 0px 24px 64px 0px #00000012;
  backdrop-filter: blur(30px);
  background-color: #f6f6f640;
  border: 1px solid #ffffff6b;
}

.section-modal-img .modal-dialog,
.section-modal .modal-dialog {
  max-width: 1000px;
  height: unset;
  width: 97vw;
}
.section-modal .modal-dialog {
  height: 100vh;
}
.section-modal .modal-body {
  padding: 20px;
}

#banner5 .section_img-card {
  width: 100%;
  max-width: 100%;
  height: 165px;
}
.section-modal-img .section-modal-img .section_img-card {
  max-width: 100%;
  width: 100%;
  height: 285px;
}

.section-modal-img .section_img-card p {
  font-size: 21px;
}

.section-modal-img .section_img-card h5 {
  font-size: 32px;
}

.section-modal-img .section_img-card a {
  text-decoration: none;
  background-color: #83539f;
  color: #ffffff !important;
  font-size: 20px;
  font-family: "LGSemibold", Arial, sans-serif;
  border-radius: 8px;
  padding: 11px 26px;
}
.section-modal-img .section_img-card a:hover {
  text-decoration: none;
  background-color: #572972;
}

.section-modal-card {
  color: #ffffff;
}

.section-modal-card-img {
  background-color: #ffffff33;
  width: 141px;
  height: 141px;
  border-radius: 8px;
  margin-bottom: 24px;
}

.section-modal-card-img img {
  width: 89px;
}

.section-modal-card-text h5 {
  font-size: 24px;
}

.section-modal-card-text p {
  font-size: 16px;
}

.section-modal a {
  text-decoration: none;
  font-size: 12px;
  padding: 10px 8px;
  outline: none;
  border: none;
  border-radius: 8px;
  color: #ffffff;
  background-color: #83539f;
  font-family: "LGSemibold", Arial, sans-serif;
}

.section-modal a:hover {
  background-color: #572972;
}

.secition-modal-resus {
  position: relative;
  padding-left: 12px;
}

.resus-text {
  font-size: 12px;
}
.resus-icon {
  position: absolute;
  left: 0;
  top: 6px;
}
.resus-btn {
  transform: translate(21px, 5px);
}

.section-modal-img-description {
  background-color: #ffffff;
  padding: 16px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  max-height: 390px;
  overflow-y: scroll;
}

.section-modal-img .description h4 {
  color: var(--secondary-color);
  font-size: 18px;
  font-family: "LGBold", Arial, sans-serif;
}

.section-modal-img .description span {
  margin-right: 5px;
  font-size: 16px;
  display: block;
}
.section-modal-img .description .txt:not(:last-child) {
  margin-bottom: 10px;
}

.section-modal-img .description a {
  color: #83539f;
}
.section-modal-img .description p {
  color: var(--secondary-color);
}
.section-modal-img .description p,
.section-modal-img .description a {
  font-family: "LGSemibold", Arial, sans-serif;
  margin: 0;
  font-size: 16px;
}

#banner5 .modal-body,
#banner4 .modal-body {
  padding: 0 !important;
}

.section-modal-img .section_img-card div {
  width: 80%;
}

#banner4 .section_img-card {
  width: 100%;
  max-width: 100%;
  min-width: 230px;
  height: 195px;
}

.section-modal-img .section_img-card h5 {
  font-size: 32px;
}
.section-modal-img .section_img-card p {
  font-size: 21px;
}

@media screen and (min-width: 1200px) {
  .section_title img {
    margin-top: -2px;
  }
  .section-modal h4 {
    font-size: 45px;
  }
  .section-modal h5 {
    font-size: 30px;
  }
  .section-modal p {
    font-size: 20px;
  }
  .section-modal-img .section_img-card h5 {
    font-size: 45px;
  }
  .section-modal-img .section_img-card p {
    font-size: 30px;
  }
  .section-modal-img .section_img-card {
    max-width: 100%;
    width: 100%;
    height: 195px;
  }
  #banner4 .section_img-card {
    width: 100%;
    max-width: 100%;
    min-width: 230px;
    height: 195px;
  }
  .section_img-card h5 {
    font-size: 38px;
  }
  .section-modal .modal-dialog {
    height: unset;
  }
  .section-modal .modal-body {
    height: unset;
    overflow-y: unset;
    padding: 30px;
  }

  .section:not(:last-child) {
    margin-bottom: 60px;
  }

  .section_card-description h5 {
    width: 100%;
  }

  .sectio_card {
    width: 33.33%;
    height: 267px;
  }

  .section_title h4 {
    font-size: 45px;
  }

  .section-modal-img .modal-content,
  .section-modal .modal-content {
    border-radius: 20px;
  }
  .section-modal-card-img {
    width: 279px;
    height: 279px;
  }
  .section-modal-card-img img {
    width: 156px;
  }
  .section-modal-card-text h5 {
    font-size: 45px;
  }

  .section-modal-card-text p {
    font-size: 30px;
  }

  .resus-text {
    font-size: 20px;
  }
  .resus-icon {
    top: 12px;
  }
  .section-modal a {
    font-size: 16px;
    padding: 14px;
    border-radius: 8px;
  }
  .resus-btn {
    transform: translate(38px, 10px);
  }

  .section-modal-img-description {
    max-height: 500px;
    padding: 30px;
  }

  .section-modal-img .description h4 {
    font-size: 30px;
  }
  .section-modal-img .description span,
  .section-modal-img .description p,
  .section-modal-img .description a {
    font-size: 20px;
  }
  .section-modal .modal-header,
  .section-modal-img .modal-header {
    right: 15px;
    top: 15px;
  }

  #banner5 .section_img-card {
    border-radius: 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
}

@media screen and (max-width: 1200px) {
  .section {
    width: calc(100vw - 44px);
  }
  .section_img-cards {
    min-width: 770px;
    overflow: hidden;
  }
  .section_cards {
    min-width: 950px;
    overflow: hidden;
  }
}

/* Breadcrumbs */

.breadcrumbs {
  padding: 20px 0;
  margin: 0px 22px;
}

.dot {
  margin: 9px 14px;
  width: 4px;
  height: 4px;
  background-color: #838181;
}
.breadcrumbs a {
  color: #838181;
}
.breadcrumbs span:first-child {
  color: #838181;
  width: 85px;
}

.breadcrumbs span:last-child {
  color: #949292;
  width: calc(100% - 85px - 32px);
}

@media (min-width: 576px) {
  .dot {
    margin: 0px 14px;
  }
}

@media screen and (min-width: 1200px) {
  .breadcrumbs span:first-child {
    width: auto;
  }
  .breadcrumbs {
    padding: 38px 0;
    margin: 0px 80px;
    padding-top: 172px;
  }
}

/* Test */

.test-question-img,
.test-question {
  width: 100%;
  padding: 18px 11px;
  border-radius: 12px;
}

.test-question-img:not(:last-child),
.test-question:not(:last-child) {
  margin-bottom: 10px;
}
.test-question-img h4,
.test-question h4 {
  margin-bottom: 20px;
}
.test-question-answer {
  gap: 10px;
}

.test-question-img .answer-text,
.test-question .answer {
  width: 100%;
  border: 1px solid #d3d3d3;
  padding: 12px 14px;
  border-radius: 8px;
  color: #565656;
  transition: all 0.2 ease-in-out;
}

.test-question-with-img .answer {
  width: 49%;
}

.test-question-with-img .answer-text:hover,
.test-question-with-img .selected .answer-text,
.test-question .selected,
.test-question-answer .answer:hover {
  background-color: var(--main-color);
  color: #ffffff;
  cursor: pointer;
}

.answer-img {
  border: 1px solid #d3d3d3;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 9px;
  max-height: 195px;
  min-width: 160px;
  min-height: 160px;
}
.answer-img img {
  width: 100%;
  object-fit: fill;
}

.test-button:disabled {
  background-color: #83539fc9;
}

.test-button {
  font-size: 16px;
  background-color: #83539f;
  padding: 14px 23px;
  outline: none;
  border: none;
  border-radius: 8px;
  color: #ffffff;
  margin-top: 20px;
}
.test-button:not(:disabled):hover {
  background-color: #572972;
}

.test-question-with-img {
  gap: 5px;
}

.test-question-with-img .answer {
  overflow: hidden;
  border: unset;
  width: calc((100% / 2) - 10px);
}

@media screen and (min-width: 996px) {
  .test-question-with-img .answer {
    width: calc((100% / 4) - 10px);
  }
  .test-question-img .answer-text {
    height: 74px;
  }
  .test-question-with-img {
    gap: 10px;
  }
  .answer-img {
    width: 100%;
    height: 100%;
  }
  .test-question-img .answer-text,
  .test-question .answer {
    padding: 12px 20px;
  }
}

@media screen and (min-width: 1200px) {
  .test-question-img,
  .test-question {
    width: 870px;
    padding: 30px;
  }
  .test-question .answer {
    width: 49%;
  }

  .test-question-with-img .answer {
    width: 195px;
    height: 100%;
  }
  .answer-img {
    width: 195px;
    height: 195px;
  }
}

/* Result Modal */

.result-modal .modal-content {
  border-radius: 12px;
}

.result-modal .modal-footer {
  padding-top: 0px;
  padding-bottom: 30px;
}

.result-modal a {
  text-decoration: none;
  font-size: 12px;
  padding: 10px 18px;
  outline: none;
  border: none;
  border-radius: 8px;
  font-family: "LGSemibold", Arial, sans-serif;
}

.result-modal .type-btn {
  background-color: #83539f;
  color: #ffffff;
}
.result-modal .type-btn:hover {
  background-color: #572972;
}
.result-modal .question-btn {
  background-color: var(--main-color);
  color: #ffffff;
}
.result-modal .question-btn:hover {
  background-color: #7b3722;
}
.result-modal .help-btn:hover {
  background-color: #83539f70;
}
.result-modal .help-btn {
  border: 1px solid #83539f;
  color: #83539f;
  background-color: transparent;
}
.test-number {
  font-size: 27px;
  font-family: "LGBlack", Arial, sans-serif;
  color: var(--main-color);
}

/* Article */
.article h4 {
  color: var(--main-color);
  font-size: 32px;
  font-family: "LGBlack", Arial, sans-serif;
}

.article h5 {
  color: var(--secondary-color);
  font-size: 22px;
  font-family: "LGSemibold", Arial, sans-serif;
}
.article p,
li {
  color: #3f322b;
  font-size: 16px;
}
.article p:not(:last-child) {
  margin-bottom: 20px;
}

@media screen and (min-width: 1200px) {
  .article h4 {
    font-size: 45px;
  }

  .article h5 {
    font-size: 30px;
  }
  .article p,
  li {
    font-size: 20px;
  }
}

/* Footer */

footer {
  padding: 45px 22px 26px 22px;
  background-color: #d93a0a;
}

footer .divider-line {
  background-color: #b52f07;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-nav {
  background-color: #d93a0a;
}
.footer-nav-logos {
  gap: 15px;
}
.footer-nav-logos img {
  height: 50px;
}

.footer-links_list a:not(:last-child) {
  margin-bottom: 17px;
  margin-right: 0;
}

.footer-links_list a {
  color: white;
}

.footer-links_list a:hover {
  color: var(--secondary-color);
}
.footer-nav-logos svg {
  width: unset;
}

.footer-links_list a:last-child {
  background-color: #ffffff;
  color: var(--main-color);
  padding: 14px 10px;
  border-radius: 8px;
}

@media screen and (min-width: 768px) {
  .footer-nav-logos img {
    height: auto;
  }
  .footer-nav-logos {
    gap: 20px;
  }
  .footer-links_list a:not(:last-child) {
    margin-right: 17px;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1200px) {
  .footer-links_list a:not(:last-child) {
    margin-right: 46px;
    margin-bottom: 0;
  }
  footer {
    padding: 45px 80px 26px 80px;
  }
  footer .divider-line {
    margin-top: 45px;
    margin-bottom: 25px;
  }
  .footer-links_list a {
    font-size: 14px;
  }
  .footer-nav-logos svg {
    width: 90px;
  }
}
@media screen and (min-width: 1400px) {
  .footer-links_list a {
    font-size: 16px;
  }
  .footer-nav-logos svg {
    width: unset;
  }
}

/* Whatsapp call */

.wp_call {
  position: fixed;
  z-index: 11;
  width: 157px;
  bottom: 20px;
  right: 22px;
}

.wp_call-icon {
  width: 55px;
  height: 55px;
  background-color: #4caf50;
  box-shadow: 0px 8px 18px 0px #1f7d1f40;
  z-index: 12;
  left: -33px;
}

.wp_call-icon img {
  width: 35px;
}

.wp_call-text {
  font-size: 20px;
  background-color: #388e38cc;
  box-shadow: 0px 8px 18px 0px #1f7d1f40;
  backdrop-filter: blur(8px);
  width: 142px;
  height: 38px;
}

@media screen and (min-width: 763px) {
  .wp_call {
    width: 200px;
    right: 0px;
    bottom: 40px;
    left: unset;
    transform: unset;
  }

  .wp_call-icon img {
    width: unset;
  }

  .wp_call-icon {
    width: 70px;
    height: 70px;
    left: -43px;
  }

  .wp_call-icon svg {
    width: unset;
  }

  .wp_call-text {
    height: 48px;
    width: 171px;
    font-size: 25px;
  }
}
