@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Syncopate:wght@400;700&display=swap');

* {
    padding: 0;
    margin: 0;
    font-family: "Poppins", sans-serif;
}

/************ Top Bar Start 1.0 ************/
.top-bar {
    background-color: #000;
    padding: 8px;
}

.top-bar p {
    margin: 0;
    text-align: center;
    color: #fff;
    font-size: 13px;
}

/************ Top Bar End ************/


/************ Brand-logo Start 2.0 ************/
.brand-logo {
    background-color: #fff;
    padding: 15px;
    margin-top: 15px;
}

.brand-logo img {
    width: 100%;
    max-width: 22%;
    margin: auto;
    display: block;
}

/************ Brand-logo End ************/

/************ Product Details Start 3.0 ************/
.prodcut-Details-wrapper {
    background-color: #e5e5e5;
    padding: 50px 0;
}

.prodcut-Details-wrapper .row {
    align-items: center;
}

/************ Product Gallery Start 3.1.0 ************/
.carousel-item {
    padding: 30px;
    padding-bottom: 50px;
}

.carousel-item img {
    border-radius: 10px;
    box-shadow: 0px 3px 13px 6px #b9b9b9;
}

.carousel-indicators [data-bs-target] {
    width: 5px;
    height: 5px;
    background-color: transparent;
    border: 1px solid grey;
    border-radius: 50%;
}

.carousel-indicators .active {
    background-color: #000;
    border: 1px solid #000;
}

/************ Product Gallery End ************/

/************ Product Info Start 3.2.0 ************/
.product-info {
    padding: 0px 30px;
}

.product-title h2 {
    font-size: 30px;
    font-weight: 400;
}

.product-price p {
    font-size: 16px;
    color: #000;
    margin-top: 10px;
}

.product-price {
    margin-left: 20px;
}
.product-price .currency {
    font-size: 22px;
    font-weight: 400;
    margin-left: 5px;
    color: #730c10;
}

.product-price .price-value {
    font-size: 22px;
    font-weight: 400;
    margin-right: 5px;
    color: #730c10;
}

.product-price .currency-discount {
    font-size: 14px;
    margin-left: 5px;
    text-decoration: line-through;
    color: #555555;
}

.product-price .discount-price-value {
    font-size: 14px;
    margin-right: 5px;
    text-decoration: line-through;
    color: #555555;
}

.short-dec {
    font-size: 17px;
}

.purchace-btn {
    display: flex;
    align-items: center;
    margin: 15px 0;
}

.add-to-cart {
    background-color: #000;
    border: 1px solid #000;
    padding: 10px 60px;
    border-radius: 15px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 13px;
    cursor: pointer;
}

.detail-dec {
    font-size: 13px;
    max-width: 80%;
    line-height: 21px;
    margin-bottom: 15px;
}

/************ Product Info End ************/

/************ Product Description Start ************/
.prodcut-description-wrapper {
    padding: 50px 30px;
}

.prodcut-description-wrapper>.container-fluid {
    box-shadow: 1px 1px 12px 3px #8989898c;
    border-radius: 0px 50px 50px 50px;
    padding: 50px;
}

.product-content-wrapper {
    padding-right: 30px;
}

.product-content-title h2 {
    font-size: 30px;
    font-weight: 600;
}

.product-content-description p {
    font-size: 13px;
}

.product-content-points h3 {
  font-size: 18px;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.imagine-list {
  list-style: none;
  padding-left: 0;
}

.imagine-list li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 8px;
    font-size: 13px;
}

.imagine-list li::before {
  content: '✔';
  position: absolute;
  left: 0;
  top: 0;
  color: #111;
  font-weight: bold;
}

.col-md-6.prdocut-video {
    display: flex;
    margin: auto;
    justify-content: center;
    position: relative;
}

.col-md-6.prdocut-video video {
    height: 400px;
}

/************ Product Description End ************/

/************ Modules || OverView Start ************/
.modules-overview-wrapper {
    padding: 10px 30px;
}

.modules-overview-title h2 {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
}

.swiper {
    width: 100%;
}

.swiper-slide {
    background: #fff;
    text-align: center;
    width: 200px;
    padding: 20px;
    border-radius: 10px;
    cursor: pointer;
}

.swiper.mySwiper.swiper-initialized.swiper-horizontal {
    margin-left: -10px;
}

.swiper-slide img {
    height: 358px;
    width: 236px;
    object-fit: cover;
    object-position: top;
}
.video-wrapper video {
    width: 236px !important;
    height: 358px !important;
    display: block;
    background: #000;
    object-fit: cover;
}

.modules-overview-wrapper .swiper-btn {
    background: #000;
    color: #fff;
    padding: 18px;
    border-radius: 50%;
    height: 20px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 12px !important;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 30px !important;
}

.slider-content {
    text-align: left;
    margin-top: 15px;
}

