/* Poppins font import from google fonts */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&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;
    outline: none;
    font-family: 'Poppins', sans-serif;

}

html {
    font-size: 62.5%;
    /* 1rem = 10px */
    scroll-behavior: smooth;
    overflow-x: hidden;


}

body {
    scroll-behavior: smooth;
    overflow-x: hidden;
    background-color: #fff;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 2rem;

}

h1 {
    font-size: 7rem;
    font-weight: 700;
}

h2 {
    font-size: 5.5rem;
    font-weight: 700;
}

h3 {
    font-size: 3.6rem;
    font-weight: 500;
}

h4 {
    font-size: 3rem;
    font-weight: 500;
}

h5 {
    font-size: 2rem;
    font-weight: 500;
}

h6 {
    font-size: 1.8rem;
    font-weight: 500;
}

li {
    list-style: none;
    font-size: 1.5rem;

}

a {
    text-decoration: none;
    font-size: 1.5rem;
    color: #424141 !important;
}

.flex {
    display: flex;
}

.grid {
    display: grid;
}

.common-container {
    max-width: 130rem;
    margin: 0 auto;
}

.common-container2 {
    max-width: 120rem;
    margin: 0 auto;
}

.grid-two-col {
    grid-template-columns: repeat(2, 1fr);
}

.grid-three-col {
    grid-template-columns: repeat(3, 1fr);
}

.grid-gap {
    column-gap: 3rem;
    row-gap: 3rem;
}

.gap {
    gap: 2rem;
}


/* -------------------- our main sec comp css code */



.main-sec {
    position: relative;
    width: 100%;
    min-height: 110vh;
    background: url('../images/bg-img.png')no-repeat center center/cover;
    z-index: 10;
    padding-inline: 1.87rem;
}

.main-sec:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #222121;
    opacity: 0.7;
    z-index: -1;
}


.header-comp {
    position: relative;
    width: 100%;
    padding-block: 2rem;
    z-index: 1000;

}

.nav-logo {
    position: relative;
    width: 16rem;
}

.nav-logo img {
    width: 100%;
}

.header-flex {
    align-items: center;
    justify-content: space-between;

}

.get_quote_btn {
    position: relative;
    width: max-content;
    padding-inline: 2.87rem;
    height: 4.6rem;
    background-color: #74bf44;
    border-radius: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 500;
    transition: 600ms ease;

}

.get_quote_btn:hover {
    background-color: #85e44b;
}


.hero-main {
    position: relative;
    height: 110vh;
    display: flex;
    align-items: center;
}

.hero-grid-bx {
    position: relative;
    width: 100%;
    grid-template-columns: 1.4fr 1fr;

}

.hero-info span {
    font-size: 1.4rem;
    color: #f3f1f1;
    letter-spacing: .1rem;
}

.hero-info h1 {
    position: relative;
    margin-top: 1rem;
    font-size: 5.6rem;
    font-weight: 600;
    color: #fff;
}

.hero-info p {
    font-size: 1.6rem;
    color: #f3f1f1;
    margin-bottom: 2rem;
    line-height: 1.7;
}

.comn_btn {
    margin-top: 3rem;
    height: 5rem;
}

.query-form-bx {
    position: relative;
    width: 90%;
    margin-left: auto;
    background-color: #fff;
    padding-inline: 4rem;
    padding-block: 4rem;
    border-radius: 1.4rem;

}

.icon-bx {
    position: relative;
    width: 6rem;
    height: 6rem;
    background-color: #e2ffd0;
    display: grid;
    place-items: center;
    border-radius: 50%;
    font-size: 2.8rem;
    color: #363535;
    margin: 0 auto 1rem auto;

}

.query-form-bx h5 {
    text-align: center;
    font-size: 2.5rem;
    line-height: 1.4;
    margin: 0 auto;
}

.query-form-bx p {
    text-align: center;
    margin-top: 1rem;
    font-size: 1.5rem;
    line-height: 1.7;
    color: #424141;
}

.query-form {
    position: relative;
    margin-top: 2.6rem;
}

.input-bx {
    position: relative;
    width: 100%;
    height: 4.5rem;
    border: .2rem solid #eeeeee;
    margin-top: 2rem;
}

