
* {
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
html {
  scroll-behavior: smooth;
}
body {
  padding: 0;
  margin: 0;
}
#pop-up-hide {
  display: none;
}

.cloth_anthus-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;
}

.cloth_anthus-popup-modal {
  background: #fff;
  padding: 2rem;
  border-radius: 20px;
  min-height: 320px;
  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;
}

.cloth_anthus-popup-flx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cloth_anthus-popup-icon {
  font-size: 30px;
  cursor: pointer;
}

.cloth_anthus-popup-title {
  font-size: 1.8rem;
  color: #222;
  margin: 5px 0;
}

.cloth_anthus-popup-text {
  font-size: 18px;
  color: #000000;
  line-height: 1.6;
  margin: 10px 0;
}

.cloth_anthus-popup-actions {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 10px;
}

.cloth_anthus-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;
}

.cloth_anthus-popup-btn--accept {
  background: #1b1c31;
}

.cloth_anthus-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;
}

.cloth_anthus-wrp {
  max-width: 1155px;
  width: 90%;
  margin: auto;
  padding-left:0px;
}
.privacy-wrp{
  max-width:1155px;
  width:90%;
  margin:auto;
  /* padding-left:50px; */
}
.cloth_anthus-wrp-100 {
  max-width: 100%;
  width: 100%;
  margin: auto;
}

.txt-rgt {
  text-align: right;
}

/*flex*/
.cloth_anthus-flex {
  display: flex;
}

.cloth_anthus-flex-aln {
  align-items: center;
}

.cloth_anthus-flex-jus {
  justify-content: space-between;
  
}
.cloth_anthus-flex-jus-cen{
  justify-content: center;
}
.cloth_anthus-flex-gp {
  gap: 20px;
}

/*flex-child*/
.cloth_anthus-flex-50 {
  flex: 50%;
}

.cloth_anthus-flex-33 {
  flex: 33.33%;
}

.cloth_anthus-flex-80 {
  flex: 80%;
}

.cloth_anthus-flex-20 {
  flex: 20%;
}

.cloth_anthus-flex-40 {
  flex: 40%;
}

.cloth_anthus-flex-60 {
  flex: 60%;
}

.cloth_anthus-flex-45 {
  flex: 45%;
}

.cloth_anthus-flex-15 {
  flex: 15%;
}

.cloth_anthus-flex-30 {
  flex: 30%;
}

.cloth_anthus-flex-70 {
  flex: 70%;
}

.cloth_anthus-flex-25 {
  flex: 25%;
}

.cloth_anthus-flex-75 {
  flex: 75%;
}

.cloth_anthus-flex-85 {
  flex: 85%;
}

/*header*/
.cloth_anthus-navbar ul {
  padding: 0;
}

.cloth_anthus-navbar li {
  list-style-type: none;
}

.cloth_anthus-navbar a {
  color: #000;
  transition: 0.2s;
  font-size: 16px;
}

.cloth_anthus-navbar a:hover {
  color:red;
  text-decoration: underline;
  /* transition: all 0.3s; */
}
/* strp */
.strp{
  background-image: url('../images/strp.jpg');
  background-position: center;
  background-size: cover;
  padding:90px 20px;
}
.strp-btn{
  background-color: #000000;
  max-width: 120px;
  color: #fff;
  text-align: center;
  padding: 10px;
  margin: 20px 0px;
  border:2px solid white;
}
/* snap-up */
.snap-section{
  min-height:400px;
  height:auto;
 padding:10px;
}
 .snap-box{
  border:1px solid ;
  border-radius: 30px;
  max-width:400px;
 padding:20px;
  /* display: flex;
  align-items: center;
  justify-content: center; */
 }
 /* .snap-cont{
  padding:30px;
 } */
 .snap-box p {
  font-size: 15px;
 }
 .snap-box h1 {
  font-size: 25px;
  line-height: 1.4;
  margin:10px 0px;
 }
 .snap-box img{
  height:70px;
  width:70px;
  margin:auto;
 }
