@import url('https://fonts.googleapis.com/css2?family=Aboreto&display=swap');
@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-image: url("wp44649521.jpg"); */
    background-size: cover;
    font-family: Poppins;
    margin: 0;
    font-size: 16px;
    background-color: #ffffff;
}
.nbg{
    background-image: url("wp44649521.jpg");
    background-size: cover;
}
::selection {
    color: rgb(0, 0, 0);
    background: rgb(255, 255, 255);
  }
  .up{
    font-family: "Quicksand", sans-serif;
  }
  /* ::selection {
    background: linear-gradient(to right, #5fff87, #887bfe); /* Gradient background */
    /* color: white;
     Text color inside selection */
  */

  /* For WebKit browsers (like Chrome, Safari, etc.) */
  /* ::-webkit-selection {
    background: linear-gradient(to right, #5fff87, #887bfe);
    color: white;
  } */
/* .io-bg , .footer-content2{
    background-image: url("wallpppp.jpg");
} */

/* 
.fix{
    background-image: url("wallpppp.jpg");
}
.footer-content2{
    background-image: url("wallpppp.jpg");
}
 */


.rr{
    font-size: 20px;
    font-weight: 900;
}
.ccc{
    color: #000000;
    text-decoration: none;
    font-weight: 900;
    font-size: 20px;
}
.footer {
    color: #000;
    /* height: 100px; */
    width: 100%;
    background-color: hsl(0, 27%, 66%);
    padding: 20px 0;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);

  }
.main-2{
    gap: 20px;
    margin-top: 25px;
    margin-left: 400px;
    display: flex;
    color: #000
}
.edwardian-script {
    margin-left: 30px;
    padding-top: 50px;
    font-family: 'Edwardian Script ITC', 'Brush Script MT', cursive;
    font-size: 3rem;
    color: #333;
}
footer{
    margin-top: 100px;
}
.footer-content {
    padding-top: 100px;
    /* margin-top: -1PX; */
    min-height: 250PX;
    
    max-width: 100%;
    /* margin: 0 auto; */
    text-align: center;
  }
  .horizontal-line {
    
    border-top: 2px dotted #000000;
  }
  .footer-lists {
    color: #000;
    /* margin-left: ; */
    display: flex;
    justify-content:space-around;
    /* gap: 50px; */
    margin-bottom: 50px;
  }
  .fc{
    display: flex;
    justify-content: space-evenly;
  }
  .box{
    margin-top: 100px;
    height: 400px;
    width: 100%;
    background-color: rgb(250, 203, 223);
  }
  
  .footer-lists ul {
  list-style: none;
    padding: 0;
  }
  
  .footer-lists li {
    /* margin-bottom: 10px; */
  }
  
  .footer-lists a {
    text-decoration: none;
    color: hsl(0, 0%, 0%);
  }
  
  .footer-lists a:hover {
    color: hsl(0, 0%, 100%);
  }
  
  /* Attribution Styles */
  .attribution {
    font-size: 11px;
  }
  
  .attribution a {
    color: hsl(228, 45%, 44%);
  }
  
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}

:root{
    --border-color: #fff5;
    --w-image: 400px;
    --calculate: calc(3 / 2);
    /* //FIRST NO 3 IS FOR OUR IMAGE PROPERTION ON WEBSITE  */
}

header{
    display: grid;
    grid-template-columns: 80px 1fr calc(var(--w-image) * var(--calculate));
    grid-template-rows: 80px;
    position: relative;
    z-index: 10;
}

header .logo img{
    width: 80%;
}

header .logo{
    display: flex;
    justify-content: center;
    align-items: center;
}

header nav a{
    color: #000;
    font-weight: 400;
}

header nav ul{
    height: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 30px;
    padding-right: 30px;
}

