html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated)22.
 */
body {
  margin: 0;
}


* {
  box-sizing: border-box;
}


.user-select-none {
  user-select: none;
}
a {
  text-decoration: none;
  color: unset;
}
a:hover {
  color: #e8a700;
}
.review-star {
  color: #fdcc0d;
  font-size: 13px;
}
/* ===========
Product Single Card - Start
============= */
.product-single-card {
  padding: 20px;
  border-radius: 5px;
  box-shadow: 1px 1px 15px #cccccc40;
  transition: 0.5s ease-in;
  background-color: white;
}

.product-single-card:hover {
  -webkit-box-shadow: 1px 1px 28.5px -7px #d6d6d6;
  -moz-box-shadow: 1px 1px 28.5px -7px #d6d6d6;
  box-shadow: 1px 1px 28.5px -7px #d6d6d6;
}

.product-single-card .product-info {
  padding: 15px 0 0 0;
}

.product-single-card .product-top-area {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 5px;
}

.product-single-card .product-top-area .product-discount {
  position: absolute;
  top: 10px;
  left: 10px;
  background: white;
  border-radius: 3px;
  padding: 5px 10px;
  box-shadow: 1px 1px 28.5px -7px #dddddd;
  user-select: none;
  z-index: 999;
}

.product-single-card .product-top-area .product-img {
  aspect-ratio: 1/1;
  overflow: hidden;
}

.product-single-card .product-top-area .product-img .first-view {
  transition: 0.5s ease-in;
}

.product-single-card .product-top-area .product-img .hover-view {
  opacity: 0;
  transition: 0.5s ease-in;
}

.product-single-card .product-top-area:hover .product-img .first-view {
  opacity: 0;
  width: 0;
  height: 0;
}
.product-single-card .product-top-area:hover .product-img .hover-view {
  opacity: 100%;
  scale: 1.2;
}

.product-single-card .product-top-area .sideicons {
  position: absolute;
  right: 15px;
  display: grid;
  gap: 10px;
}

.product-single-card .product-top-area .sideicons .sideicons-btn {
  background-color: #fff;
  color: #000;
  border-radius: 50%;
  border: none;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transform: translateX(60px);
  transition: 0.3s ease-in;
  -webkit-box-shadow: 1px 1px 28.5px -7px #dddddd;
  -moz-box-shadow: 1px 1px 28.5px -7px #dddddd;
  box-shadow: 1px 1px 28.5px -7px #dddddd;
}

.product-single-card .product-top-area .sideicons .sideicons-btn:hover {
  color: #fff;
  background-color: #e8a700;
}

.product-single-card .product-top-area .sideicons .sideicons-btn:nth-child(1) {
  transition-delay: 100ms;
}

.product-single-card .product-top-area .sideicons .sideicons-btn:nth-child(2) {
  transition-delay: 200ms;
}

.product-single-card .product-top-area .sideicons .sideicons-btn:nth-child(3) {
  transition-delay: 300ms;
}

.product-single-card .product-top-area .sideicons .sideicons-btn:nth-child(4) {
  transition-delay: 400ms;
}

.product-single-card .product-top-area:hover .sideicons .sideicons-btn {
  opacity: 100%;
  visibility: visible;
  transform: translateX(0);
}

.product-single-card .product-info .product-category {
  font-weight: 600;
  opacity: 60%;
  font-family: 'Quicksand';
}

.product-single-card .product-info .product-title {
  font-size: 16px;
  font-weight: 600;
  font-family: 'Quicksand';
}

.product-single-card .product-info .old-price,
.product-single-card .product-info .new-price {
  padding-right: 15px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: 'poppins';
}
.product-single-card .product-info .old-price {
  text-decoration: line-through;
  opacity: 70%;
}
/* ===========
Product Single Card - End
============= */

/*.flex {
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
 align-items: center;
}
.content {
 height: 100px;
 width: 45%;
 color: #fff;
 font-size: 24px;
 line-height: 100px;
 text-align: center;
 background-color: grey;
 margin: 5px;
 border: 1px solid lightgrey;
 display: none;
} */
.content {
  display: none;
}
#loadMore {
  width: 200px;
  color: #fff;
  display: block;
  text-align: center;
  margin: 20px auto;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid transparent;
  background-color: #e8a700;
  transition: .3s;
  font-family: 'Quicksand';
}
#loadMore:hover {
  color: #e8a700;
  background-color: #fff;
  border: 1px solid #e8a700;
  text-decoration: none;
}
.noContent {
  width: 200px;
  color: #fff;
  display: block;
  text-align: center;
  margin: 20px auto;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid transparent;
  background-color: #e8a700;
  transition: .3s;
  font-family: 'Quicksand';
}

.s132-1 {
  min-height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Poppins', sans-serif;
  background: url("../images/Myurn-ai.png");
  background-size: cover;
  background-position: center center;
  padding: 15px 15px 0px 15px;
}
.s132-2 {
  min-height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Poppins', sans-serif;
  background: url("../images/Myurn.ai-2.png");
  background-size: cover;
  background-position: center center;
  padding: 15px 15px 0px 15px;
}
.s132 form {
  width: 100%;
  max-width: 800px;
}

.s132 form .inner-form {
  background: transparent;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
/*  max-width: 790px;*/

}

.s132 form .inner-form .input-field {
  height: 68px;
}

.s132 form .inner-form .input-field input {
  height: 100%;
  background: transparent;
  display: block;
  width: 100%;
  padding: 10px 32px;
  color: #fff;
  font-size: 26px;
  font-family: "Barlow Condensed", sans-serif;
  line-height: 24px;
}

