/*
/*
@File: Khulna IT


/*================================================
Default CSS
=================================================*/

@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,200;1,400;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");

:root {
  --main-color: #ed3a1d;
  --white-color: #ffffff;
  --black-color: #2b2540;
  --navber-color: #424155;
  --paragraph-color: #5a5a5c;
  --bg-color: #ebe5e5;
  --transition: 0.4s all ease-in-out;
}

html,
body {
  height: 100%;
}

::-webkit-scrollbar {
  background-color: #f80303;
  box-shadow: inset 0 0 5px rgb(255, 255, 255);
  width: 8px;
  height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: rgb(255, 255, 255);
  box-shadow: inset 0 0 5px grey;
  border-radius: 50px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #ef0606;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #f00505;
}

body {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-family: "Josefin Sans", sans-serif;
  background-color: var(--bg-color);
}

img {
  max-width: 100%;
  height: auto;
  transition: var(--transition);
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.mb-30 {
  margin-bottom: 30px;
}

a {
  text-decoration: none;
  transition: all 0.3s ease-in-out 0.1s;
  outline: 0 !important;
  color: var(--black-color);
}

a:hover {
  text-decoration: none;
  color: var(--heading-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Josefin Sans", sans-serif;
  margin: 0;
}

h1 {
  font-size: 96px;
  font-weight: 700;
  line-height: 105px;
}

h2 {
  font-size: 40px;
  line-height: 40px;
}

h3 {
  font-size: 32px;
  font-weight: 400;
}

h4 {
  font-size: 24px;
  font-weight: 400;
}

h5 {
  font-size: 20px;
  font-weight: 400;
}

h6 {
  font-size: 18px;
  font-weight: 400;
}

p {
  font-size: 16px;
  line-height: 24px;
  font-family: "Lato", sans-serif;
  color: var(--paragraph-color);
  font-weight: 400;
  margin-bottom: 0;
}

p:last-child {
  margin-bottom: 0;
}

ul {
  padding: 0;
  margin: 0;
}

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

/* --Common Style-- */
section {
  position: relative;
}

.section_padding {
  padding: 100px 0;
}

.section_padding_top {
  padding: 100px 0 0 0;
}

.section_padding_bottom {
  padding: 0 0 100px 0;
}

.margin {
  margin: 100px 0;
}

.margin_top {
  margin: 100px 0 0 0;
}

.margin_bottom {
  margin: 0 0 100px 0;
}

.btn {
  display: inline-block;
  font-size: 18px;
  border-radius: 6px;
  position: relative;
  padding: 10px 40px;
  color: var(--white-color);
  background: linear-gradient(
    117deg,
    var(--main-color) 0% 25%,
    var(--main-color) 25% 50%,
    var(--main-color) 50% 75%,
    var(--main-color) 75% 88%,
    transparent 89%
  );
  border: none;
}

.btn:hover {
  background: linear-gradient(
    117deg,
    red 0% 25%,
    red 25% 50%,
    red 50% 75%,
    red 75% 88%,
    transparent 89%
  );
  color: var(--white-color);
}

.btn:focus {
  box-shadow: none;
}

.btn_md {
  padding: 12px 35px;
  font-size: 18px;
}

.btn-two {
  display: inline-block;
  font-weight: 500;
  font-size: 18px;
  border-radius: 8px;
  position: relative;
  padding: 12px 35px;
  color: var(--white-color);
  background: linear-gradient(
    118deg,
    transparent 0% 11%,
    var(--main-color) 12% 50%,
    var(--main-color) 50% 75%,
    var(--main-color) 75% 88%,
    transparent 89%
  );
}

.btn-two:hover {
  color: var(--white-color);
  background: linear-gradient(
    118deg,
    transparent 0% 11%,
    red 12% 50%,
    red 50% 75%,
    red 75% 88%,
    transparent 89%
  );
}

/* footer  */
.footer-link-area ul li {
  color: var(--heading-color);
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  padding-bottom: 15px;
}

.footer-area {
  padding: 90px 0;
  background-color: var(--white-color);
}

.footer-area .row .col-12:nth-child(5) i {
  font-size: 12px;
  border-radius: 50%;
  padding: 4px;
  color: var(--white-color);
  background-color: var(--black-color);
  margin-right: 8px;
}

.footer-area .row .col-12:nth-child(5) p:nth-child(1) a,
.footer-area .row .col-12:nth-child(5) p:nth-child(3) a {
  color: var(--main-color);
  font-weight: 500;
  font-family: "Josefin Sans", sans-serif;
}

.footer-area .row .col-12:nth-child(5) p:nth-child(1),
.footer-area .row .col-12:nth-child(5) p:nth-child(3) {
  padding: 8px 0 12px;
}

.footer-area .row .col-12:nth-child(5) p:nth-child(1) {
  padding-top: 0;
}

.footer-first-area p:nth-child(2) {
  line-height: 25px;
  margin: 20px 0;
}

.footer-first-area p {
  margin: 4px 0 0 0;
}

.footer-content,
.footer-first-area {
  padding-bottom: 25px;
}

.footer-first-area p span {
  color: var(--black-color);
  font-weight: 500;
}

.footer-heading-area h4 {
  display: inline-flex;
  padding-bottom: 15px;
  font-weight: 500;
  padding-top: 15px;
}

.footer-link-area {
  padding-top: 18px;
}

.footer-link-area ul li a {
  color: var(--black-color);
  font-size: 16px;
  font-weight: 400;
  transition: var(--transition);
  font-family: "Lato", sans-serif;
}

.footer-link-area ul li a:hover {
  color: var(--main-color);
}

/* copyright area  */

.copyright-area {
  background-color: var(--main-color);
  padding: 15px 0;
}

.copyright-left p {
  color: var(--white-color);
}

.copyright-right a {
  color: var(--white-color);
  margin-left: 22px;
  font-size: 22px;
  line-height: 0px;
  transition: var(--transition);
}

.copyright-right a:hover {
  transform: scale(1.2);
}

.copyright-right a:nth-child(even) {
  font-size: 13px;
  border-radius: 50%;
  padding: 5px;
  color: var(--main-color);
  background-color: var(--white-color);
}

.copyright-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.fa-facebook {
  border-radius: 50%;
}


/* ================banner section */

/* =============== product catagory secton =============*/
#product-catagory{
  padding: 20px 0;
}
#product-catagory .catagory-btn-container{
  padding-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#product-catagory .catagory-btn{
  background-color: #FFEBC5;
  padding: 3px 10px;
  font-size: 14px;
  border: none;
  border-radius: 5px;
  color: #5a5a5c;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}
#product-catagory .catagory-btn:hover{
  background-color: var(--main-color);
  padding: 3px 10px;
  border: none;
  border-radius: 5px;
  color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}