.inpt-icon {
    position: absolute;
    top: 54%;
    transform: translateY(-50%);
    left: 2rem;
    font-size: 1.87rem;
    color: #424141;
}

.input-bx input , .input-bx select {
    width: 100%;
    height: 100%;
    border: none;
    background-color: #eeeeee;
    font-size: 1.5rem;
    padding-inline: 5rem;
    color: #424141;
    font-weight: 500;
    transition: 600ms ease;


}

.select-Bx select{
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
}

.select-Bx select option {
    background-color: #eeeeee;
  }

.select-Bx:before{
    content: "\f107";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1.4rem;
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    font-size: 1.3rem;
    color: #424141;
}


.input-bx input::placeholder {
    color: #898989;
    font-weight: 400;
}

.input-bx input:focus-within {
    background-color: #fff;
}


.input-bx input::-webkit-inner-spin-button {
    opacity: 0;
}

.selector {
    background-color: #eeeeee;
    padding-inline: 2.4rem;
}

.selectfield-bx {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.selectfield-bx p {
    text-align: left;
    margin: 0 0;
    color: #898989;
    font-weight: 400;
    font-size: 1.5rem;


}

.arrow-icon {
    position: relative;
    top: .3rem;
    font-size: 1.5rem;
    color: #424141;
}

.qty_list {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #eeeeee;
    margin-top: 2rem;
    transition: 400ms ease;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    z-index: -10;
}


.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    z-index: 200;

}

.qty_list li {
    position: relative;
    padding-block: 1rem;
    padding-inline: 1.8rem;
    transition: 600ms ease;
    font-weight: 400;
    color: #424141;
    font-size: 1.5rem;
    cursor: pointer;
}

.qty_list li:hover {
    background-color: #fff;
    color: #74bf44;
}

.submit-btn {
    position: relative;
    margin-top: 3rem;
    width: 100%;
    height: 5rem;
    background-color: #74bf44;
    text-align: center;
    vertical-align: middle;
    border: .15rem solid #74bf44;
    font-size: 1.7rem;
    color: #fff;
    font-weight: 500;
    transition: 500ms ease;
}

.submit-btn:hover {
    background-color: #8deb53;
    border-color: #8deb53;
}


/* ------------------- why chose us comp */

.why_chose_us_comp{
    position: relative;
    width: 100%;
    padding-inline: 1.87rem;
    padding-block: 5rem;
    background-color: #fcfff9;

}

