@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  transition: 0.5s;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 28px;
  margin: 0;
  background-color: #fff;
  background-image: url("../images/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.en {
  font-family: "Poppins", sans-serif;
}

.blue {
  color: #015aff;
}

h1, h2, h3 {
  font-weight: 600;
}

.content-section {
  transition: opacity 1s, transform 1s;
}
.content-section .content-section:nth-child(even) {
  transition-delay: 0.1s;
}

/* --- Initial Hidden State (Off-screen/Invisible) --- */
.animatable {
  /* Start slightly transparent and moved */
  opacity: 0;
  transform: translateY(50px) scale(0.95);
}

/* Special starting states for different effects */
.fade-in-left {
  transform: translateX(-100px);
}

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

/* --- Animation State (When the 'loaded' class is added) --- */
.animatable.loaded {
  opacity: 1;
  transform: translateY(0) translateX(0) scale(1);
}

footer {
  background-color: #fff;
}
footer .f-content {
  padding: 60px 0;
  font-size: 14px;
}
footer .f-content .f-column {
  padding-right: 40px;
}
footer .f-content .logo {
  width: 180px;
}
footer .f-content p {
  margin: 20px 0 0 0;
}
footer .f-content .social-icons {
  display: flex;
  gap: 20px;
  margin-top: 40px;
}
footer .f-content .social-icons a {
  text-decoration: none;
  color: #000;
}
footer .f-content .social-icons a:hover {
  color: #ed1c24;
}
footer .f-content .social-icons a i {
  font-size: 20px;
}
footer .f-content ul {
  padding: 0;
}
footer .f-content ul li {
  list-style-type: none;
}
footer .f-content ul li a {
  text-decoration: none;
  color: #000;
}
footer .f-content h6 {
  margin-bottom: 25px;
}
footer .f-content ul.contact-info {
  padding-left: 25px;
}
footer .f-content ul.contact-info li {
  position: relative;
  margin-bottom: 10px;
}
footer .f-content ul.contact-info li:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 5px;
  left: -25px;
}
footer .f-content ul.contact-info li:nth-child(1):before {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-geo-alt-fill' viewBox='0 0 16 16'><path d='M8 16s6-5.686 6-10A6 6 0 0 0 2 6c0 4.314 6 10 6 10m0-7a3 3 0 1 1 0-6 3 3 0 0 1 0 6'/></svg>");
}
footer .f-content ul.contact-info li:nth-child(2):before {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-telephone-fill' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M1.885.511a1.745 1.745 0 0 1 2.61.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.68.68 0 0 0 .178.643l2.457 2.457a.68.68 0 0 0 .644.178l2.189-.547a1.75 1.75 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.6 18.6 0 0 1-7.01-4.42 18.6 18.6 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877z'/></svg>");
}
footer .f-content ul.contact-info li:nth-child(3):before {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-envelope-fill' viewBox='0 0 16 16'><path d='M.05 3.555A2 2 0 0 1 2 2h12a2 2 0 0 1 1.95 1.555L8 8.414zM0 4.697v7.104l5.803-3.558zM6.761 8.83l-6.57 4.027A2 2 0 0 0 2 14h12a2 2 0 0 0 1.808-1.144l-6.57-4.027L8 9.586zm3.436-.586L16 11.801V4.697z'/></svg>");
}
footer .copyright {
  background-color: #333;
  font-size: 12px;
  color: white;
  text-align: center;
  padding: 20px;
  margin: 0;
}