.cloth_anthus-header {
  padding: 10px 15px;
  background-color: #efefef;
}
.hgt {
  min-height: calc(100vh - 150px);
}
/*banner*/
.cloth_anthus-banner-head {
  font-size: 40px;
  line-height: 1.4;
  margin: 12px 0 5px 0;
  font-weight: 500; 
  color:#000;
}

.cloth_anthus-banner-btn {
  background-color: #000000;
  max-width: 160px;
  padding: 10px 5px;
  margin: 16px 0;
  border:2px solid white;
  border-radius: 5px;
  text-align: center;
  transition: 0.3s;
  font-size: 16px;
  color: #ffffff;
}
.mor-img{
  position:relative;
  width:100%;
 
}
.mor-img img{
  display: block;
  border-radius: 50%;
} 
.mor-cont{
  position: absolute;
  top: 0;
  left: 0px;
  min-height: 360px;
  width: 100%;
  color: #fff;
  display: flex
;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #4d67b061;
  visibility: hidden;
  transition: 1s ease-in-out; 
}
.mor-img:hover{
background-color: #e2e2e2;
}
.mor-img:hover .mor-cont{
  visibility: visible;
 
}
.cloth_anthus-banner-btn a {
  color: #000;
  font-size: 18px;
}

.cloth_anthus-pro-blk {
  text-align: center;
}
.cloth_anthus-pro-blk p{
  color:#000;
  font-size: 16px;
}
.cloth_anthus-banner-btn:hover {
  transform: scale(1.1);
}

.cloth_anthus-banner-btn:focus {
  outline: 3px solid #c58bb1;
}

.cloth_anthus-banner-btn:hover a {
  color: #fff;
}

.cloth_anthus-banner-wrp {
  /* background-image: url('../images/banner.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 20px; */
  /* border-radius: 50px; */
}
.ban {
  background-image: url('../images/banner.jpg');
  background-position: center;
  background-size: cover;
  padding:30px;
  min-height: 500px;
}
.banner-cont{
  /* background-color:rgba(0, 0, 0, 0.272); */
  padding: 20px;

}
.cloth_anthus-banner{
  background-color:#e2f0f0;
}
/*deal*/
.cloth_anthus-deal {
  padding: 40px 10px;
}

/*product*/
.cloth_anthus-btn {
  max-width: 150px;
    padding: 10px;
    margin: 15px auto;
    background-color: #000000cc;
    border-radius: 5px;
    transition: 0.3s;
    font-size: 16px;
    color: #fff;
}

.cloth_anthus-product-img {
  max-width: 300px;
}

.cloth_anthus-product {
  padding: 30px 10px;
}

.cloth_anthus-btn p {
  color: #fff;
  text-align: center;
}

.cloth_anthus-product-img {
  max-width: 380px;
}

.cloth_anthus-btn:hover {
  transform: scale(1.1);
  background-color: #022375;
}

.cloth_anthus-btn:focus {
  outline: 3px solid #c58bb1;
}

.cloth_anthus-btn a {
  color: #fff;
}

/*strip*/
.cloth_anthus-strip-p {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  margin: 15px auto auto;
  max-width: 700px;
}
.strp-cont {
  padding:20px 0px;
}
.strp-cont h1 {
  margin:10px 0px;
  line-height: 1.4;
}
.cloth_anthus-strip {
  padding: 30px 10px;
}

.cloth_anthus-strip h1 {
  font-size: 30px;
  line-height: 1.2;
  margin: 15px 0 5px 0;
}

.cloth_anthus-strip-btn {
  max-width: 150px;
  padding: 15px 10px;
  transition: 0.3s;
  margin-top: 25px;
  background-color: #fff;
  text-align: center;
  border-radius: 5px;
}

.cloth_anthus-strip-btn a {
  color: #000;
}

/* .cloth_anthus-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*/
.cloth_anthus-review {
  padding: 30px 10px;
}


/*footer*/
.cloth_anthus-footer {
  padding: 30px 10px 10px 10px;
  background-color: #000;
}
.cloth_anthus-footer h1 {
  font-size: 28px;
}
.cloth_anthus-footer p {
  font-size:16px;
}
.cloth_anthus-footer-nav li {
  list-style-type: none;
  line-height: 2;
}

