.line-through {
  text-decoration-line: line-through !important;
}

/* navabr */
/* a.navbar-brand .nav-logo {
  width: 25%;
} */
/* navabr */
/* home-header */
/* home-header */
/* programs */
/* cards */
/* home-about */
/* works */
/* footer */
/* footer */
/* shopping page 2 */
/* main-content */
/* .main-content .col-lg-4 .card{
} */
/* .main-content .col-lg-3 .input-group .input-group-text img {
  width: 14px;
  height: 26px;
} */
/* main-content */
/* width */
/* Track */
/* Handle */
/* Handle on hover */
* {
  margin: 0%;
  padding: 0%;
  box-sizing: border-box;
  font-family: "Nunito Sans", sans-serif;
}

.nav-logo {
  width: 100px;
}

ul {
  padding-left: 0px !important;
}

.nav-btn {
  background-color: #272727;
  padding: 18px 0px;
}
.nav-btn img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.nav-btn a {
  text-decoration: none;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.03em;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.spad {
  padding-top: 100px;
  padding-bottom: 100px;
}

.home-header {
  background-color: #f3f3f3;
}
.home-header .col-lg-7 {
  padding-right: 49px;
}
.home-header h1 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 45px;
  letter-spacing: 0.05em;
  color: #272722;
}
.home-header p {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  text-align: justify;
  letter-spacing: 0.03em;
  color: #626262;
  margin: 18px 0px;
}
.home-header button {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.03em;
  color: #ffffff;
  background-color: #f1652a;
  width: 40%;
  height: 68px;
  margin-top: 20px;
}

/* buttons */
.primary-btn {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 14px 30px;
  color: #ffffff;
  background: #000000;
  letter-spacing: 4px;
}

.site-btn {
  font-size: 14px;
  color: #ffffff;
  background: #111111;
  font-weight: 700;
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 14px 30px;
}

.programs {
  position: relative;
  top: -30px;
  width: 90%;
  margin-bottom: 0%;
  margin-left: auto;
  margin-right: auto;
  border-top: 16px solid #ae1c28;
  border-bottom: 16px solid #21468b;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  background-color: #ffffff;
}
.programs p {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.03em;
  margin: 0;
  color: #272727;
}
.programs .row {
  padding: 30px 0px;
}

.cards {
  margin: 120px 0px;
}
.cards .col-lg-3 .image {
  width: 100%;
  height: 248px;
  overflow: hidden;
}
.cards .col-lg-3 .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: 0.7s;
}
.cards .col-lg-3 .image img:hover {
  transform: scale(1.1);
}
.cards .col-lg-3 p {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  padding-right: 30px;
  color: #272727;
  margin-top: 20px;
  margin-bottom: 0px;
}
.cards .col-lg-3 span {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  text-align: justify;
  letter-spacing: 0.03em;
  color: #807e7e;
}

.home-about {
  background-color: #f6f6fb;
  padding: 100px 0px;
}
.home-about h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 45px;
  letter-spacing: 0.05em;
  width: max-content;
  border-bottom: 6px solid #272727;
  color: #272727;
}
.home-about p {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #272727;
}
.home-about button {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.03em;
  color: #ffffff;
  background-color: #f1652a;
  padding: 10px 60px;
  margin-top: 30px;
}

