@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&display=swap');
body{
    background-color: #fff;
    font-family: Poppins;
}
:root{
    --item1-transform: translateX(-100%) translateY(-5%) scale(1.5);
    --item1-filter: blur(30px);
    --item1-zIndex: 11;
    --item1-opacity: 0;

    --item2-transform: translateX(0);
    --item2-filter: blur(0px);
    --item2-zIndex: 10;
    --item2-opacity: 1;

    --item3-transform: translate(50%,10%) scale(0.8);
    --item3-filter: blur(10px);
    --item3-zIndex: 9;
    --item3-opacity: 1;

    --item4-transform: translate(90%,20%) scale(0.5);
    --item4-filter: blur(30px);
    --item4-zIndex: 8;
    --item4-opacity: 1;

    --item5-transform: translate(120%,30%) scale(0.3);
    --item5-filter: blur(40px);
    --item5-zIndex: 7;
    --item5-opacity: 0;
}

/* carousel */
.carousel{
    position: relative;
    height: 100vh;
    overflow: hidden;
}
.produt-carousel
{
height: 85vh !important;
}
.carousel .list{
    position: absolute;
    width: 1140px;
    max-width: 90%;
    height: 80%;
    left: 50%;
    transform: translateX(-50%);
}
.carousel .list .item{
    position: absolute;
    left: 0%;
    width: 70%;
    height: 100%;
    font-size: 15px;
    transition: left 0.5s, opacity 0.5s, width 0.5s;
}
.carousel .list .item:nth-child(n + 6){
    opacity: 0;
}
.carousel .list .item:nth-child(2){
    z-index: 10;
    transform: translateX(0);
}
.carousel .list .item img{
    width: 50%;
    position: absolute;
    right: 0;
    top: 60%;
    transform: translateY(-50%);
    transition: right 1.5s;
}

.carousel .list .item .introduce{
    opacity: 0;
    pointer-events: none;
}
.carousel .list .item:nth-child(2) .introduce{
    opacity: 1;
    pointer-events: auto;
    width: 400px;
    position: absolute;
    top: 50%;
    right: 55%;
    transform:  translateY(-50%);
    transition: opacity 0.5s;
}
.carousel .list .item .introduce .title{
    /* font-size: 2em; */
    font-weight: 500;
    /* line-height: 1em; */
    font-size: 25px;
    line-height: 30px !important;
}
.carousel .list .item .introduce .topic{
    /* font-size: 30px; */
    font-size: 25px;
    line-height: 30px !important;
    font-weight: 500;
}
.carousel .list .item .introduce .des{
    font-size: small;
    color: #5559;
}
.carousel .list .item .introduce .seeMore{
    font-family: Poppins;
    margin-top: 1.2em;
    padding: 5px 10px;
    border: none;
    /* border-bottom: 1px solid #555; */
    border-bottom: 2px solid #0097ff !important;
    background-color: transparent;
    font-weight: bold;
    letter-spacing: 3px;
    transition: background 0.5s;
    border: 1px solid #5555;
    font-weight: 600 !important;
}
.carousel .list .item .introduce .seeMore:hover{
    background: #0097ff12;
}
.carousel.carousel.showDetail .list .item:nth-child(2) .checkout button:hover {
    background-color: #0097ff12 ;
}
button#backl:hover {
    background-color: #0097ff12 !important;
}
.carousel .list .item:nth-child(1){
    transform: var(--item1-transform);
    filter: var(--item1-filter);
    z-index: var(--item1-zIndex);
    opacity: var(--item1-opacity);
    pointer-events: none;
}
.carousel .list .item:nth-child(3){
    transform: var(--item3-transform);
    filter: var(--item3-filter);
    z-index: var(--item3-zIndex);
}
.carousel .list .item:nth-child(4){
    transform: var(--item4-transform);
    filter: var(--item4-filter);
    z-index: var(--item4-zIndex);
}
.carousel .list .item:nth-child(5){
    transform: var(--item5-transform);
    filter: var(--item5-filter);
    opacity: var(--item5-opacity);
    pointer-events: none;
}


/* modale-css */
.modal-title .mod-titl {
    margin-bottom: 0;
    line-height: var(--bs-modal-title-line-height);
    color: #ae4db9;
    padding-left: 18px;
    font-weight: 600;
}

.modal-content .mod-cont {
    border-radius: 40px;
    border: none;
}

.modal-header .mod-headr {
    border-bottom: none;
}

.modal-footer .mod-foter {
    border: none;
}
.modal-header.mod-headr {
    border: none;
}
.border-primary {
    border-color: #ae4db9 !important;
    border-radius: 20px;
    background: #ae4db91f !important;
}
.card-body.text-center {
    border-color: #ae4db9 !important;
    border-radius: 20px;
    background: #ae4db900 !important;
}