.cloth_anthus-footer-nav a {
  color: #fff;
  transition: 0.2s;
  font-size: 16px;
}
.rev:nth-child(2){
  border-left: 1px solid black;
  border-right: 1px solid black;
  padding:0px 15px;
}
.cloth_anthus-footer ul {
  padding: 0;
  margin: 0;
}

.cloth_anthus-footer-nav a:hover {
  color: red;
  text-decoration: underline;
}
#fot-input {
  width:40% ;
}
.cloth_anthus-footer-nav {
  max-width: 300px;
  margin: auto;
  padding-top:30px;
}

.cloth_anthus-footer-nav-p {
  border-left: #fff solid 1px;
  padding:0px 10px ;
}

.desk-nn {
  display: none;
}

.mob-nn {
  display: block;
}
/* review */
.review {
  min-height: 500px;
  background-image: url(../images/rev-img.jpg);
  background-size: cover;
  background-position: center;
  padding:50px 20px;
      position: relative;
    width: 100%;
}
.review h1 {
  font-size: 40px;
    font-family: fangsong;
    margin: 10px 0px 20px;
    line-height: 1.5;
}
.rev-cont{
  position: absolute;
    top: 28%;
    max-width: 500px;
}
.rev-cont p{
  font-size: 20px;
    font-family: math;
    line-height: 1.6;
}
/*  */
/* 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.4;
  font-size: 16px;
  padding:5px 0px;
}
/*back-pages*/
.cloth_anthus-mid {
  padding: 30px 10px;
}

.product {
  text-align: center;
}

.thumbnail {
  margin: 0 5px;
  cursor: pointer;
  border: 2px solid transparent;
}
.thumbnails{
  /* margin-top:50px; */
}
.thumbnails img {
  display: inline-flex;
  max-width: 120px;
 
}
.titlepage h1 {
  margin: 10px 0px;
  font-size: 22px;
  line-height: 1.4;

}
.titlepage p{
  font-size: 16px;
}
.thumbnail:hover {
  border-color: #333;
}

/* .product img {
  max-width: 300px;
} */

.cloth_anthus-abtn {
  background-color: #26448ddb;
    text-align: center;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    padding: 10px 10px;
    font-size: 16px;
    border: none;
    margin-top: 5px;
    cursor: pointer;
    transition: .3s ease-in-out;
}
.cloth_anthus-abtn:hover {
  background-color: #022375;
  transform:scale(1.1)
}
.cloth_anthus-mid li {
  font-size: 16px;
}

.cloth_anthus-des {
  padding:20px;
  border: 2px solid ;
  margin:30px;
}
.cloth_anthus-des p{
  font-size: 16px;
}
.cloth_anthus-des h1 {
  font-size: 22px;
    margin: 15px 0px;
}
.cloth_anthus-des h3 {
  margin: 10px 0px;
}
.cloth_anthus-mid-blk {
  border: #dedede solid 1px;
  border-radius: 20px;
}

/*contact-page-css*/
input[type=text],
select,
textarea {
  width: 90%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}

