/*#region CUSTOM TSHIRT PAGE  */
#custom-tshirts .section-wrapper {
  max-width: 1440px;
  box-sizing: content-box !important;
  margin: 0 auto;
  padding: 0 64px;
}

b {
  font-weight: bold !important;
}

@media (max-width: 1280px) {
  #custom-tshirts .section-wrapper {
    padding: 0 24px;
  }
}

@media (max-width: 1024px) {
  #custom-tshirts .section-wrapper {
    padding: 0 16px;
  }
}

#custom-tshirts-intro {
  position: relative;
}

@media (max-width: 1024px) {
  #custom-tshirts-intro {
    padding: 16px 0 72px;
  }
}

@media (max-width: 767.98px) {
  #custom-tshirts-intro {
    padding: 16px 0px 0px;
  }
}

/*#endregion END OF CUSTOM TSHIRT PAGE  */

/*#region CUSTOM TSHIRTS INTRO */
#custom-tshirts-intro .intro_wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

@media (max-width: 1260px) {
  #custom-tshirts-intro .intro_wrapper {
    padding: 0;
  }
}

@media (max-width: 767.98px) {
  #custom-tshirts-intro .intro_wrapper {
    flex-direction: column;
    padding-bottom: 50px;
    align-items: center;
  }
}

#custom-tshirts-intro .section-subtitle {
  color: #232528;
  margin-bottom: 16px;
}

#custom-tshirts-intro .mob-title {
  display: none;
  color: #1c244b;
  text-align: center;
  margin-bottom: 24px;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.42px;
}

@media (max-width: 767.98px) {
  #custom-tshirts-intro .mob-title {
    display: block;
  }
}

#custom-tshirts-intro .intro-content {
  width: 45%;
  padding-top: 65px;
  margin-bottom: 138px;
}

@media (max-width: 1024px) {
  #custom-tshirts-intro .intro-content {
    padding: 0;
    width: 50%;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media (max-width: 767.98px) {
  #custom-tshirts-intro .intro-content {
    width: 100%;
    order: 3;
  }
}

#custom-tshirts-intro .intro-content .title {
  color: #1c244b;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 32px;
}

@media (max-width: 1200px) {
  #custom-tshirts-intro .intro-content .title {
    font-size: 32px;
  }
}

@media (max-width: 1024px) {
  #custom-tshirts-intro .intro-content .title {
    font-size: 32px;
    font-weight: 700;
    line-height: 60px;
  }
}

@media (max-width: 767.98px) {
  #custom-tshirts-intro .intro-content .title {
    display: none;
  }
}

#custom-tshirts-intro .intro-content .intro-features {
  list-style: none;
  padding: 0;
  margin-bottom: 44px;
}

@media (max-width: 767.98px) {
  #custom-tshirts-intro .intro-content .intro-features {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 3;
    margin-bottom: 32px;
  }
}

#custom-tshirts-intro .intro-content .intro-features .feature {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  padding-left: 28px;
  color: #232528;
  margin-bottom: 12px;
}

#custom-tshirts-intro .intro-content .intro-features .feature:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  #custom-tshirts-intro .intro-content .intro-features .feature {
    margin-bottom: 16px;
    font-size: 20px;
  }
}

#custom-tshirts-intro .intro-content .intro-features .feature:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-image: url("/uploads/12037607/File/embroidery/assets/tick-green.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
}

#custom-tshirts-intro .intro-content .button-wrapper {
  display: flex;
  align-items: center;
}

@media (max-width: 767.98px) {
  #custom-tshirts-intro .intro-content .button-wrapper {
    justify-content: center;
  }
}

#custom-tshirts-intro .intro-content .button-blue {
  padding: 10px;
  width: 50%;
  max-width: 242px;
  font-weight: 600;
  font-size: 18px;
  line-height: 29px;
  border-radius: 26px;
  text-align: center;
  height: 52px;
}

#custom-tshirts-intro .intro-content .button-outline {
  padding: 10px;
  width: 50%;
  max-width: 242px;
  font-weight: 600;
  font-size: 18px;
  line-height: 29px;
  border-radius: 26px;
  text-align: center;
  height: 52px;
  margin-left: 16px;
}

#custom-tshirts-intro .intro-content .button-blue:hover {
  color: #fff;
  text-decoration: none;
}

#custom-tshirts-intro .intro-content .button-blue.v-mob {
  display: none;
}

@media (max-width: 1024px) and (min-width: 767.98px) {
  #custom-tshirts-intro .intro-content .button-blue {
    max-width: 185px;
    font-size: 16px;
    height: 44px;
    line-height: 20px;
  }

  #custom-tshirts-intro .intro-content .button-outline {
    max-width: 185px;
    font-size: 16px;
    height: 44px;
    line-height: 20px;
  }
}

@media (max-width: 767.98px) {
  #custom-tshirts-intro .intro-content .button-blue {
    width: 100%;
    max-width: unset;
  }

  #custom-tshirts-intro .intro-content .button-blue.v-mob {
    display: block;
  }

  #custom-tshirts-intro .intro-content .button-blue.v-pc {
    display: none;
  }

  #custom-tshirts-intro .intro-content .button-outline.v-pc {
    display: none;
  }
}

#custom-tshirts-intro .intro-photo {
  width: 55%;
  height: 470px;
  position: relative;
}

@media (max-width: 1024px) {
  #custom-tshirts-intro .intro-photo {
    height: unset;
    width: 50%;
  }
}

@media (max-width: 767.98px) {
  #custom-tshirts-intro .intro-photo {
    order: 2;
    height: unset;
    width: 100%;
    margin-bottom: 24px;
  }
}

#custom-tshirts-intro .intro-photo .main-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

#custom-tshirts-intro .intro-photo .main-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
}

#custom-tshirts-intro .intro-photo .main-image img.ipad-main-image,
#custom-tshirts-intro .intro-photo .main-image img.mob-main-image {
  display: none;
}

@media (max-width: 1024px) {
  #custom-tshirts-intro .intro-photo .main-image img.desktop-main-image {
    display: none;
  }

  #custom-tshirts-intro .intro-photo .main-image img.ipad-main-image {
    display: block;
  }
}

@media (max-width: 767.98px) {
  #custom-tshirts-intro .intro-photo .main-image img.ipad-main-image {
    display: none;
  }

  #custom-tshirts-intro .intro-photo .main-image img.mob-main-image {
    display: block;
  }
}

#custom-tshirts-intro .delivery-options-container {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  width: calc(100% - 128px);
  z-index: 4;
  max-width: 1440px;
}

@media (max-width: 1280px) {
  #custom-tshirts-intro .delivery-options-container {
    width: calc(100% - 48px);
  }
}

@media (max-width: 1024px) {
  #custom-tshirts-intro .delivery-options-container {
    width: calc(100% - 32px);
  }
}

@media (max-width: 767.98px) {
  #custom-tshirts-intro .delivery-options-container {
    background: #fff;
    padding: 40px 0;
    position: relative;
    transform: unset;
    left: unset;
    width: 100%;
  }
}

#custom-tshirts-intro .delivery-options-container .delivery-title {
  font-weight: 600;
  font-size: 26px;
  line-height: 38px;
  color: #1c244b;
  text-align: center;
  margin-bottom: 24px;
}

