/*Animation*/
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.fade-in.show {
  opacity: 1;
  transform: translateY(0);
}

.fade-in-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.fade-left {
  transform: translateY(-50px);
}

.fade-right {
  transform: translateX(50px);
}

.fade-zoom {
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fade-zoom.show {
  opacity: 1;
  transform: scale(1);
}

.text-box {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.text-box.show {
  opacity: 1;
  transform: translateY(0);
}

.show {
  opacity: 1;
  transform: translateY(0);
}

.Spell {
  display: inline-block;
  white-space: nowrap;
}

.Spell span {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.Spell span.show {
  opacity: 1;
  transform: translateY(0);
}

/*Animation*/
body {
  margin: 0;
  align-items: center;
  background-color: #fbfbfb;
}

.text-center-display {
  display: flex;
  justify-content: center;
}

/*Section 1*/

.button-header {
  background-color: #003366;
  font-size: 20px;
  line-height: 30px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  border-radius: 14px;
  padding: 14px 30px 14px 30px;
}

.button-header:hover {
  background-color: #fff;
  color: #343434;
  border: 2px solid #003366;
}

.conteiner-header {
  display: flex;
  justify-content: space-evenly;
  margin: 30px 100px 0px 100px;
  z-index: 1;
}

.logo {
  margin-right: 650px;
}

.menu-items {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  line-height: 16px;
  gap: 4px;
  color: #343434;
}

.menu-items:hover {
  color: #003366;
}

.menu-items::after {
  margin-top: 5px;
  content: "";
  display: block;
  width: 0%;
  background-color: #003366;
  height: 2px;
  border-radius: 5px;
  transition: 0.6s;
}

.menu-items:hover:after {
  width: 100%;
}

#drawer-toggle {
  display: none;
}

.menu {
  display: flex;
  flex-direction: row;
  place-items: center;
  gap: 15px;
}

/*Section 2*/

.blueConteiner-withText {
  background-color: #003366;
  width: 889px;
  height: 419px;
  padding: 50px 80px 50px 80px;
  gap: 16px;
  border-radius: 20px;
  opacity: 0px;
}

.blue-Text-h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 48px;
  color: #fbfbfb;
  line-height: 57.6px;
}

.blue-Text-p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 27px;
  color: #fbfbfb;
}

.blueText-WhiteButton {
  height: 58px;
  border-radius: 14px;
  gap: 10px;
  padding: 14px 20px 14px 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 30px;
  color: #003366;
}

.blueText-WhiteButton:hover {
  color: #fbfbfb;
  background-color: #003366;
  border: 3px solid #fbfbfb;
}

.conteiner-second-display {
  display: flex;
  justify-content: center;
  margin: 80px 100px 80px 100px;
}

.conteiner-second {
  display: flex;
  justify-content: space-evenly;
  width: 1346px;
  gap: 24px;
}

.conteiner-header {
  display: flex;
  justify-content: space-evenly;
  margin: 30px 100px 0px 100px;
}

.conteiner-images {
  height: 519px;
  width: 40%;
  border-radius: 20px;
}

/*Section 3*/

.card-3-conteiner {
  background-color: #fbfbfb;
  padding: 30px;
  border-radius: 14px;
  height: 274px;
  width: 380px;
  text-align: center;
  place-items: center;
  margin: 30px 0px 0px 0px;
}

.conteiner-thirdy-display {
  background-color: #e0e7ef;
  display: flex;
  justify-content: center;
  padding: 20px 0px 20px 0px;
}

.conteiner-text-header-3 {
  font-size: 42px;
  line-height: 63px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #003366;
  padding: 10px;
  border-radius: 16px;
  background-color: #fbfbfb;
  text-align: left;
}

