@font-face {
    font-family: 'soleil';
    src: url("/font/SoleilRegular.otf");
}


*{
    margin: 0px;
    font-family: 'soleil', serif;

}












/* ----------------------- header ---------------------------- */




.swiper-pagination-bullet{
    width: 7px !important;
    height: 7px !important;
}

.swiper-pagination-bullet-active{
    background-color: black !important;
}






.top_header{
    background-color: black;
    color: white;
    text-align: center;
    padding: 15px;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 25px;
}


.centre_header{
    display: flex;
    justify-content: center;
    gap: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #d8d8d8;

}

.centreheader_list{
    padding: 14px 85px 14px 35px;
    border-right: 1px solid #d8d8d8;
    cursor: pointer;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    text-align: center;

    
}



.main_header_wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #f0f1f2;
    z-index: 2;
}

.logo{
    height: 24px;
    width: 115px;
}

.navbar1{
    display: flex;
    gap: 10px;
    text-align: center;
    align-items: center;

}

.navlist1{
    text-decoration: none;
    color: black;
    font-weight: 600;
    font-size: 13px;
    line-height: 17px;
    padding: 5px;


}

.search_wrapper{
    display: flex;
    justify-content: flex-end;
    width: 36%;
    
}

.search_side{
    display: flex;
    /* justify-content: end; */
    /* align-items: flex-end; */
    align-items: end;
    gap: 15px;
}

.searchbar{
    padding: 11px 38px;  
    width: 268px;
    height: 12px;
    border-radius: 999px;
    background-color: #efefef;
    border: 1px solid #d8d8d8;
    outline: grey ; 
}


.searchicon{
    position: absolute;
    padding-left: 12px;
    padding-top: 10px;
}


#navbar {
    position: sticky;
    overflow: hidden;
    background-color: white;
  box-sizing: border-box;
  z-index: 2;
  border-bottom: 1px transparent;
  box-shadow: 0 3px 6px 0 rgba(0,0,0,.06);
  top: 0;
  transition: box-shadow .3s ease-in-out;
  }

 



 .swiper-wrapper{
    padding-top: 20px !important;
    padding-bottom: 30px !important;
    text-align: center;
 }

















/* ----------------------------------- footer ------------------------------------- */


.top_footer{
    display: flex;
    justify-content: center;
    gap: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #d8d8d8;
    background-color: #ffffff;
    
}

.email,.chat{
    text-align: center;
    align-items: center;
    font-weight: 400;
    font-size: 13px;
    line-height: 26px;
}

.footer_bg{
    background-color: #f0f1f2;
}

.footer_wrapper{
    max-width: 1450px;
    margin: auto; 
    padding: 52px 48px 52px 48px;
}

.main_left{
    display: flex;

}

.left_footer{
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 75%;
}

.column_foot{
    display: flex;
    flex-direction: column;
    padding-left: 12px;
    padding-right: 12px;
}


.main_footer{
    display: flex;
}

