.slider-container {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
}

.slider {
    position: relative;
    display: flex;
    overflow: hidden;
}
.slide {
    display: none;
}

.slide.active {
    display: block;
}
.vivid-pro-img{
    width: 100%;
    height: 310px;
}
.slide {
    min-width: 100%;
    transition: all 0.5s ease-in-out;
}
.prev, .next {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
}

.slider-dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider-dots .dot {
    height: 12px;
    width: 12px;
    margin: 0 5px;
    background-color: #ff871d;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.3s ease;
    cursor: pointer;
}

.slider-dots .dot.active {
    background-color: #717171;
}


.slide img {
    width: 100%;
    height: 700px;
    object-fit: cover;
}




.slider-containerr {
    position: relative;
    margin: auto;
    overflow: hidden;
  }

  .sliderr {
    display: flex;
    transition: transform 0.5s ease-in-out;
  }

  .slidee {
    min-width: calc(100% / 4); /* Show 4 images at a time */
    box-sizing: border-box;
  }

  .slidee img {
    width: 100%;
    display: block;
  }

  .prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0,0,0,0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 1;
  }
  @media (max-width: 768px) {
    .slidee {
      min-width: calc(100% / 2); /* Show 2 images at a time on smaller screens */
    }
  }

  @media (max-width: 480px) {
    .slidee {
      min-width: 100%; /* Show 1 image at a time on very small screens */
    }
  }



  /* Same CSS as before */
  .slider-containerr {
    position: relative;
    margin: auto;
    overflow: hidden;
  }

  .sliderr {
    display: flex;
    transition: transform 0.5s ease-in-out;
  }

  .slidee {
    min-width: calc(100% / 4); /* Show 4 images at a time */
    box-sizing: border-box;
  }

  .slidee img {
    width: 100%;
    display: block;
  }
  @media (max-width: 768px) {
    .slidee {
      min-width: calc(100% / 2); /* Show 2 images at a time on smaller screens */
    }
  }

  @media (max-width: 480px) {
    .slidee {
      min-width: 100%; /* Show 1 image at a time on very small screens */
    }
  }
      .marquee {
        overflow: hidden;
        white-space: nowrap;
        box-sizing: border-box;
        padding: 10px 0;
    }

    .marquee .main-marquee {
        display: inline-block;
        animation: marquee 10s linear infinite;
        margin: 0px 10px;
        /* Adjusted margin to minimize spacing */
    }

    .winner-img {
        width: 180px;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .img-winner {
        width: 180px;
        height: auto;
    }

    .winner-name {
        color: #ff871d;
        margin: 0px;
        font-size: 20px;
        font-weight: 600;
    }

    .winner-place {
        color: #000;
        font-size: 15px;
        font-weight: 600;
    }

    @keyframes marquee {
        0% {
            transform: translateX(100%);
        }
        100% {
            transform: translateX(-100%);
        }
    }
  .content-banner {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    transition: all .3s;
    text-align: center;
}
.cnt-bnnr{
    top: 50%;
}
.content-banner:hover .title {
    color: #ff871d;
}
.content-banner .title {
    font-size: 35px;
    font-weight: 600;
    letter-spacing: .5px;
    transition: all .3s;
    color: #2f338a;
}
.title:hover{
    text-decoration: none;
}
.content-banner .sub-title {
    text-align: center;
    font-size: 18px;
    line-height: 18px;
}
.box-content {
    position: absolute;
    left: 10%;
    padding: 20px;
    max-width: 40%;
    color: #fff;
    top: 25%;
}

.box-info h3 {
    margin-bottom: 10px;
}
.title-small{
    font-family: Jost;
    color: #000;
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 15px;
    text-transform: unset;
    line-height: 1.5;
}
.titlebig{
    font-family: Jost;
    font-size: 80px;
    font-weight: 500;
    padding-bottom: 15px;
    color: #2f338a;
}
.button-main2 {
    display: inline-block;
    padding: 10px 20px;
    background-color: #00000000;
    color: #000000;
    text-decoration: none !important;
    border-radius: 0px;
    border: 1px solid #000;
}
.button-main2:hover{
    background-color: #2f338a;
    color: #fff;
    transition: 0.5s;
    border: 1px solid #2f338a;
}


.display-7{
    font-size: 45px;
}
.section-banner-v10 .banner .content-banner {
    position: absolute;
    bottom: -5%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 100%;
}
.section-banner-v10 .box-video .line-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 16px solid rgba(25, 34, 0, .3);
    border-radius: 60px;
    animation: squares 3.9s linear 0s infinite;
    animation-play-state: running;
    opacity: 0;
    border-color: rgba(255, 255, 255, .3);
}
.section-banner-v10 .box-video .line-video.line-2 {
    animation-delay: 1.1s;
}
.section-banner-v10 .box-video .btn-banner {
    width: 60px;
    height: 60px;
    background-color: #fff;
    line-height: 60px;
    text-align: center;
    border-radius: 60px;
    color: #ff871d;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section-banner-v10 .box-video {
    transform: translate(-50%, -50%);
    left: 50%;
    position: absolute;
    top: 50%;
}
.section-banner-v10 .banner .content {
    left: 5%;
    position: absolute;
    bottom: -10%;
    transform: translatey(-50%);
}
.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 55px;
    height: 55px;
    background: #ff871d;
    border-radius: 50%;
    animation: pulse-border 1100ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 19px solid #ff871d;
    border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  top: 10px;
  left: 5px;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