.works {
  padding: 120px 0px;
}
.works h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 45px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #272727;
}
.works p {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.03em;
  color: #807e7e;
  text-align: center;
  padding: 0px 30px;
}
.works .work-card {
  background: #ffffff;
  border: 3px solid #f1652a;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  padding-top: 100px;
  padding-bottom: 45px;
  padding-left: 35px;
  padding-right: 35px;
}
.works .work-card h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  color: #272727;
}
.works .work-card p {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  text-align: justify !important;
  letter-spacing: 0.03em;
  color: #807e7e;
}
.works .work-card a {
  text-decoration: none;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  text-align: justify;
  letter-spacing: 0.03em;
  color: #f1652a;
}
.works .img {
  background-image: url(./assets/images/Group\ 262.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 105px;
  height: 105px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 53px;
  margin: 0 auto;
}
.works .img p {
  margin-bottom: 0%;
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  text-align: justify;
  letter-spacing: 0.03em;
  color: #21468b;
}

.footer {
  background-color: #272727;
  color: #ffffff;
  padding: 100px 0px 50px 0px;
}
.footer h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  text-align: justify;
  letter-spacing: 0.03em;
  color: #ffffff;
}
.footer p {
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.03em;
  color: #ffffff;
  width: 75%;
}
.footer .logo {
  width: 70px;
}
.footer .input-group input {
  background-color: transparent !important;
  border: none !important;
  border-radius: 0px !important;
  border-bottom: 1px solid #ffffff !important;
  outline: none !important;
}
.footer .input-group img {
  border-radius: 0px;
  background-color: transparent !important;
  border: none !important;
  border-bottom: 1px solid #ffffff;
  width: 58px;
  outline: none !important;
  position: relative;
  right: 46px;
}

footer .col-lg-2 ul li {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.03em;
  color: #ffffff;
  margin: 5px 0px;
}

.container {
  max-width: 1200px;
}

.copyright {
  background-color: #272727;
}
.copyright .container-lg {
  border-top: 1px solid #ffffff !important;
  color: #ffffff;
  padding: 25px 0px;
}

.hedaer {
  background-color: #f3f2ee;
  height: 155px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hedaer p {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.03em;
  color: #272727;
  margin-bottom: 0px;
}
.hedaer .col-lg-12 a {
  text-decoration: none;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.03em;
  color: #272727;
}
.hedaer .col-lg-12 a.light {
  color: #b7b7ba;
}

.main-content .col-lg-3 .input-group input {
  border-right: none !important;
  border-radius: 0px !important;
}
.main-content .col-lg-3 .input-group .input-group-text {
  background-color: #ffffff;
}
.main-content .col-lg-9 .col-lg-4:nth-child(2) .card .img {
  background-image: url(./assets/images/shop-card2.png);
}
.main-content .col-lg-9 .col-lg-4:nth-child(3) .card .img {
  background-image: url(./assets/images/shop-card3.png);
}
.main-content .col-lg-9 .col-lg-4:nth-child(4) .card .img {
  background-image: url(./assets/images/shop-card4.png);
}
.main-content .col-lg-9 .col-lg-4:nth-child(5) .card .img {
  background-image: url(./assets/images/shop-card5.png);
}
.main-content .col-lg-9 .col-lg-4:nth-child(6) .card .img {
  background-image: url(./assets/images/shop-card6.png);
}
.main-content .col-lg-9 .col-lg-4:nth-child(7) .card .img {
  background-image: url(./assets/images/shop-card7.png);
}
.main-content .col-lg-9 .col-lg-4:nth-child(8) .card .img {
  background-image: url(./assets/images/shop-card8.png);
}
.main-content .col-lg-9 .col-lg-4:nth-child(9) .card .img {
  background-image: url(./assets/images/shop-card9.png);
}
.main-content .col-lg-9 .col-lg-4:nth-child(10) .card .img {
  background-image: url(./assets/images/shop-card10.png);
}
.main-content .col-lg-9 .col-lg-4:nth-child(11) .card .img {
  background-image: url(./assets/images/shop-card11.png);
}
.main-content .col-lg-9 .col-lg-4:nth-child(12) .card .img {
  background-image: url(./assets/images/shop-card12.png);
}
.main-content .accordion {
  border-radius: 0 !important;
  overflow: hidden !important;
}
.main-content .accordion-item {
  margin: 20px 0 !important;
  border: none !important;
  border-bottom: 1px solid #d9d9d9 !important;
  padding: 0 0 5px 0 !important;
  border-radius: 0 !important;
  padding-bottom: 50px;
}
.main-content .accordion-item button {
  border: none !important;
  box-shadow: none !important;
  padding: 15px 0 !important;
}
.main-content .accordion-item li:hover {
  color: #ff6600;
}
.main-content .accordion-header {
  margin-bottom: 0;
}
.main-content .accordion-button {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 15px;
  color: #272727;
}
.main-content .accordion-button::after {
  background-image: url(./images/vector.png);
  width: 9px !important;
  height: 7px !important;
  background-size: cover !important;
}
.main-content .accordion-button:not(.collapsed) {
  background: unset !important;
  color: unset !important;
}
.main-content .accordion-button:not(.collapsed)::after {
  background-image: url(./images/vector.png);
  transform: unset !important;
}
.main-content .accordion-body {
  padding: 0 !important;
}
.main-content .accordion-body button {
  background: #e4fffd;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.02em;
  width: 106px;
  margin: 5px 0px;
  color: #807e7e;
}
.main-content .accordion-body button:nth-child(3) {
  width: 96px;
}
.main-content .accordion-body button:nth-child(4) {
  width: 96px;
}
.main-content .accordion-body button:nth-child(6) {
  width: 96px;
}
.main-content .accordion-body .list-group-item {
  border: none !important;
  padding: 0 !important;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #807e7e;
  text-align: left;
  cursor: pointer;
}
.main-content .accordion-body .list-group-item.selected {
  color: green;
}
.main-content .accordion-body .list-group-item .opener {
  display: inline-block;
  margin-left: 5px;
}
.main-content .accordion-body .list-group-item .list-group-span {
  display: inline-block;
}
.main-content .accordion-body .list-group-item .list-group {
  height: auto !important;
}
.main-content .accordion-body .list-group-item .list-group.open {
  display: block;
  margin-left: 15px;
  margin-bottom: 5px;
}
.main-content .list-group {
  height: 150px !important;
  overflow: auto !important;
}
.main-content .list-group::-webkit-scrollbar {
  width: 5px;
}
.main-content .list-group::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 30px !important;
}
.main-content .list-group::-webkit-scrollbar-thumb {
  background: #f1652a;
  border-radius: 30px !important;
}
.main-content .list-group::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.main-content .main-title {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.03em;
  color: #272727;
}

