*{
    margin: 0;
    font-family: Arial;
    border: border-box;
}

body {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.navbar{
    height: 90px;
    background-color: #0f1111;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.x-border:hover{
    border: 5px double  purple;
}

.nav-logo {
    height: 50px;
    width: 100px;
}

.logo{ 
    background-image: url("jft_nepal.jpg");
    background-size: cover;
    height: 50px;
    width: 100px;
}

.border {
    border: 2px solid transparent;
}

.border:hover{
    border: 2px solid white;
}

/**box 2**/
.add-first{
    color: #cccccc;
    font-size: 0.8rem;
    margin-left: 15px;
}

.add-sec{
    font-size: 1rem;
    margin-left: 3px;
}

.add-icon{
    display: flex;
    align-items: center;
}

/**box3**/
.nav-search{
    display: flex;
    justify-content: space-evenly;
    background-color: pink;
    width: 620px;
    height: 40px;
    border-radius: 3px;
}

.search-select{
    background-color: #f3f3f3;
    width: 50px;
    text-align: center;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px ;
    border: none;
}

.search-input {
    width: 100%;
    font-size: 1rem;
    border: none;
}

.search-icon{
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    background-color:rgb(250, 166, 10);
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px ;
    color: #0f1111;
}

.nav-search:hover{
    border: 2px solid red;
}

/** box4 **/
soan{
    font-size: 0.2rem;
}

.nav-second{
    font-size: 1.2rem;
    font-weight: 700rem;
}

/** box4 **/
.nav-card i {
    font-size: 30px;
}

.nav-card {
    font-size: 0.85rem;
    font-weight: 700;
}

/**pannel**/
.panel{
    height: 40px;
    background-color: #222f3d;
    display: flex;
    color: white;
    align-items: center;
    justify-content: space-evenly;
}

.panel-opps p{
    display: inline;
    margin-left: 50px;
    font-size: 1.05rem;
}

.panel-opps:hover{
    border: 2px solid lightgreen;
}

.panel-opps {
    width: 70%;
    font-size: 0.8rem;
}

.panel-opps:hover{
    background-color:black;
    font-size: 35px;
    color: white;
    font-weight: 700;
    height: 40px;
}

.panel-deals {
    font-size: 0.9rem;
    font-weight: 700;
}


/** hero section**/
.hero-section{
    background-color:#007185;
    background-size: cover;
    height: 130px;
    display: flex;
    width: 100%;
    justify-content: left;
    align-items: flex-end;
    border: 2px solid green;
}

.hero-msg {
    background-color: rgb(230, 221, 221);
    color: black;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    margin-bottom: 0px;
    border: 2px solid red;
    text-transform: capitalize;
    font-weight: 600;   
}

.hero-msg a{
    display: flex;
    color: #007185;
    font-size: 0.8rem;
    text-transform: none;
}


/** shop boxes**/
.shop-section {
    display:flex ;
    flex-wrap: wrap;
    justify-content: space-evenly;
    background-color: #cccccc;
}

.box {
    height: 310px;
    border: 2px solid black;
    width: 300px;
    background-color: white;
    margin-top: 10px;
}

.box:hover{
    background-color:gray;
    font-size: 3px;
    color: white;
    font-weight: 700;
    font-size: 15px;  
}

.box-img{
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.box-content{
    margin-left: 23px;
    margin-right: 23px;
}

.box-content p{
    color: rgb(91, 90, 94);
}


/** back to tup**/
footer{
    margin-top: 5px;
}

.foot-panel1{
    background-color: #37475a;
    color: white;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.99rem;
}

.foot-panel2{
    background-color: #222f3d;
    color: white;
    height: 100px;
    display: flex;
    justify-content: space-evenly;
}

ul {
    margin-top: 20px;
}

ul a {
    display: block;
    font-size: 0.85rem;
    margin-top: 10px;
    color: #dddddd;
}

.foot-panel3{
    background-color:#222f3d ;
    border-top: 3px solid white;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo{   
    background-image: url("jft_nepal.jpg");
    background-size: cover;
    height: 50px;
    width: 100px;
}

.foot-panel4 {
    background-color: #0f1111;
    color: white;
    height: 50px;
    text-align: center;
    font-size: 0.8rem;
}

.pages{
    padding-top: 10px;
}

.copyright{
    margin-top: 5px;
}

a{
    color: white;
    text-decoration: none;
}

p:hover{
    background-color:red;
    font-size: 20px;
    color: white;
    font-weight: 700;
    height: 20px;
    text-align: center;
}