.s132 form .inner-form .input-field input.placeholder {
  color: #fff;
  font-size: 26px;
  font-family: "Barlow Condensed", sans-serif;
  line-height: 24px;
}

.s132 form .inner-form .input-field input:-moz-placeholder {
  color: #fff;
  font-size: 26px;
  font-family: "Barlow Condensed", sans-serif;
  line-height: 24px;
}

.s132 form .inner-form .input-field input::-webkit-input-placeholder {
  color: #fff;
  font-size: 26px;
  font-family: "Barlow Condensed", sans-serif;
  line-height: 24px;
}

.s132 form .inner-form .input-field input:hover, .s132 form .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}

.s132 form .inner-form .input-field.first-wrap {
  width: 200px;
}

.s132 form .inner-form .input-field.first-wrap {
  background: transparent;
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  height: 100%;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 30px;
}

.s132 form .inner-form .input-field.first-wrap{
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.s132 form .inner-form .input-field.first-wrap{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  opacity: 1;
  color: #e5e5e5;
  font-size: 16px;
}

.s132 form .inner-form .input-field.first-wrap{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.s132 form .inner-form .input-field.first-wrap:after {
  right: 30px;
  border-color: #e5e5e5 transparent transparent transparent;
}

.s132 form .inner-form .input-field.first-wrap {
  border: 0;
  background: black;
}

.s132 form .inner-form .input-field.first-wrap  {
  padding-right: 0;
}

.s132 form .inner-form .input-field.first-wrap {
  background: #000;
  color: #fff;
}

.s132 form .inner-form .input-field.first-wrap {
  color: #e5e5e5;
}

.s132 form .inner-form .input-field.first-wrap {
  margin-top: 0;
}

.s132 form .inner-form .input-field.second-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.s132 form .inner-form .input-field.second-wrap input {
  border: 1px solid #000;
  border-radius: 50px;
}

.s132 form .inner-form .input-field.third-wrap {
  width: 250px;
}

.s132 form .inner-form .input-field.third-wrap .btn-search {
  font-weight: 600;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background-color: #e8a700;
  border-radius: 50px;
  border: 1px solid #fff;
  font-family: "Quicksand", sans-serif;
}

input#search {
  background-image: url(../images/search-icon.png), linear-gradient(-90deg, #22313f03 86%, #e8a700 6%);
  background-position: 22px 18px, 0px 0px;
  background-repeat: no-repeat;
  width: 100%;
  font-size: 26px;
  padding: 20px 22px 20px 80px;
  border: 1px solid #fff;
  margin-bottom: 12px;
}

.inner-form {
  column-gap: 10px;
}


.s132{
  flex-direction: column;
}
h2.types-text {
  text-align: center;
  font-size: 52px;
  margin: 20px 0;
  font-weight: bold;
  color: #E8A700;
  font-family: poppins;
}
p.types-para {
  font-size: 26px;
  text-align: center;
  color: #fff;
  margin: 20px 0;
}
h2.types-head {
  text-align: center;
  font-size: 72px;
  font-family: poppins;
  margin: 20px 0;
  font-weight: bold;
  color: #ffffff;
}

h2.types-head span {
  font-size: 44px;
}
.logo-image img {
  display: block;
  margin: auto;
  height:200px;
}
.bottom {
  display: flex;
  width: 75%;
}
.bottom img {
  width: 100%;
  margin: auto;
}

@media screen and (max-width: 992px) {
  .s132 form .inner-form .input-field {
    height: 50px;
  }
  h2.types-text {
    font-size: 40px;
  }

  h2.types-head {
    font-size: 40px;
  }

  h2.types-head span {
    font-size: 30px;
  }
  input#search {
    background-position: 15px 12px, 0px 0px;
    font-size: 18px;
    padding: 20px 22px 20px 75px;
    background-size: 6%, 100%;
  }
  .s132 form .inner-form .input-field input {
    font-size: 18px;
  }

  .s132 form .inner-form .input-field input.placeholder {
    font-size: 18px;
    line-height: 18px;
  }

  .s132 form .inner-form .input-field input:-moz-placeholder {
    font-size: 18px;
    line-height: 18px;
  }

  .s132 form .inner-form .input-field input::-webkit-input-placeholder {
    font-size: 18px;
    line-height: 18px;
  }
}

@media screen and (max-width: 767px) {
  .s132 form .inner-form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px;
  }
  .s132 form .inner-form .input-field {
    margin-bottom: 20px;
  }
  .s132 form .inner-form .input-field input {
    padding: 10px 15px;
  }
  .s132 form .inner-form .input-field.first-wrap {
    width: 100%;
  }
  .s132 form .inner-form .input-field.first-wrap {
    padding: 10px 15px;
  }
  .s132 form .inner-form .input-field.first-wrap:after {
    right: 11.5px;
    border-color: #e5e5e5 transparent transparent transparent;
  }
  .s132 form .inner-form .input-field.second-wrap {
    width: 100%;
  }
  .s132 form .inner-form .input-field.second-wrap input {
    border: 1px solid rgba(255, 255, 255, 0.3);
  }
  .s132 form .inner-form .input-field.third-wrap {
    margin-bottom: 0;
    width: 100%;
  }
  input#search {
    background-position: 15px 12px, 0px 0px;
    font-size: 18px;
    padding: 20px 22px 20px 75px;
    background-size: 4%, 100%;
    background-image: url(../images/search-icon.png), linear-gradient(-90deg, #22313f03 82%, #e8a700 10%) !important;
  }
}
@media screen and (max-width: 600px) {

  input#search {
    font-size: 18px;
    padding: 20px 22px 20px 20px;
    background-image: none !important;
  }
}