.right_footer{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.first_right{
    display: flex;
    flex-direction: column;
    /* gap: 5px; */
}

.foottitle{
    font-weight: 700;
    font-size: 16px;
    line-height: 14px;
    text-decoration: none;
    color: black;
    margin-bottom: 8px;
}

.footlist{
    font-weight: 400;
    font-size: 13px;
    line-height: 14px;
    text-decoration: none;
    color: black;
    margin-bottom: 8px;

}

.emailinpp{
    width: 260px ;
    height: 34px;
    padding-left: 8px;
    align-items: center;
}

.email_label{
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    color: rgb(118, 118, 118);
   margin-top: 12px;
    margin-bottom: 4px;
}

.signup_btn{
    font-weight: 700;
    font-size: 12px;
    line-height: 17px;
    color: white;
    background-color: black;
    border: 1px solid black; 
}

.column_foot{
width: 190px;
}

.right_footer{
    display: flex;
    flex-direction: column;
    width: 25%;
}

.mail_input{
    display: flex;
}


.firstright_title{
    font-weight: 700;
    font-size: 16px;
    line-height: 14px;
    margin-bottom: 8px;
}

.firstright_text{
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    color: #767676;
}

.jcrew_pass{
    padding-bottom: 24px;
    border-bottom: 1px solid #d8d8d8;
}

.jcrew_credit{
    padding-top: 24px;
}

.social{
    margin-top: 42px;
}


.end_leftfooter{
    margin-left: 17px;
}

.usa{
    margin-top: 24px;
}


.jcrewlogos{
    margin-top: 24px;

}

.copyright{
    margin-top: 24px;

}


.jcrrlogg{
    display: flex;
    flex-direction: column;
}

.jcrewlogos{
    display: flex;
    align-items: center;
    gap: 10px;
}


.sociaaaaal{
    width: 28%;
    margin-left: 10px;
    cursor: pointer;
}









/* ------------------------------------------------------  responsive ------------------------------------------- */







/* ---------------------------------- Header -------------------------------- */
   




@media screen and (max-width:1190px){
    .searchbar{
        width: 168px;
    }
    .lolaps{
        display: none;
    }
}

@media screen and (max-width:970px){


    .navbar1{
        display: none;
    }
    
    .main_header_wrapper {
        justify-content: space-between;
    }  
}


@media screen and (min-width:971px){
   .mobile_centre{
    display: none;
   }

   

   .mobile_search{
    display: none;
   }


}


@media screen and (max-width:970px){

    .mobile_search{
        display: flex;
        align-items: center;  
        width: 5%;
        gap: 5px;
    }

    .navbar1{
        display: none;
       }

    .main_header_wrapper{
        border-top: 2px solid #d8d8d8;
       }   

    .search{
        display: none;
    }

    .centre_header{
        display: none;
    }

    .search_wrapper{
        width: 0;
    }

    .sociaaaaal{
        width: 45%;
    }    
 }
 







 /* ------------------------------------------ footer --------------------------------------------- */



 @media screen and (max-width:900px) {
    .right_footer{
        display: none;
    }
    
 }

 @media screen and (min-width:901px) {
    .second_right_mobile,.first_right_mobile{
        display: none;
    }
    

    }    

 @media screen and (max-width:900px) {
    .first_right_mobile{
        display: flex;
        flex-direction: column;
        /* gap: 5px; */
    }

    .main_footer{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 30px; 
    }

    .left_footer{
        width: 100%;
    }
    
    .social{
        text-align: center;
    }

    .end_leftfooter{
        display: flex;
        justify-content: space-between;
        align-items: center;
        
    }

    .second_right_mobile{
        display:flex;
        /* margin: 36px 0; */
        flex-direction: row-reverse;
        justify-content: center
    }

    .jcrew_pass{
        padding-bottom: 0px;
        border-bottom: 0px;
        padding-left: 24px;
        padding-right: 24px;
        border-left: 1px solid #767676;
        text-align: center;


    }

    .jcrew_credit{
        padding-top: 0px;
        padding-left: 24px;
        padding-right: 24px;
        text-align: center;

    }


 }   



 @media screen and (min-width:681px) {
    .copmob{
        display: none;
    }

    
 }

 @media screen and (max-width:680px) {

    .copyright{
        display: none;
    }



    .footer_wrapper{
        padding: 30px 15px 52px 15px;
    }

    .main_footer{
        align-items: self-start;

    }

    .main_left{
        flex-wrap:wrap;
        width: 100%;
        justify-content: space-between;
        gap: 15px;
        
    }

    .column_foot{
        padding-left: 0px;
        max-width: 45%;
    }

    .second_right_mobile{
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .jcrew_pass{
        text-align: left;
        padding-top: 16px;
        /* padding-bottom: 16px; */
        margin-top: 24px;
        border-top: 1px solid #d8d8d8;
        border-left: 0px;
        padding-left: 0;
        padding-right: 0;
    }

    .jcrew_credit{
        text-align: left;
        padding-top: 16px;
        padding-bottom: 16px;
        /* margin-top: 24px; */
        border-top: 1px solid #d8d8d8;
        border-left: 0px;
        padding-left: 0;
        padding-right: 0;

    }

    .social{
        text-align: start;
    }


    .end_leftfooter{
        display: flex ;
        flex-direction: column;
        gap: 15px;
        align-items:flex-start
     }

     .jcrewlogos{
        display: flex;
        align-items: center;
        gap: 30px;
     }

     .copmob{
        display: flex;
        justify-content: flex-end;
     }

     .sociaaaaal{
        width: 55%;
     }
 }

 @media screen and (max-width:390px) {
    .emailinpp{
        width: 240px;
    }
 }

 

 