.slider-content h3 {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.7px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.slider-content h5 {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.7px;
    margin-bottom: 6px;
}

.slider-content p {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0px;
    margin-bottom: -3px;
}

.video-wrapper {
    position: relative;
}

.video-wrapper video {
    width: 100%;
    height: auto;
    display: block;
    margin: auto;
}

.video-wrapper .toggle-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff;
    border-radius: 50%;
    border: none;
    color: #ffb7b7b0;
    font-size: 16px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

/* Popup Modal */
.popup {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.popup-content {
    background: #fff;
    position: relative;
    display: flex;
    align-items: center;
    box-shadow: 1px 1px 12px 3px #8989898c;
    border-radius: 0px 50px 50px 50px;
    padding: 30px;
    min-height: 403.3px;
}

#popup-title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 40px;
}

.popup-text {
    width: 60%;
}

.popup-media {
    width: 40%;
    display: flex;
    justify-content: center;
    position: relative;
}

h3#popup-subtitle {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}

h3#popup-timeduration {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    margin-bottom: 40px;
}

p#popup-desc {
    font-size: 16px;
    letter-spacing: 0.7px;
}

.popup-media video {
    width: 40%;
}

.video-controls {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-controls button {
    background-color: transparent;
    border: none;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
    opacity: 0.6;
}

.video-controls button:hover {
    color: #f39c12;
}

.hidden {
    display: none;
}

/************ Modules || OverView End ************/

/************ Testimonial End ************/

.section-title {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    margin-top: -50px;
    text-transform: uppercase;
}

.testimonial-wrapper {
    position: relative;
    max-width: 95%;
    padding: 100px 0 50px;
    margin: 35px auto 70px;
    box-shadow: 1px 1px 12px 3px #8989898c;
    border-radius: 0px 50px 50px 50px;
}

.testimonial-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.testimonial-text {
    max-width: 600px;
    font-size: 16px;
    margin: auto;
}

.testimonial-author {
    font-weight: 600;
    margin-top: 15px;
    text-transform: uppercase;
}

.thumbnail-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 40px;
}

.thumbnail-floating {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid transparent;
    transition: border-color 0.3s;
    cursor: pointer;
    padding: 15px;
    display: flex;
    margin: auto;
}

.thumbnail-floating img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.mySwiper2 .swiper-slide {
    padding-bottom: 50px;
}
.mySwiper2 .swiper-pagination-bullet {
  background: #000000;
  opacity: 0.3;
  transition: opacity 0.3s ease;
}

.mySwiper2 .swiper-pagination-bullet-active {
  opacity: 1;
}

/************ Testimonial End ************/

.row.about-us-container {
    display: flex;
    align-items: center;
}
.about-us {
    margin-top: 50px;
}
.about-us h2{
    font-size: 30px;
    font-weight: 600;
    margin-top: -50px;
    text-transform: capitalize;
}
.about-us .about-us-description{
    margin-top: 20px;
}
.about-us p{
font-size: 13px;
}
.user-review {
    text-align: center;
    margin: 50px auto 0;
    max-width: 60%;
}
.user-review h2{
    font-size: 30px;
    font-weight: 600;
    text-transform: capitalize;
}
.user-review p{
    font-size: 13px;
}

/************ FAQ Start ************/
.faq-wrapper {
    padding: 40px 50px 0px;
    margin-bottom: 40px;
}

.faq-container {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
}

.faq-content {
    max-width: 90%;
    margin: auto;
}
.faq-content h2{
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.accordion-item {
    border-radius: 6px;
    margin-bottom: 10px;
    overflow: hidden;
    transition: border 0.3s ease;
}

.accordion-header {
    background-color: #fff;
    padding: 16px 20px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
    border: 1px solid #ddd;
    border-radius: 6px;
}

.accordion-header:hover {
    background-color: #f9f9f9;
}

.accordion-header.active {
    border: 1px solid #000;
}

.accordion-header .arrow {
    transition: transform 0.3s ease;
}

.accordion-header.active .arrow {
    transform: rotate(180deg);
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
    font-size: 14px;
    color: #555;
    transition: max-height 0.4s ease, padding 0.4s ease;
}

.accordion-content.open {
    padding: 16px 20px;
    max-height: 300px;
}

.faq-image {
    flex: 1 1 300px;
}

.faq-image img {
    width: 80%;
    max-width: 80%;
    height: 380px;
    object-fit: cover;
    object-position: top;
    border-radius: 8px;
    margin: auto;
    display: block;
}

/************ FAQ End ************/

/* Policy Pages */
.policies-content {
    margin-bottom: 40px;
    max-width: 600px;
    box-shadow: 1px 9px 20px 7px #d5d5d57d;
    padding: 30px;
    border: 1px solid #e7e7e7;
    border-radius: 20px;
    margin-left: auto;
    margin-right: auto;
}
.policy-container .page-title {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    padding: 60px 10px;
}
.policies-content h3 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.3px;
    line-height: 21px;
}
.policies-content ul, .policies-content ol {
    font-size: 13px;
    margin: 0px 0px 20px 20px;
    margin-block-start: 20px !important;
}
.policies-content p {
    font-size: 13px;
}