.form-control:focus {
  box-shadow: none;
}

.pagination .page-link {
  border: none !important;
  padding: none !important;
  border-radius: unset !important;
  width: 30px !important;
  height: 30px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 50px !important;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #272727;
  margin-right: 5px !important;
}

.page-link:focus {
  background: unset !important;
  box-shadow: none !important;
  border: 1px solid red !important;
  padding: 0 !important;
  color: red !important;
}
.page-link:hover {
  background: unset !important;
  box-shadow: none !important;
  border: 1px solid red !important;
  padding: 0 !important;
  color: red !important;
}

@media screen and (max-width: 400px) {
  .nav-btn .part2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .nav-btn .part2 img {
    margin: 0 !important;
  }
  .nav-btn .part2 a {
    margin: 0 !important;
    margin-bottom: 10px !important;
  }
  .home-header .part2 img {
    height: unset !important;
    object-fit: unset !important;
  }
}
@media screen and (max-width: 600px) {
  a.navbar-brand {
    width: 50%;
  }
  a.navbar-brand .nav-logo {
    width: 50%;
  }
  .home-header h1 {
    font-size: 26px;
  }
  .home-header p {
    font-size: 12px;
  }
  .home-header button {
    font-size: 13px;
    margin-top: 15px;
    height: 50px !important;
    width: 100% !important;
  }
  .home-about h2 {
    font-size: 26px;
  }
  .home-about p {
    font-size: 12px;
  }
  .home-about button {
    font-size: 13px;
    margin-top: 15px;
  }
  .works h2 {
    font-size: 26px;
  }
  .works p {
    font-size: 12px;
  }
}
@media screen and (max-width: 991px) {
  .home-header .col-lg-7 {
    padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
  }
  .home-header .part2 img {
    height: 60vh !important;
    object-fit: contain !important;
  }
}

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