/* Base styles are already defined above */

/* Responsive for mobile screens */
@media screen and (max-width: 768px) {
    .slider-container {
        overflow: hidden;
    }

    .box-content {
        left: 20px; /* Adjusted for mobile */
        padding: 10px;
        max-width: 90%; /* Take up more space on smaller screens */
    }

    .titlebig {
        font-size: 40px; /* Smaller font for mobile */
    }

    .title-small {
        font-size: 16px; /* Adjusted smaller text */
    }

    .slide img {
        height: 300px; /* Smaller height for mobile */
    }

    .button-main2 {
        font-size: 14px; /* Adjust button size */
        padding: 8px 16px;
    }
}

/* For extra small devices */
@media screen and (max-width: 480px) {
    .titlebig {
        font-size: 30px; /* Even smaller text */
    }

    .title-small {
        font-size: 14px; /* Reduced text size */
    }

    .button-main2 {
        font-size: 12px; /* Further reduce button text size */
        padding: 6px 12px;
    }
}
.animated {
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}

.box-title1 {
    animation-name: fadeInLeft;
}

.box-title {
    animation-name: fadeInRight;
}

.box-title2 {
    animation-name: fadeInUp;
}

.btn-animation {
    animation-name: fadeInDown;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-100%);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(100%);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-100%);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.product-new{
    width: 100%;
    height: 315px;
    margin-bottom: 20px;
}
.amt-new-product{
    color: #ff871d;
    font-weight: 600;
}
.camera-txt{
    font-weight: 600;
    color: #000;
}
.camera-txt:hover{
    color: #ff871d;
    text-decoration: none;
}
.cart-hover{
    background: #fff;
    padding: 13px;
    border-radius: 50%;
    font-size: 17px;
    color: #000;
    box-shadow: 0 15px 25px rgba(0, 0, 0, .08);
}
.icons-new-cart{
    justify-content: center;
    position: absolute;
    bottom: 60px;
}
.add-hover{
    display: flex;
    justify-content: center;
}
.product-col {
    position: relative;
}

.add-hover {
    /*display: flex;*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    right: 0;
    bottom: 0;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.product-col:hover .add-hover {
    opacity: 1;
    visibility: visible;
}
.cart-hover:hover{
    background: #ff871d;
    color: #fff;
}
/* Modal background */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  background-color: rgba(0, 0, 0, 0.5); /* Black background with opacity */
}

/* Modal content */
.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  max-width: 800px;
  box-shadow: 0px 5px 15px rgba(0,0,0,0.3);
  text-align: center;
}

/* Modal header */
.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #fff !important;
  margin-bottom: 15px;
  padding: 0px !important;
}

/* Close button */
.close {
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
}

