:root{
    --primaryColor: #063374;
    --secondaryColor: rgb(232, 130, 255);
    --btnColor: rgb(255 93 0);
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}
img{
    max-width: 100%;
}
a{
    text-decoration: none;
}
button, input, textarea, select{
    padding: 10px 15px;
    display: block;
    width: 100%;
    outline: none;
    font-size: 14px;
}
button{
    cursor: pointer;
}
header{
    background-color: var(--primaryColor);
    border-bottom: 1px solid #ccc;
}
.header{
    padding: 7px;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
}
@media only screen and (min-width:650px){
    .header{
        flex-direction: row;
        max-width: 95%;
        margin: auto;
    }
}
.top_header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
}
.logo{
    width: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header_social_m{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.header_social_m a{
    display: inline-block;
    width: 30px;
    height: 30px;
    font-size: 14px;
    border: 1px solid #333;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    transition: .3s;
}
.header_social_m a.facebook{
    color: #3b5998;
    border-color: #3b5998;
}
.header_social_m a.facebook:hover{
    background-color: #3b5998;
    color: #fff;
}
.header_social_m a.twitter{
    color: #1DA1F2;
    border-color: #1DA1F2;
}
.header_social_m a.twitter:hover{
    background-color: #1DA1F2;
    color: #fff;
}
.header_social_m a.whatsapp{
    color: #128c7e;
    border-color: #128c7e;
}
.header_social_m a.whatsapp:hover{
    background-color: #128c7e;
    color: #fff;
}
.header_social_m a.instagram{
    color: #8a3ab9;
    border-color: #8a3ab9;
}
.header_social_m a.instagram:hover{
    background-color: #8a3ab9;
    color: #fff;
}
.header_social_m a.youtube{
    color: #FF0000;
    border-color: #FF0000;
}
.header_social_m a.youtube:hover{
    background-color: #FF0000;
    color: #fff;
}
.searchh{
    width: 100%;
    max-width: 650px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 42px;
    background-color: #fff;
    cursor: pointer;
}
.searchh p{
    flex: 1;
    padding-left: 15px;
    font-size: 12px;
    color: #aaa;
}
.fullSForm{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
#backSearch{
    border: 0;
    height: 42px;
    width: 56px;
}
.searchBox{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    padding: 10px;
}
.searchBtn{
    max-width: 110px;
    height: 100% !important;
    border: none;
    background-color: var(--btnColor);
    color: #fff;
    margin: 0;
}
.searchInp{
    border: none;
    height: 100%;
    padding-left: 25px;
    margin: 0;
    font-size: 16px;
    color: #666;
}
.searchInp::placeholder{
    font-size: 12px;
    color: #aaa;
}
.searchForm{
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: 1px solid var(--btnColor);
}
.searchForm input{
    flex:1;
}
.bel_links{
    
    text-align: center;
    overflow-x: auto;
    white-space: nowrap;
    transition: all 0.2s;
    will-change: transform;
    user-select: none;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
    padding: 7px;
    background-color: var(--primaryColor);
}
.bel_links::-webkit-scrollbar {
    display: none;
}
.noscrollbar{
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
.noscrollbar::-webkit-scrollbar {
    display: none;
}
.bel_links a{
    display: inline-block;
    color: #fff;
    font-size: 16px;
    padding: 0px 24px;
    border-right: 1px solid #eee;
    margin-bottom: 3px;
    cursor: pointer;
}
.bel_links a:last-child{
    border: none;
}
.bel_links a:hover{
    color: rgb(255, 147, 84);
}
main{
    padding: 20px 0;
}
.main-cont {
    margin: 0 auto;
}
.cat-im{
    display: flex;
    width: 90%;
    margin: 0 auto;

}
.catogry{
    font-family: 'Jost','Sans Serif', Arial;
    text-align: center;
    margin: 10px auto;
    color: #7a7272;
}
.cat-p{
    font-family: 'Jost','Sans Serif', Arial;
    text-align: center;
    margin: 10px auto;
    color: #7a7272;   
}
.cat-p h1{
    font-size: 40px;
    padding: 13px;
}
.cat-im{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}
.cat-im a{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    width: 100px;
    height: 120px;
    border: 2px solid rgba(65, 64, 64,.7);
    border-radius: 8px;
    color: #777;
    text-decoration: none;
    box-shadow: 0 6px 25px -16px #000;
}
.cat-im a img{
    display: block;
    background-color: white;
    border-radius: 50%;
    width: 90px;
    height: 90px;
}
@media only screen and (min-width: 790px) {
    .cat-im a{
        width: 140px;
        height:168px;
    }
    .cat-im a img{
        width: 126px;
        height: 126px;
    }
    .main-cont{
        max-width: 100%;
    }
}
.cat-nxt{
    margin-top: 90px;
}
.cat-nxt img{
    width: 100%;
}
.gender{
    font-family: 'Jost';
    text-align: center;
    margin-top: 50px;
    margin-bottom: 10px;
    color: #7a7272;
    padding: 10px;
}
.gender-im{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 20px;
    margin: auto;
}
.gender-im a{
    text-decoration: none;
    font-weight: bold;
    color: #e5ab09;
}
.top-sell{
    font-family: 'Jost';
    text-align: center;
    margin-top: 50px;
    margin-bottom: 10px;
    color: #7a7272;
}
.sell-img{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 20px;
    margin: auto;
    padding: 10px;
}
.sell-img img{
    border: 2px solid rgb(187, 181, 181)
}
.sell-img a{
    text-decoration: none;
    font-weight: bold;
    color: #e5ab09;
}
.gender-im a img{
    border: 2px solid rgb(187, 181, 181);
}
.letest{
    font-family: 'Jost';
    text-align: center;
    margin-top: 50px;
    margin-bottom: 10px;
    color: #7a7272;
}
.letest-img{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 20px;
    margin: auto;
    padding: 10px;
} 
.letest-img a{
    text-decoration: none;
    font-weight: bold;
    color: #e5ab09;
}
.letest-img a img{
    border: 2px solid rgb(187, 181, 181);
}
footer{
    background-color: rgb(26, 25, 25);
}
.footer-section {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    gap: 30px;
    padding: 10px;
    color: #fff;
    max-width: 800px;
    margin: auto;
}
@media only screen and (min-width: 650px) {
    .footer-section{
        flex-direction: row;
    }
}
.footer-left{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.social{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.social a{
    background-color: #feff07;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 8px;
}
.social-icon{
    font-size: 30px;
}
.right-icon {
    font-family: 'Jost','sans-serif';
    text-align: center;
    line-height: 26px;
}
.left-menu{
    border-right: 2px solid #feff07;
    margin-top: 150px;
    margin-bottom: 200px;
}
.right-icon img{
    margin: 20px auto;
}
.left-menu ul li {
    list-style: none;
    color: white;
    font-family: 'Jost', sans-serif;
    margin: 10px;
}

.left-menu ul li a {
    text-decoration: none;
    color: white;
    margin-left: 20px;
}

.copyright {
    background-color: #97b0ff;
    text-align: center;
    font-family: 'Jost';
    font-weight: bold;
    color: black;
}