.comn-heading{
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.comn-heading h5{
    font-size: 4rem;
    color: #232323;
    font-weight: 500;
    margin-bottom: 1rem;
}

.comn-heading p{
    font-size: 1.76rem;
    color: #363535;
    font-weight: 400;
}

.why_chose_grid{
    position: relative;
    width: 100%;
    margin-top: 5rem;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 2rem;
}

.serv-bx{
    position: relative;
    display: flex;
    align-items: center;
    justify-content:flex-start;
    flex-direction: column;
    text-align: center;
    width: 100%;
    transition: 500ms ease;
    padding: 3rem 2rem 1rem 2rem;
    border-radius: 1rem;
}

.serv-bx h3{
    margin-top: 1rem;
    font-size: 2.1rem;
    margin-bottom: 1.4rem;
    transition: 400ms ease;

}

.serv-icon{
    transition: 400ms ease;
}

.serv-bx p{
    font-size: 1.55rem;
    line-height: 1.6;
    color: #898989;
    margin-bottom: 0;
    
}

.serv-bx:hover h3{
    color: #74bf44;
}

.serv-bx:hover .serv-icon{
    animation: springanimt 500ms ease forwards;
}

@keyframes springanimt {

    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
    
}

.serv-bx:hover{
    background-color: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

/* ----------------- section - 3 */


    .custom-apparel{
        background-color: #fff;
        
    }

    .mockups-grid{
        position: relative;
        width: 100%;
        margin-top: 5rem;
        grid-template-columns: repeat(4, 1fr);
        column-gap: 2rem;
    }

    .mockups-bx{
        position: relative;
        width: 100%;
        border: .4rem solid #d3ffb8;
        transition: 500ms ease;

    }

    .mockup-img{
        position: relative;
        width: 100%;
        height: 38rem;
        overflow: hidden;

    }

    .mockups-bx img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: 600ms ease-out;

    }

    .mockups-bx:hover img{
        transform: scale(1.11);
    }

    .mockups-bx h6{
        text-align: center;
        padding-block: 1.2rem;
        font-size: 1.6rem;
        color: #363535;
        font-weight: 500;
        margin-bottom: 0;
    }


    .numbers-qty-grid{
        position: relative;
        width: 100%;
        margin-top: 5rem;
        grid-template-columns: repeat(4, 1fr);
    }

    .number-qty-bx{
        background-color: #fff;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
        padding-block: 4rem;
        padding-inline: 2rem;
        border-radius: 1rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        transition: 300ms ease;
    }

    .number-qty-bx:hover{
        transform: scale(1.01) translateY(-2px);
       box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    }

    
    .number-qty-bx h3{
        margin-top: 1.6rem;
        color: #74bf44;
        margin-bottom: 1rem;
    }

    

     .number-qty-bx h6{
        line-height: 1.4;
        font-size: 1.87rem;
        margin-bottom: 1rem;
     }

       .number-qty-bx p{
        font-size: 1.5rem;
        color: #424141;
        line-height: 1.6;
        margin-bottom: 0;
       }


       /* --------------------------- our clients prints  */


       .client-prints{
        background-color: #fff;
       }

       .client-prints-grid{
        position: relative;
        width: 100%;
        margin-top: 14rem;
        grid-template-columns: repeat(3, 1fr);
        column-gap: 3rem;
        row-gap: 16rem;
       }

       .client-print-mockup-bx{
        position: relative;
        background-color: #fff;
        width: 100%;
        border-radius: 1rem;
        padding-inline: 3rem;
        padding-block-start: 4rem;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
        transition: 400ms ease;

       }

       .client-tshirt-img{
        position: absolute;
        top: 0%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        width: 22rem;
        height: 22rem;
        transition: 400ms ease;
        

       }

       .client-tshirt-img img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: 400ms ease;

       }

       .client-info{
        position: relative;
        width: 100%;
        padding-top: 9rem;
        padding-bottom: 2rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        transition: 400ms ease;
       }


          .client-info h6{
            font-size: 2rem;
            margin-bottom: 1rem;
            color: #363535;
            line-height: 1;
          }

            .client-info span{
                font-size: 1.6rem;
                color: #222121;
            }

               .client-info p{
                font-size: 1.4rem;
                color: #898989;
                font-weight: 400;
                margin-top: .8rem;
               }


               .comn-heading3 p{
                max-width: 60rem;
               }


/* ------------------------ customer reviews */

.customer-reviews-comp{
    background-color: #fff;
}

.customer-reviews{
    margin-top: 5rem;
}

.customer-rev-bx{
    position: relative;
    min-width: 45rem;
    
}

.reviews-para{
    position: relative;
    width: 100%;
    border: .2rem solid #74bf44; 
    padding: 2rem 1rem;
    border-radius: .6rem;
    background-color: #fafff7;
}

.reviews-para p{
    font-size: 1.5rem;
    margin-bottom: 0;
    color: #424141;
    line-height: 1.6;
}

.quote{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateY(50%) translateX(-50%);
    width: 4rem;
    height: 4rem;
    background-color: #74bf44;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.87rem;
    border-radius: 50%;
}

.cust-info{
    position: relative;
    margin-top: 4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.cust-img{
    position: relative;
    width: 5rem;
    height: 5rem;
    margin-bottom: 1rem;
}

.cust-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}


.cust-info h6{
    font-size: 1.78rem;
    color: #232323;
    margin-bottom: .6rem;
}

.cust-info p{
    font-size: 1.4rem;
    color: #898989;
}


/* ----------------------- coming soon  */

.next-prod-coming-soon-comp{
    background-color: #fcfefa;
    padding-block: 7rem;
}

.next-prod-info-grid{
    position: relative;
    width: 100%;
}

.left-next-prod-info-bx{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
}

.left-next-prod-info-bx h3{
    font-size: 3.4rem;
    color: #363535;
}

.left-next-prod-info-bx h6{
    font-size: 1.87rem;
    color: #424141;
}


.left-next-prod-info-bx p{
    font-size: 1.56rem;
    color: #424141;
}

.points{
    position: relative;
    margin-top: 2rem;
}

.points li{
    font-size: 1.45rem;
    color: #898989;
}

