*{
    margin:0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
}

.bg-container01{
    background-color: #092b46;
    background-size: cover;
}

.heading01{
    color: white;
font-size: 16px;
font-weight: 500;
}

.navabra01{
    background-color: #fff;
}

.logo{
    width: 205px !important;
    height: 55px !important;
}
.item01{
    color: #051420 !important;
font-size: 16px;
font-weight: 500;
margin-top: 15px !important;
}

.button01{
    background-color: transparent !important;
    border: 2px solid #000;
    border-radius: 8px;
    width: 140px;
    height: 50px;
    font-size: 20px;
font-weight: bold !important;
font-style: italic;
font-family: 'Barlow Condensed', sans-serif !important;
}

.fast{
    font-size: 20px;
    font-weight: bold !important;
    font-style: italic;
    font-family: 'Barlow Condensed', sans-serif !important;
    color: #F49322 !important;
}

.icon01{
    width: 26px !important;
    height: 26px !important;
    cursor: pointer;
}

.bg-container02{
    background-color: #f1efe8;
    background-size: cover;
    width: 50%;
    padding-top: 120px;
    padding-bottom: 120px;
    padding-left: 70px;
}


.heading02{
    color: #092B46;
font-size: 50px;
font-weight: 700;
}

.para01{
    color: #000;
font-size: 18px;
font-weight: 400;
line-height: 24px;
}

.less01{
    width: 20px;
    height: 20px;
    margin-left: 5px;
    margin-right: 5px;
}

.para02{
    color: rgba(0, 0, 0, 0.60);
font-size: 18px;
font-weight: 400;
margin-top: -1px;
}

.bg-container03{
    background-image: url("../images/ba.png");
    background-size: cover;
    width: 50%;
}

.tab-buttons{
    display: flex !important;
    justify-content: center !important;
}

.nav-pills .nav-link.active{
    background-color: #F49322 !important;
    color: #fff !important;
}

.but01{
    width: 140px !important;
    height: 40px !important;
    color: #092B46;
font-size: 14px !important;
font-weight: 500 !important;
text-transform: uppercase;
border-radius: 6px;
border: 2px solid rgba(0, 0, 0, 0.12) !important;
margin-right: 30px !important;
}

.mahi{
    padding-left: 80px !important;
    padding-right: 80px !important;
}

.card-container{
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 4px 4px 10px -8px rgba(9, 43, 70, 0.08), 
    -4px -4px 10px -8px rgba(9, 43, 70, 0.08), 
    4px -4px 10px -8px rgba(9, 43, 70, 0.08),  
    -4px 4px 10px -8px rgba(9, 43, 70, 0.08);
    border-top: 0.5px solid rgba(9, 43, 70, 0.08);
    
}

.star01{
    width: 18px;
    height: 18px;
}

.para04{
    color: #092B46;
font-size: 16px;
font-weight: 400;
text-align: center;
}

.heading07{
    color: black;
font-size: 16px;
font-weight: 600;
}

.para05{
    color: rgba(0, 0, 0, 0.40);
font-size: 16px;
font-weight: 400;
text-decoration: line-through;
margin-top: -3px;
}

.three-container {
    position: relative;
    
  }
  
  .add-to-cart-button {
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    transition: opacity 0.8s ease-in-out; 
    z-index: 1;
    background-color: #F49322;
    border: 0px;
    width: 85%;
    color: #fff;
    height: 50px;
    border-radius: 5px;
    cursor: pointer;
  }
  

  .cima:hover + .add-to-cart-button,
  .add-to-cart-button:hover {
      display: block;
      opacity: 1;
  }

  .manu01{
    width: 40px !important;
    height: 40px !important;
    border-radius: 20px !important;
    box-shadow: 6px 6px 15px 5px rgba(9, 43, 70, 0.16);
    margin-right: 20px !important;
    background: #fff !important;
    border: 0px !important;
  }

  .manu02{
    background-color:  transparent !important;
    border: 0px !important;
    color: #000 !important;
    font-size: 20px !important;
    margin-top: 2.5px !important;
    margin-right: 20px !important;
  }
  .manu02 .active{
    border-bottom: 2px solid #F49322;
    border-top: 2px solid #F49322;
  }

  .che01{
    text-align: center;
    font-size: 14px !important;
    color: #000;
  }

  .page-link:active{
    background-color: #F49322 !important;
    color: #fff !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 20px !important;
    text-align: center !important;
    border: 0px !important;

  }

  .bg-container14{
    background-color: #f7f9fc;
  }
  .heading06{
    color: #092B46;
font-size: 38px;
font-weight: 700;
}