@media (min-width: 767.98px) {
  #custom-tshirts-intro .delivery-options-container .delivery-title {
    display: none;
  }
}

#custom-tshirts-intro .delivery-options-container .delivery-options {
  background: #fff;
  border: 1px solid #e8e9ea;
  box-shadow: 0px 9px 26px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  padding: 10px 0;
  display: flex;
}

@media (max-width: 1024px) {
  #custom-tshirts-intro .delivery-options-container .delivery-options {
    padding: 7px 0;

    border: 0.5px solid #e8e9ea;
    box-shadow: 0px 5px 14px 0px rgba(0, 0, 0, 0.05);
  }
}

@media (max-width: 767.98px) {
  #custom-tshirts-intro .delivery-options-container .delivery-options {
    flex-direction: column;
    border: none;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
  }
}

#custom-tshirts-intro .delivery-options-container .delivery-options .delivery-opt {
  width: calc(100% / 3);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px 0;
}

@media (max-width: 1024px) {
  #custom-tshirts-intro .delivery-options-container .delivery-options .delivery-opt {
    padding: 15px 0;
  }
}

@media (max-width: 767.98px) {
  #custom-tshirts-intro .delivery-options-container .delivery-options .delivery-opt {
    width: 100%;
    padding: 8px 0;
    justify-content: flex-start;
  }
}

#custom-tshirts-intro .delivery-options-container .delivery-options .delivery-opt:not(:last-child) {
  border-right: 1px solid #f4f5f7;
}

@media (max-width: 767.98px) {
  #custom-tshirts-intro .delivery-options-container .delivery-options .delivery-opt:not(:last-child) {
    border-bottom: 1px solid #f4f5f7;
    border-right: none;
  }
}

#custom-tshirts-intro .delivery-options-container .delivery-options .delivery-opt .photo {
  width: 65px;
  height: 65px;
  margin-right: 16px;
}

@media (max-width: 1024px) and (min-width: 767.98px) {
  #custom-tshirts-intro .delivery-options-container .delivery-options .delivery-opt .photo {
    width: 47px;
    height: 47px;
    margin-right: 8px;
  }
}

@media (max-width: 767.98px) {
  #custom-tshirts-intro .delivery-options-container .delivery-options .delivery-opt .photo {
    width: 86px;
    height: 86px;
  }
}

#custom-tshirts-intro .delivery-options-container .delivery-options .delivery-opt .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#custom-tshirts-intro .delivery-options-container .delivery-options .delivery-opt .content {
  max-width: calc(100% - 102px);
}

@media (max-width: 1024px) and (min-width: 767.98px) {
  #custom-tshirts-intro .delivery-options-container .delivery-options .delivery-opt .content {
    max-width: calc(100% - 55px);
  }
}

#custom-tshirts-intro .delivery-options-container .delivery-options .delivery-opt .content .title {
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.02em;
  color: #000;
  margin-bottom: 10px;
}

@media (max-width: 1024px) and (min-width: 767.98px) {
  #custom-tshirts-intro .delivery-options-container .delivery-options .delivery-opt .content .title {
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 5px;
  }
}

#custom-tshirts-intro .delivery-options-container .delivery-options .delivery-opt .content .detail {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #555e6d;
}

@media (max-width: 1024px) and (min-width: 768px) {
  #custom-tshirts-intro .delivery-options-container .delivery-options .delivery-opt .content .detail {
    font-size: 10px;
    line-height: 12px;
  }
}

@media (max-width: 767.98px) {
  #custom-tshirts-intro .delivery-options-container .delivery-options .delivery-opt .content .detail {
    font-size: 16px;
    line-height: 19px;
  }
}

#custom-tshirts-intro .delivery-options-container .delivery-options .delivery-opt .content .detail a {
  font-weight: 600;
  color: #005eff;
  font-size: 14px;
  line-height: 17px;
  text-decoration: none;
}

@media (max-width: 1024px) and (min-width: 768px) {
  #custom-tshirts-intro .delivery-options-container .delivery-options .delivery-opt .content .detail a {
    font-size: 10px;
    line-height: 12px;
  }
}

@media (max-width: 767.98px) {
  #custom-tshirts-intro .delivery-options-container .delivery-options .delivery-opt .content .detail a {
    font-size: 16px;
    line-height: 19px;
  }
}

#custom-tshirts-intro .delivery-options-container .delivery-options .delivery-opt .content .detail span {
  font-weight: 600;
  color: #1c244b;
}

/*#endregion END OF CUSTOM TSHIRTS INTRO */

/*#region CUSTOM TSHIRT PRODUCTS */
#custom-tshirt-products {
  padding: 165px 0 58px;
  background-color: #f7f8fa;
}

#custom-tshirt-products .section-wrapper {
  padding-top: 0 !important;
}

@media (max-width: 1024px) {
  #custom-tshirt-products {
    padding: 96px 0 40px;
  }
}

@media (max-width: 767.98px) {
  #custom-tshirt-products {
    padding: 40px 0 32px;
  }
}

#custom-tshirt-products .section-title-box {
  margin-bottom: 38px;
}

@media (max-width: 1024px) {
  #custom-tshirt-products .section-title-box {
    margin-bottom: 14px;
  }
}

@media (max-width: 767.98px) {
  #custom-tshirt-products .section-title-box {
    margin-bottom: 16px;
  }
}

#custom-tshirt-products .section-title {
  color: #1c244b;
  font-size: 32px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 12px !important;
  text-align: center;
}

@media (max-width: 1024px) {
  #custom-tshirt-products .section-title {
    font-size: 24px;
  }
}

#custom-tshirt-products .section-subtitle {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #172640;
  font-size: 20px;
  line-height: 28px;
}

@media (max-width: 1024px) {
  #custom-tshirt-products .section-subtitle {
    font-size: 16px;
  }
}

#custom-tshirt-products .products-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 24px);
  margin: 0 -12px;
}

@media (max-width: 1024px) {
  #custom-tshirt-products .products-wrapper {
    width: calc(100% + 20px);
    margin: 0 -10px;
  }
}

#custom-tshirt-products .products-wrapper .home-product-card {
  width: calc(100% / 4 - 24px);
  position: relative;
  height: 262px;
  background: #fff;
  margin: 12px;
  text-decoration: none;
  padding: 60px 20px 0 20px;
  transition: 0.3s;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
  /*new*/
  border-radius: 6px;
}

@media (max-width: 1280px) and (min-width: 1025px) {
  #custom-tshirt-products .products-wrapper .home-product-card {
    height: 220px;
  }
}

@media (max-width: 1024px) {
  #custom-tshirt-products .products-wrapper .home-product-card {
    width: calc(100% / 2 - 20px);
    margin: 10px;
    height: 200px;
    border-radius: 4px;
    padding: 45px 12px 0 12px;
  }
}

@media (max-width: 767.98px) {
  #custom-tshirt-products .products-wrapper .home-product-card {
    height: 184px;
    padding: 55px 4px 0 4px;
    margin: 8px 10px;
  }

  #custom-tshirt-products .products-wrapper .home-product-card:first-of-type,
  #custom-tshirt-products .products-wrapper .home-product-card:last-of-type {
    width: 100%;
    height: 240px;
  }
}

