/* ---------- INTRO STRIP ---------- */
*{
  box-sizing: border-box;
}
body{
    margin: 0px;
    padding: 0px;
    background-color: rgb(255, 251, 249, 1);
}
.intro {
  background: #1f4f47;
  color: #ffffff;
  font-size: 1rem;
  width: 100%;
  top: 0px;
  padding: 0.5rem 7.5rem;
  position:relative;
  display: flex;
  align-items: center;
  justify-content:space-evenly;
}

.icons1{
    position: absolute;
    right: 2.5rem;
}

.icons1 a {
  color: #ffffff;
  margin-left: 0.62rem;
  text-decoration: none;
  font-size: 1.125rem;
}

.header {
  background: rgb(255, 251, 249, 1);
  padding: 1.125rem 4.5rem;
  width:auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}

.search {
  position: relative;
  max-width: 20rem;
}

.search input {
  width: 100%;
  padding: 0.625rem 0.44rem 0.625rem 1rem;
  border-radius: 62.5rem;
  border: 1px solid #ddd;
  font-size: 0.875rem;
  outline: none;
}

.search-icon {
  position: absolute;
  right: 0.31rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.75rem;
  color: #666;
  cursor: pointer;
  transition: transform 0.2s ease, color 0.2s ease;
}

.logo {
  text-align: center;
}

.logo img {
  height: 3.38rem;
  width: auto;
}

.icons2 {
  display: flex;
  justify-content: flex-end;
  gap: 1.25rem;
}

.icons2 a {
  text-decoration: none;
  font-size: 1.13rem;
  color: #1c1c1c;
}

.navbar{
    background: rgb(239, 219, 207, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.2rem;  
    gap: 1.9rem;
}
.navbar a {
    text-decoration: none;
    outline: none;
    color: rgb(75, 72, 71, 1);
    font-size: 1.125rem;
}

/* -----------section1------------ */
.imgsection1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 37.5rem;
}
.leftimg {
  position: relative;
  overflow: hidden;
}
.leftimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.leftimg .overlay {
  position: absolute;
  inset: 0;
  padding: 4.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.55),
    rgba(0, 0, 0, 0.15),
    transparent
  );
}

.leftimg h1 {
  font-family: var(--serif);
  font-size: 2.75rem;
  line-height: 1.15;
  color: #ffffff;
  margin-bottom: 1rem;
}

.overlay h1 span {
  font-style: italic;
  font-weight: 600;
}

.leftimg p {
  color: #f1f1f1;
  font-size: 1rem;
  max-width: 26.25rem;
  margin-bottom: 1.75rem;
}

.leftimg button {
  width: fit-content;
  background: #ffffff;
  color: #1c1c1c;
  border: none;
  padding: 0.875rem 1.375rem;
  font-size: 0.875rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: 
    transform 0.25s ease,
    background-color 0.25s ease,
    color 0.25s ease;
}

.rightimg {
  overflow: hidden;
}

.rightimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.features {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;

  padding: 1.125rem 0;
  font-size: 1.375rem;
  font-family: var(--sans);
  color: #ffffff;
  background: transparent;
}

.features span {
  color: rgb(26, 25, 25, 1);
  white-space: nowrap;
}

.features img {
  width: 0.75rem;
  height: 0.75rem;
  opacity: 0.9;
}

