.page-nav {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 2%;
    font-family: Roboto;
    font-size: 1em;
    padding-left: 3%;
    margin-top: 2%;
    width: max-content;
    text-wrap: nowrap;
    user-select: none;
    line-height: 1;
}

.page-nav #video-name {
    color: #b19361;
}

.page-nav i {
    font-size: 0.8em;
}

.page-nav a {
    transition: all 0.2s ease-in-out;
}

.page-nav a:hover {
    color: #b19361;
}

.template-container {
    display: flex;
    justify-content: space-between;
    align-items: start;
    width: 94%;
    padding: 2% 3%;
}

.product-display {
    display: flex;
    justify-content: start;
    align-items: start;
    width: 50%;
    flex-direction: column;
    gap: 1em;
}


.whatsapp-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: white;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.whatsapp-icon:hover {
    box-shadow: 0 0 10px 0 rgba(146, 146, 146, 0.5);
}

.whatsapp-icon img {
    width: 100%;
    height: 100%;
}
.product-display .title {
    text-transform: capitalize;
    font-family: Roboto;
    font-size: 1.5em;
    width: 60%;
}

.product-display .content {
  display: flex;
  justify-content: center;
  align-items: start;
  width: 100%;
  height: 100%;
  gap: 2em;
}

.product-display .content .leftview {
  width: 20%;
}

.product-display .content .leftview .wrapper {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
  gap: 2em;
}

.product-display .content .rightview {
  width: 42%;
  overflow: hidden;
  position: relative;
  padding: 0 50px;
}

.product-display .content .image-container {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  position: relative;
  display: flex;
  overflow: hidden;
}

.product-display .content img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-display .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  color: var(--primary-color);
  z-index: 2;
  padding: 3%;
  background: var(--primary-color);
  border-radius: 50%;
  aspect-ratio: 1;
  width: 40px;
}

.product-display .play-btn i {
  font-size: 1.5em;
  color: var(--secondary-color);
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}

.product-display .content .rightview .pagination {
  display: flex;
  justify-content: center;
  margin-top: 1em;
}

.product-display .content .swiper-pagination-bullet-active {
  background: var(--primary-color);
}

.product-display .leftSwiper .swiper-slide {
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

.product-display .leftSwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.product-display .content .rightSwiper .swiper-button-next::after,
.product-display .content .rightSwiper .swiper-button-prev::after {
    font-size: 2em;
}

.product-display .content .rightSwiper .swiper-button-next {
    right: 0;
}


.product-display .content .rightSwiper .swiper-button-prev {
    left: 0;
}

.product-display .content .rightSwiper .swiper-button-next,
.product-display .content .rightSwiper .swiper-button-prev {
    color: var(--primary-color);
}

.product-display .video-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45%;
    height: auto;
    aspect-ratio: 9/16;
}

.product-display .video-container iframe {
    width: 100%;
    height: 100%;
}

.product-description {
    width: 45%;
    padding: 0 2%;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    gap: 1.5em;
    margin-top: 2%;
}

.product-description > div {
    text-align: left;
    font-family: Roboto;
    background: var(--background-color);
    padding: 3% 4%;
    border-radius: 8px;
    width: 92%;
}

.product-description > div .title {
    font-size: 1.2em;
    font-weight: 600;
    font-family: Poppins;
    margin-bottom: 1.5%;
}

.product-description > div .content {
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    padding: 0 3%;
    gap: 0.9em;
    font-size: 1em;
    width: 100%;
}

.product-description > div .content > p {
    width: 100%;
}

.product-description > div .content > p span {
    line-height: 1.5;
}

.product-description > div .content .dot {
    border-radius: 50%;
    background: #b19361;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 2%;
}

.product-description .content .content-title {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 2%;
    font-size: 1.5em;
}

.product-description .content .content-title img {
    width: 4%;
    height: 4%;
}