@media (hover: hover) and (pointer: fine) {
  #custom-tshirt-products .products-wrapper .home-product-card:hover {
    box-shadow: 0px 5px 15px 0px rgba(2, 41, 107, 0.39);
  }
}

#custom-tshirt-products .products-wrapper .home-product-card .photo {
  height: 100%;
}

#custom-tshirt-products .products-wrapper .home-product-card .photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
}

#custom-tshirt-products .products-wrapper .home-product-card .name {
  color: #0b1629;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  position: absolute;
  top: 16px;
  left: 0;
  width: 100%;
  padding: 0 4px;
  text-align: center;
}

@media (max-width: 1024px) {
  #custom-tshirt-products .products-wrapper .home-product-card .name {
    line-height: normal;
    font-size: 16px;
  }
}

@media (max-width: 1024px) {
  #custom-tshirt-products .products-wrapper .home-product-card .name {
    font-size: 16px;
    line-height: 19px;
  }
}

/*#endregion END OF CUSTOM TSHIRT PRODUCTS */

/*#region PRODUCT DESIGN BANNER */
#product-design-banner {
  background-color: #003ca3;
  padding: 70px 0;
  position: relative;
}

@media (max-width: 1024px) {
  #product-design-banner {
    padding: 50px 0;
  }
}

@media (max-width: 767.98px) {
  #product-design-banner {
    padding: 58px 0;
  }
}

#product-design-banner .section-wrapper .line-l,
#product-design-banner .section-wrapper .line-s {
  position: absolute;
  display: none;
}

@media (max-width: 1024px) {

  #product-design-banner .section-wrapper .line-l,
  #product-design-banner .section-wrapper .line-s {
    display: block;
  }
}

#product-design-banner .section-wrapper .line-s {
  left: 66px;
  bottom: 28px;
  width: 8px;
  height: 8px;
}

@media (max-width: 767.98px) {
  #product-design-banner .section-wrapper .line-s {
    width: 6px;
    height: 6px;
    left: 81px;
    bottom: 6px;
    transform: rotate(55deg);
  }
}

#product-design-banner .section-wrapper .line-s:last-of-type {
  right: 14px;
  bottom: 23px;
  left: unset;
}

@media (max-width: 767.98px) {
  #product-design-banner .section-wrapper .line-s:last-of-type {
    transform: unset;
    right: 17px;
    bottom: 162px;
  }
}

#product-design-banner .section-wrapper .line-l {
  top: 60px;
  left: 15px;
  width: 19px;
  height: 19px;
}

@media (max-width: 767.98px) {
  #product-design-banner .section-wrapper .line-l {
    width: 14px;
    height: 14px;
    left: 8px;
    bottom: 46px;
    top: unset;
    transform: rotate(55deg);
  }
}

#product-design-banner .section-wrapper .line-l:nth-of-type(2) {
  right: 49px;
  top: 66px;
  left: unset;
}

@media (max-width: 767.98px) {
  #product-design-banner .section-wrapper .line-l:nth-of-type(2) {
    top: 8px;
    right: 44px;
    transform: unset;
  }
}

#product-design-banner .section-wrapper .section-title {
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 36px;
}

@media (max-width: 1024px) {
  #product-design-banner .section-wrapper .section-title {
    font-size: 32px;
    margin-bottom: 24px;
  }
}

@media (max-width: 767.98px) {
  #product-design-banner .section-wrapper .section-title {
    font-size: 24px;
    margin-bottom: 32px;
  }
}

#product-design-banner .section-wrapper .section-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

#product-design-banner .section-wrapper .section-btns div {
  flex: 1;
}

@media (max-width: 767.98px) {
  #product-design-banner .section-wrapper .section-btns div {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 767.98px) {
  #product-design-banner .section-wrapper .section-btns {
    flex-direction: column;
    margin: 0 auto;
    gap: 0;
  }
}

#product-design-banner .section-wrapper .section-btns a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  text-decoration: none;
  height: 50px;
  border-radius: 25px;
  transition: 0.3s;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  padding: 10px;
  border: 1px solid #f6faff;
}

@media (min-width: 768px) and (max-width: 1024px) {
  #product-design-banner .section-wrapper .section-btns a {
    font-size: 16px;
    height: 44px;
  }
}

@media (max-width: 767.98px) {
  #product-design-banner .section-wrapper .section-btns a {
    width: 100%;
    height: 52px;
  }
}

#product-design-banner .section-wrapper .section-btns .design-btn {
  color: #3578ea;
  background: #f6faff;
  width: 223px;
  float: right;
}

#product-design-banner .section-wrapper .section-btns .design-btn svg {
  display: none;
}

@media (max-width: 1024px) {
  #product-design-banner .section-wrapper .section-btns .design-btn {
    width: 169px;
  }
}

@media (max-width: 767.98px) {
  #product-design-banner .section-wrapper .section-btns .design-btn {
    max-width: 256px;
    width: 100%;
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
  }

  #product-design-banner .section-wrapper .section-btns .design-btn svg {
    display: block;
  }
}

#product-design-banner .section-wrapper .section-btns .quick-quote-btn {
  color: #f6faff;
  width: 196px;
}

@media (max-width: 1024px) {
  #product-design-banner .section-wrapper .section-btns .quick-quote-btn {
    width: 144px;
  }
}

@media (max-width: 767.98px) {
  #product-design-banner .section-wrapper .section-btns .quick-quote-btn {
    display: none;
  }
}

@media (hover: hover) and (pointer: fine) {
  #product-design-banner .section-wrapper .section-btns .design-btn:hover {
    color: #f6faff;
    background: transparent;
  }

  #product-design-banner .section-wrapper .section-btns .quick-quote-btn:hover {
    background-color: #f6faff;
    color: #3578ea;
  }
}

@media (hover: hover) and (pointer: fine) and (max-width: 767.98px) {
  #product-design-banner .section-wrapper .section-btns .design-btn:hover {
    background-color: #f6faff;
    color: #3578ea;
  }

  #product-design-banner .section-wrapper .section-btns .design-btn:hover svg>path {
    stroke: #3578ea;
  }
}

/*#endregion END OF PRODUCT DESIGN BANNER */

/*#region GALLERY SECTION */
#custom-tshirt-gallery {
  padding: 70px 0;
  /* background-color: #F7F8FA; */
}

@media (max-width: 1024px) {
  #custom-tshirt-gallery {
    padding: 50px 0;
  }
}

#custom-tshirt-gallery .section-title {
  font-size: 36px;
  font-weight: 700 !important;
  text-transform: capitalize;
  line-height: normal;
  text-align: center;
  margin-bottom: 12px !important;
  font-family: "Geologica", sans-serif !important;
  color: #1c244b;
}

@media only screen and (max-width: 768px) {
  #custom-tshirt-gallery .section-title {
    font-size: 28px;
    font-weight: 600 !important;
  }
}

#custom-tshirt-gallery .section-subtitle {
  color: #172640;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  letter-spacing: -0.24px;
  width: 63%;
  margin: 0 auto 50px !important;
}