/* -----------section2------------ */
.timeless{
  margin-left: 4.688rem;
  margin-top: 0.938rem;
  margin-bottom: 0.938rem;
}
.options1{
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-left: 4.6rem;
  justify-content: start;
  gap: 0.625rem;
}
.options1 button{
  color: rgb(26, 25, 25, 1);
  padding: 0.625rem 2.25rem 0.5rem 2.25rem;
  font-size: 0.88rem;
  background-color: rgb(255, 251, 249, 1);
  border: 1px solid rgb(119, 143, 140, 1);
  border-radius: 62rem;
  cursor: pointer;
}
.imgsection2{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: 4.7rem;
  margin-right: 4.7rem;
  margin-top: 1.2rem;
  gap: 0.94rem;
}
.imgsection2 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}
.name {
  margin-top: 0.94rem;
  color:rgb(26, 25, 25, 1);
  font-size: 1.25rem;
}
.price-row {
  margin-top: 0.63rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.price-current {
  font-size: 1.13rem;
  font-weight: 800;
  color: #000;
}
.price-old {
  font-size: 0.94rem;
  color: #717171;
  text-decoration: line-through;
}
.color-dots {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.375rem;
}
.dot {
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 50%;
  border: 1px solid #cfcfcf;
}
.dot.gold {
  background: #f3d17a;
}
.dot.silver {
  background: #cfcfcf;
}
.btn{
  margin-top: 7rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shopbtn{
  color: white;
  font-size: 1.125rem;
  background-color: rgb(33, 75, 72, 1);
  padding: 0.625rem 1.75rem 0.75rem 1.75rem;
  transition: 
    transform 0.25s ease
}

/* -----------section3------------ */
.viewedrecent {
  background: #f1dfd3;
  padding: 3.75rem 4.6875rem;
  margin-top: 2.1rem;
}
.recent {
  display: block;
  font-family: var(--serif);
  font-size: 2.25rem;      /* 36px */
  font-weight: 600;
  margin-bottom: 2rem;    /* 32px */
  color: #1a1919;
}
.imgsection3 {
  height: auto;
  width: 70%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.35rem;           
}
.recent-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  background: #ffffff;
  padding: 1.125rem;      /* 18px */
}
.recent-card .name {
  display: block;
  margin-top: 0.875rem;   /* 14px */
  font-size: 1rem;        /* 16px */
  color: #1a1919;
  line-height: 1.3;
}
.recent-card .price-row {
  margin-top: 0.375rem;   /* 6px */
}
.giftnotes {
  display: block;
  text-align: center;
  font-family: var(--serif);
  font-size: 2.25rem; /* 36px */
  margin: 2rem 0 3rem;
  color: #1a1919;
}

.giftnotes em {
  font-style: italic;
  font-weight: 600;
}

.imgsection4 {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 1rem;
  padding: 0 4.5rem;
}

.leftsection img {
  width: 93%;
  height: 95%;
  object-fit: cover;
}

.rightsection {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.4rem;
}

.gift-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.gift-card img {
  width: 105%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.gift-card button {
  margin-top: 1rem;
  padding: 0.75rem 1.5rem;
  font-size: 0.875rem;
  background: transparent;
  border: 1px solid rgb(33, 75, 72);
  color: rgb(33, 75, 72);
  cursor: pointer;
  transition:
    transform 0.25s ease,
    background-color 0.25s ease,
    color 0.25s ease;
}

/* -----------section4------------ */
.imgsection5 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 28rem;
}
.imgsection5 .leftimage,
.imgsection5 .rightimage {
  position: relative;
  background-size: cover;
  background-position: center;
}

.imgsection5 .leftimage {
  background-image: url("../assets/images/women_necklace2.avif");
}

.imgsection5 .rightimage {
  margin-left: 1rem;
  background-image: url("../assets/images/indian_jewellery.jpg");
}
.imgsection5 .content {
  position: absolute;
  inset: 0;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.6),
    rgba(0, 0, 0, 0.2),
    transparent
  );
}
.imgsection5 h2 {
  font-family: var(--serif);
  font-size: 2.25rem;
  line-height: 1.2;
  color: #ffffff;
  margin-bottom: 1.25rem;
}

.imgsection5 h2 em {
  font-style: italic;
  font-weight: 500;
}
.imgsection5 button {
  width: fit-content;
  padding: 0.75rem 1.5rem;
  font-size: 0.875rem;
  border: none;
  cursor: pointer;
  background: #ffffff;
  color: #1c1c1c;
  backdrop-filter: blur(4px);
  transition: 
    transform 0.25s ease,
    background-color 0.25s ease,
    color 0.25s ease;
}
.imgsection5 button.light {
  background: #ffffff;
  color: #1c1c1c;
}

