@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&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');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    transition: all 0.3s ease-in-out;
    font-family: "Poppins", sans-serif;
}

h1,h2,h3,h4,h5{
    font-family: "Lora", serif;
}

/* NAVIGATION-------------START----------------HERE------------ */

.top-row .icn{
    width: 35px;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFF;
    color: #D11F5B;
    border-radius: 100px;
    border: 1px solid #FFF;
    text-decoration: none;
    margin: 0 4px;
}

.top-row .icn:hover{
    background: transparent;
    color: #FFF;
}

nav .nav-bar{
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
}

nav .nav-active-item{
    margin: 0 20px;
}

nav .nav-active-link{
    padding: 4px 0;
    color: #000;
    font-weight: 500;
    text-decoration: none;
    position: relative;
}

nav .nav-active-link:hover{
    color:#D11F5B;
}

nav .nav-active-link::before{
    content: "";
    background: #D11F5B;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: scale(0);
    transform-origin: center;
    transition: all 0.5s ease-in-out;
}

nav .nav-active-link:hover::before{
    transform: scale(1);
}

nav .nav-active-item.active .nav-active-link::before{
    content: "";
    background: #D11F5B;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: scale(1);
}

nav .nav-active-item.active .nav-active-link{
    color:#D11F5B;
}

nav .nav-hide-btn,.nav-show-btn{
    display: none;
}

.bttn{
    width: 150px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #D11F5B;
    color: #FFF;
    border-radius: 100px;
    text-decoration: none;
    font-weight: 500;
    border: 1px solid #D11F5B;
    cursor: pointer;
}

.bttn:hover{
    background: transparent;
    color: #D11F5B;
}

@media only screen and (max-width: 992px){
    nav .nav-active-item{
        margin: 0 10px;
    }
    nav .nav-active-link{
        font-size: 14px;
    }
}
@media only screen and (max-width: 767px){
    .top-row .container{
        flex-direction: column;
    }
    .top-row .top-info{
        flex-direction: column;
        margin-bottom: 10px;
    }
    .top-row .top-info a{
        font-size: 14px;
        margin: 0 !important;
    }
    nav .nav-bar{
        display: block;
        width: 300px;
        height: 100%;
        background: #FFF;
        box-shadow: 0 0 10px rgb(189, 189, 189);
        position: fixed;
        top: 0;
        left: -100%;
        z-index: 2;
        transition: all 0.5s ease-in-out;
    }
    nav .nav-active-item{
        margin: 35px 20px;
    }
    nav .nav-hide{
        width: 50px;
        aspect-ratio: 1/1;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #D11F5B;
        color: #FFF;
        margin: 15px 15px 70px auto;
        font-size: 20px;
        border-radius: 100px;
        text-decoration: none;
    }
    nav .bttn{
        display: none;
    }
    nav .nav-active-link{
        font-size: 16px;
    }
    nav .nav-hide-btn,.nav-show-btn{
        display: block;
    }
}

/* NAVIGATION-------------ENDS----------------HERE------------ */

/* BANNER-------------START----------------HERE------------ */