@media only screen and (max-width: 768px) {
  #custom-tshirt-gallery .section-subtitle {
    width: 100%;
    margin: 0 auto 40px;
  }
}


#custom-tshirt-gallery .gallery-container {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 16px;
  margin-bottom: 44px;
}

@media (max-width: 767.98px) {
  #custom-tshirt-gallery .gallery-container {
    margin-bottom: 32px;
  }
}

#custom-tshirt-gallery .gallery-container .gallery-item {
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #e6e8ea;
  box-shadow: 0px 1px 2px 0px rgba(13, 16, 45, 0.1);
  position: relative;
  cursor: pointer;
}

#custom-tshirt-gallery .gallery-container .gallery-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.8s;
}

#custom-tshirt-gallery .gallery-container .gallery-item:hover::after {
  background-color: rgba(0, 0, 0, 0.5);
}

#custom-tshirt-gallery .gallery-container .gallery-item img {
  height: 100%;
  width: 100%;
}

#custom-tshirt-gallery .gallery-container .gallery-item:first-of-type {
  grid-row: 1/3;
}

@media (max-width: 767.98px) {
  #custom-tshirt-gallery .gallery-container .gallery-item:first-of-type {
    grid-column: 1/4;
  }
}

@media (max-width: 767.98px) {
  #custom-tshirt-gallery .gallery-container .gallery-item {
    gap: 14px;
  }

  #custom-tshirt-gallery .gallery-container .gallery-item:nth-of-type(2),
  #custom-tshirt-gallery .gallery-container .gallery-item:nth-of-type(4) {
    grid-column: 1/2;
  }

  #custom-tshirt-gallery .gallery-container .gallery-item:nth-of-type(3),
  #custom-tshirt-gallery .gallery-container .gallery-item:nth-of-type(5) {
    grid-column: 2/4;
  }
}

#custom-tshirt-gallery .view-btn {
  display: flex;
  border-radius: 30px;
  border: 1px solid #3578ea;
  width: 232px;
  padding: 10px;
  height: 48px;
  color: #3578ea;
  text-align: center;
  font-family: Inter, "sans-serif";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  text-decoration: none;
}

@media (hover: hover) and (pointer: fine) {
  #custom-tshirt-gallery .view-btn:hover {
    background-color: #3578ea;
    color: #fff;
  }
}

/*#endregion END OF GALLERY SECTION */

/*#region LIGHTBOX GALLERY POPUP */
.lightbox {
  position: fixed;
  display: none;
  background-color: rgba(35, 37, 40, 0.9);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1000000000000;
  animation: fadeIn 0.5s forwards;
}

.lightbox .lightbox-content {
  width: 100%;
  height: calc(100% - 200px);
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

@media (max-width: 1440px) {
  .lightbox .lightbox-content {
    height: calc(100% - 120px);
  }
}

@media (max-width: 1024px) {
  .lightbox .lightbox-content {
    padding: 16px;
    justify-content: space-between;
    gap: 12px;
  }
}

@media (max-width: 767.98px) {
  .lightbox .lightbox-content {
    padding: 16px 0;
    gap: 0px;
  }
}

.lightbox .lightbox-content .gallery-img {
  width: calc(100% - 64px);
  max-width: 1000px;
  height: 100%;
}

@media (max-width: 1440px) {
  .lightbox .lightbox-content .gallery-img {
    max-width: 750px;
  }
}

@media (max-width: 767.98px) {
  .lightbox .lightbox-content .gallery-img {
    max-width: unset;
    width: 100%;
  }
}

.lightbox .lightbox-content .gallery-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  border-radius: 4px;
}

.lightbox .lightbox-content .lightbox-prev,
.lightbox .lightbox-content .lightbox-next {
  height: 100%;
  width: calc(50% - 500px);
  min-width: 56px;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 56px;
}

@media (max-width: 1440px) {

  .lightbox .lightbox-content .lightbox-prev,
  .lightbox .lightbox-content .lightbox-next {
    width: calc(50% - 375px);
  }
}

@media (max-width: 1024px) {

  .lightbox .lightbox-content .lightbox-prev,
  .lightbox .lightbox-content .lightbox-next {
    min-width: unset;
    width: 36px;
    height: 36px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 2px;
  }
}

@media (max-width: 767.98px) {

  .lightbox .lightbox-content .lightbox-prev,
  .lightbox .lightbox-content .lightbox-next {
    position: absolute;
    z-index: 4;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media (min-width: 1025px) {
  .lightbox .lightbox-content .lightbox-prev {
    padding-left: 24px;
  }
}

@media (max-width: 767.98px) {
  .lightbox .lightbox-content .lightbox-prev {
    left: 16px;
  }
}

@media (min-width: 1025px) {
  .lightbox .lightbox-content .lightbox-next {
    padding-right: 24px;
  }
}

@media (max-width: 767.98px) {
  .lightbox .lightbox-content .lightbox-next {
    right: 16px;
  }
}

.lightbox .lightbox-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 24px;
}

@media (max-width: 1024px) {
  .lightbox .lightbox-header {
    padding: 14px 16px;
  }
}

.lightbox .lightbox-header .lightbox-close {
  cursor: pointer;
}

.lightbox .lightbox-header .slide-number {
  color: #d6d7d9;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

/*#endregion END OF LIGHTBOX GALLERY POPUP */

/*#region Service section */
.landing-services {
  padding: 70px 0;
  background-color: #F7F8FA;
}

@media only screen and (max-width: 768px) {
  .landing-services {
    padding: 50px 0;
  }
}

.landing-services .section-title {
  font-size: 36px;
  font-weight: 700 !important;
  text-transform: capitalize;
  line-height: normal;
  text-align: center;
  margin-bottom: 12px !important;
  font-family: "Geologica", sans-serif !important;
  color: #1c244b;
}

@media only screen and (max-width: 768px) {
  .landing-services .section-title {
    font-size: 28px;
    font-weight: 600 !important;
  }
}

.landing-services .section-subtitle {
  color: #172640;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  letter-spacing: -0.24px;
  width: 63%;
  margin: 0 auto 50px !important;
}

@media only screen and (max-width: 768px) {
  .landing-services .section-subtitle {
    width: 100%;
    margin: 0 auto 40px;
  }
}

.landing-services .service-container {
  overflow-x: auto;
}

.landing-services .service-container::-webkit-scrollbar-track {
  background: transparent !important;
}

.landing-services .service-container::-webkit-scrollbar-thumb {
  background: transparent !important;
}

.landing-services .service-container::-webkit-scrollbar {
  width: 12px;
  height: 5px;
}

.landing-services .service {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  min-width: max-content;
  border-bottom: 5px solid #E8E9EA;
  position: relative;
  margin-bottom: 25px;
}

.landing-services .service::before {
  content: '';
  height: 5px;
  width: var(--before-width, 50px);
  background-color: #3578EA;
  position: absolute;
  bottom: -5px;
  left: var(--before-left, 0);
  transition: left 0.3s ease;
}

.landing-services .service-type {
  color: #172640;
  font-size: 17px;
  font-weight: 500;
  line-height: 23.8px;
  text-align: center;
  padding: 15px 0;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .landing-services .service-type {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
  }
}

.landing-services .service-type.active {
  color: #003CA3;
}

.landing-services .content-item {
  display: flex;
  gap: 14px;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: opacity 0.5s ease;
}

.landing-services .content-item-text {
  width: calc((100% - 14px) * 0.62);
  padding: 24px 20px;
  border-radius: 4px;
  background: #EBF2FE;
  height: max-content;
}

@media only screen and (max-width: 768px) {
  .landing-services .content-item-text {
    width: 100%;
    padding: 20px;
  }
}

.landing-services .content-item-text .desc {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 24px;
}

.landing-services .content-item-text .desc ul {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.landing-services .content-item-text .desc li ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-left: 15px;
  padding-top: 15px;
}

.landing-services .content-item-text .desc p,
.landing-services .content-item-text .desc li {
  color: #1C244B;
  font-family: "Georgia", sans-serif !important;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}

.landing-services .content-item-text .desc b,
.landing-services .content-item-text .desc em {
  font-family: "Georgia", sans-serif !important;
  font-size: 15px;
}

.landing-services .content-item-text .desc em {
  font-style: italic !important;
}

.landing-services .content-item-text .desc a {
  text-decoration: underline;
  color: #1C244B !important;
  font-family: "Georgia", sans-serif !important;
}

.landing-services .content-item-text a.btn {
  width: 270px;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  padding: 14px;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.04);
}

@media only screen and (max-width: 768px) {
  .landing-services .content-item-text a.btn {
    width: 100%;
  }
}

.landing-services .content-item .photo {
  width: calc((100% - 14px) * 0.38);
  padding: 18px;
  background-color: #FFE1B1;
  border-radius: 4px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .landing-services .content-item .photo {
    display: none;
  }
}

.landing-services .content-item .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 300px;
}