.success-message:before {
    font-family: FontAwesome;
    content: "\f00c";
    display: inline-block;
    margin-right: 10px;
    font-size: 12px;
}
.success-message {
    color: #086b1d;
    font-size: 13px;
    line-height: 25px;
}
.product-image-vividi{
    max-width: 150px;
}
.product-info p span {
    font-size: 14px;
    font-weight: 400;
    color: #ff871d;
}
.shop-button {
    margin: 0 auto;
    margin-bottom: 20px;
    font-family: Jost;
    transition: all .3s ease;
    width: 270px;
    max-width: 100%;
    height: 50px;
    font-size: 12px;
    text-transform: uppercase;
    background: #fff;
    border: 2px solid #ff871d;
    letter-spacing: 1.5px;
    justify-content: center;
    font-weight: 600;
    color: #111111;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    transition: .3s;
    text-align: center;
}
.shop-button:hover {
    background: #ff871d;
    color: #fff;
}
.go_cart {
    background: #ff871d;
    color: #fff;
}
.go_cart:hover {
    background: #111111;
    border: 2px solid #111111;
}
.more_info p span {
    color: #ff871d;
}
.actions {
    display: inline-block;
}
.more_info {
    border-left: 1px solid #eee;
}
.total_price span {
    font-size: 22px;
    font-weight: 400;
}
.checkout-button {
    margin: 0 auto;
    margin-bottom: 20px;
    font-family: Jost;
    transition: all .3s ease;
    width: 270px;
    max-width: 100%;
    height: 50px;
    text-transform: uppercase;
    font-size: 12px;
    background: #ff871d;
    border: 2px solid #ff871d;
    letter-spacing: 1.5px;
    justify-content: center;
    font-weight: 600;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    transition: .3s;
    text-align: center;
}
.btn-disabled {
    pointer-events: none;
    opacity: .5;
    cursor: default;
}
.button >.button-shop {
    font-size: 18px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    font-weight: 500;
    padding-bottom: 5px;
    transition: color 0.3s ease; /* Smooth color transition */
}
.button >.button-shop-template--15856669425919__164904003102774519 {
    color: #000000; /* Default color */
}
.button >.button-shop:hover {
    text-decoration: none;
    color: #ff0000;
}
.button >.button-shop:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #000;
    left: 0;
    bottom: 0;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}
.button >.button-shop:hover:before {
    transform: scaleX(1);
}
.button >.button-shop span {
    display: inline-block;
    transition: transform 0.3s ease;
}
.button >.button-shop:hover span {
    transform: translateY(-3px);
}
@media(max-width: 576px) {
    .section-banner-v10 .banner .img-mobi-top img {
        height: 390px;
        object-fit: cover;
    }
    .subscribe-content{
        padding: 10px;
    }
}
@media (max-width: 991px) {
    .section-banner-v10 .banner .img-mobi img {
        height: 390px;
        object-fit: cover;
    }
}
 .p-dn-cnge {
    padding: 0rem 0.625rem !important;
  }
#exTab1 .nav-pills > li > a {
  border-radius: 0;
}
#exTab3 .nav-pills > li > a {
  border-radius: 4px 4px 0 0 ;
}
#exTab3 .tab-content {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}
.nav-tabss>li.active>a, .nav-tabss>li.active>a:hover, .nav-tabss>li.active>a:focus {
    color: #ffffff;
    cursor: default;
    background-color: #ff871d;
    border-bottom-color: transparent;
    padding: 10px 15px;
    display: flex;
    text-decoration: none;
}
.nav-tabss>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid #ff871d;
    color: #ff871d;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px;
    padding: 10px 15px;
    text-decoration: none;
    margin: 0px 5px;
    font-weight: 600;
    text-transform: uppercase;
}
.nav-tabss>li>a:hover{
    background-color: #ff871d;
    color: #fff;
}
.nav-tabss {
    border: none !important;
}
.btn svg {
    width: 25px;
    height: auto;
    fill: #fff;
}
.section-newsletter-v1 {
    padding-top: 100px;
    padding-bottom: 100px;
    background-size: cover;
    background-position: center center;
}
.section-newsletter-v1 .title_newletter h3 {
    font-size: 42px;
    font-family: Jost;
    font-weight: 600;
    letter-spacing: 2px;
    padding-bottom: 10px;
}
.newletter_email .form-group {
  display: flex;
  align-items: center;
  position: relative;
}

.newletter_email .form-control {
  flex: 1;
  padding-right: 40px; /* Adds space for the button */
}

.newletter_email .btn {
    position: absolute;
    right: 0;
    height: 100%;
    border: none;
    background-color: #ff871d;
    color: #fff;
    border-radius: 0px;
    padding: 10px 20px;
}