input[type=submit] {
  background-color: #26448ddb;
  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 (min-width: 767px) and (max-width: 875px) {
  .mor-cont {
display: none;
  }
  .mor-cont h1 {
    font-size: 28px;
    line-height: 1.4;
  }
  .review{
    background-image: none;
    background-color: #a6a6a66e;
  }
  .rev-flx {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap:0px;
  }
  .rev-cont{
    position:  relative;;
    top:0;
    left:0;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
   /*  */

  .cloth_anthus-popup-modal {
    padding: 1.5rem;
  }

  .cloth_anthus-popup-title {
    font-size: 1.5rem;
  }

  .cloth_anthus-popup-text {
    font-size: 16px;
  }

  .cloth_anthus-popup-btn {
    padding: 0.9rem 2.5rem;
    font-size: 18px;
  }

  /*  */
  .cloth_anthus-flex-dir {
    flex-direction: column;
  }

  .mob-cntr {
    text-align: center;
  }

  .desk-nn {
    display: block;
  }
  .mor-cont {
    display: none;
  }
.strp {
  padding: 10px;
        background-blend-mode: overlay;
        background-color: #0000005d;
}
.strp-cont  {
  text-align: center;
  color:#fff;
  padding:5px 0px;
}
.strp-btn {
  margin:20px auto;
}
.strp-cont h1{
  font-size: 25px;
}
  .mob-nn {
    display: none;
  }
.review{
    background-image: none;
    background-color: #a6a6a66e;
    padding:20px 0px;
            min-height: 300px;
  }
  .rev-flx {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap:0px;
  }
  .rev-cont{
    position:  relative;;
    top:0;
    left:0;
    text-align: center;
  }
  .review h1{
    font-size: 35px;
    text-align: center;
  }
  .rev-cont p  {
    font-size: 18px;
  }
  /* .cloth_anthus-banner {
    padding: 10px;
  } */

  .cloth_anthus-banner-btn {
    margin: 20px auto;
  }

  .cloth_anthus-banner-head {
    font-size: 25px;
    line-height: 1.4;
    /* color:#fff; */
    font-weight: 600;
  }
  #rev-img{
    flex-direction: column-reverse;
  }
  .cloth_anthus-strip {
    padding: 30px 10px;
  }

  .thumbnails img {
    max-width: 80px;
  }

  .cloth_anthus-mid {
    padding:10px;
  }
.titlepage{
  text-align: center;
}
  .cloth_anthus-flex-dir-rev {
    flex-direction: column-reverse;
  }
.cloth_anthus-des {
  margin: 30px 10px;
  text-align: center;
}
  .cloth_anthus-product {
    padding: 30px 10px;
  }
  .cloth_anthus-footer h1 {
    font-size: 21px;
}
.rev:nth-child(2){
  border:1px solid black;
}
.rev{
  border:1px solid black;
    padding: 0px 15px;
}
.banner-cont{
  padding:0px;
}
.cloth_anthus-footer p {
  font-size: 15px;
}
.cloth_anthus-footer-nav-p {
  border-left:none;
  padding: 0px;
}
  .cloth_anthus-strip-p {
    font-size: 35px;
  }

  .cloth_anthus-banner h3 {
    font-size: 22px;
  }

  .cloth_anthus-about-btn {
    margin: auto;
  }
#fot-input {
  width: 100%;
} 
  .cloth_anthus-about {
    padding: 20px;
  }

  .cloth_anthus-strip img {
    margin: auto;
  }

  .cloth_anthus-strip-btn {
    margin: 20px auto auto;
  }

  /* .cloth_anthus-header {
    padding: 0px;
  } */

  .cloth_anthus-banner-wrp {
    padding: 20px;
    /* background-blend-mode: overlay;
    background-color: #00000035; */
  }

  .cloth_anthus-strip-blk {
    padding: 20px;
  }
  .fot-input {
    width:100%;
  }
}
@media only screen and (max-width:480px) {
  .cloth_anthus-popup-modal {
    padding: 1rem;
  }

  .cloth_anthus-popup-btn {
    width: 100%;
    padding: 0.8rem;
    font-size: 1rem;
  }

  .cloth_anthus-popup-flx {
    /* flex-direction: column; */
    align-items: flex-start;
  }

  .cloth_anthus-popup-title {
    font-size: 24px
  }

  .cloth_anthus-popup-icon {
    align-self: flex-end;
  }
}
/*effects*/
.cloth_anthus-grow img {
  transition: 1s ease;
  border: 5px dotted #333333;
  border-radius: 20px;

}

.cloth_anthus-grow {
  overflow: hidden;
  cursor: pointer;
}

.cloth_anthus-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: 15px;
    cursor: pointer;
    transition: 0.5s;
    background-color: transparent;
    border: #fff solid 1px;
    margin:10px 0;
}


.search-button:hover {
  transform: scale(1.1);
}

/**/
.select-container {
  max-width: 1120px;
    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;
}