.para09{
    color: rgba(9, 43, 70, 0.60);
font-size: 18px;
margin-top: -15px !important;
font-weight: 500;
}

.owl-theme .owl-dots .owl-dot span {
    display: none !important;
}


.item01 {
    position: relative;

}

.inimage {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease, opacity 0.3s ease;
    
}

.overlay i {
    color: white;
    font-size: 40px;
    
}

.overlay i {
    color: white;
    font-size: 40px; 
    opacity: 1;
}

.item01:hover .overlay {
    background-color: rgba(0, 0, 0, 0.25);
    opacity: 1;
}


.bg-container15{
    background-color: #092b46;
    background-size: cover;
    padding-left: 100px !important;
}

.para10{
    color: rgba(255, 255, 255, 0.60);
font-size: 14px;
font-weight: 400;
line-height: 24px;

}

.heading13{
    color: #fff;
font-size: 16px;
font-weight: 700;
line-height: 24px;
}

li{
    list-style-type: none;
    color: white;
font-size: 16px;
font-weight: 400;
line-height: 24px;
margin-bottom: 15px !important;
}

.para11{
    color: rgba(255, 255, 255, 0.60);
font-size: 14px;
font-weight: 400;
line-height: 24px;

}

.ico1{
    width: 26px;
    height: 26px;
}

.input01{
    background-color: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0.20);
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    height: 40px;
    width: 100%;
    padding-left: 20px;
    color: #fff !important;
}

.input01::placeholder{
    color: rgba(255, 255, 255, 0.50);
font-size: 14px;
font-weight: 400;
}

.span02{
    
    height: 40px !important;
    width:50px !important;
    margin-left: -10px !important;
    cursor: pointer;
}

.tiger01{
    width: 180px;
    height: 90px;
}

.br01{
    background-color: #224058 !important;
    width: 100% !important;
    height: 1px !important;
    
}

.copy{
    color: rgba(255, 255, 255, 0.60);
font-size: 14px;
font-weight: 400;
line-height: 24px;
}

.cards{
    width: 300px !important;
    height: 30px !important;
}


.mheading01{
    color: white;
font-size: 12px;
font-weight: 500;
}




.navbar368 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: 10px;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    position: relative; 
    
  }

  .navbar-left, .navbar-center, .navbar-right {
    display: flex;
    align-items: center;
  }

  .icon {
    color: #1c1b1f;
    margin: 0 10px;
    font-size: 24px;
    cursor: pointer;
  }

  .hicon{
    width: 26px;
    height: 26px
  }

  .serachicon01{
    width: 25px;
    height: 25px;
    margin-left: 10px;
  }

  .mobilelogo{
    width: 155px;
    height: 50px;
    
  }

  .navbar-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
  }

  .navbar-menu {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 100%; /* Update this line */
    left: 0;
    right: 0 !important;
    background-color: #fff;
    padding: 10px;
    opacity: 0;
    transition: opacity 0.7s ease-in-out; /* Add this line for the transition effect */
  }

  .navbar-menu .a01 {
    color: #1c1b1f;
    text-decoration: none;
    margin-bottom: 15px;
    border-bottom: 0.5px solid #1c1b1f;
  }



  .menu-visible {
    display: flex;
    opacity: 1;
  }


  .mbutton368{
    background-color: transparent !important;
    border: 2px solid #000;
    border-radius: 8px;
    width: 140px;
    height: 50px;
    font-size: 20px;
font-weight: bold !important;
font-style: italic;
font-family: 'Barlow Condensed', sans-serif !important;

}

  .icon003{
    color: #1c1b1f;
    font-size: 22px;
    cursor: pointer;
    font-family:  sans-serif;
}

.bag001{
    width: 26px;
    height: 26px;
    cursor: pointer;
    font-family:  sans-serif;
}

.mbg-cont02{
    background-color: #f1efe8;
    background-size: cover;
    padding-top: 70px;
    padding-bottom: 50px;
}