.newletter_email .btn i {
  font-size: 16px;
}
.section-newsletter-v1 .newletter_email form .form-group .form-control {
    padding: 25px;
    padding-right: 3rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0;
    border: none;
    font-size: 13px;
    font-weight: 600;
    color: #495057;
    width: 500px;
}
.card-list.swiper-wrapper{
    justify-content: center !important;
}
.section-newsletter-v1 .newletter_email {
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 18px;
    padding: 0 15px;
}
@media(min-width: 1600px) {
    .section-newsletter-v1 .content {
        font-size: 18px;
    }
}
@media(max-width:500px){
    .nav-tabss>li>a {
    padding: 10px 5px;
    margin: 0px 2px;
    font-size: 10px;
}
.title_heading{
    font-size: 20px;
}
.m-t-mbl{
    margin: 20px 0px;
}
.text-copyright{
    width: 100%;
    text-align: center;
    margin-bottom: 10px !important;
}
.copyright{
    text-align: center;
}
.nav-tabss>li.active>a, .nav-tabss>li.active>a:hover, .nav-tabss>li.active>a:focus {
    padding: 10px 5px;
}
}
@media(max-width:1200px){
    .section-newsletter-v1 .newletter_email form .form-group .form-control {
    width: 100%;
}
.section-newsletter-v1 .newletter_email {
    width: 100%;
}
}
.cart-hover{
    cursor: pointer;
  }
  .one-cnt {
    transform: translate(-50%, -10vw) !important;
}
.logo-top {
    width: 170px;
    height: auto;
}
@media(max-width:768px){
    .one-cnt{
        display: none;
    }
}


.logo-ftr-one {
    width: 100%;
    max-height: 70px;
}




 .hgt-img {
    height: 330px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #eeeeed;
}
.img-hgt {
    max-width: 100%;
    width: auto;
    height: 100%;
    object-fit: contain;
}
.img-data{
    height: 100px;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.user-name{
  color: #ff871d;
}
.slider-wrapper {
  overflow: hidden;
  max-width: 1200px;
  margin: 0 70px 55px;
}
.card-list .card-item {
    height: auto;
    user-select: none;
    padding: 20px;
    display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    backdrop-filter: blur(30px);
    background: #fff9f4;
    border: 1px solid rgba(255, 255, 255, 0.5);
}
.swiper {
    height: fit-content !important;
}
.slider-wrapper .swiper-slide-button {
    color: #f6861f !important;
}
.slider-wrapper .swiper-pagination-bullet {
    background: #f6861f !important;
}
.card-list .card-item .user-image {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin-bottom: 40px;
  border: 3px solid #fff;
  padding: 4px;
}
.card-list .card-item .user-profession {
  font-size: 1.15rem;
  color: #2f338a;
  font-weight: 500;
  margin: 14px 0 40px;
}
.card-list .card-item .message-button {
  font-size: 1.25rem;
  padding: 10px 35px;
  color: #030728;
  border-radius: 6px;
  font-weight: 500;
  cursor: pointer;
  background: #fff;
  border: 1px solid transparent;
  transition: 0.2s ease;
}
.card-list .card-item .message-button:hover {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #f6861f;
  color: #f6861f;
}
.slider-wrapper .swiper-pagination-bullet {
  background: #fff;
  height: 13px;
  width: 13px;
  opacity: 0.5;
}
.slider-wrapper .swiper-pagination-bullet-active {
  opacity: 1;
}
.slider-wrapper .swiper-slide-button {
  color: #fff;
  margin-top: -55px;
  transition: 0.2s ease;
}
.slider-wrapper .swiper-slide-button:hover {
  color: #4658ff;
}
@media (max-width: 768px) {
  .slider-wrapper {
    margin: 0 10px 40px;
  }
  .slider-wrapper .swiper-slide-button {
    display: none;
  }
}
  .achive{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #2f338a;
    font-weight: bold;
    text-align: center;
    padding: 0 10px;
    font-size: 1.5rem;
    width: 90%;
  }
  .heartbeat{
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
  }
  .overlay-1{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(255 255 255 / 21%);
  }
  .btn-full{
    border: none;
    background: none;
    padding: 0;
    display: block;
    width: 100%;
  }
  .main-out{
    position: relative;
    display: block;
    width: 100%;
    max-height: 300px;
    overflow: hidden;
  }
  .btn-full:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}
.btn-full:focus {
    outline: none !important;
    box-shadow: none !important;
}

@media (max-width: 576px) {
    .achive {
        font-size: 1.2rem !important;
    }
    .section-banner-v10 .banner .content-banner {
    background: #ffffff69;
}
}