* {
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  padding: 0;
  margin: 0;
}

#pop-up-hide {
  display: none;
}

.shirtaca-popup {
  position: fixed;
  inset: 0;
  background: #000000f0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  padding: 1rem;
  overflow-y: auto;
}

.shirtaca-popup-modal {
  background: #fff;
  padding: 2rem;
  border-radius: 20px;
  min-height: 280px;
  max-width: 600px;
  width: 100%;
  box-shadow: rgba(255, 255, 255, 0.35) 0px 5px 15px;
  animation: fadeIn 0.3s ease-out;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.shirtaca-popup-flx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.shirtaca-popup-icon {
  font-size: 30px;
  cursor: pointer;
}

.shirtaca-popup-title {
  font-size: 1.8rem;
  color: #222;
  margin: 5px 0;
}

.shirtaca-popup-text {
  font-size: 18px;
  color: #000000;
  line-height: 1.6;
  margin: 10px 0;
}

.shirtaca-popup-actions {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 10px;
}

.shirtaca-popup-btn {
  padding: 15px 70px;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
  font-size: 20px;
}

.shirtaca-popup-btn--accept {
  background: #1b1c31;
}

.shirtaca-popup-btn--reject {
  background: #58575752;
  color: #1b1c31;
}

.text-centr {
  text-align: center;
}

.txt-white {
  color: #fff;
}

.log45 {
  color: black;
  font-size: 28px;
  margin: 10px 0px;
}

p {
  font-size: 16px;
  margin: 5px 0;
  line-height: 1.7;
}

img {
  width: 100%;
  height: auto;
}

h1 {
  font-size: 30px;

}

a {
  text-decoration: none;
}

.shirtaca-wrp {
  max-width: 1155px;
  width: 95%;
  margin: auto;
  padding-left: 0px;
}

.privacy-wrp {
  max-width: 1155px;
  width: 100%;
  margin: auto;
  padding-left: 50px;
}

.shirtaca-wrp-100 {
  max-width: 100%;
  width: 100%;
  margin: auto;
}

.txt-rgt {
  text-align: right;
}

/*flex*/
.shirtaca-flex {
  display: flex;
}

.shirtaca-flex-aln {
  align-items: center;
}

.shirtaca-flex-jus {
  justify-content: space-between;

}

.shirtaca-flex-jus-cen {
  justify-content: center;
}

.shirtaca-flex-gp {
  gap: 20px;
}

/*flex-child*/
.shirtaca-flex-50 {
  flex: 50%;
}

.shirtaca-flex-33 {
  flex: 33.33%;
}

.shirtaca-flex-80 {
  flex: 80%;
}

.shirtaca-flex-20 {
  flex: 20%;
}

.shirtaca-flex-40 {
  flex: 40%;
}

.shirtaca-flex-60 {
  flex: 60%;
}

.shirtaca-flex-45 {
  flex: 45%;
}

.shirtaca-flex-15 {
  flex: 15%;
}

.shirtaca-flex-30 {
  flex: 30%;
}

.shirtaca-flex-70 {
  flex: 70%;
}

.shirtaca-flex-25 {
  flex: 25%;
}

.shirtaca-flex-75 {
  flex: 75%;
}

.shirtaca-flex-85 {
  flex: 85%;
}

/*header*/
.shirtaca-navbar ul {
  padding: 0;
}

.shirtaca-navbar li {
  list-style-type: none;
}

.shirtaca-navbar a {
  color: #000;
  transition: 0.2s;
  font-size: 16px;
}

.shirtaca-navbar a:hover {
  color: red;
  text-decoration: underline;
  /* transition: all 0.3s; */
}

.pd {
  padding: 30px 20px;
}

/* strp */
.strp {
  background-image: url('../images/strp.jpg');
  background-position: center;
  background-size: cover;
  padding: 90px 20px;
}

.strp-cont {
  padding: 30px;
}

.strp-cont h1 {
  line-height: 1.5;
  font-size: 35px;
  margin: 10px 0px;
}

.strp-btn {
  background-color: black;
  max-width: 120px;
  color: #fff;
  text-align: center;
  padding: 10px;
  margin: 10px 0px;
}

/* snap-up */
.snap-section {
  min-height: 500px;
  height: auto;
  padding: 10px;
}


.snap-cont {
  padding: 20px;
  border: 1px solid;
  /* border-radius: 30px; */
  max-width: 400px;

}

.snap-cont p {
  font-size: 15px;
}

.snap-cont h1 {
  font-size: 25px;
  margin: 10px 0px;
  line-height: 1.4;
}

.snap-cont img {
  height: 70px;
  width: 70px;
  margin: auto;
}

.shirtaca-header {
  padding: 10px 15px;
  background-color: #efefef;
}

.hgt {
  min-height: calc(100vh - 150px);
}

/*banner*/
.shirtaca-banner-head {
  font-size: 30px;
  line-height: 1.5;
  margin: 12px 0 5px 0;
  font-weight: 500;
  color: #ffffff;
}

.shirtaca-banner-btn {
  background-color: #fff;
  max-width: 120px;
  padding: 10px 5px;
  margin: 16px auto;
  /* margin-left: 30px; */
  border-radius: 5px;
  text-align: center;
  transition: 0.3s;
  font-size: 16px;
  color: #000;
}


.shirtaca-pro-blk {
  text-align: center;
}

.shirtaca-pro-blk p {
  margin-top: 10px;
  font-size: 17px;
  color: #000
}

.shirtaca-banner-btn:hover {
  transform: scale(1.1);
}

.shirtaca-banner-btn:focus {
  outline: 3px solid #c58bb1;
}

.shirtaca-banner-btn:hover a {
  color: #fff;
}

.shirtaca-banner-wrp {
  background-image: url('../images/banner.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  /* border-radius: 50px; */
}

.shirtaca-banner {
  padding: 120px 20px;
}

.banner-cont {
  background-color: rgb(0 0 0 / 66%);
  padding: 20px;
  border: 2px solid;


}

/*deal*/
.shirtaca-deal {
  padding: 40px 10px;
}

/*product*/
.shirtaca-btn {
  max-width: 120px;
  padding: 10px;
  margin: 10px auto;
  background-color: #000;
  border-radius: 5px;
  transition: 0.3s;
  font-size: 16px;
  color: #fff;
}



.shirtaca-product {
  padding: 30px 10px;
}

.shirtaca-btn p {
  color: #fff;
  text-align: center;
}

.shirtaca-product-img {
  max-width: 330px;
  border: 2px dashed black;
  padding: 10px;
  border-radius: 500px 500px 0 0;
}

.shirtaca-btn:hover {
  transform: scale(1.1);
}

.shirtaca-btn:focus {
  outline: 3px solid #c58bb1;
}

.shirtaca-btn a {
  color: #fff;
}

/*strip*/
.shirtaca-strip-p {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  margin: 15px auto auto;
  max-width: 700px;
}

.shirtaca-strip {
  padding: 30px 10px;
}

.shirtaca-strip h1 {
  font-size: 30px;
  line-height: 1.2;
  margin: 15px 0 5px 0;
}

.shirtaca-strip-btn {
  max-width: 150px;
  padding: 15px 10px;
  transition: 0.3s;
  margin-top: 25px;
  background-color: #fff;
  text-align: center;
  border-radius: 5px;
}

.shirtaca-strip-btn a {
  color: #000;
}

.shirtaca-strip-blk {
  background-image: url('../images/h-strip.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 40px;
  border-radius: 50px;
}

/*review*/
.shirtaca-review {
  padding: 30px 10px;
}


/*footer*/
.shirtaca-footer {
  padding: 30px 10px 10px 10px;
  background-color: #000;
}

.shirtaca-footer h1 {
  font-size: 25px;
  line-height: 1.5;
}

.shirtaca-footer p {
  font-size: 16px;
}

.shirtaca-footer-nav li {
  list-style-type: none;
  line-height: 2;
}

.shirtaca-footer-nav a {
  color: #fff;
  transition: 0.2s;
  font-size: 16px;
}

.shirtaca-footer ul {
  padding: 0;
  margin: 0;
}

.shirtaca-footer-nav a:hover {
  color: red;
  text-decoration: underline;
}

#fot-input {
  width: 40%;
}

.shirtaca-footer-nav {
  max-width: 300px;
  margin: auto;
  padding-top: 30px;
}

.shirtaca-footer-nav-p {
  border-left: #fff solid 1px;
  padding: 0px 10px;
}

.desk-nn {
  display: none;
}

.mob-nn {
  display: block;
}

/*  */
.mor-cont {
  border: 2px solid black;
  background-color: black;
  color: #fff;
  padding: 15px;
  transition: 1s ease-in-out ;
}

.mor-cont h1 {
  font-size: 35px;
  line-height: 1.5;
  letter-spacing: 1px;
  font-family: math;
  margin:10px 0px;
}
.mor-cont:hover {
  box-shadow: inset 0 0 0 4px #ef476f, 
              inset 0 0 0 8px #ffd166, 
              inset 0 0 0 12px #06d6a0,
              inset 0 0 0 16px #118ab2;
  background: #073b4c;
  color: #fff;
}
/*  */
/* privacy */
.row {
  padding: 20px 0px;
}

.row h1 {
  font-size: 20px;
}

.row p {
  font-size: 16px;
}

.row ul {
  padding-left: 20px;
}

.row ul li {
  line-height: 1.5;
  font-size: 16px;
}

/*back-pages*/
.shirtaca-mid {
  padding: 40px 10px;
}

.product {
  text-align: center;
}

.thumbnail {
  margin: 0 5px;
  cursor: pointer;
  border: 2px solid transparent;
}


.thumbnails img {
  display: inline-flex;
  max-width: 130px;

}

.titlepage h1 {
  margin: 10px 0px;
  font-size: 22px;

}

.titlepage p {
  font-size: 17px;
}

.thumbnail:hover {
  border-color: #333;
}

.product img {
  max-width: 500px;
}

.shirtaca-abtn {
  max-width: 170px;
  background-color: #000;
  text-align: center;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  padding: 10px 10px;
  font-size: 16px;
  border: none;
  text-transform: uppercase;
  margin: 10px 0px;
  cursor: pointer;
}

.shirtaca-mid li {
  font-size: 16px;
}

.rev {
  padding: 20px;
  border: 2px solid;
  margin: 10px;
}

.shirtaca-des {
  padding: 0px 30px 30px;
}

.shirtaca-des p {
  font-size: 17px;
}

.shirtaca-des h3 {
  margin: 10px 0px;
}

.shirtaca-des h1 {
  font-size: 25px;
  margin: 10px 0px;
}

.shirtaca-mid-blk {
  border: #dedede solid 1px;
  border-radius: 20px;
}

/*contact-page-css*/
input[type=text],
select,
textarea {
  width: 100%;
  padding: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color: #bc386a;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  display: block;
}

input[type=submit]:hover {
  background-color: #a33660;
}

/*media*/
@media only screen and (max-width: 767px) {
  /*  */

  .shirtaca-popup-modal {
    padding: 1.5rem;
  }

  .shirtaca-popup-title {
    font-size: 1.5rem;
  }

  .shirtaca-popup-text {
    font-size: 16px;
  }

  .shirtaca-popup-btn {
    padding: 0.9rem 2.5rem;
    font-size: 18px;
  }

  /*  */
  .shirtaca-flex-dir {
    flex-direction: column;
  }

  .mob-cntr {
    text-align: center;
  }

  .desk-nn {
    display: block;
  }

  .strp {
    padding: 40px;
  }

  .mob-nn {
    display: none;
  }

  /* .shirtaca-banner {
    padding: 10px;
  } */

  .shirtaca-banner-btn {
    margin: 15px auto;
  }

  .shirtaca-banner-head {
    font-size: 25px;
    line-height: 1.4;
    color: #fff;
    font-weight: 600;
  }

  #rev-img {
    flex-direction: column-reverse;
  }

  .shirtaca-strip {
    padding: 30px 10px;
  }

  .thumbnails img {
    max-width: 60px;
  }

  .shirtaca-mid {
    padding: 20px;
  }

  .shirtaca-flex-dir-rev {
    flex-direction: column-reverse;
  }

  .shirtaca-product {
    padding: 30px 10px;
  }

  .shirtaca-footer h1 {
    font-size: 21px;
  }

  .banner-cont {
    padding: 5px;
  }

  .strp-cont {
    text-align: center;
    padding: 10px;
  }

  .strp-cont h1 {
    margin: 10px 0px;
    font-size: 22px;
  }

  .strp-btn {
    margin: 10px auto;
  }

  .shirtaca-footer p {
    font-size: 16px;
  }

  .shirtaca-footer-nav-p {
    border-left: none;
    padding: 0px 10px;
  }
.shirtaca-banner{
  padding:30px 20px ;
}
  .shirtaca-strip-p {
    font-size: 35px;
  }

  .shirtaca-banner h3 {
    font-size: 22px;
  }

  .shirtaca-about-btn {
    margin: auto;
  }

  .shirtaca-des {
    padding: 0px 10px 30px;
  }

  #fot-input {
    width: 100%;
  }

  .shirtaca-about {
    padding: 20px;
  }

  .shirtaca-strip img {
    margin: auto;
  }

  .titlepage {
    text-align: center;
  }

  .shirtaca-strip-btn {
    margin: 20px auto auto;
  }

  .shirtaca-header {
    padding: 10px;
  }

  .shirtaca-banner-wrp {
    padding: 20px;
    background-blend-mode: overlay;
    background-color: #00000035;
  }

  .shirtaca-strip-blk {
    padding: 20px;
  }

  .fot-input {
    width: 100%;
  }
}

