@charset "utf-8";
/* CSS Document */
body{ 
  width:100%;
  padding:0; 
  margin:0; 
  background:#fff; 
  overflow-x:hidden;
  color:#fff; 
  font-family: 'Poppins', sans-serif;
}

a{ 
  display:inline-block;
  text-decoration:none;
  padding:0; 
  margin:0; 
  transition:all 500ms ease-in-out;
}

a:focus, a:hover{ 
  outline:none; 
  text-decoration:none; 
}

h1, h2, h3, h4, h5, h6{
  margin:0;
  padding:0;
}

ul,li{ 
  padding:0; 
  margin:0; 
  list-style:none; 
}

button:focus{
  outline:none;
}

img{
  max-width:100%;
  height:auto;
}

@font-face {
  font-family: 'Elbrush';
  src: url('../fonts/Elbrush.eot');
  src: url('../fonts/Elbrush.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Elbrush.woff2') format('woff2'),
      url('../fonts/Elbrush.woff') format('woff'),
      url('../fonts/Elbrush.ttf') format('truetype'),
      url('../fonts/Elbrush.svg#Elbrush') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* ===== common css ====== */
.btn1{
  font-size:16px;
  color:#fff;
  line-height:18px;
  font-weight:500;
  letter-spacing:.03em;
  background:linear-gradient(to right, #042865 0%, #1b87ec 50%, #042865 100%);
  background-size:200%;
  border-radius:30px;
  padding:14px 25px;
}

.btn1:hover,
.btn2:hover{
  background-position:right center;
  color:#fff;
}

.btn2{
  font-size:16px;
  color:#030303;
  line-height:18px;
  font-weight:500;
  letter-spacing:.03em;
  background:linear-gradient(to right, #aadffc 0%, #4baffa 50%, #aadffc 100%);
  background-size:200%;
  border-radius:30px;
  padding:14px 25px;
}

.btn2:hover{
  color:#030303;
}

.common_paragraph{
  font-size:16px;
  color:#040404;
  line-height:26px;
  letter-spacing:.03em;
  margin-bottom:20px;
}

/* ===== Header Starts ====== */
.navbar-default{ 
  background:none; 
  border:none;
  padding:0;
  margin:0; 
  transition:all 500ms ease-in-out; 
}

.header_top{
  background:linear-gradient(to right, #1270d0 , #062967);
  padding:10px 0;
  transition:all 500ms ease-in-out; 
}

.hd_welcome_text ul li{
  display:inline-block;
  font-size:13px;
  color:#fff;
  line-height:20px;
  font-weight:500;
  border-right:1px solid #fff;
  margin-right:10px;
  padding-right:10px;
}

.hd_welcome_text ul li:last-child{
  border-right:none;
  margin-right:0;
  padding-right:0;
}

.header_login a{
  font-size:16px;
  color:#fff;
  line-height:20px;
  font-weight:500;
}

.header_login a:hover{
  color:#95d9fd;
}

.header_bottom{
  padding:15px 0;
  transition:all 500ms ease-in-out; 
}

.header_logo{
  width:120px;
  transition:all 500ms ease-in-out; 
}

.header_link ul li{
  display:inline-block;
  line-height:0;
  border-right:1px solid #030303;
  margin-right:8px;
  padding-right:8px;
}

.header_link ul li:last-child{
  border-right:none;
  margin-right:0;
  padding-right:0;
}

.header_link ul li a{
  font-size:16px;
  color:#030303;
  line-height:18px;
  font-weight:500;
  letter-spacing:.02em;
  padding:0 5px;
  position:relative;
  z-index:9;
}

.header_link ul li.active a,
.header_link ul li a:hover{
  color:#fff;
}

.header_link ul li a:before{
  content:"";
  position:absolute;
  background:#1370d1;
  width:100%;
  height:95px;
  border-radius:6px 6px 0 0;
  left:0;
  top:-12px;
  z-index:-1;
  transition:all 500ms ease-in-out;
  opacity:0;
  visibility:hidden;
}

.header_link ul li.active a:before,
.header_link ul li a:hover:before{
  opacity:1;
  visibility:visible;
}

.mobile-menu-icon{
    float:right;
    width:32px;
    line-height:4px;
    padding:0;
    cursor:pointer;
    position:relative;
    text-align:right;
    z-index:9999;
}

.mobile-menu-icon ul li{
    width:100%;
    height:3px;
    background-color:#062867;
    display:inline-block;
    margin:3px auto;
    border-radius:25px;
    transition:all .2s ease-in-out;
}

.mobile-menu-icon ul li:first-child{
    width:80%;
    background-color:#2d93ed;
}

.mobile-menu-icon ul li:last-child{
    width:70%;
    background-color:#2d93ed;
}

.overlay {
  height:0;
  width:100%;
  position:fixed;
  z-index:99999;
  top:0;
  left:0;
  background-color:#042864;
  overflow-x:hidden;
  transition:0.5s;
}

.overlay-content {
  position:relative;
  top:0;
  width:100%;
  margin-top:80px;
}

.overlay .closebtn {
  position:absolute;
  top:10px;
  right:10px;
  font-size:45px;
  color:#fff;
  line-height:30px;
  padding:10px;
}

.hd-mobile-link li{
  line-height:0;
  border-bottom:1px solid rgba(255,255,255,.15);
  padding:10px 0;
}

.hd-mobile-link li a{
  display:block;
  font-size:16px;
  color:#fff;
  line-height:18px;
  font-weight:500;
  letter-spacing:.03em;
  padding:0 12px;
}

.hd-mobile-link li.active a,
.hd-mobile-link li a:hover{
  color:#4fb0f7;
}

.header_cart li a{
  position:relative;
}

.header_cart li a span{
  position:absolute;
  width:16px;
  height:16px;
  background:#ff000c;
  right:-10px;
  top:0;
  border-radius:50%;
  text-align:center;
  font-size:14px;
  color:#fff;
  line-height:16px;
}

@media screen and (min-width:992px){
  .navbar-default.navbar-fixed .header_top{
    margin-top:-50px;
  }

  .navbar-default.navbar-fixed .header_bottom{
    box-shadow:0 4px 6px rgba(0,0,0,.15);
    padding:12px 0;
  }

  .navbar-default.navbar-fixed .header_logo{
    width:80px;
  }

  .navbar-default.navbar-fixed .header_link ul li a:before{
    height:73px;
  }

}

.home_banner{
  background:linear-gradient(to right, #1476d8 , #47a5d6);
  margin-top:198px;
  padding:50px 0;
}

.banner_bg_heading{
  font-family: 'Elbrush';
  font-size:80px;
  line-height:88px;
  margin-bottom:20px;
  padding-bottom:16px;
}

.banner_bg_heading:after{
  content:"";
  position:absolute;
  width:120px;
  height:5px;
  background:#fff;
  border-radius:30px;
  left:0;
  bottom:0;
}

.banner_sm_heading,
.about_sm_heading,
.design_sm_heading,
.printing_sm_heading,
.test_sm_heading,
.gallery_sm_heading{
  font-size:32px;
  line-height:40px;
  font-weight:600;
  letter-spacing:.03em;
  margin-bottom:20px;
}

.banner_image{
  padding:50px 0;
}

.banner_image:before{
  content:"";
  position:absolute;
  width:90%;
  height:100%;
  background:url(../images/banner-bg.png) no-repeat center center;
  background-size:100%;
  right:0;
  top:0;
}

.choose_block{
  background:#032967;
  padding:50px 0;
}

.choose_box{
  min-height:260px;
  border-radius:20px;
  padding:20px;
}

.choose_box .icon{
  display:inline-block;
  width:45px;
  height:45px;
  line-height:45px;
  background:#032967;
  text-align:center;
  border-radius:50%;
}

.choose_box .content{
  display:inline-block;
  width:76%;
  vertical-align:top;
  padding-left:10px;
}

.choose_title{
  font-size:18px;
  color:#020202;
  line-height:24px;
  font-weight:600;
  margin-bottom:12px;
}

.about_block{
  padding:60px 0;
}

.about_image{
  background:url(../images/about-img-bg.png) no-repeat left top;
  background-size:90%;
}

.ab_img_cont{
  width:260px;
  border-radius:0 0 10px 10px;
  margin:0 auto;
  padding:10px 12px;
}

.ab_counter_text{
  font-family: 'Elbrush';
  font-size:42px;
  color:#1476d8;
  line-height:44px;
}

.about_bg_heading,
.design_bg_heading,
.printing_bg_heading,
.test_bg_heading,
.gallery_bg_heading{
  font-family: 'Elbrush';
  font-size:60px;
  color:#1476d8;
  line-height:68px;
  margin-bottom:20px;
  padding-bottom:16px;
}

.about_bg_heading:after,
.design_bg_heading:after,
.printing_bg_heading:after,
.test_bg_heading:after,
.gallery_bg_heading:after{
  content:"";
  position:absolute;
  width:100px;
  height:5px;
  background:#030303;
  border-radius:30px;
  left:0;
  bottom:0;
}

.about_sm_heading,
.design_sm_heading,
.printing_sm_heading,
.test_sm_heading,
.gallery_sm_heading{
  color:#050505;
}

.design_block,
.printing_block,
.test_block,
.gallery_block,
.h_cta_block{
  padding-bottom:60px;
}

.printing_bg_heading:after,
.gallery_bg_heading:after{
  right:0;
  margin:0 auto;
}

.printing_box{
  background:#fff;
  border-radius:15px;
  min-height:255px;
  padding:20px;
}

.printing_box:hover{
  background:linear-gradient(to bottom, #4faef7, #1678d9);
}

.printing_icon{
  z-index:9;
  padding:5px 0 0 5px;
}

.printing_box:hover .printing_icon img{
  filter:invert(100%) sepia(14%) saturate(0%) hue-rotate(77deg) brightness(101%) contrast(101%);
}

.printing_icon:before{
  content:"";
  position:absolute;
  width:35px;
  height:35px;
  background:linear-gradient(to bottom, #53b0f7, #8ed5fb);
  border-radius:50%;
  left:0;
  top:0;
  z-index:-1;
}

.printing_title{
  font-size:22px;
  color:#020202;
  line-height:28px;
  font-weight:600;
  letter-spacing:.02em;
  margin:16px 0 12px;
}

.printing_box:hover .printing_title,
.printing_box:hover .common_paragraph{
  color:#fff;
}

.test_box{
  background:#4faef7;
  border-radius:20px;
  margin-top:40px;
  padding:20px;
}

.test_name_word{
  font-family: 'Elbrush';
  font-size:30px;
  line-height:74px;
  letter-spacing:.06em;
  display:inline-block;
  width:80px;
  height:80px;
  background:#032967;
  text-align:center;
  border:3px solid #fff;
  border-radius:50%;
  position:relative;
  top:-50px;
}

.client_name{
  font-family: 'Elbrush';
  font-size:26px;
  line-height:28px;
  letter-spacing:.05em;
}

.modal.lightbox{
  background:rgba(0,0,0,.8);
}

.lightbox-carousel .ratio{
  background-color:transparent !important;
}

.h_cta_heading{
  font-size:40px;
  color:#1476d8;
  line-height:48px;
  font-weight:600;
  margin-bottom:20px;
}

.footer_top{
  background:#032967;
  padding:50px 0 45px;
}

.footer_title{
  font-family: 'Elbrush';
  font-size:26px;
  color:#95d9fc;
  line-height:28px;
  letter-spacing:.03em;
  margin-bottom:20px;
}

.footer_link li{
  line-height:0;
  margin-bottom:10px;
}

.footer_link li:last-child,
.footer_contact li:last-child{
  margin-bottom:0;
}

.footer_link li a{
  font-size:16px;
  color:#fff;
  line-height:18px;
  letter-spacing:.02em;
  padding-left:20px;
  position:relative;
}

.footer_link li a:before,
.footer_contact li .text:before{
  content:"";
  position:absolute;
  width:10px;
  height:1px;
  background:#fff;
  left:0;
  top:0;
  bottom:0;
  margin:auto 0;
}

.footer_link li a:hover,
.footer_contact li .text a:hover,
.ft_abn_text span{
  color:#95d9fc;
}

.footer_link li a:hover:before{
  background:#95d9fc;
}

.footer_contact li{
  margin-bottom:12px;
}

.footer_contact li .text{
  font-size:16px;
  color:#fff;
  line-height:20px;
  letter-spacing:.02em;
  padding-left:25px;
  position:relative;
}

.footer_contact li .text:before{
  left:5px;
}

.footer_contact li .text a{
  color:#fff;
}

.ft_abn_text{
  font-family: 'Elbrush';
  font-size:24px;
  line-height:26px;
  letter-spacing:.03em;
}

.footer_bottom{
  padding:30px 0;
}

.footer_bottom .common_paragraph span,
.footer_bottom .common_paragraph a{
  color:#1476d8;
  font-weight:600;
}

.footer_bottom .common_paragraph a{
  color:#032967;
}

#back-button {
  display:inline-block;
  background-color:#1a85ed;
  width:50px;
  height:50px;
  line-height:50px;
  text-align:center;
  border-radius:50%;
  position:fixed;
  bottom:25px;
  right:25px;
  opacity:0;
  visibility:hidden;
  z-index:1000;
  cursor:pointer;
  box-shadow:0 6px 16px rgba(0,0,0,.4);
}

#back-button.show {
  opacity:1;
  visibility:visible;
}

.cta-btn{
  left:0;
  bottom:0;
  z-index:999;
}

.cta-btn li a{
  display:block;
  font-size:15px;
  color:#fff;
  line-height:17px;
  text-transform:uppercase;
  background:#1a85ed;
  padding:15px 20px;
}

.cta-btn li:last-child a{
  background:#90d5fc;
  color:#030303;
}
/****************************************************** CUSTOME CSS ********************************************************/
/* contact form */
.inner_page_heading {
    color: #222;
    font-weight: 700;
    font-size: 38px;
    position: relative;
    padding-bottom: 18px;
    line-height: 45px;
}
.inner_page_container{
  margin-top:220px;
}
.contact_page_info .icon{
    display:inline-block;
    width:75px;
    height:75px;
    line-height:75px;
    background:#1061BA;
    border-radius:50%;
    text-align:center;
}

.contact_page_info .text{
    display:inline-block;
    width:75%;
    vertical-align:middle;
    padding-left:12px;
}

.contact-title{
    font-size:22px;
    color:#1061BA;
    line-height:26px;
    font-weight:600;
}

.contact-main{
    font-size:17px;
    color:#000;
    line-height:22px;
    font-weight:500;
}

.contact-main a{
    color:#000;
}
 
.contact_form .block{
    margin-bottom:15px;
}

.contact_form .checkout_form_label{
    font-size:17px;
    color:#000;
    line-height:20px;
    font-weight:500;
    padding:0 0 10px;
}

.contact_form .form-control{
    height:46px;
    background:none;
    border-radius:0;
    box-shadow:none;
    font-size:16px;
    color:#1c1c1c;
    line-height:20px;
    padding:10px 20px;
}

.contact_form textarea.form-control{
    height:105px;
    resize:none;
}

.contact_form .btn{
    font-size:16px;
    color:#fff;
    line-height:18px;
    font-weight:600;
    background:#1061BA;
    border:none;
    border-radius:0;
    box-shadow:none;
    padding:13px 25px;
}

/* PROFILE SECTION */
/* PROFILE SECTION */
        .dashboard-wrapper{
            min-height:100vh;
            padding:80px 0;
            color:#000;
        }
        .sidebar{
            background:#fff;
            border-radius:10px;
            box-shadow:0 2px 10px rgba(0,0,0,.08);
            padding:20px;
        }
        .sidebar h4{
            margin-bottom:20px;
            font-weight:600;
        }
        .sidebar a{
            display:block;
            padding:12px 15px;
            margin-bottom:10px;
            text-decoration:none;
            color:#333;
            border-radius:6px;
            transition:.3s;
        }
        .sidebar a:hover,
        .sidebar a.active{
            background:#0d6efd;
            color:#fff;
        }
        .content-panel{
            background:#fff;
            border-radius:10px;
            box-shadow:0 2px 10px rgba(0,0,0,.08);
            padding:30px;
        }
        .profile-image{
            width:100px;
            height:100px;
            border-radius:50%;
            object-fit:cover;
            margin-bottom:20px;
        }
        .user-info{
            margin-bottom:15px;
        }
        .user-info label{
            font-weight:600;
            color:#555;
            display:block;
        }
        .user-info span{
            color:#222;
        }
.cart_item{
  display: grid;
  grid-template-columns: 2fr 2fr 2fr 1fr; 
  gap: 20px;
  padding: 15px; 
  border-bottom: 1px solid #eee; 
  align-items: center;
}
.qty-btn{ 
  width: 30px;
  height: 30px;
  border: 1px solid #ccc;
  cursor: pointer;
}
.qty-input{
    width: 50px;
    text-align: center;
    border: 1px solid #ccc; 
    padding: 5px;
}
.quantity_control{
  display: flex;
  align-items: center;
  gap: 10px;
}
.checkout_btn{
    padding: 12px 30px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px; 
    cursor: pointer; 
    font-size: 16px;
}
.cart_headers{
    display: grid; 
    grid-template-columns: 2fr 2fr 2fr 1fr; 
    gap: 20px; 
    padding: 15px;
    background-color: #f5f5f5;
    border-radius: 5px; 
    margin-bottom: 15px; 
    font-weight: bold;
}
.checkout_sec{
    margin-top: 30px;
    display: flex;
    gap: 15px;
    justify-content: flex-end;
}
.cart_empty{
    font-size:16px;
    text-align:center;
    color:#000;
    padding: 40px;
}
.remove_btn{
  text-align: center;
  color:red;
  border:1px solid #ddd;
}
.product_sec, .product_sec * { color: #000 !important; }
.product_sec a, .product_sec button, .product_sec input { color: #000 !important; }


.designer-wrapper{
    display:flex;
    min-height:100vh;
}

/* LEFT SIDE */

.preview-section{
    flex:1;
    background:#d9d9d9;
    padding:20px;
    text-align:center;
}

.logo{
    width:140px;
    margin:0 auto 20px;
    background:#c0392b;
    color:#fff;
    font-size:40px;
    font-weight:bold;
    padding:10px;
}

.shirt-preview{
    display:flex;
    justify-content:center;
    gap:40px;
    margin-top:20px;
}

.shirt img{
    max-width:280px;
    width:100%;
}

 

/* RIGHT SIDE */

.color-panel{
    width:350px;
    background:#ececec;
    border-left:1px solid #ccc;
    padding:20px;
    color:#000;
}

.color-panel h3{
    margin-bottom:15px;
    font-size:22px;
    font-weight:bold;
}

.cart-items{
    list-style:none;
    margin:0;
    padding:0;
}

.cart-item{
    display:flex;
    align-items:center;
    gap:14px;
    padding:14px;
    background:#fff;
    border:1px solid #d8d8d8;
    border-radius:10px;
    margin-bottom:12px;
}

.cart-item-image{
    flex:0 0 90px;
}

.cart-item-image img{
    width:100%;
    height:auto;
    display:block;
    border-radius:8px;
    object-fit:cover;
}

.cart-item-details{
    flex:1;
    min-width:0;
}

.cart-item-name{
    font-size:16px;
    font-weight:700;
    color:#222;
    margin-bottom:6px;
}

.cart-item-quantity{
    font-size:14px;
    color:#555;
}

.option-box{
    background:#f5f5f5;
    border:1px solid #ccc;
    padding:15px;
    margin-bottom:15px;
}

.title{
    display:flex;
    justify-content:space-between;
    align-items:center;
    font-weight:bold;
    margin-bottom:15px;
}

.color-grid{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
}

.color{
    width:22px;
    height:22px;
    border:1px solid #444;
    cursor:pointer;
}

.setting-row{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:18px 15px;
    background:#f5f5f5;
    border:1px solid #ccc;
    margin-bottom:8px;
    font-weight:bold;
}

.selected-color{
    width:16px;
    height:16px;
    border:1px solid #000;
    display:inline-block;
}

.quote-section{
    background:#f5f5f5;
    padding:32px 0;
    font-family:Arial, sans-serif;
}

 

.quote-section h2{
    color:#000;
    font-size:22px;
    font-weight:700;
    margin-bottom:40px;
    text-transform:uppercase;
    letter-spacing:1px;
}

.quote-form{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:25px 30px;
}

.form-group{
    display:flex;
    flex-direction:column;
    text-align: left;
}

.form-group label{
    font-size:15px;
    font-weight:700;
    text-transform:uppercase;
    color:#222;
    margin-bottom:10px;
}

.form-group input,
.form-group textarea{
    width:100%;
    padding:16px 18px;
    border:1px solid #d5d5d5;
    background:#fff;
    font-size:15px;
    outline:none;
    transition:0.3s;
    box-sizing:border-box;
}

.form-group input:focus,
.form-group textarea:focus{
    border-color:#c0392b;
    box-shadow:0 0 8px rgba(22, 22, 22, 0.15);
}

.full-width{
    grid-column:1 / -1;
}

 
  /************************************************** END CUSTOME CSS ***********************************************/
@media screen and (max-width:1366px){
  .choose_box{
    min-height:310px;
  }

  .printing_box{
    min-height:280px;
  }

}

@media screen and (max-width:991px){
  .header_bottom{
    box-shadow:0 4px 6px rgba(0,0,0,.15);
    padding:12px 0;
  }

  .header_logo{
    width:75px;
  }

  .header_cart{
    padding-right:26px;
  }

  .home_banner{
    margin-top:146px;
  }

  .footer_bottom{
    padding-bottom:72px;
  }

  #back-button{
    right:20px;
    bottom:35px;
  }

}

@media screen and (max-width:767px){
  .header_login a{
    font-size:14px;
  }

  .home_banner{
    padding:40px 0;
  }

  .banner_bg_heading{
    font-size:40px;
    line-height:48px;
  }

  .banner_bg_heading:after{
    width:85px;
    height:3px;
  }

  .banner_sm_heading, 
  .about_sm_heading, 
  .design_sm_heading, 
  .printing_sm_heading, 
  .test_sm_heading, 
  .gallery_sm_heading{
    font-size:22px;
    line-height:28px;
    margin-bottom:15px;
  }

  .common_paragraph{
    font-size:14px;
    line-height:22px;
  }

  .btn1,
  .btn2{
    font-size:14px;
    line-height:16px;
    padding:12px 20px;
  }

  .banner_image{
    padding:30px 0;
  }

  .choose_block{
    padding:35px 0;
  }

  .choose_box{
    min-height:260px;
  }

  .about_block{
    padding:35px 0;
  }

  .ab_counter_text{
    font-size:26px;
    line-height:30px;
  }

  .about_bg_heading, 
  .design_bg_heading, 
  .printing_bg_heading, 
  .test_bg_heading, 
  .gallery_bg_heading{
    font-size:35px;
    line-height:44px;
  }

  .about_bg_heading:after, 
  .design_bg_heading:after, 
  .printing_bg_heading:after, 
  .test_bg_heading:after, 
  .gallery_bg_heading:after{
    width:70px;
    height:3px;
  }

  .design_block, 
  .printing_block, 
  .test_block, 
  .gallery_block, 
  .h_cta_block{
    padding-bottom:35px;
  }

  .printing_box{
    min-height:235px;
  }

  .printing_title{
    font-size:20px;
    line-height:26px;
  }

  .client_name{
    font-size:22px;
    line-height:24px;
  }

  .h_cta_heading{
    font-size:28px;
    line-height:35px;
  }

  .footer_top{
    padding:35px 0 30px;
  }

  .footer_title{
    font-size:22px;
    line-height:24px;
    margin-bottom:16px;
  }

  .footer_link li a,
  .footer_contact li .text{
    font-size:14px;
    line-height:16px;
  }

  .footer_contact li .text{
    line-height:20px;
  }

  .ft_abn_text{
    font-size:20px;
    line-height:22px;
  }

}

@media screen and (max-width:575px){
  .choose_box,
  .printing_box{
    min-height:auto;
  }

  .test_name_word{
    width:70px;
    height:70px;
    line-height:64px;
  }

}