label.btn.btn-outline-primary {
    border: none;
    background-image: linear-gradient(#0dccea, #0d70ea) !important;
    color: #fff;
}

label.btn.btn-outline-primary:hover {
    border: none;
    background-image: linear-gradient(#0d70ea,#0dccea ) !important;
    color: #fff !important;
}


.modal-body .mod-body {
    padding-bottom: 0px;
}


button.btn.btn-primary:hover {
    background-image: linear-gradient(#0d70ea, #0dccea ) !important;
}

button.btn.btn-primary {
    background: none;
    color: #fff;
    border-radius: 7px;
    font-weight: 500;
    border: none;
    background-image: linear-gradient(#0dccea, #0d70ea) !important;
}


.modal-body .mod-body {
    padding: 10px 30px 0 30px;
}

.modal-header .mod-headr {
    border-bottom: none;
    padding: 25px;
}

.border-primary {
    --bs-border-opacity: 1;
    border-color: transparent !important;
    border-radius: 28px;
    background: #0dabea0f !important;
    align-content: center;
    box-shadow: 0px 0px 6px 0px #ae4db991;
    border-bottom: 3px solid #2196F3 !important;
}
button.btn.btn-primary:hover{
    background: linear-gradient(336deg, #ae4db9c4, #ae4db9c4, #0097ff66, #0097ff66);
}

h5.card-title {
    padding: 12px;
    border-radius: 6px;
    color: #2196f3;
    font-weight: 600;
}
.modal-body.mod-body {
    padding: 20px 30px;
    padding-bottom: 10px;
}
.modal-content.mod-cont {
    border-radius: 31px;
}
/* end-css */

/* animation text in item2 */
.carousel .list .item:nth-child(2) .introduce .title,
.carousel .list .item:nth-child(2) .introduce .topic,
.carousel .list .item:nth-child(2) .introduce .des,
.carousel .list .item:nth-child(2) .introduce .seeMore{
    opacity: 0;
    animation: showContent 0.5s 1s ease-in-out 1 forwards;
}
@keyframes showContent{
    from{
        transform: translateY(-30px);
        filter: blur(10px);
    }to{
        transform: translateY(0);
        opacity: 1;
        filter: blur(0px);
    }
}
.carousel .list .item:nth-child(2) .introduce .topic{
    animation-delay: 1.2s;
}
.carousel .list .item:nth-child(2) .introduce .des{
    animation-delay: 1.4s;
}
.carousel .list .item:nth-child(2) .introduce .seeMore{
    animation-delay: 1.6s;
}
/* next click */
.carousel.next .item:nth-child(1){
    animation: transformFromPosition2 0.5s ease-in-out 1 forwards;
}
@keyframes transformFromPosition2{
    from{
        transform: var(--item2-transform);
        filter: var(--item2-filter);
        opacity: var(--item2-opacity);
    }
}
.carousel.next .item:nth-child(2){
    animation: transformFromPosition3 0.7s ease-in-out 1 forwards;
}
@keyframes transformFromPosition3{
    from{
        transform: var(--item3-transform);
        filter: var(--item3-filter);
        opacity: var(--item3-opacity);
    }
}
.carousel.next .item:nth-child(3){
    animation: transformFromPosition4 0.9s ease-in-out 1 forwards;
}
@keyframes transformFromPosition4{
    from{
        transform: var(--item4-transform);
        filter: var(--item4-filter);
        opacity: var(--item4-opacity);
    }
}
.carousel.next .item:nth-child(4){
    animation: transformFromPosition5 1.1s ease-in-out 1 forwards;
}
@keyframes transformFromPosition5{
    from{
        transform: var(--item5-transform);
        filter: var(--item5-filter);
        opacity: var(--item5-opacity);
    }
}
/* previous */
.carousel.prev .list .item:nth-child(5){
    animation: transformFromPosition4 0.5s ease-in-out 1 forwards;
}
.carousel.prev .list .item:nth-child(4){
    animation: transformFromPosition3 0.7s ease-in-out 1 forwards;
}
.carousel.prev .list .item:nth-child(3){
    animation: transformFromPosition2 0.9s ease-in-out 1 forwards;
}
.carousel.prev .list .item:nth-child(2){
    animation: transformFromPosition1 1.1s ease-in-out 1 forwards;
}
@keyframes transformFromPosition1{
    from{
        transform: var(--item1-transform);
        filter: var(--item1-filter);
        opacity: var(--item1-opacity);
    }
}

/* detail  */
.carousel .list .item .detail{
    opacity: 0;
    pointer-events: none;
}
/* showDetail */
.carousel.showDetail .list .item:nth-child(3),
.carousel.showDetail .list .item:nth-child(4){
    left: 100%;
    opacity: 0;
    pointer-events: none;
}
.carousel.showDetail .list .item:nth-child(2){
    width: 100%;
}
.carousel.showDetail .list .item:nth-child(2) .introduce{
    opacity: 0;
    pointer-events: none;
}
.carousel.showDetail .list .item:nth-child(2) img{
    right: 50%;
}
.carousel.showDetail .list .item:nth-child(2) .detail{
    opacity: 1;
    width: 50%;
    position: absolute;
    right: 0;
    /* top: 50%;
     */
     top:61%;
    transform: translateY(-50%);
    text-align: left;
    pointer-events: auto;
    padding: 0px 20px;
}
.carousel.showDetail .list .item:nth-child(2) .detail .title{
    font-size: 30px;
    font-weight: bold;
}
.carousel.showDetail .list .item:nth-child(2) .detail .specifications{
    display: flex;
    gap: 10px;
    width: 100%;
    border-top: 1px solid #5553;
    margin-top: 20px;
}
.carousel.showDetail .list .item:nth-child(2) .detail .specifications div{
    width: 90px;
    text-align: center;
    flex-shrink: 0;
}
.carousel.showDetail .list .item:nth-child(2) .detail .specifications div p:nth-child(1){
    font-weight: bold;
}
.carousel.carousel.showDetail .list .item:nth-child(2) .checkout button{
    font-family: Poppins;
    background-color: transparent;
    /* border: 1px solid #5555; */
    border-bottom: 2px solid #0097ff;
    margin-left: 5px;
    padding: 5px 10px;
    letter-spacing: 2px;
    font-weight: 500;
}
.carousel.carousel.showDetail .list .item:nth-child(2) .checkout button:nth-child(2){
    background-color: #693EFF;
    color: #eee;
}
.carousel.showDetail .list .item:nth-child(2) .detail  .title,
.carousel.showDetail .list .item:nth-child(2) .detail  .des,
.carousel.showDetail .list .item:nth-child(2) .detail .specifications,
.carousel.showDetail .list .item:nth-child(2) .detail .checkout{
    opacity: 0;
    animation: showContent 0.5s 1s ease-in-out 1 forwards;
}
.carousel.showDetail .list .item:nth-child(2) .detail  .des{
    animation-delay: 1.2s;
}
.carousel.showDetail .list .item:nth-child(2) .detail .specifications{
    animation-delay: 1.4s;
}
.carousel.showDetail .list .item:nth-child(2) .detail .checkout{
    animation-delay: 1.6s;
}
.arrows{
    /* position: absolute;
    bottom: 50px; */
    display: flex;
    justify-content: space-between;
    /* left: 50%;
    transform: translateX(-50%);
    width: 100%; */
}

#prev, #next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #5555;
    bottom: 20%;
    left: 10%;
    padding: 10px !important;
}
#next{
    left: unset;
    right: 10%;
}
/* #back{
    position: absolute;
    z-index: 100;
    bottom: 0%;
    left: 50%;
    transform: translateX(-50%);
    border: none;
    border-bottom: 1px solid #555;
    font-family: Poppins;
    font-weight: bold;
    letter-spacing: 3px;
    background-color: transparent;
    padding: 10px;

    transition: opacity 0.5s;
} */
.carousel.showDetail #back{
    opacity: 1;
}
.carousel.showDetail #prev,
.carousel.showDetail #next{
    opacity: 0;
    pointer-events: none;
}
.carousel::before {
    width: 500px;
    height: 300px;
    content: '';
    background-image: linear-gradient(70deg, #dc422a82, #0000ff85);
    position: absolute;
    z-index: -1;
    border-radius: 20% 30% 80% 10%;
    filter: blur(150px);
    top: 100%;
    right: 0%;
    transform: translate(-10%, -50%);
    transition: 1s;
}
.carousel.showDetail::before{
    transform: translate(-100%, -50%) rotate(90deg);
    filter: blur(130px);
}
@media only screen and (min-width : 1024px) {
    @media only screen and (min-height : 550px) and (max-height : 800px) {
            .carousel.produt-carousel.showDetail {
                    height: 130vh !important;

            }

    .produt-carousel {
            height: 110vh !important;
        }

    }
@media only screen and (min-width: 900px) and (max-width: 990px) {
  .carousel.produt-carousel.showDetail {
    height: 90vh !important;
  }

   .produt-carousel {
            height: 85vh !important;
        }
    }
}

    @media only screen and (min-height : 801px) and (max-height : 1200px) {
    .carousel.produt-carousel.showDetail {
        height: 100vh !important;

    }
    .produt-carousel {
            height: 85vh !important;
        }
    }
    /* .produt-carousel {
            height: 75vh !important;
        } */

}

@media only screen and (min-width: 768px) and (max-width: 1281px) {

    .carousel .list .item img {
        right: 40%;
        top: 81%;
        /* top: 30%; */
        width: 31%;
    }
.produt-carousel {
    height: 116vh !important;
}
    /* .carousel.showDetail .list .item:nth-child(2) .detail {
    top: 34% !important;

} */
    .carousel .list .item:nth-child(2) .introduce {
        top: 35%;
    }

    .carousel {
        padding-top: 8rem;
    }
   .subadcls {
        top: 45% !important;
        left: 70px!important;
    }
    .carousel .list .item:nth-child(2) .introduce{
        right: auto;

    }

}
@media screen and (min-width: 768px) and (max-width: 990px) {
.carousel.showDetail .list .item:nth-child(2) .detail {
    width: 100%;
        top: 48%;
}
}


@media screen and (max-width: 991px){
    .carousel .list .item{
        width: 90%;
    }
    .carousel.showDetail .list .item:nth-child(2) .detail .specifications{
        overflow: auto;
    }
    .carousel.showDetail .list .item:nth-child(2) .detail .title{
        font-size: 2em;
    }
    .carousel .list .item:nth-child(2) .introduce{
        right: auto;

    }



.carousel .list .item img {
    top: 91%;
    width: 37%;
}



.carousel .list .item:nth-child(2) .introduce {
    width: 100% !important;
}
}


@media screen and (max-width: 768px){

    .carousel.showDetail .list .item:nth-child(2) .detail .title {
    font-size: 25px !important;
    line-height: 30px;
    margin-bottom: 8px;
}

    .carousel{
        height: 600px;
    }
    .carousel .list .item{
        width: 100%;
        font-size: 10px;
    }

    .carousel .list{
        height: 100%;
    }
    .carousel .list .item:nth-child(2) .introduce{
        width: 100%;
    }

    .carousel .list .item img{
        margin-top: 50px;
        width: 40%;
    }
    .carousel.showDetail .list .item:nth-child(2) .detail{
        backdrop-filter: blur(10px);
        font-size: small;
    }
    /* .carousel .list .item:nth-child(2) .introduce .des,
    .carousel.showDetail .list .item:nth-child(2) .detail .des{
        height: 100px;
        overflow: auto;
    } */
    .carousel.showDetail .list .item:nth-child(2) .detail .checkout{
        display: flex;
        width: max-content;
        float: right;
    }
    .carousel.showDetail .list .item:nth-child(2) .detail .title{
        font-size: 15px;
    }
    .carousel .list .item .introduce .topic{
        font-size: 20px;
    }
    .detail {
        overflow: auto;
        /* max-height: 300px !important; */
    }
    .carousel .list .item:nth-child(2) .introduce{
        right: auto;

    }
}

  /* @media screen and (min-width: 887px) and (max-width: 989px) {
  .carousel .list .item img {
    top: 95% !important;
  }
} */
@media screen and (max-width: 767px ) and (min-width: 360px ){
    .carousel.produt-carousel.showDetail {
                    height: 130vh !important;
            }

    .carousel{
        max-height:100vh !important;
    }

}
  @media screen and (min-width: 991px) and (max-width: 1281px) {
    .carousel .list .item {
      width: 87% !important;
    }
    .carousel .list .item:nth-child(2) .introduce {
    width: 375px;
  }
  }




  /* @media screen and (min-width: 991px) and (max-width: 1050px) {
  .carousel .list .item:nth-child(2) .introduce {
    width: 375px;
  }
} */

@media screen and (max-width: 767px){
    .carousel .list .item img {
        right: 50% !important;
        top: 65% !important;
    }
.carousel.showDetail .list .item:nth-child(2) .detail .title {
    font-size: 20px !important;
    line-height: 30px;
}
    .carousel .list .item .introduce .title{
    line-height: 20px !important;
}

.carousel .list .item .introduce .topic{
    line-height: 20px !important;
}
    .des p {
    line-height: 22px;
}
    .carousel .list .item:nth-child(2) .introduce {
        top: 35%;

    }
    .newsletter-input {
        background-color: #ffffff;
    }
    .carousel .list .item:nth-child(2) .introduce{
        right: auto;

    }
    .des {
     max-height: 196px !important;
    }


.introduce .title, .introduce .topic {
    line-height: 23px !important;
    font-size: 18px !important;
}
/* new css 25-june-2025 */
.detail strong {
    color: #474747;
}
.detail li {
    color: #474747;
      position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    list-style: none;
}


/* detale section button flex */

/* .carousel.showDetail .list .item:nth-child(2) .detail .checkout {
    display: flex;
    flex-wrap: wrap !important;
    flex-direction: column;
    row-gap: 9px;
} */
}

@media screen and (max-width: 567px) {
.introduce .title, .introduce .topic {
    line-height: 20px !important;
   font-size: 15px !important;
}
}