.landing-services .content-item.active {
  opacity: 1;
  height: auto;
}

/*#endregion Service section*/

/*#region Why choose*/
.landing-why-choose {
  padding: 70px 0;
  /* background: #f6faff; */
}

@media (max-width: 1024px) {
  .landing-why-choose {
    padding: 50px 0;
  }
}

.landing-why-choose .secondary-title {
  margin-bottom: 28px !important;
  color: #1c244b;
  font-size: 32px;
  font-weight: 700;
  line-height: 51px;
}



@media (max-width: 1024px) {
  .landing-why-choose .secondary-title {
    margin-bottom: 10px;
  }

  .landing-why-choose .secondary-title.v-desktop {
    display: none !important;
  }

  .landing-why-choose .secondary-title.v-mob {
    display: block !important;
  }
}

@media (max-width: 767.98px) {
  .landing-why-choose .secondary-title {
    margin: 0 auto 24px;
    max-width: 625px;
  }
}

.landing-why-choose .content-wrapper {
  display: flex;
  align-items: center;
  gap: 70px;
}

@media (max-width: 1024px) {
  .landing-why-choose .content-wrapper {
    gap: 20px;
  }
}

@media (max-width: 767.98px) {
  .landing-why-choose .content-wrapper {
    flex-direction: column;
    gap: 24px;
  }
}

.landing-why-choose .content-wrapper .section-photo {
  width: 45%;
}

@media (max-width: 1024px) {
  .landing-why-choose .content-wrapper .section-photo {
    width: 47%;
  }
}

@media (max-width: 767.98px) {
  .landing-why-choose .content-wrapper .section-photo {
    width: 100%;
    display: flex;
    justify-content: center;
    max-width: 350px;
  }
}

.landing-why-choose .content-wrapper .section-photo img {
  max-width: 100%;
}

.landing-why-choose .content-wrapper .section-content {
  width: 55%;
}

@media (max-width: 1024px) {
  .landing-why-choose .content-wrapper .section-content {
    width: 53%;
  }
}

@media (max-width: 767.98px) {
  .landing-why-choose .content-wrapper .section-content {
    width: 100%;
  }
}

.landing-why-choose .content-wrapper .section-content .feature-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

@media (max-width: 767.98px) {
  .landing-why-choose .content-wrapper .section-content .feature-list {
    max-width: 625px;
    margin: 0 auto;
  }
}

.landing-why-choose .content-wrapper .section-content .feature-list .feature {
  border-radius: 4px;
  border: 1px solid #e8e9ea;
  background: #fff;
  overflow: hidden;
  list-style: none;
  background-color: #F7F8FA;
}

.landing-why-choose .content-wrapper .section-content .feature-list .feature .f-heading {
  color: #1c244b;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  padding: 12px;
  padding-right: 56px;
  cursor: pointer;
  position: relative;
}

.landing-why-choose .content-wrapper .section-content .feature-list .feature .f-heading::before,
.landing-why-choose .content-wrapper .section-content .feature-list .feature .f-heading::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 2px;
  border-radius: 2px;
  background: #131740;
  top: 50%;
  right: 16px;
}

.landing-why-choose .content-wrapper .section-content .feature-list .feature .f-heading::before {
  transform: translateY(-50%);
}

.landing-why-choose .content-wrapper .section-content .feature-list .feature .f-heading::after {
  transform: rotate(90deg) translateX(-1px);
  transition: transform 0.3s;
}

@media (max-width: 1024px) {
  .landing-why-choose .content-wrapper .section-content .feature-list .feature .f-heading {
    font-size: 14px;
    line-height: 22px;
  }
}

@media (max-width: 767.98px) {
  .landing-why-choose .content-wrapper .section-content .feature-list .feature .f-heading {
    font-size: 17px;
    line-height: 26px;
  }
}

.landing-why-choose .content-wrapper .section-content .feature-list .feature .f-content {
  max-height: 0;
  box-sizing: content-box !important;
  overflow: hidden;
  transition: 0.5s;
  color: #1c244b;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  padding: 0 12px;
}

@media (max-width: 1024px) {
  .landing-why-choose .content-wrapper .section-content .feature-list .feature .f-content {
    font-size: 14px;
    line-height: 22px;
  }
}

@media (max-width: 767.98px) {
  .landing-why-choose .content-wrapper .section-content .feature-list .feature .f-content {
    font-size: 17px;
    line-height: 27px;
  }
}

.landing-why-choose .content-wrapper .section-content .feature-list .feature.active .f-heading {
  background: #3578ea;
  color: #fff;
}

.landing-why-choose .content-wrapper .section-content .feature-list .feature.active .f-heading::before,
.landing-why-choose .content-wrapper .section-content .feature-list .feature.active .f-heading::after {
  background: #fff;
}

.landing-why-choose .content-wrapper .section-content .feature-list .feature.active .f-heading::after {
  transform: rotate(0deg);
}

.landing-why-choose .content-wrapper .section-content .feature-list .feature.active .f-content {
  margin: 8px 0;
}

/*#endregion Why Choose*/

/*#region Design Area Start*/
.landing-design {
  padding: 70px 0;
  background-color: #F7F8FA;
}

@media (max-width: 1024px) {
  .landing-design {
    padding: 50px 0;
  }
}

.landing-design .design-content-boxs-item {
  padding: 16px;
  border-bottom: 1px solid #E8E9EA;
}

.landing-design .design-content-boxs-item .title {
  color: #1C244B;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 29.6px;
  text-transform: capitalize;
  position: relative;
  cursor: pointer;
  padding-right: 35px;
}