.banner{
    background-image: url(../images/banner.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    min-height: 80vh;
    display: flex;
    align-items: center;
}

.banner h1{
    font-size: 50px;
}

@media only screen and (max-width: 1200px){
    .banner h1{
        font-size: 40px;
    }
}
@media only screen and (max-width: 992px){
    .banner h1{
        font-size: 30px;
    }
    .banner h5{
        font-size: 16px;
    }
    .banner h4{
        font-size: 18px;
    }
    .banner p{
        font-size: 14px;
    }
}
@media only screen and (max-width: 767px){
    .banner{
        background-position: left;
    }
    .banner .banner-content{
        text-align: center;
    }
    .banner .bttn{
        margin: 0 auto;
    }
    .banner h1 {
        font-size: 27px;
    }
}

/* BANNER-------------ENDS----------------HERE------------ */

/* TEXT-------------START----------------HERE------------ */

.text{
    background: linear-gradient(90deg,rgba(79, 165, 226, 1) 0%, rgba(209, 31, 91, 1) 100%);
    padding: 25px 0;
}

.text .swiper-wrapper{
    transition-timing-function: linear !important;
} 

.text h3{
    font-size: 24px;
}

@media only screen and (max-width: 1200px){
    .text h3{
        font-size: 17px;
    }
}
@media only screen and (max-width: 767px){
    .text h3{
        font-size: 22px;
    }
}

/* TEXT-------------ENDS----------------HERE------------ */

/* SERVICE-------------START----------------HERE------------ */

.service p{
    font-size: 14px;
    color: #7a7a7a;
}

.service .serv-content{
    margin: 30px 0;
}

/* SERVICE-------------ENDS----------------HERE------------ */

/* PRINT-------------START----------------HERE------------ */

.why h2{
    font-size: 35px;
}

.print .print-content{
    margin: 20px 0;
}

.why .why-content{
    margin: 20px 0;
}

@media only screen and (max-width: 1200px){
    .print h2,.why h2{
        font-size: 30px !important;
    }
}
@media only screen and (max-width: 992px){
    .print h2,.why h2{
        font-size: 25px !important;
    }
}
@media only screen and (max-width: 767px){
    .print p,.why p{
        font-size: 14px;
    }
    .print .print-content{
        text-align: center;
        margin: 20px 0;
    }
    .print .bttn{
        margin: 0 auto;
    }
    .print img{
        height: 250px !important;
    }
    .why img{
        height: 250px !important;
    }
    .why h2{
        font-size: 25px;
    }
    .why p{
        font-size: 14px;
    }
    .why .why-content{
        text-align: center;
        margin: 20px 0;
    }
    .why .bttn{
        margin: 0 auto;
    }
    .footer p{
        font-size: 14px;
    } 
}

/* PRINT-------------ENDS----------------HERE------------ */

/* FOOTER-------------START----------------HERE------------ */

.footer{
    background: linear-gradient(90deg,rgba(79, 165, 226, 1) 0%, rgba(209, 31, 91, 1) 100%);
    padding: 25px 0;
}

/* FOOTER-------------ENDS----------------HERE------------ */

/* BANNER_2-------------START----------------HERE------------ */

.banner-2{
    background: linear-gradient(90deg,rgba(79, 165, 226, 1) 0%, rgba(209, 31, 91, 1) 100%);
    padding: 60px 0;
}
@media only screen and (max-width: 767px){
    .banner-2 h2{
        font-size: 35px !important;
    }
}

/* BANNER_2-------------ENDS----------------HERE------------ */

/* FORM-------------------SATRT------------------HERE-------------------- */

.digital,.service,.print,.why{
    background-image: url(../images/bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.digital form{
    width: 75%;
    margin: 0 auto;
}

.digital #name{
    width: 100%;
    height: 45px;
    padding: 0 10px;
    border: 2px solid  #cccccc;
    border-radius: 5px;
    margin-bottom: 25px;
    font-size: 14px;
}

.digital #name:focus{
    outline-color: #D11F5B;
}

.digital .digital-info{
    border: 2px solid #CCCCCC;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 25px;
    background: #FFFFFF;
}

.digital span{
    font-size: 14px;
}

.digital label{
    font-size: 14px;
}

@media only screen and (max-width: 1200px){
    .digital h2{
        width: 75% !important;
    }
}
@media only screen and (max-width: 992px){
    .digital form{
        width: 100%;
    }
}
@media only screen and (max-width: 767px){
    .digital h2{
        width: 100% !important;
    }
    .digital .digital-info .d-flex {
        margin: 4px !important;
    }
}

/* FORM-------------------EDNS------------------HERE-------------------- */

/* PRODUCT-------------------START------------------HERE-------------------- */

.product .pro-content{
    border: 2px solid #cccccc;
    border-radius: 10px;
    padding: 15px;
    background: #FFF;
}

.product .pro-content:hover{
    transform: translateY(-10px);
    box-shadow: 0 0 10px rgb(201, 201, 201);
}

.product .overflow-hidden{
    border-radius: 10px;
}

.product .img{
    height: 300px;
}

.product .cart {
    position:relative; 
    cursor:pointer;
    background: #4FA5E2;
    width: 50px;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

.product #cartCount{
    position: absolute;
    top:-8px;
    right:-8px;
    background:red;
    border-radius:50%;
    font-size:12px;
    width: 25px;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product #cartPopup{
    display: none;
    position: absolute;
    top: 30px;
    right: 0; 
    background: white; 
    border: 1px solid #ccc;
    padding: 10px; 
    width: 250px; 
    height: 400px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1); 
    border-radius: 6px;
}

.product #popupCartList{
    list-style: none;
}

.product #popupCartList li{
    padding: 5px 0;
}

.cart-main{
    position: fixed;
    top: 20px; 
    right: 30px;
    z-index: 999;
}

.product .cart-main .bttn{
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

#checkoutForm {
    display: none;
    background: white;
    padding: 20px;
    max-width: 500px;
    margin: 20px auto;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

#checkoutForm input, #checkoutForm textarea {
    width: 100%;
    padding: 8px;
    margin: 8px 0;
    border-radius: 4px;
    border: 1px solid #ccc;
}


/* PRODUCT-------------------EDNS------------------HERE-------------------- */