header {
  width: 100%;
  position: fixed;
  z-index: 9;
}
header .nav-top {
  background-image: linear-gradient(to left, #015aff, #000);
  padding: 7px 0;
  font-size: 12px;
  color: #fff;
}
header .nav-top .info-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .nav-top .info-area .info-single {
  display: flex;
  align-items: center;
}
header .nav-top .info-area .info-single:nth-child(1) {
  margin-right: 100px;
}
header .nav-top .info-area .info-single:nth-last-child(1) {
  margin-left: 100px;
}
header .nav-top .info-area .info-single i {
  margin-right: 7px;
}
header .nav-top .info-area .info-single a {
  text-decoration: none;
  color: #fff;
}
header .nav-top .info-area .info-single.social {
  font-size: 18px;
  text-align: center;
  gap: 10px;
}
header .nav-top .info-area .info-single.social i {
  text-align: center;
}
header .nav-top .info-area .info-single.social a:hover {
  opacity: 0.6;
}
header nav {
  height: 102px;
  background-color: #fff;
  transition: 0.3s;
}
header nav .navbar-brand img {
  width: 220px;
}
header nav .navbar-nav .nav-item {
  padding: 0 10px;
}
header nav .navbar-nav .nav-item .nav-link.active {
  font-weight: 600;
}

.shrink {
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
}
.shrink .nav-top {
  padding: 2px 0;
  height: 0;
}
.shrink nav {
  height: 64px;
}
.shrink nav .navbar-brand img {
  width: 140px;
}
.shrink nav .navbar-nav .nav-item .nav-link {
  font-size: 14px;
  transition: 0.3s ease;
}

.btn-primary {
  height: 58px;
  padding: 5px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 230px;
  background-color: #000;
  border-color: #000;
  font-weight: 500;
  margin-top: 25px;
  transition: 0.3s;
}
.btn-primary i {
  margin-left: 3px;
  font-size: 28px;
  position: relative;
  top: 2px;
  left: 0;
}
.btn-primary:hover {
  background-color: #000;
  border-color: #000;
  border-left: 6px solid #00aaff;
}
.btn-primary:hover i {
  left: 20px;
}

.carousel {
  position: relative;
  padding-top: 140px;
}

section {
  padding: 120px 0;
}
section small {
  color: #00aaff;
  display: block;
  margin-bottom: 20px;
  letter-spacing: 10px;
  text-transform: uppercase;
}
section h3 {
  margin-bottom: 20px;
}

.companies {
  padding: 0;
  position: relative;
  margin-top: -100px;
  z-index: 1;
}
.companies .company-single {
  display: block;
  width: 60%;
  margin: 0 auto;
  background-color: #fff;
  padding: 60px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
  text-decoration: none;
  color: #000;
  transition: 0.3s;
  text-align: center;
  border-radius: 20px;
}
.companies .company-single:hover {
  background-color: #e2ecff;
}
.companies .company-single .company-logo {
  height: 80px;
  display: block;
  margin: 0 auto 20px auto;
}
.companies .company-single p {
  text-align: center;
}
.companies .btn-area {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.welcome {
  background-image: url("../images/bg-1.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.welcome .container {
  display: flex;
  align-items: center;
}
.welcome .container .row .welcome-img {
  width: 90%;
}

.products .container {
  text-align: center;
}

.team-members .member-single {
  margin-bottom: 60px;
}
.team-members .member-single .left {
  font-size: 14px;
  color: #fff;
  background-image: linear-gradient(to left top, #000, #015aff);
  padding: 30px;
  border-radius: 40px;
}
.team-members .member-single .left.small {
  padding: 10px;
}
.team-members .member-single .left.small .member-img {
  margin-bottom: 0;
}
.team-members .member-single .left .member-img {
  width: 100%;
  border-radius: 30px;
  margin-bottom: 20px;
}
.team-members .member-single .right {
  padding-left: 40px;
}

.gallery {
  padding: 0;
}
.gallery .row {
  gap: 0;
}
.gallery .row div {
  padding: 0;
  margin: 0;
}
.gallery .row .img-wrapper {
  overflow: hidden;
}
.gallery .row .img-wrapper img {
  width: 100%;
  filter: grayscale(1);
}
.gallery .row .img-wrapper img:hover {
  filter: grayscale(0);
  transform: scale(1.1);
}

.partners {
  text-align: center;
}
.partners .swiper {
  width: 100%;
  height: 100px;
  margin-top: 40px;
}
.partners .swiper .swiper-wrapper {
  justify-content: center;
}
.partners .swiper .swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0 !important;
}
.partners .swiper .swiper-slide .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.partners p {
  width: 65%;
  margin: 0 auto;
}

.comments {
  text-align: center;
}
.comments .swiperComments {
  margin-top: 80px;
}
.comments .swiperComments .swiper-wrapper {
  padding-bottom: 60px;
}
.comments .swiperComments .swiper-wrapper .swiper-slide {
  text-align: center;
  padding: 0 50px;
  position: relative;
}
.comments .swiperComments .swiper-wrapper .swiper-slide:before {
  content: "";
  position: absolute;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  width: 1px;
  height: 100px;
  left: 2px;
  top: 42%;
}
.comments .swiperComments .swiper-wrapper .swiper-slide:after {
  content: "";
  position: absolute;
  border-left: 3px solid #ed1c24;
  width: 1px;
  height: 30px;
  left: 1px;
  top: 52%;
}
.comments .swiperComments .swiper-wrapper .swiper-slide .avatar {
  width: 120px;
  height: 120px;
  border-radius: 150px;
  display: block;
  margin: 0 auto;
  overflow: hidden;
}
.comments .swiperComments .swiper-wrapper .swiper-slide .avatar img {
  width: 100%;
}
.comments .swiperComments .swiper-wrapper .swiper-slide p {
  font-size: 14px;
  text-align: center;
  margin: 30px auto;
}
.comments .swiperComments .swiper-wrapper .swiper-slide h6 {
  text-align: center;
  margin: 0 auto;
}
.comments .swiperComments .swiper-wrapper .swiper-slide small {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 5px;
  color: rgba(0, 0, 0, 0.5);
  margin-top: 5px;
}
.comments .swiperComments .swiper-pagination {
  bottom: 0;
}
.comments .swiperComments .swiper-pagination .swiper-pagination-bullet-active {
  background: #ed1c24;
}

.desc-columns {
  text-align: center;
  padding-top: 0;
}
.desc-columns .descComments h3 {
  margin-bottom: 40px;
}
.desc-columns .descComments .desc-wrapper {
  display: flex;
}
.desc-columns .descComments .desc-wrapper .desc-slide {
  width: 33.3333333333%;
  text-align: center;
  padding: 0 50px;
  position: relative;
}
.desc-columns .descComments .desc-wrapper .desc-slide:nth-child(1):before {
  display: none;
}
.desc-columns .descComments .desc-wrapper .desc-slide:nth-child(1):after {
  display: none;
}
.desc-columns .descComments .desc-wrapper .desc-slide:before {
  content: "";
  position: absolute;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  width: 1px;
  height: 100px;
  left: 2px;
  top: 42%;
}
.desc-columns .descComments .desc-wrapper .desc-slide:after {
  content: "";
  position: absolute;
  border-left: 3px solid #015aff;
  width: 1px;
  height: 30px;
  left: 1px;
  top: 52%;
}
.desc-columns .descComments .desc-wrapper .desc-slide i {
  font-size: 90px;
  color: #000;
}
.desc-columns .descComments .desc-wrapper .desc-slide p {
  font-size: 14px;
  text-align: center;
  margin: 30px auto;
}
.desc-columns .descComments .desc-wrapper .desc-slide h6 {
  text-align: center;
  margin: 0 auto;
  color: #015aff;
}
.desc-columns .descComments .desc-wrapper .desc-slide small {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 5px;
  color: rgba(0, 0, 0, 0.5);
  margin-top: 5px;
}

.page {
  text-align: center;
  padding: 220px 0 80px 0;
  background-image: linear-gradient(to left, #00aaff, #000);
  background-repeat: repeat;
  color: #fff;
}

.marquee-container {
  overflow: hidden;
  white-space: nowrap;
  padding: 10px 0;
  opacity: 0.2;
}
.marquee-container .marquee-content {
  display: inline-block;
  padding-left: 100%;
  animation: scroll-left 50s linear infinite;
  font-family: "Poppins", sans-serif;
  font-size: 140px;
  line-height: 1.2;
  font-weight: 700;
}
.marquee-container .marquee-content:hover {
  animation-play-state: paused;
}
.marquee-container .marquee-content span {
  color: #015aff;
}

@keyframes scroll-left {
  0% {
    transform: translateX(-30%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.classroom {
  background-color: #00aaff;
  color: #fff;
}
.classroom .container-fluid {
  padding: 0 100px;
}
.classroom .container-fluid .row {
  align-items: center;
}
.classroom .container-fluid .row .right {
  padding-left: 80px;
}
.classroom .container-fluid .row .right h3 {
  font-size: 40px;
}
.classroom .container-fluid .row .right ul li {
  font-size: 18px;
  line-height: 2.5;
}

#csfe .welcome {
  padding: 80px 0;
}
#csfe .welcome.reverse .welcome-img {
  float: right;
}
#csfe .welcome p i {
  font-size: 24px;
  color: #00aaff;
  margin-right: 12px;
}

#about .info .row {
  align-items: center;
}
#about .info .row .info-img {
  width: 90%;
}
#about .info .row p {
  font-size: 15px;
}
#about .info .row p span {
  color: #ed1c24;
  font-weight: 600;
}
#about .info h6 {
  font-weight: 700;
}
#about .vision-mission {
  padding: 0;
}
#about .vision-mission .vision, #about .vision-mission .mission, #about .vision-mission .values {
  padding: 80px 120px;
  text-align: center;
  color: #fff;
}
#about .vision-mission .vision ul, #about .vision-mission .mission ul, #about .vision-mission .values ul {
  text-align: left;
}
#about .vision-mission .vision ul li, #about .vision-mission .mission ul li, #about .vision-mission .values ul li {
  margin-bottom: 10px;
  line-height: 22px;
}
#about .vision-mission .vision ul li b, #about .vision-mission .mission ul li b, #about .vision-mission .values ul li b {
  font-weight: 600;
}
#about .vision-mission .vision small, #about .vision-mission .mission small, #about .vision-mission .values small {
  color: rgba(255, 255, 255, 0.5);
}
#about .vision-mission .vision {
  background-color: #015aff;
}
#about .vision-mission .mission {
  background-color: #00aaff;
}
#about .vision-mission .values {
  background-color: #ed1c24;
}
#about .quality-controll .row {
  align-items: center;
}
#about .quality-controll img {
  width: 90%;
}
#about .quality-assurance .row {
  align-items: center;
}
#about .quality-assurance .image {
  text-align: right;
}
#about .quality-assurance .image img {
  width: 90%;
}
#about .research {
  padding: 0;
}
#about .research .box {
  background-image: linear-gradient(#fff, #fff, rgba(0, 0, 0, 0.05));
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  padding: 60px;
  text-align: left;
}
#about .why-choose {
  padding-top: 0;
}
#about .why-choose .row {
  align-items: center;
}
#about .why-choose .row dl {
  display: flex;
  flex-direction: column;
  gap: 80px;
  position: relative;
  margin-top: 40px;
}
#about .why-choose .row dl .dl-row {
  display: flex;
  align-items: center;
}
#about .why-choose .row dl .dl-row .dl-img-wrapper {
  display: flex;
  align-items: center;
  padding-left: 35px;
}
#about .why-choose .row dl .dl-row .dl-img-wrapper span {
  font-family: "Poppins", sans-serif;
  position: absolute;
  font-size: 50px;
  line-height: 1;
  text-align: center;
  color: #fff;
  background-color: #00aaff;
  border-radius: 100px;
  min-width: 70px;
  max-width: 70px;
  min-height: 70px;
  max-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
}
#about .why-choose .row dl .dl-row .dl-img-wrapper .dl-img {
  width: calc(100% - 60px);
  border-radius: 40px 100px 40px 100px;
}
#about .why-choose .row dl .dl-row dt {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #015aff;
  margin-bottom: 6px;
}
#about .why-choose .row dl .dl-row dt img {
  width: 50%;
}
#about .why-choose .row dl .dl-row:nth-child(even) {
  flex-direction: row-reverse;
}
#about .why-choose .row dl .dl-row:nth-child(even) .dl-img-wrapper {
  padding-left: 0;
  padding-right: 35px;
  justify-content: flex-end;
}
#about .why-choose .row dl .dl-row:nth-child(even) .dl-img-wrapper span {
  left: unset;
  right: 0;
}
#about .why-choose .row dl .dl-row:nth-child(even) .dl-img-wrapper .dl-img {
  border-radius: 100px 40px 100px 40px;
}
#about .why-choose .row dl .dl-row:nth-child(even) .info {
  padding-left: 80px;
}
#about .why-choose .categories {
  margin-top: 40px;
}
#about .why-choose .categories h1 {
  text-align: center;
  margin: 0 0 60px 0;
}
#about .why-choose .categories .grid-img-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 0;
}
#about .why-choose .categories .grid-img-wrapper .img-grid {
  width: 25%;
}
#about .why-choose .categories .grid-img-wrapper .img-grid img {
  width: 100%;
}
#about .why-choose .categories .grid-img-wrapper .img-grid h5 {
  display: block;
  text-align: center;
  width: 100%;
  margin: 10px 0 0 0;
}