@media (max-width: 1024px) {
  .landing-design .design-content-boxs-item .title {
    font-size: 16px;
    line-height: 24px;
  }
}

.landing-design .design-content-boxs-item .title::before {
  content: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M19.9181 8.94922L13.3981 15.4692C12.6281 16.2392 11.3681 16.2392 10.5981 15.4692L4.07812 8.94922" stroke="%23666666" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> </svg>');
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}

.landing-design .design-content-boxs-item-content {
  height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}

.landing-design .design-content-boxs-item-content .subtitle {
  color: #354156;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.6px;
  margin: 16px 0;
}

.landing-design .design-content-boxs-item-content .cards {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

@media only screen and (max-width: 992px) {
  .landing-design .design-content-boxs-item-content .cards {
    gap: 4px;
  }
}

.landing-design .design-content-boxs-item-content .cards-item {
  padding: 20px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #E8E9EA;
  width: calc((100% - 16px * 3) / 4);
}

@media only screen and (max-width: 992px) {
  .landing-design .design-content-boxs-item-content .cards-item {
    width: calc((100% - 4px) / 2);
    padding: 10px;
  }
}

.landing-design .design-content-boxs-item-content .cards-item-photo {
  height: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E8E9EA;
  border-radius: 2px;
}

.landing-design .design-content-boxs-item-content .cards-item-photo img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.landing-design .design-content-boxs-item-content .cards-item-text {
  margin-top: 16px;
  text-align: center;
}

.landing-design .design-content-boxs-item-content .cards-item-text-title {
  color: #354156;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 25.2px;
}

.landing-design .design-content-boxs-item-content .cards-item-text-desc {
  color: #354156;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.6px;
  margin-top: 16px;
}

.landing-design .design-content-boxs-item.active {
  /* background-color: #F3F8FF; */
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #e0e2e4;
  margin: 24px 0;
}

.landing-design .design-content-boxs-item:first-of-type.active {
  margin-top: 0px !important;
}

.landing-design .design-content-boxs-item:last-of-type.active {
  margin-bottom: 0px !important;
}

.landing-design .design-content-boxs-item.active .design-content-boxs-item-content {
  height: auto;
}

.landing-design .design-content-boxs-item.active .title {
  color: #3578EA;
}

.landing-design .design-content-boxs-item.active .title::before {
  content: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M19.9181 8.94922L13.3981 15.4692C12.6281 16.2392 11.3681 16.2392 10.5981 15.4692L4.07812 8.94922" stroke="%233578EA" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> </svg>');
  transform: translateY(-50%) rotate(180deg);
}

.landing-design .design-content-boxs-item-content .description {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.landing-design .design-content-boxs-item-content .description .description-item .description-item-title {
  color: #354156;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 25.2px;
  padding-bottom: 8px;
}

.landing-design .design-content-boxs-item-content .description .description-item .description-item-text {
  color: #354156;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.6px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/*#endregion Design Area End */

/*#region GOOGLE REVIEWS CSS */
#landing-g_reviews {
  padding: 50px 0;
  /* background: #f6faff; */
}

#landing-g_reviews .ti-header {
  display: none;
}

#landing-g_reviews .section-title {
  text-align: center;
  color: #1C244B;
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

#landing-g_reviews .section-subtitle {
  margin-bottom: 36px;
}


#landing-g_reviews .reviews-wrapper {
  width: calc(100% + 40px);
  margin: 0 -20px 40px;
}

@media (max-width: 1024px) {
  #landing-g_reviews .reviews-wrapper {
    width: 100%;
    margin: 0 0 40px;
  }
}

#landing-g_reviews .button-blue {
  width: 242px;
  max-width: 100%;
  margin: 0 auto;
  color: #fff;
  font-size: 20px !important;
  line-height: 32px !important;
  font-weight: 600 !important;
  padding: 10px !important;
}

@media (max-width: 1024px) {
  #landing-g_reviews .button-blue {
    width: 185px;
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 767.98px) {
  #landing-g_reviews .button-blue {
    width: 100%;
    font-size: 22px;
  }
}

/*#endregion END OF GOOGLE REVIEWS CSS */

/*#region Desin Now */
#tshirt-design-now {
  padding: 70px 0;
  background: #fff;
}

@media (max-width: 1024px) {
  #tshirt-design-now {
    padding: 50px 0;
  }
}

@media (max-width: 767.98px) {
  #tshirt-design-now {
    padding-bottom: 30px;
  }
}

#tshirt-design-now .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 767.98px) {
  #tshirt-design-now .content-wrapper {
    flex-direction: column-reverse;
  }
}

@media (max-width: 1024px) and (min-width: 767.98px) {

  #tshirt-design-now .content-wrapper .content,
  #tshirt-design-now .content-wrapper .photo {
    width: calc(50% - 28px);
  }
}

@media (min-width: 1025px) {
  #tshirt-design-now .content-wrapper .content {
    width: 50%;
  }
}

#tshirt-design-now .content-wrapper .content .title-wrapper .section-title {
  color: #1C244B;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 16px;
}

#tshirt-design-now .content-wrapper .content .section-subtitle {
  color: #5e5e5e;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6em;
  text-align: start;
}

@media (max-width: 767.98px) {

  #tshirt-design-now .content-wrapper .content .title-wrapper .section-title,
  #tshirt-design-now .content-wrapper .content .title-wrapper .section-subtitle {
    text-align: center;
  }

  #tshirt-design-now .content-wrapper .content .title-wrapper .section-title {
    font-size: 28px;
    font-weight: 600;
  }
}

#tshirt-design-now .content-wrapper .content .button-wrapper {
  display: flex;
  gap: 16px;
  margin-top: 32px;
}

@media (max-width: 767.98px) {
  #tshirt-design-now .content-wrapper .content .button-wrapper {
    flex-direction: column;
    max-width: 350px;
    margin: 32px auto 0;
  }
}

#tshirt-design-now .content-wrapper .content .button-wrapper .button-blue,
#tshirt-design-now .content-wrapper .content .button-wrapper .button-outline {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  padding: 10px 50px;
  text-align: center;
}

@media (max-width: 1024px) and (min-width: 767.98px) {

  #tshirt-design-now .content-wrapper .content .button-wrapper .button-blue,
  #tshirt-design-now .content-wrapper .content .button-wrapper .button-outline {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    padding: 6px 16px;
  }
}

@media (max-width: 767.98px) {

  #tshirt-design-now .content-wrapper .content .button-wrapper .button-blue,
  #tshirt-design-now .content-wrapper .content .button-wrapper .button-outline {
    font-size: 18px;
    line-height: 30px;
  }
}

#tshirt-design-now .content-wrapper .content .google-reviews {
  margin-top: 8px;
}

@media (max-width: 767.98px) {
  #tshirt-design-now .content-wrapper .content .google-reviews {
    margin-top: 12px;
  }
}

#tshirt-design-now .content-wrapper .content .google-reviews .ti-widget>.ti-widget-container {
  display: flex;
}

@media (max-width: 767.98px) {
  #tshirt-design-now .content-wrapper .content .google-reviews .ti-widget>.ti-widget-container {
    justify-content: center;
  }
}

