@import url("common.css");
@import url("responsive.css");



section.search .container {
    background: #fcfcfc;
    padding: 30px 50px;
    margin-top: 20px;
    border-radius: 50px;
}
.dark-mode section.search .container{
    background: var(--card)
}

section.search input{
    width: 600px;
    border: 0;
    border: 1px solid #ededed;
    outline: none;
}


.dark-mode section.search input{
    border: 1px solid #ededed2f;
}


  
  /* .radio-wrapper {
    margin-bottom: 20px;
  } */
  
  .radio-button {
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    background: #ededed;
    border-radius: 14px;
    padding: 13px 12px;
}
  
  .radio-button:hover {
    transform: translateY(-2px);
  }
  
  .radio-button input[type="radio"] {
    display: none;
  }
  

  .radio-checkmark {
    display: inline-block;
    position: relative;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    border: 2px solid #333;
    border-radius: 50%;
  }
  .dark-mode .radio-checkmark {
    border: 2px solid #ffffff72;
  }
  
  .radio-checkmark:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #333;
    transition: all 0.2s ease-in-out;
  }

  .dark-mode .radio-checkmark:before {
    background-color: #ffffff;
  }
  
  .radio-button input[type="radio"]:checked ~ .radio-checkmark:before {
    transform: translate(-50%, -50%) scale(1);
  }
  
  .radio-label {
    font-size: 16px;
    font-weight: 600;
  }
  

  section.search .btn_1{
    border: 0;
    padding: 10px 25px;
    border-radius: 10px;
    color: #fff;
    background-color: var(--sec-color);
    transition: all 0.4s ease;
  }
  section.search .btn_1:hover{
  background-color: var(--pri-color);

  }

  .dark-mode .radio-button{
    background: #2e2e2e
  }
/* 
.slider-container {
    width: 100%;
    height: 100px;
    overflow: hidden;
    display: flex;

    justify-content: center;
    align-items: center;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .text-container-word {
    width: 100%;
    margin-bottom: 20px;
  }

  .text-container-word-wrapper {
    transition: transform 0.5s, opacity 0.5s;
    opacity: 0;
    transform: translateY(100%);
  }

  .text-container-word-wrapper.active {
    opacity: 1;
    transform: translateY(0);
  }

  .home-overview-word {
    font-size: 68px !important;
    color: #ff9933;
    letter-spacing: 2px;
  } */


  
section.product .img-box {
    background-color: var(--product);
    border-radius: 20px;
    padding: 20px;
    height: 240px;
    text-align: center;
}

section.product .img-box img {
    width: 90%;
    margin: 0 auto;
    -o-object-fit: contain;
       object-fit: contain;
    height: 100%;
    /* mix-blend-mode: multiply; */
}

section.product .description {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 16px;
}

section.product .btn_2 {
    border-radius: 10px;
    padding: 10px 16px;
    width: 180px;
    height: 50px;
    color: #fff;
    background: #fc2626;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-size: 15px;
}

body.dark-mode .product h4 {
    color: #fff;
}

body.dark-mode .product p {
    color: #fff;
}

section.product .btn_2:hover {
    background-color: #0198D7;
}

section.product .btn_3 {
    border-radius: 10px;
    font-size: 15px;
    padding: 10px 16px;
    width: 180px;
    height: 50px;
    color: #0198D7;
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #0198D7;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

body.dark-mode section.product .btn_3 {
    color: #a9a9a9;
    background: transparent;
    border: 1px solid #a9a9a9;
}

body.dark-mode section.product .btn_3:hover {
    color: #ffffff;
    background: transparent;
    border: 1px solid #ffffff;
}

section.product .btn_3:hover {
    border: 1px solid #ea1f2a;
    color: #ea1f2a;
}

section.product .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.dark-mode .table-bordered>:not(caption)>*>* {
 background-color: var(--card);
 color: #fff;
}


.btn-primary{
  background-color: #ea1f2a;
  color: #fff;
  border: 0;
  transition: all 0.4s ease;
}
.btn-primary:hover{
  background-color: #0198D7;
  color: #fff;
  border: 0;
}


.anim{
  width: 300px;
  margin:  0 auto;
}


#suggesstion-box{
  position: absolute;
    top: 56px;
    background: #FFF;
    width: max-content;
    z-index: 1000;
    padding: 6px 20px;
    box-shadow: 0 4px 17px 0 rgba(0, 0, 0, 0.15);
}

.dark-mode #suggesstion-box{
    background: #2e2e2e;
}



#suggesstion-box li{
  padding: 13px 0;
  border-bottom: 1px solid #ededed;
}

.dark-mode #suggesstion-box li{
  color: #fff;
  border-bottom: 1px solid #ededed;
}


#suggesstion-box li:last-child{
  padding: 13px 0;
  border-bottom: 0;

}