#contact .left {
  padding-right: 60px;
}
#contact .left h1 {
  line-height: 40px;
}
#contact .left h4 {
  margin-top: 20px;
  line-height: 32px;
}
#contact .left p {
  margin-top: 20px;
}
#contact .left ul.contact-info {
  padding-left: 25px;
  margin-top: 30px;
  list-style-type: none;
}
#contact .left ul.contact-info li {
  position: relative;
  margin-bottom: 10px;
  font-weight: 600;
}
#contact .left ul.contact-info li:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 5px;
  left: -25px;
}
#contact .left ul.contact-info li:nth-child(1):before {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-geo-alt-fill' viewBox='0 0 16 16'><path d='M8 16s6-5.686 6-10A6 6 0 0 0 2 6c0 4.314 6 10 6 10m0-7a3 3 0 1 1 0-6 3 3 0 0 1 0 6'/></svg>");
}
#contact .left ul.contact-info li:nth-child(2):before {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-telephone-fill' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M1.885.511a1.745 1.745 0 0 1 2.61.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.68.68 0 0 0 .178.643l2.457 2.457a.68.68 0 0 0 .644.178l2.189-.547a1.75 1.75 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.6 18.6 0 0 1-7.01-4.42 18.6 18.6 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877z'/></svg>");
}
#contact .left ul.contact-info li:nth-child(3):before {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-phone-fill' viewBox='0 0 16 16'><path d='M3 2a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2zm6 11a1 1 0 1 0-2 0 1 1 0 0 0 2 0'/></svg>");
}
#contact .left ul.contact-info li:nth-child(4):before {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-envelope-fill' viewBox='0 0 16 16'><path d='M.05 3.555A2 2 0 0 1 2 2h12a2 2 0 0 1 1.95 1.555L8 8.414zM0 4.697v7.104l5.803-3.558zM6.761 8.83l-6.57 4.027A2 2 0 0 0 2 14h12a2 2 0 0 0 1.808-1.144l-6.57-4.027L8 9.586zm3.436-.586L16 11.801V4.697z'/></svg>");
}
#contact .right .card {
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.035);
  padding: 60px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
