/* Note:- As the Figma file is designed on Desktop approach, so does the Website and the styles below are Desktop First Approach. */

.subscripton-section {
  width: 100%;
  max-width: 1327px;
  display: flex;
  gap: 108px;
  margin: 146px auto 0;
}
.carousel-column {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.carousel {
  width: 100%;
  height: 673px;
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.carousel-image {
  width: 100%;
  height: 100%;
}
.carousel-buttons-group {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  padding: 0 30px;
  bottom: 18.32px;
}
.nav-btn {
  outline: none;
  width: 38.9px;
  height: 38.9px;
  background-color: transparent;
  cursor: pointer;
  border: 0.81px solid rgba(3, 46, 21, 1);
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.carousel-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.dot {
  width: 8px;
  height: 8px;
  border-radius: 10px;
  border: 1.01px solid rgba(3, 46, 21, 1);
  cursor: pointer;
  transition: 0.3s all ease-in-out;
}
.dot.active {
  background-color: rgba(3, 46, 21, 1);
}
.thumbnails {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 28px 0;
}
.thumb-container {
  width: 130px;
  height: 130px;
  overflow: hidden;
  border-radius: 24px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
}
.thumb {
  width: 110%;
  height: 110%;
}
.thumb-container.active {
  border: 4px solid rgba(14, 81, 42, 0.796);
}
.purchase-column {
  width: 50%;
  display: flex;
  flex-direction: column;
}
.rating-and-reviews-container {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 12px 0 20px;
  font-weight: 300;
  font-size: 13px;
  line-height: 100%;
  color: rgba(3, 46, 21, 1);
}
.rating {
  width: 83.29px;
}
.gtg-perfume-explaination {
  font-weight: 300;
  font-size: 16.18px;
  line-height: 120%;
  color: rgba(3, 46, 21, 1);
}
.subscription-options {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 11px;
  margin: 30px 0 24px;
}
.subscription-card {
  border-radius: 6.07px;
  border: 1.5px solid rgba(184, 184, 184, 1);
  overflow: hidden;
  cursor: pointer;
  height: 59px;
}
.subscription-card.active {
  height: fit-content;
}
.subscription-card.active .most-popular-heading {
  height: 43.49px;
  opacity: 1;
}
.most-popular-heading {
  display: flex;
  height: 0px;
  font-weight: 700;
  font-size: 20.23px;
  line-height: 24.27px;
  color: rgba(255, 255, 255, 1);
  background: linear-gradient(270deg, #032e15 0%, #008236 51.92%, #00c950 100%);
  border-bottom: 1.01px solid rgba(184, 184, 184, 1);
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}

.sub-header {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 17.32px 0 22.18px;
  height: 56.6px;
}
.sub-radio-outer {
  width: 17px;
  height: 17px;
  border-radius: 20px;
  border: 1px solid rgba(5, 69, 32, 0.6);
  background: rgba(248, 248, 248, 1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.sub-radio-inner {
  width: 0px;
  height: 0px;
  opacity: 0;
  border-radius: 20px;
  border: 1px solid rgba(3, 46, 21, 0.6);
  background-color: rgba(1, 98, 47, 0.6);
  transition: all 0.2s ease-in-out;
}
.subscription-card.active .sub-radio-inner {
  width: 10.2px;
  height: 10.2px;
  opacity: 1;
}
.sub-header-name {
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.9px;
  color: rgba(3, 46, 21, 1);
  padding-left: 11.84px;
}
.current-price {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.9px;
  color: rgba(3, 46, 21, 1);
  margin: 0 10.11px 0 auto;
}
.striked-price {
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.9px;
  text-decoration: line-through;
  color: rgba(184, 184, 184, 1);
}
.subscription {
  width: 100%;
  padding: 2px 53px 26.91px;
  transition: all 1s ease-in-out;
}
.sub-inner-heading {
  font-weight: 300;
  font-size: 16.18px;
  line-height: 100%;
  color: rgba(3, 46, 21, 1);
  padding-bottom: 14.8px;
}
.subscription .sub-inner-heading:nth-child(1) {
  padding-top: 18.81px;
  border-top: 1.01px solid rgba(145, 151, 152, 1);
}
.fragrance-row {
  display: flex;
  align-items: center;
  gap: 11.6px;
  margin-bottom: 27.77px;
}
.best-seller-stripe {
  width: 60;
  height: 12px;
  border-radius: 4.95px 0 4.95px 0;
  padding: 5.58px 4.95px;
  border: 0.82px solid;
  position: absolute;
  left: 50%;
  top: -6px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 7.37px;
  line-height: 100%;
  color: rgba(255, 255, 255, 1);
  background: linear-gradient(180deg, #032e15 0%, #016630 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.fragrance-row button {
  outline: none;
  border: none;
  cursor: pointer;
  background: rgba(249, 249, 249, 1);
  border-radius: 5px;
  width: 127px;
  height: 145px;
  padding: 6.39px 8.21px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12.81px;
  position: relative;
}
.fragrance-radio-and-flavour {
  display: flex;
  align-items: center;
  gap: 6.86px;
  align-self: flex-start;
}
.fragrance-radio-outer {
  height: 10px;
  width: 10px;
  background: transparent;
  border-radius: 10px;
  border: 1px solid rgba(5, 69, 32, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
}
.fragrance-radio-inner {
  width: 0px;
  height: 0px;
  opacity: 0;
  border-radius: 20px;
  border: 1px solid rgba(3, 46, 21, 0.6);
  background-color: rgba(1, 98, 47, 0.6);
  transition: all 0.2s ease-in-out;
}
.selected .fragrance-radio-inner {
  width: 6px;
  height: 6px;
  opacity: 1;
}

.individual-fragrance-name {
  font-weight: 300;
  font-size: 13.2px;
  line-height: 100%;
  color: linear-gradient(
    180deg,
    rgba(3, 46, 21, 0.6) 0%,
    rgba(1, 102, 48, 0.6) 100%
  );
}
.fragrance-row img,
.whats-included-multiple-perfumes img {
  width: 54.8px;
  height: 94px;
}
.whats-included-gallery {
  margin: 15.18px 0 19.92px;
  display: flex;
  align-items: center;
  gap: 15.24px;
}
.whats-included-first-box {
  width: 166.7px;
  height: 219.5px;
  border-radius: 6.07px;
  border: 1.01px solid rgba(145, 151, 152, 1);
  padding: 8.23px 11.46px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 11.13px;
}
.whats-included-heading {
  font-weight: 300px;
  font-size: 16.18px;
  line-height: 100%;
  color: rgba(111, 117, 119, 1);
  align-self: flex-start;
}
.whats-included-single-perfume {
  width: 84px;
  height: 144px;
}
.whats-included-second-box {
  padding: 8.23px 12.63px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 34.13px;
  align-self: stretch;
  flex-grow: 1;
  border-radius: 6.07px;
  border: 1.01px solid rgba(145, 151, 152, 1);
}
.included-free-tag {
  font-weight: 700;
  font-size: 16.18px;
  line-height: 100%;
  color: rgba(3, 46, 21, 1);
}

.whats-included-multiple-perfumes {
  display: flex;
  align-items: center;
  gap: 46px;
}
.sub-text-info {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.sub-text-info-item {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 6.94px;
  padding-left: 2px;
}
.seal-check-image {
  width: 12.25px;
  height: 12.25px;
}
.sub-text-para {
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.9px;
  color: rgba(3, 46, 21, 1);
  text-transform: capitalize;
}
.sub-text-info-bold-span {
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.9px;
  color: rgba(3, 46, 21, 1);
}
.add-to-cart-button {
  padding: 12.4px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 18.2px;
  line-height: 28px;
}
/* ---------------Tablet Orientation---------------- */
@media (min-width: 426px) and (max-width: 768px) {
  .container {
    width: 100%;
    padding: 0 20px;
  }
  .subscripton-section {
    flex-direction: column;
    gap: 50px;
    margin: 80px auto 0;
  }
  .carousel-column {
    width: 100%;
    gap: 24px;
  }
  .carousel {
    width: 100%;
    max-width: 300px;
    height: 400px;
    border-radius: 18px;
    margin: 0 auto;
  }
  .carousel-image {
    height: 100%;
  }
  .thumbnails {
    gap: 16px 10px;
    max-width: 400px;
    justify-content: space-between;
    margin: 0 auto;
  }
  .thumb-container {
    width: 20%;
    height: 80px;
    border-radius: 12px;
  }
  .thumb-container.active {
    border: 3px solid rgba(14, 81, 42, 0.796);
  }
  .purchase-column {
    width: 100%;
  }
  .rating-and-reviews-container {
    margin: 10px 0 18px;
  }
  .subscription-options {
    margin: 28px 0 24px;
  }
  .subscription-card {
    border-radius: 6.07px;
    border: 1.5px solid rgba(184, 184, 184, 1);
    overflow: hidden;
    cursor: pointer;
    height: 56px;
    max-width: 450px;
    margin: 0 auto;
  }
  .subscription-card.active .most-popular-heading {
    height: 38px;
  }
  .most-popular-heading {
    font-size: 18px;
  }
  .sub-header {
    padding: 0 13px;
    height: 53px;
  }
  .sub-radio-outer {
    width: 18px;
    height: 18px;
  }
  .sub-radio-inner {
    transition: all 0.4s ease-in-out;
  }
  .subscription-card.active .sub-radio-inner {
    width: 10px;
    height: 10px;
  }
  .sub-header-name {
    font-size: 18px;
    padding-left: 8px;
  }
  .current-price {
    font-size: 17px;
    margin: 0 8px 0 auto;
  }
  .striked-price {
    font-size: 17px;
  }
  .subscription {
    padding: 2px 20px 20px;
  }
  .sub-inner-heading {
    font-size: 15px;
    padding-bottom: 14px;
  }
  .fragrance-row {
    gap: 10px;
    margin-bottom: 22px;
  }
  .best-seller-stripe {
    width: 70px;
    left: 35px;
    font-size: 8px;
  }
  .fragrance-row button {
    width: 33.3%;
    flex-grow: 1;
  }
  .fragrance-row button.selected {
    border: 1px solid grey;
  }
  .fragrance-row img,
  .whats-included-multiple-perfumes img {
    width: 50px;
    height: 90px;
  }
  .whats-included-gallery {
    flex-direction: column;
  }
  .whats-included-first-box {
    width: 150px;
    height: 200px;
    gap: 11px;
  }
  .whats-included-heading {
    font-size: 13px;
  }
  .whats-included-single-perfume {
    width: 80px;
    height: 140px;
  }
  .whats-included-second-box {
    padding: 8px 12px 12px;
    gap: 14px;
    border: 1.01px solid rgba(145, 151, 152, 1);
  }
  .included-free-tag {
    font-size: 13px;
  }

  .whats-included-multiple-perfumes {
    display: flex;
    align-items: center;
    gap: 22px;
  }
  .sub-text-info {
    gap: 6px;
  }
  .sub-text-info-item {
    align-items: flex-start;
    gap: 6px;
  }
  .seal-check-image {
    width: 14px;
    height: 14px;
    margin-top: 3px;
  }
  .sub-text-para {
    font-size: 13px;
  }
  .sub-text-info-bold-span {
    font-size: 13px;
  }
  .add-to-cart-button {
    padding: 7px 0;
    width: 100%;
    max-width: 430px;
    align-self: center;
  }
}

/* ---------------Mobile Orientation---------------- */
@media (max-width: 426px) {
  .container {
    width: 100%;
    padding: 0 20px;
  }
  .subscripton-section {
    flex-direction: column;
    gap: 50px;
    margin: 100px auto 0;
  }
  .carousel-column {
    width: 100%;
    gap: 24px;
  }
  .carousel {
    height: 500px;
    border-radius: 18px;
  }
  .carousel-image {
    height: 100%;
  }
  .thumbnails {
    gap: 16px 0;
  }
  .thumb-container {
    width: 80px;
    height: 80px;
    border-radius: 12px;
  }
  .thumb-container.active {
    border: 3px solid rgba(14, 81, 42, 0.796);
  }
  .purchase-column {
    width: 100%;
  }
  .rating-and-reviews-container {
    margin: 10px 0 18px;
  }
  .subscription-options {
    margin: 28px 0 24px;
  }
  .subscription-card {
    border-radius: 6.07px;
    border: 1.5px solid rgba(184, 184, 184, 1);
    overflow: hidden;
    cursor: pointer;
    height: 56px;
  }
  .subscription-card.active .most-popular-heading {
    height: 38px;
  }
  .most-popular-heading {
    font-size: 18px;
  }
  .sub-header {
    padding: 0 13px;
    height: 53px;
  }
  .sub-radio-outer {
    width: 18px;
    height: 18px;
  }
  .sub-radio-inner {
    transition: all 0.4s ease-in-out;
  }
  .subscription-card.active .sub-radio-inner {
    width: 10px;
    height: 10px;
  }
  .sub-header-name {
    font-size: 15px;
    padding-left: 8px;
  }
  .current-price {
    font-size: 15px;
    margin: 0 8px 0 auto;
  }
  .striked-price {
    font-size: 15px;
  }
  .subscription {
    padding: 2px 20px 20px;
  }
  .sub-inner-heading {
    font-size: 15px;
    padding-bottom: 14px;
  }
  .fragrance-row {
    gap: 10px;
    margin-bottom: 22px;
  }
  .best-seller-stripe {
    width: 70px;
    left: 35px;
    font-size: 8px;
  }
  .fragrance-row button {
    width: 33.3%;
    flex-grow: 1;
  }
  .fragrance-row button.selected {
    border: 1px solid grey;
  }
  .fragrance-row img,
  .whats-included-multiple-perfumes img {
    width: 50px;
    height: 90px;
  }
  .whats-included-gallery {
    flex-direction: column;
  }
  .whats-included-first-box {
    width: 150px;
    height: 200px;
    gap: 11px;
  }
  .whats-included-heading {
    font-size: 13px;
  }
  .whats-included-single-perfume {
    width: 80px;
    height: 140px;
  }
  .whats-included-second-box {
    padding: 8px 12px 12px;
    gap: 14px;
    border: 1.01px solid rgba(145, 151, 152, 1);
  }
  .included-free-tag {
    font-size: 13px;
  }

  .whats-included-multiple-perfumes {
    display: flex;
    align-items: center;
    gap: 22px;
  }
  .sub-text-info {
    gap: 6px;
  }
  .sub-text-info-item {
    align-items: flex-start;
    gap: 6px;
  }
  .seal-check-image {
    width: 14px;
    height: 14px;
    margin-top: 3px;
  }
  .sub-text-para {
    font-size: 13px;
  }
  .sub-text-info-bold-span {
    font-size: 13px;
  }
  .add-to-cart-button {
    padding: 10px 0;
  }
}
