

@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css);

@import url(css/slick.css);
@import url(css/slick.theme.css);





p{
    margin-bottom: 10px;
}

body{
    font-family: 'Poppins', sans-serif;
}


.btn:focus {
    outline: none;
    box-shadow: none;
  }

  textarea:hover, 
  select:hover,
  select:focus,
  input:hover, 
  textarea:active, 
  input:active, 
  textarea:focus, 
  input:focus,
  button:focus,
  button:active,
  button:hover,
  label:focus,
  .btn:active,
  .btn.active
  {
      outline:0px !important;
      -webkit-appearance:none;
      box-shadow: none !important;
  }

/* -----------------------header_bg-------------- */

.header_bg {
  background-image: url(images/header/header.png);
  height: 100%;
  object-fit: cover;
  padding: 30px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.header_bg h2 {
  color: #fff;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 80.4px */
}

/* ----------------------about---------------- */

.about_container{
    padding: 80px 15px;
}

.about_content{
    padding: 0px 50px;
}

.about_container h3{
    color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%; /* 80px */
}


.about_container p{
    color: #000;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 200%;
text-align: justify;
}
.about_content.ab_content {
    padding: 0px 35px 0px 0;
}

@media (max-width: 800px){


    .about_content.ab_content{
        padding: 0;
    }

    .about_container{
        padding: 30px 0px;
    }
    .header_bg h2{
        font-size: 30px;
    }
    .header_bg {
        height: auto;
        padding: 20px 0px;
    }

    .about_container img{
        margin: 30px 0px;
    }

    .about_container h3{
        font-size: 22px;
    }
    .about_content{
        padding: 0;
    }
    .second{
        flex-direction: column-reverse;
    }
}



/* ---------------------modal-------------------- */


.modal-content{
    border-radius: 10px;
background: #F0F1FF;
}

.btn-close{
    background: none;
}
.modal-header{
    border: none !important;
}
.modal-footer{
    border: none !important;
    padding-bottom: 30px;
    justify-content: center;
}
.modal-footer button{
    border-radius: 15px;
border: 1px solid #B6B8C8;
background: #151950;
color: #FFF;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
min-width: 150px;
height: 50px;
font-size: 14px;
}


.modal-body h4{
    color: #151950;
font-family: Poppins;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: normal;
text-align: center;
}


.card_box{
    background: #f9f9f9;
    border: 1px solid #EEECEC;
    padding: 20px 20px;
}

.card_box div {
    margin-left: 10%;
}


.card_box img{
    margin-bottom: 10px;
}

.card_box h3{
    color: #151950;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 24px */
margin-bottom: 0;
}
.card_box p{
    color:#666;
font-family: Poppins;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
margin: 0;
}

.card_box h6{
    color: #151950;
font-size: 19px;
font-style: normal;
font-weight: 700;
line-height: 150%; /* 28.5px */
}


.card_selection_container{
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    margin: 40px 0px;
}

.card_box {
    cursor: pointer;
}



.highlight {
    border:2px solid #27ae60 !important; /* Border color when selected */
    border-radius: 10px;
}


@media (max-width: 600px) {
    .card_selection_container{
        grid-template-columns: repeat(2, 1fr);
        display: grid;
    }
    .card_box h3{
        font-size: 14px;
    }
    .card_box div{
        margin-left: 0;
    }
    .card_box p{
        font-size: 12px;
    }
}






.product_section{
    border-radius: 20px;
background: #FFF;
box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.09);
padding: 10px 0px;
position: relative;
margin: 20px 0px;
}
.offer_price{
    background: #E6852B;
    width: 75px;
    height: 31px;
    position: relative;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top:20px
}


.detp{
    padding-left: 20px;
}

.offer_price h6{
    margin: 0;
    color: #FFF;
font-family: Poppins;
font-size: 15px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 22.5px */
}
.offer_price:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    border: 15px solid #e6852b;
    z-index: 2;
    right: -16px;
    border-left-width: 11px;
    border-right-color: transparent !important;
}
.product_details{
    padding: 30px 15px;
}
.product_details h4{
    color: #4D4D4D;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 24px */
margin: 0;
}
.product_details p{
    color: #151950;
font-family: Poppins;
font-size: 19px;
font-style: normal;
font-weight: 500;
line-height: 150%;
margin: 0;
}
.product_details_img img{
    margin: auto;
    display: block;
    height: 12rem;
    width: 100%;
    object-fit: contain;
    margin-bottom: 10px;

}

    .nav-tabs{
        border: none;
        margin-top: 50px;
        flex-wrap: inherit;
    }
    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    background: #151950;
    color: #ffff;
    margin: 0px 20px;
    border-radius: 20px;
    border: navajowhite;
    padding: 9px 53px;
}
.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    background: #DDDADA;
    border-radius: 20px;
    padding: 9px 53px;
    color: #13163B;
}
.price_new{
    display: flex;
    align-items: center;
    gap: 20px;
}
.price_new h6{
    color: #151950;
font-family: Poppins;
font-size: 14px;
font-style: normal;
font-weight: 500;
margin: 0;
}
.addcart{
    position: absolute;
    bottom: 10%;
    right: 26px;
}
.product_row{
    padding: 50px 15px;
}
@media (max-width: 700px) {
    .nav-tabs .nav-link{
        padding: 10px;
    }  
    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
        padding: 10px;
    }  
    .product_row{
        padding: 20px 15px;
    }
}