.right-caps-mugs-img{
    position: relative;
    width: 85%;
    margin-left: auto;
    height: 50rem;
}

.right-caps-mugs-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1.4rem;
}


.footer{
    position: relative;
    width: 100%;
    padding-block: 2.4rem;
    padding-inline: 1.87rem;
    background-color: #ededed;
}

.footer-flex-bx{
    align-items: center;
    justify-content: space-between;
}

.footer-flex-bx p{
    font-size: 1.55rem;
    margin-bottom: 0;
    color: #424141;
}



.socl-icons{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
}

.socl-icons a{
    position: relative;
    width: 3.8rem;
    height: 3.8rem;
    border-radius: 50%;
    background-color: #d6d6d6;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 500ms ease;
    font-size: 1.87rem;
    color: #363535 !important;
}

.socl-icons a:hover{
    background-color: #74bf44;
    color: #fff !important;
}

.messagetext{
    font-size: 1.45rem; font-weight: 500; margin-top: 1rem; display: block; color: #74bf44;
}




/* our media querires */

@media all and (min-width: 1125px) and (max-width: 1300px) {

    html {
        font-size: 60%;
    }

    .main-sec {
        min-height: 100vh;
    }

    .hero-main {
        height: 100vh;
    }



}

@media all and (min-width: 1025px) and (max-width: 1124px) {

    html {
        font-size: 56.8%;
    }

    .mockup-img{
        height: 34rem;
    }

    .why_chose_grid{
        grid-template-columns: repeat(3, 1fr);
    }

    .main-sec {
        min-height: 90vh;
    }

    .hero-main {
        height: 90vh;
    }



}


@media all and (min-width: 768px) and (max-width: 1024px) {

    html {
        font-size: 56.6%;
    }

    .why_chose_grid , .client-prints-grid{
        grid-template-columns: repeat(2, 1fr);
        max-width: 80rem;
        margin: 5rem auto 0 auto;
    }

     .mockups-grid , .numbers-qty-grid{
        grid-template-columns: repeat(2, 1fr);
        max-width: 80rem;
        margin: 5rem auto 0 auto;
    }

    .main-sec {
        min-height: 100%;
    }

    .hero-main {
        padding-block: 8rem;
        height: 100%;
    }

    .hero-grid-bx {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 8rem;
    }

    .hero-info{
        max-width: 80rem;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
        justify-content: center;
    }

    .comn_btn{
        margin-top: 2rem;
    }

    .query-form-bx{
        width: 44rem;
        margin-left: 0;
        margin: 0 auto;
    }






}


@media all and (min-width: 320px) and (max-width: 767px) {

    html {
        font-size: 56.6%;
    }

    .footer-flex-bx{
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 2rem;
        
    }


    .next-prod-coming-soon-comp{
        padding-block: 4rem;
    }

    .right-caps-mugs-img{
        width: 100%;
        height: 35rem;
    }

    .next-prod-info-grid{
        grid-template-columns: repeat(1, 1fr);
        
    }

    .customer-rev-bx{
        min-width: 100%;
    }

    .comn-heading h5{
        font-size: 3.5rem;
    }

    .why_chose_grid , .client-prints-grid , .numbers-qty-grid ,  .mockups-grid{
        grid-template-columns: repeat(1, 1fr);
    }

    .mockups-grid{
        row-gap: 3rem;
    }

    .main-sec {
        min-height: 100%;
    }

    .hero-main {
        padding-block: 6rem;
        height: 100%;
    }

    .nav-logo{
        width: 14rem;
    }

    .hero-grid-bx {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 8rem;
    }

    .hero-info{
        max-width: 100%;
        margin: 0 auto;
    }

       .hero-info h1{
        font-size: 5rem;
       }

    .comn_btn{
        margin-top: 2rem;
    }

    .query-form-bx{
        min-width: 100%;
        margin-left: 0;
        margin: 0 auto;
    }

    .query-form-bx{
        padding-inline: 2rem;
    }






}


::-webkit-scrollbar{
    width: .567rem;
    background-color: transparent;
}

::-webkit-scrollbar-thumb{
    background-color: #74bf44;
}

::-webkit-scrollbar-track{
    background-color: #000;
}

::selection{
    background-color: #74bf44;
    color: #fff;
    
}