.menu-conteiner-3 {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.header-conteiner-3 {
  font-size: 24px;
  line-height: 36px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  width: 371px;
  color: #003366;
}

.paragraf-conteiner-3 {
  font-size: 18px;
  line-height: 27px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  width: 371px;
  color: #343434;
}

.icon-logo {
  display: flex;
  justify-content: center;
}

/*Section 4*/

.button-header-section-4 {
  padding: 14px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  background: #003366;
  height: 55px;
}

.blue-squard-style-section4 {
  width: 317px;
  height: 211px;
  border-radius: 14px;
  background-color: #003366;
}

.conteiner-four {
  align-items: center;
}

.conteiner-header-section-4 {
  display: flex;
  justify-content: center;
  place-items: center;
  gap: 950px;
  width: auto;
}

.display-section-grid {
  display: flex;
  justify-content: center;
  margin: 30px 100px 0px 120px;
}

.display-container-on-right {
  display: flex;
  flex-direction: column;
}

.item-container-grid {
  width: 100%; /* Займає всю ширину батьківського елемента */
  max-width: 100%; /* Максимальна ширина */
  text-align: center; /* Центрування тексту */
  padding: 10px; /* Відступи */
  box-sizing: border-box; /* Включає padding у ширину */
}

.item-container-grid-squadr-style {
  border-radius: 14px;
  background-color: #003366;
  padding: 15px;
  width: 100%;
  height: 100%;
}

.grid-container-section4 {
  display: grid;
  grid-template-areas: "Images Container-on-right";
  column-gap: 18px;
}

.header-container-section4-style-and-display {
  height: 390px;
  width: 620px;
  border-radius: 14px;
  background-color: #003366;
  padding: 10px;
  display: flex;
  flex-direction: column;
  place-content: center;
}

.header-blue-container-section-4 {
  font-size: 36px;
  line-height: 54px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #fbfbfb;
  width: 100%;
  text-align: center;
}

.header-section-4 {
  font-size: 42px;
  line-height: 63px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  color: #003366;
}

.header-number-section-4 {
  font-size: 42px;
  line-height: 63px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #fbfbfb;
}

.paragraf-blue-container-section-4 {
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #fbfbfb;
}

.small-items-display {
  display: flex;
  flex-direction: row;
  gap: 15px;
  padding: 10px;
}

.text-display-style-section4 {
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #fbfbfb;
  text-align: center;
}

/*Section 5*/

.border-vecktor {
  border-left: 2px solid #003366;
  margin-top: 30px;
  height: 45px;
}

.button-join {
  width: 216px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #fbfbfb;
  text-align: center;
  background-color: #003366;
  border-radius: 14px;
  padding: 14px 30px 14px 30px;
}

.button-join:hover {
  color: #003366;
  background-color: #fbfbfb;
  border: 2px solid #003366;
}

.card-container-courses {
  display: block;
  visibility: visible;
  opacity: 1;
  position: relative;
  margin: 20px;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 10px;
}

.conteiner-five {
  display: flex;
  justify-content: center;
  margin: 20px;
}

.header-container-section5 {
  font-size: 42px;
  line-height: 63px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #003366;
}

.display-left-icon {
  display: flex;
  justify-content: left;
}

.icon-to-title {
  display: flex;
  justify-content: space-between;
  place-items: center;
  column-gap: 14px;
}

.icon {
  background-color: #eff3f7;
  border-radius: 45px;
  height: 47px;
  width: 135px;
  padding: 10px;
  display: flex;
  flex-direction: row;
  gap: 6px;
}

.icon-paragraf {
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #343434;
}

.icons-courses {
  display: flex;
  justify-content: space-evenly;
  column-gap: 12px;
  margin-top: 10px;
}

.logo-totitle {
  height: auto;
  width: auto;
  border-radius: 12px;
  padding: 16px;
  background-color: #003366;
}

li {
  list-style-type: none;
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #343434;
}

.li-items {
  display: flex;
  justify-content: left;
  place-items: center;
  position: relative;
  right: 35px;
}

.price-container {
  display: flex;
  flex-direction: row;
  place-items: center;
  gap: 10px;
}

.title-container-card-5 {
  font-size: 24px;
  line-height: 36px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #003366;
  margin: 0;
  padding: 0;
}

.titleOfListBeforeList {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  color: #003366;
  margin: 40px 0px 40px 0px;
}

.text-line {
  display: flex;
  justify-content: center;
  gap: 10px;
  place-items: center;
}

.text-display-section5 {
  margin: 0px;
}

.titleOfPrice,
.total {
  font-size: 30px;
  line-height: 45px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  color: #003366;
}

.ul-title {
  font-size: 20px;
  line-height: 23px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #343434;
}

/*Section 6*/

.button-input-style {
  border-radius: 14px;
  padding: 10px;
  margin: 30px 0px 0px 0px;
  background-color: #fbfbfb;
  height: 58px;
  font-size: 20px;
  line-height: 30px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #003366;
}

.button-input-style:hover {
  color: #fbfbfb;
  background-color: #003366;
  border: 2px solid #fbfbfb;
}

.conteiner-six {
  background-color: #003366;
  margin: 0;
  padding: 25px;
}

.container-display-center-6 {
  display: flex;
  justify-content: center;
  column-gap: 4px;
  margin: 30px 100px 0px 100px;
}

.form-div {
  display: flex;
  justify-content: space-evenly;
  place-items: center;
  gap: 24px;
}

.form-right {
  width: 658px;
  max-width: 658px;
  height: auto;
}

.headerOfLeftSide {
  font-size: 42px;
  line-height: 63px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #fbfbfb;
}

.paragrafOfLeftSide {
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #fbfbfb;
  text-align: left;
  width: 598px;
}

.input-style {
  margin: 6px;
  padding: 12px 14px 12px 14px;
  width: 650px;
  border-radius: 4px;
  border: 1px solid #ececec;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.41px;
  text-align: left;
}

.text-left {
  width: 50%;
  max-width: 658px;
}

/*Section 7*/

.center-display {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 60px;
}

.controls-button {
  display: flex;
  justify-content: center; /* Центруємо кнопки горизонтально */
  gap: 20px; /* Відстань між кнопками */
  margin-top: 20px; /* Відступ від каруселі */
}

.carousel-prev,
.carousel-next {
  cursor: pointer;
  z-index: 10; /* Забезпечує, що кнопки будуть над іншими елементами */
}

.header-Testimonials {
  font-size: 42px;
  line-height: 63px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #003366;
  display: flex;
  justify-content: left;

  margin: 20px 150px 0px 150px;
}

.header-name {
  font-size: 20px;
  line-height: 30px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #343434;
  text-align: left;
}

.Full-Name-Of-Customer {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #6b6b6b;
}

.part-50-1,
.part-50-2 {
  width: 750px;
  height: 100%;
  background-color: #fbfbfb;
  display: flex;
  justify-content: center;
  padding: 20px;
  column-gap: 16px;
  border: 1px solid #003366;
  border-radius: 12px;
}

.text-about-customer {
  width: 340px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #343434;
}

.white-style-div {
  height: 100%;
  width: 100%;
  /* background-color: aquamarine; */
  /* border: 2px solid #000; */
  display: flex;
  justify-content: space-evenly;
}

/*Section 8 */

.accordion-items {
  margin: 10px;
}

.conteiner-eight {
  display: flex;
  justify-content: center;
}

.container-display {
  display: flex;
  place-items: center;
}

.display-center-footer-menu {
  display: flex;
  justify-content: center;
  gap: 350px;
  place-items: center;
}

.form-ask-a-questo {
  background-color: #003366;
  width: 544px;
  padding: 60px;
  text-align: center;
  margin: 40px;
  border-radius: 14px;
}

.horizontal-line {
  border: 1px solid #fbfbfb;
}

.header-form-ask {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  color: #fbfbfb;
}

.form-ask {
  display: grid;

  margin: 20px;
  grid-template-areas:
    "name"
    "email"
    "messenger";
}

.Send-button {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  padding: 14px 30px 14px 30px;
  background-color: #fbfbfb;
  border-radius: 14px;
  color: #003366;
}

.input-margin {
  margin: 6px;
  border-radius: 4px;
  padding: 12px 14px 12px 14px;
}

.Footer {
  display: flex;
  justify-content: center;
  margin: 30px;
}

.conteiner-eight .hs-accordion-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq-BorderDetalic {
  border: 2px solid #003366;
  border-radius: 10px;
  padding: 10px;
  font-size: 22px;
}

.paragraf-faq-content {
  width: 620px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: #343434;
  padding: 10px;
}

.faq-title {
  color: #fbfbfb;
  width: 90%;
  transition: all 250ms ease-in-out;
}

.accordion-display {
  color: #f1f1f1;
  padding: 0.2em 1em 1em 1em;
  font-weight: 300;
  line-height: 1.5;
}

.expand-icon {
  pointer-events: none;
  /* position: absolute;
  right: 1em; */
  transition: all 150ms ease-out;
}

#dropdownDivider {
  position: absolute; /* Або fixed, якщо потрібно */
  z-index: 1000; /* Високий z-index */
  background-color: white;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.carousel-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.carousel-controls {
  display: flex;
  justify-content: center; /* Центруємо кнопки горизонтально */
  gap: 20px; /* Відстань між кнопками */
  margin-top: 30px; /* Відступ від каруселі */
}

.carousel-prev,
.carousel-next {
  cursor: pointer;
  z-index: 10; /* Забезпечує, що кнопки будуть над іншими елементами */
}

@media screen and (max-width: 768px) {
  .conteiner-header {
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin: 10px;
  }

  #standard-menu {
    display: none;
  }

  #drawer-toggle {
    display: block;
  }

  .menu {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .logo {
    margin-right: 0px;
  }

  .conteiner-second {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 24px;
  }

  .blueConteiner-withText {
    width: 100%;
    height: 100%;
    padding: 10px;
    gap: 16px;
    border-radius: 20px;
    opacity: 0px;
  }
  .conteiner-images {
    height: 100%;
    width: 50%;

    border-radius: 20px;
  }

  .images-width-100 {
    width: 200%;
    height: 100%;
    border-radius: 20px;
  }

  .images-width-100-section4 {
    width: 100%;
    height: 100%;
    border-radius: 20px;
  }

  .conteiner-second-display {
    display: flex;
    justify-content: center;
    margin: 10px;
  }

  .conteiner-thirdy-display {
    background-color: #e0e7ef;
    display: flex;
    justify-content: center;
    padding: 0px;
    margin: 15px 0px 15px 0px;
  }

  .conteiner-menuAndText-thridy {
    padding: 15px;
  }

  .menu-conteiner-3 {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .grid-container-section4 {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .display-section-grid {
    display: flex;
    justify-content: center;
    margin: 0px;
  }

  .conteiner-four {
    padding: 20px;
    margin: 0;
  }

  .conteiner-header-section-4 {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .header-section-4 {
    font-size: 28px;
    line-height: 42px;
    text-align: center;
  }

  .display-section-grid {
    flex-direction: column;
    margin: 0;
    gap: 20px;
  }

  .grid-container-section4 {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .item-container-grid {
    width: auto;
    text-align: center;
  }

  .images-width-100-section4 {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }

  .display-container-on-right {
    display: flex;
    flex-direction: column;
    padding: 20px;
    gap: 20px;
  }

  .header-container-section4-style-and-display {
    width: 100%;
    height: 100%;
    padding: 10px;
    text-align: center;
  }

  .header-blue-container-section-4 {
    font-size: 24px;
    line-height: 36px;
  }

  .paragraf-blue-container-section-4 {
    font-size: 16px;
    line-height: 24px;
  }

  .small-items-display {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .item-container-grid-squadr-style {
    padding: 10px;
    text-align: center;
  }

  .header-number-section-4 {
    font-size: 24px;
    line-height: 36px;
  }

  .border-vecktor {
    border-left: 2px solid #003366;
    margin-top: 30px;
    height: 45px;
  }

  .button-join {
    width: 216px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    color: #fbfbfb;
    text-align: center;
    background-color: #003366;
    border-radius: 14px;
    padding: 14px 30px 14px 30px;
  }

  .card-container-courses {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .conteiner-five {
    display: flex;
    justify-content: center;
    margin: 0px;
  }

  .course-title {
    text-align: center;
    width: 95%; /* Ще більше збільшуємо ширину */
    padding: 10px;
  }

  .header-container-section5 {
    text-align: center;
  }

  .display-left-icon {
    display: flex;
    justify-content: left;
  }

  .icon-to-title {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .icon {
    background-color: #eff3f7;
    border-radius: 45px;
    height: 47px;
    width: 135px;
    padding: 10px;
    display: flex;
    flex-direction: row;
    gap: 6px;
  }

  .icon-paragraf {
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    color: #343434;
  }

  .icons-courses {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 10px;
  }

  li {
    list-style-type: none;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    color: #343434;
    text-align: center;
    width: 95%; /* Ще більше збільшуємо ширину */
    padding: 10px;
  }

  .li-items {
    display: flex;
    justify-content: left;
    place-items: center;
    position: relative;
    right: 35px;
  }

  .price-container {
    display: flex;
    flex-direction: row;
    place-items: center;
    gap: 10px;
  }

  .title-container-card-5 {
    font-size: 24px;
    line-height: 36px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    width: 350px;
    color: #003366;
    margin: 0;
    padding: 0;
    text-align: center;
  }

  .titleOfListBeforeList {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    color: #003366;
    margin: 40px 0px 40px 0px;
  }

  .text-line {
    display: flex;
    flex-direction: column;
    gap: 10px;
    place-items: center;
  }

  .text-display-section5 {
    margin: 0px;
  }

  .titleOfPrice,
  .total {
    font-size: 30px;
    line-height: 45px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    color: #003366;
  }

  .ul-title {
    font-size: 20px;
    line-height: 23px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    color: #343434;
  }

  /*Section 6*/

  .button-input-style {
    border-radius: 14px;
    padding: 10px;
    margin: 20px;
    background-color: #fbfbfb;
    height: 58px;
    font-size: 20px;
    line-height: 30px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #003366;
  }

  .conteiner-six {
    background-color: #003366;
    margin: 0;
    padding: 0px;
  }

  .container-display-center-6 {
    display: flex;
    justify-content: center;
    column-gap: 4px;
    margin: 0px;
  }

  .form-div {
    display: flex;
    flex-direction: column;
    place-items: center;
    gap: 24px;
  }

  .form-right {
    width: 100%;
    max-width: 658px;
    height: auto;
  }

  .headerOfLeftSide {
    font-size: 42px;
    line-height: 63px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #fbfbfb;
    width: 100%;
  }

  .paragrafOfLeftSide {
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    color: #fbfbfb;
    text-align: left;
    width: 100%;
  }

  .input-style {
    margin: 10px;
    padding: 12px 14px 12px 14px;
    width: 340px;
    text-align: left;
  }

  .text-left {
    width: 80%;
    max-width: 658px;
  }

  /*Section 7*/

  .conteiner-seven {
    margin-bottom: 0px;
    display: none;
  }

  /*Section 8 */

  .accordion-items {
    margin: 0px;
  }

  .conteiner-eight {
    display: flex;
    justify-content: center;
  }

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

  .display-center-footer-menu {
    display: flex;

    place-items: center;
    column-gap: 249px;
  }

  .form-ask-a-questo {
    background-color: #003366;
    width: 100%;
    padding: 10px;
    text-align: center;
    margin: 0px;
    border-radius: 14px;
  }

  .horizontal-line {
    border: 1px solid #fbfbfb;
  }

  .header-form-ask {
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    color: #fbfbfb;
  }

  .form-ask {
    display: grid;

    margin: 20px;
    grid-template-areas:
      "name"
      "email"
      "messenger";
  }

  .Send-button {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    padding: 14px 30px 14px 30px;
    background-color: #fbfbfb;
    border-radius: 14px;
    color: #003366;
  }

  .input-margin {
    margin: 6px;
    border-radius: 4px;
    padding: 12px 14px 12px 14px;
  }

  .Footer {
    display: flex;
    justify-content: center;
    margin: 30px 100px 30px 180px;
  }

  .faq-container {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 12em;
    max-width: 600px;
    padding: 2em;
    border-radius: 1em;
    background-color: #003366;
  }

  .paragraf-faq-content {
    width: 540px;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: #343434;
  }

  details {
    font-size: 1em;
    margin: 0 auto;
    width: 100%;
    border-radius: 8px;
    position: relative;
    max-width: 600px;
    transition: all 0.3s ease-in-out;
    padding: 20px;
    border: 2px solid #343434;
  }

  summary {
    user-select: none;
    cursor: pointer;
    font-weight: 600;
    display: flex;
    color: #343434;
    list-style-image: url(images/icons8-plus.svg);
    padding: 10px;

    /* padding: 1em; */
  }

  summary:webkit-details-marker {
    display: none;
  }

  summary:focus {
    outline: none;
    border-bottom: 2px solid #003366;
  }

  .faq-title {
    color: #fbfbfb;
    width: 90%;
    transition: all 250ms ease-in-out;
  }

  .accordion-display {
    color: #f1f1f1;
    padding: 0.2em 1em 1em 1em;
    font-weight: 300;
    line-height: 1.5;
  }

  .expand-icon {
    pointer-events: none;
    /* position: absolute;
  right: 1em; */
    transition: all 150ms ease-out;
  }

  #dropdownDivider {
    position: absolute; /* Або fixed, якщо потрібно */
    z-index: 1000; /* Високий z-index */
    background-color: white;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  }

  .accordion-display {
    padding: 0em;
    display: flex;
    justify-content: center;
  }

  .hs-accordion-group {
    display: flex;
    align-items: center;
    flex-direction: column; /* Розташування елементів вертикально */
    gap: 16px; /* Відстань між елементами */
    padding: 10px; /* Внутрішні відступи */
    width: 70%; /* Займає всю ширину */
  }

  .hs-accordion {
    border: 1px solid #ccc; /* Додаємо рамку для кожного акордеона */
    border-radius: 8px; /* Закруглені кути */
    padding: 10px; /* Внутрішні відступи */
  }

  .hs-accordion button {
    font-size: 16px; /* Зменшуємо розмір шрифту */
    line-height: 24px; /* Висота рядка */
    padding: 8px; /* Відступи всередині кнопки */
  }

  .hs-accordion-content {
    font-size: 14px; /* Зменшуємо розмір тексту */
    line-height: 21px; /* Висота рядка */
    padding: 8px; /* Відступи всередині контенту */
  }

  .faq-BorderDetalic {
    border: 1px solid #003366; /* Рамка для кнопок */
    padding: 8px; /* Відступи */
    font-size: 16px; /* Розмір шрифту */
  }

  .paragraf-faq-content {
    width: 100%; /* Контент займає всю ширину */
    font-size: 14px; /* Розмір шрифту */
    line-height: 21px; /* Висота рядка */
    padding: 8px; /* Відступи */
  }

  .Footer {
    display: flex;
    justify-content: center;
    margin: 10px;
  }

  .display-center-footer-menu {
    display: flex;
    flex-direction: column;
    gap: 15px;
    place-items: center;
  }

  .menufooter {
    visibility: hidden;
  }

  .conteiner-images {
    height: 100%;
    width: 100%;
  }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  .item-container-grid {
    width: 50%; /* Для планшетів */
    padding: 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1050px) {
  .conteiner-header {
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin: 10px;
  }

  #standard-menu {
    display: none;
  }

  #drawer-toggle {
    display: block;
  }

  .menu {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .logo {
    margin-right: 0px;
  }

  .conteiner-second {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 24px;
  }

  .blueConteiner-withText {
    width: 100%;
    height: 100%;
    padding: 10px;
    gap: 16px;
    border-radius: 20px;
    opacity: 0px;
  }
  .conteiner-images {
    height: 100%;
    width: 50%;

    border-radius: 20px;
  }

  .images-width-100 {
    width: 200%;
    height: 100%;
    border-radius: 20px;
  }

  .images-width-100-section4 {
    width: 100%;
    height: 100%;
    border-radius: 20px;
  }

  .conteiner-second-display {
    display: flex;
    justify-content: center;
    margin: 10px;
  }

  .conteiner-thirdy-display {
    background-color: #e0e7ef;
    display: flex;
    justify-content: center;
    padding: 0px;
    margin: 15px 0px 15px 0px;
  }

  .conteiner-menuAndText-thridy {
    padding: 15px;
  }

  .menu-conteiner-3 {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .grid-container-section4 {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .display-section-grid {
    display: flex;
    justify-content: center;
    margin: 0px;
  }

  .conteiner-four {
    padding: 20px;
    margin: 0;
  }

  .conteiner-header-section-4 {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .header-section-4 {
    font-size: 28px;
    line-height: 42px;
    text-align: center;
  }

  .display-section-grid {
    flex-direction: column;
    margin: 0;
    gap: 20px;
  }

  .grid-container-section4 {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .item-container-grid {
    width: auto;
    text-align: center;
  }

  .images-width-100-section4 {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }

  .display-container-on-right {
    display: flex;
    flex-direction: column;
    padding: 20px;
    gap: 20px;
  }

  .header-container-section4-style-and-display {
    width: 100%;
    height: 100%;
    padding: 10px;
    text-align: center;
  }

  .header-blue-container-section-4 {
    font-size: 24px;
    line-height: 36px;
  }

  .paragraf-blue-container-section-4 {
    font-size: 16px;
    line-height: 24px;
  }

  .small-items-display {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .item-container-grid-squadr-style {
    padding: 10px;
    text-align: center;
  }

  .header-number-section-4 {
    font-size: 24px;
    line-height: 36px;
  }

  .border-vecktor {
    border-left: 2px solid #003366;
    margin-top: 30px;
    height: 45px;
  }

  .button-join {
    width: 216px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    color: #fbfbfb;
    text-align: center;
    background-color: #003366;
    border-radius: 14px;
    padding: 14px 30px 14px 30px;
  }

  .card-container-courses {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .conteiner-five {
    display: flex;
    justify-content: center;
    margin: 0px;
  }

  .course-title {
    text-align: center;
    width: 95%; /* Ще більше збільшуємо ширину */
    padding: 10px;
  }

  .header-container-section5 {
    text-align: center;
  }

  .display-left-icon {
    display: flex;
    justify-content: left;
  }

  .icon-to-title {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .icon {
    background-color: #eff3f7;
    border-radius: 45px;
    height: 47px;
    width: 135px;
    padding: 10px;
    display: flex;
    flex-direction: row;
    gap: 6px;
  }

  .icon-paragraf {
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    color: #343434;
  }

  .icons-courses {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 10px;
  }

  li {
    list-style-type: none;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    color: #343434;
    text-align: center;
    width: 95%; /* Ще більше збільшуємо ширину */
    padding: 10px;
  }

  .li-items {
    display: flex;
    justify-content: left;
    place-items: center;
    position: relative;
    right: 35px;
  }

  .price-container {
    display: flex;
    flex-direction: row;
    place-items: center;
    gap: 10px;
  }

  .title-container-card-5 {
    font-size: 24px;
    line-height: 36px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    width: 350px;
    color: #003366;
    margin: 0;
    padding: 0;
    text-align: center;
  }

  .titleOfListBeforeList {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    color: #003366;
    margin: 40px 0px 40px 0px;
  }

  .text-line {
    display: flex;
    flex-direction: column;
    gap: 10px;
    place-items: center;
  }

  .text-display-section5 {
    margin: 0px;
  }

  .titleOfPrice,
  .total {
    font-size: 30px;
    line-height: 45px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    color: #003366;
  }

  .ul-title {
    font-size: 20px;
    line-height: 23px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    color: #343434;
  }

  /*Section 6*/

  .button-input-style {
    border-radius: 14px;
    padding: 10px;
    margin: 20px;
    background-color: #fbfbfb;
    height: 58px;
    font-size: 20px;
    line-height: 30px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #003366;
  }

  .conteiner-six {
    background-color: #003366;
    margin: 0;
    padding: 0px;
  }

  .container-display-center-6 {
    display: flex;
    justify-content: center;
    column-gap: 4px;
    margin: 0px;
  }

  .form-div {
    display: flex;
    flex-direction: column;
    place-items: center;
    gap: 24px;
  }

  .form-right {
    width: 100%;
    max-width: 658px;
    height: auto;
  }

  .headerOfLeftSide {
    font-size: 42px;
    line-height: 63px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #fbfbfb;
    width: 100%;
  }

  .paragrafOfLeftSide {
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    color: #fbfbfb;
    text-align: left;
    width: 100%;
  }

  .input-style {
    margin: 10px;
    padding: 12px 14px 12px 14px;
    width: 340px;
    text-align: left;
  }

  .text-left {
    width: 80%;
    max-width: 658px;
  }

  /*Section 7*/

  .conteiner-seven {
    margin-bottom: 0px;
    display: none;
  }

  /*Section 8 */

  .accordion-items {
    margin: 0px;
  }

  .conteiner-eight {
    display: flex;
    justify-content: center;
  }

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

  .display-center-footer-menu {
    display: flex;

    place-items: center;
    column-gap: 249px;
  }

  .form-ask-a-questo {
    background-color: #003366;
    width: 100%;
    padding: 10px;
    text-align: center;
    margin: 0px;
    border-radius: 14px;
  }

  .horizontal-line {
    border: 1px solid #fbfbfb;
  }

  .header-form-ask {
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    color: #fbfbfb;
  }

  .form-ask {
    display: grid;

    margin: 20px;
    grid-template-areas:
      "name"
      "email"
      "messenger";
  }

  .Send-button {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    padding: 14px 30px 14px 30px;
    background-color: #fbfbfb;
    border-radius: 14px;
    color: #003366;
  }

  .input-margin {
    margin: 6px;
    border-radius: 4px;
    padding: 12px 14px 12px 14px;
  }

  .Footer {
    display: flex;
    justify-content: center;
    margin: 30px 100px 30px 180px;
  }

  .faq-container {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 12em;
    max-width: 600px;
    padding: 2em;
    border-radius: 1em;
    background-color: #003366;
  }

  .accordion-display {
    color: #f1f1f1;
    padding: 0.2em 1em 1em 1em;
    font-weight: 300;
    line-height: 1.5;
  }

  .expand-icon {
    pointer-events: none;
    /* position: absolute;
  right: 1em; */
    transition: all 150ms ease-out;
  }

  #dropdownDivider {
    position: absolute; /* Або fixed, якщо потрібно */
    z-index: 1000; /* Високий z-index */
    background-color: white;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  }

  .accordion-display {
    padding: 0em;
    display: flex;
    justify-content: center;
  }

  .hs-accordion-group {
    display: flex;
    align-items: center;
    flex-direction: column; /* Розташування елементів вертикально */
    gap: 16px; /* Відстань між елементами */
    padding: 10px; /* Внутрішні відступи */
    width: 100%; /* Займає всю ширину */
  }

  .hs-accordion {
    border: 1px solid #ccc; /* Додаємо рамку для кожного акордеона */
    border-radius: 8px; /* Закруглені кути */
    padding: 10px; /* Внутрішні відступи */
  }

  .hs-accordion button {
    font-size: 16px; /* Зменшуємо розмір шрифту */
    line-height: 24px; /* Висота рядка */
    padding: 8px; /* Відступи всередині кнопки */
  }

  .hs-accordion-content {
    font-size: 14px; /* Зменшуємо розмір тексту */
    line-height: 21px; /* Висота рядка */
    padding: 8px; /* Відступи всередині контенту */
  }

  .faq-BorderDetalic {
    border: 1px solid #003366; /* Рамка для кнопок */
    padding: 8px; /* Відступи */
    font-size: 16px; /* Розмір шрифту */
  }

  .paragraf-faq-content {
    width: 100%; /* Контент займає всю ширину */
    font-size: 14px; /* Розмір шрифту */
    line-height: 21px; /* Висота рядка */
    padding: 8px; /* Відступи */
  }

  .Footer {
    display: flex;
    justify-content: center;
    margin: 10px;
  }

  .display-center-footer-menu {
    display: flex;
    flex-direction: row;
    gap: 15px;
    place-items: center;
  }

  .menufooter {
    visibility: hidden;
  }

  .conteiner-images {
    height: 100%;
    width: 100%;
  }
}