#tshirt-design-now .content-wrapper .content .google-reviews .ti-widget>.ti-widget-container>.ti-header {
  padding: 20px 0;
}

@media (min-width: 768px) {
  #tshirt-design-now .content-wrapper .content .google-reviews .ti-widget>.ti-widget-container>.ti-header {
    flex-wrap: nowrap !important;
  }
}

#tshirt-design-now .content-wrapper .photo {
  border-radius: 4px;
  overflow: hidden;
}

@media (min-width: 1025px) {
  #tshirt-design-now .content-wrapper .photo {
    width: calc(50% - 100px);
  }
}

@media (max-width: 767.98px) {
  #tshirt-design-now .content-wrapper .photo {
    margin-bottom: 32px;
  }
}

#tshirt-design-now .content-wrapper .photo img {
  width: 100%;
  object-fit: contain;
}

/*#endregion Desin Now */

/*#region  BRANDS */
#brands {
  padding: 24px 0;
  background-color: #F7F8FA;
}

@media (max-width: 767.98px) {
  #brands {
    padding: 50px 0;
  }
}

#brands .title {
  color: #333;
  font-family: Inter !important;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26.46px;
  text-align: center;
}

#brands .subtitle {
  text-align: center;
  margin-bottom: 16px;
}

@media (max-width: 767.98px) {
  #brands .subtitle {
    margin-bottom: 10px;
  }
}

#brands .brands-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(100% + 24px);
  margin: 0 -12px;
}

@media (max-width: 1024px) {
  #brands .brands-list {
    width: calc(100% + 16px);
    margin: 0 -8px;
  }
}

@media (max-width: 767.98px) {
  #brands .brands-list {
    width: calc(100% + 14px);
    margin: 0 -7px;
    justify-content: center;
  }
}

#brands .brands-list .brand-item {
  width: calc(100% / 8 - 24px);
  height: 80px;
  margin: 0 12px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 30px 40px 0px rgba(212, 217, 232, 0.25);
  padding: 8px 4px;
}

@media (max-width: 1024px) {
  #brands .brands-list .brand-item {
    width: calc(100% / 8 - 16px);
    margin: 0 8px;
    height: 64px;
  }
}

@media (max-width: 767.98px) {
  #brands .brands-list .brand-item {
    width: calc(100% / 3 - 14px);
    margin: 0 7px 16px;
    max-width: 100px;
  }
}

#brands .brands-list .brand-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 767.98px) {
  #brands .brands-list .brand-item img.v_desk {
    display: none;
  }
}

@media (min-width: 767.98px) {
  #brands .brands-list .brand-item img.v_mobile {
    display: none;
  }
}

/*#endregion CITY BRANDS END */

/*#region Faq Start*/
.landing-faq {
  padding: 70px 0;
  background: #F3F8FF;
}

@media (max-width: 1024px) {
  .landing-faq {
    padding: 50px 0;
  }
}

.landing-faq ul {
  list-style: none;
}

.landing-faq .section-wrapper {
  max-width: 1440px;
  padding: 0 64px;
  margin: 0 auto;
}

@media (max-width: 1280px) {
  .landing-faq .section-wrapper {
    padding: 0 24px;
  }
}

@media (max-width: 1024px) {
  .landing-faq .section-wrapper {
    padding: 0 16px;
  }
}

.landing-faq .section-wrapper .faq-container {
  width: 80%;
  margin: 0 auto;
}

