@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,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

#main_index {
    overflow: hidden;
    padding-bottom: 0 !important;
   
}

a:hover {
    text-decoration: none;
}


@media screen and (max-width: 767.5px){
    
.index_wrapper_2 .item>img{
      
    min-height:80vw!important;
    object-fit:cover;
}

}

/*Menu*/

.nav_bottom .menu .nav_item .dropdown a {
    padding: 10px 1.5vw;
    font-size: 14px;
    color: #131943;
    
}

.nav_bottom strong {
    font-weight: 600;
}

.nav_ul {
    margin-bottom: 0;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.nav_ul p {
    margin-top: 0;
    margin-bottom: 0.25rem;
}

.nav_ul i {
    margin-right: 3px;
}

.nav_ul a {
    color: #131943;
    font-size: 14px;
    font-weight: 500;
}

.navbar_type10 .nav_search {
 
    max-width: 36vw;
    
}

.navbar_type10 .nav_search input {
    background: #f4f2f3;
 
    padding: 10px 25px;
    border-radius: 20px 0 0 20px;
  
}

.navbar_type10 .nav_search .search_button {
  
    border-radius: 0 20px 20px 0;
 
}

.nav_bottom {
  
    box-shadow: unset;

    border-top: 1.5px solid rgba(0, 0, 0, 0.1);
}

.navbar_mobile {
   
    background-color: rgba(255, 255, 255, 1);
    
}

.navbar_mobile .logo_img {
 
    transform: scale(1.25);
}

/*Banner*/

.hp_banner {
    overflow: hidden;
    padding-top: 10%;
    padding-left: 9%;
    height: 100%;
}

.hp_banner_title {
    color: #131943;
    font-size: 4vw;
    font-weight: 700;
}

.hp_banner_title span {
    color: #08327c;
  
}

.hp_banner_desc {
    color: rgba(0, 0, 0, 0.6);
    font-weight: 400;
    font-size: 1vw;
    margin-bottom: 6%;
}

.hp_banner_link {
    background: #131943;
    color: white;
    padding: 0.75vw 4vw;
    border-radius: 30px;
    font-size: 0.9vw;
    font-weight: 500;
    transition: 0.3s;
}

.hp_banner_link:hover {
    background: #08327c;
    color: white;
   
}

@media screen and (max-width: 1200.5px){
.hp_banner_title {
   
    font-size: 4.5vw;
    
}


.hp_banner_desc {
  
    font-size: 1.5vw;
    margin-bottom: 6%;
}

.hp_banner_link {
   
    padding: 1vw 5vw;
    border-radius: 30px;
    font-size: 1.4vw;
 
}

.hp_banner {

    padding-top: 9%;
    padding-left: 8%;
   
}

}

@media screen and (max-width: 767.5px){
.hp_banner_title {
   
    font-size: 8vw;
    
}


.hp_banner_desc {
  
    font-size: 3.75vw;
    margin-bottom: 9%;
}

.hp_banner_link {
   
    padding: 2vw 10vw;
    border-radius: 50px;
    font-size: 3.75vw;
 
}

.hp_banner {

    padding-top: 18%;
    padding-left: 3%;
   
}

}

/*Why*/

.hp_why {
    padding: 6% 9% 4%;
}

.hp_why_icon {
    width: 5vw;
    transition: 0.3s;
}

.hp_why_icon:hover {
    animation: 1s jshake;
}

.hp_why_box:hover .hp_why_icon {
    filter: brightness(0) saturate(100%) invert(100%) sepia(99%) saturate(20%) hue-rotate(234deg) brightness(104%) contrast(100%);
}



@keyframes jshake {
    25% {
        transform: rotate(10deg);
      }
      75% {
        transform: rotate(-10deg);
      }
}

.hp_why .col-12.col-md-3 {
    padding: 0 0.75vw;
}

.hp_why_box {
    background: #f5f5f5;
    padding: 4%;
    border-radius: 25px;
    transition: 0.3s;
}

.hp_why_box:hover {
    background: #141943;
  
}

.hp_why_inbox {
    border: 1px solid #131943;
    border-radius: 25px;
    padding: 6%;
    transition: 0.3s;
}

.hp_why_box:hover .hp_why_inbox {
    border: 1px solid #fff;
  
}

.hp_why_title {
    color: #08327c;
    font-size: 2.22vw;
    font-weight: 700;
    margin-bottom: 4%;
    text-align: center;
}

.hp_why_item1 {
    color: black;
    font-size: 1.1vw;
    font-weight: 700;
    height: 3vw;
    margin-top: 6%;
    transition: 0.3s;
}

.hp_why_box:hover .hp_why_item1 {
    color: white;
}

.hp_why_box:hover .hp_why_item2 {
    color: white;
}

.hp_why_item2 {
    font-size: 0.9vw;
    font-weight: 300;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 0;
    height: 10vw;
    transition: 0.3s;
}

@media screen and (max-width: 1200.5px){
.hp_why_title {
    
    font-size: 2.65vw;
  
    margin-bottom: 4%;
    
}

.hp_why_item1 {
   
    font-size: 1.5vw;
   
    height: 4vw;
    margin-top: 6%;
  
}


.hp_why_item2 {
    font-size: 1.3vw;
 
    height: 19vw;

}

.hp_why_item2 br {
    display: none;
}

.hp_why_icon {
    width: 6vw;
   
}

}

@media screen and (max-width: 767.5px){
.hp_why_title {
    
    font-size: 6vw;
  
    margin-bottom: 6%;
    
}

.hp_why_item1 {
   
    font-size: 4.5vw;
   
    height: 12vw;
    margin-top: 6%;
  
}


.hp_why_item2 {
    font-size: 3.75vw;
 
    height: 38vw;

}

.hp_why_item2 br {
    display: block;
}

.hp_why_icon {
    width: 18vw;
   
}

.hp_why {
    padding: 12% 3%;
}

.hp_why .col-12.col-md-3 {
    padding: 0 15px;
}

}

/*About*/

.hp_about {
    padding: 3% 0 0%;
    position: relative;
}

.hp_about:before {
    position: absolute;
    content: "";
    bottom: 0%;
    right: 0;
    background-image: url(https://cdn1.npcdn.net/img/1753156914Finapack.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100%;
    width: 100%;
    height: 45%;
    z-index: -1;
}

.hp_about_sbox {
    display: flex;
    align-items: center;
    border: 1px solid #131943;
    border-radius: 30px;
    width: 82%;
    margin: 0 auto;
    background: white;
}

.hp_about_box {
    flex: 0 0 41%;
}

.hp_about_box2 {
    flex: 0 0 59%;
}

.hp_about_ibox {
    margin-left: -16%;
    margin-right: 16%;
    margin-top: -14%;
}

.hp_about_title {
    color: #08327c;
    font-size: 2.22vw;
    font-weight: 700;
    margin-bottom: 4%;
}

.hp_about_link {
    background: #131943;
    color: white;
    padding: 0.75vw 4vw;
    border-radius: 30px;
    font-size: 0.9vw;
    font-weight: 500;
    transition: 0.3s;
}

.hp_about_link:hover {
    background: #08327c;
    color: white;
   
}

.hp_about_desc1 {
    color: rgba(0, 0, 0, 0.6);
    font-size: 1vw;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 3%;
}

.hp_about_desc2 {
    color: rgba(0, 0, 0, 0.6);
    font-size: 1vw;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 7%;
}

.hp_about_image {
    width: 100%;
}

@media screen and (max-width: 1200.5px){
.hp_about_title {
   
    font-size: 2.65vw;
   
    margin-bottom: 4%;
}

.hp_about_link {
   
    padding: 1vw 5vw;
    border-radius: 30px;
    font-size: 1.4vw;

}


.hp_about_desc1 {
   
    font-size: 1.5vw;
 
    margin-bottom: 3%;
}

.hp_about_desc2 {
    
    font-size: 1.5vw;
    margin-bottom: 7%;
}

.hp_about_desc1 br {
   
    display: none;
}

.hp_about_desc2 br {
    
    display: none;
}

.hp_about_box {
    flex: 0 0 40%;
}

.hp_about_box2 {
    flex: 0 0 60%;
}

.hp_about_sbox {
 
    width: 85%;
    padding: 3% 3% 3%;
}

}

@media screen and (max-width: 767.5px){
.hp_about_title {
   
    font-size: 6vw;
   
    margin-bottom: 6%;
}

.hp_about_link {
   
    padding: 2vw 10vw;
    border-radius: 50px;
    font-size: 3.5vw;

}


.hp_about_desc1 {
   
    font-size: 3.75vw;
 
    margin-bottom: 4%;
}

.hp_about_desc2 {
    
    font-size: 3.75vw;
    margin-bottom: 9%;
}


.hp_about_box {
    flex: 0 0 100%;
}

.hp_about_box2 {
    flex: 0 0 100%;
}

.hp_about_sbox {
 
    width: 94%;
    padding: 6% 6% 12%;
    flex-direction: column;
    gap: 6vw;
}

.hp_about {
    padding: 12% 0 0%;
    
}

.hp_about_ibox {
    margin-left: -15%;
    margin-right: 9%;
    margin-top: -23%;
}

.hp_about:before {
 
    background-position: 50%;
  
    height: 30%;
   
}

}

/*Categories*/

.index_wrapper_5 {
    padding: 6% 9% 5%;
    position: relative;
}

.index_wrapper_5:before {
    position: absolute;
    content: "";
    top: 0%;
    right: 0;
    background-image: url(https://cdn1.npcdn.net/img/1753155160Finapack_Category.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100%;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.hp_cat_box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3%;
    align-items: center;
}

.hp_cat_title {
    color: #08327c;
    font-size: 2.22vw;
    font-weight: 700;
    margin-bottom: 0;
}

.hp_cat_link {
    background: #131943;
    color: white;
    padding: 0.75vw 4vw;
    border-radius: 30px;
    font-size: 0.9vw;
    font-weight: 500;
    transition: 0.3s;
}

.hp_cat_link:hover {
    background: #08327c;
    color: white;
   
}

.product_cat-3 .cat_box .content .content_box {

    justify-content: end;
   
}

.product_cat-3 .cat_box .content .content_box .the-arrow.-right {
    top: -1px;
}

.product_cat-3 .cat_box .content .content_box .the-arrow > .shaft:before, .product_cat-3 .cat_box .content .content_box .the-arrow > .shaft:after {
  
    height: 1.5px;
 
}

.product_cat-3 .cat_box .content h4 {
    color: white;
    font-weight: 600;
    margin-bottom: 1.25rem !important;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px #000;
    font-size: 18px;
}

.product_cat-3 .cat_box .content .content_box .animated-arrow > .main > .text {
    margin: 0 16px 0 0;
    line-height: 1;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px #000;
}

.product_cat-3 .cat_box .content {
    background-color: transparent;
    border: 1px solid #131943;
    border-radius: 20px;
}

.product_cat-3 .cat_box img {
    
    border-radius: 20px;
}

.product_cat-3 .cat_box .content .line {
    display: none;
}

.product_cat-3 .cat_box {
  
    border-radius: 20px;
    height: 20vw;
}

.product_cat-3 .col-6.col-md-4.mb-3 {
    padding:  0 1vw;
}

@media screen and (max-width: 1200.5px){
.hp_cat_title {
   
    font-size: 2.65vw;
    
}

.hp_cat_link {
 
    padding: 1vw 5vw;
    border-radius: 30px;
    font-size: 1.4vw;
    
}

}

@media screen and (max-width: 767.5px){
.hp_cat_title {
   
    font-size: 6vw;
    margin-bottom: 7%;
}

.hp_cat_link {
 
    padding: 2vw 10vw;
    border-radius: 50px;
    font-size: 3.5vw;
    
}

.index_wrapper_5 {
    padding: 12% 3%;
   
}

.hp_cat_box {
   
    margin-bottom: 9%;
    align-items: start;
    flex-direction: column;
  
}

.product_cat-3 .col-6.col-md-4.mb-3 {
    padding: 0 15px;
    flex: 0 0 100%;
    max-width: 100%;
}

.product_cat-3 .cat_box {
    border-radius: 20px;
    height: 60vw;
}

}

/*Best Sellers*/

.index_wrapper_6 {
    padding: 6% 9% 3%;
}

.hp_best_box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2%;
    align-items: center;
}

.hp_best_title {
    color: #08327c;
    font-size: 2.22vw;
    font-weight: 700;
    margin-bottom: 0;
}

.hp_best_link {
    background: #131943;
    color: white;
    padding: 0.75vw 4vw;
    border-radius: 30px;
    font-size: 0.9vw;
    font-weight: 500;
    transition: 0.3s;
}

.hp_best_link:hover {
    background: #08327c;
    color: white;
   
}

.productSlider-1 .text-left {
    text-align: center !important;
}

.productSlider-1 p {
    display: none;
}

.productSlider-1 .slick-track .slick-slide {
    margin: 10px 1vw;
    border: 1px solid #131943;
}

.productSlider-1 .product_img .product_box h6 {
    color: black;
    font-weight: 700 !important;
    text-transform: uppercase;
    font-size: 15px;
}

.productSlider-1 a {
    text-transform: capitalize;
    font-weight: 400;
    color: #08327c;
}

@media screen and (max-width: 1200.5px){
.hp_best_title {
   
    font-size: 2.65vw;
   
}

.hp_best_link {
    
    padding: 1vw 5vw;
    border-radius: 30px;
    font-size: 1.3vw;
  
}

}

@media screen and (max-width: 767.5px){
.hp_best_title {
   
    font-size: 6vw;
   
}

.hp_best_link {
    
    padding: 2vw 10vw;
    border-radius: 50px;
    font-size: 3.5vw;
  
}

.index_wrapper_6 {
    padding: 12% 3% 6%;
}

.hp_best_box {
 
    margin-bottom: 4%;
 
}

}

/*Contact*/

.hp_contact {
    padding: 11% 12% 6%;
    position: relative;
}

.hp_contact:before {
    position: absolute;
    content: "";
    top: 0%;
    right: 0;
    background-image: url(https://cdn1.npcdn.net/img/1753149851Finapack_CTA-18.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100%;
    width: 100%;
    height: 100%;
}

.hp_contact_title {
    color: #08327c;
    font-size: 2.22vw;
    font-weight: 700;
}

.hp_contact_desc {
    color: rgba(0, 0, 0, 0.6);
    font-size: 1vw;
    font-weight: 400;
    margin-bottom: 5%;
}

.hp_contact_link {
    background: #131943;
    color: white;
    padding: 0.75vw 3.5vw;
    border-radius: 30px;
    font-size: 0.9vw;
    font-weight: 500;
    transition: 0.3s;
}

.hp_contact_link:hover {
    background: #08327c;
    color: white;
   
}

@media screen and (max-width: 1200.5px){
.hp_contact_title {
 
    font-size: 2.65vw;
    
}

.hp_contact_desc {
   
    font-size: 1.4vw;
    margin-bottom: 5%;
}

.hp_contact_link {
    
    padding: 1vw 4vw;
    border-radius: 30px;
    font-size: 1.3vw;

}

.hp_contact {
    padding: 11% 7% 6%;
    position: relative;
}

}

@media screen and (max-width: 767.5px){
.hp_contact_title {
 
    font-size: 6vw;
    
}

.hp_contact_desc {
   
    font-size: 3.5vw;
    margin-bottom: 7%;
}

.hp_contact_link {
    
    padding: 2vw 9vw;
    border-radius: 50px;
    font-size: 3.5vw;

}

.hp_contact {
    padding: 24% 3% 11%;
    
}

.hp_contact:before {

    background-position: 50%;
   
}

}

/*Footer*/

.footer {
    background-color: #141943;
    color: white;
    padding-bottom: 3rem;
    padding-top: 1rem;
    overflow: hidden;
}

.footer p {
    
    margin-bottom: 0.25rem;
}

.footer_subtitle {
    font-weight: 700;
    font-size: 17px;
}

.footer .left_line {
    border-right: 1px solid;
    padding-right: 7%;
    border-bottom: 0;
}


@media screen and (max-width: 767.5px){
.footer .left_line {
 
    margin-bottom: 15px;
    padding-bottom: 20px;
    border-right: 0;
}

}