/* ========== hot del ================== */


#hot-deal .card{
  border: 1px solid rgb(215, 14, 14);
  border-radius: 0;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

#hot-deal img {
  height: auto;
}

.percentage-span-new {
  background-image: url('../img/hot-del/flash-deal-percentage.png');
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  position: absolute;
  line-height: 1;
  top: 0;
  right: 1px;
  background-size: 44px 44px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  z-index: 2;
}
.percentage-span-new .content{
  padding-top: 11px;
  padding-right:5px
}


.price-text {
  font-weight: 600;
  display: inline-block;
  padding-top:2px ;
  font-size: 15px;
  color: #fff;
  position: absolute;
  bottom: 0px;
  background-color: #0089cf;
  height: 23px;
  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px;
  width: 60px;
  text-align: center;
  right: 0;
}



/* ================= product section ================= */
#product{
  margin: 30px 0;
}

#product .card-pement{
  font-size: 20px;
  font-weight: bold;
  color: #EE6E51;
}

#product .card-pement-delete{
  font-size: 20px;
  font-weight: bold;
  color: #aeaaaa;
}

.btn-primary{
  background-color: #EE6E51;
  border: none;
  padding-top: 12px;
}

.btn-primary:hover{
  background-color: #f1512d;
  border: none;
}

#product .card-img-top{
  height: 200px;
}


/* ============= product details ============= */

#product-details{
  padding: 50px 0;
}

#product-details .pement-delete{
  font-size: 25px;
  font-weight: bold;
  color: #d3d3d3;
}

#product-details .card-pement{
  font-size: 35px;
  font-weight: bold;
  color: #f37d62;
  margin-left: 40px;
}
#product-details .product-code{
  font-size: 14px;
  line-height:0;
  background: #6ddf0a;
  color: #fff;
   display: inline-block;
   padding:5px;
   border-top: 10px solid transparent;
   border-bottom: 10px solid transparent;
    border-right:10px solid #fff; 
}
#product-details .product-code-content{
  margin-bottom: 0; 
  font-weight:unset;
  display: inline;
  padding-left: 5px;
   padding-right: 35px;
}
#product-details .stock{
  margin: 20px 0 ;
  color: #000;
  font-size: 20px;
  font-weight:bold
}
#product-details .order-btn{
  background-color: #EE6E51;
  padding: 10px 100px;
  border: none;
  color: var(--white-color);
  font-weight: bold;
  padding-top: 15px;
  transition: .5s;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
#product-details .add-cart{
  background-color: #37A1D1;
  transition: .5s;
 
}
#product-details .call-btn{
  background-color: #6ddf0a;
  transition: .5s;
  width: 100%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}



#product-details .order-btn:hover{
  background-color: #ec5837;
  padding: 10px 100px;
  border: none;
  color: var(--white-color);
  font-weight: bold;
  padding-top: 15px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}

#product-details .add-cart:hover{
  background-color: #1f8cbf;
 
}

.pement-history{
  padding: 40px 0;

}

.pement-history .dalivary-bill{
  display: flex;
  color: #1f8cbf;
  font-weight: bold;
  justify-content: space-between;
  align-items: center;
  padding: 8px 50px;
  border-top: 1px solid rgb(176, 176, 176);
  border-bottom: 1px solid rgb(176, 176, 176);
}



/* homepage main */

 
 #main{
   background-color: #00000093;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
   color: #fff;
   padding: 64px 0;
 }
 
 
 .bg-info{
     background-color: #1f8cbf !important;
 }
 .btn-info{
     background-color: #1f8cbf !important;
     color: #fff;
     transition: .5s;
     -webkit-transition: .5s;
     -moz-transition: .5s;
     -ms-transition: .5s;
     -o-transition: .5s;
 }
 .btn-info:hover{
     background-color: #1f8cbf !important;
     color: #fff;
 }
 
 .card-img-top{
     height: 250px;
 }
 
 .middle{
     text-align: center;
 }
 
 .card{
     color: #333;
 }