@media only screen and (max-width:480px) {
  .shirtaca-popup-modal {
    padding: 1rem;
  }

  .shirtaca-popup-btn {
    width: 100%;
    padding: 0.8rem;
    font-size: 1rem;
  }

  .shirtaca-popup-flx {
    /* flex-direction: column; */
    align-items: flex-start;
  }

  .shirtaca-popup-title {
    font-size: 24px
  }

  .shirtaca-popup-icon {
    align-self: flex-end;
  }
}

/*effects*/
.shirtaca-grow img {
  transition: 1s ease;

}

.shirtaca-grow {
  overflow: hidden;
  cursor: pointer;
}

/* .shirtaca-grow img:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  transition: 1s ease;
} */

/* Container to hold the image and overlay */
.image-container {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.image-container img {
  display: block;
  width: 100%;
  /* Adjust as needed */
  height: auto;

}

.image-container .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #c5242464;
  /* Semi-transparent black background */
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 50%;
}

.image-container:hover .overlay {
  opacity: 1;
}

/**/

.search-input {
  flex: 1;
  border: none;
  padding: 10px;
  font-size: 13px;
  outline: none;
  width: 50%;
}

.search-input::placeholder {
  color: #999;
}

.search-button {
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.5s;
  background-color: transparent;
  border: #fff solid 1px;
  margin: 0px 10px;
}

.search-button:hover {
  transform: scale(1.1);
}

/**/
.select-container {
  max-width: 1150px;
  width: 100%;
  margin-top: 15px;
}

label {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  color: #333;
}

select {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #fff;
  box-sizing: border-box;
  transition: border-color 0.3s;
}

select:focus {
  border-color: #007bff;
  outline: none;
}