.try-now {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.try-now button {
    padding: 2% 4%;
    border: none;
    background: #b19361;
    color: white;
    font-size: 1.5em;
    border-radius: 8px;
    margin: 2% 0;
    cursor: pointer;
    transition: all 0.2s linear;
}

.try-now button:hover {
    box-shadow: -1px 3px 5px 0 rgb(146, 146, 146);
}

.product-description .action-btns {
  display: flex;
  justify-content: start;
  gap: 1em;
  align-items: center;
}

.product-description .order-btn,
.product-description .ask-expert {
    width: 40%;
    cursor: pointer;
    border: none;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 3% 1%;
    background: #25D366;
    color: white;
    font-size: 1.2em;
    border-radius: 5px;
    transition: all 0.2s linear;
    position: relative;
}

.product-description .ask-expert {
  background: white;
  color: var(--primary-color);
  width: 30%;
  white-space: nowrap;
  border: 3px solid var(--primary-color);
  font-weight: 600;
}

.product-description .ask-expert::after {
  content: "Ask Invito team to create video for you";
  background: var(--background-color);
  color: #3e3e3e;
  font-size: 0.8em;
  font-family: Roboto;
  position: absolute;
  width: calc(100% - 2em);
  bottom: 0%;
  left: 50%;
  translate: -50% -10%;
  z-index: -1;
  padding: 1em;
  border-radius: 5px;
  white-space: normal;
  opacity: 0;
  border: 1px solid #EAEAEA;
  transition: all 0.2s ease-in-out;
}

.product-description .ask-expert::before {
  content: "";
  position:absolute;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid var(--background-color);
  transform:rotate(0deg);
  left: 50%;
  bottom: 0%;
  z-index: -1;
  opacity: 0;
  translate: -50% 0;
  transition: all 0.2s ease-in-out;
}

.product-description .order-btn i {
    line-height: normal;
}

.product-description .order-btn:hover {
    box-shadow: -2px 2px 5px 0 #3bac65;
}

.product-description .ask-expert:hover::after,
.product-description .ask-expert:hover::before {
  opacity: 1;
  z-index: 5;
  bottom: 100%;
}

.product-description .ask-expert:hover {
  box-shadow: -2px 2px 5px 0 #9f9077;
}

.product-description hr {
    width: 100%;
    border: none;
    border-top: 2px solid #909090;
}

.product-description .category-list,
.product-description .action-btns,
.product-description .share-options {
    background: transparent;
    padding: 0;
    user-select: none;
}

.product-description .category-list .content-title,
.product-description .share-options .content-title {
    font-weight: 500;
}

.product-description .category-list span:not(.content-title),
.product-description .share-options span:not(.content-title) {
    color: #909090;
}

.product-description .share-options span.all-links {
    display: inline-flex;
    justify-content: start;
    align-items: center;
    gap: 0.8em;
    margin-left: 2%;
}

.product-description .share-options span.all-links > a {
    transition: all 0.2s linear;
    font-size: 1.2em;
}

.product-description .share-options span.all-links > a:hover {
    color: black;
}


@media (max-width:576px) {
    .page-nav {
        width: 97%;
        gap: 0.5em;
        flex-wrap: wrap;
        margin-top: 5%;
    }

    .page-nav i {
        font-size: 0.7em;
    }

    .template-container {
        flex-direction: column;
        gap: 1.5em;
    }

    .product-display {
        width: 100%;
        gap: 1.5em;
    }

    .product-display .title {
        width: 100%;
        line-height: 1.4;
    }

    .product-display .video-container {
        width: 80%;
    }

    .try-now button {
        border-radius: 5px;
        width: 70%;
        padding: 5%;
    }

    .product-description {
        width: 95%;
        flex-direction: column-reverse;
    }
    
    .product-description .action-btns {
      width: 100%;
    }

    .product-description .action-btns button {
      font-size: 0.9em;
      padding: 1em 0;
    }

    .product-description .ask-expert {
      width: 45%;
    }

    .product-description .order-btn {
      width: 70%;
    }

    .product-description .category-list,
    .product-description .share-options {
        line-height: 1.4;
    }
}




/* Description Content Section starts here */

.description-content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;
    margin: 2% 0;
}

.description-content .title { 
    font-size: 1.5em;
    font-family: Roboto;
    background: var(--background-color);
    border-radius: 5px;
    padding: 0.2em 0.5em;
    width: 55%;
    text-align: center;
    line-height: 1.5;
}

.description-content .content {
    width: 60%;
    margin-top: 1.5%;
    font-family: Roboto;
    line-height: 1.5;
}

.description-content .content .sub-title {
    font-weight: 500;
    font-size: 1.2em;
    margin-bottom: 1%;
    display: block;
}

.faq-content {
    margin-top: 5%;
}

.faq-content .title {
    width: max-content;
}

.faq-content .content .list {
    margin-left: 3%;
    margin-right: 1%;
    font-weight: 900;
    background: black;
    border-radius: 50%;
    display: inline-block;
    width: 8px;
    height: 8px;
}

@media (max-width:576px) {
    .description-content {
        margin: 5% 0;
    }

    .description-content .content {
        width: 90%;
        margin-top: 5%;
    }
}

/* Description Content Section ends here */



/* Whatsapp Contact Section starts here */
.contact-whatsapp {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 3% 0;
    background: var(--background-color);
    padding: 3% 0;
}

.contact-whatsapp .content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 60%;
    gap: 1.8em;
}

.contact-whatsapp .content p {
    font-size: 1.5em;
    font-family: Poppins;
    font-weight: 500;
}