.footer-links {
    text-align: center;
    padding: 20px 0;
    border: 1px solid black;
}
.footer-links a {
    text-decoration: none;
    color: #000;
    margin: 10px;
}
.footer-links a:hover {
    text-decoration: underline;
}

/************ Media Query For Mobile Devices ************/
@media only screen and (max-width: 600px) {
    .top-bar p {
        font-size: 11px;
    }

    .brand-logo img {
        max-width: 40%;
    }

    .prodcut-Details-wrapper {
        padding: 30px 0;
    }

    .carousel-item {
        padding: 15px 15px 50px;
    }

    .product-info {
        padding: 20px 15px;
        text-align: center;
    }

    .product-title h2 {
        font-size: 22px;
        font-weight: 600;
    }

    .short-dec {
        font-size: 15px;
    }

    .product-price p {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .add-to-cart {
        padding: 10px 45px;
        border-radius: 10px;
    }

    .more-details a {
        padding: 10px 45px;
        border-radius: 10px;
    }

    .purchace-btn {
        justify-content: center;
    }

    .detail-dec {
        max-width: 100%;
        line-height: 20px;
    }

    .product-content-title h2 {
        font-size: 22px;
    }

    .product-content-wrapper {
        padding-right: 0px;
        padding-left: 0px;
    }

    .product-content-description p {
        font-size: 13px;
    }
    .product-content-points h3 {
    font-size: 16px;
}
.imagine-list li {
    margin-bottom: 5px;
    font-size: 12px;
}

    .col-md-6.prdocut-video video {
        height: 300px;
    }

    .modules-overview-wrapper {
        padding: 0px 15px;
    }

    .modules-overview-title h2 {
        font-size: 22px;
    }

    .swiper-button-prev,
    .swiper-rtl .swiper-button-next {
        left: 10px !important;
    }

    .slider-content {
        text-align: center;
    }

    .popup-content {
        flex-direction: column;
    }

    .popup-text {
        width: 100%;
    }

    .popup-media {
        width: 100%;
    }

    .popup-media video {
        width: 100%;
        height: 300px;
        margin-top: 10px;
    }

    #popup-title {
        font-size: 22px;
        margin-bottom: 25px;
    }

    h3#popup-subtitle {
        font-size: 15px;
        letter-spacing: 0.3px;
    }

    h3#popup-timeduration {
        font-size: 13px;
        letter-spacing: 0.3px;
        margin-bottom: 25px;
    }

    p#popup-desc {
        font-size: 13px;
        letter-spacing: 0.3px;
    }

    .testimonial-wrapper {
        max-width: 100%;
        padding: 80px 0 40px;
        margin-left: 30px;
        margin-right: 30px;
        margin-bottom: 10px;
    }

    .thumbnail-floating {
        padding: 10px;
    }

    .thumbnail-floating.thumb-1 {
        width: 100px;
        height: 100px;
    }

    .thumbnail-floating.thumb-2 {
        width: 70px;
        height: 70px;
    }

    .thumbnail-floating.thumb-3 {
        width: 100px;
        height: 100px;
    }

    .thumbnail-floating.thumb-4 {
        width: 85px;
        height: 85px;
    }

    .thumbnail-floating.thumb-5 {
        width: 75px;
        height: 75px;
    }

    .testimonial-text {
        font-size: 14px;
    }

    .testimonial-author {
        font-size: 14px;
        margin-top: 10px;
    }

    .section-title {
        font-size: 22px;
        margin-top: -35px;
    }

    .about-us h2 {
    font-size: 22px;
    text-align: center;
}
.about-us .about-us-description {
    text-align: center;
}
.user-review {
    text-align: center;
    max-width: 100%;
}
.user-review h2 {
    font-size: 22px;
}

    .faq-wrapper {
        padding: 50px 15px 0px;
        margin-bottom: 0px;
    }

    .accordion-header {
        padding: 10px 14px;
        font-size: 14px;
    }

    .accordion-content.open {
        padding: 10px 14px;
    }

    .faq-image img {
        width: 100%;
        max-width: 100%;
        height: 380px;
    }
    .policy-container .page-title {
        font-size: 22px;
        padding: 40px 10px;
    }
    .policies-content {
        margin-bottom: 30px;
        padding: 25px;
        border-radius: 16px;
    }
    .policies-content h3 {
        font-size: 16px;
        line-height: 21px;
    }
    .policies-content p {
        font-size: 12px;
        line-height: 18px;
    }
    .policies-content ul, .policies-content ol {
        font-size: 12px;
        margin: 0px 0px 10px 10px;
        margin-block-start: 15px !important;
    }
    section.footer-bottom-wrapper {
        margin-top: 20px;
    }
}