/* -----------section5------------ */
.exploretext{
  margin-top: 4rem;
  margin-bottom: 2.5rem;
  display: flex;
  justify-content: center;
  font-weight: 600;
  font-size: 2.55rem;
}
.exploretext span{
  font-style: italic;
}
.explorecollection {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 2rem;
}

.explorecollection > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.explorecollection img {
  height: 15rem;
  width: 100%;
  object-fit: cover;
}

.explorecollection span {
  margin-top: 1.25rem;
  font-size: 1.35rem;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 100% 2px;
  background-position: right bottom;
  background-repeat: no-repeat;

  transition:
   transform 0.3s ease,
   background-size 0.3s ease;
}
.giftcelebrate {
  margin-top: 3rem;
  background: #f1dfd3;
  padding: 4rem 4rem;
  text-align: center;
}
.celebrate {
  display: block;
  font-family: var(--serif);
  font-weight: 550;
  font-size: 3.0rem;
  color: #1a1919;
}

.celebrate em {
  font-weight: 450 ;
  font-style: italic;
}

.spanish {
  display: block;
  margin-top: 0.75rem;
  font-size: 1.2rem;
  color: #4a4a4a;
}

.imgsection6 {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.3rem;
  text-align: left;
  height: 95%;
}

.giftcard img {
  width: 100%;
  aspect-ratio: 5 / 5;
  object-fit: cover;
}

.giftcard h3 {
  margin-top: 1.25rem;
  font-size: 1.1rem;
  font-weight: 400;
  letter-spacing: 0.08em;
}

.giftcard p {
  margin: 0.75rem 0 0.25rem;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #2b2b2b;
}