.contact-whatsapp .content a {
    cursor: pointer;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border: none;
    font-size: 1.2em;
    background: linear-gradient(180deg, rgba(37,211,102,1) 0%, rgba(23,145,69,1) 70%);
    padding: 2%;
    width: 23%;
    border-radius: 8px;
    color: white;
    transition: all 0.2s linear;
    font-family: Roboto;
}

.contact-whatsapp .content a:hover {
    box-shadow: -2px 2px 5px 0 #3bac65;
}

.contact-whatsapp .content a i {
    line-height: normal;
}

@media (max-width:576px) {
    .contact-whatsapp {
        padding: 10% 0;
    }

    .contact-whatsapp .content {
        width: 100%;
        text-align: center;
    }

    .contact-whatsapp .content a {
        width: 55%;
        padding: 5%;
        font-size: 1.5em;
    }
}

/* Whatsapp Contact Section ends here */




/* Display Video Section starts here */

.display-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    margin: 3% 0;
    gap: 2em;
}

.display-container .title {
    font-family: Roboto;
    font-size: 2em;
}

.display-container .view-more {
    background: var(--primary-color);
    color: white;
    font-family: Roboto;
    font-size: 1.2em;
    padding: 1% 2%;
    transition: all 0.2s linear;
}

.display-container .view-more:hover {
    box-shadow: 0 0 5px rgb(127, 126, 126);
}

.display-videos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3em;
    width: 80%;
    flex-wrap: wrap;
}


.display-videos .content {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
    gap: 0.5em;
    width: 20%;
    padding: 2% 1%;
    background: var(--background-color);
    border-radius: 8px;
    padding-bottom: 1%;
    min-width: 20%;
}

.display-videos .display-container {
    position: relative;
    aspect-ratio: 9/16;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    background: #e1e1e1;
    border-radius: 5px;
    margin: 0;
}

.display-videos .display-container .img-container {
    aspect-ratio: 9/16;
}

.display-container img {
    width: 100%;
    height: 100%;
}

.display-container .iframe-container {
    display: none;
    aspect-ratio: 9 / 16;
}

.display-container iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.display-container .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    color: var(--primary-color);
    z-index: 2;
    padding: 3%;
    background: var(--primary-color);
    border-radius: 50%;
    aspect-ratio: 1;
    width: 40px;
    cursor: pointer;
    transition: all 0.2s linear;
}

.display-container .play-btn:hover {
    scale: 1.05;
}

.display-container .play-btn:active {
    scale: 0.95;
}

.display-container .play-btn i {
    font-size: 1.5em;
    color: var(--secondary-color);
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
}

.display-videos .title-container {
    display: flex;
    justify-content: start;
    align-items: center;
    width: 90%;
    font-family: Poppins;
    font-size: 1em;
}

.display-videos .price-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    font-family: Poppins;
    line-height: 1;
}

.price-container .strike-price {
    text-decoration: line-through;
    font-size: 1em;
}

.price-container .actual-price {
    font-size: 1.3em;
    font-weight: 600;
}

.price-container .discount {
    font-weight: 600;
    color: var(--primary-color);
    font-size: 1em;
}

.display-videos .edit-btn {
    background-color: var(--primary-color);
    color: var(--secondary-color);
    font-family: Inter;
    font-weight: 500;
    font-size: 1.1em;
    border: none;
    width: 100%;
    padding: 0.5em;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.2s linear;
}

.display-videos .edit-btn:hover,
.display-videos .view-all-btn:hover {
    box-shadow: -1px 3px 5px 0 rgb(146, 146, 146);
}

.display-videos .view-all-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 1%;
    font-family: Poppins;
    cursor: pointer;
    background: var(--primary-color);
    color: white;
    border-radius: 50%;
    width: auto;
    height: 40px;
    aspect-ratio: 1;
    font-size: 0.8em;
    font-weight: 500;
    transition: all 0.2s linear;
}

.display-videos .view-all-btn p {
    width: max-content;
}

@media (max-width:768px) {
    .display-videos {
        width: 95%;
    }

    .display-videos .content {
        width: 25%;
    }
}

@media (max-width:576px) {
    .display-container {
        margin: 10% 0;
    }

    .display-videos {
        width: 100%;
        gap: 1em;
    }

    .display-videos .content {
        width: 42%;
        min-width: 42%;
        padding: 4% 1%;
    }

    .display-videos .edit-btn {
        width: 90%;
        font-size: 0.9em;
        padding: 0.7em;
    }

    .display-videos .title-container {
        font-size: 0.9em;
        font-weight: 500;
    }

    .price-container .strike-price,
    .price-container .discount {
        font-size: 0.9em;
    }

    .price-container .actual-price {
        font-size: 1.1em;
    }

    .display-container .view-more {
        padding: 3% 5%;
        font-size: 1.4em;
    }
}

/* Display Video Section ends here */