.carousel{
    margin-top: -80px;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.carousel .list{
    height: 100%;
    position: relative;
}

.carousel .list::before{
    position: absolute;
    width: var(--w-image);
    height: 100%;
    content: '';
    top: 0;
    left: calc(100% - calc(var(--w-image) * var(--calculate)));
    z-index: 10;
    pointer-events: none;
}

.carousel .list::after{
    
    position: absolute;
    top: 190px;
    left: 50px;
    content: '';
    background-color: rgb(239, 28, 28);
    width: 400px;
    height: 400px;
    z-index: 10;
    pointer-events: none;
    border-radius: 20px  50px 110px  230px;
    filter: blur(150px);
    opacity: .6;
}

.carousel .list .item{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.carousel .list .item .image{
    width: var(--w-image);
    height: 100%;
    position: absolute;
    top: 0;
    left: calc(100% - calc(var(--w-image) * var(--calculate)));
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    font-weight: 500;
}

.carousel .list .item .image img{
    width: 90%;
    margin-bottom: 20px;
    filter: drop-shadow(0 150px 50px #9e0c0c55);
}

.carousel .list .item .image figcaption{
    font-family: 'Aboreto';
    font-weight: bold;
    font-size: 1.3em;
    text-align: right;
    margin-bottom: 30px;
    width: 70%;
}

.carousel .list .item .main-content{
    height: 100%;
    display: grid;
    grid-template-columns: calc(100% - calc(var(--w-image) * var(--calculate)));
}

.carousel .list .item .main-content .content{
    padding: 150px 20px  20px 80px;
}

.carousel .list .item .main-content .content h2{
    font-size: 5em;
    font-family: 'Aboreto';
}

.carousel .list .item .main-content .content .price{
    font-family: 'Aboreto';
    font-size: 3em;
    margin: 20px 0;
}

.carousel .list .item .main-content .content .addToCard{
    background-color: hsl(120, 38%, 52%);
    color: #fff;
    padding: 10px  30px;
    font-family: Poppins;
    font-size: large;
    font-weight: 500;
    border-radius: 30px;
    border: none;
    margin-top: 20px;
}

.arrows{
    position: absolute;
    bottom: 20px;
    width: calc(100% - calc(var(--w-image) * var(--calculate)));
    display: grid;
    grid-template-columns: repeat(2, 50px);
    grid-template-rows: 50px;
    justify-content: end;
    gap: 10px;
}

.arrows button{
    border-radius: 50px;
    background-color: transparent;
    color: #fff;
    font-family: monospace;
    font-size: large;
    font-weight: bold;
    line-height: 0;
    box-shadow: 0 10px 40px #5555;
    cursor: pointer;
    transition: 0.5s;
}

.arrows button:hover{
    background-color: rgba(255, 255, 255, 0.333);
}

.carousel .list .item{
    display: none;
}

.carousel .list .item.active,
.carousel .list .item.other_1,
.carousel .list .item.other_2{
    display: block;
}

.carousel .list .item.active{
    z-index: 2;
}

.carousel .list .item.other_1,
.carousel .list .item.other_2{
    pointer-events: none;
}

.carousel .list .item.active .main-content{
    animation: showContent 1s ease-in-out 1 forwards;
}

@keyframes showContent{
    from{
        clip-path: circle(0% at 70% 50%);
    }to{
        clip-path: circle(100% at 70% 50%);
    }
}

.next .item.other_1{
    z-index: 1;
}

.next .item .image img,
.next .item .image figcaption{
    animation: effectNext .5s ease-in-out 1 forwards;
}

@keyframes effectNext{
    from{
        transform: translateX(calc(var(--transform-from)));
    }to{
        transform: translateX(calc(var(--transform-from) - var(--w-image)));
    }
}

.next .item.active .image{
    --transform-from: var(--w-image);
}

.next .item.other_1 .image{
    z-index: 3;
    --transform-from: 0px;
    overflow: hidden;
}

.next .item.other_2 .image{
    z-index: 3;
    --transform-from: calc(var(--w-image) * 2);
}

.arrows{
    z-index: 10;
}

/* prev */
.prev .list .item .image img,
.prev .list .item .image figcaption{
    animation: effectPrev 0.5s ease-in-out 1 forwards;
}

@keyframes effectPrev{
    from{
        transform: translateX(calc(var(--transform-from)));
    }to{
        transform: translateX(calc(var(--transform-from) + var(--w-image)));
    }
}

.prev .list .item.active .image{
    --transform-from: calc(var(--w-image) * -1);
    overflow: hidden;
}

.prev .list .item.other_1 .image{
    --transform-from: 0px;
    z-index: 3;
}

.prev .list .item.other_2 .image{
    z-index: 3;
    --transform-from: var(--w-image);
}

.prev .list .item.other_2 .main-content{
    opacity: 0;
}
@media screen and (max-width: 1023px){
    :root{
        --calculate: 1;
        --w-image: 400px; 
    }
    .carousel .list .item .main-content .content h2{
        font-size: 3em;
    }
}
@media screen and (max-width: 767px){
    .carousel .list .item .image{
        width: 100%;
        left: 0;
        justify-content: center;
    }
    .carousel .list .item .image figcaption{
        color: #fff;
        width: 100%;
        text-align: center;
    }
    .carousel .list .item .main-content .content{
        display: none;
    }
    .arrows{
        left: 50%;
        justify-content: center;
    }
}
/* input css file? */

.logo{
    width: 300px;
    height: 300px;
    padding-bottom: 100px;
}
.app-container {
    /* background-color: linear-gradient(#ffe4e8 100%,#9d8fa2 35%,#ffe4e8 100%); */
    background-image: url("bgg2.jpg");
    background-size: cover;
    /* background: rgba(255, 255, 255, 0.9);  */
    margin-top: 110PX;
    margin-left: 100px;
    margin-bottom: 100px;
    width: 450px;
    /* margin : 200px; */
    color: #000000;
    text-align: center;
    padding: 20px;
    height: 400PX;
    /* background: #fff; */
    border: 2px solid #ccc;
    /* backdrop-filter: blur(20px); */
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    cursor: pointer;
}
/* .sign{
    font-weight: 500;
    font-size: 25px;
    margin-bottom: 10px;
    border: none;
    background-color: transparent;
} */
.sign{
    background-color: transparent;
    color: #000000;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    outline: none;
    position: relative;
    transition: box-shadow 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

.sign::before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border-radius: 10px;
  
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.sign:hover::before {
    opacity: 1;
    box-shadow: 0 0 10px #ff0000b5;
}

.sign:hover {
    box-shadow: 0 0 10px #ff0000b5;
}
 
.magic-effect {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: magicEffect 1s forwards;
}

.magic-effect img {
    width: 100px;
    height: 100px;
}
@keyframes magicEffect {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0);
    }
    100% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
}
/*  */
/* .input{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    color: #000;
    background-color: transparent;
    border: 2px solid white ; 

} */
 .input{
    background-color: transparent;
    text-align: center;
    width: 200px;
    color: #000;
    text-decoration: none;
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none;
 }
.section {
    margin-bottom: 20px;
}

.dec{
    border: 3px solid white;
}
a {
    color: rgb(0, 0, 0);
}
/* .ccc{
    color: #000;
} */

.for{
    color: #000;
    font-size: 10px;
}


/* 
.low{
    margin-top: 300px;
} */
.tit-1{
    background-image: url('wp4464952.jpg');
    height: 500px;
    width: 100%;
    background-size: contain;
    font-size: 50px;
    font-weight: 600;
    display: grid;
    justify-content: center;
    align-items: center;
}
.E1{
        margin-top: 20px;
    
        color: white;
        -webkit-text-stroke: 1px rgb(222, 174, 174);
        text-shadow: 
          1px 1px 0 rgb(92, 92, 92), 
         -1px 1px 0 rgb(89, 89, 89), 
          1px -1px 0 rgb(108, 106, 106), 
         -1px -1px 0 rgb(109, 109, 109);
      
    /* font-family: 'Datalegreya'; */
    /* font-family: 'Doto'; */
    /* font-weight: normal;
    font-style: normal;
    transition: transform .02s; /* Animation */
    /* transition: color 0.3s ease, font-size 0.3s ease; */
}
/* .E1:hover{
    transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    /* font-family: "Pacifico", cursive; */ 
    /* color: crimson;
    font-size: 24px;
    font-family: "Playwrite FR Trad", cursive;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal; */
  /* text-transform: uppercase; */

/* } */
.f1{
    -webkit-text-stroke: 0px rgb(255, 249, 249);

    /* font-family: "Pacifico", cursive; */
    /* font-family: 'Doto'; */
    font-family: "Pacifico", cursive;
    font-weight: 2;
}

.hf{
    font-family: "Pacifico", cursive;
    -webkit-text-stroke: 0px rgb(255, 249, 249);


}
.vertical-line {
    border-left: 2px dotted #000000;
  }

.pac{
    font-family: "Pacifico", cursive;
}
.doto{
    font-family: 'Doto';
}
.lo{
    font-family: "Caveat", cursive;
  font-optical-sizing: auto;
  /* font-weight: <weight>; */
  font-style: normal;

}

.m1 , .s1{
    font-weight: 900;

    color: #000;
    font-family: 'Doto';

}
.scrolling-text {
    font-family: 'Doto';

    font-size: 24px;
    color: #333;
    position: relative;
    animation: moveUpDown 3s ease-in-out infinite; /* Animation for smooth up-down scrolling */
  }
  @keyframes moveUpDown {
    0% {
      transform: translateY(0); /* Start at original position */
    }
    50% {
      transform: translateY(-20px); /* Move up */
    }
    100% {
      transform: translateY(0); /* Return to original position */
    }
  }
/* .up-mu{
    display: flex;
} */
/* CSS for the thick line */
.thick-linee {

    border: none;            /* Removes default border */
    height: 2px;             /* Adjust thickness */
    background-color: #333;  /* Choose color for the line */
    /* margin: 200px ;               Adjust margin if needed */
    margin-bottom: 250px;
}
.thick-line {

    border: none;            /* Removes default border */
    height: 2px;             /* Adjust thickness */
    background-color: #000000;  /* Choose color for the line */
    /* margin: 200px ;               Adjust margin if needed */
    margin-top: 100px;
}
.line-foot{
    background-color: #ffffff;
    border: 2px solid black;
    width: 100%;
    height: 60px;
}
.tr{
    font-family: "Lacquer", system-ui;
}
.yr{
    font-family: "Edu AU VIC WA NT Pre", cursive;
}
/* .vk{
    background-image: url("abstract-grey-background-poster-with-dynamic-design-vector.jpg");
    background-size: cover;
} */
 
.nf{
    font-family: "Fira Sans", sans-serif;
}
.jk{
    display: flex;
    justify-content: center;
    align-items: center;
}
.wel{
    height: 100px;
    weight: 100px ;
}