#contact .right .card .card-body {
  padding: 0;
}
#contact .right .card .card-body form {
  row-gap: 10px;
}
#contact .right .card .card-body form .form-wrapper {
  position: relative;
}
#contact .right .card .card-body form .form-wrapper i {
  position: absolute;
  top: 50px;
  right: 27px;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.5);
}
#contact .right .card .card-body form .form-wrapper i.bi-person {
  font-size: 21px;
}
#contact .right .card .card-body form label {
  font-weight: 500;
  color: #333;
}
#contact .right .card .card-body form .form-control {
  height: 58px;
  text-indent: 12px;
  border-radius: 9px;
}
#contact .right .card .card-body form textarea.form-control {
  height: 120px;
  padding-top: 18px;
}
#contact .right .card .card-body .btn-primary {
  margin-top: 10px;
}

#products .category-menu {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
#products .category-menu .category-title {
  margin-right: 15px;
  padding: 8px 15px;
  border: 1px solid #ccc;
  text-decoration: none;
  color: #333;
  display: inline-block;
  transition: all 0.3s;
}
#products .category-menu .category-title:hover {
  background-color: #f0f0f0;
}
#products .category-menu .category-title.active {
  background-color: #ed1c24;
  border-color: #ed1c24;
  color: #fff;
}
#products .products {
  background-color: #fff;
  margin-top: 20px;
  min-height: 200px;
}
#products .products .product-item {
  border: 1px solid #eee;
  padding: 15px;
  margin-bottom: 10px;
  border-radius: 5px;
}
#products h2 {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}

#gallery .gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
}
#gallery .gallery a {
  display: inline-block;
  transition: transform 0.2s;
  width: calc((100% - 12px) / 5);
}
#gallery .gallery a:hover {
  transform: scale(1.05);
}
#gallery .gallery a img {
  width: 100%;
  object-fit: cover;
  border: 1px solid #eee;
}

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