@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  min-width: 345px;
}

.container {
  max-width: 1920px;
  margin: auto;
}

/* header */

.header {
  height: 98px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.header-block {
  max-width: 1765px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  padding: 24px 15px;
}

.telg-link img {
  width: 50px;
  height: 50px;
}

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

.logo img {
  width: 36px;
  height: 40px;
}

.logo a {
  font-family: "Montserrat", serif;
  font-size: 24px;
  font-weight: bold;
  color: #051a38;
  padding-left: 16px;
  margin-right: 30px;
}

.header nav {
  max-width: 630px;
  width: 100%;
}

.header-nav ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-link {
  font-family: "Montserrat", serif;
  font-size: 20px;
  color: #28214e;
}

.btn-style {
  padding: 0 24px;
  border-radius: 50px;
  border: 1px solid #105cc6;
  background-color: #ffffff;
  color: #105cc6;
  transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
  cursor: pointer;
}
.btn-style:hover {
  background-color: #f1f6fe;
}

.btn-style_main {
  padding: 0 24px;
  border-radius: 50px;
  border: none;
  background-color: #105cc6;
  color: #ffffff;
  transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
  cursor: pointer;
}
.btn-style_main:hover {
  background-color: rgba(16, 92, 198, 0.92);
  color: #ffffff;
}

.reg-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #105cc6;
  border: none;
  display: none;
  margin-right: 20px;
}

.header-button {
  max-width: 499px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 20px;
}

.header-btn {
  height: 50px;
  font-family: "Montserrat", serif;
  font-size: 16px;
  font-weight: bold;
  margin-right: 5px;
}

.telg-link {
  margin-right: 16px;
}

.burger-menu_btn {
  /* background-color: #FFFFFF; */
  border: none;
  display: none;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
}

.burger-menu_btn img {
  width: 36px;
  height: 36px;
}

.mobile-menu {
  position: fixed;
  top: 93px;
  left: 0;
  width: 100%;
  height: 1000%;
  padding: 20px;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s ease, opacity 0.3s ease;
  background: rgba(255, 255, 255);
  border-top: 2px solid #d9e8fc;
}

.mobile-menu.active {
  visibility: visible;
  opacity: 1;
}

.mobile-nav {
  width: 360px;
  display: flex;
  justify-content: space-between;
}

.mobile-auth {
  max-width: 330px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.mobile-menu ul {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 20px;
}

.mobile-menu .nav-link {
  display: block;
  padding: 10px 0;
  text-align: end;
  font-size: 18px;
}

.mobile-menu .mobile-buttons {
  display: block;
  margin-top: 20px;
  flex-direction: column;
  gap: 10px;
}

.mobile-menu .mobile-buttons img {
  width: 24px;
  height: 24px;
}

.mobile-menu .header-btn {
  width: 100%;
  height: 50px;
}

.mobile-social {
  width: 100%;
  height: 54px;
  border-radius: 31px;
  background-color: #f5f9ff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-social a {
  display: flex;
  align-items: center;
  color: #4c90f0;
  text-decoration: underline;
}

.mobile-social img {
  margin-right: 5px;
}

/* end */

main {
  background-color: #f1f6fe;
  padding-bottom: 100px;
  margin-top: 98px;
}

/* main-section */

.main-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  /* flex-wrap: wrap; */
}
.main-section_text {
  max-width: 880px;
  width: 100%;
  margin-left: 80px;
  padding: 30px 15px;
}

.main-section_text p {
  color: #23262f;
  font-family: "Montserrat", serif;
  font-size: 24px;
  margin-bottom: 20px;
}

.main-section_text h1 {
  color: #23262f;
  font-family: "Montserrat", serif;
  font-size: 58px;
  font-weight: 600;
  padding-bottom: 68px;
  word-spacing: 15px;
  line-height: 70px;
}

.ms-block {
  max-width: 559px;
  width: 100%;
}
.ms-btn {
  height: 82px;
  font-family: "Montserrat", serif;
  font-size: 28px;
  font-weight: 500;
  margin-right: 16px;
  border: 2px solid #105cc6;
}
.main-section_img {
  max-width: 872px;
  max-height: 872px;
  margin-top: 42px;
}
.main-section_img img {
  width: 100%;
}

/* end */

/* setting */

.setting-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* flex-wrap: wrap; */
  padding-top: 60px;
  overflow: hidden;
}