.mhead01{
    color: #092B46;
font-size: 28px;
font-weight: 700;
}

.mima01{
    width: 100%;
    height: 100%;
}

.tab-buttons101{
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-evenly !important;
    flex-wrap: wrap !important;
}

.but011{
    width: 120px !important;
    height: 40px !important;
    color: #092B46;
font-size: 12px !important;
font-weight: 500 !important;
text-transform: uppercase;
border-radius: 6px;
border: 2px solid rgba(0, 0, 0, 0.12) !important;

}

.mpara02{
    color: #092B46;
font-size: 14px;
font-weight: 400;
text-align: center;
}

.mheading07{
    color: black;
font-size: 15px;
font-weight: 600;
}

.mpara03{
    color: rgba(0, 0, 0, 0.40);
font-size: 15px;
font-weight: 400;
text-decoration: line-through;
margin-top: -3px;
}

.add-to-cart-button01{
    background: rgba(244, 147, 34, 0.86);
    padding: 10px;
    color: white;
font-size: 14px;
font-weight: 500;
line-height: 20px;
border-radius: 5px;
border: 0px;
width: 100%;
}


.star010{
    width: 18px;
    height: 18px;
}



.manu010{
    width: 40px !important;
    height: 40px !important;
    border-radius: 20px !important;
    box-shadow: 6px 6px 15px 5px rgba(9, 43, 70, 0.16);
    margin-right: 20px !important;
    background: #fff !important;
    border: 0px !important;
  }
  .manu0100{
    width: 40px !important;
    height: 40px !important;
    border-radius: 20px !important;
    box-shadow: 6px 6px 15px 5px rgba(9, 43, 70, 0.16);
    background: #fff !important;
    border: 0px !important;
  }

  .manu020{
    background-color:  transparent !important;
    border: 0px !important;
    color: #000 !important;
    font-size: 16px !important;
    margin-top: 2.5px !important;
    margin-right: 20px !important;
  }

  .che010{
    text-align: center;
    font-size: 14px !important;
    color: #000;
  }

  .mbg-cont03{
    background-color: #f7f9fc;
    background-size: cover;
  }

  
.item01 {
    position: relative;

}

.inimage {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease, opacity 0.3s ease;
    
}

.overlay i {
    color: white;
    font-size: 40px;
    
}

.overlay i {
    color: white;
    font-size: 40px; 
    opacity: 1;
}

.item01:hover .overlay {
    background-color: rgba(0, 0, 0, 0.25);
    opacity: 1;
}



.mbg-container13{
    background-color: #092B46;
    background-size: cover;
}

.flogo368{
    width: 160px;
    height: 50px;
}

.mpara05{
    color: rgba(255, 255, 255, 0.60);
font-size: 12px;
font-weight: 400;
line-height: 20px;
}

.fline01{
    width: 97.5%;
    background-color: rgba(255, 255, 255, 0.060);
    height: 2px;
}

.mheading11{
    color: rgba(255, 255, 255, 0.50);
font-size: 18px;
font-weight: 700;
line-height: 24px;
}

.mpara06{
    color: rgba(255, 255, 255, 0.80);
font-size: 14px;
font-weight: 400;
line-height: 22px;
}


.dropdown-container03 {
    position: relative;
    
}

.dropdown-content03 {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #092B46;
    box-shadow: 0px 3px 5px 0px rgba(146, 148, 150, 0.2);
    z-index: 1;
    min-width: 160px;
    padding: 10px !important;
    color: #68737D;
    margin-bottom: 10px !important;
    

}

.dropdown-container03.active .dropdown-content03 {
    display: block;
}


/* .dropdownContainer {
    display: none;
} */

.dropdown-content03 {
    display: none;
}

.active {
    display: block;
}

.menu01{
    color: rgba(255, 255, 255, 0.50);
font-size: 16px;
font-weight: 700;
line-height: 24px;
}

.down01{
    color: rgba(255, 255, 255, 0.50);
}

.list01{
    color: rgba(255, 255, 255, 0.80);
    border-bottom: 1px solid rgba(255, 255, 255, 0.50) !important;
}

.mpara07{
    color: rgba(255, 255, 255, 0.60);
font-size: 14px;
font-weight: 400;
line-height: 24px;
text-align: center;
}

.mcard01{
    width: 70%;
}