#gallery-page {
  padding: 0;
}
#gallery-page .section-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 64px 112px;
}
@media (max-width: 1280px) {
  #gallery-page .section-container {
    padding: 64px 24px;
  }
}
@media (max-width: 1024px) {
  #gallery-page .section-container {
    padding: 32px 16px;
  }
}
#gallery-page .page-title-wrapper {
  padding-bottom: 16px;
}
@media (max-width: 576px) {
  #gallery-page .page-title-wrapper {
    padding-bottom: 24px;
  }
}
#gallery-page .page-title-wrapper:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 65px;
  border: 1px solid #FF5C35;
  background: #FF5C35;
}
@media (max-width: 576px) {
  #gallery-page .page-title-wrapper:after {
    width: 32px;
  }
}
#gallery-page .gallery-filter {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin-bottom: 64px;
  overflow-x: auto;
  flex-wrap: nowrap;
}
#gallery-page .gallery-filter::-webkit-scrollbar {
  display: none;
}
@media (max-width: 991.98px) {
  #gallery-page .gallery-filter {
    margin-bottom: 40px;
  }
}
@media (max-width: 576px) {
  #gallery-page .gallery-filter {
    margin-bottom: 32px;
    justify-content: space-between;
  }
}
#gallery-page .gallery-filter .filter-option {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #929497;
  transition: 0.3s;
  padding: 0 28px;
  cursor: pointer;
  flex: 0 0 auto;
}
@media (max-width: 576px) {
  #gallery-page .gallery-filter .filter-option {
    padding: 0 10px;
  }
}
@media (max-width: 576px) {
  #gallery-page .gallery-filter .filter-option {
    padding: 0 24px 0 0;
    font-size: 14px;
  }
}
#gallery-page .gallery-filter .filter-option.active,
#gallery-page .gallery-filter .filter-option:hover {
  color: #232528;
}
#gallery-page .gallery-photo-list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 24px);
  margin: 0 -12px;
  min-height: 300px;
}
@media (max-width: 576px) {
  #gallery-page .gallery-photo-list {
    width: calc(100% + 16px);
    margin: 0 -8px;
  }
}
#gallery-page .gallery-photo-list .gallery-photo {
  width: calc(100% / 4 - 24px);
  margin: 0 12px 24px;
  border-radius: 4px;
  overflow: hidden;
  display: none;
}
@media (max-width: 991.98px) {
  #gallery-page .gallery-photo-list .gallery-photo {
    width: calc(100% / 3 - 24px);
  }
}
@media (max-width: 576px) {
  #gallery-page .gallery-photo-list .gallery-photo {
    width: calc(50% - 16px);
    margin: 0 8px 24px;
  }
}
#gallery-page .gallery-photo-list .gallery-photo.active {
  display: block;
}
#gallery-page .gallery-photo-list .gallery-photo.active .photo {
  animation: filterPhoto 0.5s forwards;
}
#gallery-page .gallery-photo-list .gallery-photo .photo {
  width: 100%;
  overflow: hidden;
  position: relative;
}
#gallery-page .gallery-photo-list .gallery-photo .button-outline,
#gallery-page .gallery-photo-list .gallery-photo .button-white {
  text-align: center;
  width: 100%;
  max-width: unset;
  font-size: 14px;
  font-weight: 600;
  padding: 11px;
  line-height: 24px;
  margin: 8px 0;
}
@media (max-width: 576px) {
  #gallery-page .gallery-photo-list .gallery-photo .button-outline,
  #gallery-page .gallery-photo-list .gallery-photo .button-white {
    font-size: 12px;
    font-weight: 500;
    padding: 3px;
  }
}
#gallery-page .gallery-photo-list .gallery-photo .button-outline {
  border-color: #fff;
  background: 0 0;
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  #gallery-page .gallery-photo-list .gallery-photo .button-outline:hover {
    background: #fff;
    color: #3578ea;
    border-color: #3578ea;
  }
}
#gallery-page .button-outline.view-more {
  margin: 8px auto 0;
  font-size: 14px;
  padding: 14px 20px;
  line-height: 14px;
  width: 100%;
  max-width: 250px;
  display: none;
}
#gallery-page .button-outline.view-more.active {
  display: block;
}
#gallery-page .button-outline.view-more:focus {
  outline: 0;
}
#gallery-section .gallery-type-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
  width: calc(100% + 24px);
  margin: 0 -12px;
}
@media (max-width: 991.98px) {
  #gallery-section .gallery-type-list {
    width: calc(100% + 16px);
    margin: 0 -8px;
  }
}
#gallery-section .gallery-type {
  width: calc(100% / 6 - 24px);
  margin: 0 12px;
}
@media (max-width: 991.98px) {
  #gallery-section .gallery-type {
    width: calc(100% / 5 - 16px);
    margin: 0 8px;
  }
}
@media (max-width: 576px) {
  #gallery-section .gallery-type {
    width: calc(50% - 16px);
    margin-bottom: 16px;
  }
}
@media (max-width: 991.98px) {
  #gallery-section .gallery-type:nth-child(6) {
    display: none;
  }
}
@media (max-width: 576px) {
  #gallery-section .gallery-type:nth-child(5) {
    display: none;
  }
}
#gallery-section .gallery-link {
  display: block;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}