@media (max-width: 1280px) {
  .landing-faq .section-wrapper .faq-container {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .landing-faq .section-wrapper .faq-container {
    padding: 0;
    padding-top: 32px;
    max-width: 625px;
  }
}

@media (min-width: 0) {
  .landing-faq .section-wrapper .faq-container {
    padding-top: 24px;
    max-width: 100%;
  }
}

.landing-faq .section-wrapper .faq-container .section-title {
  font-size: 36px;
  margin-bottom: 24px;
  text-align: center;
  width: 72%;
  font-family: "Geologica", sans-serif !important;
  margin: 0 auto 30px;
  line-height: normal;
}

@media (max-width: 1024px) {
  .landing-faq .section-wrapper .faq-container .section-title {
    font-size: 24px;
    line-height: 34px;
  }
}

@media (min-width: 0) {
  .landing-faq .section-wrapper .faq-container .section-title {
    display: none;
  }
}

.landing-faq .section-wrapper .faq-container .mob-v {
  display: none;
}

@media (min-width: 0) {
  .landing-faq .section-wrapper .faq-container .mob-v {
    display: block;
    color: #1c244b;
    font-family: "Geologica", sans-serif !important;
    font-size: 28px;
    font-weight: 600;
    line-height: normal;
    text-align: center;
  }
}

.landing-faq .section-wrapper .faq-container .section-subtitle {
  display: none;
}

@media (min-width: 0) {
  .landing-faq .section-wrapper .faq-container .section-subtitle {
    display: block;
    color: #213343;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 14px;
    margin-bottom: 24px;
  }
}

.landing-faq .section-wrapper .faq-container .tab-item {
  border-radius: 4px;
  border-bottom: 1px solid #E8E9EA;
  padding: 16px 0;
}

.landing-faq .section-wrapper .faq-container .tab-item:last-of-type {
  margin-bottom: 0;
  border-bottom: 0px;
  padding-bottom: 0px;
}

.landing-faq .section-wrapper .faq-container .tab-item:first-of-type {
  padding-top: 0px;
}

.landing-faq .section-wrapper .faq-container .tab-item .tab-title {
  color: #353535;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  position: relative;
  cursor: pointer;
  padding-left: 33px;
}

.landing-faq .section-wrapper .faq-container .tab-item .tab-title::before {
  content: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M11.9199 22C17.4199 22 21.9199 17.5 21.9199 12C21.9199 6.5 17.4199 2 11.9199 2C6.41992 2 1.91992 6.5 1.91992 12C1.91992 17.5 6.41992 22 11.9199 22Z" stroke="%23666666" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M7.91992 12H15.9199" stroke="%23666666" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
}

.landing-faq .section-wrapper .faq-container .tab-item .tab-title::after {
  content: '';
  position: absolute;
  top: 7px;
  left: 11px;
  height: 10px;
  width: 1.5px;
  transform-origin: center;
  background-color: #666666be;
  border-radius: 2px;
  transition: all 0.3s;
  transform: rotate(0deg);
}

@media (max-width: 1024px) {
  .landing-faq .section-wrapper .faq-container .tab-item .tab-title {
    font-size: 16px;
    line-height: 26px;
  }

  .landing-faq .section-wrapper .faq-container .tab-item .tab-title::before,
  .landing-faq .section-wrapper .faq-container .tab-item .tab-title::after {
    right: 0px;
  }
}

.landing-faq .section-wrapper .faq-container .tab-item .tab-content {
  max-height: 0;
  overflow: hidden;
  color: #475467;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  transition: margin 0.3s;
  padding-left: 33px;
}

.landing-faq .section-wrapper .faq-container .tab-item .tab-content a {
  color: #3578ea;
  text-decoration: underline !important;
}

.landing-faq .section-wrapper .faq-container .tab-item .tab-content ul {
  list-style-type: decimal;
  padding-left: 30px;
  margin: 16px 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.landing-faq .section-wrapper .faq-container .tab-item .tab-content ul ul {
  list-style-type: circle;
}

.landing-faq .section-wrapper .faq-container .tab-item.active>.tab-title::before {
  content: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M11.9199 22C17.4199 22 21.9199 17.5 21.9199 12C21.9199 6.5 17.4199 2 11.9199 2C6.41992 2 1.91992 6.5 1.91992 12C1.91992 17.5 6.41992 22 11.9199 22Z" stroke="%233578EA" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M7.91992 12H15.9199" stroke="%233578EA" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.landing-faq .section-wrapper .faq-container .tab-item.active>.tab-title::after {
  transform: rotate(90deg);
  background-color: #3578ea;
}

.landing-faq .section-wrapper .faq-container .tab-item.active>.tab-title {
  font-weight: 500;
}

@media (min-width: 0) {
  .landing-faq .section-wrapper .faq-container .tab-item.active>.tab-title {
    border-bottom: none;
  }
}

.landing-faq .section-wrapper .faq-container .tab-item.active {
  max-height: unset;
}

.landing-faq .section-wrapper .faq-container .tab-item.active>.tab-content {
  margin-top: 16px;
}

@media (max-width: 0) {
  .landing-faq .section-wrapper .faq-container .tab-item.active>.tab-content {
    margin: 8px 0 16px;
  }
}

.landing-faq .section-wrapper .section-img {
  width: 45%;
  padding-left: 50px;
  height: 400px;
}

@media (max-width: 1024px) {
  .landing-faq .section-wrapper .section-img {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
}

@media (min-width: 0) {
  .landing-faq .section-wrapper .section-img {
    height: 320px;
  }
}

.landing-faq .section-wrapper .section-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 8px;
}

.landing-faq .order {
  display: flex;
  width: 100%;
  border-bottom: 5px solid #E8E9EA;
  position: relative;
}

@media only screen and (min-width: 0) {
  .landing-faq .order {
    display: none;
  }
}

.landing-faq .order::before {
  content: '';
  height: 5px;
  width: calc(100% / 3);
  background-color: #3578EA;
  position: absolute;
  bottom: -5px;
  left: var(--before-left, 0);
  transition: left 0.3s ease;
}

.landing-faq .order-type {
  width: calc(100% / 3);
  padding: 15px 0;
  color: #7E899B;
  font-family: Inter;
  font-size: 17px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  gap: 11px;
  cursor: pointer;
  transition: all 0.8s ease;
}

.landing-faq .order-type.active {
  color: #003CA3;
}

.landing-faq .order-type.active svg {
  fill: #3578EA;
}

.landing-faq .order-type.active svg path {
  fill: #3578EA;
}

.landing-faq .landing-faq {
  padding: 16px;
  background-color: #F6F9FC;
  border-radius: 4px;
  overflow: hidden;
}

@media only screen and (max-width: 992px) {
  .landing-faq .landing-faq {
    background-color: transparent;
    padding: 0;
  }
}

.landing-faq .faq-accordian {
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: opacity 0.8s ease;
  background-color: #fff;
  cursor: pointer;
}

@media only screen and (min-width: 0) {
  .landing-faq .faq-accordian {
    opacity: 1;
    height: auto;
    margin-bottom: 16px;
    border-radius: 4px;
    border: 1px solid #E1E1E1;
    padding: 16px 16px 0 16px;
  }

  .landing-faq .faq-accordian-text {
    border-radius: 4px;
    border: 0.5px solid #E8E9EA;
    background: #FFF;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.3s ease, max-height 0.1s ease;
    margin-top: 16px;
  }

  .landing-faq .faq-accordian ul {
    padding: 20px 16px;
  }
}

.landing-faq .faq-accordian .order-mob-item {
  display: flex;
  justify-content: flex-start;
  gap: 12px;
  align-items: center;
  position: relative;
}

.landing-faq .faq-accordian .order-mob-item p {
  color: #213343;
  font-size: 18px;
  font-weight: 500;
}

.landing-faq .faq-accordian .order-mob-item::before {
  content: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M11.9199 22C17.4199 22 21.9199 17.5 21.9199 12C21.9199 6.5 17.4199 2 11.9199 2C6.41992 2 1.91992 6.5 1.91992 12C1.91992 17.5 6.41992 22 11.9199 22Z" stroke="%23666666" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M7.91992 12H15.9199" stroke="%23666666" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  position: absolute;
  top: 50%;
  right: 0;
  transition: 0.3s;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
}

.landing-faq .faq-accordian .order-mob-item::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 11px;
  height: 11px;
  width: 2px;
  transform-origin: center;
  background-color: #666666cb;
  border-radius: 2px;
  transition: all 0.3s;
  transform: rotate(0deg) translate(0, -50%);
}

@media only screen and (max-width: none) {
  .landing-faq .faq-accordian .order-mob-item {
    display: none;
  }
}

.landing-faq .faq-accordian.active {
  opacity: 1;
  height: auto;
  padding: 20px;
}

@media only screen and (min-width: 0) {
  .landing-faq .faq-accordian.active {
    padding: 16px;
    background: #F6F9FC;
    border: 1px solid #3578EA;
  }

  .landing-faq .faq-accordian.active .order-mob-item {
    margin-bottom: 16px;
  }

  .landing-faq .faq-accordian.active .order-mob-item p {
    color: #3578EA;
  }

  .landing-faq .faq-accordian.active .order-mob-item::before {
    content: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M11.9199 22C17.4199 22 21.9199 17.5 21.9199 12C21.9199 6.5 17.4199 2 11.9199 2C6.41992 2 1.91992 6.5 1.91992 12C1.91992 17.5 6.41992 22 11.9199 22Z" stroke="%233578EA" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M7.91992 12H15.9199" stroke="%233578EA" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  }

  .landing-faq .faq-accordian.active .order-mob-item::after {
    transform: translate(0, -50%) rotate(90deg);
    background-color: #3578ea;
  }

  .landing-faq .faq-accordian.active .faq-accordian-text {
    max-height: 100vh;
    opacity: 1;
  }
}

/*#endregion Faq End */

/*#region H1 bug soloved*/

@media only screen and (min-width:767.98px) {
  .intro_wrapper {
    display: grid !important;
    grid-template-areas: "a c" "b c" !important;
    grid-template-columns: 45% 55% !important;

  }

  h1.mob-title {
    align-self: end !important;
    margin-top: 0px !important;
    color: #1c244b !important;
    font-style: normal !important;
    display: block !important;
    font-size: 32px !important;
    font-weight: 700 !important;
    line-height: 60px !important;
    margin-bottom: 32px !important;
    text-align: start !important;
  }

  .intro-content {
    grid-area: b !important;
    width: auto !important;
    align-self: start;
    padding: 0px !important;
  }

  .intro-photo {
    grid-area: c !important;
    justify-self: end;
    width: 100% !important;

  }


}
@media only screen and (min-width:1024px) {
 
  h1.mob-title {
        padding-top: 65px !important;
  }
}
@media only screen and (min-width:1200px) {
 
  h1.mob-title {
        font-size: 44px !important;
  }
}


/*#endregion H1 bug soloved*/