.setting-section_text {
  max-width: 699px;
  width: 100%;
  margin-left: 80px;
}

.setting-section_text h2 {
  font-family: "Montserrat", serif;
  font-size: 48px;
  font-weight: 600;
  padding-bottom: 40px;
}

.setting-section_text ul {
  margin-bottom: 40px;
}

.setting-section_text li {
  max-width: 550px;
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

.setting-section_text li img {
  width: 53px;
  height: 53px;
  margin-right: 20px;
}

.setting-section_text p {
  font-family: "Montserrat", serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}

.ss-block {
}
.ss-btn {
  height: 50px;
  font-family: "Montserrat", serif;
  font-size: 16;
  font-weight: bold;
}

.setting-section_img {
  max-width: 1023px;
  margin-right: 80px;
}

.setting-section_img img {
  width: 100%;
}

.setting-section_img-2 {
  max-width: 917px;
  margin-left: 142px;
}

.setting-section_img-2 img {
  width: 100%;
}

/* end */

.marquee-section {
}

.marquee-section h2 {
  color: #23262f;
  font-family: "Montserrat", serif;
  font-size: 48px;
  font-weight: 600;
  text-align: center;
  margin-top: 120px;
}
.marquee-block {
  margin-bottom: 15px;
}
.marquee-title {
  font-family: "Montserrat", serif;
  font-size: 28px;
  font-weight: 500;
  color: #051a38;
  margin-bottom: 11px;
}
.marquee-subtitle {
  font-family: "Roboto", serif;
  font-size: 20px;
  font-weight: 300;
  color: #23262f;
  display: flex;
  align-items: center;
}

.marquee-subtitle img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.date {
  font-family: "Montserrat", serif;
  font-size: 20px;
  font-weight: 300;
  color: #23262f;
}

.marquee {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 10px 0;
  margin-top: 48px;
}

.marquee-inner {
  display: flex;
  gap: 20px;
  width: max-content;
  margin-bottom: 48px;
}

.marquee-inner:hover {
  animation-play-state: paused;
}

.left {
  animation: marquee-scroll 10s linear infinite;
}

.right {
  animation: marquee-scroll 10s linear infinite reverse;
}

@keyframes marquee-scroll {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}

.marquee-box {
  width: 437px;
  height: 136px;
  border-radius: 32px;
  background-color: #f5f9ff;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
  padding: 28px 30px;
}

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

.marquee-block_logo {
  width: 48px;
  height: 48px;
}

/* features */

.features {
}

.features h2 {
  color: #23262f;
  font-family: "Montserrat", serif;
  font-size: 48px;
  font-weight: 600;
  text-align: center;
  margin-top: 120px;
}

.features p {
  max-width: 579px;
  width: 100%;
  color: #051a38;
  font-family: "Roboto", serif;
  font-size: 20px;
  font-weight: 300;
  margin: 30px auto;
}

.features-title {
  margin-bottom: 48px;
}

.features-block {
  max-width: 1760px;
  width: 100%;
  margin: auto;
  padding: 0 15px;
}

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

.card1 {
  max-width: 870px;
  height: 520px;
  background-color: #d9e8fc;
  margin-right: 20px;
}

.card1 h3{
 margin-top: 20px;
}

.card1 .feature-card_img {
  max-width: 546px;
  max-height: 312px;
}

.card2 {
  max-width: 870px;
  height: 520px;
  background-color: #dadcf4;
}

.card2 h3 {
  margin-top: 20px;
}

.card2 .feature-card_img {
  max-width: 546px;
  height: 312px;
  padding-top: 25px;
}
.card3 {
  max-width: 573px;
  height: 627px;
  background-color: #dadcf4;
}

.card3 h3 {
  margin-top: 40px;
}
.card4 {
  max-width: 573px;
  height: 627px;
  margin: 0 20px;
}
.card4 h3 {
  margin-top: 20px;
}
.card5 {
  max-width: 573px;
  height: 627px;
  background-color: #d9e8fc;
}

.card3 .feature-card_img {
  max-width: 349px;
}
.card4 .feature-card_img {
  max-width: 354px;
}
.card5 .feature-card_img {
  max-width: 354px;
}

.feature-card {
  width: 100%;
  /* height: 100%; */
  border: 1px solid #4c90f0;
  border-radius: 32px;
  text-align: center;
  padding: 30px 40px;
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}

.feature-card:hover {
  transform: translateY(-5px);
}

.feature-card_img {
  margin: auto;
}

.feature-card_img img {
  width: 100%;
  /* height: 100%; */
  /* max-height: 160px; */
  object-fit: contain;
  margin: auto;
  margin-bottom: 15px;
}

.feature-text_img img {
  display: none;
  width: 20px;
  height: 20px;
}

.feature-card h3 {
  font-family: "Montserrat", serif;
  font-size: 24px;
  font-weight: 600;
}

.feature-card p {
  font-family: "Roboto", serif;
  font-size: 20px;
  font-weight: 300;
  color: #051a38;
}

.feature-card-btn {
  height: 50px;
  margin: auto;
}

.feature-mobile-btn {
  display: none;
  max-width: 328px;
  width: 100%;
  height: 50px;
  margin: auto;
}

/* end */

/* conclusion */

.conclusion {
  background-image: url("images/Frame 137.svg");
}

.conclusion h2 {
  font-family: "Montserrat", serif;
  font-size: 48px;
  font-weight: 600;
  text-align: center;
  margin-top: 50px;
}

.conclusion-block {
  max-width: 1166px;
  width: 100%;
  height: auto;
  /* height: 1122px; */
  border-radius: 32px;
  margin: auto;
  box-shadow: rgba(217, 232, 252, 1) 0px 10px 50px;
  background: #f1f6fe;
  padding: 30px 40px;
  display: flex;
  flex-direction: column;
  margin-top: 48px;
}

.conclusion-render {
  min-height: 1026px;
}
.conclusion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.conclusion-header p {
  font-family: "Montserrat", serif;
  color: #051a38;
  font-size: 28px;
  font-weight: 500;
}
.conclusion-box {
  max-width: 1106px;
  width: 100%;
  height: 116px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: rgba(217, 232, 252, 1) 0 2.4px 0,
    rgba(217, 232, 252, 0.2) 0 -2.4px 0;
  border-radius: 32px;
  padding: 28px 30px;
  margin: 20px 0;
}
.conclusion-box_img {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.conclusion-box_img img {
  width: 60px;
  height: 60px;
  border-radius: 50px;
  margin-right: 25px;
}

.al-it-end {
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: space-between;
}

.status-success {
  color: green;
  font-weight: bold;
}

.status-wait {
  color: orange;
  font-weight: bold;
}

.status-canceled {
  color: red;
  font-weight: bold;
}

.status-created {
  color: rgb(0, 106, 255);
  font-weight: bold;
}

.name {
  font-family: "Montserrat", serif;
  color: #051a38;
  font-size: 20px;
  font-weight: 500;
}
.price {
  font-family: "Montserrat", serif;
  color: #105cc6;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}

.conclusion-box_text p {
  font-family: "Roboto", serif;
  /* color: #23262F; */
  font-size: 16px;
  font-weight: 300;
  margin-top: 8px;
  line-height: 28px;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: auto;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.pagination nav {
  margin: auto;
  margin-top: 1em;
  padding-top: 0.5em;
  font: 1.2em sans-serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pagination {
  max-width: 350px;
  list-style: none;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pagination li {
  margin: 0 1px;
}

.pagination-btn {
  min-width: 36px;
  height: 36px;
  border-radius: 5px;
  border: 0.25px solid #dadcf4;
  background-color: #ffffff;
  font-family: "Roboto", serif;
  font-size: 20px;
  font-weight: 400;
  color: #23262f;
}

.pagination button[aria-current="page"] {
  background-color: #ffffff;
  color: #105cc6;
  border: 1px solid #1c73ed;
}

.pagination li.active .pagination-btn {
  background-color: #FFFFFF;
  color: #105CC6;
  border-color: #4e7df1;
  border: 0.25px solid #1C73ED;
}

.pagination li.disabled .pagination-btn {
  opacity: 0.5;
  cursor: not-allowed;
}

.pagination-btn:hover:not([disabled]) {
  background-color: #e6e6e6;
}

.pagination li.active .pagination-btn:hover {
  background-color: #3c6be0; /* Slightly darker on hover */
}


.date-filter {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 10px 0;
}

.date-filter input {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  padding: 10px 16px;
  border: 1px solid #105cc6;
  border-radius: 50px;
  background-color: #ffffff;
  color: #051a38;
  outline: none;
  transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.date-filter input:focus {
  border-color: #0d47a1;
  background-color: #f1f6fe;
}

.date-filter button {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 24px;
  border-radius: 50px;
  border: none;
  background-color: #105cc6;
  color: #ffffff;
  cursor: pointer;
  transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
}

.date-filter button:hover {
  background-color: rgba(16, 92, 198, 0.92);
}


/* end */

/* footer */

.footer {
  height: 345px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px 80px;
}
.footer-block {
}

.footer-block_nav {
  max-width: 678px;
  width: 100%;
}

.footer-block_nav nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 80px;
}
.footer-logo {
  display: flex;
  align-items: center;
  margin-bottom: 92px;
}

.footer-logo img {
  width: 56px;
  height: 62px;
  margin-right: 24px;
}

.footer-logo_text {
}

.footer-logo_text a {
  font-family: "Montserrat", serif;
  color: #051a38;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 12px;
}

.footer-logo_text p {
  font-family: "Roboto", serif;
  color: #23262f;
  font-size: 16px;
  font-weight: 300;
  margin-top: 12px;
}
.help {
  max-width: 300px;
}

.help h3 {
  font-family: "Montserrat", serif;
  color: #051a38;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 12px;
}

.help p {
  font-family: "Roboto", serif;
  color: #23262f;
  font-size: 16px;
  font-weight: 300;
}

.help a {
  color: #105cc6;
}

.location p {
  display: flex;
  align-items: center;
}

.local-active {
  color: #105cc6;
}

.local-noactive {
  color: #23262f;
}

.location {
  margin-right: 15px;
}

.location a {
  font-family: "Montserrat", serif;
  /* color: #23262F; */
  font-size: 16px;
  font-weight: 500;
  padding: 5px;
}

.location a:hover {
  color: #105cc6;
  transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
}

.footer-btn {
  margin: 24px 0;
}

.address {
  max-width: 388px;
  width: 100%;
}
.address p {
  font-family: "Roboto", serif;
  color: #23262f;
  font-size: 16px;
  font-weight: 300;
}

.fbn-box{
  max-width: 200px;
}

footer button {
  height: 50px;
}

.footer-block_nav ul {
  height: 245px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer-block_nav ul .title {
  font-family: "Montserrat", serif;
  color: #051a38;
  font-size: 20px;
  font-weight: 600;
}

.footer-block_nav ul li {
  display: flex;
  align-items: center;
}

.footer-block_nav ul a {
  max-width: 200px;
  font-family: "Roboto", serif;
  color: #28214e;
  font-size: 20px;
  font-weight: 300;
  line-height: 23px;
}

.footer-block_nav ul span {
  max-width: 200px;
  font-family: "Roboto", serif;
  color: #28214e;
  font-size: 20px;
  font-weight: 300;
}

.f-b_3{
  max-width: 388px;
  width: 100%;
}

.create-btn {
  max-width: 388px;
  margin: auto;
  margin-bottom: 20px;
}

.create-btn button {
  width: 100%;
}

.register-btn {
  max-width: 388px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.register {
  max-width: 257px;
  width: 100%;
}

.validation {
  max-width: 111px;
  width: 100%;
}

.hidden {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

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

/* end */

/* modil */

.setting-mobile {
  display: none;
}

/* end */

@media screen and (max-width: 1400px) {
  .nav-link {
    font-size: 16px;
  }
  .footer-block_nav ul a {
    font-size: 14px;
  }
  .footer-block_nav ul {
    height: 204px;
  }
  .footer-logo_text p {
    font-size: 14px;
  }
  .address p{
    font-size: 14px;
  }

  .help p {
    font-size: 14px;
  }

  .footer-block_nav ul span {
    font-size: 14px;
  }

  .header-button {
    max-width: 395px;
  }

  .fbn-box{
    max-width: 149px;
  }

  .header-btn {
    height: 30px;
    font-size: 12px;
  }

  .telg-link img {
    width: 30px;
    height: 30px;
  }
}

@media screen and (max-width: 1100px) {
  .header-block {
    padding: 24px 20px;
  }

  .nav-link {
    font-size: 16px;
    display: none;
  }

  .header-button {
    display: none;
  }
  .header-btn {
    height: 30px;
    font-size: 12px;
  }

  .header nav {
    max-width: 500px;
    margin: auto;
  }

  .mobile-buttons {
    max-width: 330px;
    margin: auto;
  }

  .header-btn {
    margin-bottom: 15px;
  }

  /* .header-nav,
    .header-button {
      display: none;
    } */

  .ms-block {
    margin: auto;
  }

  .burger-menu_btn {
    display: block;
  }

  .reg-btn {
    display: block;
  }

  .burger-menu_btn {
    display: block;
  }

  .main-section {
    flex-direction: column;
    /* text-align: center; */
  }

  .main-section_text {
    margin: 40px 20px;
  }

  .main-section_text p {
    font-size: 12px;
    font-weight: 300;
  }

  .main-section_text h1 {
    font-size: 24px;
    padding-bottom: 24px;
    line-height: 29px;
    word-spacing: 5px;
  }

  .main-section_img {
    max-width: 100%;
    height: auto;
  }

  .ms-btn {
    margin-bottom: 15px;
  }

  .setting-section {
    flex-direction: column;
    padding: 40px 20px;
  }

  .setting-section_text {
    margin: 0;
    max-width: 100%;
  }

  .setting-section_text h2 {
    font-size: 24px;
    align-items: center;
  }

  .setting-section_img,
  .setting-section_img-2 {
    max-width: 100%;
    margin: 40px 0;
  }
  .features {
    padding: 0 15px;
  }

  .features-box {
    flex-direction: column;
  }

  .card1,
  .card2,
  .card3,
  .card4,
  .card5 {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
  }

  .feature-card_img {
    max-width: 100%;
    height: auto;
  }

  .conclusion-block {
    height: auto;
    padding: 20px;
  }

  .footer {
    height: auto;
    flex-direction: column;
    padding: 30px 20px;
  }

  .footer-block_nav {
    max-width: 542px;
    margin: 40px 0;
  }

  .footer-block_nav nav {
    flex-direction: column;
    align-items: start;
    gap: 30px;
  }

  .conclusion-header {
    margin: 20px 0;
  }

  .date-filter {
    gap: 8px;
  }

  .date-filter input {
    font-size: 14px;
    padding: 8px 14px;
  }

  .date-filter button {
    font-size: 14px;
    padding: 8px 20px;
  }

  .footer-block_nav ul span {
    font-size: 16px;
  }
}

/* Media Query for screens <= 500px */
@media screen and (max-width: 500px) {
  .header {
    height: 60px;
  }

  .location {
    padding-top: 7px;
  }

  main {
    margin-top: 60px;
  }

  .mobile-menu {
    top: 60px;

  }

  .header-block {
    /* flex-direction: column; */
    /* gap: 20px; */
    padding: 12px 16px;
    /* box-shadow: rgba(76, 144, 240, 0.2) 0px 4px 6px -1px,
      rgba(76, 144, 240, 0.2) 0px 2px 4px -1px; */

  }

  .header nav {
    max-width: 360px;
    overflow-x: auto;
    display: flex;
    /* margin: auto; */
  }

  .header nav ul {
    width: max-content;
    gap: 20px;
  }

  .header-button {
    flex-direction: column;
    gap: 10px;
  }

  .logo a {
    font-size: 10px;
    font-weight: 700;
    padding-left: 8px;
  }

  .logo img {
    width: 26px;
    height: 26px;
  }

  .main-section {
    padding: 0 15px;
  }

  .main-section_text {
    margin: 0 20px;
  }

  .main-section_text h1 {
    font-size: 32px;
    line-height: 29px;
    word-spacing: 5px;
  }

  .main-section_text p {
    font-size: 18px;
  }

  .ms-btn {
    height: 60px;
    font-size: 20px;
    width: 100%;
    margin: 10px 0;
    border: 1px solid #105cc6;;
  }

  .setting-mobile {
    display: block;
  }

  .setting-mobile-none {
    display: none;
  }

  .etting-section_img {
    display: none;
  }

  .card1 {
    margin-right: 0;
  }

  .feature-card_img {
    display: none;
  }

  .setting-section_text h2 {
    font-size: 24px;
    padding-bottom: 0;
    text-align: center;
  }

  .setting-section_text p {
    font-size: 14px;
    font-weight: 300;
    padding-bottom: 0;
    line-height: 19px;
  }

  .ss-block {
    max-width: 191px;
    margin: auto;
  }

  .ss-block button{
    width: 100%;
  }

  .setting-section_text li {
    width: 328px;
    height: 112px;
    border-radius: 21px;
    margin-bottom: 15px;
    box-shadow: rgba(130, 158, 255, 0.2) 0px 4px 0px,
      rgba(255, 255, 255, 0.25) 0px 1px 0px inset;
    padding: 18px;
  }

  .setting-section_text li img {
    width: 40px;
    height: 40px;
    margin-right: 15px;
  }

  .marquee-block {
    margin-bottom: 16px;
  }

  .marquee-box {
    width: 208px;
    height: 96px;
    padding: 20px;
    flex-direction: column;
    text-align: center;
    box-shadow: rgba(130, 158, 255, 0.2) 0px 4px 0px,
      rgba(255, 255, 255, 0.25) 0px 1px 0px inset;
  }

  .marquee-title {
    font-size: 16px;
  }

  .marquee-subtitle {
    font-size: 14px;
    display: flex;
    align-items: center;
  }

  .date {
    font-size: 14px;
  }

  .marquee-subtitle img {
    width: 16px;
    height: 16px;
  }

  .marquee-block_logo {
    width: 24px;
    height: 24px;
  }

  .marquee-section h2 {
    font-size: 24px;
  }

  .features {
    padding: 0 15px;
  }

  .features h2 {
    font-size: 24px;
    margin-top: 60px;
  }

  .features p{
    line-height: 19px;
  }

  .features-box {
    margin-bottom: 0;
  }

  .feature-card {
    width: 328px;
    background-color: #f1f6fe;
    padding: 20px;
    border: none;
    box-shadow: rgba(130, 158, 255, 0.2) 0px 4px 0px,
      rgba(255, 255, 255, 0.25) 0px 1px 0px inset;
    text-align: start;
  }

  .features-description {
    display: none;
  }

  .feature-card h3 {
    font-size: 16px;
    margin-top: 0;
  }

  .feature-text_img {
    display: flex;
    align-items: center;
    margin-top: 18px;
  }

  .feature-text_img img {
    display: block;
    margin-right: 8px;
  }

  .feature-card p {
    font-size: 12px;
    margin: 12px auto;
    font-weight: 300;
  }

  .feature-card-btn {
    display: none;
  }

  .feature-mobile-btn {
    display: block;
  }

  .conclusion {
    padding: 0 16px;
  }

  .conclusion h2 {
    font-size: 24px;
  }

  .conclusion-block {
    border-top: 1px solid #7badf4;
    border-bottom: 1px solid #7badf4;
    border-radius: 0;
    height: auto;
    box-shadow: none;
    padding: 0px;
  }

  .conclusion-header p {
    font-size: 20px;
    margin-top: 20px;
  }

  .conclusion-box {
    height: 84px;
    box-shadow: none;
    border-radius: 0;
    border-bottom: 1px solid #d9e8fc;
    padding: 0px;
    margin: 0 0;
  }

  .conclusion-render {
    min-height: auto;
  }

  .conclusion-box_img {
  }

  .conclusion-box_img img {
    margin-right: 12px;
  }

  .name {
    font-size: 16px;
    font-weight: 300;
  }

  .price {
    font-size: 15px;
  }

  .conclusion-box_text p {
    font-size: 12px;
  }

  .pagination {
    max-width: 300px;
    margin: 20px auto;
  }

  .footer-btn {
    width: 100%;
  }

  .register-btn {
    gap: 10px;
  }

  .register,
  .validation {
    max-width: 100%;
  }

  .footer-logo {
    margin-bottom: 40px;
  }

  .footer-block_nav {
    margin: 0 0;
    margin-bottom: 20px;
  }

  .footer-block_nav nav{
    align-items: start;
    margin: 0 0;
  }

  .footer-block_nav ul {
    width: 100%;
    height: auto;
    gap: 15px;
  }

  .fbn-box{
    max-width: 300px;
  }

  .help {
    margin-bottom: 20px;
  }

  .footer-block_nav ul a {
    font-size: 16px;
    max-width: 300px;
  }

  .footer-block_nav ul span {
    font-size: 16px;
  }

  .date-filter {
    flex-direction: column;
    gap: 6px;
    align-items: stretch;
  }

  .date-filter input {
    font-size: 14px;
    padding: 8px 12px;
    width: 100%;
  }

  .date-filter button {
    font-size: 14px;
    padding: 8px 16px;
    width: 100%;
  }
}

@media screen and (max-width: 360px) {
  .header {
    position: sticky;
  }

  main {
    margin-top: 0;
  }
}