#gallery-section .button-outline {
  padding: 14px 30px;
  max-width: max-content;
  margin: 48px auto 0;
  line-height: 14px;
}
@media (max-width: 576px) {
  #gallery-section .button-outline {
    margin-top: 16px;
    font-size: 12px;
  }
}
#seeMoreBtn{
  color:  #4475F2;
font-family: Inter;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: normal;
outline: 0;
border: none;
background: none;
display: flex;
align-items: center;
justify-content: center;
}

#design {
  background: #3578ea;
  padding: 112px 56px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  #design {
    padding: 48px 20px;
  }
}
@media (max-width: 576px) {
  #design {
    padding: 32px 16px 24px;
  }
}
#design:after,
#design:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: cover;
  height: 780px;
  height: calc(100% + 200px);
  width: 30%;
}
@media (max-width: 576px) {
  #design:after,
  #design:before {
    height: calc(100% + 50px);
  }
}
#design:after {
  right: 0;
  background-image: url(/uploads/12046237/File/embroidery/assets/pattern-2.svg);
  background-position-x: left;
}
#design:before {
  left: 0;
  background-image: url(/uploads/12046237/File/embroidery/assets/pattern-1.svg);
  background-position-x: right;
}
#design .sticker {
  position: absolute;
  z-index: 1;
}
#design .sticker img {
  width: 100%;
  object-fit: contain;
}
#design .sticker.burger {
  width: 82px;
  top: 45px;
  left: 80px;
}
@media (max-width: 991.98px) {
  #design .sticker.burger {
    width: 48px;
    top: 24px;
    left: 24px;
  }
}
@media (max-width: 576px) {
  #design .sticker.burger {
    width: 40px;
    top: 12px;
    left: 0;
  }
}
#design .sticker.starbucks {
  width: 90px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991.98px) {
  #design .sticker.starbucks {
    width: 64px;
    right: 16px;
    transform: translateY(-100%);
  }
}
@media (max-width: 576px) {
  #design .sticker.starbucks {
    width: 32px;
    right: 8px;
    top: 16px;
    transform: unset;
  }
}
#design .sticker.baseball {
  width: 110px;
  bottom: 40px;
  right: 25%;
}
@media (max-width: 991.98px) {
  #design .sticker.baseball {
    width: 48px;
    bottom: 16px;
    right: 15%;
  }
}
@media (max-width: 576px) {
  #design .sticker.baseball {
    display: none;
  }
}
#design .sticker.friends {
  width: 168px;
  bottom: 95px;
  left: 15%;
}
@media (max-width: 991.98px) {
  #design .sticker.friends {
    left: 40px;
    width: 37px;
    bottom: 30px;
  }
}
@media (max-width: 576px) {
  #design .sticker.friends {
    display: none;
  }
}
#design .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 10;
}
#design .content .title {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  margin-bottom: 64px;
}
@media (max-width: 991.98px) {
  #design .content .title {
    max-width: calc(100% - 60px);
    font-size: 24px;
    line-height: 29px;
    margin: 0 auto 40px;
  }
}
@media (max-width: 576px) {
  #design .content .title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 32px;
  }
}

#design .btn-outline {
  background: #fff;
  border: 1px solid #ff5c35;
  border-radius: 26px;
  color: #ff5c35;
  transition: 0.3s;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  font-family: Poppins !important;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.02);
  display: block;
  font-size: 16px;
  line-height: 22px;
  padding: 12px 24px;
  margin: 0 8px;
  text-align: center;
  max-width: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

#design .btn-outline:hover {
  color: #fff;
  background: #ff5c35;
}
@media (max-width: 576px) {
  #design .content .button-wrapper {
    justify-content: space-between;
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
  }
  #design .btn-outline {
    font-size: 13px;
    padding: 8px;
    margin: 0 auto;
    width: calc(50% - 8px);
  }
}
#gallery-page .button-outline.view-more {
  margin: 8px auto 0;
  font-size: 14px;
  padding: 14px 20px;
  line-height: 14px;
  width: 100%;
  max-width: 250px;
  display: none;
}
#gallery-page .button-outline.view-more.active {
  display: block;
}
#gallery-page .button-outline.view-more:focus {
  outline: 0;
}