.giftcard button {
  background: rgb(33, 75, 72);
  color: #ffffff;
  border: none;
  padding: 0.75rem 1.5rem;
  font-size: 0.875rem;
  cursor: pointer;
  transition:
    transform 0.2s ease;
}
.exploremore {
  margin-top: 2rem;
  background: rgb(33, 75, 72);
  color: #ffffff;
  border: none;
  padding: 0.85rem 2rem;
  font-size: 0.9rem;
  cursor: pointer;
  transition:
    transform 0.2s ease;
}
.moresection {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 4rem;
  padding: 4.5rem;
  background: rgb(255, 251, 249);
}
.imgsection7 img {
  width: 100%;
  height: 90%;
  object-fit: cover;
}
.ethoscontent {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ethos {
  font-size: 0.9rem;
  letter-spacing: 0.12em;
  color: #2b2b2b;
  margin-bottom: 1rem;
}
.every {
  margin-bottom: 1.5rem;
}

.every .line1,
.every .line2 {
  display: block;
  font-family: var(--serif);
  font-size: 2.75rem;
  font-weight: 600;
  line-height: 1.15;
  color: #1a1919;
}

.every em {
  font-style: italic;
  font-weight: 550;
}
.info1 {
  font-size: 1.4rem;
  line-height: 1.2;
  color: #3a3a3a;
  margin-bottom: 1.05rem;
  max-width: 32rem;
}
.knowmore {
  margin-top: 1.5rem;
  width: fit-content;
  background: rgb(33, 75, 72);
  color: #ffffff;
  border: none;
  padding: 0.85rem 1.75rem;
  font-size: 0.9rem;
  cursor: pointer;
  transition: 
    transform 0.3s ease;
}

.future {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 4rem;
  padding: 4.5rem;
  background: radial-gradient(
    circle at center,
    #ffffff 0%,
    #f6ece3 35%,
    #f1dfd3 70%
  );
}
.imgsection8 img {
  width: 100%;
  height: 100%;
  object-fit:fill;
}
.trendfuture .title {
  display: block;
  font-family: var(--serif);
  font-size: 2.6rem;
  line-height: 1.15;
  color: #1a1919;
}
.trendfuture em {
  font-style: italic;
  font-weight: 600;
}

.info2 {
  margin-top: 1.25rem;
  max-width: 32rem;
  font-size: 1rem;
  line-height: 1.6;
  color: #2b2b2b;
}
.logos6 {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem 1.0rem;
}

.logoitem {
  text-align: center;
}

.logoitem img {
  height: 65px;
  margin-bottom: 0.75rem;
}
.logoitem span {
  display: block;
  font-size: 0.9rem;
  color: #1a1919;
}

/*....... section6....... */
.happycustomers {
  padding: 4.5rem;
  background: rgb(255, 251, 249);
  text-align: center;
}
.voices {
  display: block;
  font-family: var(--serif);
  font-size: 2.5rem;
  color: #1a1919;
}

.voices em {
  font-style: italic;
}
.info3 {
  margin-top: 0.75rem;
  font-size: 1rem;
  color: #4a4a4a;
}

/* Grid */
.imgsection9 {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  text-align: left;
}
.reviewcard img {
  width: 100%;
  aspect-ratio: 5 / 5;
  object-fit: cover;
}

.stars {
  margin-top: 0.75rem;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  font-weight: bold;
}

.reviewcard .title {
  display: block;
  margin-top: 0.5rem;
  font-style: italic;
  font-size: 1.2rem;
  font-weight: bold;
}

.reviewcard p {
  margin-top: 0.75rem;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #2b2b2b;
}

.author {
  display: block;
  margin-top: 0.75rem;
  font-weight: 600;
}
.morereview {
  margin-top: 3rem;
  background: rgb(33, 75, 72);
  color: #ffffff;
  border: none;
  padding: 0.85rem 2rem;
  font-size: 0.9rem;
  cursor: pointer;
  transition: 
    transform 0.3s ease;
}
.circlesection {
  display: flex;
  justify-content: center;
  gap: 8rem;
}
.circlesection > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.circle {
  height: 5rem;
  width: 5rem;
  border: 2.5px solid rgb(119, 143, 140);
  border-radius: 50%;
  margin-bottom: 0.75rem;
  cursor: pointer;
  transition: 
    transform 0.3s ease;
}
.circlesection span{
  margin-left: 1.2rem;
  margin-bottom: 1.2rem;
  font-weight: 550;
}
.footer {
  background: rgb(33, 75, 72);
  color: white;
  padding-top: 4rem;
}
.upper {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 4rem;
  padding: 0 4.5rem 3rem;
}
.section1 .logo img {
  height: 3.2rem;
  margin-bottom: 1.25rem;
}

.info4 {
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
  max-width: 28rem;
}
.section2,
.section3,
.section4 {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.footerheading {
  margin-bottom: 0.75rem;
  font-size: 0.95rem;
  letter-spacing: 0.12em;
  font-weight: 600;
}

.section2 span,
.section3 span,
.section4 span {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.85);
  cursor: pointer;
}

.section2 span:hover,
.section3 span:hover,
.section4 span:hover {
  color: #ffffff;
}
.copyright {
  background: rgb(34, 114, 107, 1);
  text-align: center;
  padding: 1rem 0;
  margin-left: 2rem;
  margin-right: 2rem;
  font-size: 0.85rem;
  border-radius: 13px;
}

.mobile-options {
  display: none;
}

.ugc-mobile {
  display: none;
}


/*------responsiveness-----*/
@media (max-width: 1439px) {
  .explorecollection {
    grid-template-columns: repeat(3, 1fr);
  }

  .explorecollection .tohide {
    display: none;
  }
}
@media (max-width: 1023px) {
  .explorecollection {
    grid-template-columns: repeat(2, 1fr);
  }

  .explorecollection span {
    font-size: 1.1rem;
  }

  .ugc-mobile {
    display: block;
    padding: 1.5rem 1rem;
    background: #fffaf7;
  }
  .ugc-text {
    font-size: 0.95rem;
    line-height: 1.5;
    color: #1a1919;
    margin-bottom: 1rem;
  }
  .ugc-buttons {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
  }
  .ugc-btn {
    background: transparent;
    color: rgb(33, 75, 72);
    border: 1px solid rgb(33, 75, 72);
    padding: 0.6rem 1.2rem;
    font-size: 0.85rem;
    cursor: pointer;
    transition: all 0.2s ease;
  }
  .ugc-btn.active {
    background: rgb(33, 75, 72);
    color: #ffffff;
  }
  .ugc-scroll {
    display: flex;
    gap: 0.75rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .ugc-scroll::-webkit-scrollbar {
    display: none;
  }
  .ugc-card {
    flex: 0 0 70%;
    height: 8rem;
    background: #d0d0d0;
    border-radius: 0.25rem;
  }
}
@media (max-width: 768px) {
  .header {
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    padding: 1rem 1.25rem;
    row-gap: 0.75rem;
  }
  .logo {
    grid-column: 1 / 2;
    grid-row: 1;
    text-align: center;
  }
  .icons2 {
    grid-column: 2 / 3;
    grid-row: 1;
    justify-content: flex-end;
  }
  .search {
    grid-column: 1 / -1;
    grid-row: 2;
    max-width: 100%;
    background: rgb(239, 219, 207, 1);
  }

  .rightimg{
    display: none;
  }
  .imgsection1 {
    display: block;      
    height: auto;          
  }
  .leftimg {
    width: 100%;
    height: 100vh;        
  }
  .navbar{
    display: none;
  }
  .features{
    display: grid;
    grid-template-columns: auto auto auto;
    justify-content: center;
    gap: 0.75rem 1.25rem;
    text-align: center;
  }
  .features span{
    font-size: large;
  }
  .features img{
    width: 0.95rem;
    height: 0.95rem;
  }
  .starhide{
    display: none;
  }
  .pad{
    margin-left: 4.5rem;
  }
  .options1 {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.5rem;
    margin-left: 1rem; 
  }
  .options1::-webkit-scrollbar {
    display: none;
  }
  .options1 button {
    flex: 0 0 auto;
  }

  .imgsection2 {
    display: flex;              
    gap: 1rem;
    overflow-x: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .imgsection2::-webkit-scrollbar {
    display: none;
  }
  .imgsection2 > div {
    flex: 0 0 75%;               
    display: flex;
    flex-direction: column;     
    scroll-snap-align: start;
  }
  .imgsection2 img {
    width: 100%;
    height: auto;
  }

  .imgsection3 {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.5rem;
    margin-left: 1rem; 
    width: 105%;
  }
  .imgsection3::-webkit-scrollbar {
    display: none;
  }
  .imgsection3 button {
    flex: 0 0 auto;
  }

  .leftsection {
    display: none;
  }

  .imgsection4 {
    grid-template-columns: 1fr;
    padding: 0 1rem;
    gap: 0rem;
  }
  .rightsection {
    display: flex;
    flex-direction: row;
    gap: 1rem;

    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;

    -webkit-overflow-scrolling: touch;
  }
  .rightsection::-webkit-scrollbar {
    display: none;
  }
  .gift-card {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .gift-card img {
    width: 90%;
    aspect-ratio: 1 / 0.8;
    object-fit: cover;
  }
  .gift-card button {
    margin-top: 0.75rem;
    margin-bottom: 1.15rem;
  }
  .rightimage{
    display: none;
  }
  .imgsection5{
    grid-template-columns: 1fr;
  }

  .imgsection6 {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 1rem;
    margin-top: 2rem;
    height: auto;
  }

  .imgsection6::-webkit-scrollbar {
    display: none;
  }

  .giftcard {
    flex: 0 0 85%;
    max-width: 85%;
  }

  .giftcard img {
    width: 100%;
    aspect-ratio: 1 / 0.8;
    object-fit: cover;
  }

  .exploremore {
    margin: 1.5rem auto 0;
  }

  .moresection{
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .imgsection7 img{
    height: 70%;
  }

  .future {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    padding: 2rem 1.25rem;
  }

  .imgsection8 {
    order: 2;
  }

  .rightpart {
    order: 1;
  }

  .trendfuture .title {
    font-size: 2rem;
  }

  .info2 {
    font-size: 0.95rem;
  }
  .logos6 {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.25rem;
    justify-items: start;
  }
  .logoitem img {
    height: 5rem;
    width: 7rem;
  }
  .imgsection8 img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .imgsection9 {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 1rem;
    margin-top: 2rem;

    -webkit-overflow-scrolling: touch;
  }
  .imgsection9::-webkit-scrollbar {
    display: none;
  }
  .reviewcard {
    flex: 0 0 85%;
    max-width: 95%;
  }
  .reviewcard img {
    width: 100%;
    aspect-ratio: 1 / 0.8;
    object-fit: cover;
  }
  .morereview {
    display: block;
    margin: 2rem auto 0;
  }


  .circlesection {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem 2rem;
    justify-items: center;
  }
  .circlesection > div:nth-child(3) {
    grid-column: 1 / -1;
  }

  .upper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "section1 section1"
      "section2 section3"
      "section4 section4";
    gap: 2.5rem 2rem;
    padding: 0 1.5rem 2.5rem;
  }

  .section1 {
    grid-area: section1;
    justify-content: start;
  }
  .section2 {
    grid-area: section2;
  }

  .section3 {
    grid-area: section3;
  }

  .section4 {
    grid-area: section4;
  }
  .info4 {
    max-width: 100%;
  }

  .footerheading {
    font-size: 0.9rem;
  }
  .section2 span,
  .section3 span,
  .section4 span {
    font-size: 0.88rem;
  }

  .mobile-options {
    display: flex;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    overflow-x: auto;
    white-space: nowrap;
    background: #f1dfd3;
    -webkit-overflow-scrolling: touch;
  }

  .mobile-options::-webkit-scrollbar {
    display: none;
  }

  .option-pill {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.45rem 0.9rem;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid rgba(119, 143, 140, 0.6);
    font-size: 0.85rem;
    color: #1a1919;
    cursor: pointer;
  }

  .option-pill img {
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    object-fit: cover;
  }

  .option-pill.active {
    border-color: rgb(33, 75, 72);
    font-weight: 600;
  }
}

@media (max-width: 400px){
  .features{
    gap: 0.25rem;
  }
  .exploretext{
    font-weight: 400;
  }
  .viewedrecent span{
    font-size: 1.8rem;
  }
}

/* effects */

.search input:hover,
.search input:focus {
  border: 2px solid rgb(33, 75, 72);
}
.search-icon:hover {
  transform: translateY(-50%) scale(1.15);
  color: rgb(33, 75, 72);
}

.navbar a:hover{
  color: rgb(243, 76, 5);
}

.leftimg button:hover {
  background: rgb(72, 72, 72);
  color: #ffffff;
  transform: scale(1.05);
}

.options1 button:hover,
.options1 button:focus,
.options1 button:active{
  background-color: rgb(33, 75, 72, 1);
  color: white;
}

.shopbtn:hover{
  transform: scale(1.05);
}

.gift-card button:hover{
  background: rgb(33, 75, 72, 1);
  color: white;
  transform: scale(1.05);
}

.imgsection5 button:hover,
.imgsection5 button:focus{
  background: rgb(72, 72, 72);
  color: #ffffff;
  transform: scale(1.05);
}

.explorecollection span:hover {
  transform: scale(1.04);
  background-size: 0% 2px;
}

.giftcard button:hover,
.giftcard button:active,
.giftcard button:focus,
.exploremore:hover,
.exploremore:active,
.exploremore:focus,
.knowmore:hover,
.knowmore:active,
.knowmore:focus,
.morereview:hover,
.morereview:active,
.morereview:focus,
.circle:hover,
.circle:active,
.circle:focus,
.ugc-btn:hover,
.ugc-btn:active,
.ugc-btn:focus{
  transform: scale(1.05);
}

.ugc-btn:active,
.ugc-btn:focus{
  background: rgb(33, 75, 72, 1);
  color: white;
}

.option-pill:focus,
.option-pill:active{
  border-color: rgb(33, 75, 72, 1);
  transform: scale(1.05);
}
