
body * { /*box-sizing: content-box;*/ 
    font-family: 'Poppins', sans-serif;}
body{
        margin: 0px;
}
h1,p{
    margin: 0;
}
h1,h2,h3{
    text-transform: capitalize;
}
p{
    font-size: 16px;
}

/*s:nav*/
.onav{
    display: none;
}
@media(min-width:650px){
   
.onav{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    
}
    .barcon{
        cursor: pointer;
    }
.bar{
    width: 35px;
    height: 5px;
    margin: 6px 0;
    background-color: #fcfcfc;
    cursor: pointer;
}
.onavlst{
    display: flex;
    align-items: center;
    width:400px;
    justify-content: space-around;
   
}
    .onavlst a{
        font-size: 20px;
        color: #fcfcfcfc;
    }
    .obrnd h1{
        color: #fcfcfc;
        font-size: 30px;
    }
    .ecomlst{
        display: flex;
        flex-direction: column;
        position: absolute;
        right: -250px;
        top: 60px;
        background: #454545;
        width: 250px;
        height: 500px;
        align-items: center;
        justify-content: flex-start;
        overflow: scroll;
        transition: 1s;
    }
    .ecomlst a{
        color: #fcfcfc;
        padding: 15px 0px
    }
}
@media(min-width:750px){
    .obrnd h1{
        color: #fcfcfc;
        font-size: 50px;
    }
}


/*e:nav*/
/*footer*/


.footer{
    position: relative;
    overflow: hidden;
    width: 100%; 
    height: 500px;
    background-image: url(images/footbg.svg);
    background-repeat: no-repeat;
    background-size: cover; 
}
.foottxt{
    position: absolute;
    left: 50%;
    transform: translate(-50%,50%);
    top: 120px;
    /*border: 1px solid #fcfcfc;*/
    width: 90%;
}

.foottxt *{
    color: #d7d7d7;
    text-align: center;
    margin: 5px;
}
.foottxt h1{
    color: #fcfcfc;
}
.foottxt p,.foottxt span,.bcktp a ,.bcktp .fa{
    color: #d7d7d7;
}
.foottxt span i{
    color: #d7d7d7;
    width: 50px;
}
.icon{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}
.mnuser{
   
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin:  auto;
}
.mnuser a{
    font-size: 15px;
    margin: 0;
    margin: 10px 0px;
    color: #d7d7d7;
}
.cpy p{
    font-size: 15px;
}
@media(min-width:400px){
    .foottxt{
        width: 80%;
    }
    
}
@media(min-width:600px){
    .foottxt{
        width: 60%
    }
}
@media(min-width:700px){
    .foottxt{
        width: 60%
    }
    .bcktp{
        position: absolute;
        transform: rotate(-90deg);
        right: -100px;
        top: 50px;
    }
    .bcktp i{
        transform: rotate(90deg);
    }
}
@media(min-width:900px){
    .footer{
    position: relative;
    overflow: hidden;
    width: 100%; 
    height: 500px;
    background-image: url(images/footbg.svg);
    background-repeat: no-repeat;
    background-size: cover; 
}
.foottxt{
    position: absolute;
    left: 50%;
    transform: translate(-50%,50%);
    top: 150px;
    /*border: 1px solid #fcfcfc;*/
    width: 80%;
}
.foottxt *{
    color: #fcfcfc;
    text-align: center;
    margin: 5px;
}
.foottxt span i{
    color: #d7d7d7;
    width: 50px;
}
.icon{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}
.mnuser{
    /*border: 1px solid;*/
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 80%;
    margin: auto;
}
.mnuser a{
    font-size: 20px;
}
.cpy p{
    font-size: 20px;
}
    .bcktp{
        position: absolute;
        transform: rotate(-90deg);
        right: -100px;
        top: 50px;
    }
    .bcktp i{
        transform: rotate(90deg);
    }
}
@media(min-width:1000px){
    .foottxt{
        width: 50%
    }
    .bcktp i{
        transform: rotate(90deg);
    }
}
/*e:header design*/

/*ingomsg*/

/*ingomsg*/
.infomsg{
   position: relative;
    z-index: 100;
    border: 1px olid;
    width: 30%;
    padding: 20px;
    /* box-shadow: 0 0 10px #ddd; */
    transition: box-shadow 1s;
    animation: sha 1s;
    /*left: -25px;
    bottom: -10px;*/
    top: 50px;
}
/*@keyframes sha{
    0%{box-shadow: 0;opacity: 0;}
    100%{box-shadow: 0 0 10px #ddd;opacity: 1;}
}*/
.infomsg h4{
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #fcfcfc;
    margin: 0
    
}
.infomsg p{
    /*padding: 0px 10px;*/
     color: #a8a8a8;
   /* width: 60%;*/
    margin: auto;
}
.infomsg h3{
    font-size: 16px;
    font-weight: 600;
   margin: 0;
     color: #fff;
text-transform: none;
}
@media(max-width:900px){
.infomsg{
    width:100%;
    left: 0px;
    bottom: -10px;
    top: 0px;
    text-align: center;
}
}
.olstpara h1{text-transform: none;}
/*ingomsg*/

/*footer end*/